.container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
html {
  line-height: 1.5;
  font-size: 16px !important;
  color: #000;
  font-family: "Manrope", sans-serif;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 15px !important;
  }
}
body {
  line-height: inherit;
  background: #fff;
  color: inherit;
  font-family: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
.page > *:not(header,footer) .block-title {
  font-family: "Forum", serif;
  line-height: 1.25;
  margin-bottom: 0.25em;
}
h1 {
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.5rem;
  }
}
h2,
.page > *:not(header,footer) .block-title {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h2,
  .page > *:not(header,footer) .block-title {
    font-size: 1.25rem;
  }
}
h3 {
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.15rem;
  }
}
h4 {
  font-size: 1.15rem;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.1rem;
  }
}
h5 {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 1.05rem;
  }
}
h6 {
  font-size: 1rem;
}
p {
  margin-bottom: 0.5em;
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
  color: #007bff;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a,
input,
button,
textarea,
select {
  text-decoration: none !important;
  transition: 0.3s !important;
}
a:hover,
input:hover,
button:hover,
textarea:hover,
select:hover,
a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus,
a:active,
input:active,
button:active,
textarea:active,
select:active {
  text-decoration: none !important;
  box-shadow: none !important;
}
.not-front main #block-vesta-theme-bloknastranicekontakty .field--name-body a,
.not-front main #block-vesta-theme-content .field--name-body a {
  color: #560562;
}
.not-front main #block-vesta-theme-bloknastranicekontakty .field--name-body a:hover,
.not-front main #block-vesta-theme-content .field--name-body a:hover {
  color: #000;
}
.fal,
.fas,
.far,
.fab {
  font-style: normal;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.col-lg,
.col-md,
.col-sm,
.col-xl,
.col-1,
.col-lg-1,
.col-md-1,
.col-sm-1,
.col-xl-1,
.col-2,
.col-lg-2,
.col-md-2,
.col-sm-2,
.col-xl-2,
.col-3,
.col-lg-3,
.col-md-3,
.col-sm-3,
.col-xl-3,
.col-4,
.col-lg-4,
.col-md-4,
.col-sm-4,
.col-xl-4,
.col-5,
.col-lg-5,
.col-md-5,
.col-sm-5,
.col-xl-5,
.col-6,
.col-lg-6,
.col-md-6,
.col-sm-6,
.col-xl-6,
.col-7,
.col-lg-7,
.col-md-7,
.col-sm-7,
.col-xl-7,
.col-8,
.col-lg-8,
.col-md-8,
.col-sm-8,
.col-xl-8,
.col-9,
.col-lg-9,
.col-md-9,
.col-sm-9,
.col-xl-9,
.col-10,
.col-lg-10,
.col-md-10,
.col-sm-10,
.col-xl-10,
.col-11,
.col-lg-11,
.col-md-11,
.col-sm-11,
.col-xl-11,
.col-12,
.col-lg-12,
.col-md-12,
.col-sm-12,
.col-xl-12,
.col-auto,
.col-lg-auto,
.col-md-auto,
.col-sm-auto,
.col-xl-auto {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .col,
  .col-lg,
  .col-md,
  .col-sm,
  .col-xl,
  .col-1,
  .col-lg-1,
  .col-md-1,
  .col-sm-1,
  .col-xl-1,
  .col-2,
  .col-lg-2,
  .col-md-2,
  .col-sm-2,
  .col-xl-2,
  .col-3,
  .col-lg-3,
  .col-md-3,
  .col-sm-3,
  .col-xl-3,
  .col-4,
  .col-lg-4,
  .col-md-4,
  .col-sm-4,
  .col-xl-4,
  .col-5,
  .col-lg-5,
  .col-md-5,
  .col-sm-5,
  .col-xl-5,
  .col-6,
  .col-lg-6,
  .col-md-6,
  .col-sm-6,
  .col-xl-6,
  .col-7,
  .col-lg-7,
  .col-md-7,
  .col-sm-7,
  .col-xl-7,
  .col-8,
  .col-lg-8,
  .col-md-8,
  .col-sm-8,
  .col-xl-8,
  .col-9,
  .col-lg-9,
  .col-md-9,
  .col-sm-9,
  .col-xl-9,
  .col-10,
  .col-lg-10,
  .col-md-10,
  .col-sm-10,
  .col-xl-10,
  .col-11,
  .col-lg-11,
  .col-md-11,
  .col-sm-11,
  .col-xl-11,
  .col-12,
  .col-lg-12,
  .col-md-12,
  .col-sm-12,
  .col-xl-12,
  .col-auto,
  .col-lg-auto,
  .col-md-auto,
  .col-sm-auto,
  .col-xl-auto {
    max-width: unset;
    flex-basis: 100%;
  }
}
.page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  overflow: hidden;
}
.page > * {
  margin-bottom: 15px;
}
.page > *:last-child {
  margin-bottom: 0;
}
.page > *:not(header,footer) .block-block .content {
  text-align: justify;
}
.page > *:not(header,footer) .block-block .content h1,
.page > *:not(header,footer) .block-block .content h2,
.page > *:not(header,footer) .block-block .content h3,
.page > *:not(header,footer) .block-block .content h4,
.page > *:not(header,footer) .block-block .content h5,
.page > *:not(header,footer) .block-block .content h6 {
  text-align: left;
}
.breadcrumbs .breadcrumb {
  display: block;
  text-align: justify;
  margin-bottom: 0;
  color: #808080;
  font-size: 13px;
  padding: 0.75rem 0;
  background-color: transparent;
  border-radius: 0;
}
main {
  flex-grow: 1;
  margin-bottom: 0;
}
main .block {
  margin-bottom: 15px;
}
main .region-facets {
  margin-bottom: 15px;
}
main .region-facets .block {
  margin-bottom: 0;
}
main > .container > .row {
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  main > .container > .row {
    flex-wrap: wrap;
  }
}
.main-content-column {
  flex-grow: 1;
  padding-left: 0;
  padding-right: 0;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .main-content-column {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main-content-column:first-child {
  padding-left: 15px;
}
.main-content-column:last-child {
  padding-right: 15px;
}
.help-block,
.control-group .help-inline {
  margin: 0;
}
#mobile-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background-color: #fff;
  z-index: 100;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  #mobile-header {
    display: flex;
  }
}
#mobile-header .page-header {
  flex-grow: 1;
  font-weight: 300;
  align-self: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 5px;
}
#mobile-header > a {
  color: inherit;
  font-size: 32px;
  line-height: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  min-width: 45px;
}
@media screen and (max-width: 767px) {
  .mm-page {
    padding-top: 45px;
  }
}
.mm-menu {
  background-color: #fff;
  color: inherit;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #000;
  font-weight: bold;
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before,
.mm-menu .mm-listview > li .mm-next:after {
  border-color: #000000;
}
.mm-menu .block .block-title {
  height: 40px;
  background-color: #fff;
  padding: 10px 20px 10px 20px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  text-align: center;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-menu .mm-navbar + .block .block-title {
  margin-top: -40px;
}
.mm-menu.mm-position-right {
  left: auto;
}
html.mm-opening.mm-position-right .mm-slideout {
  transform: translate3d(-80%, 0, 0);
}
@media (min-width: 550px) {
  html.mm-opening.mm-position-right .mm-slideout {
    transform: translate3d(-440px, 0, 0);
  }
}
.mm-listview > li:not(.mm-divider):after {
  left: 0;
}
.mm-listview {
  margin: 0 !important;
}
.mm-listview li {
  float: none;
}
.mm-listview li a.active {
  background: #000 !important;
  color: #fff !important;
}
.mm-listview li a:hover {
  background: #000 !important;
  color: #fff !important;
}
.mm-listview > li > a,
.mm-listview > li > span {
  padding: 20px 10px 20px 20px;
  font-weight: bold;
}
.mm-listview a,
.mm-listview .mm-next {
  font-weight: bold;
}
.mm-panels > .mm-panel {
  padding-left: 0;
  padding-right: 0;
}
.mm-panels > .mm-panel:before,
.mm-panels > .mm-panel:after {
  display: none;
}
.mm-slideout {
  z-index: inherit;
}
.mm-page {
  display: flex;
  flex-direction: column;
}
.btn {
  font-size: inherit;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn-default {
  color: #fff;
  background-color: #2da0ce;
  border-color: #2da0ce;
}
.btn-default:focus,
.btn-default:hover {
  color: #fff;
  background-color: #0a75a0;
  border-color: #0a75a0;
}
.block,
.view .node {
  position: relative;
}
#scrollToTop {
  width: 48px;
  height: 48px;
  background: none;
  text-indent: 0;
  font-size: 0;
  transition: transform 0.2s;
  border: 0px;
  outline: 0px;
  display: flex;
  bottom: 120px;
  cursor: pointer;
  position: fixed;
  right: 75px;
  z-index: 500;
  transition: 0.2s;
  background-image: url(/sites/all/themes/vesta_theme/image/up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #scrollToTop {
    transform: scale(0.95);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #scrollToTop {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 767px) {
  #scrollToTop {
    bottom: 40px;
    right: 10px;
    transform: scale(0.8);
  }
}
#scrollToTop:hover {
  opacity: 1;
  transform: scale(1.05);
}
#scrollToTop:active {
  transform: scale(0.95);
  transition-duration: 0s;
}
.title_block {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #560562;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .title_block {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .title_block {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .title_block {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.purple_btn {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .purple_btn {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .purple_btn {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .purple_btn {
    padding: 9px;
    font-size: 12px;
  }
}
.purple_btn_hover {
  background-color: transparent;
  color: #000;
}
/* *** contextual-region *** */
.contextual-region .contextual {
  display: none;
  top: -8px;
  right: 8px;
}
.contextual-region .contextual-region .contextual {
  top: 8px;
}
.contextual-region:hover .contextual {
  display: block;
}
.contextual-region .contextual .trigger {
  width: 22px !important;
  height: 22px !important;
  background-size: 14px 14px;
}
button.slick-arrow {
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition: 0.3s;
  opacity: 1 !important;
}
button.slick-arrow::before {
  content: '';
  display: block;
  position: relative;
  width: 43px;
  height: 43px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 0;
  transition: 0.3s;
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  button.slick-arrow::before {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 767px) {
  button.slick-arrow {
    width: 34px;
    height: 34px;
  }
}
button.slick-prev.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow.svg");
  transform: rotate(180deg);
}
button.slick-prev.slick-arrow:hover::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow_white.svg");
}
button.slick-next.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow.svg");
}
button.slick-next.slick-arrow:hover::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow_white.svg");
}
.product-teaser {
  display: flex;
  gap: 50px;
}
.product-teaser .product-teaser-image {
  max-width: 500px;
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider {
  margin: 0 0 10px;
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
  max-width: 500px;
  min-width: 500px;
  max-height: 500px;
  min-height: 500px;
  object-fit: cover;
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable {
  margin: 0 -5px;
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide {
  margin: 0 5px;
  max-width: 118px;
  min-width: 118px;
  max-height: 118px;
  min-height: 118px;
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
  max-width: 118px;
  min-width: 118px;
  max-height: 118px;
  min-height: 118px;
  object-fit: cover;
}
.product-teaser .product-teaser-info {
  max-width: 500px;
}
ul.slick-dots {
  font-size: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}
ul.slick-dots li {
  max-width: 10px;
  min-width: 10px;
  max-height: 10px;
  min-height: 10px;
  width: 10px;
  height: 10px;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  padding: 0 !important;
}
ul.slick-dots li button {
  max-width: 10px;
  min-width: 10px;
  max-height: 10px;
  min-height: 10px;
  width: 10px;
  height: 10px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
  padding: 0 !important;
}
ul.slick-dots li button::before {
  display: none;
}
@media screen and (max-width: 767px) {
  ul.slick-dots li button {
    max-width: 5px;
    min-width: 5px;
    max-height: 5px;
    min-height: 5px;
    width: 5px;
    height: 5px;
  }
}
ul.slick-dots li.slick-active button {
  background: linear-gradient(222deg, #f5bb58 0%, #bf5900 100%);
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  ul.slick-dots li {
    max-width: 5px;
    min-width: 5px;
    max-height: 5px;
    min-height: 5px;
    width: 5px;
    height: 5px;
  }
}
@media screen and (max-width: 767px) {
  ul.slick-dots {
    gap: 7px;
  }
}
div#page {
  background: #fff;
}
div#page header#header {
  margin: 0;
}
div#page header#header .header-block {
  padding: 19px 0;
}
@media screen and (max-width: 767px) {
  div#page header#header .header-block {
    display: none;
  }
}
div#page header#header .header-block .region.region-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 40px;
  /*.search-form.search-block-form{
          form{
            display: flex;
            .js-form-item.form-item.js-form-type-search.form-type-search{
              input{
                height: 40px;
                border-style: solid;
                border-width: 1px 0px 1px 1px;
                border-radius: 4px 0px 0px 4px;
                width: 100%;
                margin: 0;
                flex: 1 1 auto;padding: 0.375rem 0.75rem;
                font-size: 1rem;
                font-weight: 400;
                line-height: 1.5;
                color: #495057;
                background-color: #fff;
                background-clip: padding-box;
                border: 1px solid #2b9bc7;

              }
            }
          }
          .form-actions.js-form-wrapper.form-wrapper{
            position: relative;
            input{
              margin-right: 0;
              border: 1px solid #2da0ce;
              border-width: 1px 1px 1px 0px;
              border-radius: 0px 4px 4px 0px;
              background-color: #2da0ce;
              color: #fff0;
              padding: 0;
              min-height: unset;
              min-width: unset;
              font-size: 0;
              width: 50px;
              height: 100%;
              display: inline-block;
              font-weight: 400;
              text-align: center;
              vertical-align: middle;
              position: relative;
              &:hover{
                background-color: #0a75a0;
              }
            }
            &::before {
              content: '';
              background-image: url("/sites/all/themes/vesta_theme/image/search.svg");
              background-size: contain;
              background-position: center;
              background-repeat: no-repeat;
              position: absolute;
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
              width: 20px;
              height: 20px;
              margin: auto;
              z-index: 1;
              display: flex;
              justify-content: center;
              align-items: center;
              pointer-events: none;
            }
          }
        }*/
}
div#page header#header .header-block .region.region-header .search-api-page-block-form-search {
  width: 65px;
  height: 15px;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
}
div#page header#header .header-block .region.region-header .search-api-page-block-form-search label {
  display: none !important;
}
div#page header#header .header-block .region.region-header .search-api-page-block-form-search form {
  order: 0;
  height: 15px;
  display: flex;
  gap: 7px;
  margin: 0 !important;
  padding: 0 !important;
}
div#page header#header .header-block .region.region-header .search-api-page-block-form-search form .js-form-type-search {
  order: 1;
  margin: 0 !important;
  padding: 0 !important;
  height: 15px;
}
div#page header#header .header-block .region.region-header .search-api-page-block-form-search form .js-form-type-search input {
  margin: 0 !important;
  padding: 0 !important;
  border: none;
  border-radius: 0;
  width: 65px;
  height: 15px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #808080;
}
div#page header#header .header-block .region.region-header .search-api-page-block-form-search form .form-actions {
  order: 0;
  margin: 0 !important;
  padding: 0 !important;
  height: 15px;
}
div#page header#header .header-block .region.region-header .search-api-page-block-form-search form .form-actions input {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  font-size: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-image: url(/sites/all/themes/vesta_theme/image/poisk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
div#page header#header .header-block .region.region-header #block-vesta-theme-voyti .field--name-body,
div#page header#header .header-block .region.region-header #block-vesta-theme-blokpolzovatelya .field--name-body {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #808080;
}
div#page header#header .header-block .region.region-header #block-vesta-theme-voyti .field--name-body a,
div#page header#header .header-block .region.region-header #block-vesta-theme-blokpolzovatelya .field--name-body a {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #808080;
}
div#page header#header .header-block .region.region-header #block-vesta-theme-voyti .field--name-body a:before,
div#page header#header .header-block .region.region-header #block-vesta-theme-blokpolzovatelya .field--name-body a:before {
  content: url(/sites/all/themes/vesta_theme/image/user.svg);
  font-size: 0;
}
div#page header#header .header-block .region.region-header #block-vesta-theme-voyti .field--name-body a:hover,
div#page header#header .header-block .region.region-header #block-vesta-theme-blokpolzovatelya .field--name-body a:hover {
  color: #560562;
}
div#page header#header .header-block .region.region-header #block-vesta-theme-voyti .field--name-body a:nth-child(2):before,
div#page header#header .header-block .region.region-header #block-vesta-theme-blokpolzovatelya .field--name-body a:nth-child(2):before {
  display: none;
}
div#page header#header .header-block .region.region-header #block-vesta-theme-logo {
  margin-left: auto;
  margin-right: auto;
}
div#page header#header .header-block .region.region-header #block-vesta-theme-socsetishapka .field--name-body {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
div#page header#header .header-block .region.region-header #block-vesta-theme-socsetishapka .field--name-body a {
  display: block;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}
div#page header#header .header-block .region.region-header #block-vesta-theme-socsetishapka .field--name-body a:hover {
  opacity: 1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page header#header .header-block .region.region-header #block-vesta-theme-socsetishapka .field--name-body a {
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page header#header .header-block .region.region-header #block-vesta-theme-socsetishapka .field--name-body a {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  div#page header#header .header-block .region.region-header #block-vesta-theme-socsetishapka .field--name-body a {
    width: 20px;
    height: 20px;
  }
}
div#page header#header .header-block .region.region-header #block-vesta-theme-socsetishapka .field--name-body .wp {
  background-image: url(/sites/all/themes/vesta_theme/image/wp.svg);
}
div#page header#header .header-block .region.region-header #block-vesta-theme-socsetishapka .field--name-body .yt {
  background-image: url(/sites/all/themes/vesta_theme/image/yt.svg);
}
div#page header#header .header-block .region.region-header #block-vesta-theme-socsetishapka .field--name-body .vk {
  background-image: url(/sites/all/themes/vesta_theme/image/vk.svg);
}
div#page header#header .header-block .region.region-header #block-vesta-theme-socsetishapka .field--name-body .rt {
  background-image: url(/sites/all/themes/vesta_theme/image/rt.svg);
}
div#page header#header .header-block .region.region-header #block-vesta-theme-socsetishapka .field--name-body .tg {
  background-image: url(/sites/all/themes/vesta_theme/image/tg.svg);
}
div#page header#header .header-block .region.region-header #block-vesta-theme-socsetishapka .field--name-body:after {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page header#header .header-block .region.region-header #block-vesta-theme-socsetishapka .field--name-body {
    gap: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page header#header .header-block .region.region-header #block-vesta-theme-socsetishapka .field--name-body {
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  div#page header#header .header-block .region.region-header #block-vesta-theme-socsetishapka .field--name-body {
    gap: 5px;
  }
}
div#page header#header .header-block .region.region-header #block-vesta-theme-logoforum {
  margin-left: auto;
  margin-right: auto;
}
div#page header#header .header-block .region.region-header #block-vesta-theme-forum .field--name-body a,
div#page header#header .header-block .region.region-header #block-vesta-theme-novosti .field--name-body a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page header#header .header-block .region.region-header #block-vesta-theme-forum .field--name-body a,
  div#page header#header .header-block .region.region-header #block-vesta-theme-novosti .field--name-body a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page header#header .header-block .region.region-header #block-vesta-theme-forum .field--name-body a,
  div#page header#header .header-block .region.region-header #block-vesta-theme-novosti .field--name-body a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  div#page header#header .header-block .region.region-header #block-vesta-theme-forum .field--name-body a,
  div#page header#header .header-block .region.region-header #block-vesta-theme-novosti .field--name-body a {
    padding: 9px;
    font-size: 12px;
  }
}
div#page header#header .header-block .region.region-header #block-vesta-theme-forum .field--name-body a:hover,
div#page header#header .header-block .region.region-header #block-vesta-theme-novosti .field--name-body a:hover {
  background-color: transparent;
  color: #000;
}
div#page header#header .header-block .region.region-header div#block-vesta-theme-kontakty .field.field--name-body {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page header#header .header-block .region.region-header {
    gap: 15px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page header#header .header-block .region.region-header {
    gap: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  div#page header#header .header-block .region.region-header {
    gap: 10px;
  }
}
div#page header#header .header-mobile-block {
  display: none;
}
div#page header#header .header-mobile-block > .container {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
@media screen and (max-width: 767px) {
  div#page header#header .header-mobile-block {
    padding: 16px 0;
    display: block;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 499;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-knopkaotkrytmobilnoemenyu-2 .field--name-body svg {
    width: 25px !important;
    height: 11px !important;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-logo-2 {
    margin-left: auto;
    margin-right: auto;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-logo-2 img {
    width: 125px !important;
    height: auto !important;
    object-fit: contain;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-logoforum2 {
    margin-left: auto;
    margin-right: auto;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-logoforum2 img {
    width: 185px !important;
    height: auto !important;
    object-fit: contain;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-search,
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-web,
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-chat,
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-ikonki {
    margin-left: 10px;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-search .field--name-body,
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-web .field--name-body,
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-chat .field--name-body,
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-ikonki .field--name-body {
    display: flex;
    gap: 10px;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-search .field--name-body > a,
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-web .field--name-body > a,
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-chat .field--name-body > a,
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-ikonki .field--name-body > a {
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-search .field--name-body:after,
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-web .field--name-body:after,
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-chat .field--name-body:after,
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-ikonki .field--name-body:after {
    display: none;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-search .field--name-body .web,
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-web .field--name-body .web,
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-chat .field--name-body .web,
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-ikonki .field--name-body .web {
    background-image: url(/sites/all/themes/vesta_theme/image/web.svg);
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-search .field--name-body .chat,
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-web .field--name-body .chat,
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-chat .field--name-body .chat,
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-ikonki .field--name-body .chat {
    background-image: url(/sites/all/themes/vesta_theme/image/chat.svg);
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-search .field--name-body .search,
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-web .field--name-body .search,
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-chat .field--name-body .search,
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-ikonki .field--name-body .search {
    background-image: url(/sites/all/themes/vesta_theme/image/poisk-m.svg);
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-search .field--name-body .user,
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-web .field--name-body .user,
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-chat .field--name-body .user,
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-ikonki .field--name-body .user {
    background-image: url(/sites/all/themes/vesta_theme/image/user-m.svg);
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-chat {
    margin-left: 0 !important;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-web .web {
    background-color: transparent !important;
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-web .web2 {
    transition: 0.3s;
    opacity: 0;
    display: flex;
    position: absolute;
    top: 20px;
    right: -8px;
    gap: 10px;
    flex-direction: column;
    padding: 5px;
    background-color: #fff;
    border-radius: 100px;
    height: 0;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-web .web2 a {
    display: block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-web .web2 a:hover {
    opacity: 0.5;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-web .web2 .wp {
    background-image: url(/sites/all/themes/vesta_theme/image/wp.svg);
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-web .web2 .yt {
    background-image: url(/sites/all/themes/vesta_theme/image/yt.svg);
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-web .web2 .vk {
    background-image: url(/sites/all/themes/vesta_theme/image/vk.svg);
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-web .web2 .rt {
    background-image: url(/sites/all/themes/vesta_theme/image/rt.svg);
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-web .web2 .tg {
    background-image: url(/sites/all/themes/vesta_theme/image/tg.svg);
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-web .web2.open {
    opacity: 1;
    height: unset;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-vypadayuschiyspisokuvedomleniy-2 {
    margin-left: 20px;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-vypadayuschiyspisokuvedomleniy-2 .notification-dropdown {
    right: 0;
    left: auto;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-vypadayuschiyspisokuvedomleniy-2 .notification-dropdown:after {
    right: 15px;
    left: auto;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-vypadayuschiyspisokuvedomleniy-2 .notification-icon .notification-icon1 {
    width: 0;
    height: 20px;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-vypadayuschiyspisokuvedomleniy-2 .notification-icon .notification-icon1 a {
    font-size: 0;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-vypadayuschiyspisokuvedomleniy-2 .notification-icon .notification-icon1 a:before {
    content: '';
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-vypadayuschiyspisokuvedomleniy-2 .notification-icon .notification-icon1:before {
    content: '';
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-vypadayuschiyspisokuvedomleniy-2 .notification-icon0 a {
    font-size: 0;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-vypadayuschiyspisokuvedomleniy-2 .notification-icon0 a:before {
    content: url(/sites/all/themes/vesta_theme/image/user-m.svg);
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 992px) and (max-width: 1199px) {
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-web .web2 {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 768px) and (max-width: 991px) {
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-web .web2 {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) and screen and (max-width: 767px) {
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-web .web2 {
    margin-right: 0;
    gap: 15px;
  }
}
div#page .navigation {
  margin: 0;
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px solid #560562;
  border-bottom: 1px solid #560562;
}
@media screen and (max-width: 767px) {
  div#page .navigation {
    display: none;
  }
}
div#page .navigation .region.region-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
div#page .navigation .region.region-navigation #superfish-razdely-foruma {
  margin: 0;
}
div#page .navigation .region.region-navigation #block-vesta-theme-osnovnayanavigaciya .menu {
  margin-bottom: 0;
}
div#page .navigation .region.region-navigation #block-vesta-theme-razdelyforuma,
div#page .navigation .region.region-navigation #block-vesta-theme-osnovnayanavigaciya,
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 {
  width: 100%;
}
div#page .navigation .region.region-navigation #block-vesta-theme-razdelyforuma > ul,
div#page .navigation .region.region-navigation #block-vesta-theme-osnovnayanavigaciya > ul,
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul {
  display: flex;
  gap: 10px 26px;
  justify-content: center;
  flex-wrap: wrap;
}
div#page .navigation .region.region-navigation #block-vesta-theme-razdelyforuma > ul li,
div#page .navigation .region.region-navigation #block-vesta-theme-osnovnayanavigaciya > ul li,
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li {
  background-color: transparent;
}
div#page .navigation .region.region-navigation #block-vesta-theme-razdelyforuma > ul li a,
div#page .navigation .region.region-navigation #block-vesta-theme-osnovnayanavigaciya > ul li a,
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a {
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
  text-transform: uppercase;
}
div#page .navigation .region.region-navigation #block-vesta-theme-razdelyforuma > ul li a:hover,
div#page .navigation .region.region-navigation #block-vesta-theme-osnovnayanavigaciya > ul li a:hover,
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a:hover {
  color: #000;
  background-color: transparent !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page .navigation .region.region-navigation #block-vesta-theme-razdelyforuma > ul li a,
  div#page .navigation .region.region-navigation #block-vesta-theme-osnovnayanavigaciya > ul li a,
  div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page .navigation .region.region-navigation #block-vesta-theme-razdelyforuma > ul li a,
  div#page .navigation .region.region-navigation #block-vesta-theme-osnovnayanavigaciya > ul li a,
  div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  div#page .navigation .region.region-navigation #block-vesta-theme-razdelyforuma > ul li a,
  div#page .navigation .region.region-navigation #block-vesta-theme-osnovnayanavigaciya > ul li a,
  div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a {
    font-size: 12px;
  }
}
div#page .navigation .region.region-navigation #block-vesta-theme-razdelyforuma > ul li:hover,
div#page .navigation .region.region-navigation #block-vesta-theme-osnovnayanavigaciya > ul li:hover,
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li:hover {
  background-color: transparent;
}
div#page .navigation .region.region-navigation #block-vesta-theme-razdelyforuma > ul:after,
div#page .navigation .region.region-navigation #block-vesta-theme-osnovnayanavigaciya > ul:after,
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul:after {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page .navigation .region.region-navigation #block-vesta-theme-razdelyforuma > ul,
  div#page .navigation .region.region-navigation #block-vesta-theme-osnovnayanavigaciya > ul,
  div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page .navigation .region.region-navigation #block-vesta-theme-razdelyforuma > ul,
  div#page .navigation .region.region-navigation #block-vesta-theme-osnovnayanavigaciya > ul,
  div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  div#page .navigation .region.region-navigation #block-vesta-theme-razdelyforuma > ul,
  div#page .navigation .region.region-navigation #block-vesta-theme-osnovnayanavigaciya > ul,
  div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul {
    gap: 10px;
  }
}
div#page .navigation .region.region-navigation div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary a {
  display: flex;
  position: relative;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary a span.cart-block--summary__icon img {
  width: 30px;
  max-width: 30px;
  max-height: 30px;
  object-fit: cover;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary a span.cart-block--summary__count {
  position: absolute;
  bottom: 5px;
  left: calc(100% - 30px);
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 1px 2px 1px;
  min-width: 20px;
  height: 20px;
  font-size: 12px;
  color: #303030;
  line-height: 1;
  font-family: inherit;
  font-weight: unset;
  opacity: 1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page .navigation {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page .navigation {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  div#page .navigation {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .contextual {
  right: 30px;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .node.node--type-slide.node--view-mode-default.ds-1col .content {
  position: absolute;
  top: 0;
  bottom: calc(1vw + 12px);
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-title p {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field.field--name-body p {
  margin: 0.5rem;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-link {
  margin-top: 0.75rem;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-link a {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #0a75a0;
  border: 1px solid #0a75a0;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content button.slick-prev.slick-arrow {
  left: 25px;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content button.slick-next.slick-arrow {
  right: 25px;
}
div#page div#form-block .region.region-form div#webform-submission-contact-node-2-form-ajax form#webform-submission-contact-node-2-add-form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-privacy.form-item-privacy.form-no-label {
  display: flex;
}
div#page div#form-block .region.region-form div#webform-submission-contact-node-2-form-ajax form#webform-submission-contact-node-2-add-form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-privacy.form-item-privacy.form-no-label .description {
  margin-left: 0.4em;
}
div#page div#services-block {
  margin: 0 0 30px;
}
div#page div#services-block .region.region-services div#block-vesta-theme-views-block-catalog-block-front .view.view-catalog.view-id-catalog.view-display-id-block_front .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 15px;
}
div#page div#services-block .region.region-services div#block-vesta-theme-views-block-catalog-block-front .view.view-catalog.view-id-catalog.view-display-id-block_front .view-content .field.field--name-field-catalog-image.field--type-image.field--label-hidden.field__item {
  display: flex;
}
div#page div#services-block .region.region-services div#block-vesta-theme-views-block-catalog-block-front .view.view-catalog.view-id-catalog.view-display-id-block_front .view-content .field.field--name-field-catalog-image.field--type-image.field--label-hidden.field__item a {
  display: flex;
}
div#page div#services-block .region.region-services div#block-vesta-theme-views-block-catalog-block-front .view.view-catalog.view-id-catalog.view-display-id-block_front .view-content .field.field--name-field-catalog-image.field--type-image.field--label-hidden.field__item a img {
  max-width: 380px;
  max-height: 380px;
}
div#page div#about-block {
  margin: 0 0 30px;
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 15px;
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content .views-row {
  max-width: 380px;
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content .views-row .field.field--name-field-image-news.field--type-image.field--label-hidden {
  display: flex;
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content .views-row .field.field--name-field-image-news.field--type-image.field--label-hidden a {
  display: flex;
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content .views-row .field.field--name-field-image-news.field--type-image.field--label-hidden a img {
  max-width: 380px;
  max-height: 380px;
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content .views-row .content {
  background-color: #b3b3b3;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
div#page div#works-block {
  margin: 0 0 30px;
}
div#page div#works-block .region.region-works div#block-vesta-theme-views-block-photogalery-block-1 .view.view-photogalery.view-id-photogalery.view-display-id-block_1 .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 15px;
}
div#page div#works-block .region.region-works div#block-vesta-theme-views-block-photogalery-block-1 .view.view-photogalery.view-id-photogalery.view-display-id-block_1 .view-content .field.field--name-field-photo.field--type-image.field--label-hidden.field__item {
  display: flex;
}
div#page div#works-block .region.region-works div#block-vesta-theme-views-block-photogalery-block-1 .view.view-photogalery.view-id-photogalery.view-display-id-block_1 .view-content .field.field--name-field-photo.field--type-image.field--label-hidden.field__item a {
  display: flex;
}
div#page div#works-block .region.region-works div#block-vesta-theme-views-block-photogalery-block-1 .view.view-photogalery.view-id-photogalery.view-display-id-block_1 .view-content .field.field--name-field-photo.field--type-image.field--label-hidden.field__item a img {
  max-width: 380px;
  max-height: 380px;
}
div#page div#map-block {
  margin: 0;
}
div#page div#map-block .region.region-map .field.field--name-body {
  display: flex;
}
div#page footer#footer {
  margin: 55px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 40px;
  padding-bottom: 0;
}
div#page footer#footer .region.region-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  padding-left: 0;
  padding-right: 0;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-logo-3,
div#page footer#footer .region.region-footer #block-vesta-theme-logoforum4 {
  margin-left: auto;
  margin-right: auto;
}
div#page footer#footer .region.region-footer #block-vesta-theme-podval-4,
div#page footer#footer .region.region-footer #block-vesta-theme-razdelyforuma2-2,
div#page footer#footer .region.region-footer #block-vesta-theme-podval,
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
}
div#page footer#footer .region.region-footer #block-vesta-theme-podval-4 > ul,
div#page footer#footer .region.region-footer #block-vesta-theme-razdelyforuma2-2 > ul,
div#page footer#footer .region.region-footer #block-vesta-theme-podval > ul,
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul {
  display: flex;
  gap: 15px 38px;
  flex-wrap: wrap;
  justify-content: center;
}
div#page footer#footer .region.region-footer #block-vesta-theme-podval-4 > ul li,
div#page footer#footer .region.region-footer #block-vesta-theme-razdelyforuma2-2 > ul li,
div#page footer#footer .region.region-footer #block-vesta-theme-podval > ul li,
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li {
  background-color: transparent;
}
div#page footer#footer .region.region-footer #block-vesta-theme-podval-4 > ul li a,
div#page footer#footer .region.region-footer #block-vesta-theme-razdelyforuma2-2 > ul li a,
div#page footer#footer .region.region-footer #block-vesta-theme-podval > ul li a,
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li a {
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
div#page footer#footer .region.region-footer #block-vesta-theme-podval-4 > ul li a:hover,
div#page footer#footer .region.region-footer #block-vesta-theme-razdelyforuma2-2 > ul li a:hover,
div#page footer#footer .region.region-footer #block-vesta-theme-podval > ul li a:hover,
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li a:hover {
  color: #560562;
  background-color: transparent !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-podval-4 > ul li a,
  div#page footer#footer .region.region-footer #block-vesta-theme-razdelyforuma2-2 > ul li a,
  div#page footer#footer .region.region-footer #block-vesta-theme-podval > ul li a,
  div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li a {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-podval-4 > ul li a,
  div#page footer#footer .region.region-footer #block-vesta-theme-razdelyforuma2-2 > ul li a,
  div#page footer#footer .region.region-footer #block-vesta-theme-podval > ul li a,
  div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-podval-4 > ul li a,
  div#page footer#footer .region.region-footer #block-vesta-theme-razdelyforuma2-2 > ul li a,
  div#page footer#footer .region.region-footer #block-vesta-theme-podval > ul li a,
  div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li a {
    font-size: 12px;
  }
}
div#page footer#footer .region.region-footer #block-vesta-theme-podval-4 > ul:after,
div#page footer#footer .region.region-footer #block-vesta-theme-razdelyforuma2-2 > ul:after,
div#page footer#footer .region.region-footer #block-vesta-theme-podval > ul:after,
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul:after {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-podval-4 > ul,
  div#page footer#footer .region.region-footer #block-vesta-theme-razdelyforuma2-2 > ul,
  div#page footer#footer .region.region-footer #block-vesta-theme-podval > ul,
  div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul {
    gap: 10px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-podval-4 > ul,
  div#page footer#footer .region.region-footer #block-vesta-theme-razdelyforuma2-2 > ul,
  div#page footer#footer .region.region-footer #block-vesta-theme-podval > ul,
  div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul {
    gap: 8px 20px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-podval-4 > ul,
  div#page footer#footer .region.region-footer #block-vesta-theme-razdelyforuma2-2 > ul,
  div#page footer#footer .region.region-footer #block-vesta-theme-podval > ul,
  div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul {
    gap: 8px 13px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-podval-4,
  div#page footer#footer .region.region-footer #block-vesta-theme-razdelyforuma2-2,
  div#page footer#footer .region.region-footer #block-vesta-theme-podval,
  div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-podval-4,
  div#page footer#footer .region.region-footer #block-vesta-theme-razdelyforuma2-2,
  div#page footer#footer .region.region-footer #block-vesta-theme-podval,
  div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-podval-4,
  div#page footer#footer .region.region-footer #block-vesta-theme-razdelyforuma2-2,
  div#page footer#footer .region.region-footer #block-vesta-theme-podval,
  div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 {
    width: 100%;
  }
}
div#page footer#footer .region.region-footer #block-vesta-theme-partnerypodval {
  margin-top: 30px;
  width: 100%;
}
div#page footer#footer .region.region-footer #block-vesta-theme-partnerypodval .field--name-body {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
div#page footer#footer .region.region-footer #block-vesta-theme-partnerypodval .field--name-body:after {
  display: none;
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-partnerypodval .field--name-body {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-partnerypodval {
    margin-top: 10px;
  }
}
div#page footer#footer .region.region-footer #block-vesta-theme-socsetipodval {
  margin-top: 30px;
  width: 100%;
}
div#page footer#footer .region.region-footer #block-vesta-theme-socsetipodval .field--name-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px 40px;
}
div#page footer#footer .region.region-footer #block-vesta-theme-socsetipodval .field--name-body .social {
  margin-right: auto;
  display: flex;
  gap: 30px 44px;
  flex-wrap: wrap;
}
div#page footer#footer .region.region-footer #block-vesta-theme-socsetipodval .field--name-body .social a {
  display: block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}
div#page footer#footer .region.region-footer #block-vesta-theme-socsetipodval .field--name-body .social a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-socsetipodval .field--name-body .social a {
    width: 24px;
    height: 24px;
  }
}
div#page footer#footer .region.region-footer #block-vesta-theme-socsetipodval .field--name-body .social .wp {
  background-image: url(/sites/all/themes/vesta_theme/image/wp.svg);
}
div#page footer#footer .region.region-footer #block-vesta-theme-socsetipodval .field--name-body .social .yt {
  background-image: url(/sites/all/themes/vesta_theme/image/yt.svg);
}
div#page footer#footer .region.region-footer #block-vesta-theme-socsetipodval .field--name-body .social .vk {
  background-image: url(/sites/all/themes/vesta_theme/image/vk.svg);
}
div#page footer#footer .region.region-footer #block-vesta-theme-socsetipodval .field--name-body .social .rt {
  background-image: url(/sites/all/themes/vesta_theme/image/rt.svg);
}
div#page footer#footer .region.region-footer #block-vesta-theme-socsetipodval .field--name-body .social .tg {
  background-image: url(/sites/all/themes/vesta_theme/image/tg.svg);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-socsetipodval .field--name-body .social {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-socsetipodval .field--name-body .social {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-socsetipodval .field--name-body .social {
    margin-right: 0;
    gap: 15px;
  }
}
div#page footer#footer .region.region-footer #block-vesta-theme-socsetipodval .field--name-body a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: rgba(0, 0, 0, 0.5);
}
div#page footer#footer .region.region-footer #block-vesta-theme-socsetipodval .field--name-body a:hover {
  color: #560562;
}
div#page footer#footer .region.region-footer #block-vesta-theme-socsetipodval .field--name-body .mob {
  display: none;
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-socsetipodval .field--name-body .mob {
    display: unset;
  }
}
div#page footer#footer .region.region-footer #block-vesta-theme-socsetipodval .field--name-body:after {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-socsetipodval .field--name-body {
    justify-content: center;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-socsetipodval .field--name-body {
    justify-content: center;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-socsetipodval .field--name-body {
    justify-content: center;
    gap: 13px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-socsetipodval {
    margin-top: 10px;
  }
}
div#page footer#footer .region.region-footer #block-vesta-theme-18 {
  width: 100%;
  margin-top: 30px;
}
div#page footer#footer .region.region-footer #block-vesta-theme-18 .field--name-body {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-18 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-18 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-18 {
    margin-top: 5px;
  }
}
div#page footer#footer .region.region-footer #block-vesta-theme-superstarzhenskiyonlaynzhurnal {
  margin-top: 30px;
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
}
div#page footer#footer .region.region-footer #block-vesta-theme-superstarzhenskiyonlaynzhurnal .field--name-body {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-superstarzhenskiyonlaynzhurnal .field--name-body {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-superstarzhenskiyonlaynzhurnal .field--name-body {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-superstarzhenskiyonlaynzhurnal .field--name-body {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-superstarzhenskiyonlaynzhurnal {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-superstarzhenskiyonlaynzhurnal {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-superstarzhenskiyonlaynzhurnal {
    margin-top: 5px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page footer#footer {
    margin: 45px 0 0;
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer {
    margin: 35px 0 0;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer {
    margin: 35px 0 0;
    padding-top: 20px;
  }
}
div#page div#copyrights-block {
  background-color: #EEEEEE;
  margin-top: 50px;
  padding: 15px 0;
}
div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .field--name-body {
  display: flex;
  justify-content: space-between;
  gap: 5px 15px;
  flex-wrap: wrap;
}
div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .field--name-body p,
div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .field--name-body a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  margin: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .field--name-body p,
  div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .field--name-body a {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .field--name-body p,
  div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .field--name-body a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .field--name-body p,
  div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .field--name-body a {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
  }
}
div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .field--name-body a:hover {
  color: #560562;
}
div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .field--name-body:after {
  display: none;
}
@media screen and (max-width: 767px) {
  div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .field--name-body .privacy {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .field--name-body {
    justify-content: center;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page div#copyrights-block {
    margin-top: 40px;
    padding: 10px 0 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#copyrights-block {
    margin-top: 30px;
    padding: 5px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  div#page div#copyrights-block {
    margin-top: 25px;
    padding: 0 0 15px;
    background-color: transparent;
  }
}
div#page main.main {
  /*.view.view-catalog.view-id-catalog.view-display-id-page{
      .view-content{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
        gap: 15px;
        .field.field--name-field-catalog-image.field--type-image.field--label-hidden.field__item{
          display: flex;
          a{
            display: flex;
            img{
              max-width: 380px;
              max-height: 380px;
            }
          }
        }
      }
    }
    .view.view-news.view-id-news.view-display-id-page_1{
      .view-content{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
        gap: 15px;
        .views-row{
          max-width: 380px;
          .field.field--name-field-image-news.field--type-image.field--label-hidden{
            display: flex;
            a{
              display: flex;
              img{
                max-width: 380px;
                max-height: 380px;
              }
            }
          }
          .content{
            background-color: #b3b3b3;
            padding: 10px;
            display: flex;
            flex-direction: column;
            gap: 15px;
          }
        }
      }
    }
    .view.view-photogalery.view-id-photogalery.view-display-id-page_1{
      .view-content{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
        gap: 15px;
        .views-row{
          .field.field--name-field-photo.field--type-image{
            display: flex;
            a{
              display: flex;
              img{
                max-width: 380px;
                max-height: 380px;
              }
            }
          }
        }
      }
    }*/
}
@media screen and (max-width: 767px) {
  div#page main.main > .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.front main.main .region-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
div#drupal-modal .form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-privacy {
  display: flex;
  align-items: flex-start;
}
div#drupal-modal .form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-privacy input {
  margin: 5px 0 0 0;
}
div#drupal-modal .form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-privacy .description {
  margin: 0 0 0 5px;
}
.ajax-progress-throbber .throbber {
  padding: 0;
  margin: 0;
  display: none;
}
.ajax-progress-throbber {
  display: none;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 0 !important;
    padding: 0 !important;
  }
  .slick img,
  .slick iframe {
    min-height: 500px !important;
    object-fit: cover;
  }
}
nav#mobile-nav {
  transition: 0.4s;
  /*.mobile({
    display: block;
    div#block-vesta-theme-osnovnayanavigaciya,
    div.mm-panel{
      padding: 0;
      ul{
        margin: 40px 0 0 0 !important;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        .active-trail{
          a{
            background: #303030 !important;
            color: #fff !important;
          }
        }
        li{
          width: 100%;
          a{
            padding: 20px 10px 20px 20px;
          }
          &::after{
            left: 0;
            border-color: rgba(0,0,0,0.1);
          }
        }

        .dropdown-toggle::after {
          display: none;
        }
      }
      .dropdown-menu {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1000;
        display: block;
        float: none;
        min-width: 100%;
        padding: 0;
        border: none;
      }
    }
  });*/
}
nav#mobile-nav .region-navigation-mobile {
  padding: 23px 44px 25px 23px !important;
  display: flex;
  flex-direction: column;
}
nav#mobile-nav .region-navigation-mobile .mm-navbar {
  display: none;
}
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-logo-4 .field--name-body img {
  width: 125px !important;
  height: auto !important;
  object-fit: contain;
}
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-logoforum3 .field--name-body img {
  width: 175px !important;
  height: auto !important;
  object-fit: contain;
}
nav#mobile-nav .region-navigation-mobile .search-api-page-block-form-search {
  margin-top: 20px;
}
nav#mobile-nav .region-navigation-mobile .search-api-page-block-form-search form {
  display: flex;
  gap: 7px;
  width: 133px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
nav#mobile-nav .region-navigation-mobile .search-api-page-block-form-search form .js-form-type-search {
  order: 1;
}
nav#mobile-nav .region-navigation-mobile .search-api-page-block-form-search form .js-form-type-search input {
  padding: 0;
  border: none;
  border-radius: 0;
  height: 15px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  nav#mobile-nav .region-navigation-mobile .search-api-page-block-form-search form .js-form-type-search input {
    font-size: 12px;
  }
}
nav#mobile-nav .region-navigation-mobile .search-api-page-block-form-search form .form-actions {
  order: 0;
}
nav#mobile-nav .region-navigation-mobile .search-api-page-block-form-search form .form-actions input {
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  font-size: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-image: url(/sites/all/themes/vesta_theme/image/poisk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-forum-2,
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-novosti2 {
  margin-top: 20px;
}
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-forum-2 .field--name-body a,
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-novosti2 .field--name-body a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  min-width: 70px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  nav#mobile-nav .region-navigation-mobile #block-vesta-theme-forum-2 .field--name-body a,
  nav#mobile-nav .region-navigation-mobile #block-vesta-theme-novosti2 .field--name-body a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  nav#mobile-nav .region-navigation-mobile #block-vesta-theme-forum-2 .field--name-body a,
  nav#mobile-nav .region-navigation-mobile #block-vesta-theme-novosti2 .field--name-body a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  nav#mobile-nav .region-navigation-mobile #block-vesta-theme-forum-2 .field--name-body a,
  nav#mobile-nav .region-navigation-mobile #block-vesta-theme-novosti2 .field--name-body a {
    padding: 9px;
    font-size: 12px;
  }
}
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-forum-2 .field--name-body a:hover,
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-novosti2 .field--name-body a:hover {
  background-color: transparent;
  color: #000;
}
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-podval-3,
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-razdelyforuma2,
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-podval-2,
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-osnovnayanavigaciya-4 {
  margin-bottom: 17px;
}
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-podval-3 ul,
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-razdelyforuma2 ul,
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-podval-2 ul,
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-osnovnayanavigaciya-4 ul {
  margin-top: 14px !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-podval-3 ul li,
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-razdelyforuma2 ul li,
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-podval-2 ul li,
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-osnovnayanavigaciya-4 ul li {
  background-color: transparent;
}
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-podval-3 ul li a,
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-razdelyforuma2 ul li a,
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-podval-2 ul li a,
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-osnovnayanavigaciya-4 ul li a {
  padding: 0 !important;
  font-size: 16px;
  font-weight: 400;
  color: #560562;
}
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-podval-3 ul li a:hover,
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-razdelyforuma2 ul li a:hover,
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-podval-2 ul li a:hover,
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-osnovnayanavigaciya-4 ul li a:hover {
  color: #000 !important;
  background-color: transparent !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  nav#mobile-nav .region-navigation-mobile #block-vesta-theme-podval-3 ul li a,
  nav#mobile-nav .region-navigation-mobile #block-vesta-theme-razdelyforuma2 ul li a,
  nav#mobile-nav .region-navigation-mobile #block-vesta-theme-podval-2 ul li a,
  nav#mobile-nav .region-navigation-mobile #block-vesta-theme-osnovnayanavigaciya-4 ul li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  nav#mobile-nav .region-navigation-mobile #block-vesta-theme-podval-3 ul li a,
  nav#mobile-nav .region-navigation-mobile #block-vesta-theme-razdelyforuma2 ul li a,
  nav#mobile-nav .region-navigation-mobile #block-vesta-theme-podval-2 ul li a,
  nav#mobile-nav .region-navigation-mobile #block-vesta-theme-osnovnayanavigaciya-4 ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  nav#mobile-nav .region-navigation-mobile #block-vesta-theme-podval-3 ul li a,
  nav#mobile-nav .region-navigation-mobile #block-vesta-theme-razdelyforuma2 ul li a,
  nav#mobile-nav .region-navigation-mobile #block-vesta-theme-podval-2 ul li a,
  nav#mobile-nav .region-navigation-mobile #block-vesta-theme-osnovnayanavigaciya-4 ul li a {
    font-size: 12px;
  }
}
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-podval-3 ul li:hover,
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-razdelyforuma2 ul li:hover,
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-podval-2 ul li:hover,
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-osnovnayanavigaciya-4 ul li:hover {
  background-color: transparent;
}
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-podval-3 ul li:after,
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-razdelyforuma2 ul li:after,
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-podval-2 ul li:after,
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-osnovnayanavigaciya-4 ul li:after {
  display: none !important;
}
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-redakciyaportala {
  margin-top: auto;
}
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-redakciyaportala .field--name-body * {
  font-size: 16px;
  font-weight: 700;
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  nav#mobile-nav .region-navigation-mobile #block-vesta-theme-redakciyaportala .field--name-body * {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  nav#mobile-nav .region-navigation-mobile #block-vesta-theme-redakciyaportala .field--name-body * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  nav#mobile-nav .region-navigation-mobile #block-vesta-theme-redakciyaportala .field--name-body * {
    font-size: 12px;
  }
}
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-myvsocialnykhsetyakh {
  margin-top: 17px;
}
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-myvsocialnykhsetyakh .block-title {
  padding: 0 !important;
  border: none !important;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #000;
  height: max-content;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  nav#mobile-nav .region-navigation-mobile #block-vesta-theme-myvsocialnykhsetyakh .block-title {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  nav#mobile-nav .region-navigation-mobile #block-vesta-theme-myvsocialnykhsetyakh .block-title {
    vfont-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  nav#mobile-nav .region-navigation-mobile #block-vesta-theme-myvsocialnykhsetyakh .block-title {
    font-size: 12px;
  }
}
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-myvsocialnykhsetyakh .field--name-body {
  margin-top: 11px;
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
}
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-myvsocialnykhsetyakh .field--name-body a {
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-myvsocialnykhsetyakh .field--name-body a:hover {
  opacity: 1;
}
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-myvsocialnykhsetyakh .field--name-body .wp {
  background-image: url(/sites/all/themes/vesta_theme/image/wp.svg);
}
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-myvsocialnykhsetyakh .field--name-body .yt {
  background-image: url(/sites/all/themes/vesta_theme/image/yt.svg);
}
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-myvsocialnykhsetyakh .field--name-body .vk {
  background-image: url(/sites/all/themes/vesta_theme/image/vk.svg);
}
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-myvsocialnykhsetyakh .field--name-body .rt {
  background-image: url(/sites/all/themes/vesta_theme/image/rt.svg);
}
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-myvsocialnykhsetyakh .field--name-body .tg {
  background-image: url(/sites/all/themes/vesta_theme/image/tg.svg);
}
nav#mobile-nav .region-navigation-mobile #block-vesta-theme-myvsocialnykhsetyakh .field--name-body:after {
  display: none;
}
.no-child {
  display: none !important;
}
#block-vesta-theme-views-block-news-block-2 {
  margin-bottom: 0;
}
.view-id-news.view-display-id-block_2 {
  overflow: hidden;
  width: 100%;
  height: 475px;
}
.view-id-news.view-display-id-block_2 .node--type-news .field--name-field-image-news {
  background-color: #000;
  overflow: hidden;
}
.view-id-news.view-display-id-block_2 .node--type-news .field--name-field-image-news * {
  height: 475px !important;
  object-fit: cover;
}
.view-id-news.view-display-id-block_2 .node--type-news .field--name-field-image-news img {
  opacity: 0.5;
  transition: 0.3s;
}
.view-id-news.view-display-id-block_2 .node--type-news .field--name-field-image-news img:hover {
  transform: scale(1.1);
}
.view-id-news.view-display-id-block_2 .node--type-news .content0 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 530px;
  height: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*padding-top: 50px;
      padding-bottom: 50px;*/
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-id-news.view-display-id-block_2 .node--type-news .content0 {
    max-width: 100%;
    width: calc(100% - 130px);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-id-news.view-display-id-block_2 .node--type-news .content0 {
    max-width: 100%;
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 767px) {
  .view-id-news.view-display-id-block_2 .node--type-news .content0 {
    max-width: 100%;
    width: calc(100% - 130px);
  }
}
.view-id-news.view-display-id-block_2 .node--type-news .field--name-node-title {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.view-id-news.view-display-id-block_2 .node--type-news .field--name-node-title * {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-id-news.view-display-id-block_2 .node--type-news .field--name-node-title * {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-id-news.view-display-id-block_2 .node--type-news .field--name-node-title * {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .view-id-news.view-display-id-block_2 .node--type-news .field--name-node-title * {
    font-size: 20px;
  }
}
.view-id-news.view-display-id-block_2 .node--type-news .field--name-node-title a:hover {
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-id-news.view-display-id-block_2 .node--type-news .field--name-node-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-id-news.view-display-id-block_2 .node--type-news .field--name-node-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .view-id-news.view-display-id-block_2 .node--type-news .field--name-node-title {
    font-size: 20px;
  }
}
.view-id-news.view-display-id-block_2 .node--type-news .field--name-body {
  margin-top: 20px;
  max-width: 445px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-id-news.view-display-id-block_2 .node--type-news .field--name-body {
    max-width: 100%;
    margin-top: 15px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-id-news.view-display-id-block_2 .node--type-news .field--name-body {
    max-width: 100%;
    margin-top: 12px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-id-news.view-display-id-block_2 .node--type-news .field--name-body {
    max-width: 100%;
    margin-top: 12px;
    font-size: 11px;
  }
}
.view-id-news.view-display-id-block_2 .node--type-news .field--name-node-link {
  margin-top: 25px;
}
.view-id-news.view-display-id-block_2 .node--type-news .field--name-node-link a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  background-color: transparent;
  color: #000;
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-id-news.view-display-id-block_2 .node--type-news .field--name-node-link a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-id-news.view-display-id-block_2 .node--type-news .field--name-node-link a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-id-news.view-display-id-block_2 .node--type-news .field--name-node-link a {
    padding: 9px;
    font-size: 12px;
  }
}
.view-id-news.view-display-id-block_2 .node--type-news .field--name-node-link a:hover {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-id-news.view-display-id-block_2 .node--type-news .field--name-node-link a:hover {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-id-news.view-display-id-block_2 .node--type-news .field--name-node-link a:hover {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-id-news.view-display-id-block_2 .node--type-news .field--name-node-link a:hover {
    padding: 9px;
    font-size: 12px;
  }
}
.view-id-news.view-display-id-block_2 .slick-slider {
  margin-bottom: 0;
}
.view-id-news.view-display-id-block_2 .slick-prev {
  left: 25px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-id-news.view-display-id-block_2 .slick-prev {
    left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-id-news.view-display-id-block_2 .slick-prev {
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-id-news.view-display-id-block_2 .slick-prev {
    left: 10px;
  }
}
.view-id-news.view-display-id-block_2 .slick-next {
  right: 25px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-id-news.view-display-id-block_2 .slick-next {
    right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-id-news.view-display-id-block_2 .slick-next {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-id-news.view-display-id-block_2 .slick-next {
    right: 10px;
  }
}
.view-id-news.view-display-id-block_2 .slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow_white.svg");
}
.view-id-news.view-display-id-block_2 .slick-arrow:hover::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow.svg");
}
.view-id-news.view-display-id-block_2 .slick-dots {
  bottom: 30px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .view-id-news.view-display-id-block_2 .slick-dots {
    bottom: 25px;
    height: 5px;
  }
}
.front main {
  margin-bottom: 0;
}
.front #block-vesta-theme-page-title,
.front #block-vesta-theme-zagolovokh1glavnaya {
  margin-top: 55px;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .front #block-vesta-theme-page-title,
  .front #block-vesta-theme-zagolovokh1glavnaya {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .front #block-vesta-theme-page-title,
  .front #block-vesta-theme-zagolovokh1glavnaya {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .front #block-vesta-theme-page-title,
  .front #block-vesta-theme-zagolovokh1glavnaya {
    margin-top: 30px;
  }
}
#block-vesta-theme-page-title,
#block-vesta-theme-zagolovokh1glavnaya {
  max-width: 735px;
  margin-left: auto;
  margin-right: auto;
}
#block-vesta-theme-page-title h1,
#block-vesta-theme-zagolovokh1glavnaya h1 {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #560562;
  margin-bottom: 0;
}
#block-vesta-theme-page-title h1 *,
#block-vesta-theme-zagolovokh1glavnaya h1 * {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-page-title h1 *,
  #block-vesta-theme-zagolovokh1glavnaya h1 * {
    font-size: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-page-title h1 *,
  #block-vesta-theme-zagolovokh1glavnaya h1 * {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-page-title h1 *,
  #block-vesta-theme-zagolovokh1glavnaya h1 * {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-page-title h1,
  #block-vesta-theme-zagolovokh1glavnaya h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-page-title h1,
  #block-vesta-theme-zagolovokh1glavnaya h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-page-title h1,
  #block-vesta-theme-zagolovokh1glavnaya h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-page-title,
  #block-vesta-theme-zagolovokh1glavnaya {
    max-width: calc(100% - 40px);
  }
}
#block-vesta-theme-views-block-news-block-3 {
  margin-top: 65px;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-news-block-3 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-news-block-3 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-news-block-3 {
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.view-news.view-display-id-block_3 .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.view-news.view-display-id-block_3 .view-content .views-row {
  width: 370px;
  position: relative;
}
.view-news.view-display-id-block_3 .view-content .views-row:before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 0;
  display: block;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  background-color: #f3f3f3;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_3 .view-content .views-row:before {
    top: -7.5px;
    left: -7.5px;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
  }
}
.view-news.view-display-id-block_3 .view-content .views-row .node--type-news {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
.view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-field-kategoriya {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1;
  background-color: rgba(86, 5, 98, 0.3);
  padding: 11px;
  min-width: 110px;
  border-radius: 3px 0 0 3px;
}
.view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-field-kategoriya * {
  display: flex;
  justify-content: center;
}
.view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-field-kategoriya a {
  font-size: 14px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-transform: lowercase;
}
.view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-field-kategoriya a:hover {
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-field-kategoriya a {
    font-size: 12px;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-field-kategoriya a {
    font-size: 10px;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-field-kategoriya a {
    font-size: 10px;
    font-weight: 600;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-field-kategoriya {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-field-kategoriya {
    padding: 9px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-field-kategoriya {
    position: relative;
    top: 0;
    padding: 9px;
    min-width: 80px;
    width: max-content;
    background-color: #560562;
    border-radius: 3px;
  }
}
.view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-field-image-news {
  width: 100%;
  height: 205px;
  overflow: hidden;
}
.view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-field-image-news * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-field-image-news img {
  transition: 0.3s;
}
.view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-field-image-news img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-field-image-news {
    width: 110px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-node-title {
  margin-top: 20px;
  width: 100%;
}
.view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-node-title * {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
  margin: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-node-title * {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-node-title * {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-node-title * {
    font-size: 14px;
  }
}
.view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-node-title a:hover {
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-node-title {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-node-title {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-node-title {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-body {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-body * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-body * {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-body * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-body * {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-body {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-body {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-body {
    display: none;
  }
}
.view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-field-date {
  margin-top: auto;
  margin-left: auto;
  width: max-content;
}
.view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-field-date * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-field-date * {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-field-date * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-field-date * {
    font-size: 12px;
  }
}
.view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-field-view-count {
  margin-top: auto;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-field-view-count {
    margin-right: 20px;
  }
}
.view-news.view-display-id-block_3 .view-content .views-row .node--type-news .field--name-dynamic-twig-fieldnode-comments-count {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_3 .view-content .views-row .node--type-news {
    padding-left: 120px;
  }
}
.view-news.view-display-id-block_3 .view-content .views-row:hover:before {
  opacity: 1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_3 .view-content .views-row {
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_3 .view-content .views-row {
    width: 354px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_3 .view-content .views-row {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_3 .view-content {
    gap: 15px;
  }
}
.view-news.view-display-id-block_3 .view-footer {
  margin-top: 45px;
  gap: 15px 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.view-news.view-display-id-block_3 .view-footer a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_3 .view-footer a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_3 .view-footer a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_3 .view-footer a {
    padding: 9px;
    font-size: 12px;
  }
}
.view-news.view-display-id-block_3 .view-footer a:hover {
  background-color: transparent;
  color: #000;
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_3 .view-footer a {
    min-width: 145px;
  }
}
.view-news.view-display-id-block_3 .view-footer a:nth-child(1) {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: transparent;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_3 .view-footer a:nth-child(1) {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_3 .view-footer a:nth-child(1) {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_3 .view-footer a:nth-child(1) {
    padding: 9px;
    font-size: 12px;
  }
}
.view-news.view-display-id-block_3 .view-footer a:nth-child(1):hover {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_3 .view-footer a:nth-child(1):hover {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_3 .view-footer a:nth-child(1):hover {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_3 .view-footer a:nth-child(1):hover {
    padding: 9px;
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_3 .view-footer {
    margin-top: 35px;
    gap: 15px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_3 .view-footer {
    margin-top: 25px;
    gap: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_3 .view-footer {
    margin-top: 20px;
    gap: 15px;
    justify-content: space-between;
  }
}
#block-vesta-theme-views-block-klipy-block-1 {
  margin-top: 70px;
  margin-bottom: 0;
}
#block-vesta-theme-views-block-klipy-block-1 .block-title {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #560562;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-klipy-block-1 .block-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-klipy-block-1 .block-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-klipy-block-1 .block-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-klipy-block-1 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-klipy-block-1 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-klipy-block-1 {
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.view-klipy.view-display-id-block_1 .view-content {
  display: flex;
  gap: 30px;
}
.view-klipy.view-display-id-block_1 .view-content .views-row {
  width: 270px !important;
  height: max-content !important;
  margin-left: 15px;
  margin-right: 15px;
}
.view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip {
  width: 100%;
  height: 100%;
  position: relative;
}
.view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube,
.view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video,
.view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube {
  width: 100%;
  height: 480px !important;
}
.view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube > *,
.view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video > *,
.view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube > * {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube img,
.view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video img,
.view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube img {
  opacity: 0.6;
}
.view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube img,
.view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video img,
.view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube img,
.view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube iframe,
.view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video iframe,
.view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube iframe {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube button,
.view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video button,
.view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube button {
  display: block;
  width: 46px;
  height: 46px;
  padding: 0;
  border: none;
  background: url(/sites/all/themes/vesta_theme/image/play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube,
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video,
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube {
    height: 490px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube,
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video,
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube {
    height: 550px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube,
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video,
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube {
    height: 475px !important;
  }
}
@media screen and (max-width: 500px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube,
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video,
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube {
    height: 450px !important;
  }
}
@media screen and (max-width: 475px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube,
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video,
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube {
    height: 375px !important;
  }
}
@media screen and (max-width: 420px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube,
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video,
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube {
    height: 330px !important;
  }
}
@media screen and (max-width: 400px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube,
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video,
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube {
    height: 525px !important;
  }
}
.view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-video {
  width: 100%;
  height: 480px !important;
}
.view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-video * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-video {
    height: 490px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-video {
    height: 550px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-video {
    height: 475px !important;
  }
}
@media screen and (max-width: 500px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-video {
    height: 450px !important;
  }
}
@media screen and (max-width: 475px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-video {
    height: 375px !important;
  }
}
@media screen and (max-width: 420px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-video {
    height: 330px !important;
  }
}
@media screen and (max-width: 400px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-video {
    height: 525px !important;
  }
}
.view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-data {
  position: absolute;
  top: 445px;
  right: 20px;
}
.view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-data * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-data {
    top: 455px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-data {
    top: 515px;
  }
}
@media screen and (max-width: 767px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-data {
    top: 440px;
    right: 15px;
  }
}
@media screen and (max-width: 500px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-data {
    top: 420px;
  }
}
@media screen and (max-width: 475px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-data {
    top: 345px;
  }
}
@media screen and (max-width: 420px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-data {
    top: 300px;
  }
}
@media screen and (max-width: 400px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-data {
    top: 485px;
  }
}
.view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-view-count {
  position: absolute;
  top: 448px;
  right: 95px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
}
.view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-view-count:before {
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-view-count {
    top: 458px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-view-count {
    top: 517px;
  }
}
@media screen and (max-width: 767px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-view-count {
    top: 441px;
  }
}
@media screen and (max-width: 500px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-view-count {
    top: 420px;
  }
}
@media screen and (max-width: 475px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-view-count {
    top: 345px;
  }
}
@media screen and (max-width: 420px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-view-count {
    top: 300px;
  }
}
@media screen and (max-width: 400px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-field-view-count {
    top: 485px;
  }
}
.view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-node-title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-node-title * {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.view-klipy.view-display-id-block_1 .view-content .views-row .node--type-klip .field--name-node-title a:hover {
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row {
    width: 300px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row {
    width: 354px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row {
    width: 280px !important;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 575px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row {
    width: calc(50vw - 15px) !important;
  }
}
@media screen and (max-width: 400px) {
  .view-klipy.view-display-id-block_1 .view-content .views-row {
    width: calc(100vw - 20px) !important;
  }
}
.view-klipy.view-display-id-block_1 .view-content .slick-arrow {
  bottom: -90px;
  top: auto;
  transform: translate(0, 0) !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-klipy.view-display-id-block_1 .view-content .slick-arrow {
    bottom: -78px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-klipy.view-display-id-block_1 .view-content .slick-arrow {
    bottom: -65px;
  }
}
@media screen and (max-width: 767px) {
  .view-klipy.view-display-id-block_1 .view-content .slick-arrow {
    bottom: -55px;
  }
}
.view-klipy.view-display-id-block_1 .view-content .slick-prev {
  left: 25px;
}
.view-klipy.view-display-id-block_1 .view-content .slick-next {
  right: 25px;
}
@media screen and (max-width: 767px) {
  .view-klipy.view-display-id-block_1 .view-content {
    gap: 10px;
  }
}
.view-klipy.view-display-id-block_1 .view-footer {
  margin-top: 45px;
  display: flex;
  justify-content: center;
}
.view-klipy.view-display-id-block_1 .view-footer a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: transparent;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-klipy.view-display-id-block_1 .view-footer a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-klipy.view-display-id-block_1 .view-footer a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-klipy.view-display-id-block_1 .view-footer a {
    padding: 9px;
    font-size: 12px;
  }
}
.view-klipy.view-display-id-block_1 .view-footer a:hover {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-klipy.view-display-id-block_1 .view-footer a:hover {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-klipy.view-display-id-block_1 .view-footer a:hover {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-klipy.view-display-id-block_1 .view-footer a:hover {
    padding: 9px;
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-klipy.view-display-id-block_1 .view-footer {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-klipy.view-display-id-block_1 .view-footer {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .view-klipy.view-display-id-block_1 .view-footer {
    margin-top: 20px;
  }
}
#block-vesta-theme-views-block-news-block-4 {
  margin-top: 70px;
  margin-bottom: 0;
}
#block-vesta-theme-views-block-news-block-4 .block-title {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #560562;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-news-block-4 .block-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-news-block-4 .block-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-news-block-4 .block-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-news-block-4 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-news-block-4 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-news-block-4 {
    margin-top: 40px;
  }
}
.view-news.view-display-id-block_4 .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-news.view-display-id-block_4 .view-content .views-row {
  width: 370px;
  min-height: 260px;
}
.view-news.view-display-id-block_4 .view-content .views-row .node--type-news {
  position: relative;
  width: 100%;
  height: 100%;
}
.view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-field-image-news {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-field-image-news * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-field-image-news a {
  display: block;
  overflow: hidden;
}
.view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-field-image-news a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  z-index: 1;
}
.view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-field-image-news a:hover img {
  transform: scale(1.1);
}
.view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-field-image-news img {
  transition: 0.3s;
  position: relative;
  z-index: 0;
}
.view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-field-kategoriya {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1;
  background-color: rgba(86, 5, 98, 0.3);
  padding: 11px;
  min-width: 140px;
  border-radius: 3px 0 0 3px;
}
.view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-field-kategoriya * {
  display: flex;
  justify-content: center;
}
.view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-field-kategoriya a {
  font-size: 14px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-transform: lowercase;
}
.view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-field-kategoriya a:hover {
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-field-kategoriya a {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-field-kategoriya a {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-field-kategoriya a {
    font-size: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-field-kategoriya {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-field-kategoriya {
    padding: 9px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-field-kategoriya {
    right: auto;
    left: 0;
    padding: 9px;
    min-width: 70px;
    border-radius: 0 3px 3px 0;
    background-color: #560562;
  }
}
.view-news.view-display-id-block_4 .view-content .views-row .node--type-news .content0 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  margin-top: 70px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_4 .view-content .views-row .node--type-news .content0 {
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_4 .view-content .views-row .node--type-news .content0 {
    bottom: 15px;
    left: 10px;
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_4 .view-content .views-row .node--type-news .content0 {
    bottom: 15px;
    left: 10px;
    width: calc(100% - 20px);
    display: flex;
    flex-wrap: wrap;
  }
}
.view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-field-date * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-field-date * {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-field-date * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-field-date * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-field-date {
    order: 3;
    margin-top: 15px;
    margin-left: auto;
  }
}
.view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-node-title {
  margin-top: 10px;
  width: calc(100% - 45px);
}
.view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-node-title * {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-node-title * {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-node-title * {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-node-title * {
    font-size: 14px;
  }
}
.view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-node-title a:hover {
  color: #560562;
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-node-title {
    margin-top: 0;
    order: 0;
    width: 100%;
  }
}
.view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-field-view-count {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
}
.view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-field-view-count:before {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-field-view-count {
    right: auto;
    left: 0;
  }
}
.view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-dynamic-twig-fieldnode-comments-count {
  display: none;
}
.view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-dynamic-twig-fieldnode-comments-count:before {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_4 .view-content .views-row .node--type-news .field--name-dynamic-twig-fieldnode-comments-count {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50px;
    color: #fff;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_4 .view-content .views-row {
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_4 .view-content .views-row {
    width: 354px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_4 .view-content .views-row {
    width: 100%;
    min-height: 175px;
    height: 175px;
  }
}
.view-news.view-display-id-block_4 .view-content .views-row:nth-child(4n + 1) {
  width: 470px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_4 .view-content .views-row:nth-child(4n + 1) {
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_4 .view-content .views-row:nth-child(4n + 1) {
    width: 354px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_4 .view-content .views-row:nth-child(4n + 1) {
    width: 100%;
    min-height: 175px;
    height: 175px;
  }
}
.view-news.view-display-id-block_4 .view-content .views-row:nth-child(4n + 2) {
  width: 270px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_4 .view-content .views-row:nth-child(4n + 2) {
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_4 .view-content .views-row:nth-child(4n + 2) {
    width: 354px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_4 .view-content .views-row:nth-child(4n + 2) {
    width: 100%;
    min-height: 175px;
    height: 175px;
  }
}
.view-news.view-display-id-block_4 .view-content .views-row:nth-child(4n + 4) {
  width: 100%;
  min-height: 245px;
  height: 245px;
}
.view-news.view-display-id-block_4 .view-content .views-row:nth-child(4n + 4) .node--type-news .field--name-node-title {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_4 .view-content .views-row:nth-child(4n + 4) .node--type-news .field--name-node-title {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_4 .view-content .views-row:nth-child(4n + 4) {
    width: 354px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_4 .view-content .views-row:nth-child(4n + 4) {
    min-height: 175px;
    height: 175px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_4 .view-content {
    gap: 15px;
  }
}
.view-news.view-display-id-block_4 .view-footer {
  margin-top: 45px;
  gap: 15px 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
}
.view-news.view-display-id-block_4 .view-footer a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_4 .view-footer a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_4 .view-footer a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_4 .view-footer a {
    padding: 9px;
    font-size: 12px;
  }
}
.view-news.view-display-id-block_4 .view-footer a:hover {
  background-color: transparent;
  color: #000;
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_4 .view-footer a {
    min-width: 145px;
  }
}
.view-news.view-display-id-block_4 .view-footer a:nth-child(1) {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: transparent;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_4 .view-footer a:nth-child(1) {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_4 .view-footer a:nth-child(1) {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_4 .view-footer a:nth-child(1) {
    padding: 9px;
    font-size: 12px;
  }
}
.view-news.view-display-id-block_4 .view-footer a:nth-child(1):hover {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_4 .view-footer a:nth-child(1):hover {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_4 .view-footer a:nth-child(1):hover {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_4 .view-footer a:nth-child(1):hover {
    padding: 9px;
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_4 .view-footer {
    margin-top: 35px;
    gap: 15px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_4 .view-footer {
    margin-top: 25px;
    gap: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_4 .view-footer {
    margin-top: 20px;
    gap: 15px;
    justify-content: space-between;
  }
}
#block-vesta-theme-views-block-specproekt-block-1 {
  margin-top: 70px;
  margin-bottom: 0;
}
#block-vesta-theme-views-block-specproekt-block-1 .block-title {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #560562;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-specproekt-block-1 .block-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-specproekt-block-1 .block-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-specproekt-block-1 .block-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
#block-vesta-theme-views-block-specproekt-block-1 .more-link {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
#block-vesta-theme-views-block-specproekt-block-1 .more-link a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-specproekt-block-1 .more-link a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-specproekt-block-1 .more-link a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-specproekt-block-1 .more-link a {
    padding: 9px;
    font-size: 12px;
  }
}
#block-vesta-theme-views-block-specproekt-block-1 .more-link a:hover {
  background-color: transparent;
  color: #000;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-specproekt-block-1 .more-link a {
    min-width: 145px;
  }
}
#block-vesta-theme-views-block-specproekt-block-1 .more-link a:nth-child(1) {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: transparent;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-specproekt-block-1 .more-link a:nth-child(1) {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-specproekt-block-1 .more-link a:nth-child(1) {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-specproekt-block-1 .more-link a:nth-child(1) {
    padding: 9px;
    font-size: 12px;
  }
}
#block-vesta-theme-views-block-specproekt-block-1 .more-link a:nth-child(1):hover {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-specproekt-block-1 .more-link a:nth-child(1):hover {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-specproekt-block-1 .more-link a:nth-child(1):hover {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-specproekt-block-1 .more-link a:nth-child(1):hover {
    padding: 9px;
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-specproekt-block-1 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-specproekt-block-1 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-specproekt-block-1 {
    margin-top: 40px;
  }
}
.view-specproekt.view-display-id-block_1 .node--type-specproekt .field--name-field-fon {
  background-color: #000;
}
.view-specproekt.view-display-id-block_1 .node--type-specproekt .field--name-field-fon * {
  height: 475px !important;
  object-fit: cover;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-specproekt.view-display-id-block_1 .node--type-specproekt .field--name-field-fon * {
    height: 445px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-specproekt.view-display-id-block_1 .node--type-specproekt .field--name-field-fon * {
    height: 415px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-specproekt.view-display-id-block_1 .node--type-specproekt .field--name-field-fon * {
    height: 385px !important;
  }
}
.view-specproekt.view-display-id-block_1 .node--type-specproekt .field--name-field-fon img {
  opacity: 0.5;
  transition: 0.3s;
}
.view-specproekt.view-display-id-block_1 .node--type-specproekt .field--name-field-fon img:hover {
  transform: scale(1.1);
}
.view-specproekt.view-display-id-block_1 .node--type-specproekt .content0 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*padding-top: 50px;
      padding-bottom: 50px;*/
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-specproekt.view-display-id-block_1 .node--type-specproekt .content0 {
    max-width: 100%;
    width: calc(100% - 130px);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-specproekt.view-display-id-block_1 .node--type-specproekt .content0 {
    max-width: 100%;
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 767px) {
  .view-specproekt.view-display-id-block_1 .node--type-specproekt .content0 {
    max-width: 100%;
    width: calc(100% - 130px);
  }
}
.view-specproekt.view-display-id-block_1 .node--type-specproekt .field--name-node-title {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.view-specproekt.view-display-id-block_1 .node--type-specproekt .field--name-node-title * {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-specproekt.view-display-id-block_1 .node--type-specproekt .field--name-node-title * {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-specproekt.view-display-id-block_1 .node--type-specproekt .field--name-node-title * {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .view-specproekt.view-display-id-block_1 .node--type-specproekt .field--name-node-title * {
    font-size: 20px;
  }
}
.view-specproekt.view-display-id-block_1 .node--type-specproekt .field--name-node-title a:hover {
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-specproekt.view-display-id-block_1 .node--type-specproekt .field--name-node-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-specproekt.view-display-id-block_1 .node--type-specproekt .field--name-node-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .view-specproekt.view-display-id-block_1 .node--type-specproekt .field--name-node-title {
    font-size: 20px;
  }
}
.view-specproekt.view-display-id-block_1 .node--type-specproekt .field--name-body {
  margin-top: 20px;
  max-width: 630px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-specproekt.view-display-id-block_1 .node--type-specproekt .field--name-body {
    max-width: 100%;
    margin-top: 15px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-specproekt.view-display-id-block_1 .node--type-specproekt .field--name-body {
    max-width: 100%;
    margin-top: 12px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-specproekt.view-display-id-block_1 .node--type-specproekt .field--name-body {
    max-width: 100%;
    margin-top: 12px;
    font-size: 12px;
  }
}
.view-specproekt.view-display-id-block_1 .node--type-specproekt .field--name-field-view-count,
.view-specproekt.view-display-id-block_1 .node--type-specproekt .field--name-dynamic-twig-fieldnode-comments-count {
  display: none;
}
.view-specproekt.view-display-id-block_1 .slick-slider {
  margin-bottom: 0;
}
.view-specproekt.view-display-id-block_1 .slick-prev {
  left: 25px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-specproekt.view-display-id-block_1 .slick-prev {
    left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-specproekt.view-display-id-block_1 .slick-prev {
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-specproekt.view-display-id-block_1 .slick-prev {
    left: 10px;
  }
}
.view-specproekt.view-display-id-block_1 .slick-next {
  right: 25px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-specproekt.view-display-id-block_1 .slick-next {
    right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-specproekt.view-display-id-block_1 .slick-next {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-specproekt.view-display-id-block_1 .slick-next {
    right: 10px;
  }
}
.view-specproekt.view-display-id-block_1 .slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow_white.svg");
}
.view-specproekt.view-display-id-block_1 .slick-arrow:hover::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow.svg");
}
.view-specproekt.view-display-id-block_1 .slick-dots {
  bottom: 30px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .view-specproekt.view-display-id-block_1 .slick-dots {
    bottom: 35px;
    height: 5px;
  }
}
#block-vesta-theme-views-block-news-block-5 {
  margin-top: 70px;
  margin-bottom: 0;
}
#block-vesta-theme-views-block-news-block-5 .block-title {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #560562;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-news-block-5 .block-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-news-block-5 .block-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-news-block-5 .block-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-news-block-5 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-news-block-5 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-news-block-5 {
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.view-news.view-display-id-block_5 .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.view-news.view-display-id-block_5 .view-content .views-row {
  width: 270px;
  position: relative;
}
.view-news.view-display-id-block_5 .view-content .views-row:before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 0;
  display: block;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  background-color: #f3f3f3;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_5 .view-content .views-row:before {
    top: -7.5px;
    left: -7.5px;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
  }
}
.view-news.view-display-id-block_5 .view-content .views-row .node--type-news {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px 30px;
}
.view-news.view-display-id-block_5 .view-content .views-row .node--type-news .content1 {
  display: flex;
  flex-wrap: wrap;
}
.view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-field-kategoriya {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1;
  background-color: rgba(86, 5, 98, 0.3);
  padding: 11px;
  min-width: 110px;
  width: max-content;
  border-radius: 3px 0 0 3px;
}
.view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-field-kategoriya * {
  display: flex;
  justify-content: center;
}
.view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-field-kategoriya a {
  font-size: 14px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-transform: lowercase;
}
.view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-field-kategoriya a:hover {
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-field-kategoriya a {
    font-size: 12px;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-field-kategoriya a {
    font-size: 10px;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-field-kategoriya a {
    font-size: 10px;
    font-weight: 600;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-field-kategoriya {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-field-kategoriya {
    padding: 9px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-field-kategoriya {
    position: relative;
    top: 0;
    padding: 9px;
    min-width: 80px;
    width: max-content;
    background-color: #560562;
    border-radius: 3px;
  }
}
.view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-field-image-news {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-field-image-news * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-field-image-news img {
  transition: 0.3s;
}
.view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-field-image-news img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-field-image-news {
    width: 110px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-node-title {
  width: 100%;
}
.view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-node-title * {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
  margin: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-node-title * {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-node-title * {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-node-title * {
    font-size: 14px;
  }
}
.view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-node-title a:hover {
  color: #000;
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-node-title {
    margin-bottom: 25px;
  }
}
.view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-body {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-body * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-body * {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-body * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-body * {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-body {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-body {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-body {
    display: none;
  }
}
.view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-field-date {
  margin-top: auto;
  margin-left: auto;
  width: max-content;
}
.view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-field-date * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-field-date * {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-field-date * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-field-date * {
    font-size: 12px;
  }
}
.view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-field-view-count {
  margin-top: auto;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-field-view-count {
    margin-right: 20px;
  }
}
.view-news.view-display-id-block_5 .view-content .views-row .node--type-news .field--name-dynamic-twig-fieldnode-comments-count {
  margin-top: auto;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_5 .view-content .views-row .node--type-news {
    gap: 15px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_5 .view-content .views-row .node--type-news {
    gap: 15px 30px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_5 .view-content .views-row .node--type-news {
    gap: 10px 15px;
    padding-left: 120px;
  }
}
.view-news.view-display-id-block_5 .view-content .views-row .node--type-news:after {
  display: none;
}
.view-news.view-display-id-block_5 .view-content .views-row:hover:before {
  opacity: 1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_5 .view-content .views-row {
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_5 .view-content .views-row {
    width: 354px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_5 .view-content .views-row {
    width: 100%;
  }
}
.view-news.view-display-id-block_5 .view-content .views-row:nth-child(1) {
  width: 100%;
}
.view-news.view-display-id-block_5 .view-content .views-row:nth-child(1) .node--type-news {
  flex-direction: row;
  align-items: center;
}
.view-news.view-display-id-block_5 .view-content .views-row:nth-child(1) .node--type-news .content1 {
  width: 470px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_5 .view-content .views-row:nth-child(1) .node--type-news .content1 {
    width: 466px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_5 .view-content .views-row:nth-child(1) .node--type-news .content1 {
    width: 354px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_5 .view-content .views-row:nth-child(1) .node--type-news .content1 {
    width: 100%;
  }
}
.view-news.view-display-id-block_5 .view-content .views-row:nth-child(1) .node--type-news .field--name-field-kategoriya {
  right: auto;
  left: 0;
  border-radius: 0 3px 3px 0;
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_5 .view-content .views-row:nth-child(1) .node--type-news .field--name-field-kategoriya {
    right: 0;
    border-radius: 3px;
  }
}
.view-news.view-display-id-block_5 .view-content .views-row:nth-child(1) .node--type-news .field--name-field-image-news {
  width: 570px;
  height: 315px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_5 .view-content .views-row:nth-child(1) .node--type-news .field--name-field-image-news {
    width: 466px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_5 .view-content .views-row:nth-child(1) .node--type-news .field--name-field-image-news {
    width: 354px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_5 .view-content .views-row:nth-child(1) .node--type-news .field--name-field-image-news {
    width: 110px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_5 .view-content .views-row:nth-child(1) .node--type-news {
    flex-direction: column;
    align-items: unset;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_5 .view-content {
    gap: 15px;
  }
}
.view-news.view-display-id-block_5 .view-footer {
  margin-top: 45px;
  gap: 15px 50px;
  display: flex;
  justify-content: center;
}
.view-news.view-display-id-block_5 .view-footer a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_5 .view-footer a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_5 .view-footer a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_5 .view-footer a {
    padding: 9px;
    font-size: 12px;
  }
}
.view-news.view-display-id-block_5 .view-footer a:hover {
  background-color: transparent;
  color: #000;
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_5 .view-footer a {
    min-width: 145px;
  }
}
.view-news.view-display-id-block_5 .view-footer a:nth-child(1) {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: transparent;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_5 .view-footer a:nth-child(1) {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_5 .view-footer a:nth-child(1) {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_5 .view-footer a:nth-child(1) {
    padding: 9px;
    font-size: 12px;
  }
}
.view-news.view-display-id-block_5 .view-footer a:nth-child(1):hover {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_5 .view-footer a:nth-child(1):hover {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_5 .view-footer a:nth-child(1):hover {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_5 .view-footer a:nth-child(1):hover {
    padding: 9px;
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_5 .view-footer {
    margin-top: 35px;
    gap: 15px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_5 .view-footer {
    margin-top: 25px;
    gap: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_5 .view-footer {
    margin-top: 20px;
    gap: 15px;
    justify-content: space-between;
  }
}
#block-vesta-theme-views-block-klipy-block-2 {
  margin-top: 70px;
  margin-bottom: 0;
}
#block-vesta-theme-views-block-klipy-block-2 .block-title {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #560562;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-klipy-block-2 .block-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-klipy-block-2 .block-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-klipy-block-2 .block-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-klipy-block-2 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-klipy-block-2 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-klipy-block-2 {
    margin-top: 40px;
  }
}
.view-klipy.view-display-id-block_2 .view-content {
  display: flex;
  gap: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .view-klipy.view-display-id-block_2 .view-content .slick-list {
    overflow: hidden !important;
  }
}
@media screen and (max-width: 767px) {
  .view-klipy.view-display-id-block_2 .view-content .slick-list {
    overflow: visible;
  }
}
.view-klipy.view-display-id-block_2 .view-content .views-row {
  height: max-content !important;
  margin-left: 15px;
  margin-right: 15px;
}
.view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip {
  width: 100%;
  height: 100%;
  position: relative;
}
.view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube,
.view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video,
.view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube {
  width: 100%;
  height: 310px !important;
}
.view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube > *,
.view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video > *,
.view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube > * {
  width: 100%;
  height: 100%;
}
.view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube img,
.view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video img,
.view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube img,
.view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube iframe,
.view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video iframe,
.view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube iframe {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube button,
.view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video button,
.view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube button {
  display: block;
  width: 46px;
  height: 46px;
  padding: 0;
  border: none;
  background: url(/sites/all/themes/vesta_theme/image/play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube,
  .view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video,
  .view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube {
    height: 280px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube,
  .view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video,
  .view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube {
    height: 250px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube,
  .view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video,
  .view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube {
    height: 225px !important;
  }
}
.view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .field--name-field-video {
  width: 100%;
  height: 310px !important;
}
.view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .field--name-field-video * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .field--name-field-video {
    height: 280px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .field--name-field-video {
    height: 250px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .field--name-field-video {
    height: 225px !important;
  }
}
.view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .field--name-field-data {
  position: absolute;
  top: 275px;
  right: 20px;
}
.view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .field--name-field-data * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .field--name-field-data {
    top: 245px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .field--name-field-data {
    top: 215px;
  }
}
@media screen and (max-width: 767px) {
  .view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .field--name-field-data {
    top: 190px;
    right: 15px;
  }
}
.view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .field--name-field-view-count {
  position: absolute;
  top: 278px;
  right: 95px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
}
.view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .field--name-field-view-count:before {
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .field--name-field-view-count {
    top: 247px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .field--name-field-view-count {
    top: 218px;
  }
}
@media screen and (max-width: 767px) {
  .view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .field--name-field-view-count {
    top: 191px;
  }
}
.view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .field--name-node-title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .field--name-node-title * {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.view-klipy.view-display-id-block_2 .view-content .views-row .node--type-klip .field--name-node-title a:hover {
  color: #560562;
}
@media screen and (min-width: 1200px) {
  .view-klipy.view-display-id-block_2 .view-content .views-row {
    width: 570px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-klipy.view-display-id-block_2 .view-content .views-row {
    width: 466px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-klipy.view-display-id-block_2 .view-content .views-row {
    width: 738px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-klipy.view-display-id-block_2 .view-content .views-row {
    width: calc(100vw - 20px);
    margin-left: 2.5px;
    margin-right: 2.5px;
  }
}
.view-klipy.view-display-id-block_2 .view-content .slick-arrow {
  bottom: -75px;
  top: auto;
  transform: translate(0, 0) !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-klipy.view-display-id-block_2 .view-content .slick-arrow {
    bottom: -68px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-klipy.view-display-id-block_2 .view-content .slick-arrow {
    bottom: -61px;
  }
}
@media screen and (max-width: 767px) {
  .view-klipy.view-display-id-block_2 .view-content .slick-arrow {
    bottom: -55px;
  }
}
.view-klipy.view-display-id-block_2 .view-content .slick-prev {
  left: 25px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-klipy.view-display-id-block_2 .view-content .slick-prev {
    left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-klipy.view-display-id-block_2 .view-content .slick-prev {
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-klipy.view-display-id-block_2 .view-content .slick-prev {
    left: 0;
  }
}
.view-klipy.view-display-id-block_2 .view-content .slick-next {
  right: 25px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-klipy.view-display-id-block_2 .view-content .slick-next {
    right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-klipy.view-display-id-block_2 .view-content .slick-next {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-klipy.view-display-id-block_2 .view-content .slick-next {
    right: 12px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .view-klipy.view-display-id-block_2 .view-content {
    margin-left: -2.5px !important;
    margin-right: -2.5px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-klipy.view-display-id-block_2 .view-content {
    margin-left: 10px;
    margin-right: -2.5px;
  }
}
.view-klipy.view-display-id-block_2 .view-footer {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.view-klipy.view-display-id-block_2 .view-footer a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: transparent;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-klipy.view-display-id-block_2 .view-footer a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-klipy.view-display-id-block_2 .view-footer a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-klipy.view-display-id-block_2 .view-footer a {
    padding: 9px;
    font-size: 12px;
  }
}
.view-klipy.view-display-id-block_2 .view-footer a:hover {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-klipy.view-display-id-block_2 .view-footer a:hover {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-klipy.view-display-id-block_2 .view-footer a:hover {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-klipy.view-display-id-block_2 .view-footer a:hover {
    padding: 9px;
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-klipy.view-display-id-block_2 .view-footer {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-klipy.view-display-id-block_2 .view-footer {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-klipy.view-display-id-block_2 .view-footer {
    margin-top: 20px;
  }
}
#block-vesta-theme-views-block-news-block-6 {
  margin-top: 70px;
  margin-bottom: 0;
}
#block-vesta-theme-views-block-news-block-6 .block-title {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #560562;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-news-block-6 .block-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-news-block-6 .block-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-news-block-6 .block-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-news-block-6 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-news-block-6 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-news-block-6 {
    margin-top: 40px;
  }
}
.view-news.view-display-id-block_6 .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.view-news.view-display-id-block_6 .view-content .views-row {
  width: 100%;
  position: relative;
}
.view-news.view-display-id-block_6 .view-content .views-row:before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 0;
  display: block;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  background-color: #f3f3f3;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_6 .view-content .views-row:before {
    top: -7.5px;
    left: -7.5px;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
  }
}
.view-news.view-display-id-block_6 .view-content .views-row .node--type-news {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 30px;
  align-items: center;
}
.view-news.view-display-id-block_6 .view-content .views-row .node--type-news .content1 {
  width: 770px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .content1 {
    width: 560px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .content1 {
    width: 335px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .content1 {
    position: absolute;
    bottom: 15px;
    left: 10px;
    width: calc(100% - 20px);
    display: flex;
    flex-wrap: wrap;
  }
}
.view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-field-kategoriya {
  position: absolute;
  top: 20px;
  right: 800px;
  z-index: 1;
  background-color: rgba(86, 5, 98, 0.3);
  padding: 11px;
  min-width: 110px;
  border-radius: 3px 0 0 3px;
}
.view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-field-kategoriya * {
  display: flex;
  justify-content: center;
}
.view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-field-kategoriya a {
  font-size: 14px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-transform: lowercase;
}
.view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-field-kategoriya a:hover {
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-field-kategoriya a {
    font-size: 12px;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-field-kategoriya a {
    font-size: 10px;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-field-kategoriya a {
    font-size: 10px;
    font-weight: 600;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-field-kategoriya {
    right: 592px;
    padding: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-field-kategoriya {
    right: 368px;
    padding: 9px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-field-kategoriya {
    right: auto;
    left: 0;
    padding: 9px;
    min-width: 80px;
    width: max-content;
    background-color: #560562;
    border-radius: 0 3px 3px 0;
  }
}
.view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-field-image-news {
  width: 370px;
  height: 260px;
  overflow: hidden;
}
.view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-field-image-news * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-field-image-news img {
  transition: 0.3s;
}
.view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-field-image-news img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-field-image-news {
    position: relative;
    width: 100%;
    height: 175px;
    z-index: 0;
  }
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-field-image-news a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-field-image-news a img {
    z-index: 0;
  }
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-field-image-news a:hover img {
    transform: scale(1.1);
  }
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-field-image-news a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
    z-index: 1;
  }
}
.view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-node-title {
  width: 100%;
}
.view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-node-title * {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
  margin: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-node-title * {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-node-title * {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-node-title * {
    font-size: 14px;
    margin-bottom: 15px;
    color: #fff;
  }
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-node-title *:hover {
    color: #560562;
  }
}
.view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-node-title a:hover {
  color: #000;
}
.view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-body {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-body * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-body * {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-body * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-body * {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-body {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-body {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-body {
    display: none;
  }
}
.view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-field-date {
  margin-top: auto;
  margin-left: auto;
  width: max-content;
}
.view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-field-date * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-field-date * {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-field-date * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-field-date * {
    font-size: 12px;
    color: #fff;
  }
}
.view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-field-view-count {
  margin-top: auto;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-field-view-count:before {
    filter: brightness(0) invert(1);
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-field-view-count {
    margin-right: 20px;
    color: #fff;
  }
}
.view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-dynamic-twig-fieldnode-comments-count {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-dynamic-twig-fieldnode-comments-count:before {
    filter: brightness(0) invert(1);
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news .field--name-dynamic-twig-fieldnode-comments-count {
    color: #fff;
  }
}
.view-news.view-display-id-block_6 .view-content .views-row .node--type-news:after {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_6 .view-content .views-row .node--type-news {
    align-items: start;
  }
}
.view-news.view-display-id-block_6 .view-content .views-row:hover:before {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_6 .view-content {
    gap: 15px;
  }
}
.view-news.view-display-id-block_6 .view-footer {
  margin-top: 45px;
  gap: 15px 50px;
  display: flex;
  justify-content: center;
}
.view-news.view-display-id-block_6 .view-footer a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_6 .view-footer a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_6 .view-footer a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_6 .view-footer a {
    padding: 9px;
    font-size: 12px;
  }
}
.view-news.view-display-id-block_6 .view-footer a:hover {
  background-color: transparent;
  color: #000;
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_6 .view-footer a {
    min-width: 145px;
  }
}
.view-news.view-display-id-block_6 .view-footer a:nth-child(1) {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: transparent;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_6 .view-footer a:nth-child(1) {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_6 .view-footer a:nth-child(1) {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_6 .view-footer a:nth-child(1) {
    padding: 9px;
    font-size: 12px;
  }
}
.view-news.view-display-id-block_6 .view-footer a:nth-child(1):hover {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_6 .view-footer a:nth-child(1):hover {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_6 .view-footer a:nth-child(1):hover {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_6 .view-footer a:nth-child(1):hover {
    padding: 9px;
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_6 .view-footer {
    margin-top: 35px;
    gap: 15px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_6 .view-footer {
    margin-top: 25px;
    gap: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_6 .view-footer {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    gap: 15px;
    justify-content: space-between;
  }
}
#block-vesta-theme-views-block-afisha-block-1 {
  margin-top: 70px;
  margin-bottom: 0;
}
#block-vesta-theme-views-block-afisha-block-1 .block-title {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #560562;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-afisha-block-1 .block-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-afisha-block-1 .block-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-afisha-block-1 .block-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
#block-vesta-theme-views-block-afisha-block-1 .more-link {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
#block-vesta-theme-views-block-afisha-block-1 .more-link a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-afisha-block-1 .more-link a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-afisha-block-1 .more-link a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-afisha-block-1 .more-link a {
    padding: 9px;
    font-size: 12px;
  }
}
#block-vesta-theme-views-block-afisha-block-1 .more-link a:hover {
  background-color: transparent;
  color: #000;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-afisha-block-1 .more-link a {
    min-width: 145px;
  }
}
#block-vesta-theme-views-block-afisha-block-1 .more-link a:nth-child(1) {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: transparent;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-afisha-block-1 .more-link a:nth-child(1) {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-afisha-block-1 .more-link a:nth-child(1) {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-afisha-block-1 .more-link a:nth-child(1) {
    padding: 9px;
    font-size: 12px;
  }
}
#block-vesta-theme-views-block-afisha-block-1 .more-link a:nth-child(1):hover {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-afisha-block-1 .more-link a:nth-child(1):hover {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-afisha-block-1 .more-link a:nth-child(1):hover {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-afisha-block-1 .more-link a:nth-child(1):hover {
    padding: 9px;
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-afisha-block-1 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-afisha-block-1 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-afisha-block-1 {
    margin-top: 40px;
  }
}
.view-afisha.view-display-id-block_1 .node--type-afisha .field--name-field-fon1 {
  background-color: #000;
}
.view-afisha.view-display-id-block_1 .node--type-afisha .field--name-field-fon1 * {
  height: 475px !important;
  object-fit: cover;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-afisha.view-display-id-block_1 .node--type-afisha .field--name-field-fon1 * {
    height: 445px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-afisha.view-display-id-block_1 .node--type-afisha .field--name-field-fon1 * {
    height: 415px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-afisha.view-display-id-block_1 .node--type-afisha .field--name-field-fon1 * {
    height: 385px !important;
  }
}
.view-afisha.view-display-id-block_1 .node--type-afisha .field--name-field-fon1 img {
  opacity: 0.5;
  transition: 0.3s;
}
.view-afisha.view-display-id-block_1 .node--type-afisha .field--name-field-fon1 img:hover {
  transform: scale(1.1);
}
.view-afisha.view-display-id-block_1 .node--type-afisha .content0 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*padding-top: 50px;
      padding-bottom: 50px;*/
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-afisha.view-display-id-block_1 .node--type-afisha .content0 {
    max-width: 100%;
    width: calc(100% - 130px);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-afisha.view-display-id-block_1 .node--type-afisha .content0 {
    max-width: 100%;
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 767px) {
  .view-afisha.view-display-id-block_1 .node--type-afisha .content0 {
    max-width: 100%;
    width: calc(100% - 130px);
  }
}
.view-afisha.view-display-id-block_1 .node--type-afisha .field--name-node-title {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}
.view-afisha.view-display-id-block_1 .node--type-afisha .field--name-node-title * {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-afisha.view-display-id-block_1 .node--type-afisha .field--name-node-title * {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-afisha.view-display-id-block_1 .node--type-afisha .field--name-node-title * {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .view-afisha.view-display-id-block_1 .node--type-afisha .field--name-node-title * {
    font-size: 20px;
  }
}
.view-afisha.view-display-id-block_1 .node--type-afisha .field--name-node-title a:hover {
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-afisha.view-display-id-block_1 .node--type-afisha .field--name-node-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-afisha.view-display-id-block_1 .node--type-afisha .field--name-node-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .view-afisha.view-display-id-block_1 .node--type-afisha .field--name-node-title {
    font-size: 20px;
  }
}
.view-afisha.view-display-id-block_1 .node--type-afisha .field--name-body {
  margin-top: 20px;
  max-width: 630px;
  width: 630px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-afisha.view-display-id-block_1 .node--type-afisha .field--name-body {
    max-width: 100%;
    margin-top: 15px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-afisha.view-display-id-block_1 .node--type-afisha .field--name-body {
    max-width: 100%;
    margin-top: 12px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-afisha.view-display-id-block_1 .node--type-afisha .field--name-body {
    max-width: 100%;
    margin-top: 12px;
    font-size: 12px;
  }
}
.view-afisha.view-display-id-block_1 .node--type-afisha .field--name-field-view-count,
.view-afisha.view-display-id-block_1 .node--type-afisha .field--name-dynamic-twig-fieldnode-comments-count {
  display: none;
}
.view-afisha.view-display-id-block_1 .slick-slider {
  margin-bottom: 0;
}
.view-afisha.view-display-id-block_1 .slick-prev {
  left: 25px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-afisha.view-display-id-block_1 .slick-prev {
    left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-afisha.view-display-id-block_1 .slick-prev {
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-afisha.view-display-id-block_1 .slick-prev {
    left: 10px;
  }
}
.view-afisha.view-display-id-block_1 .slick-next {
  right: 25px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-afisha.view-display-id-block_1 .slick-next {
    right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-afisha.view-display-id-block_1 .slick-next {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-afisha.view-display-id-block_1 .slick-next {
    right: 10px;
  }
}
.view-afisha.view-display-id-block_1 .slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow_white.svg");
}
.view-afisha.view-display-id-block_1 .slick-arrow:hover::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow.svg");
}
.view-afisha.view-display-id-block_1 .slick-dots {
  bottom: 30px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .view-afisha.view-display-id-block_1 .slick-dots {
    bottom: 35px;
    height: 5px;
  }
}
#block-vesta-theme-views-block-partnery-block-1 {
  margin-top: 70px;
  margin-bottom: 0;
}
#block-vesta-theme-views-block-partnery-block-1 .block-title {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #560562;
  margin-bottom: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-partnery-block-1 .block-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-partnery-block-1 .block-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-partnery-block-1 .block-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-partnery-block-1 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-partnery-block-1 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-partnery-block-1 {
    margin-top: 40px;
  }
}
.view-partnery.view-display-id-block_1 .view-content {
  width: 1050px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.view-partnery.view-display-id-block_1 .view-content .views-row {
  margin-left: 20px;
  margin-right: 20px;
}
.view-partnery.view-display-id-block_1 .view-content .views-row .node--type-partner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.view-partnery.view-display-id-block_1 .view-content .views-row .node--type-partner .field--name-field-foto2 {
  width: 100%;
}
.view-partnery.view-display-id-block_1 .view-content .views-row .node--type-partner .field--name-field-foto2 * {
  width: 100% !important;
  height: auto !important;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .view-partnery.view-display-id-block_1 .view-content .views-row .node--type-partner .field--name-field-foto2 * {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .view-partnery.view-display-id-block_1 .view-content .views-row .node--type-partner .field--name-field-foto2 {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .view-partnery.view-display-id-block_1 .view-content .views-row .node--type-partner .field--name-field-foto2 {
    margin-bottom: 20px;
  }
}
.view-partnery.view-display-id-block_1 .view-content .views-row .node--type-partner .field--name-body {
  margin-top: 15px;
  width: 175px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.view-partnery.view-display-id-block_1 .view-content .views-row .node--type-partner .field--name-body * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .view-partnery.view-display-id-block_1 .view-content .views-row .node--type-partner .field--name-body * {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .view-partnery.view-display-id-block_1 .view-content .views-row .node--type-partner .field--name-body * {
    text-align: left;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .view-partnery.view-display-id-block_1 .view-content .views-row .node--type-partner .field--name-body {
    margin-top: 15px !important;
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .view-partnery.view-display-id-block_1 .view-content .views-row .node--type-partner .field--name-body {
    margin-top: 0;
    text-align: left;
  }
}
.view-partnery.view-display-id-block_1 .view-content .views-row .node--type-partner .field--name-field-ssylka {
  margin-top: 15px;
}
.view-partnery.view-display-id-block_1 .view-content .views-row .node--type-partner .field--name-field-ssylka a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #560562;
  text-decoration: underline !important;
}
.view-partnery.view-display-id-block_1 .view-content .views-row .node--type-partner .field--name-field-ssylka a:hover {
  color: #000;
  text-decoration: underline !important;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .view-partnery.view-display-id-block_1 .view-content .views-row .node--type-partner .field--name-field-ssylka {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-partnery.view-display-id-block_1 .view-content .views-row .node--type-partner .field--name-field-ssylka {
    margin-top: 0;
  }
}
.view-partnery.view-display-id-block_1 .view-content .views-row .node--type-partner:after {
  display: none;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .view-partnery.view-display-id-block_1 .view-content .views-row .node--type-partner {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    justify-content: unset !important;
    align-items: center !important;
  }
}
@media screen and (max-width: 767px) {
  .view-partnery.view-display-id-block_1 .view-content .views-row .node--type-partner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
  }
}
@media screen and (min-width: 1200px) {
  .view-partnery.view-display-id-block_1 .view-content .views-row {
    width: 310px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-partnery.view-display-id-block_1 .view-content .views-row {
    width: 241px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-partnery.view-display-id-block_1 .view-content .views-row {
    width: 268px !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .view-partnery.view-display-id-block_1 .view-content .views-row {
    width: 188px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-partnery.view-display-id-block_1 .view-content .views-row {
    margin-left: 0;
    margin-right: 0;
  }
}
.view-partnery.view-display-id-block_1 .view-content .slick-prev {
  left: -60px;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .view-partnery.view-display-id-block_1 .view-content .slick-prev {
    left: -60px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-partnery.view-display-id-block_1 .view-content .slick-prev {
    left: -24px;
    transform: translate(0, 0);
    bottom: -54px;
    top: auto;
  }
}
.view-partnery.view-display-id-block_1 .view-content .slick-next {
  right: -60px;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .view-partnery.view-display-id-block_1 .view-content .slick-next {
    right: -60px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-partnery.view-display-id-block_1 .view-content .slick-next {
    right: -24px;
    transform: translate(0, 0);
    bottom: -54px;
    top: auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-partnery.view-display-id-block_1 .view-content {
    width: 842px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-partnery.view-display-id-block_1 .view-content {
    width: 616px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .view-partnery.view-display-id-block_1 .view-content {
    width: 456px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-partnery.view-display-id-block_1 .view-content {
    width: calc(100% - 68px);
  }
}
#block-vesta-theme-prisoedinyayteskportalusuperstar {
  margin-top: 70px;
  margin-bottom: 0;
}
#block-vesta-theme-prisoedinyayteskportalusuperstar .block-title {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #560562;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-prisoedinyayteskportalusuperstar .block-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-prisoedinyayteskportalusuperstar .block-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-prisoedinyayteskportalusuperstar .block-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-prisoedinyayteskportalusuperstar .block-title {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
#block-vesta-theme-prisoedinyayteskportalusuperstar .field--name-body {
  display: flex;
  justify-content: center;
}
#block-vesta-theme-prisoedinyayteskportalusuperstar .field--name-body a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  min-width: 212px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-prisoedinyayteskportalusuperstar .field--name-body a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-prisoedinyayteskportalusuperstar .field--name-body a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-prisoedinyayteskportalusuperstar .field--name-body a {
    padding: 9px;
    font-size: 12px;
  }
}
#block-vesta-theme-prisoedinyayteskportalusuperstar .field--name-body a:hover {
  background-color: transparent;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-prisoedinyayteskportalusuperstar {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-prisoedinyayteskportalusuperstar {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-prisoedinyayteskportalusuperstar {
    margin-top: 95px;
  }
}
#block-vesta-theme-yandekskarta-2 {
  margin-top: 70px;
  margin-bottom: 0;
}
#block-vesta-theme-yandekskarta-2 .block-title {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #560562;
  margin-bottom: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-yandekskarta-2 .block-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 .block-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .block-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
#block-vesta-theme-yandekskarta-2 .field--name-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  max-width: 240px;
  height: max-content;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts > div span {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts > div p,
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts > div a {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts > div a:hover {
  color: #560562;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts > div {
    gap: 5px 20px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts .phone {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts .mail {
    width: 165px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts .adress {
    width: 145px;
  }
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .social {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .social a {
  display: block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .social a:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts .social a {
    width: 24px;
    height: 24px;
  }
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .social .wp {
  background-image: url(/sites/all/themes/vesta_theme/image/wp.svg);
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .social .yt {
  background-image: url(/sites/all/themes/vesta_theme/image/yt.svg);
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .social .vk {
  background-image: url(/sites/all/themes/vesta_theme/image/vk.svg);
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .social .rt {
  background-image: url(/sites/all/themes/vesta_theme/image/rt.svg);
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .social .tg {
  background-image: url(/sites/all/themes/vesta_theme/image/tg.svg);
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts .social {
    gap: 10px;
    width: 165px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .mapContainer {
    height: 300px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .mapContainer {
    height: 250px !important;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .mapContainer {
    height: 165px !important;
  }
}
#block-vesta-theme-yandekskarta-2 .field--name-body:after {
  display: none;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body {
    gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-yandekskarta-2 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 {
    margin-top: 40px;
  }
}
.front #block-vesta-theme-content {
  margin-bottom: 0;
}
.not-front #block-vesta-theme-content > h3 > a {
  color: #000;
}
.not-front #block-vesta-theme-content > h3 > a:hover {
  color: #560562;
}
.not-front .main .search-api-page-block-form-search {
  background-color: transparent;
  width: 100%;
  display: flex;
  gap: 10px;
}
.not-front .main .search-api-page-block-form-search .js-form-type-search {
  width: 100%;
}
.not-front .main .search-api-page-block-form-search .js-form-type-search input {
  border-radius: 5px;
}
.not-front .main .search-api-page-block-form-search .js-form-submit {
  border-radius: 5px;
  background-color: #560562;
  border: 1px solid #560562;
}
.not-front .main .search-api-page-block-form-search .js-form-submit:hover {
  color: #000;
  background-color: transparent;
}
.not-front .main .commerce-product--view-mode-poiskovyy-indeks,
.not-front .main .node--view-mode-search-index {
  margin-bottom: 10px;
}
.not-front .main .commerce-product--view-mode-poiskovyy-indeks a,
.not-front .main .node--view-mode-search-index a {
  color: #000;
  font-weight: 700;
}
.not-front .main .commerce-product--view-mode-poiskovyy-indeks a:hover,
.not-front .main .node--view-mode-search-index a:hover {
  color: #560562;
}
.not-front .view-id-news.view-display-id-page_2 .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.not-front .view-id-news.view-display-id-page_2 .view-content .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-infinite-scroll-content-wrapper {
    gap: 15px;
  }
}
.not-front .view-id-news.view-display-id-page_2 .view-content .views-row {
  width: 370px;
  position: relative;
}
.not-front .view-id-news.view-display-id-page_2 .view-content .views-row:before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 0;
  display: block;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  background-color: #f3f3f3;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-row:before {
    top: -7.5px;
    left: -7.5px;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
  }
}
.not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news {
  position: relative;
  z-index: 1;
}
.not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .content1 {
  display: flex;
  flex-wrap: wrap;
}
.not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-field-kategoriya {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1;
  background-color: rgba(86, 5, 98, 0.3);
  padding: 11px;
  min-width: 110px;
  border-radius: 3px 0 0 3px;
}
.not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-field-kategoriya * {
  display: flex;
  justify-content: center;
}
.not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-field-kategoriya a {
  font-size: 14px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-transform: lowercase;
}
.not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-field-kategoriya a:hover {
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-field-kategoriya a {
    font-size: 12px;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-field-kategoriya a {
    font-size: 10px;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-field-kategoriya a {
    font-size: 10px;
    font-weight: 600;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-field-kategoriya {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-field-kategoriya {
    padding: 9px;
  }
}
@media screen and (max-width: 767px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-field-kategoriya {
    position: relative;
    top: 0;
    padding: 9px;
    min-width: 80px;
    width: max-content;
    background-color: #560562;
    border-radius: 3px;
  }
}
.not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-field-image-news {
  width: 100%;
  height: 205px;
  overflow: hidden;
}
.not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-field-image-news * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-field-image-news img {
  transition: 0.3s;
}
.not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-field-image-news img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-field-image-news {
    width: 110px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-node-title {
  margin-top: 20px;
  width: 100%;
}
.not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-node-title * {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
  margin: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-node-title * {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-node-title * {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-node-title * {
    font-size: 14px;
  }
}
.not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-node-title a:hover {
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-node-title {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-node-title {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-node-title {
    margin-top: 10px;
    margin-bottom: 23px;
  }
}
.not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-body {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-body * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-body * {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-body * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-body * {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-body {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-body {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-body {
    display: none;
  }
}
.not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-field-date {
  margin-left: auto;
  width: max-content;
}
.not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-field-date * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-field-date * {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-field-date * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-field-date * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-field-date {
    margin-top: 23px;
  }
}
.not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-field-view-count {
  margin-top: auto;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-field-view-count {
    margin-right: 20px;
  }
}
.not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news .field--name-dynamic-twig-fieldnode-comments-count {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-row .node--type-news {
    padding-left: 120px;
  }
}
.not-front .view-id-news.view-display-id-page_2 .view-content .views-row:hover:before {
  opacity: 1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-row {
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-row {
    width: 354px;
  }
}
@media screen and (max-width: 767px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content .views-row {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .not-front .view-id-news.view-display-id-page_2 .view-content {
    gap: 15px;
  }
}
.not-front .view-catalog .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.not-front .view-catalog .view-content .views-row {
  width: 370px;
  height: 300px;
}
.not-front .view-catalog .view-content .views-row .taxonomy-term {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000;
}
.not-front .view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.not-front .view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.not-front .view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image img {
  transition: 0.3s;
}
.not-front .view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image img:hover {
  transform: scale(1.1);
}
.not-front .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title {
  position: absolute;
  padding: 15px;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
}
.not-front .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title * {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .not-front .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title * {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .not-front .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title * {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .not-front .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title * {
    font-size: 14px;
  }
}
.not-front .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title a:hover {
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .not-front .view-catalog .view-content .views-row {
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .not-front .view-catalog .view-content .views-row {
    width: 354px;
  }
}
@media screen and (max-width: 767px) {
  .not-front .view-catalog .view-content .views-row {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .not-front .view-catalog .view-content {
    gap: 15px;
  }
}
.not-front .view-catalog .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .not-front .view-catalog .views-infinite-scroll-content-wrapper {
    gap: 15px;
  }
}
.not-front .js-pager__items.pager {
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.not-front .js-pager__items.pager * {
  padding: 0;
}
.not-front .js-pager__items.pager .button {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .not-front .js-pager__items.pager .button {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .not-front .js-pager__items.pager .button {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .not-front .js-pager__items.pager .button {
    padding: 9px;
    font-size: 12px;
  }
}
.not-front .js-pager__items.pager .button:hover {
  background-color: transparent;
  color: #000;
}
.pagination {
  margin-top: 55px;
  justify-content: center;
  position: relative;
}
.pagination .page-item {
  width: 34px;
  height: 34px;
}
.pagination .page-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #560562;
  border: none;
  padding: 0;
  width: 100%;
  height: 100%;
}
.pagination .page-item a:hover {
  background-color: transparent;
}
.pagination .page-item .page-link {
  border: none;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #560562;
}
.pagination .page-item.active a {
  border: 1px solid #560562;
  border-radius: 6px;
  color: #560562;
  background-color: transparent;
}
.pagination .pager__item--first,
.pagination .pager__item--last {
  display: none;
}
.pagination .pager__item--next,
.pagination .pager__item--previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 43px;
  height: 43px;
}
.pagination .pager__item--next a,
.pagination .pager__item--previous a {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow.svg");
  width: 100%;
  height: 100%;
  font-size: 0;
}
.pagination .pager__item--next {
  right: 0;
}
.pagination .pager__item--previous {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.body-view--klipy .view-display-id-page_1 .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.body-view--klipy .view-display-id-page_1 .view-content .views-infinite-scroll-content-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .body-view--klipy .view-display-id-page_1 .view-content .views-infinite-scroll-content-wrapper {
    gap: 10px;
  }
}
.body-view--klipy .view-display-id-page_1 .view-content .views-row {
  width: 270px !important;
  height: max-content !important;
}
.body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip {
  width: 100%;
  height: 100%;
  position: relative;
}
.body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube,
.body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video,
.body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube {
  width: 100%;
  height: 360px !important;
}
.body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube > *,
.body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video > *,
.body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube > * {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube img,
.body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video img,
.body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube img {
  opacity: 0.6;
}
.body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube img,
.body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video img,
.body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube img,
.body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube iframe,
.body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video iframe,
.body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube iframe {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube button,
.body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video button,
.body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube button {
  display: block;
  width: 46px;
  height: 46px;
  padding: 0;
  border: none;
  background: url(/sites/all/themes/vesta_theme/image/play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube,
  .body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video,
  .body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube {
    height: 390px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube,
  .body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video,
  .body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube {
    height: 410px !important;
  }
}
@media screen and (max-width: 767px) {
  .body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube,
  .body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video,
  .body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube {
    height: 375px !important;
  }
}
.body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .field--name-field-video {
  width: 100%;
  height: 360px !important;
}
.body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .field--name-field-video * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .field--name-field-video {
    height: 390px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .field--name-field-video {
    height: 410px !important;
  }
}
@media screen and (max-width: 767px) {
  .body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .field--name-field-video {
    height: 375px !important;
  }
}
.body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .field--name-field-data {
  position: absolute;
  top: 325px;
  right: 20px;
}
.body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .field--name-field-data * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .field--name-field-data {
    top: 355px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .field--name-field-data {
    top: 375px;
  }
}
@media screen and (max-width: 767px) {
  .body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .field--name-field-data {
    top: 340px;
    right: 15px;
  }
}
.body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .field--name-node-title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .field--name-node-title * {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.body-view--klipy .view-display-id-page_1 .view-content .views-row .node--type-klip .field--name-node-title a:hover {
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .body-view--klipy .view-display-id-page_1 .view-content .views-row {
    width: 300px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-view--klipy .view-display-id-page_1 .view-content .views-row {
    width: 354px !important;
  }
}
@media screen and (max-width: 767px) {
  .body-view--klipy .view-display-id-page_1 .view-content .views-row {
    width: 280px !important;
  }
}
@media screen and (max-width: 767px) {
  .body-view--klipy .view-display-id-page_1 .view-content {
    gap: 10px;
  }
}
.body-view--klipy .view-display-id-page_2 .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.body-view--klipy .view-display-id-page_2 .view-content .views-infinite-scroll-content-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .body-view--klipy .view-display-id-page_2 .view-content .views-infinite-scroll-content-wrapper {
    gap: 20px;
  }
}
.body-view--klipy .view-display-id-page_2 .view-content .views-row {
  height: max-content !important;
}
.body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip {
  width: 100%;
  height: 100%;
  position: relative;
}
.body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube,
.body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video,
.body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube {
  width: 100%;
  height: 310px !important;
}
.body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube > *,
.body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video > *,
.body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube > * {
  width: 100%;
  height: 100%;
}
.body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube img,
.body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video img,
.body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube img,
.body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube iframe,
.body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video iframe,
.body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube iframe {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube button,
.body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video button,
.body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube button {
  display: block;
  width: 46px;
  height: 46px;
  padding: 0;
  border: none;
  background: url(/sites/all/themes/vesta_theme/image/play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube,
  .body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video,
  .body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube {
    height: 280px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube,
  .body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video,
  .body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube {
    height: 250px !important;
  }
}
@media screen and (max-width: 767px) {
  .body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .video-embed-field-provider-youtube,
  .body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .field--name-field-youtube-rutube-video,
  .body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .video-embed-field-provider-rutube {
    height: 225px !important;
  }
}
.body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .field--name-field-video {
  width: 100%;
  height: 310px !important;
}
.body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .field--name-field-video * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .field--name-field-video {
    height: 280px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .field--name-field-video {
    height: 250px !important;
  }
}
@media screen and (max-width: 767px) {
  .body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .field--name-field-video {
    height: 225px !important;
  }
}
.body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .field--name-field-data {
  position: absolute;
  top: 275px;
  right: 20px;
}
.body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .field--name-field-data * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .field--name-field-data {
    top: 245px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .field--name-field-data {
    top: 215px;
  }
}
@media screen and (max-width: 767px) {
  .body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .field--name-field-data {
    top: 190px;
    right: 15px;
  }
}
.body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .field--name-node-title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .field--name-node-title * {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.body-view--klipy .view-display-id-page_2 .view-content .views-row .node--type-klip .field--name-node-title a:hover {
  color: #560562;
}
@media screen and (min-width: 1200px) {
  .body-view--klipy .view-display-id-page_2 .view-content .views-row {
    width: 570px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .body-view--klipy .view-display-id-page_2 .view-content .views-row {
    width: 466px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-view--klipy .view-display-id-page_2 .view-content .views-row {
    width: 738px !important;
  }
}
@media screen and (max-width: 767px) {
  .body-view--klipy .view-display-id-page_2 .view-content .views-row {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .body-view--klipy .view-display-id-page_2 .view-content {
    gap: 20px;
  }
}
.field_rutube_youtube_video,
.field--name-field-youtube-rutube-video-klipy {
  display: none !important;
}
.klip_content,
.field--name-field-youtube-rutube-video-klipy,
.field--name-field-foto-vnutrennie {
  display: flex;
  margin-top: 40px;
  margin-left: -15px;
  margin-right: -15px;
}
.klip_content .field__item,
.field--name-field-youtube-rutube-video-klipy .field__item,
.field--name-field-foto-vnutrennie .field__item {
  margin-left: 15px;
  margin-right: 15px;
  /*@media screen and (max-width: 575px){
      width: ~"calc(50vw - 25px)" !important;
    };
    @media screen and (max-width: 420px){
      width: ~"calc(100vw - 20px)" !important;
    };*/
}
.klip_content .field__item *,
.field--name-field-youtube-rutube-video-klipy .field__item *,
.field--name-field-foto-vnutrennie .field__item * {
  display: block;
  width: 100% !important;
  object-fit: cover;
  /*.mobile-md({
        object-fit: cover !important;
      });*/
}
@media screen and (min-width: 1200px) {
  .klip_content .field__item *,
  .field--name-field-youtube-rutube-video-klipy .field__item *,
  .field--name-field-foto-vnutrennie .field__item * {
    height: 405px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .klip_content .field__item *,
  .field--name-field-youtube-rutube-video-klipy .field__item *,
  .field--name-field-foto-vnutrennie .field__item * {
    height: 450px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .klip_content .field__item *,
  .field--name-field-youtube-rutube-video-klipy .field__item *,
  .field--name-field-foto-vnutrennie .field__item * {
    height: 500px !important;
  }
}
@media screen and (max-width: 767px) {
  .klip_content .field__item *,
  .field--name-field-youtube-rutube-video-klipy .field__item *,
  .field--name-field-foto-vnutrennie .field__item * {
    height: 400px !important;
  }
}
@media screen and (max-width: 575px) {
  .klip_content .field__item *,
  .field--name-field-youtube-rutube-video-klipy .field__item *,
  .field--name-field-foto-vnutrennie .field__item * {
    height: 700px !important;
  }
}
@media screen and (max-width: 450px) {
  .klip_content .field__item *,
  .field--name-field-youtube-rutube-video-klipy .field__item *,
  .field--name-field-foto-vnutrennie .field__item * {
    height: 600px !important;
  }
}
@media screen and (max-width: 400px) {
  .klip_content .field__item *,
  .field--name-field-youtube-rutube-video-klipy .field__item *,
  .field--name-field-foto-vnutrennie .field__item * {
    height: 500px !important;
  }
}
@media screen and (min-width: 1200px) {
  .klip_content .field__item,
  .field--name-field-youtube-rutube-video-klipy .field__item,
  .field--name-field-foto-vnutrennie .field__item {
    width: 270px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .klip_content .field__item,
  .field--name-field-youtube-rutube-video-klipy .field__item,
  .field--name-field-foto-vnutrennie .field__item {
    width: 270px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .klip_content .field__item,
  .field--name-field-youtube-rutube-video-klipy .field__item,
  .field--name-field-foto-vnutrennie .field__item {
    width: 354px !important;
  }
}
@media screen and (max-width: 767px) {
  .klip_content .field__item,
  .field--name-field-youtube-rutube-video-klipy .field__item,
  .field--name-field-foto-vnutrennie .field__item {
    width: 263px !important;
  }
}
@media screen and (max-width: 575px) {
  .klip_content .field__item,
  .field--name-field-youtube-rutube-video-klipy .field__item,
  .field--name-field-foto-vnutrennie .field__item {
    width: calc(100vw - 20px) !important;
  }
}
.klip_content .slick-arrow::before,
.field--name-field-youtube-rutube-video-klipy .slick-arrow::before,
.field--name-field-foto-vnutrennie .slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow_white.svg") !important;
}
.klip_content .slick-arrow:hover::before,
.field--name-field-youtube-rutube-video-klipy .slick-arrow:hover::before,
.field--name-field-foto-vnutrennie .slick-arrow:hover::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow.svg") !important;
}
.klip_content .slick-prev,
.field--name-field-youtube-rutube-video-klipy .slick-prev,
.field--name-field-foto-vnutrennie .slick-prev {
  left: 33px;
}
@media screen and (max-width: 767px) {
  .klip_content .slick-prev,
  .field--name-field-youtube-rutube-video-klipy .slick-prev,
  .field--name-field-foto-vnutrennie .slick-prev {
    left: 10px;
  }
}
.klip_content .slick-next,
.field--name-field-youtube-rutube-video-klipy .slick-next,
.field--name-field-foto-vnutrennie .slick-next {
  right: 33px;
}
@media screen and (max-width: 767px) {
  .klip_content .slick-next,
  .field--name-field-youtube-rutube-video-klipy .slick-next,
  .field--name-field-foto-vnutrennie .slick-next {
    right: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .klip_content,
  .field--name-field-youtube-rutube-video-klipy,
  .field--name-field-foto-vnutrennie {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .klip_content,
  .field--name-field-youtube-rutube-video-klipy,
  .field--name-field-foto-vnutrennie {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .klip_content,
  .field--name-field-youtube-rutube-video-klipy,
  .field--name-field-foto-vnutrennie {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .field--name-field-youtube-rutube-video-klipy .field__item * {
    height: 480px !important;
  }
}
.video_content {
  margin-top: 40px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.video_content .field--name-field-video-vnutrennyaya,
.video_content .field--name-field-rutube-youtube-video {
  display: none;
}
.video_content > .field__item {
  width: 370px;
  height: 300px;
}
.video_content > .field__item > div {
  width: 100%;
  height: 100%;
}
.video_content > .field__item video,
.video_content > .field__item iframe {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .video_content > .field__item {
    width: 300px;
    height: 250px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .video_content > .field__item {
    width: 354px;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .video_content > .field__item {
    width: 100%;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .video_content {
    gap: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .video_content {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .video_content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .video_content {
    margin-top: 25px;
  }
}
.field--name-field-avtor {
  margin-top: 50px;
  display: flex;
  gap: 30px 15px;
  flex-wrap: wrap;
}
.field--name-field-avtor .field__item .user {
  display: flex;
  align-items: center;
  gap: 5px 10px;
}
.field--name-field-avtor .field__item .user .field--name-field-foto {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.field--name-field-avtor .field__item .user .field--name-field-foto img {
  transition: 0.3s;
}
.field--name-field-avtor .field__item .user .field--name-field-foto img:hover {
  transform: scale(1.1);
}
.field--name-field-avtor .field__item .user .field--name-field-foto * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .field--name-field-avtor .field__item .user .field--name-field-foto {
    width: 55px;
    height: 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .field--name-field-avtor .field__item .user .field--name-field-foto {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .field--name-field-avtor .field__item .user .field--name-field-foto {
    width: 50px;
    height: 50px;
  }
}
.field--name-field-avtor .field__item .user .field--name-field-specialist a:hover {
  color: #560562;
}
.field--name-field-avtor .field__item .user .field--name-field-specialist .field__item {
  display: none !important;
}
.field--name-field-avtor .field__item .user .field--name-field-specialist * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #808080;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .field--name-field-avtor .field__item .user .field--name-field-specialist * {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .field--name-field-avtor .field__item .user .field--name-field-specialist * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .field--name-field-avtor .field__item .user .field--name-field-specialist * {
    font-size: 12px;
  }
}
.field--name-field-avtor .field__item .user .content001 {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.field--name-field-avtor .field__item .user .content001:hover {
  color: #560562;
}
.field--name-field-avtor .field__item .user .content001:hover * {
  color: #560562;
}
.field--name-field-avtor .field__item .user .content001 a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #808080;
}
.field--name-field-avtor .field__item .user .content001 a:hover {
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .field--name-field-avtor .field__item .user .content001 a {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .field--name-field-avtor .field__item .user .content001 a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .field--name-field-avtor .field__item .user .content001 a {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .field--name-field-avtor {
    margin-top: 40px;
    gap: 20px 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .field--name-field-avtor {
    margin-top: 30px;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .field--name-field-avtor {
    margin-top: 20px;
    gap: 15px;
  }
}
.field--name-field-author-w-label {
  margin-top: 50px;
  display: flex;
  gap: 30px 15px;
  flex-wrap: wrap;
}
.field--name-field-author-w-label .field__item .news-author {
  display: flex;
  align-items: center;
  gap: 5px 10px;
}
.field--name-field-author-w-label .field__item .news-author .author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.field--name-field-author-w-label .field__item .news-author .author-avatar img {
  transition: 0.3s;
}
.field--name-field-author-w-label .field__item .news-author .author-avatar img:hover {
  transform: scale(1.1);
}
.field--name-field-author-w-label .field__item .news-author .author-avatar * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .field--name-field-author-w-label .field__item .news-author .author-avatar {
    width: 55px;
    height: 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .field--name-field-author-w-label .field__item .news-author .author-avatar {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .field--name-field-author-w-label .field__item .news-author .author-avatar {
    width: 50px;
    height: 50px;
  }
}
.field--name-field-author-w-label .field__item .news-author .author-info a:hover {
  color: #560562;
}
.field--name-field-author-w-label .field__item .news-author .author-info .field__item {
  display: none !important;
}
.field--name-field-author-w-label .field__item .news-author .author-info * {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #808080;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .field--name-field-author-w-label .field__item .news-author .author-info * {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .field--name-field-author-w-label .field__item .news-author .author-info * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .field--name-field-author-w-label .field__item .news-author .author-info * {
    font-size: 12px;
  }
}
.field--name-field-author-w-label .field__item .news-author .content001 {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.field--name-field-author-w-label .field__item .news-author .content001:hover {
  color: #560562;
}
.field--name-field-author-w-label .field__item .news-author .content001:hover * {
  color: #560562;
}
.field--name-field-author-w-label .field__item .news-author .content001 a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #808080;
}
.field--name-field-author-w-label .field__item .news-author .content001 a:hover {
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .field--name-field-author-w-label .field__item .news-author .content001 a {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .field--name-field-author-w-label .field__item .news-author .content001 a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .field--name-field-author-w-label .field__item .news-author .content001 a {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .field--name-field-author-w-label {
    margin-top: 40px;
    gap: 20px 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .field--name-field-author-w-label {
    margin-top: 30px;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .field--name-field-author-w-label {
    margin-top: 20px;
    gap: 15px;
  }
}
#block-vesta-theme-strokanavigacii {
  padding-right: 400px;
  margin-top: 40px;
}
#block-vesta-theme-strokanavigacii .breadcrumb {
  padding: 0;
  background-color: transparent;
}
#block-vesta-theme-strokanavigacii .breadcrumb .breadcrumb-item {
  font-size: 14px;
}
#block-vesta-theme-strokanavigacii .breadcrumb .breadcrumb-item:before {
  font-size: 14px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-strokanavigacii .breadcrumb .breadcrumb-item:before {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-strokanavigacii .breadcrumb .breadcrumb-item:before {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-strokanavigacii .breadcrumb .breadcrumb-item:before {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-strokanavigacii .breadcrumb .breadcrumb-item {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-strokanavigacii .breadcrumb .breadcrumb-item {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-strokanavigacii .breadcrumb .breadcrumb-item {
    font-size: 12px;
  }
}
#block-vesta-theme-strokanavigacii .breadcrumb a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #808080 !important;
}
#block-vesta-theme-strokanavigacii .breadcrumb a:before {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #808080 !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-strokanavigacii .breadcrumb a:before {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-strokanavigacii .breadcrumb a:before {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-strokanavigacii .breadcrumb a:before {
    font-size: 12px;
  }
}
#block-vesta-theme-strokanavigacii .breadcrumb a:hover {
  color: #560562 !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-strokanavigacii .breadcrumb a {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-strokanavigacii .breadcrumb a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-strokanavigacii .breadcrumb a {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-strokanavigacii {
    padding-right: 200px;
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-strokanavigacii {
    padding-right: 100px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-strokanavigacii {
    padding-right: 80px;
    margin-top: 25px;
  }
}
.node--type-klip.node--view-mode-full,
.node--type-afisha.node--view-mode-full,
.node--type-specproekt.node--view-mode-full,
.node--type-news.node--view-mode-full {
  max-width: 870px;
  position: relative;
}
.node--type-klip.node--view-mode-full .field--name-node-title,
.node--type-afisha.node--view-mode-full .field--name-node-title,
.node--type-specproekt.node--view-mode-full .field--name-node-title,
.node--type-news.node--view-mode-full .field--name-node-title {
  margin-top: 40px;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
  text-transform: uppercase;
}
.node--type-klip.node--view-mode-full .field--name-node-title *,
.node--type-afisha.node--view-mode-full .field--name-node-title *,
.node--type-specproekt.node--view-mode-full .field--name-node-title *,
.node--type-news.node--view-mode-full .field--name-node-title * {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-klip.node--view-mode-full .field--name-node-title *,
  .node--type-afisha.node--view-mode-full .field--name-node-title *,
  .node--type-specproekt.node--view-mode-full .field--name-node-title *,
  .node--type-news.node--view-mode-full .field--name-node-title * {
    font-size: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-klip.node--view-mode-full .field--name-node-title *,
  .node--type-afisha.node--view-mode-full .field--name-node-title *,
  .node--type-specproekt.node--view-mode-full .field--name-node-title *,
  .node--type-news.node--view-mode-full .field--name-node-title * {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-node-title *,
  .node--type-afisha.node--view-mode-full .field--name-node-title *,
  .node--type-specproekt.node--view-mode-full .field--name-node-title *,
  .node--type-news.node--view-mode-full .field--name-node-title * {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-klip.node--view-mode-full .field--name-node-title,
  .node--type-afisha.node--view-mode-full .field--name-node-title,
  .node--type-specproekt.node--view-mode-full .field--name-node-title,
  .node--type-news.node--view-mode-full .field--name-node-title {
    margin-top: 35px;
    font-size: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-klip.node--view-mode-full .field--name-node-title,
  .node--type-afisha.node--view-mode-full .field--name-node-title,
  .node--type-specproekt.node--view-mode-full .field--name-node-title,
  .node--type-news.node--view-mode-full .field--name-node-title {
    margin-top: 30px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-node-title,
  .node--type-afisha.node--view-mode-full .field--name-node-title,
  .node--type-specproekt.node--view-mode-full .field--name-node-title,
  .node--type-news.node--view-mode-full .field--name-node-title {
    margin-top: 25px;
    font-size: 24px;
  }
}
.node--type-klip.node--view-mode-full .field--name-field-date,
.node--type-afisha.node--view-mode-full .field--name-field-date,
.node--type-specproekt.node--view-mode-full .field--name-field-date,
.node--type-news.node--view-mode-full .field--name-field-date {
  position: absolute;
  top: -60px;
  right: 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-klip.node--view-mode-full .field--name-field-date,
  .node--type-afisha.node--view-mode-full .field--name-field-date,
  .node--type-specproekt.node--view-mode-full .field--name-field-date,
  .node--type-news.node--view-mode-full .field--name-field-date {
    top: -55px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-klip.node--view-mode-full .field--name-field-date,
  .node--type-afisha.node--view-mode-full .field--name-field-date,
  .node--type-specproekt.node--view-mode-full .field--name-field-date,
  .node--type-news.node--view-mode-full .field--name-field-date {
    top: -50px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-field-date,
  .node--type-afisha.node--view-mode-full .field--name-field-date,
  .node--type-specproekt.node--view-mode-full .field--name-field-date,
  .node--type-news.node--view-mode-full .field--name-field-date {
    top: -45px;
    font-size: 12px;
  }
}
.node--type-klip.node--view-mode-full .field--name-field-tegi,
.node--type-afisha.node--view-mode-full .field--name-field-tegi,
.node--type-specproekt.node--view-mode-full .field--name-field-tegi,
.node--type-news.node--view-mode-full .field--name-field-tegi {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.node--type-klip.node--view-mode-full .field--name-field-tegi .field__item a,
.node--type-afisha.node--view-mode-full .field--name-field-tegi .field__item a,
.node--type-specproekt.node--view-mode-full .field--name-field-tegi .field__item a,
.node--type-news.node--view-mode-full .field--name-field-tegi .field__item a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: transparent;
  color: #000;
  color: #560562;
  padding: 9px 18px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-klip.node--view-mode-full .field--name-field-tegi .field__item a,
  .node--type-afisha.node--view-mode-full .field--name-field-tegi .field__item a,
  .node--type-specproekt.node--view-mode-full .field--name-field-tegi .field__item a,
  .node--type-news.node--view-mode-full .field--name-field-tegi .field__item a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-klip.node--view-mode-full .field--name-field-tegi .field__item a,
  .node--type-afisha.node--view-mode-full .field--name-field-tegi .field__item a,
  .node--type-specproekt.node--view-mode-full .field--name-field-tegi .field__item a,
  .node--type-news.node--view-mode-full .field--name-field-tegi .field__item a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-field-tegi .field__item a,
  .node--type-afisha.node--view-mode-full .field--name-field-tegi .field__item a,
  .node--type-specproekt.node--view-mode-full .field--name-field-tegi .field__item a,
  .node--type-news.node--view-mode-full .field--name-field-tegi .field__item a {
    padding: 9px;
    font-size: 12px;
  }
}
.node--type-klip.node--view-mode-full .field--name-field-tegi .field__item a:hover,
.node--type-afisha.node--view-mode-full .field--name-field-tegi .field__item a:hover,
.node--type-specproekt.node--view-mode-full .field--name-field-tegi .field__item a:hover,
.node--type-news.node--view-mode-full .field--name-field-tegi .field__item a:hover {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 9px 18px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-klip.node--view-mode-full .field--name-field-tegi .field__item a:hover,
  .node--type-afisha.node--view-mode-full .field--name-field-tegi .field__item a:hover,
  .node--type-specproekt.node--view-mode-full .field--name-field-tegi .field__item a:hover,
  .node--type-news.node--view-mode-full .field--name-field-tegi .field__item a:hover {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-klip.node--view-mode-full .field--name-field-tegi .field__item a:hover,
  .node--type-afisha.node--view-mode-full .field--name-field-tegi .field__item a:hover,
  .node--type-specproekt.node--view-mode-full .field--name-field-tegi .field__item a:hover,
  .node--type-news.node--view-mode-full .field--name-field-tegi .field__item a:hover {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-field-tegi .field__item a:hover,
  .node--type-afisha.node--view-mode-full .field--name-field-tegi .field__item a:hover,
  .node--type-specproekt.node--view-mode-full .field--name-field-tegi .field__item a:hover,
  .node--type-news.node--view-mode-full .field--name-field-tegi .field__item a:hover {
    padding: 9px;
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-klip.node--view-mode-full .field--name-field-tegi .field__item a:hover,
  .node--type-afisha.node--view-mode-full .field--name-field-tegi .field__item a:hover,
  .node--type-specproekt.node--view-mode-full .field--name-field-tegi .field__item a:hover,
  .node--type-news.node--view-mode-full .field--name-field-tegi .field__item a:hover {
    padding: 9px 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-klip.node--view-mode-full .field--name-field-tegi .field__item a:hover,
  .node--type-afisha.node--view-mode-full .field--name-field-tegi .field__item a:hover,
  .node--type-specproekt.node--view-mode-full .field--name-field-tegi .field__item a:hover,
  .node--type-news.node--view-mode-full .field--name-field-tegi .field__item a:hover {
    padding: 9px 18px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-field-tegi .field__item a:hover,
  .node--type-afisha.node--view-mode-full .field--name-field-tegi .field__item a:hover,
  .node--type-specproekt.node--view-mode-full .field--name-field-tegi .field__item a:hover,
  .node--type-news.node--view-mode-full .field--name-field-tegi .field__item a:hover {
    padding: 9px 18px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-klip.node--view-mode-full .field--name-field-tegi .field__item a,
  .node--type-afisha.node--view-mode-full .field--name-field-tegi .field__item a,
  .node--type-specproekt.node--view-mode-full .field--name-field-tegi .field__item a,
  .node--type-news.node--view-mode-full .field--name-field-tegi .field__item a {
    padding: 9px 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-klip.node--view-mode-full .field--name-field-tegi .field__item a,
  .node--type-afisha.node--view-mode-full .field--name-field-tegi .field__item a,
  .node--type-specproekt.node--view-mode-full .field--name-field-tegi .field__item a,
  .node--type-news.node--view-mode-full .field--name-field-tegi .field__item a {
    padding: 9px 18px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-field-tegi .field__item a,
  .node--type-afisha.node--view-mode-full .field--name-field-tegi .field__item a,
  .node--type-specproekt.node--view-mode-full .field--name-field-tegi .field__item a,
  .node--type-news.node--view-mode-full .field--name-field-tegi .field__item a {
    padding: 9px 18px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-klip.node--view-mode-full .field--name-field-tegi,
  .node--type-afisha.node--view-mode-full .field--name-field-tegi,
  .node--type-specproekt.node--view-mode-full .field--name-field-tegi,
  .node--type-news.node--view-mode-full .field--name-field-tegi {
    margin-top: 35px;
    gap: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-klip.node--view-mode-full .field--name-field-tegi,
  .node--type-afisha.node--view-mode-full .field--name-field-tegi,
  .node--type-specproekt.node--view-mode-full .field--name-field-tegi,
  .node--type-news.node--view-mode-full .field--name-field-tegi {
    margin-top: 30px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-field-tegi,
  .node--type-afisha.node--view-mode-full .field--name-field-tegi,
  .node--type-specproekt.node--view-mode-full .field--name-field-tegi,
  .node--type-news.node--view-mode-full .field--name-field-tegi {
    margin-top: 25px;
    gap: 10px;
  }
}
.node--type-klip.node--view-mode-full .field--name-body,
.node--type-afisha.node--view-mode-full .field--name-body,
.node--type-specproekt.node--view-mode-full .field--name-body,
.node--type-news.node--view-mode-full .field--name-body {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-body *,
  .node--type-afisha.node--view-mode-full .field--name-body *,
  .node--type-specproekt.node--view-mode-full .field--name-body *,
  .node--type-news.node--view-mode-full .field--name-body * {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-klip.node--view-mode-full .field--name-body,
  .node--type-afisha.node--view-mode-full .field--name-body,
  .node--type-specproekt.node--view-mode-full .field--name-body,
  .node--type-news.node--view-mode-full .field--name-body {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-klip.node--view-mode-full .field--name-body,
  .node--type-afisha.node--view-mode-full .field--name-body,
  .node--type-specproekt.node--view-mode-full .field--name-body,
  .node--type-news.node--view-mode-full .field--name-body {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-body,
  .node--type-afisha.node--view-mode-full .field--name-body,
  .node--type-specproekt.node--view-mode-full .field--name-body,
  .node--type-news.node--view-mode-full .field--name-body {
    margin-top: 25px;
  }
}
.node--type-klip.node--view-mode-full .video_content,
.node--type-afisha.node--view-mode-full .video_content,
.node--type-specproekt.node--view-mode-full .video_content,
.node--type-news.node--view-mode-full .video_content {
  margin-top: 40px;
}
.node--type-klip.node--view-mode-full .video_content .video-embed-field-responsive-video:after,
.node--type-afisha.node--view-mode-full .video_content .video-embed-field-responsive-video:after,
.node--type-specproekt.node--view-mode-full .video_content .video-embed-field-responsive-video:after,
.node--type-news.node--view-mode-full .video_content .video-embed-field-responsive-video:after {
  padding-bottom: 445px !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-klip.node--view-mode-full .video_content .video-embed-field-responsive-video:after,
  .node--type-afisha.node--view-mode-full .video_content .video-embed-field-responsive-video:after,
  .node--type-specproekt.node--view-mode-full .video_content .video-embed-field-responsive-video:after,
  .node--type-news.node--view-mode-full .video_content .video-embed-field-responsive-video:after {
    padding-bottom: 355px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-klip.node--view-mode-full .video_content .video-embed-field-responsive-video:after,
  .node--type-afisha.node--view-mode-full .video_content .video-embed-field-responsive-video:after,
  .node--type-specproekt.node--view-mode-full .video_content .video-embed-field-responsive-video:after,
  .node--type-news.node--view-mode-full .video_content .video-embed-field-responsive-video:after {
    padding-bottom: 265px !important;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .video_content .video-embed-field-responsive-video:after,
  .node--type-afisha.node--view-mode-full .video_content .video-embed-field-responsive-video:after,
  .node--type-specproekt.node--view-mode-full .video_content .video-embed-field-responsive-video:after,
  .node--type-news.node--view-mode-full .video_content .video-embed-field-responsive-video:after {
    padding-bottom: 175px !important;
  }
}
.node--type-klip.node--view-mode-full .video_content .slick-list,
.node--type-afisha.node--view-mode-full .video_content .slick-list,
.node--type-specproekt.node--view-mode-full .video_content .slick-list,
.node--type-news.node--view-mode-full .video_content .slick-list,
.node--type-klip.node--view-mode-full .video_content .slick-track,
.node--type-afisha.node--view-mode-full .video_content .slick-track,
.node--type-specproekt.node--view-mode-full .video_content .slick-track,
.node--type-news.node--view-mode-full .video_content .slick-track {
  min-width: 100%;
}
.node--type-klip.node--view-mode-full .video_content .slick-track,
.node--type-afisha.node--view-mode-full .video_content .slick-track,
.node--type-specproekt.node--view-mode-full .video_content .slick-track,
.node--type-news.node--view-mode-full .video_content .slick-track {
  display: flex;
  width: max-content !important;
}
.node--type-klip.node--view-mode-full .video_content .field__item,
.node--type-afisha.node--view-mode-full .video_content .field__item,
.node--type-specproekt.node--view-mode-full .video_content .field__item,
.node--type-news.node--view-mode-full .video_content .field__item {
  height: max-content;
}
.node--type-klip.node--view-mode-full .video_content .field__item .video-embed-field-lazy img,
.node--type-afisha.node--view-mode-full .video_content .field__item .video-embed-field-lazy img,
.node--type-specproekt.node--view-mode-full .video_content .field__item .video-embed-field-lazy img,
.node--type-news.node--view-mode-full .video_content .field__item .video-embed-field-lazy img {
  height: 445px;
  object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .node--type-klip.node--view-mode-full .video_content .field__item .video-embed-field-lazy img,
  .node--type-afisha.node--view-mode-full .video_content .field__item .video-embed-field-lazy img,
  .node--type-specproekt.node--view-mode-full .video_content .field__item .video-embed-field-lazy img,
  .node--type-news.node--view-mode-full .video_content .field__item .video-embed-field-lazy img {
    width: 870px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-klip.node--view-mode-full .video_content .field__item .video-embed-field-lazy img,
  .node--type-afisha.node--view-mode-full .video_content .field__item .video-embed-field-lazy img,
  .node--type-specproekt.node--view-mode-full .video_content .field__item .video-embed-field-lazy img,
  .node--type-news.node--view-mode-full .video_content .field__item .video-embed-field-lazy img {
    width: 870px;
    height: 355px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-klip.node--view-mode-full .video_content .field__item .video-embed-field-lazy img,
  .node--type-afisha.node--view-mode-full .video_content .field__item .video-embed-field-lazy img,
  .node--type-specproekt.node--view-mode-full .video_content .field__item .video-embed-field-lazy img,
  .node--type-news.node--view-mode-full .video_content .field__item .video-embed-field-lazy img {
    width: 738px;
    height: 265px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .video_content .field__item .video-embed-field-lazy img,
  .node--type-afisha.node--view-mode-full .video_content .field__item .video-embed-field-lazy img,
  .node--type-specproekt.node--view-mode-full .video_content .field__item .video-embed-field-lazy img,
  .node--type-news.node--view-mode-full .video_content .field__item .video-embed-field-lazy img {
    width: 575px !important;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .video_content .field__item .video-embed-field-lazy img,
  .node--type-afisha.node--view-mode-full .video_content .field__item .video-embed-field-lazy img,
  .node--type-specproekt.node--view-mode-full .video_content .field__item .video-embed-field-lazy img,
  .node--type-news.node--view-mode-full .video_content .field__item .video-embed-field-lazy img {
    max-width: 575px;
    height: 175px;
  }
}
.node--type-klip.node--view-mode-full .video_content .field__item iframe,
.node--type-afisha.node--view-mode-full .video_content .field__item iframe,
.node--type-specproekt.node--view-mode-full .video_content .field__item iframe,
.node--type-news.node--view-mode-full .video_content .field__item iframe,
.node--type-klip.node--view-mode-full .video_content .field__item video,
.node--type-afisha.node--view-mode-full .video_content .field__item video,
.node--type-specproekt.node--view-mode-full .video_content .field__item video,
.node--type-news.node--view-mode-full .video_content .field__item video {
  height: 445px;
}
@media screen and (min-width: 1200px) {
  .node--type-klip.node--view-mode-full .video_content .field__item iframe,
  .node--type-afisha.node--view-mode-full .video_content .field__item iframe,
  .node--type-specproekt.node--view-mode-full .video_content .field__item iframe,
  .node--type-news.node--view-mode-full .video_content .field__item iframe,
  .node--type-klip.node--view-mode-full .video_content .field__item video,
  .node--type-afisha.node--view-mode-full .video_content .field__item video,
  .node--type-specproekt.node--view-mode-full .video_content .field__item video,
  .node--type-news.node--view-mode-full .video_content .field__item video {
    width: 870px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-klip.node--view-mode-full .video_content .field__item iframe,
  .node--type-afisha.node--view-mode-full .video_content .field__item iframe,
  .node--type-specproekt.node--view-mode-full .video_content .field__item iframe,
  .node--type-news.node--view-mode-full .video_content .field__item iframe,
  .node--type-klip.node--view-mode-full .video_content .field__item video,
  .node--type-afisha.node--view-mode-full .video_content .field__item video,
  .node--type-specproekt.node--view-mode-full .video_content .field__item video,
  .node--type-news.node--view-mode-full .video_content .field__item video {
    width: 870px;
    height: 355px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-klip.node--view-mode-full .video_content .field__item iframe,
  .node--type-afisha.node--view-mode-full .video_content .field__item iframe,
  .node--type-specproekt.node--view-mode-full .video_content .field__item iframe,
  .node--type-news.node--view-mode-full .video_content .field__item iframe,
  .node--type-klip.node--view-mode-full .video_content .field__item video,
  .node--type-afisha.node--view-mode-full .video_content .field__item video,
  .node--type-specproekt.node--view-mode-full .video_content .field__item video,
  .node--type-news.node--view-mode-full .video_content .field__item video {
    width: 738px;
    height: 265px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .video_content .field__item iframe,
  .node--type-afisha.node--view-mode-full .video_content .field__item iframe,
  .node--type-specproekt.node--view-mode-full .video_content .field__item iframe,
  .node--type-news.node--view-mode-full .video_content .field__item iframe,
  .node--type-klip.node--view-mode-full .video_content .field__item video,
  .node--type-afisha.node--view-mode-full .video_content .field__item video,
  .node--type-specproekt.node--view-mode-full .video_content .field__item video,
  .node--type-news.node--view-mode-full .video_content .field__item video {
    width: 575px !important;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .video_content .field__item iframe,
  .node--type-afisha.node--view-mode-full .video_content .field__item iframe,
  .node--type-specproekt.node--view-mode-full .video_content .field__item iframe,
  .node--type-news.node--view-mode-full .video_content .field__item iframe,
  .node--type-klip.node--view-mode-full .video_content .field__item video,
  .node--type-afisha.node--view-mode-full .video_content .field__item video,
  .node--type-specproekt.node--view-mode-full .video_content .field__item video,
  .node--type-news.node--view-mode-full .video_content .field__item video {
    max-width: 575px;
    height: 175px;
  }
}
.node--type-klip.node--view-mode-full .video_content .field__item .field__item,
.node--type-afisha.node--view-mode-full .video_content .field__item .field__item,
.node--type-specproekt.node--view-mode-full .video_content .field__item .field__item,
.node--type-news.node--view-mode-full .video_content .field__item .field__item {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
  height: auto;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #808080;
}
.node--type-klip.node--view-mode-full .video_content .field__item .field__item .field__item,
.node--type-afisha.node--view-mode-full .video_content .field__item .field__item .field__item,
.node--type-specproekt.node--view-mode-full .video_content .field__item .field__item .field__item,
.node--type-news.node--view-mode-full .video_content .field__item .field__item .field__item {
  display: none;
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .video_content .field__item .field__item,
  .node--type-afisha.node--view-mode-full .video_content .field__item .field__item,
  .node--type-specproekt.node--view-mode-full .video_content .field__item .field__item,
  .node--type-news.node--view-mode-full .video_content .field__item .field__item {
    margin-top: 15px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .node--type-klip.node--view-mode-full .video_content .field__item,
  .node--type-afisha.node--view-mode-full .video_content .field__item,
  .node--type-specproekt.node--view-mode-full .video_content .field__item,
  .node--type-news.node--view-mode-full .video_content .field__item {
    width: 870px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-klip.node--view-mode-full .video_content .field__item,
  .node--type-afisha.node--view-mode-full .video_content .field__item,
  .node--type-specproekt.node--view-mode-full .video_content .field__item,
  .node--type-news.node--view-mode-full .video_content .field__item {
    width: 870px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-klip.node--view-mode-full .video_content .field__item,
  .node--type-afisha.node--view-mode-full .video_content .field__item,
  .node--type-specproekt.node--view-mode-full .video_content .field__item,
  .node--type-news.node--view-mode-full .video_content .field__item {
    width: 738px !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .video_content .field__item,
  .node--type-afisha.node--view-mode-full .video_content .field__item,
  .node--type-specproekt.node--view-mode-full .video_content .field__item,
  .node--type-news.node--view-mode-full .video_content .field__item {
    width: 575px !important;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .video_content .field__item,
  .node--type-afisha.node--view-mode-full .video_content .field__item,
  .node--type-specproekt.node--view-mode-full .video_content .field__item,
  .node--type-news.node--view-mode-full .video_content .field__item {
    max-width: 575px;
  }
}
.node--type-klip.node--view-mode-full .video_content .slick-arrow::before,
.node--type-afisha.node--view-mode-full .video_content .slick-arrow::before,
.node--type-specproekt.node--view-mode-full .video_content .slick-arrow::before,
.node--type-news.node--view-mode-full .video_content .slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow_white.svg") !important;
}
.node--type-klip.node--view-mode-full .video_content .slick-arrow:hover::before,
.node--type-afisha.node--view-mode-full .video_content .slick-arrow:hover::before,
.node--type-specproekt.node--view-mode-full .video_content .slick-arrow:hover::before,
.node--type-news.node--view-mode-full .video_content .slick-arrow:hover::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow.svg") !important;
}
.node--type-klip.node--view-mode-full .video_content .slick-prev,
.node--type-afisha.node--view-mode-full .video_content .slick-prev,
.node--type-specproekt.node--view-mode-full .video_content .slick-prev,
.node--type-news.node--view-mode-full .video_content .slick-prev {
  left: 18px;
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .video_content .slick-prev,
  .node--type-afisha.node--view-mode-full .video_content .slick-prev,
  .node--type-specproekt.node--view-mode-full .video_content .slick-prev,
  .node--type-news.node--view-mode-full .video_content .slick-prev {
    left: 10px;
  }
}
.node--type-klip.node--view-mode-full .video_content .slick-next,
.node--type-afisha.node--view-mode-full .video_content .slick-next,
.node--type-specproekt.node--view-mode-full .video_content .slick-next,
.node--type-news.node--view-mode-full .video_content .slick-next {
  right: 18px;
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .video_content .slick-next,
  .node--type-afisha.node--view-mode-full .video_content .slick-next,
  .node--type-specproekt.node--view-mode-full .video_content .slick-next,
  .node--type-news.node--view-mode-full .video_content .slick-next {
    right: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-klip.node--view-mode-full .video_content,
  .node--type-afisha.node--view-mode-full .video_content,
  .node--type-specproekt.node--view-mode-full .video_content,
  .node--type-news.node--view-mode-full .video_content {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-klip.node--view-mode-full .video_content,
  .node--type-afisha.node--view-mode-full .video_content,
  .node--type-specproekt.node--view-mode-full .video_content,
  .node--type-news.node--view-mode-full .video_content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .video_content,
  .node--type-afisha.node--view-mode-full .video_content,
  .node--type-specproekt.node--view-mode-full .video_content,
  .node--type-news.node--view-mode-full .video_content {
    margin-top: 25px;
  }
}
.node--type-klip.node--view-mode-full .klip_content .slick-track,
.node--type-afisha.node--view-mode-full .klip_content .slick-track,
.node--type-specproekt.node--view-mode-full .klip_content .slick-track,
.node--type-news.node--view-mode-full .klip_content .slick-track {
  display: flex;
  width: max-content !important;
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .klip_content .slick-track,
  .node--type-afisha.node--view-mode-full .klip_content .slick-track,
  .node--type-specproekt.node--view-mode-full .klip_content .slick-track,
  .node--type-news.node--view-mode-full .klip_content .slick-track {
    min-width: calc(100vw - 20px);
  }
}
.node--type-klip.node--view-mode-full .klip_content .field__item,
.node--type-afisha.node--view-mode-full .klip_content .field__item,
.node--type-specproekt.node--view-mode-full .klip_content .field__item,
.node--type-news.node--view-mode-full .klip_content .field__item {
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .node--type-klip.node--view-mode-full .klip_content .field__item *:not(.field__item),
  .node--type-afisha.node--view-mode-full .klip_content .field__item *:not(.field__item),
  .node--type-specproekt.node--view-mode-full .klip_content .field__item *:not(.field__item),
  .node--type-news.node--view-mode-full .klip_content .field__item *:not(.field__item) {
    height: 480px !important;
  }
}
.node--type-klip.node--view-mode-full .klip_content .field__item .field__item,
.node--type-afisha.node--view-mode-full .klip_content .field__item .field__item,
.node--type-specproekt.node--view-mode-full .klip_content .field__item .field__item,
.node--type-news.node--view-mode-full .klip_content .field__item .field__item {
  height: max-content !important;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: max-content !important;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #808080;
}
.node--type-klip.node--view-mode-full .klip_content .field__item .field__item .field__item,
.node--type-afisha.node--view-mode-full .klip_content .field__item .field__item .field__item,
.node--type-specproekt.node--view-mode-full .klip_content .field__item .field__item .field__item,
.node--type-news.node--view-mode-full .klip_content .field__item .field__item .field__item {
  display: none;
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .klip_content .field__item .field__item,
  .node--type-afisha.node--view-mode-full .klip_content .field__item .field__item,
  .node--type-specproekt.node--view-mode-full .klip_content .field__item .field__item,
  .node--type-news.node--view-mode-full .klip_content .field__item .field__item {
    margin-top: 15px;
    font-size: 12px;
  }
}
.node--type-klip.node--view-mode-full .klip_content .field__item .field__item .field__item,
.node--type-afisha.node--view-mode-full .klip_content .field__item .field__item .field__item,
.node--type-specproekt.node--view-mode-full .klip_content .field__item .field__item .field__item,
.node--type-news.node--view-mode-full .klip_content .field__item .field__item .field__item {
  display: none !important;
}
.node--type-klip.node--view-mode-full .field--name-field-podzagolovok-4,
.node--type-afisha.node--view-mode-full .field--name-field-podzagolovok-4,
.node--type-specproekt.node--view-mode-full .field--name-field-podzagolovok-4,
.node--type-news.node--view-mode-full .field--name-field-podzagolovok-4,
.node--type-klip.node--view-mode-full .field--name-field-podzagolovok-pered-klipami,
.node--type-afisha.node--view-mode-full .field--name-field-podzagolovok-pered-klipami,
.node--type-specproekt.node--view-mode-full .field--name-field-podzagolovok-pered-klipami,
.node--type-news.node--view-mode-full .field--name-field-podzagolovok-pered-klipami,
.node--type-klip.node--view-mode-full .field--name-field-podzagolovok-pered-video,
.node--type-afisha.node--view-mode-full .field--name-field-podzagolovok-pered-video,
.node--type-specproekt.node--view-mode-full .field--name-field-podzagolovok-pered-video,
.node--type-news.node--view-mode-full .field--name-field-podzagolovok-pered-video,
.node--type-klip.node--view-mode-full .field--name-field-podzagolovok,
.node--type-afisha.node--view-mode-full .field--name-field-podzagolovok,
.node--type-specproekt.node--view-mode-full .field--name-field-podzagolovok,
.node--type-news.node--view-mode-full .field--name-field-podzagolovok,
.node--type-klip.node--view-mode-full .field--name-field-podzagolovok-2,
.node--type-afisha.node--view-mode-full .field--name-field-podzagolovok-2,
.node--type-specproekt.node--view-mode-full .field--name-field-podzagolovok-2,
.node--type-news.node--view-mode-full .field--name-field-podzagolovok-2 {
  margin-top: 80px;
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-klip.node--view-mode-full .field--name-field-podzagolovok-4,
  .node--type-afisha.node--view-mode-full .field--name-field-podzagolovok-4,
  .node--type-specproekt.node--view-mode-full .field--name-field-podzagolovok-4,
  .node--type-news.node--view-mode-full .field--name-field-podzagolovok-4,
  .node--type-klip.node--view-mode-full .field--name-field-podzagolovok-pered-klipami,
  .node--type-afisha.node--view-mode-full .field--name-field-podzagolovok-pered-klipami,
  .node--type-specproekt.node--view-mode-full .field--name-field-podzagolovok-pered-klipami,
  .node--type-news.node--view-mode-full .field--name-field-podzagolovok-pered-klipami,
  .node--type-klip.node--view-mode-full .field--name-field-podzagolovok-pered-video,
  .node--type-afisha.node--view-mode-full .field--name-field-podzagolovok-pered-video,
  .node--type-specproekt.node--view-mode-full .field--name-field-podzagolovok-pered-video,
  .node--type-news.node--view-mode-full .field--name-field-podzagolovok-pered-video,
  .node--type-klip.node--view-mode-full .field--name-field-podzagolovok,
  .node--type-afisha.node--view-mode-full .field--name-field-podzagolovok,
  .node--type-specproekt.node--view-mode-full .field--name-field-podzagolovok,
  .node--type-news.node--view-mode-full .field--name-field-podzagolovok,
  .node--type-klip.node--view-mode-full .field--name-field-podzagolovok-2,
  .node--type-afisha.node--view-mode-full .field--name-field-podzagolovok-2,
  .node--type-specproekt.node--view-mode-full .field--name-field-podzagolovok-2,
  .node--type-news.node--view-mode-full .field--name-field-podzagolovok-2 {
    margin-top: 60px;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-klip.node--view-mode-full .field--name-field-podzagolovok-4,
  .node--type-afisha.node--view-mode-full .field--name-field-podzagolovok-4,
  .node--type-specproekt.node--view-mode-full .field--name-field-podzagolovok-4,
  .node--type-news.node--view-mode-full .field--name-field-podzagolovok-4,
  .node--type-klip.node--view-mode-full .field--name-field-podzagolovok-pered-klipami,
  .node--type-afisha.node--view-mode-full .field--name-field-podzagolovok-pered-klipami,
  .node--type-specproekt.node--view-mode-full .field--name-field-podzagolovok-pered-klipami,
  .node--type-news.node--view-mode-full .field--name-field-podzagolovok-pered-klipami,
  .node--type-klip.node--view-mode-full .field--name-field-podzagolovok-pered-video,
  .node--type-afisha.node--view-mode-full .field--name-field-podzagolovok-pered-video,
  .node--type-specproekt.node--view-mode-full .field--name-field-podzagolovok-pered-video,
  .node--type-news.node--view-mode-full .field--name-field-podzagolovok-pered-video,
  .node--type-klip.node--view-mode-full .field--name-field-podzagolovok,
  .node--type-afisha.node--view-mode-full .field--name-field-podzagolovok,
  .node--type-specproekt.node--view-mode-full .field--name-field-podzagolovok,
  .node--type-news.node--view-mode-full .field--name-field-podzagolovok,
  .node--type-klip.node--view-mode-full .field--name-field-podzagolovok-2,
  .node--type-afisha.node--view-mode-full .field--name-field-podzagolovok-2,
  .node--type-specproekt.node--view-mode-full .field--name-field-podzagolovok-2,
  .node--type-news.node--view-mode-full .field--name-field-podzagolovok-2 {
    margin-top: 40px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-field-podzagolovok-4,
  .node--type-afisha.node--view-mode-full .field--name-field-podzagolovok-4,
  .node--type-specproekt.node--view-mode-full .field--name-field-podzagolovok-4,
  .node--type-news.node--view-mode-full .field--name-field-podzagolovok-4,
  .node--type-klip.node--view-mode-full .field--name-field-podzagolovok-pered-klipami,
  .node--type-afisha.node--view-mode-full .field--name-field-podzagolovok-pered-klipami,
  .node--type-specproekt.node--view-mode-full .field--name-field-podzagolovok-pered-klipami,
  .node--type-news.node--view-mode-full .field--name-field-podzagolovok-pered-klipami,
  .node--type-klip.node--view-mode-full .field--name-field-podzagolovok-pered-video,
  .node--type-afisha.node--view-mode-full .field--name-field-podzagolovok-pered-video,
  .node--type-specproekt.node--view-mode-full .field--name-field-podzagolovok-pered-video,
  .node--type-news.node--view-mode-full .field--name-field-podzagolovok-pered-video,
  .node--type-klip.node--view-mode-full .field--name-field-podzagolovok,
  .node--type-afisha.node--view-mode-full .field--name-field-podzagolovok,
  .node--type-specproekt.node--view-mode-full .field--name-field-podzagolovok,
  .node--type-news.node--view-mode-full .field--name-field-podzagolovok,
  .node--type-klip.node--view-mode-full .field--name-field-podzagolovok-2,
  .node--type-afisha.node--view-mode-full .field--name-field-podzagolovok-2,
  .node--type-specproekt.node--view-mode-full .field--name-field-podzagolovok-2,
  .node--type-news.node--view-mode-full .field--name-field-podzagolovok-2 {
    margin-top: 30px;
    font-size: 20px;
  }
}
.node--type-klip.node--view-mode-full .field--name-field-opisanie-4,
.node--type-afisha.node--view-mode-full .field--name-field-opisanie-4,
.node--type-specproekt.node--view-mode-full .field--name-field-opisanie-4,
.node--type-news.node--view-mode-full .field--name-field-opisanie-4,
.node--type-klip.node--view-mode-full .field--name-field-opisanie-pered-klipami,
.node--type-afisha.node--view-mode-full .field--name-field-opisanie-pered-klipami,
.node--type-specproekt.node--view-mode-full .field--name-field-opisanie-pered-klipami,
.node--type-news.node--view-mode-full .field--name-field-opisanie-pered-klipami,
.node--type-klip.node--view-mode-full .field--name-field-opisanie-pered-video,
.node--type-afisha.node--view-mode-full .field--name-field-opisanie-pered-video,
.node--type-specproekt.node--view-mode-full .field--name-field-opisanie-pered-video,
.node--type-news.node--view-mode-full .field--name-field-opisanie-pered-video,
.node--type-klip.node--view-mode-full .field--name-field-opisanie-2,
.node--type-afisha.node--view-mode-full .field--name-field-opisanie-2,
.node--type-specproekt.node--view-mode-full .field--name-field-opisanie-2,
.node--type-news.node--view-mode-full .field--name-field-opisanie-2,
.node--type-klip.node--view-mode-full .field--name-field-opisanie-3,
.node--type-afisha.node--view-mode-full .field--name-field-opisanie-3,
.node--type-specproekt.node--view-mode-full .field--name-field-opisanie-3,
.node--type-news.node--view-mode-full .field--name-field-opisanie-3 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-field-opisanie-4 *,
  .node--type-afisha.node--view-mode-full .field--name-field-opisanie-4 *,
  .node--type-specproekt.node--view-mode-full .field--name-field-opisanie-4 *,
  .node--type-news.node--view-mode-full .field--name-field-opisanie-4 *,
  .node--type-klip.node--view-mode-full .field--name-field-opisanie-pered-klipami *,
  .node--type-afisha.node--view-mode-full .field--name-field-opisanie-pered-klipami *,
  .node--type-specproekt.node--view-mode-full .field--name-field-opisanie-pered-klipami *,
  .node--type-news.node--view-mode-full .field--name-field-opisanie-pered-klipami *,
  .node--type-klip.node--view-mode-full .field--name-field-opisanie-pered-video *,
  .node--type-afisha.node--view-mode-full .field--name-field-opisanie-pered-video *,
  .node--type-specproekt.node--view-mode-full .field--name-field-opisanie-pered-video *,
  .node--type-news.node--view-mode-full .field--name-field-opisanie-pered-video *,
  .node--type-klip.node--view-mode-full .field--name-field-opisanie-2 *,
  .node--type-afisha.node--view-mode-full .field--name-field-opisanie-2 *,
  .node--type-specproekt.node--view-mode-full .field--name-field-opisanie-2 *,
  .node--type-news.node--view-mode-full .field--name-field-opisanie-2 *,
  .node--type-klip.node--view-mode-full .field--name-field-opisanie-3 *,
  .node--type-afisha.node--view-mode-full .field--name-field-opisanie-3 *,
  .node--type-specproekt.node--view-mode-full .field--name-field-opisanie-3 *,
  .node--type-news.node--view-mode-full .field--name-field-opisanie-3 * {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-klip.node--view-mode-full .field--name-field-opisanie-4,
  .node--type-afisha.node--view-mode-full .field--name-field-opisanie-4,
  .node--type-specproekt.node--view-mode-full .field--name-field-opisanie-4,
  .node--type-news.node--view-mode-full .field--name-field-opisanie-4,
  .node--type-klip.node--view-mode-full .field--name-field-opisanie-pered-klipami,
  .node--type-afisha.node--view-mode-full .field--name-field-opisanie-pered-klipami,
  .node--type-specproekt.node--view-mode-full .field--name-field-opisanie-pered-klipami,
  .node--type-news.node--view-mode-full .field--name-field-opisanie-pered-klipami,
  .node--type-klip.node--view-mode-full .field--name-field-opisanie-pered-video,
  .node--type-afisha.node--view-mode-full .field--name-field-opisanie-pered-video,
  .node--type-specproekt.node--view-mode-full .field--name-field-opisanie-pered-video,
  .node--type-news.node--view-mode-full .field--name-field-opisanie-pered-video,
  .node--type-klip.node--view-mode-full .field--name-field-opisanie-2,
  .node--type-afisha.node--view-mode-full .field--name-field-opisanie-2,
  .node--type-specproekt.node--view-mode-full .field--name-field-opisanie-2,
  .node--type-news.node--view-mode-full .field--name-field-opisanie-2,
  .node--type-klip.node--view-mode-full .field--name-field-opisanie-3,
  .node--type-afisha.node--view-mode-full .field--name-field-opisanie-3,
  .node--type-specproekt.node--view-mode-full .field--name-field-opisanie-3,
  .node--type-news.node--view-mode-full .field--name-field-opisanie-3 {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-klip.node--view-mode-full .field--name-field-opisanie-4,
  .node--type-afisha.node--view-mode-full .field--name-field-opisanie-4,
  .node--type-specproekt.node--view-mode-full .field--name-field-opisanie-4,
  .node--type-news.node--view-mode-full .field--name-field-opisanie-4,
  .node--type-klip.node--view-mode-full .field--name-field-opisanie-pered-klipami,
  .node--type-afisha.node--view-mode-full .field--name-field-opisanie-pered-klipami,
  .node--type-specproekt.node--view-mode-full .field--name-field-opisanie-pered-klipami,
  .node--type-news.node--view-mode-full .field--name-field-opisanie-pered-klipami,
  .node--type-klip.node--view-mode-full .field--name-field-opisanie-pered-video,
  .node--type-afisha.node--view-mode-full .field--name-field-opisanie-pered-video,
  .node--type-specproekt.node--view-mode-full .field--name-field-opisanie-pered-video,
  .node--type-news.node--view-mode-full .field--name-field-opisanie-pered-video,
  .node--type-klip.node--view-mode-full .field--name-field-opisanie-2,
  .node--type-afisha.node--view-mode-full .field--name-field-opisanie-2,
  .node--type-specproekt.node--view-mode-full .field--name-field-opisanie-2,
  .node--type-news.node--view-mode-full .field--name-field-opisanie-2,
  .node--type-klip.node--view-mode-full .field--name-field-opisanie-3,
  .node--type-afisha.node--view-mode-full .field--name-field-opisanie-3,
  .node--type-specproekt.node--view-mode-full .field--name-field-opisanie-3,
  .node--type-news.node--view-mode-full .field--name-field-opisanie-3 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-field-opisanie-4,
  .node--type-afisha.node--view-mode-full .field--name-field-opisanie-4,
  .node--type-specproekt.node--view-mode-full .field--name-field-opisanie-4,
  .node--type-news.node--view-mode-full .field--name-field-opisanie-4,
  .node--type-klip.node--view-mode-full .field--name-field-opisanie-pered-klipami,
  .node--type-afisha.node--view-mode-full .field--name-field-opisanie-pered-klipami,
  .node--type-specproekt.node--view-mode-full .field--name-field-opisanie-pered-klipami,
  .node--type-news.node--view-mode-full .field--name-field-opisanie-pered-klipami,
  .node--type-klip.node--view-mode-full .field--name-field-opisanie-pered-video,
  .node--type-afisha.node--view-mode-full .field--name-field-opisanie-pered-video,
  .node--type-specproekt.node--view-mode-full .field--name-field-opisanie-pered-video,
  .node--type-news.node--view-mode-full .field--name-field-opisanie-pered-video,
  .node--type-klip.node--view-mode-full .field--name-field-opisanie-2,
  .node--type-afisha.node--view-mode-full .field--name-field-opisanie-2,
  .node--type-specproekt.node--view-mode-full .field--name-field-opisanie-2,
  .node--type-news.node--view-mode-full .field--name-field-opisanie-2,
  .node--type-klip.node--view-mode-full .field--name-field-opisanie-3,
  .node--type-afisha.node--view-mode-full .field--name-field-opisanie-3,
  .node--type-specproekt.node--view-mode-full .field--name-field-opisanie-3,
  .node--type-news.node--view-mode-full .field--name-field-opisanie-3 {
    margin-top: 25px;
  }
}
.node--type-klip.node--view-mode-full .field--name-field-youtube-rutube-video-klipy,
.node--type-afisha.node--view-mode-full .field--name-field-youtube-rutube-video-klipy,
.node--type-specproekt.node--view-mode-full .field--name-field-youtube-rutube-video-klipy,
.node--type-news.node--view-mode-full .field--name-field-youtube-rutube-video-klipy,
.node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennie,
.node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennie,
.node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennie,
.node--type-news.node--view-mode-full .field--name-field-foto-vnutrennie {
  margin-top: 40px;
}
.node--type-klip.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .slick-track,
.node--type-afisha.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .slick-track,
.node--type-specproekt.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .slick-track,
.node--type-news.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .slick-track,
.node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennie .slick-track,
.node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennie .slick-track,
.node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennie .slick-track,
.node--type-news.node--view-mode-full .field--name-field-foto-vnutrennie .slick-track {
  display: flex;
  width: max-content !important;
}
.node--type-klip.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item,
.node--type-afisha.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item,
.node--type-specproekt.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item,
.node--type-news.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item,
.node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennie .field__item,
.node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennie .field__item,
.node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennie .field__item,
.node--type-news.node--view-mode-full .field--name-field-foto-vnutrennie .field__item {
  height: max-content !important;
}
.node--type-klip.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item .field__item,
.node--type-afisha.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item .field__item,
.node--type-specproekt.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item .field__item,
.node--type-news.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item .field__item,
.node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennie .field__item .field__item,
.node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennie .field__item .field__item,
.node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennie .field__item .field__item,
.node--type-news.node--view-mode-full .field--name-field-foto-vnutrennie .field__item .field__item {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  height: auto !important;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #808080;
  white-space: normal;
}
.node--type-klip.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item .field__item .field__item,
.node--type-afisha.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item .field__item .field__item,
.node--type-specproekt.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item .field__item .field__item,
.node--type-news.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item .field__item .field__item,
.node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennie .field__item .field__item .field__item,
.node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennie .field__item .field__item .field__item,
.node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennie .field__item .field__item .field__item,
.node--type-news.node--view-mode-full .field--name-field-foto-vnutrennie .field__item .field__item .field__item {
  display: none;
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item .field__item,
  .node--type-afisha.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item .field__item,
  .node--type-specproekt.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item .field__item,
  .node--type-news.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item .field__item,
  .node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennie .field__item .field__item,
  .node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennie .field__item .field__item,
  .node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennie .field__item .field__item,
  .node--type-news.node--view-mode-full .field--name-field-foto-vnutrennie .field__item .field__item {
    margin-top: 15px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .node--type-klip.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item,
  .node--type-afisha.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item,
  .node--type-specproekt.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item,
  .node--type-news.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item,
  .node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennie .field__item,
  .node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennie .field__item,
  .node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennie .field__item,
  .node--type-news.node--view-mode-full .field--name-field-foto-vnutrennie .field__item {
    width: 270px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-klip.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item,
  .node--type-afisha.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item,
  .node--type-specproekt.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item,
  .node--type-news.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item,
  .node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennie .field__item,
  .node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennie .field__item,
  .node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennie .field__item,
  .node--type-news.node--view-mode-full .field--name-field-foto-vnutrennie .field__item {
    width: 270px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-klip.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item,
  .node--type-afisha.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item,
  .node--type-specproekt.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item,
  .node--type-news.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item,
  .node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennie .field__item,
  .node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennie .field__item,
  .node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennie .field__item,
  .node--type-news.node--view-mode-full .field--name-field-foto-vnutrennie .field__item {
    width: 354px !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item,
  .node--type-afisha.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item,
  .node--type-specproekt.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item,
  .node--type-news.node--view-mode-full .field--name-field-youtube-rutube-video-klipy .field__item,
  .node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennie .field__item,
  .node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennie .field__item,
  .node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennie .field__item,
  .node--type-news.node--view-mode-full .field--name-field-foto-vnutrennie .field__item {
    width: 263px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-klip.node--view-mode-full .field--name-field-youtube-rutube-video-klipy,
  .node--type-afisha.node--view-mode-full .field--name-field-youtube-rutube-video-klipy,
  .node--type-specproekt.node--view-mode-full .field--name-field-youtube-rutube-video-klipy,
  .node--type-news.node--view-mode-full .field--name-field-youtube-rutube-video-klipy,
  .node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennie,
  .node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennie,
  .node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennie,
  .node--type-news.node--view-mode-full .field--name-field-foto-vnutrennie {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-klip.node--view-mode-full .field--name-field-youtube-rutube-video-klipy,
  .node--type-afisha.node--view-mode-full .field--name-field-youtube-rutube-video-klipy,
  .node--type-specproekt.node--view-mode-full .field--name-field-youtube-rutube-video-klipy,
  .node--type-news.node--view-mode-full .field--name-field-youtube-rutube-video-klipy,
  .node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennie,
  .node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennie,
  .node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennie,
  .node--type-news.node--view-mode-full .field--name-field-foto-vnutrennie {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-field-youtube-rutube-video-klipy,
  .node--type-afisha.node--view-mode-full .field--name-field-youtube-rutube-video-klipy,
  .node--type-specproekt.node--view-mode-full .field--name-field-youtube-rutube-video-klipy,
  .node--type-news.node--view-mode-full .field--name-field-youtube-rutube-video-klipy,
  .node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennie,
  .node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennie,
  .node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennie,
  .node--type-news.node--view-mode-full .field--name-field-foto-vnutrennie {
    margin-top: 25px;
  }
}
.node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennyaya-2,
.node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennyaya-2,
.node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennyaya-2,
.node--type-news.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 {
  margin-top: 40px;
}
.node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item,
.node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item,
.node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item,
.node--type-news.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item {
  height: max-content !important;
}
.node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item .field__item,
.node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item .field__item,
.node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item .field__item,
.node--type-news.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item .field__item {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  height: auto !important;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #808080;
  white-space: normal;
}
.node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item .field__item .field__item,
.node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item .field__item .field__item,
.node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item .field__item .field__item,
.node--type-news.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item .field__item .field__item {
  display: none;
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item .field__item,
  .node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item .field__item,
  .node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item .field__item,
  .node--type-news.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item .field__item {
    margin-top: 15px;
    font-size: 12px;
  }
}
.node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item img,
.node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item img,
.node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item img,
.node--type-news.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item img {
  height: 580px;
  object-fit: cover;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item img,
  .node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item img,
  .node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item img,
  .node--type-news.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item img {
    height: 500px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item img,
  .node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item img,
  .node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item img,
  .node--type-news.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item img {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item img,
  .node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item img,
  .node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item img,
  .node--type-news.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item img {
    height: 300px;
  }
}
@media screen and (max-width: 400px) {
  .node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item img,
  .node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item img,
  .node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item img,
  .node--type-news.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item img {
    height: 240px;
  }
}
@media screen and (min-width: 1200px) {
  .node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item,
  .node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item,
  .node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item,
  .node--type-news.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item {
    width: 870px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item,
  .node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item,
  .node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item,
  .node--type-news.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item {
    width: 870px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item,
  .node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item,
  .node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item,
  .node--type-news.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item {
    width: 738px !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item,
  .node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item,
  .node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item,
  .node--type-news.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item {
    width: 556px !important;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item,
  .node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item,
  .node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item,
  .node--type-news.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .field__item {
    max-width: 575px;
  }
}
.node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .slick-track,
.node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .slick-track,
.node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .slick-track,
.node--type-news.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .slick-track {
  display: flex;
  width: max-content !important;
}
.node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .slick-arrow::before,
.node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .slick-arrow::before,
.node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .slick-arrow::before,
.node--type-news.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow_white.svg") !important;
}
.node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .slick-arrow:hover::before,
.node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .slick-arrow:hover::before,
.node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .slick-arrow:hover::before,
.node--type-news.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .slick-arrow:hover::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow.svg") !important;
}
.node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .slick-prev,
.node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .slick-prev,
.node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .slick-prev,
.node--type-news.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .slick-prev {
  left: 18px;
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .slick-prev,
  .node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .slick-prev,
  .node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .slick-prev,
  .node--type-news.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .slick-prev {
    left: 10px;
  }
}
.node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .slick-next,
.node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .slick-next,
.node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .slick-next,
.node--type-news.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .slick-next {
  right: 18px;
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .slick-next,
  .node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .slick-next,
  .node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .slick-next,
  .node--type-news.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 .slick-next {
    right: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennyaya-2,
  .node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennyaya-2,
  .node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennyaya-2,
  .node--type-news.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennyaya-2,
  .node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennyaya-2,
  .node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennyaya-2,
  .node--type-news.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-field-foto-vnutrennyaya-2,
  .node--type-afisha.node--view-mode-full .field--name-field-foto-vnutrennyaya-2,
  .node--type-specproekt.node--view-mode-full .field--name-field-foto-vnutrennyaya-2,
  .node--type-news.node--view-mode-full .field--name-field-foto-vnutrennyaya-2 {
    margin-top: 25px;
  }
}
.node--type-klip.node--view-mode-full .content0,
.node--type-afisha.node--view-mode-full .content0,
.node--type-specproekt.node--view-mode-full .content0,
.node--type-news.node--view-mode-full .content0 {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-klip.node--view-mode-full .content0,
  .node--type-afisha.node--view-mode-full .content0,
  .node--type-specproekt.node--view-mode-full .content0,
  .node--type-news.node--view-mode-full .content0 {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-klip.node--view-mode-full .content0,
  .node--type-afisha.node--view-mode-full .content0,
  .node--type-specproekt.node--view-mode-full .content0,
  .node--type-news.node--view-mode-full .content0 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .content0,
  .node--type-afisha.node--view-mode-full .content0,
  .node--type-specproekt.node--view-mode-full .content0,
  .node--type-news.node--view-mode-full .content0 {
    margin-top: 20px;
    gap: 10px;
  }
}
.node--type-klip.node--view-mode-full .field--name-field-tekst-pod-avtorami,
.node--type-afisha.node--view-mode-full .field--name-field-tekst-pod-avtorami,
.node--type-specproekt.node--view-mode-full .field--name-field-tekst-pod-avtorami,
.node--type-news.node--view-mode-full .field--name-field-tekst-pod-avtorami {
  width: max-content;
  margin-right: auto;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #808080;
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-field-tekst-pod-avtorami,
  .node--type-afisha.node--view-mode-full .field--name-field-tekst-pod-avtorami,
  .node--type-specproekt.node--view-mode-full .field--name-field-tekst-pod-avtorami,
  .node--type-news.node--view-mode-full .field--name-field-tekst-pod-avtorami {
    width: 100%;
    bottom: 35px;
    font-size: 12px;
  }
}
.node--type-klip.node--view-mode-full .knopka_forum1,
.node--type-afisha.node--view-mode-full .knopka_forum1,
.node--type-specproekt.node--view-mode-full .knopka_forum1,
.node--type-news.node--view-mode-full .knopka_forum1 {
  display: none;
}
.node--type-klip.node--view-mode-full .knopka_forum1 a,
.node--type-afisha.node--view-mode-full .knopka_forum1 a,
.node--type-specproekt.node--view-mode-full .knopka_forum1 a,
.node--type-news.node--view-mode-full .knopka_forum1 a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-klip.node--view-mode-full .knopka_forum1 a,
  .node--type-afisha.node--view-mode-full .knopka_forum1 a,
  .node--type-specproekt.node--view-mode-full .knopka_forum1 a,
  .node--type-news.node--view-mode-full .knopka_forum1 a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-klip.node--view-mode-full .knopka_forum1 a,
  .node--type-afisha.node--view-mode-full .knopka_forum1 a,
  .node--type-specproekt.node--view-mode-full .knopka_forum1 a,
  .node--type-news.node--view-mode-full .knopka_forum1 a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .knopka_forum1 a,
  .node--type-afisha.node--view-mode-full .knopka_forum1 a,
  .node--type-specproekt.node--view-mode-full .knopka_forum1 a,
  .node--type-news.node--view-mode-full .knopka_forum1 a {
    padding: 9px;
    font-size: 12px;
  }
}
.node--type-klip.node--view-mode-full .knopka_forum1 a:hover,
.node--type-afisha.node--view-mode-full .knopka_forum1 a:hover,
.node--type-specproekt.node--view-mode-full .knopka_forum1 a:hover,
.node--type-news.node--view-mode-full .knopka_forum1 a:hover {
  background-color: transparent;
  color: #000;
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .knopka_forum1 a:hover,
  .node--type-afisha.node--view-mode-full .knopka_forum1 a:hover,
  .node--type-specproekt.node--view-mode-full .knopka_forum1 a:hover,
  .node--type-news.node--view-mode-full .knopka_forum1 a:hover {
    padding: 7px 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .knopka_forum1 a,
  .node--type-afisha.node--view-mode-full .knopka_forum1 a,
  .node--type-specproekt.node--view-mode-full .knopka_forum1 a,
  .node--type-news.node--view-mode-full .knopka_forum1 a {
    padding: 7px 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .knopka_forum1,
  .node--type-afisha.node--view-mode-full .knopka_forum1,
  .node--type-specproekt.node--view-mode-full .knopka_forum1,
  .node--type-news.node--view-mode-full .knopka_forum1 {
    display: block;
    margin-right: auto;
  }
}
.node--type-klip.node--view-mode-full .flag-like,
.node--type-afisha.node--view-mode-full .flag-like,
.node--type-specproekt.node--view-mode-full .flag-like,
.node--type-news.node--view-mode-full .flag-like {
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}
.node--type-klip.node--view-mode-full .flag-like a,
.node--type-afisha.node--view-mode-full .flag-like a,
.node--type-specproekt.node--view-mode-full .flag-like a,
.node--type-news.node--view-mode-full .flag-like a {
  font-size: 0;
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-klip.node--view-mode-full .flag-like a,
  .node--type-afisha.node--view-mode-full .flag-like a,
  .node--type-specproekt.node--view-mode-full .flag-like a,
  .node--type-news.node--view-mode-full .flag-like a {
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-klip.node--view-mode-full .flag-like a,
  .node--type-afisha.node--view-mode-full .flag-like a,
  .node--type-specproekt.node--view-mode-full .flag-like a,
  .node--type-news.node--view-mode-full .flag-like a {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .flag-like a,
  .node--type-afisha.node--view-mode-full .flag-like a,
  .node--type-specproekt.node--view-mode-full .flag-like a,
  .node--type-news.node--view-mode-full .flag-like a {
    width: 24px;
    height: 24px;
  }
}
.node--type-klip.node--view-mode-full .flag-like span,
.node--type-afisha.node--view-mode-full .flag-like span,
.node--type-specproekt.node--view-mode-full .flag-like span,
.node--type-news.node--view-mode-full .flag-like span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
  transition: 0.3s;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-klip.node--view-mode-full .flag-like span,
  .node--type-afisha.node--view-mode-full .flag-like span,
  .node--type-specproekt.node--view-mode-full .flag-like span,
  .node--type-news.node--view-mode-full .flag-like span {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-klip.node--view-mode-full .flag-like span,
  .node--type-afisha.node--view-mode-full .flag-like span,
  .node--type-specproekt.node--view-mode-full .flag-like span,
  .node--type-news.node--view-mode-full .flag-like span {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .flag-like span,
  .node--type-afisha.node--view-mode-full .flag-like span,
  .node--type-specproekt.node--view-mode-full .flag-like span,
  .node--type-news.node--view-mode-full .flag-like span {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
  }
}
.node--type-klip.node--view-mode-full .action-flag a,
.node--type-afisha.node--view-mode-full .action-flag a,
.node--type-specproekt.node--view-mode-full .action-flag a,
.node--type-news.node--view-mode-full .action-flag a {
  background-image: url(/sites/all/themes/vesta_theme/image/heart.svg);
}
.node--type-klip.node--view-mode-full .action-flag a:hover,
.node--type-afisha.node--view-mode-full .action-flag a:hover,
.node--type-specproekt.node--view-mode-full .action-flag a:hover,
.node--type-news.node--view-mode-full .action-flag a:hover {
  background-image: url(/sites/all/themes/vesta_theme/image/heart-fill.svg);
}
.node--type-klip.node--view-mode-full .action-unflag a,
.node--type-afisha.node--view-mode-full .action-unflag a,
.node--type-specproekt.node--view-mode-full .action-unflag a,
.node--type-news.node--view-mode-full .action-unflag a {
  background-image: url(/sites/all/themes/vesta_theme/image/heart-fill.svg);
}
.field--name-dynamic-token-fieldnode-knopka-podelitsya .ya-share2__link_more-button-type_short {
  padding: 0 !important;
  background-color: transparent !important;
  display: flex;
  gap: 8px;
  align-items: center;
  transition: 0.3s;
}
.field--name-dynamic-token-fieldnode-knopka-podelitsya .ya-share2__link_more-button-type_short:after {
  content: 'Поделиться';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .field--name-dynamic-token-fieldnode-knopka-podelitsya .ya-share2__link_more-button-type_short:after {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .field--name-dynamic-token-fieldnode-knopka-podelitsya .ya-share2__link_more-button-type_short:after {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .field--name-dynamic-token-fieldnode-knopka-podelitsya .ya-share2__link_more-button-type_short:after {
    font-size: 12px;
  }
}
.field--name-dynamic-token-fieldnode-knopka-podelitsya .ya-share2__link_more-button-type_short .ya-share2__icon {
  width: 30px !important;
  height: 30px !important;
  background-image: url(/sites/all/themes/vesta_theme/image/share-2.svg) !important;
  background-size: contain !important;
  transition: 0.3s;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .field--name-dynamic-token-fieldnode-knopka-podelitsya .ya-share2__link_more-button-type_short .ya-share2__icon {
    width: 25px !important;
    height: 25px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .field--name-dynamic-token-fieldnode-knopka-podelitsya .ya-share2__link_more-button-type_short .ya-share2__icon {
    width: 24px !important;
    height: 24px !important;
  }
}
@media screen and (max-width: 767px) {
  .field--name-dynamic-token-fieldnode-knopka-podelitsya .ya-share2__link_more-button-type_short .ya-share2__icon {
    width: 24px !important;
    height: 24px !important;
  }
}
.field--name-dynamic-token-fieldnode-knopka-podelitsya:hover .ya-share2__link_more-button-type_short:after {
  color: #560562;
}
.field--name-dynamic-token-fieldnode-knopka-podelitsya:hover .ya-share2__link_more-button-type_short .ya-share2__icon {
  background-image: url(/sites/all/themes/vesta_theme/image/share-2-h.svg) !important;
}
.block-views-blocknode-views-count-statistics-block-1 {
  margin: 0 !important;
}
.field--name-dynamic-block-fieldnode-kolichestvo-prosmotrov1,
.field--name-dynamic-block-fieldnode-kolichestvo-prosmotrov {
  display: flex;
  align-items: center;
  gap: 8px;
}
.field--name-dynamic-block-fieldnode-kolichestvo-prosmotrov1 *,
.field--name-dynamic-block-fieldnode-kolichestvo-prosmotrov * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  margin: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .field--name-dynamic-block-fieldnode-kolichestvo-prosmotrov1 *,
  .field--name-dynamic-block-fieldnode-kolichestvo-prosmotrov * {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .field--name-dynamic-block-fieldnode-kolichestvo-prosmotrov1 *,
  .field--name-dynamic-block-fieldnode-kolichestvo-prosmotrov * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .field--name-dynamic-block-fieldnode-kolichestvo-prosmotrov1 *,
  .field--name-dynamic-block-fieldnode-kolichestvo-prosmotrov * {
    font-size: 12px;
  }
}
.field--name-dynamic-block-fieldnode-kolichestvo-prosmotrov1:before,
.field--name-dynamic-block-fieldnode-kolichestvo-prosmotrov:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/sites/all/themes/vesta_theme/image/eye.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .field--name-dynamic-block-fieldnode-kolichestvo-prosmotrov1:before,
  .field--name-dynamic-block-fieldnode-kolichestvo-prosmotrov:before {
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .field--name-dynamic-block-fieldnode-kolichestvo-prosmotrov1:before,
  .field--name-dynamic-block-fieldnode-kolichestvo-prosmotrov:before {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .field--name-dynamic-block-fieldnode-kolichestvo-prosmotrov1:before,
  .field--name-dynamic-block-fieldnode-kolichestvo-prosmotrov:before {
    width: 24px;
    height: 24px;
  }
}
.node--type-klip.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1,
.node--type-afisha.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1,
.node--type-specproekt.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1,
.node--type-afisha.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 {
  display: none;
}
.node--type-klip.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 a,
.node--type-afisha.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 a,
.node--type-specproekt.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 a,
.node--type-afisha.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-klip.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 a,
  .node--type-afisha.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 a,
  .node--type-specproekt.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 a,
  .node--type-afisha.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-klip.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 a,
  .node--type-afisha.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 a,
  .node--type-specproekt.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 a,
  .node--type-afisha.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 a,
  .node--type-afisha.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 a,
  .node--type-specproekt.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 a,
  .node--type-afisha.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 a {
    padding: 9px;
    font-size: 12px;
  }
}
.node--type-klip.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 a:hover,
.node--type-afisha.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 a:hover,
.node--type-specproekt.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 a:hover,
.node--type-afisha.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 a:hover {
  background-color: transparent;
  color: #000;
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 a:hover,
  .node--type-afisha.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 a:hover,
  .node--type-specproekt.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 a:hover,
  .node--type-afisha.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 a:hover {
    padding: 7px 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 a,
  .node--type-afisha.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 a,
  .node--type-specproekt.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 a,
  .node--type-afisha.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 a {
    padding: 7px 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1,
  .node--type-afisha.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1,
  .node--type-specproekt.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1,
  .node--type-afisha.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-forum1 {
    display: block;
    margin-right: auto;
  }
}
.node--type-klip.node--view-mode-full .content0,
.node--type-afisha.node--view-mode-full .content0,
.node--type-specproekt.node--view-mode-full .content0,
.node--type-afisha.node--view-mode-full .content0 {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .content0,
  .node--type-afisha.node--view-mode-full .content0,
  .node--type-specproekt.node--view-mode-full .content0,
  .node--type-afisha.node--view-mode-full .content0 {
    gap: 10px;
  }
}
#block-vesta-theme-knopkaskrollanaverkh {
  margin-bottom: 0 !important;
}
.user.user--view-mode-full {
  display: flex;
  gap: 20px 30px;
  flex-wrap: wrap;
  /*.field--name-dynamic-token-fielduser-redaktirovat-profil.closed {
    display: none;
  }
  .field--name-dynamic-token-fielduser-vernutsya-k-profilyu {
    display: none;
  }*/
}
.user.user--view-mode-full .field--name-field-fon1 {
  width: 100%;
  height: 240px;
}
.user.user--view-mode-full .field--name-field-fon1 * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user.user--view-mode-full .field--name-field-fon1 {
    height: 170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .user.user--view-mode-full .field--name-field-fon1 {
    height: 120px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .user.user--view-mode-full .field--name-field-fon1 {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .user.user--view-mode-full .field--name-field-fon1 {
    width: calc(100% + 20px);
    height: 75px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.user.user--view-mode-full .left_column {
  width: 370px;
  border-radius: 20px;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: relative;
  margin-top: -55px;
  padding: 110px 25px 30px;
}
.user.user--view-mode-full .left_column .field--name-dynamic-token-fielduser-ekspert {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user.user--view-mode-full .left_column .field--name-dynamic-token-fielduser-ekspert {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .user.user--view-mode-full .left_column .field--name-dynamic-token-fielduser-ekspert {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .user.user--view-mode-full .left_column .field--name-dynamic-token-fielduser-ekspert {
    font-size: 14px;
    text-align: left;
  }
}
.user.user--view-mode-full .left_column .fio {
  margin-top: 5px;
  display: flex;
  gap: 5px;
  justify-content: center;
  flex-wrap: wrap;
}
.user.user--view-mode-full .left_column .fio * {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user.user--view-mode-full .left_column .fio * {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .user.user--view-mode-full .left_column .fio * {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .user.user--view-mode-full .left_column .fio * {
    font-size: 13px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .user.user--view-mode-full .left_column .fio {
    justify-content: start;
    gap: 3px;
  }
}
.user.user--view-mode-full .left_column .content0 {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.user.user--view-mode-full .left_column .content0 > * {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.user.user--view-mode-full .left_column .content0 > * .field__label {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .user.user--view-mode-full .left_column .content0 > * .field__label {
    font-size: 12px;
    width: 140px;
  }
}
.user.user--view-mode-full .left_column .content0 > * .field__item {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.user.user--view-mode-full .left_column .content0 > * .field__item a {
  color: #000;
}
.user.user--view-mode-full .left_column .content0 > * .field__item a:hover {
  color: #560562;
}
@media screen and (max-width: 767px) {
  .user.user--view-mode-full .left_column .content0 > * .field__item {
    font-size: 12px;
    width: 190px;
  }
}
.user.user--view-mode-full .left_column .content0 > *:after {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user.user--view-mode-full .left_column .content0 > * {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .user.user--view-mode-full .left_column .content0 > * {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .user.user--view-mode-full .left_column .content0 > * {
    gap: 5px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user.user--view-mode-full .left_column .content0 {
    margin-top: 25px;
    gap: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .user.user--view-mode-full .left_column .content0 {
    margin-top: 20px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .user.user--view-mode-full .left_column .content0 {
    margin-top: 15px;
    gap: 5px;
  }
}
.user.user--view-mode-full .left_column .social {
  margin-top: 40px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.user.user--view-mode-full .left_column .social > * {
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user.user--view-mode-full .left_column .social > * {
    width: 26px;
    height: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .user.user--view-mode-full .left_column .social > * {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .user.user--view-mode-full .left_column .social > * {
    width: 24px;
    height: 24px;
  }
}
.user.user--view-mode-full .left_column .social .field--name-field-youtube a,
.user.user--view-mode-full .left_column .social .field--name-field-rutube a,
.user.user--view-mode-full .left_column .social .field--name-field-whatsapp a,
.user.user--view-mode-full .left_column .social .field--name-field-vkontakte a,
.user.user--view-mode-full .left_column .social .field--name-field-telegram a {
  display: block;
  width: 100%;
  height: 100% !important;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.user.user--view-mode-full .left_column .social .field--name-field-youtube a {
  background-image: url(/sites/all/themes/vesta_theme/image/yt1.svg);
}
.user.user--view-mode-full .left_column .social .field--name-field-rutube a {
  background-image: url(/sites/all/themes/vesta_theme/image/rt1.svg);
}
.user.user--view-mode-full .left_column .social .field--name-field-whatsapp a {
  background-image: url(/sites/all/themes/vesta_theme/image/wp1.svg);
}
.user.user--view-mode-full .left_column .social .field--name-field-vkontakte a {
  background-image: url(/sites/all/themes/vesta_theme/image/vk1.svg);
}
.user.user--view-mode-full .left_column .social .field--name-field-telegram a {
  background-image: url(/sites/all/themes/vesta_theme/image/tg1.svg);
}
.user.user--view-mode-full .left_column .social .field--name-dynamic-token-fielduser-knopka-forum1 {
  width: max-content;
  height: max-content;
  display: none;
}
.user.user--view-mode-full .left_column .social .field--name-dynamic-token-fielduser-knopka-forum1 a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user.user--view-mode-full .left_column .social .field--name-dynamic-token-fielduser-knopka-forum1 a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .user.user--view-mode-full .left_column .social .field--name-dynamic-token-fielduser-knopka-forum1 a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .user.user--view-mode-full .left_column .social .field--name-dynamic-token-fielduser-knopka-forum1 a {
    padding: 9px;
    font-size: 12px;
  }
}
.user.user--view-mode-full .left_column .social .field--name-dynamic-token-fielduser-knopka-forum1 a:hover {
  background-color: transparent;
  color: #000;
}
@media screen and (max-width: 767px) {
  .user.user--view-mode-full .left_column .social .field--name-dynamic-token-fielduser-knopka-forum1 {
    display: block;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user.user--view-mode-full .left_column .social {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .user.user--view-mode-full .left_column .social {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .user.user--view-mode-full .left_column .social {
    margin-top: 15px;
    justify-content: center;
    gap: 15px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .user.user--view-mode-full .left_column .field--name-dynamic-token-fielduser-tolko-vy-vidite-vse-polya,
  .user.user--view-mode-full .left_column .field--name-dynamic-token-fielduser-redaktirovat-profil,
  .user.user--view-mode-full .left_column .field--name-dynamic-token-fielduser-vernutsya-k-profilyu {
    display: none !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user.user--view-mode-full .left_column {
    width: 300px;
    padding: 90px 15px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .user.user--view-mode-full .left_column {
    width: 100%;
    padding: 65px 10px 10px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .user.user--view-mode-full .left_column {
    width: 100%;
    padding: 55px 0 0;
    margin-top: 0;
    box-shadow: none;
  }
}
.user.user--view-mode-full .right_column,
.user.user--view-mode-full .edit_tab {
  width: 770px;
}
.user.user--view-mode-full .right_column .horizontal-tabs,
.user.user--view-mode-full .edit_tab .horizontal-tabs {
  margin-bottom: 0;
  border: none;
}
.user.user--view-mode-full .right_column .horizontal-tabs .horizontal-tabs-list,
.user.user--view-mode-full .edit_tab .horizontal-tabs .horizontal-tabs-list {
  border-radius: 20px;
  overflow: hidden;
  background-color: #ececec;
  border-bottom: none;
}
.user.user--view-mode-full .right_column .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button,
.user.user--view-mode-full .edit_tab .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button {
  margin-bottom: 0;
  border: none !important;
  background-color: transparent;
  min-width: 0 !important;
  position: relative;
}
.user.user--view-mode-full .right_column .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a,
.user.user--view-mode-full .edit_tab .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a {
  padding: 14px 31px;
  border-radius: 20px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
}
.user.user--view-mode-full .right_column .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a:hover,
.user.user--view-mode-full .edit_tab .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a:hover {
  background-color: rgba(86, 5, 98, 0.7);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .user.user--view-mode-full .right_column .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a:hover,
  .user.user--view-mode-full .edit_tab .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a:hover {
    background-color: transparent;
    color: #560562;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user.user--view-mode-full .right_column .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a,
  .user.user--view-mode-full .edit_tab .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a {
    padding: 10px 20px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .user.user--view-mode-full .right_column .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a,
  .user.user--view-mode-full .edit_tab .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .user.user--view-mode-full .right_column .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a,
  .user.user--view-mode-full .edit_tab .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a {
    padding: 0px 8px 10px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.35);
  }
}
.user.user--view-mode-full .right_column .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button:before,
.user.user--view-mode-full .edit_tab .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button:before {
  content: '';
  display: none;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #560562;
  border-radius: 10px;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .user.user--view-mode-full .right_column .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button:before,
  .user.user--view-mode-full .edit_tab .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button:before {
    display: block;
  }
}
.user.user--view-mode-full .right_column .horizontal-tabs .horizontal-tabs-list .selected a,
.user.user--view-mode-full .edit_tab .horizontal-tabs .horizontal-tabs-list .selected a {
  background-color: rgba(86, 5, 98, 0.7);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .user.user--view-mode-full .right_column .horizontal-tabs .horizontal-tabs-list .selected a,
  .user.user--view-mode-full .edit_tab .horizontal-tabs .horizontal-tabs-list .selected a {
    background-color: transparent;
    color: #560562;
  }
}
.user.user--view-mode-full .right_column .horizontal-tabs .horizontal-tabs-list .selected:before,
.user.user--view-mode-full .edit_tab .horizontal-tabs .horizontal-tabs-list .selected:before {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .user.user--view-mode-full .right_column .horizontal-tabs .horizontal-tabs-list,
  .user.user--view-mode-full .edit_tab .horizontal-tabs .horizontal-tabs-list {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
    border-radius: 0;
    overflow: visible;
  }
}
.user.user--view-mode-full .right_column .horizontal-tabs .horizontal-tabs-pane,
.user.user--view-mode-full .edit_tab .horizontal-tabs .horizontal-tabs-pane {
  margin-top: 50px;
  margin-bottom: 0;
  padding: 0;
}
.user.user--view-mode-full .right_column .horizontal-tabs .horizontal-tabs-pane .details-wrapper,
.user.user--view-mode-full .edit_tab .horizontal-tabs .horizontal-tabs-pane .details-wrapper {
  padding: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user.user--view-mode-full .right_column .horizontal-tabs .horizontal-tabs-pane,
  .user.user--view-mode-full .edit_tab .horizontal-tabs .horizontal-tabs-pane {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .user.user--view-mode-full .right_column .horizontal-tabs .horizontal-tabs-pane,
  .user.user--view-mode-full .edit_tab .horizontal-tabs .horizontal-tabs-pane {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .user.user--view-mode-full .right_column .horizontal-tabs .horizontal-tabs-pane,
  .user.user--view-mode-full .edit_tab .horizontal-tabs .horizontal-tabs-pane {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user.user--view-mode-full .right_column,
  .user.user--view-mode-full .edit_tab {
    width: 632px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .user.user--view-mode-full .right_column,
  .user.user--view-mode-full .edit_tab {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .user.user--view-mode-full .right_column,
  .user.user--view-mode-full .edit_tab {
    width: 100%;
    margin-top: 45px;
  }
}
.user.user--view-mode-full .right_column.closed {
  display: none;
}
.user.user--view-mode-full .edit_tab {
  display: none;
}
.user.user--view-mode-full .edit_tab.open {
  display: block;
}
.user.user--view-mode-full > .field--name-dynamic-token-fielduser-tolko-vy-vidite-vse-polya {
  display: none;
}
@media screen and (max-width: 767px) {
  .user.user--view-mode-full > .field--name-dynamic-token-fielduser-tolko-vy-vidite-vse-polya {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .user.user--view-mode-full > .field--name-dynamic-token-fielduser-redaktirovat-profil,
  .user.user--view-mode-full > .field--name-dynamic-token-fielduser-vernutsya-k-profilyu {
    display: none !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user.user--view-mode-full > .field--name-dynamic-token-fielduser-redaktirovat-profil,
  .user.user--view-mode-full > .field--name-dynamic-token-fielduser-vernutsya-k-profilyu {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .user.user--view-mode-full > .field--name-dynamic-token-fielduser-redaktirovat-profil,
  .user.user--view-mode-full > .field--name-dynamic-token-fielduser-vernutsya-k-profilyu {
    display: none !important;
  }
}
.user.user--view-mode-full .field--name-dynamic-token-fielduser-tolko-vy-vidite-vse-polya {
  margin: 40px auto 0;
  width: 285px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user.user--view-mode-full .field--name-dynamic-token-fielduser-tolko-vy-vidite-vse-polya {
    margin: 35px auto 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .user.user--view-mode-full .field--name-dynamic-token-fielduser-tolko-vy-vidite-vse-polya {
    margin: 35px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .user.user--view-mode-full .field--name-dynamic-token-fielduser-tolko-vy-vidite-vse-polya {
    margin: 35px auto 0;
    width: 270px;
    font-size: 12px;
  }
}
.user.user--view-mode-full .field--name-dynamic-token-fielduser-redaktirovat-profil,
.user.user--view-mode-full .field--name-dynamic-token-fielduser-vernutsya-k-profilyu {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.user.user--view-mode-full .field--name-dynamic-token-fielduser-redaktirovat-profil a,
.user.user--view-mode-full .field--name-dynamic-token-fielduser-vernutsya-k-profilyu a {
  display: block;
  width: max-content;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 12px 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user.user--view-mode-full .field--name-dynamic-token-fielduser-redaktirovat-profil a,
  .user.user--view-mode-full .field--name-dynamic-token-fielduser-vernutsya-k-profilyu a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .user.user--view-mode-full .field--name-dynamic-token-fielduser-redaktirovat-profil a,
  .user.user--view-mode-full .field--name-dynamic-token-fielduser-vernutsya-k-profilyu a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .user.user--view-mode-full .field--name-dynamic-token-fielduser-redaktirovat-profil a,
  .user.user--view-mode-full .field--name-dynamic-token-fielduser-vernutsya-k-profilyu a {
    padding: 9px;
    font-size: 12px;
  }
}
.user.user--view-mode-full .field--name-dynamic-token-fielduser-redaktirovat-profil a:hover,
.user.user--view-mode-full .field--name-dynamic-token-fielduser-vernutsya-k-profilyu a:hover {
  background-color: transparent;
  color: #000;
  padding: 12px 30px;
}
@media screen and (max-width: 767px) {
  .user.user--view-mode-full .field--name-dynamic-token-fielduser-redaktirovat-profil,
  .user.user--view-mode-full .field--name-dynamic-token-fielduser-vernutsya-k-profilyu {
    margin: 35px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .user.user--view-mode-full {
    gap: 0;
    flex-direction: column;
  }
}
.user.user--view-mode-full .field--name-dynamic-token-fielduser-vernutsya-k-profilyu.open {
  display: flex;
}
.field--name-dynamic-token-fieldnode-id {
  display: none !important;
}
#block-vesta-theme-contentform-2 {
  margin-top: 80px;
  margin-bottom: 0;
  max-width: 770px;
}
#block-vesta-theme-contentform-2 .block-title {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
}
#block-vesta-theme-contentform-2 .node-kommentarii-k-novostyam-form {
  margin: 0;
}
#block-vesta-theme-contentform-2 .node-kommentarii-k-novostyam-form .form-type-textarea {
  margin-top: 15px;
  margin-bottom: 0;
}
#block-vesta-theme-contentform-2 .node-kommentarii-k-novostyam-form .form-type-textarea label {
  display: none;
}
#block-vesta-theme-contentform-2 .node-kommentarii-k-novostyam-form .form-type-textarea textarea {
  resize: none;
  border-radius: 5px;
  padding: 14px 20px;
  border: solid 1px rgba(0, 0, 0, 0.4);
  height: 120px;
}
#block-vesta-theme-contentform-2 .node-kommentarii-k-novostyam-form .form-actions {
  margin-bottom: 0;
}
#block-vesta-theme-contentform-2 .node-kommentarii-k-novostyam-form .form-actions .button {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-contentform-2 .node-kommentarii-k-novostyam-form .form-actions .button {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-contentform-2 .node-kommentarii-k-novostyam-form .form-actions .button {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-contentform-2 .node-kommentarii-k-novostyam-form .form-actions .button {
    padding: 9px;
    font-size: 12px;
  }
}
#block-vesta-theme-contentform-2 .node-kommentarii-k-novostyam-form .form-actions .button:hover {
  background-color: transparent;
  color: #000;
}
#block-vesta-theme-contentform-2 .node-kommentarii-k-novostyam-form .form-actions > *:nth-child(2) {
  display: none;
}
#block-vesta-theme-contentform-2 .node-kommentarii-k-novostyam-form .js-filter-wrapper,
#block-vesta-theme-contentform-2 .node-kommentarii-k-novostyam-form .field--name-field-novost,
#block-vesta-theme-contentform-2 .node-kommentarii-k-novostyam-form .form-type-vertical-tabs,
#block-vesta-theme-contentform-2 .node-kommentarii-k-novostyam-form .entity-content-form-footer {
  display: none;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 {
  margin-top: 45px;
  max-width: 770px;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .block-title {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
  padding-bottom: 15px;
  position: relative;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .block-title:after {
  content: '';
  display: block;
  width: 1170px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii {
  margin-top: 40px;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row {
  position: relative;
  padding-left: 75px;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-foto {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-foto * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-nothing {
  min-height: 60px;
  margin-top: 10px;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-nothing .field-title {
  display: flex;
  gap: 15px 55px;
  align-items: center;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-nothing .field-title .field-nickname {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-nothing .field-title .datetime {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.4);
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-nothing .field-body {
  margin-top: 10px;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-nothing .field-body * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy {
  margin-top: 40px;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy > .field-content {
  display: flex;
  flex-direction: column;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .field--name-comment-user {
  display: flex;
  gap: 15px;
  order: 1;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .field--name-comment-user .field--name-field-foto {
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .field--name-comment-user .field--name-field-foto * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .field--name-comment-user .content {
  margin-top: 10px;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .field--name-comment-user .content h3 {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin: 0;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .field--name-comment-user .content h3 * {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .field--name-comment-user .content .field--name-comment-body {
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .field--name-comment-user .content .field--name-comment-body * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .field--name-comment-user .content .links {
  margin-top: 15px;
  display: flex;
  gap: 15px 30px;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .field--name-comment-user .content .links li {
  padding: 0;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .field--name-comment-user .content .links li a {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .field--name-comment-user .content .links li a:hover {
  color: #000;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .field--name-comment-user .content .links li:nth-child(1) {
  order: 1;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .field--name-comment-user .content .links li:nth-child(1) a {
  color: rgba(0, 0, 0, 0.5);
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .field--name-comment-user .content .links li:nth-child(1) a:hover {
  color: #560562;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .field--name-comment-user .content .links li:nth-child(2) {
  display: none;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .field--name-comment-user .content .links li:nth-child(3) {
  order: 0;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .comment-form.ajax-comments-form-reply {
  order: 1;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .comment-form {
  order: 0;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .comment-form .field--name-subject {
  display: none;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .comment-form .form-type-textarea {
  margin: 0;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .comment-form .form-type-textarea label {
  display: none;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .comment-form .form-type-textarea textarea {
  resize: none;
  border-radius: 5px;
  padding: 14px 20px;
  border: solid 1px rgba(0, 0, 0, 0.4);
  height: 120px;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .comment-form .js-filter-wrapper {
  display: none;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .comment-form .form-actions {
  display: flex;
  gap: 15px;
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .comment-form .form-actions .button {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .comment-form .form-actions .button {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .comment-form .form-actions .button {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .comment-form .form-actions .button {
    padding: 9px;
    font-size: 12px;
  }
}
#block-vesta-theme-views-block-vse-kommentarii-block-1 .view-vse-kommentarii .view-content .views-row .views-field-field-otvety-na-kommentariy .comment-form .form-actions .button:hover {
  background-color: transparent;
  color: #000;
}
.vote-widget-wrapper {
  height: max-content;
}
.vote-widget-wrapper .vote-dislike {
  display: none;
}
.vote-widget-wrapper .vote-like {
  margin: 0;
  padding: 0;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}
.vote-widget-wrapper .vote-like a {
  font-size: 0;
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center !important;
  transition: 0.3s;
  background-image: url(/sites/all/themes/vesta_theme/image/heart.svg);
}
.vote-widget-wrapper .vote-like a:hover {
  background-image: url(/sites/all/themes/vesta_theme/image/heart-fill.svg);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .vote-widget-wrapper .vote-like a {
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .vote-widget-wrapper .vote-like a {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .vote-widget-wrapper .vote-like a {
    width: 24px;
    height: 24px;
  }
}
.vote-widget-wrapper .vote-like .voted {
  background-position: center !important;
  background-image: url(/sites/all/themes/vesta_theme/image/heart-fill.svg);
}
.vote-widget-wrapper .vote-like span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
  transition: 0.3s;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .vote-widget-wrapper .vote-like span {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .vote-widget-wrapper .vote-like span {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .vote-widget-wrapper .vote-like span {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
  }
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy,
.node--type-klip.node--view-mode-full .field--name-field-komentariy,
.node--type-news.node--view-mode-full .field--name-field-komentariy {
  display: flex;
  flex-direction: column;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .content1,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .content1,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .content1,
.node--type-news.node--view-mode-full .field--name-field-komentariy .content1 {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .comment-comment-form,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .comment-comment-form,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .comment-comment-form,
.node--type-news.node--view-mode-full .field--name-field-komentariy .comment-comment-form {
  order: 0;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .comment-comment-form .field--name-subject,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .comment-comment-form .field--name-subject,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .comment-comment-form .field--name-subject,
.node--type-news.node--view-mode-full .field--name-field-komentariy .comment-comment-form .field--name-subject {
  display: none;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .comment-comment-form .field--name-comment-body,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .comment-comment-form .field--name-comment-body,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .comment-comment-form .field--name-comment-body,
.node--type-news.node--view-mode-full .field--name-field-komentariy .comment-comment-form .field--name-comment-body {
  margin-top: 0;
  padding: 0;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .comment-comment-form .field--name-comment-body .text-format-wrapper,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .comment-comment-form .field--name-comment-body .text-format-wrapper,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .comment-comment-form .field--name-comment-body .text-format-wrapper,
.node--type-news.node--view-mode-full .field--name-field-komentariy .comment-comment-form .field--name-comment-body .text-format-wrapper {
  margin: 0;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .comment-comment-form .field--name-comment-body .text-format-wrapper .js-form-wrapper,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .comment-comment-form .field--name-comment-body .text-format-wrapper .js-form-wrapper,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .comment-comment-form .field--name-comment-body .text-format-wrapper .js-form-wrapper,
.node--type-news.node--view-mode-full .field--name-field-komentariy .comment-comment-form .field--name-comment-body .text-format-wrapper .js-form-wrapper {
  display: none;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .comment-comment-form .field--name-comment-body .text-format-wrapper .form-type-textarea label,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .comment-comment-form .field--name-comment-body .text-format-wrapper .form-type-textarea label,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .comment-comment-form .field--name-comment-body .text-format-wrapper .form-type-textarea label,
.node--type-news.node--view-mode-full .field--name-field-komentariy .comment-comment-form .field--name-comment-body .text-format-wrapper .form-type-textarea label {
  display: none;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .comment-comment-form .field--name-comment-body .text-format-wrapper .form-type-textarea textarea,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .comment-comment-form .field--name-comment-body .text-format-wrapper .form-type-textarea textarea,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .comment-comment-form .field--name-comment-body .text-format-wrapper .form-type-textarea textarea,
.node--type-news.node--view-mode-full .field--name-field-komentariy .comment-comment-form .field--name-comment-body .text-format-wrapper .form-type-textarea textarea {
  resize: none;
  border-radius: 5px;
  padding: 14px 20px;
  border: solid 1px rgba(0, 0, 0, 0.4);
  height: 120px;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .comment-comment-form .form-actions,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .comment-comment-form .form-actions,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .comment-comment-form .form-actions,
.node--type-news.node--view-mode-full .field--name-field-komentariy .comment-comment-form .form-actions {
  display: flex;
  gap: 15px;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .comment-comment-form .form-actions .button,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .comment-comment-form .form-actions .button,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .comment-comment-form .form-actions .button,
.node--type-news.node--view-mode-full .field--name-field-komentariy .comment-comment-form .form-actions .button {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-afisha.node--view-mode-full .field--name-field-komentariy .comment-comment-form .form-actions .button,
  .node--type-specproekt.node--view-mode-full .field--name-field-komentariy .comment-comment-form .form-actions .button,
  .node--type-klip.node--view-mode-full .field--name-field-komentariy .comment-comment-form .form-actions .button,
  .node--type-news.node--view-mode-full .field--name-field-komentariy .comment-comment-form .form-actions .button {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-afisha.node--view-mode-full .field--name-field-komentariy .comment-comment-form .form-actions .button,
  .node--type-specproekt.node--view-mode-full .field--name-field-komentariy .comment-comment-form .form-actions .button,
  .node--type-klip.node--view-mode-full .field--name-field-komentariy .comment-comment-form .form-actions .button,
  .node--type-news.node--view-mode-full .field--name-field-komentariy .comment-comment-form .form-actions .button {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .field--name-field-komentariy .comment-comment-form .form-actions .button,
  .node--type-specproekt.node--view-mode-full .field--name-field-komentariy .comment-comment-form .form-actions .button,
  .node--type-klip.node--view-mode-full .field--name-field-komentariy .comment-comment-form .form-actions .button,
  .node--type-news.node--view-mode-full .field--name-field-komentariy .comment-comment-form .form-actions .button {
    padding: 9px;
    font-size: 12px;
  }
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .comment-comment-form .form-actions .button:hover,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .comment-comment-form .form-actions .button:hover,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .comment-comment-form .form-actions .button:hover,
.node--type-news.node--view-mode-full .field--name-field-komentariy .comment-comment-form .form-actions .button:hover {
  background-color: transparent;
  color: #000;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .comment-comment-form .form-actions > *:nth-child(2),
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .comment-comment-form .form-actions > *:nth-child(2),
.node--type-klip.node--view-mode-full .field--name-field-komentariy .comment-comment-form .form-actions > *:nth-child(2),
.node--type-news.node--view-mode-full .field--name-field-komentariy .comment-comment-form .form-actions > *:nth-child(2) {
  display: none;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .comment-form__title,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .comment-form__title,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .comment-form__title,
.node--type-news.node--view-mode-full .field--name-field-komentariy .comment-form__title {
  order: 0 !important;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .title,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .title,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .title,
.node--type-news.node--view-mode-full .field--name-field-komentariy .title {
  order: 1;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .ajax-comments-form-reply,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .ajax-comments-form-reply,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .ajax-comments-form-reply,
.node--type-news.node--view-mode-full .field--name-field-komentariy .ajax-comments-form-reply {
  order: 1 !important;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .comment--type-comment,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .comment--type-comment,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .comment--type-comment,
.node--type-news.node--view-mode-full .field--name-field-komentariy .comment--type-comment {
  order: 1;
  display: flex;
  flex-wrap: wrap;
  min-height: 60px;
  margin-top: 35px;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .field--name-comment-user,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .field--name-comment-user,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .field--name-comment-user,
.node--type-news.node--view-mode-full .field--name-field-komentariy .field--name-comment-user {
  width: max-content;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .field--name-comment-post-date,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .field--name-comment-post-date,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .field--name-comment-post-date,
.node--type-news.node--view-mode-full .field--name-field-komentariy .field--name-comment-post-date {
  height: max-content;
  margin-left: 35px;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.4);
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .field--name-comment-body,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .field--name-comment-body,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .field--name-comment-body,
.node--type-news.node--view-mode-full .field--name-field-komentariy .field--name-comment-body {
  width: 100%;
  margin-top: 10px;
  padding-left: 75px;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .field--name-comment-body *,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .field--name-comment-body *,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .field--name-comment-body *,
.node--type-news.node--view-mode-full .field--name-field-komentariy .field--name-comment-body * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .links,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .links,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .links,
.node--type-news.node--view-mode-full .field--name-field-komentariy .links {
  padding-left: 75px;
  display: flex;
  gap: 15px 30px;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .links li,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .links li,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .links li,
.node--type-news.node--view-mode-full .field--name-field-komentariy .links li {
  padding: 0;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .links li a,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .links li a,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .links li a,
.node--type-news.node--view-mode-full .field--name-field-komentariy .links li a {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .links li a:hover,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .links li a:hover,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .links li a:hover,
.node--type-news.node--view-mode-full .field--name-field-komentariy .links li a:hover {
  color: #000;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .links li:nth-child(1),
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .links li:nth-child(1),
.node--type-klip.node--view-mode-full .field--name-field-komentariy .links li:nth-child(1),
.node--type-news.node--view-mode-full .field--name-field-komentariy .links li:nth-child(1) {
  order: 1;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .links li:nth-child(1) a,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .links li:nth-child(1) a,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .links li:nth-child(1) a,
.node--type-news.node--view-mode-full .field--name-field-komentariy .links li:nth-child(1) a {
  color: rgba(0, 0, 0, 0.5);
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .links li:nth-child(1) a:hover,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .links li:nth-child(1) a:hover,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .links li:nth-child(1) a:hover,
.node--type-news.node--view-mode-full .field--name-field-komentariy .links li:nth-child(1) a:hover {
  color: #560562;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .links li:nth-child(2),
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .links li:nth-child(2),
.node--type-klip.node--view-mode-full .field--name-field-komentariy .links li:nth-child(2),
.node--type-news.node--view-mode-full .field--name-field-komentariy .links li:nth-child(2) {
  display: none;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .links li:nth-child(3),
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .links li:nth-child(3),
.node--type-klip.node--view-mode-full .field--name-field-komentariy .links li:nth-child(3),
.node--type-news.node--view-mode-full .field--name-field-komentariy .links li:nth-child(3) {
  order: 0;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .user,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .user,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .user,
.node--type-news.node--view-mode-full .field--name-field-komentariy .user {
  display: flex;
  gap: 15px;
  position: relative;
  padding-left: 75px;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .user .field--name-field-foto,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .user .field--name-field-foto,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .user .field--name-field-foto,
.node--type-news.node--view-mode-full .field--name-field-komentariy .user .field--name-field-foto {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .user .field--name-field-foto *,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .user .field--name-field-foto *,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .user .field--name-field-foto *,
.node--type-news.node--view-mode-full .field--name-field-komentariy .user .field--name-field-foto * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .user .field--name-field-specialist .field__label,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .user .field--name-field-specialist .field__label,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .user .field--name-field-specialist .field__label,
.node--type-news.node--view-mode-full .field--name-field-komentariy .user .field--name-field-specialist .field__label {
  display: none;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .user .field--name-field-specialist *,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .user .field--name-field-specialist *,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .user .field--name-field-specialist *,
.node--type-news.node--view-mode-full .field--name-field-komentariy .user .field--name-field-specialist * {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .user:after,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .user:after,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .user:after,
.node--type-news.node--view-mode-full .field--name-field-komentariy .user:after {
  display: none;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .comment__submitted,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .comment__submitted,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .comment__submitted,
.node--type-news.node--view-mode-full .field--name-field-komentariy .comment__submitted {
  display: none;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy > a,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy > a,
.node--type-klip.node--view-mode-full .field--name-field-komentariy > a,
.node--type-news.node--view-mode-full .field--name-field-komentariy > a {
  display: none;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy > .indented,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy > .indented,
.node--type-klip.node--view-mode-full .field--name-field-komentariy > .indented,
.node--type-news.node--view-mode-full .field--name-field-komentariy > .indented {
  order: 1;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .indented,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .indented,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .indented,
.node--type-news.node--view-mode-full .field--name-field-komentariy .indented {
  margin-left: 15px;
}
.node--type-afisha.node--view-mode-full .field--name-field-komentariy .indented .indented,
.node--type-specproekt.node--view-mode-full .field--name-field-komentariy .indented .indented,
.node--type-klip.node--view-mode-full .field--name-field-komentariy .indented .indented,
.node--type-news.node--view-mode-full .field--name-field-komentariy .indented .indented {
  margin-left: 0;
}
.comment--type-comment.comment--view-mode-full,
.comment--type-comment.comment--view-mode-default {
  display: flex;
  flex-wrap: wrap;
}
.comment--type-comment.comment--view-mode-full .content1,
.comment--type-comment.comment--view-mode-default .content1 {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.comment--type-comment.comment--view-mode-full .content1 .links,
.comment--type-comment.comment--view-mode-default .content1 .links {
  order: 0;
}
.comment--type-comment.comment--view-mode-full .content1 .counter-ul,
.comment--type-comment.comment--view-mode-default .content1 .counter-ul {
  order: 1;
  margin-left: auto;
  margin-right: 20px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.comment--type-comment.comment--view-mode-full .content1 .counter-ul:before,
.comment--type-comment.comment--view-mode-default .content1 .counter-ul:before {
  content: url(/sites/all/themes/vesta_theme/image/chat2.svg);
  font-size: 0;
  cursor: pointer;
}
.comment--type-comment.comment--view-mode-full .content1 .vote-widget-wrapper,
.comment--type-comment.comment--view-mode-default .content1 .vote-widget-wrapper {
  order: 2;
}
.comment--type-comment.comment--view-mode-full .comment-comment-form,
.comment--type-comment.comment--view-mode-default .comment-comment-form {
  order: 0;
}
.comment--type-comment.comment--view-mode-full .comment-comment-form .field--name-subject,
.comment--type-comment.comment--view-mode-default .comment-comment-form .field--name-subject {
  display: none;
}
.comment--type-comment.comment--view-mode-full .comment-comment-form .field--name-comment-body,
.comment--type-comment.comment--view-mode-default .comment-comment-form .field--name-comment-body {
  margin-top: 0;
  padding: 0;
}
.comment--type-comment.comment--view-mode-full .comment-comment-form .field--name-comment-body .text-format-wrapper,
.comment--type-comment.comment--view-mode-default .comment-comment-form .field--name-comment-body .text-format-wrapper {
  margin: 0;
}
.comment--type-comment.comment--view-mode-full .comment-comment-form .field--name-comment-body .text-format-wrapper .js-form-wrapper,
.comment--type-comment.comment--view-mode-default .comment-comment-form .field--name-comment-body .text-format-wrapper .js-form-wrapper {
  display: none;
}
.comment--type-comment.comment--view-mode-full .comment-comment-form .field--name-comment-body .text-format-wrapper .form-type-textarea label,
.comment--type-comment.comment--view-mode-default .comment-comment-form .field--name-comment-body .text-format-wrapper .form-type-textarea label {
  display: none;
}
.comment--type-comment.comment--view-mode-full .comment-comment-form .field--name-comment-body .text-format-wrapper .form-type-textarea textarea,
.comment--type-comment.comment--view-mode-default .comment-comment-form .field--name-comment-body .text-format-wrapper .form-type-textarea textarea {
  resize: none;
  border-radius: 5px;
  padding: 14px 20px;
  border: solid 1px rgba(0, 0, 0, 0.4);
  height: 120px;
}
.comment--type-comment.comment--view-mode-full .comment-comment-form .form-actions,
.comment--type-comment.comment--view-mode-default .comment-comment-form .form-actions {
  display: flex;
  gap: 15px;
}
.comment--type-comment.comment--view-mode-full .comment-comment-form .form-actions .button,
.comment--type-comment.comment--view-mode-default .comment-comment-form .form-actions .button {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .comment--type-comment.comment--view-mode-full .comment-comment-form .form-actions .button,
  .comment--type-comment.comment--view-mode-default .comment-comment-form .form-actions .button {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .comment--type-comment.comment--view-mode-full .comment-comment-form .form-actions .button,
  .comment--type-comment.comment--view-mode-default .comment-comment-form .form-actions .button {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .comment--type-comment.comment--view-mode-full .comment-comment-form .form-actions .button,
  .comment--type-comment.comment--view-mode-default .comment-comment-form .form-actions .button {
    padding: 9px;
    font-size: 12px;
  }
}
.comment--type-comment.comment--view-mode-full .comment-comment-form .form-actions .button:hover,
.comment--type-comment.comment--view-mode-default .comment-comment-form .form-actions .button:hover {
  background-color: transparent;
  color: #000;
}
.comment--type-comment.comment--view-mode-full .comment-comment-form .form-actions > *:nth-child(2),
.comment--type-comment.comment--view-mode-default .comment-comment-form .form-actions > *:nth-child(2) {
  display: none;
}
.comment--type-comment.comment--view-mode-full .comment-form__title,
.comment--type-comment.comment--view-mode-default .comment-form__title {
  order: 0 !important;
}
.comment--type-comment.comment--view-mode-full .title,
.comment--type-comment.comment--view-mode-default .title {
  order: 1;
}
.comment--type-comment.comment--view-mode-full .ajax-comments-form-reply,
.comment--type-comment.comment--view-mode-default .ajax-comments-form-reply {
  order: 1 !important;
}
.comment--type-comment.comment--view-mode-full .comment--type-comment,
.comment--type-comment.comment--view-mode-default .comment--type-comment {
  order: 1;
  display: flex;
  flex-wrap: wrap;
  min-height: 60px;
  margin-top: 35px;
}
.comment--type-comment.comment--view-mode-full .field--name-comment-user,
.comment--type-comment.comment--view-mode-default .field--name-comment-user {
  width: max-content;
}
.comment--type-comment.comment--view-mode-full .field--name-comment-post-date,
.comment--type-comment.comment--view-mode-default .field--name-comment-post-date {
  height: max-content;
  margin-left: 35px;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.4);
}
.comment--type-comment.comment--view-mode-full .field--name-comment-body,
.comment--type-comment.comment--view-mode-default .field--name-comment-body {
  width: 100%;
  margin-top: 10px;
  padding-left: 75px;
}
.comment--type-comment.comment--view-mode-full .field--name-comment-body *,
.comment--type-comment.comment--view-mode-default .field--name-comment-body * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.comment--type-comment.comment--view-mode-full .links,
.comment--type-comment.comment--view-mode-default .links {
  padding-left: 75px;
  display: flex;
  gap: 15px 30px;
  margin-bottom: 0;
}
.comment--type-comment.comment--view-mode-full .links li,
.comment--type-comment.comment--view-mode-default .links li {
  padding: 0;
  height: max-content;
}
.comment--type-comment.comment--view-mode-full .links li a,
.comment--type-comment.comment--view-mode-default .links li a {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
}
.comment--type-comment.comment--view-mode-full .links li a:hover,
.comment--type-comment.comment--view-mode-default .links li a:hover {
  color: #000;
}
.comment--type-comment.comment--view-mode-full .links li:nth-child(1),
.comment--type-comment.comment--view-mode-default .links li:nth-child(1) {
  order: 1;
}
.comment--type-comment.comment--view-mode-full .links li:nth-child(1) a,
.comment--type-comment.comment--view-mode-default .links li:nth-child(1) a {
  color: rgba(0, 0, 0, 0.5);
}
.comment--type-comment.comment--view-mode-full .links li:nth-child(1) a:hover,
.comment--type-comment.comment--view-mode-default .links li:nth-child(1) a:hover {
  color: #560562;
}
.comment--type-comment.comment--view-mode-full .links li:nth-child(2),
.comment--type-comment.comment--view-mode-default .links li:nth-child(2) {
  display: none;
}
.comment--type-comment.comment--view-mode-full .links li:nth-child(3),
.comment--type-comment.comment--view-mode-default .links li:nth-child(3) {
  order: 0;
}
.comment--type-comment.comment--view-mode-full .user,
.comment--type-comment.comment--view-mode-default .user {
  display: flex;
  gap: 15px;
  position: relative;
  padding-left: 75px;
}
.comment--type-comment.comment--view-mode-full .user .field--name-field-foto,
.comment--type-comment.comment--view-mode-default .user .field--name-field-foto {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.comment--type-comment.comment--view-mode-full .user .field--name-field-foto *,
.comment--type-comment.comment--view-mode-default .user .field--name-field-foto * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.comment--type-comment.comment--view-mode-full .user .field--name-field-specialist .field__label,
.comment--type-comment.comment--view-mode-default .user .field--name-field-specialist .field__label {
  display: none;
}
.comment--type-comment.comment--view-mode-full .user .field--name-field-specialist *,
.comment--type-comment.comment--view-mode-default .user .field--name-field-specialist * {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.comment--type-comment.comment--view-mode-full .user:after,
.comment--type-comment.comment--view-mode-default .user:after {
  display: none;
}
.comment--type-comment.comment--view-mode-full .comment__submitted,
.comment--type-comment.comment--view-mode-default .comment__submitted {
  display: none;
}
.comment--type-comment.comment--view-mode-full > a,
.comment--type-comment.comment--view-mode-default > a {
  display: none;
}
.comment--type-comment.comment--view-mode-full > .indented,
.comment--type-comment.comment--view-mode-default > .indented {
  order: 1;
}
.comment--type-comment.comment--view-mode-full .indented,
.comment--type-comment.comment--view-mode-default .indented {
  margin-left: 15px;
}
.comment--type-comment.comment--view-mode-full .indented .indented,
.comment--type-comment.comment--view-mode-default .indented .indented {
  margin-left: 0;
}
.comment--type-comment.comment--view-mode-full .content1 {
  display: none;
}
#block-vesta-theme-tabs .tabs-wrapper {
  margin-top: 50px;
  margin-bottom: 0;
}
#block-vesta-theme-tabs .tabs-wrapper .nav-tabs {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  border: none !important;
}
#block-vesta-theme-tabs .tabs-wrapper .nav-tabs .nav-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  border: none;
}
#block-vesta-theme-tabs .tabs-wrapper .nav-tabs .nav-item a {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
#block-vesta-theme-tabs .tabs-wrapper .nav-tabs .nav-item a:hover {
  color: #560562;
  border: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-tabs .tabs-wrapper .nav-tabs .nav-item a {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-tabs .tabs-wrapper .nav-tabs .nav-item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-tabs .tabs-wrapper .nav-tabs .nav-item a {
    font-size: 14px;
  }
}
#block-vesta-theme-tabs .tabs-wrapper .nav-tabs .nav-item .active {
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-tabs .tabs-wrapper .nav-tabs .nav-item {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-tabs .tabs-wrapper .nav-tabs .nav-item {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-tabs .tabs-wrapper .nav-tabs .nav-item {
    gap: 10px;
  }
}
#block-vesta-theme-tabs .tabs-wrapper .nav-tabs .nav-item:nth-child(1n + 2):before {
  content: '|';
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-tabs .tabs-wrapper .nav-tabs .nav-item:nth-child(1n + 2):before {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-tabs .tabs-wrapper .nav-tabs .nav-item:nth-child(1n + 2):before {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-tabs .tabs-wrapper .nav-tabs .nav-item:nth-child(1n + 2):before {
    font-size: 14px;
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-tabs .tabs-wrapper .nav-tabs {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-tabs .tabs-wrapper .nav-tabs {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-tabs .tabs-wrapper .nav-tabs {
    gap: 10px;
  }
}
.user-login-form,
.user-register-form,
.user-pass {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  max-width: 570px;
}
.user-login-form .js-form-item,
.user-register-form .js-form-item,
.user-pass .js-form-item {
  margin-top: 40px;
}
.user-login-form .js-form-item label,
.user-register-form .js-form-item label,
.user-pass .js-form-item label {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 0;
}
.user-login-form .js-form-item label:after,
.user-register-form .js-form-item label:after,
.user-pass .js-form-item label:after {
  filter: brightness(0);
}
.user-login-form .js-form-item input,
.user-register-form .js-form-item input,
.user-pass .js-form-item input {
  margin-top: 15px;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.4);
  padding: 14px 20px;
  height: 47px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
}
.user-login-form .js-form-item input::placeholder,
.user-register-form .js-form-item input::placeholder,
.user-pass .js-form-item input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.user-login-form .js-form-item .description,
.user-register-form .js-form-item .description,
.user-pass .js-form-item .description {
  margin-top: 15px;
  max-width: 370px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
}
.user-login-form .js-form-type-radio,
.user-register-form .js-form-type-radio,
.user-pass .js-form-type-radio {
  margin-top: 10px;
}
.user-login-form .js-form-type-radio input,
.user-register-form .js-form-type-radio input,
.user-pass .js-form-type-radio input {
  height: 16px;
}
.user-login-form .js-form-type-select,
.user-register-form .js-form-type-select,
.user-pass .js-form-type-select {
  margin-right: 10px;
}
.user-login-form .field--widget-link-default .form-type-textfield,
.user-register-form .field--widget-link-default .form-type-textfield,
.user-pass .field--widget-link-default .form-type-textfield {
  display: none;
}
.user-login-form .form-type-checkbox,
.user-register-form .form-type-checkbox,
.user-pass .form-type-checkbox {
  margin-top: 15px;
  margin-bottom: 0;
  display: flex;
  gap: 10px;
}
.user-login-form .form-type-checkbox input,
.user-register-form .form-type-checkbox input,
.user-pass .form-type-checkbox input {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  margin: 0;
}
.user-login-form .form-type-checkbox input:checked,
.user-register-form .form-type-checkbox input:checked,
.user-pass .form-type-checkbox input:checked {
  border: #560562;
  background-color: #560562;
}
.user-login-form .form-type-checkbox .option,
.user-register-form .form-type-checkbox .option,
.user-pass .form-type-checkbox .option {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
}
.user-login-form .form-actions,
.user-register-form .form-actions,
.user-pass .form-actions {
  margin: 50px auto 0;
  width: 100%;
  max-width: 370px;
}
.user-login-form .form-actions input,
.user-register-form .form-actions input,
.user-pass .form-actions input {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 14px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user-login-form .form-actions input,
  .user-register-form .form-actions input,
  .user-pass .form-actions input {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .user-login-form .form-actions input,
  .user-register-form .form-actions input,
  .user-pass .form-actions input {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .user-login-form .form-actions input,
  .user-register-form .form-actions input,
  .user-pass .form-actions input {
    padding: 9px;
    font-size: 12px;
  }
}
.user-login-form .form-actions input:hover,
.user-register-form .form-actions input:hover,
.user-pass .form-actions input:hover {
  background-color: transparent;
  color: #000;
}
.user-login-form .captcha,
.user-register-form .captcha,
.user-pass .captcha {
  margin-top: 45px;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.user-login-form .captcha .captcha__title,
.user-register-form .captcha .captcha__title,
.user-pass .captcha .captcha__title,
.user-login-form .captcha .captcha__description,
.user-register-form .captcha .captcha__description,
.user-pass .captcha .captcha__description {
  display: none;
}
.user-register-form {
  /*.form-item-name {
    display: none !important;
  }*/
}
.user-register-form .content0 {
  border: none;
}
.user-register-form .content0 summary {
  display: none;
}
.user-register-form .content0 .details-wrapper {
  padding: 0;
}
.user-register-form .form-item .description {
  width: 100% !important;
  max-width: 100% !important;
}
.user-register-form .field--name-field-pochta {
  display: none !important;
}
.user-register-form #edit-account {
  /*.form-type-email {
      display: none !important;
    }*/
}
.user-register-form .field--name-field-pol .form-radios {
  display: flex;
  flex-wrap: wrap;
}
.user-register-form .field--name-field-pol .form-radios .form-item-field-pol {
  width: max-content;
  margin-bottom: 10px;
}
.user-register-form .field--name-field-pol .form-radios .form-item-field-pol + .form-item-field-pol {
  margin-right: 15px;
}
.user-register-form .field--name-field-city select {
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.4);
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  height: 47px;
  appearance: none;
  background-image: url(/sites/all/themes/vesta_theme/image/select-chevron.svg);
  background-size: 13px 6px;
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.user-register-form .field--name-field-city select option {
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.4);
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.user-login-form {
  display: flex;
  flex-direction: column;
}
.user-login-form .form-item-name,
.user-login-form .form-item-pass,
.user-login-form .form-type-checkbox {
  order: 0;
}
.user-login-form .form-actions {
  order: 1;
}
.user-login-form .captcha {
  order: 2;
}
.view-taxonomy-term .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.view-taxonomy-term .view-content .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term .view-content .views-infinite-scroll-content-wrapper {
    gap: 15px;
  }
}
.view-taxonomy-term .view-content .views-row {
  width: 370px;
  position: relative;
}
.view-taxonomy-term .view-content .views-row:before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 0;
  display: block;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  background-color: #f3f3f3;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term .view-content .views-row:before {
    top: -7.5px;
    left: -7.5px;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
  }
}
.view-taxonomy-term .view-content .views-row .node--type-news {
  position: relative;
  z-index: 1;
}
.view-taxonomy-term .view-content .views-row .node--type-news .content {
  display: flex;
  flex-wrap: wrap;
}
.view-taxonomy-term .view-content .views-row .node--type-news .field--name-field-kategoriya {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1;
  background-color: rgba(86, 5, 98, 0.3);
  padding: 11px;
  min-width: 110px;
  border-radius: 3px 0 0 3px;
}
.view-taxonomy-term .view-content .views-row .node--type-news .field--name-field-kategoriya * {
  display: flex;
  justify-content: center;
}
.view-taxonomy-term .view-content .views-row .node--type-news .field--name-field-kategoriya a {
  font-size: 14px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-transform: lowercase;
}
.view-taxonomy-term .view-content .views-row .node--type-news .field--name-field-kategoriya a:hover {
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-taxonomy-term .view-content .views-row .node--type-news .field--name-field-kategoriya a {
    font-size: 12px;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-taxonomy-term .view-content .views-row .node--type-news .field--name-field-kategoriya a {
    font-size: 10px;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term .view-content .views-row .node--type-news .field--name-field-kategoriya a {
    font-size: 10px;
    font-weight: 600;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-taxonomy-term .view-content .views-row .node--type-news .field--name-field-kategoriya {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-taxonomy-term .view-content .views-row .node--type-news .field--name-field-kategoriya {
    padding: 9px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term .view-content .views-row .node--type-news .field--name-field-kategoriya {
    position: relative;
    top: 0;
    padding: 9px;
    min-width: 80px;
    width: max-content;
    background-color: #560562;
    border-radius: 3px;
  }
}
.view-taxonomy-term .view-content .views-row .node--type-news .field--name-field-image-news {
  width: 100%;
  height: 205px;
  overflow: hidden;
}
.view-taxonomy-term .view-content .views-row .node--type-news .field--name-field-image-news * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.view-taxonomy-term .view-content .views-row .node--type-news .field--name-field-image-news img {
  transition: 0.3s;
}
.view-taxonomy-term .view-content .views-row .node--type-news .field--name-field-image-news img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term .view-content .views-row .node--type-news .field--name-field-image-news {
    width: 110px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.view-taxonomy-term .view-content .views-row .node--type-news .field--name-node-title {
  margin-top: 20px;
  width: 100%;
}
.view-taxonomy-term .view-content .views-row .node--type-news .field--name-node-title * {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
  margin: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-taxonomy-term .view-content .views-row .node--type-news .field--name-node-title * {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-taxonomy-term .view-content .views-row .node--type-news .field--name-node-title * {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term .view-content .views-row .node--type-news .field--name-node-title * {
    font-size: 14px;
  }
}
.view-taxonomy-term .view-content .views-row .node--type-news .field--name-node-title a:hover {
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-taxonomy-term .view-content .views-row .node--type-news .field--name-node-title {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-taxonomy-term .view-content .views-row .node--type-news .field--name-node-title {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term .view-content .views-row .node--type-news .field--name-node-title {
    margin-top: 10px;
    margin-bottom: 23px;
  }
}
.view-taxonomy-term .view-content .views-row .node--type-news .field--name-body {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-taxonomy-term .view-content .views-row .node--type-news .field--name-body * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-taxonomy-term .view-content .views-row .node--type-news .field--name-body * {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-taxonomy-term .view-content .views-row .node--type-news .field--name-body * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term .view-content .views-row .node--type-news .field--name-body * {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-taxonomy-term .view-content .views-row .node--type-news .field--name-body {
    margin-top: 15px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-taxonomy-term .view-content .views-row .node--type-news .field--name-body {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term .view-content .views-row .node--type-news .field--name-body {
    display: none;
  }
}
.view-taxonomy-term .view-content .views-row .node--type-news .field--name-field-date {
  margin-top: auto;
  margin-left: auto;
  width: max-content;
}
.view-taxonomy-term .view-content .views-row .node--type-news .field--name-field-date * {
  display: block;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-taxonomy-term .view-content .views-row .node--type-news .field--name-field-date * {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-taxonomy-term .view-content .views-row .node--type-news .field--name-field-date * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term .view-content .views-row .node--type-news .field--name-field-date * {
    font-size: 12px;
  }
}
.view-taxonomy-term .view-content .views-row .node--type-news .field--name-field-view-count {
  margin-top: auto;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term .view-content .views-row .node--type-news .field--name-field-view-count {
    margin-right: 20px;
  }
}
.view-taxonomy-term .view-content .views-row .node--type-news .field--name-dynamic-twig-fieldnode-comments-count {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term .view-content .views-row .node--type-news {
    padding-left: 120px;
  }
}
.view-taxonomy-term .view-content .views-row:hover:before {
  opacity: 1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-taxonomy-term .view-content .views-row {
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-taxonomy-term .view-content .views-row {
    width: 354px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term .view-content .views-row {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term .view-content {
    gap: 15px;
  }
}
.view-taxonomy-term .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term .views-infinite-scroll-content-wrapper {
    gap: 15px;
  }
}
.view-taxonomy-term .js-pager__items.pager {
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.view-taxonomy-term .js-pager__items.pager * {
  padding: 0;
}
.view-taxonomy-term .js-pager__items.pager .button {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-taxonomy-term .js-pager__items.pager .button {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-taxonomy-term .js-pager__items.pager .button {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term .js-pager__items.pager .button {
    padding: 9px;
    font-size: 12px;
  }
}
.view-taxonomy-term .js-pager__items.pager .button:hover {
  background-color: transparent;
  color: #000;
}
#block-vesta-theme-knopkapodelitsya {
  margin: 0 !important;
}
#block-vesta-theme-knopkapodelitsya .field--name-body {
  margin: 0 !important;
}
.node--type-afisha.node--view-mode-full .user-login-register-block,
.node--type-specproekt.node--view-mode-full .user-login-register-block,
.node--type-klip.node--view-mode-full .user-login-register-block,
.node--type-news.node--view-mode-full .user-login-register-block,
.node--type-forum-tema.node--view-mode-full .user-login-register-block {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-afisha.node--view-mode-full .user-login-register-block,
  .node--type-specproekt.node--view-mode-full .user-login-register-block,
  .node--type-klip.node--view-mode-full .user-login-register-block,
  .node--type-news.node--view-mode-full .user-login-register-block,
  .node--type-forum-tema.node--view-mode-full .user-login-register-block {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-afisha.node--view-mode-full .user-login-register-block,
  .node--type-specproekt.node--view-mode-full .user-login-register-block,
  .node--type-klip.node--view-mode-full .user-login-register-block,
  .node--type-news.node--view-mode-full .user-login-register-block,
  .node--type-forum-tema.node--view-mode-full .user-login-register-block {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .user-login-register-block,
  .node--type-specproekt.node--view-mode-full .user-login-register-block,
  .node--type-klip.node--view-mode-full .user-login-register-block,
  .node--type-news.node--view-mode-full .user-login-register-block,
  .node--type-forum-tema.node--view-mode-full .user-login-register-block {
    margin-top: 20px;
    gap: 10px;
  }
}
.node--type-afisha.node--view-mode-full .user-block,
.node--type-specproekt.node--view-mode-full .user-block,
.node--type-klip.node--view-mode-full .user-block,
.node--type-news.node--view-mode-full .user-block,
.node--type-forum-tema.node--view-mode-full .user-block {
  display: flex;
  gap: 15px;
  align-items: center;
}
.node--type-afisha.node--view-mode-full .user-block .field--name-field-foto,
.node--type-specproekt.node--view-mode-full .user-block .field--name-field-foto,
.node--type-klip.node--view-mode-full .user-block .field--name-field-foto,
.node--type-news.node--view-mode-full .user-block .field--name-field-foto,
.node--type-forum-tema.node--view-mode-full .user-block .field--name-field-foto {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.node--type-afisha.node--view-mode-full .user-block .field--name-field-foto *,
.node--type-specproekt.node--view-mode-full .user-block .field--name-field-foto *,
.node--type-klip.node--view-mode-full .user-block .field--name-field-foto *,
.node--type-news.node--view-mode-full .user-block .field--name-field-foto *,
.node--type-forum-tema.node--view-mode-full .user-block .field--name-field-foto * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-afisha.node--view-mode-full .user-block .field--name-field-foto,
  .node--type-specproekt.node--view-mode-full .user-block .field--name-field-foto,
  .node--type-klip.node--view-mode-full .user-block .field--name-field-foto,
  .node--type-news.node--view-mode-full .user-block .field--name-field-foto,
  .node--type-forum-tema.node--view-mode-full .user-block .field--name-field-foto {
    width: 55px;
    height: 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-afisha.node--view-mode-full .user-block .field--name-field-foto,
  .node--type-specproekt.node--view-mode-full .user-block .field--name-field-foto,
  .node--type-klip.node--view-mode-full .user-block .field--name-field-foto,
  .node--type-news.node--view-mode-full .user-block .field--name-field-foto,
  .node--type-forum-tema.node--view-mode-full .user-block .field--name-field-foto {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .user-block .field--name-field-foto,
  .node--type-specproekt.node--view-mode-full .user-block .field--name-field-foto,
  .node--type-klip.node--view-mode-full .user-block .field--name-field-foto,
  .node--type-news.node--view-mode-full .user-block .field--name-field-foto,
  .node--type-forum-tema.node--view-mode-full .user-block .field--name-field-foto {
    width: 50px;
    height: 50px;
  }
}
.node--type-afisha.node--view-mode-full .user-block .field--name-field-specialist,
.node--type-specproekt.node--view-mode-full .user-block .field--name-field-specialist,
.node--type-klip.node--view-mode-full .user-block .field--name-field-specialist,
.node--type-news.node--view-mode-full .user-block .field--name-field-specialist,
.node--type-forum-tema.node--view-mode-full .user-block .field--name-field-specialist {
  display: flex;
  gap: 5px;
}
.node--type-afisha.node--view-mode-full .user-block .field--name-field-specialist:hover a,
.node--type-specproekt.node--view-mode-full .user-block .field--name-field-specialist:hover a,
.node--type-klip.node--view-mode-full .user-block .field--name-field-specialist:hover a,
.node--type-news.node--view-mode-full .user-block .field--name-field-specialist:hover a,
.node--type-forum-tema.node--view-mode-full .user-block .field--name-field-specialist:hover a {
  color: #560562;
}
.node--type-afisha.node--view-mode-full .user-block .field--name-field-name .field__label,
.node--type-specproekt.node--view-mode-full .user-block .field--name-field-name .field__label,
.node--type-klip.node--view-mode-full .user-block .field--name-field-name .field__label,
.node--type-news.node--view-mode-full .user-block .field--name-field-name .field__label,
.node--type-forum-tema.node--view-mode-full .user-block .field--name-field-name .field__label,
.node--type-afisha.node--view-mode-full .user-block .field--name-field-surname .field__label,
.node--type-specproekt.node--view-mode-full .user-block .field--name-field-surname .field__label,
.node--type-klip.node--view-mode-full .user-block .field--name-field-surname .field__label,
.node--type-news.node--view-mode-full .user-block .field--name-field-surname .field__label,
.node--type-forum-tema.node--view-mode-full .user-block .field--name-field-surname .field__label,
.node--type-afisha.node--view-mode-full .user-block .field--name-field-specialist .field__label,
.node--type-specproekt.node--view-mode-full .user-block .field--name-field-specialist .field__label,
.node--type-klip.node--view-mode-full .user-block .field--name-field-specialist .field__label,
.node--type-news.node--view-mode-full .user-block .field--name-field-specialist .field__label,
.node--type-forum-tema.node--view-mode-full .user-block .field--name-field-specialist .field__label {
  display: none;
}
.node--type-afisha.node--view-mode-full .user-block .field--name-field-name a:hover,
.node--type-specproekt.node--view-mode-full .user-block .field--name-field-name a:hover,
.node--type-klip.node--view-mode-full .user-block .field--name-field-name a:hover,
.node--type-news.node--view-mode-full .user-block .field--name-field-name a:hover,
.node--type-forum-tema.node--view-mode-full .user-block .field--name-field-name a:hover,
.node--type-afisha.node--view-mode-full .user-block .field--name-field-surname a:hover,
.node--type-specproekt.node--view-mode-full .user-block .field--name-field-surname a:hover,
.node--type-klip.node--view-mode-full .user-block .field--name-field-surname a:hover,
.node--type-news.node--view-mode-full .user-block .field--name-field-surname a:hover,
.node--type-forum-tema.node--view-mode-full .user-block .field--name-field-surname a:hover,
.node--type-afisha.node--view-mode-full .user-block .field--name-field-specialist a:hover,
.node--type-specproekt.node--view-mode-full .user-block .field--name-field-specialist a:hover,
.node--type-klip.node--view-mode-full .user-block .field--name-field-specialist a:hover,
.node--type-news.node--view-mode-full .user-block .field--name-field-specialist a:hover,
.node--type-forum-tema.node--view-mode-full .user-block .field--name-field-specialist a:hover {
  color: #560562;
}
.node--type-afisha.node--view-mode-full .user-block .field--name-field-name *,
.node--type-specproekt.node--view-mode-full .user-block .field--name-field-name *,
.node--type-klip.node--view-mode-full .user-block .field--name-field-name *,
.node--type-news.node--view-mode-full .user-block .field--name-field-name *,
.node--type-forum-tema.node--view-mode-full .user-block .field--name-field-name *,
.node--type-afisha.node--view-mode-full .user-block .field--name-field-surname *,
.node--type-specproekt.node--view-mode-full .user-block .field--name-field-surname *,
.node--type-klip.node--view-mode-full .user-block .field--name-field-surname *,
.node--type-news.node--view-mode-full .user-block .field--name-field-surname *,
.node--type-forum-tema.node--view-mode-full .user-block .field--name-field-surname *,
.node--type-afisha.node--view-mode-full .user-block .field--name-field-specialist *,
.node--type-specproekt.node--view-mode-full .user-block .field--name-field-specialist *,
.node--type-klip.node--view-mode-full .user-block .field--name-field-specialist *,
.node--type-news.node--view-mode-full .user-block .field--name-field-specialist *,
.node--type-forum-tema.node--view-mode-full .user-block .field--name-field-specialist * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #808080;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-afisha.node--view-mode-full .user-block .field--name-field-name *,
  .node--type-specproekt.node--view-mode-full .user-block .field--name-field-name *,
  .node--type-klip.node--view-mode-full .user-block .field--name-field-name *,
  .node--type-news.node--view-mode-full .user-block .field--name-field-name *,
  .node--type-forum-tema.node--view-mode-full .user-block .field--name-field-name *,
  .node--type-afisha.node--view-mode-full .user-block .field--name-field-surname *,
  .node--type-specproekt.node--view-mode-full .user-block .field--name-field-surname *,
  .node--type-klip.node--view-mode-full .user-block .field--name-field-surname *,
  .node--type-news.node--view-mode-full .user-block .field--name-field-surname *,
  .node--type-forum-tema.node--view-mode-full .user-block .field--name-field-surname *,
  .node--type-afisha.node--view-mode-full .user-block .field--name-field-specialist *,
  .node--type-specproekt.node--view-mode-full .user-block .field--name-field-specialist *,
  .node--type-klip.node--view-mode-full .user-block .field--name-field-specialist *,
  .node--type-news.node--view-mode-full .user-block .field--name-field-specialist *,
  .node--type-forum-tema.node--view-mode-full .user-block .field--name-field-specialist * {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-afisha.node--view-mode-full .user-block .field--name-field-name *,
  .node--type-specproekt.node--view-mode-full .user-block .field--name-field-name *,
  .node--type-klip.node--view-mode-full .user-block .field--name-field-name *,
  .node--type-news.node--view-mode-full .user-block .field--name-field-name *,
  .node--type-forum-tema.node--view-mode-full .user-block .field--name-field-name *,
  .node--type-afisha.node--view-mode-full .user-block .field--name-field-surname *,
  .node--type-specproekt.node--view-mode-full .user-block .field--name-field-surname *,
  .node--type-klip.node--view-mode-full .user-block .field--name-field-surname *,
  .node--type-news.node--view-mode-full .user-block .field--name-field-surname *,
  .node--type-forum-tema.node--view-mode-full .user-block .field--name-field-surname *,
  .node--type-afisha.node--view-mode-full .user-block .field--name-field-specialist *,
  .node--type-specproekt.node--view-mode-full .user-block .field--name-field-specialist *,
  .node--type-klip.node--view-mode-full .user-block .field--name-field-specialist *,
  .node--type-news.node--view-mode-full .user-block .field--name-field-specialist *,
  .node--type-forum-tema.node--view-mode-full .user-block .field--name-field-specialist * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .user-block .field--name-field-name *,
  .node--type-specproekt.node--view-mode-full .user-block .field--name-field-name *,
  .node--type-klip.node--view-mode-full .user-block .field--name-field-name *,
  .node--type-news.node--view-mode-full .user-block .field--name-field-name *,
  .node--type-forum-tema.node--view-mode-full .user-block .field--name-field-name *,
  .node--type-afisha.node--view-mode-full .user-block .field--name-field-surname *,
  .node--type-specproekt.node--view-mode-full .user-block .field--name-field-surname *,
  .node--type-klip.node--view-mode-full .user-block .field--name-field-surname *,
  .node--type-news.node--view-mode-full .user-block .field--name-field-surname *,
  .node--type-forum-tema.node--view-mode-full .user-block .field--name-field-surname *,
  .node--type-afisha.node--view-mode-full .user-block .field--name-field-specialist *,
  .node--type-specproekt.node--view-mode-full .user-block .field--name-field-specialist *,
  .node--type-klip.node--view-mode-full .user-block .field--name-field-specialist *,
  .node--type-news.node--view-mode-full .user-block .field--name-field-specialist *,
  .node--type-forum-tema.node--view-mode-full .user-block .field--name-field-specialist * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .user-block,
  .node--type-specproekt.node--view-mode-full .user-block,
  .node--type-klip.node--view-mode-full .user-block,
  .node--type-news.node--view-mode-full .user-block,
  .node--type-forum-tema.node--view-mode-full .user-block {
    gap: 10px;
  }
}
.node--type-afisha.node--view-mode-full .login-register-block,
.node--type-specproekt.node--view-mode-full .login-register-block,
.node--type-klip.node--view-mode-full .login-register-block,
.node--type-news.node--view-mode-full .login-register-block,
.node--type-forum-tema.node--view-mode-full .login-register-block {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
}
.node--type-afisha.node--view-mode-full .login-register-block a,
.node--type-specproekt.node--view-mode-full .login-register-block a,
.node--type-klip.node--view-mode-full .login-register-block a,
.node--type-news.node--view-mode-full .login-register-block a,
.node--type-forum-tema.node--view-mode-full .login-register-block a {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
}
.node--type-afisha.node--view-mode-full .login-register-block a:hover,
.node--type-specproekt.node--view-mode-full .login-register-block a:hover,
.node--type-klip.node--view-mode-full .login-register-block a:hover,
.node--type-news.node--view-mode-full .login-register-block a:hover,
.node--type-forum-tema.node--view-mode-full .login-register-block a:hover {
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-afisha.node--view-mode-full .login-register-block a,
  .node--type-specproekt.node--view-mode-full .login-register-block a,
  .node--type-klip.node--view-mode-full .login-register-block a,
  .node--type-news.node--view-mode-full .login-register-block a,
  .node--type-forum-tema.node--view-mode-full .login-register-block a {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-afisha.node--view-mode-full .login-register-block a,
  .node--type-specproekt.node--view-mode-full .login-register-block a,
  .node--type-klip.node--view-mode-full .login-register-block a,
  .node--type-news.node--view-mode-full .login-register-block a,
  .node--type-forum-tema.node--view-mode-full .login-register-block a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .login-register-block a,
  .node--type-specproekt.node--view-mode-full .login-register-block a,
  .node--type-klip.node--view-mode-full .login-register-block a,
  .node--type-news.node--view-mode-full .login-register-block a,
  .node--type-forum-tema.node--view-mode-full .login-register-block a {
    font-size: 12px;
  }
}
.node--type-afisha.node--view-mode-full .comment-title-0,
.node--type-specproekt.node--view-mode-full .comment-title-0,
.node--type-klip.node--view-mode-full .comment-title-0,
.node--type-news.node--view-mode-full .comment-title-0,
.node--type-forum-tema.node--view-mode-full .comment-title-0 {
  margin-top: 80px;
  display: flex;
  gap: 30px;
  align-items: center;
}
.node--type-afisha.node--view-mode-full .comment-title-0 .comment-title-0-0,
.node--type-specproekt.node--view-mode-full .comment-title-0 .comment-title-0-0,
.node--type-klip.node--view-mode-full .comment-title-0 .comment-title-0-0,
.node--type-news.node--view-mode-full .comment-title-0 .comment-title-0-0,
.node--type-forum-tema.node--view-mode-full .comment-title-0 .comment-title-0-0 {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
  text-transform: uppercase;
}
.node--type-afisha.node--view-mode-full .comment-title-0 .comment-count,
.node--type-specproekt.node--view-mode-full .comment-title-0 .comment-count,
.node--type-klip.node--view-mode-full .comment-title-0 .comment-count,
.node--type-news.node--view-mode-full .comment-title-0 .comment-count,
.node--type-forum-tema.node--view-mode-full .comment-title-0 .comment-count {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
}
.node--type-afisha.node--view-mode-full .comment-title-0 .comment-count:before,
.node--type-specproekt.node--view-mode-full .comment-title-0 .comment-count:before,
.node--type-klip.node--view-mode-full .comment-title-0 .comment-count:before,
.node--type-news.node--view-mode-full .comment-title-0 .comment-count:before,
.node--type-forum-tema.node--view-mode-full .comment-title-0 .comment-count:before {
  content: url(/sites/all/themes/vesta_theme/image/chat2.svg);
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .comment-title-0 .comment-count:before,
  .node--type-specproekt.node--view-mode-full .comment-title-0 .comment-count:before,
  .node--type-klip.node--view-mode-full .comment-title-0 .comment-count:before,
  .node--type-news.node--view-mode-full .comment-title-0 .comment-count:before,
  .node--type-forum-tema.node--view-mode-full .comment-title-0 .comment-count:before {
    content: url(/sites/all/themes/vesta_theme/image/chat2-m.svg);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-afisha.node--view-mode-full .comment-title-0 .comment-count,
  .node--type-specproekt.node--view-mode-full .comment-title-0 .comment-count,
  .node--type-klip.node--view-mode-full .comment-title-0 .comment-count,
  .node--type-news.node--view-mode-full .comment-title-0 .comment-count,
  .node--type-forum-tema.node--view-mode-full .comment-title-0 .comment-count {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-afisha.node--view-mode-full .comment-title-0 .comment-count,
  .node--type-specproekt.node--view-mode-full .comment-title-0 .comment-count,
  .node--type-klip.node--view-mode-full .comment-title-0 .comment-count,
  .node--type-news.node--view-mode-full .comment-title-0 .comment-count,
  .node--type-forum-tema.node--view-mode-full .comment-title-0 .comment-count {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .comment-title-0 .comment-count,
  .node--type-specproekt.node--view-mode-full .comment-title-0 .comment-count,
  .node--type-klip.node--view-mode-full .comment-title-0 .comment-count,
  .node--type-news.node--view-mode-full .comment-title-0 .comment-count,
  .node--type-forum-tema.node--view-mode-full .comment-title-0 .comment-count {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-afisha.node--view-mode-full .comment-title-0,
  .node--type-specproekt.node--view-mode-full .comment-title-0,
  .node--type-klip.node--view-mode-full .comment-title-0,
  .node--type-news.node--view-mode-full .comment-title-0,
  .node--type-forum-tema.node--view-mode-full .comment-title-0 {
    margin-top: 70px;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-afisha.node--view-mode-full .comment-title-0,
  .node--type-specproekt.node--view-mode-full .comment-title-0,
  .node--type-klip.node--view-mode-full .comment-title-0,
  .node--type-news.node--view-mode-full .comment-title-0,
  .node--type-forum-tema.node--view-mode-full .comment-title-0 {
    margin-top: 60px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .comment-title-0,
  .node--type-specproekt.node--view-mode-full .comment-title-0,
  .node--type-klip.node--view-mode-full .comment-title-0,
  .node--type-news.node--view-mode-full .comment-title-0,
  .node--type-forum-tema.node--view-mode-full .comment-title-0 {
    margin-top: 60px;
    gap: 10px;
  }
}
.node--type-afisha.node--view-mode-full .comment-undertext,
.node--type-specproekt.node--view-mode-full .comment-undertext,
.node--type-klip.node--view-mode-full .comment-undertext,
.node--type-news.node--view-mode-full .comment-undertext,
.node--type-forum-tema.node--view-mode-full .comment-undertext {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .comment-undertext,
  .node--type-specproekt.node--view-mode-full .comment-undertext,
  .node--type-klip.node--view-mode-full .comment-undertext,
  .node--type-news.node--view-mode-full .comment-undertext,
  .node--type-forum-tema.node--view-mode-full .comment-undertext {
    margin-top: 10px;
    max-width: 255px;
  }
}
.node--type-afisha.node--view-mode-full .comment-title,
.node--type-specproekt.node--view-mode-full .comment-title,
.node--type-klip.node--view-mode-full .comment-title,
.node--type-news.node--view-mode-full .comment-title,
.node--type-forum-tema.node--view-mode-full .comment-title {
  position: relative;
  z-index: 400;
  margin-top: 40px;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 15px;
}
.node--type-afisha.node--view-mode-full .comment-title:after,
.node--type-specproekt.node--view-mode-full .comment-title:after,
.node--type-klip.node--view-mode-full .comment-title:after,
.node--type-news.node--view-mode-full .comment-title:after,
.node--type-forum-tema.node--view-mode-full .comment-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 1170px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-afisha.node--view-mode-full .comment-title:after,
  .node--type-specproekt.node--view-mode-full .comment-title:after,
  .node--type-klip.node--view-mode-full .comment-title:after,
  .node--type-news.node--view-mode-full .comment-title:after,
  .node--type-forum-tema.node--view-mode-full .comment-title:after {
    width: 962px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-afisha.node--view-mode-full .comment-title:after,
  .node--type-specproekt.node--view-mode-full .comment-title:after,
  .node--type-klip.node--view-mode-full .comment-title:after,
  .node--type-news.node--view-mode-full .comment-title:after,
  .node--type-forum-tema.node--view-mode-full .comment-title:after {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .comment-title:after,
  .node--type-specproekt.node--view-mode-full .comment-title:after,
  .node--type-klip.node--view-mode-full .comment-title:after,
  .node--type-news.node--view-mode-full .comment-title:after,
  .node--type-forum-tema.node--view-mode-full .comment-title:after {
    width: 100%;
  }
}
.node--type-afisha.node--view-mode-full .comment-title h3,
.node--type-specproekt.node--view-mode-full .comment-title h3,
.node--type-klip.node--view-mode-full .comment-title h3,
.node--type-news.node--view-mode-full .comment-title h3,
.node--type-forum-tema.node--view-mode-full .comment-title h3 {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-afisha.node--view-mode-full .comment-title h3,
  .node--type-specproekt.node--view-mode-full .comment-title h3,
  .node--type-klip.node--view-mode-full .comment-title h3,
  .node--type-news.node--view-mode-full .comment-title h3,
  .node--type-forum-tema.node--view-mode-full .comment-title h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-afisha.node--view-mode-full .comment-title h3,
  .node--type-specproekt.node--view-mode-full .comment-title h3,
  .node--type-klip.node--view-mode-full .comment-title h3,
  .node--type-news.node--view-mode-full .comment-title h3,
  .node--type-forum-tema.node--view-mode-full .comment-title h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .comment-title h3,
  .node--type-specproekt.node--view-mode-full .comment-title h3,
  .node--type-klip.node--view-mode-full .comment-title h3,
  .node--type-news.node--view-mode-full .comment-title h3,
  .node--type-forum-tema.node--view-mode-full .comment-title h3 {
    font-size: 15px;
  }
}
.node--type-afisha.node--view-mode-full .comment-title .comment-select-block,
.node--type-specproekt.node--view-mode-full .comment-title .comment-select-block,
.node--type-klip.node--view-mode-full .comment-title .comment-select-block,
.node--type-news.node--view-mode-full .comment-title .comment-select-block,
.node--type-forum-tema.node--view-mode-full .comment-title .comment-select-block {
  display: flex;
  gap: 15px;
  align-items: center;
  position: relative;
  z-index: 100;
}
.node--type-afisha.node--view-mode-full .comment-title .comment-select-block .comment-select-title,
.node--type-specproekt.node--view-mode-full .comment-title .comment-select-block .comment-select-title,
.node--type-klip.node--view-mode-full .comment-title .comment-select-block .comment-select-title,
.node--type-news.node--view-mode-full .comment-title .comment-select-block .comment-select-title,
.node--type-forum-tema.node--view-mode-full .comment-title .comment-select-block .comment-select-title {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #808080;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-afisha.node--view-mode-full .comment-title .comment-select-block .comment-select-title,
  .node--type-specproekt.node--view-mode-full .comment-title .comment-select-block .comment-select-title,
  .node--type-klip.node--view-mode-full .comment-title .comment-select-block .comment-select-title,
  .node--type-news.node--view-mode-full .comment-title .comment-select-block .comment-select-title,
  .node--type-forum-tema.node--view-mode-full .comment-title .comment-select-block .comment-select-title {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-afisha.node--view-mode-full .comment-title .comment-select-block .comment-select-title,
  .node--type-specproekt.node--view-mode-full .comment-title .comment-select-block .comment-select-title,
  .node--type-klip.node--view-mode-full .comment-title .comment-select-block .comment-select-title,
  .node--type-news.node--view-mode-full .comment-title .comment-select-block .comment-select-title,
  .node--type-forum-tema.node--view-mode-full .comment-title .comment-select-block .comment-select-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .comment-title .comment-select-block .comment-select-title,
  .node--type-specproekt.node--view-mode-full .comment-title .comment-select-block .comment-select-title,
  .node--type-klip.node--view-mode-full .comment-title .comment-select-block .comment-select-title,
  .node--type-news.node--view-mode-full .comment-title .comment-select-block .comment-select-title,
  .node--type-forum-tema.node--view-mode-full .comment-title .comment-select-block .comment-select-title {
    font-size: 12px;
  }
}
.node--type-afisha.node--view-mode-full .comment-title .comment-select-block .comment-select-block1,
.node--type-specproekt.node--view-mode-full .comment-title .comment-select-block .comment-select-block1,
.node--type-klip.node--view-mode-full .comment-title .comment-select-block .comment-select-block1,
.node--type-news.node--view-mode-full .comment-title .comment-select-block .comment-select-block1,
.node--type-forum-tema.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 {
  position: relative;
}
.node--type-afisha.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select-active,
.node--type-specproekt.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select-active,
.node--type-klip.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select-active,
.node--type-news.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select-active,
.node--type-forum-tema.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select-active {
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-afisha.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select-active,
  .node--type-specproekt.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select-active,
  .node--type-klip.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select-active,
  .node--type-news.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select-active,
  .node--type-forum-tema.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select-active {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-afisha.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select-active,
  .node--type-specproekt.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select-active,
  .node--type-klip.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select-active,
  .node--type-news.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select-active,
  .node--type-forum-tema.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select-active {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select-active,
  .node--type-specproekt.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select-active,
  .node--type-klip.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select-active,
  .node--type-news.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select-active,
  .node--type-forum-tema.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select-active {
    font-size: 12px;
  }
}
.node--type-afisha.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select,
.node--type-specproekt.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select,
.node--type-klip.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select,
.node--type-news.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select,
.node--type-forum-tema.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select {
  position: absolute;
  top: 100%;
  left: 0;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 5px;
  border: 1px solid #560562;
  border-radius: 5px;
  background-color: #fff;
}
.node--type-afisha.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select div,
.node--type-specproekt.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select div,
.node--type-klip.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select div,
.node--type-news.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select div,
.node--type-forum-tema.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select div {
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}
.node--type-afisha.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select div:hover,
.node--type-specproekt.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select div:hover,
.node--type-klip.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select div:hover,
.node--type-news.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select div:hover,
.node--type-forum-tema.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select div:hover {
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-afisha.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select div,
  .node--type-specproekt.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select div,
  .node--type-klip.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select div,
  .node--type-news.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select div,
  .node--type-forum-tema.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select div {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-afisha.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select div,
  .node--type-specproekt.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select div,
  .node--type-klip.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select div,
  .node--type-news.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select div,
  .node--type-forum-tema.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select div {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select div,
  .node--type-specproekt.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select div,
  .node--type-klip.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select div,
  .node--type-news.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select div,
  .node--type-forum-tema.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select div {
    font-size: 12px;
  }
}
.node--type-afisha.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select.active,
.node--type-specproekt.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select.active,
.node--type-klip.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select.active,
.node--type-news.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select.active,
.node--type-forum-tema.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select.active {
  display: flex;
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select,
  .node--type-specproekt.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select,
  .node--type-klip.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select,
  .node--type-news.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select,
  .node--type-forum-tema.node--view-mode-full .comment-title .comment-select-block .comment-select-block1 .comment-select {
    left: auto;
    right: -30px;
  }
}
.node--type-afisha.node--view-mode-full .comment-title .comment-select-arrow,
.node--type-specproekt.node--view-mode-full .comment-title .comment-select-arrow,
.node--type-klip.node--view-mode-full .comment-title .comment-select-arrow,
.node--type-news.node--view-mode-full .comment-title .comment-select-arrow,
.node--type-forum-tema.node--view-mode-full .comment-title .comment-select-arrow {
  display: block;
  width: 13px;
  height: 7px;
  background-image: url(/sites/all/themes/vesta_theme/image/arrow-select.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .comment-title,
  .node--type-specproekt.node--view-mode-full .comment-title,
  .node--type-klip.node--view-mode-full .comment-title,
  .node--type-news.node--view-mode-full .comment-title,
  .node--type-forum-tema.node--view-mode-full .comment-title {
    gap: 10px;
    padding-bottom: 10px;
  }
}
.node--type-afisha.node--view-mode-full .comments-box,
.node--type-specproekt.node--view-mode-full .comments-box,
.node--type-klip.node--view-mode-full .comments-box,
.node--type-news.node--view-mode-full .comments-box,
.node--type-forum-tema.node--view-mode-full .comments-box {
  margin-top: 5px;
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-filters,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-filters,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-filters,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-filters,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-filters {
  display: none;
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content > ul,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content > ul,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content > ul,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content > ul,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content > ul {
  padding-left: 0;
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li {
  margin-top: 35px;
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li::marker,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li::marker,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li::marker,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li::marker,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li::marker {
  content: '';
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li > .tree-ul,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li > .tree-ul,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li > .tree-ul,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li > .tree-ul,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li > .tree-ul {
  display: none;
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li.open > .tree-ul,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li.open > .tree-ul,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li.open > .tree-ul,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li.open > .tree-ul,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li.open > .tree-ul {
  display: block;
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .views_tree_link,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .views_tree_link,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .views_tree_link,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .views_tree_link,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .views_tree_link {
  display: none !important;
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .forum-comment__parent,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .forum-comment__parent,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .forum-comment__parent,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .forum-comment__parent,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .forum-comment__parent {
  margin-left: 75px;
  background: #dedede;
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper {
  position: relative;
  padding-left: 75px;
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar *,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar *,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar *,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar *,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar img,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar img,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar img,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar img,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar img {
  transition: 0.3s;
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar .comment-author,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar .comment-author,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar .comment-author,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar .comment-author,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar .comment-author {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar .comment-author a,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar .comment-author a,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar .comment-author a,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar .comment-author a,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar .comment-author a {
  display: block;
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar:hover img,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar:hover img,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar:hover img,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar:hover img,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar:hover img {
  transform: scale(1.1);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-avatar {
    width: 40px;
    height: 40px;
  }
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta {
  display: flex;
  gap: 15px;
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author *,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author *,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author *,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author *,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author * {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author *,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author *,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author *,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author *,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author * {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author *,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author *,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author *,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author *,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author *,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author *,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author *,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author *,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author * {
    font-size: 12px;
  }
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author a:hover,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author a:hover,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author a:hover,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author a:hover,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author a:hover {
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-author {
    font-size: 12px;
  }
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-date,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-date,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-date,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-date,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-date {
  height: max-content;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-date,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-date,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-date,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-date,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-date {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-date,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-date,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-date,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-date,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-date {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-date,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-date,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-date,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-date,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta .comment-date {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper .comment-meta {
    gap: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper {
    padding-left: 65px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper {
    padding-left: 55px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-header-wrapper {
    padding-left: 50px;
  }
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body {
  width: 100%;
  margin-top: 10px;
  padding-left: 75px;
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body *,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body *,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body *,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body *,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body *,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body *,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body *,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body *,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body * {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body *,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body *,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body *,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body *,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body *,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body *,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body *,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body *,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body * {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body {
    padding-left: 65px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body {
    padding-left: 55px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-body {
    padding-left: 50px;
  }
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions {
  order: 0;
  padding-left: 75px;
  display: flex;
  gap: 15px 30px;
  margin-bottom: 0;
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a:hover,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a:hover,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a:hover,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a:hover,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a:hover {
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a {
    font-size: 12px;
  }
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a:last-child,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a:last-child,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a:last-child,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a:last-child,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a:last-child {
  color: rgba(0, 0, 0, 0.5);
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a:last-child:hover,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a:last-child:hover,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a:last-child:hover,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a:last-child:hover,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions a:last-child:hover {
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions {
    padding-left: 65px;
    gap: 15px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions {
    padding-left: 55px;
    gap: 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-actions {
    padding-left: 50px;
    gap: 10px;
  }
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block {
  order: 0;
  margin-left: auto;
  margin-right: 20px;
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children:before,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children:before,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children:before,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children:before,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children:before {
  content: url(/sites/all/themes/vesta_theme/image/chat2.svg);
  font-size: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children:before,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children:before,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children:before,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children:before,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children:before {
    content: url(/sites/all/themes/vesta_theme/image/chat2-m.svg);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block .load-children {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block {
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block {
    margin-right: 10px;
  }
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-likes,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-likes,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-likes,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-likes,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .comment-likes {
  order: 0;
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open {
  order: 1;
  margin-left: 20px;
  margin-right: 0;
  width: 100% !important;
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open > button,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open > button,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open > button,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open > button,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open > button {
  display: none !important;
}
.node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open .indented,
.node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open .indented,
.node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open .indented,
.node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open .indented,
.node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open .indented {
  margin-top: 35px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open .indented,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open .indented,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open .indented,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open .indented,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open .indented {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open .indented,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open .indented,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open .indented,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open .indented,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open .indented {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open .indented,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open .indented,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open .indented,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open .indented,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li .comment-footer .load-children-block.open .indented {
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-afisha.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li,
  .node--type-specproekt.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li,
  .node--type-klip.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li,
  .node--type-news.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li,
  .node--type-forum-tema.node--view-mode-full .comments-box .view-faset-kommentariev .view-content .comment-li {
    margin-top: 30px;
  }
}
.comment-forum-answer-form .field--name-subject,
.comment-comment-form .field--name-subject,
.comment-forum-answer-form .js-filter-wrapper,
.comment-comment-form .js-filter-wrapper {
  display: none;
}
.comment-forum-answer-form .field--name-comment-body,
.comment-comment-form .field--name-comment-body {
  margin-top: 15px;
}
.comment-forum-answer-form .field--name-comment-body label,
.comment-comment-form .field--name-comment-body label {
  display: none;
}
.comment-forum-answer-form .field--name-comment-body textarea,
.comment-comment-form .field--name-comment-body textarea {
  padding: 14px 20px;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.4);
  resize: none;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.comment-forum-answer-form .field--name-comment-body textarea::placeholder,
.comment-comment-form .field--name-comment-body textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.comment-forum-answer-form .field--name-comment-body *,
.comment-comment-form .field--name-comment-body * {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .comment-forum-answer-form .field--name-comment-body,
  .comment-comment-form .field--name-comment-body {
    margin-top: 10px;
  }
}
.comment-forum-answer-form .form-actions,
.comment-comment-form .form-actions {
  margin-bottom: 0;
}
.comment-forum-answer-form .form-actions input,
.comment-comment-form .form-actions input {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .comment-forum-answer-form .form-actions input,
  .comment-comment-form .form-actions input {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .comment-forum-answer-form .form-actions input,
  .comment-comment-form .form-actions input {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .comment-forum-answer-form .form-actions input,
  .comment-comment-form .form-actions input {
    padding: 9px;
    font-size: 12px;
  }
}
.comment-forum-answer-form .form-actions input:hover,
.comment-comment-form .form-actions input:hover {
  background-color: transparent;
  color: #000;
}
.comment-forum-answer-form .form-actions > input:nth-child(2),
.comment-comment-form .form-actions > input:nth-child(2) {
  display: none;
}
.ajax-progress-fullscreen {
  display: none;
}
.profile .left_column {
  width: 370px;
  border-radius: 20px;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: relative;
  margin-top: -55px;
  padding: 110px 25px 30px;
}
.profile .left_column .user-photo-form {
  display: none;
}
.profile .left_column .field--name-field-pochta .field__item {
  word-break: break-word;
}
.profile .left_column #custom-upload-button {
  position: absolute;
  top: 45px;
  right: 235px;
  z-index: 100;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 0;
  border: none;
  background-color: #560562;
  background-image: url(/sites/all/themes/vesta_theme/image/pencil.svg);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .profile .left_column #custom-upload-button {
    top: 20px;
    right: 400px;
    width: 30px;
    height: 30px;
    background-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .profile .left_column #custom-upload-button {
    top: 57px;
    right: 60px;
    left: auto;
    width: 30px;
    height: 30px;
    background-size: 15px;
  }
}
.profile .left_column .field--name-field-foto {
  width: 183px;
  height: 183px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: absolute;
  top: -92px;
  left: 50%;
  transform: translateX(-50%);
}
.profile .left_column .field--name-field-foto * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .profile .left_column .field--name-field-foto {
    width: 150px;
    height: 150px;
    top: -75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .profile .left_column .field--name-field-foto {
    width: 100px;
    height: 100px;
    top: -50px;
  }
}
@media screen and (max-width: 767px) {
  .profile .left_column .field--name-field-foto {
    width: 77px;
    height: 77px;
    top: 10px;
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .profile .left_column .role-fio {
    min-height: 77px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-right: 85px;
  }
}
.profile .left_column .role-user {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .profile .left_column .role-user {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .profile .left_column .role-user {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .profile .left_column .role-user {
    font-size: 14px;
    text-align: left;
  }
}
.profile .left_column .fio {
  margin-top: 5px;
  display: flex;
  gap: 5px;
  justify-content: center;
  flex-wrap: wrap;
}
.profile .left_column .fio * {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .profile .left_column .fio * {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .profile .left_column .fio * {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .profile .left_column .fio * {
    font-size: 13px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .profile .left_column .fio {
    margin-top: 0;
    justify-content: start;
    gap: 3px;
  }
}
.profile .left_column .content0 {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.profile .left_column .content0 > * {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.profile .left_column .content0 > * .field__label {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .profile .left_column .content0 > * .field__label {
    font-size: 12px;
    width: 140px;
  }
}
.profile .left_column .content0 > * .field__item {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #000;
}
.profile .left_column .content0 > * .field__item a {
  color: #000;
}
.profile .left_column .content0 > * .field__item a:hover {
  color: #560562;
}
@media screen and (max-width: 767px) {
  .profile .left_column .content0 > * .field__item {
    font-size: 12px;
    width: 190px;
  }
}
.profile .left_column .content0 > *:after {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .profile .left_column .content0 > * {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .profile .left_column .content0 > * {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .profile .left_column .content0 > * {
    gap: 5px;
  }
}
.profile .left_column .content0 .field--name-field-forum-topic .field--name-field-forum-topic .field__label {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .profile .left_column .content0 {
    margin-top: 25px;
    gap: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .profile .left_column .content0 {
    margin-top: 20px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .profile .left_column .content0 {
    margin-top: 15px;
    gap: 5px;
  }
}
.profile .left_column .social {
  margin-top: 40px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.profile .left_column .social > * {
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .profile .left_column .social > * {
    width: 26px;
    height: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .profile .left_column .social > * {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .profile .left_column .social > * {
    width: 24px;
    height: 24px;
  }
}
.profile .left_column .social .field--name-field-youtube a,
.profile .left_column .social .field--name-field-rutube a,
.profile .left_column .social .field--name-field-whatsapp a,
.profile .left_column .social .field--name-field-vkontakte a,
.profile .left_column .social .field--name-field-telegram a {
  display: block;
  width: 100%;
  height: 100% !important;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.profile .left_column .social .field--name-field-youtube a {
  background-image: url(/sites/all/themes/vesta_theme/image/yt1.svg);
}
.profile .left_column .social .field--name-field-rutube .field__label {
  display: none;
}
.profile .left_column .social .field--name-field-rutube .field__item {
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .profile .left_column .social .field--name-field-rutube .field__item {
    width: 26px;
    height: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .profile .left_column .social .field--name-field-rutube .field__item {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .profile .left_column .social .field--name-field-rutube .field__item {
    width: 24px;
    height: 24px;
  }
}
.profile .left_column .social .field--name-field-rutube a {
  background-image: url(/sites/all/themes/vesta_theme/image/rt1.svg);
}
.profile .left_column .social .field--name-field-whatsapp a {
  background-image: url(/sites/all/themes/vesta_theme/image/wp1.svg);
}
.profile .left_column .social .field--name-field-vkontakte a {
  background-image: url(/sites/all/themes/vesta_theme/image/vk1.svg);
}
.profile .left_column .social .field--name-field-telegram a {
  background-image: url(/sites/all/themes/vesta_theme/image/tg1.svg);
}
.profile .left_column .social .field--name-dynamic-token-fielduser-knopka-forum1 {
  width: max-content;
  height: max-content;
  display: none;
}
.profile .left_column .social .field--name-dynamic-token-fielduser-knopka-forum1 a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .profile .left_column .social .field--name-dynamic-token-fielduser-knopka-forum1 a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .profile .left_column .social .field--name-dynamic-token-fielduser-knopka-forum1 a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .profile .left_column .social .field--name-dynamic-token-fielduser-knopka-forum1 a {
    padding: 9px;
    font-size: 12px;
  }
}
.profile .left_column .social .field--name-dynamic-token-fielduser-knopka-forum1 a:hover {
  background-color: transparent;
  color: #000;
}
@media screen and (max-width: 767px) {
  .profile .left_column .social .field--name-dynamic-token-fielduser-knopka-forum1 {
    display: block;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .profile .left_column .social {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .profile .left_column .social {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .profile .left_column .social {
    margin-top: 15px;
    justify-content: center;
    gap: 15px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .profile .left_column .field--name-dynamic-token-fielduser-tolko-vy-vidite-vse-polya,
  .profile .left_column .field--name-dynamic-token-fielduser-redaktirovat-profil,
  .profile .left_column .field--name-dynamic-token-fielduser-vernutsya-k-profilyu {
    display: none !important;
  }
}
.profile .left_column .user-relationship {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.profile .left_column .user-relationship a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .profile .left_column .user-relationship a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .profile .left_column .user-relationship a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .profile .left_column .user-relationship a {
    padding: 9px;
    font-size: 12px;
  }
}
.profile .left_column .user-relationship a:hover {
  background-color: transparent;
  color: #000;
}
@media screen and (max-width: 767px) {
  .profile .left_column .user-relationship {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .profile .left_column {
    width: 300px;
    padding: 90px 15px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .profile .left_column {
    width: 100%;
    padding: 65px 10px 10px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .profile .left_column {
    width: 100%;
    padding: 10px 0 0;
    margin-top: 0;
    box-shadow: none;
  }
}
.right_column .user-relationship {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.right_column .user-relationship a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .right_column .user-relationship a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .right_column .user-relationship a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .right_column .user-relationship a {
    padding: 9px;
    font-size: 12px;
  }
}
.right_column .user-relationship a:hover {
  background-color: transparent;
  color: #000;
}
@media screen and (min-width: 1200px) {
  .right_column .user-relationship {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .right_column .user-relationship {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .right_column .user-relationship {
    display: none;
  }
}
#block-vesta-theme-content > .comment,
#block-vesta-theme-content > .indented {
  display: none !important;
}
#block-vesta-theme-content > .comment-comment-form .form-item-name {
  display: none !important;
}
.ui-dialog {
  border: none !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}
.ui-dialog .ui-dialog-titlebar,
.ui-dialog .ui-dialog-buttonpane {
  background-color: #fff !important;
  border-width: 0 !important;
}
.ui-dialog .ui-dialog-buttonpane {
  padding-bottom: 15px !important;
}
.ui-dialog .webform-submission-form {
  padding: 0;
}
.ui-dialog .webform-submission-form .js-form-item label {
  font-size: 16px;
}
.ui-dialog .webform-submission-form .js-form-item input {
  height: 50px;
  padding: 10px;
}
.ui-dialog .ui-dialog-buttonset {
  width: 100%;
}
.ui-dialog .ui-dialog-buttonset .form-submit {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 15px;
  font-size: 16px;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ui-dialog .ui-dialog-buttonset .form-submit {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .ui-dialog .ui-dialog-buttonset .form-submit {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .ui-dialog .ui-dialog-buttonset .form-submit {
    padding: 9px;
    font-size: 12px;
  }
}
.ui-dialog .ui-dialog-buttonset .form-submit:hover {
  background-color: transparent;
  color: #000;
}
.page-user .main-container {
  display: flex;
  gap: 20px 30px;
  flex-wrap: wrap;
}
.page-user .main-container .field--name-field-fon1 {
  width: 100%;
  height: 240px;
}
.page-user .main-container .field--name-field-fon1 * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-user .main-container .field--name-field-fon1 {
    height: 170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-user .main-container .field--name-field-fon1 {
    height: 120px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .page-user .main-container .field--name-field-fon1 {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .page-user .main-container .field--name-field-fon1 {
    width: calc(100% + 20px);
    height: 75px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.page-user .main-container .tolko-vy-vidite-vse-polya {
  margin: 40px auto 0;
  width: 285px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.page-user .main-container .tolko-vy-vidite-vse-polya a {
  display: block;
  margin-top: 13px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: underline !important;
}
.page-user .main-container .tolko-vy-vidite-vse-polya a:hover {
  color: #560562;
  text-decoration: underline !important;
}
@media screen and (max-width: 767px) {
  .page-user .main-container .tolko-vy-vidite-vse-polya a {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-user .main-container .tolko-vy-vidite-vse-polya {
    margin: 35px auto 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-user .main-container .tolko-vy-vidite-vse-polya {
    margin: 35px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .page-user .main-container .tolko-vy-vidite-vse-polya {
    margin: 35px auto 0;
    width: 270px;
    font-size: 12px;
  }
}
.page-user .main-container .redaktirovat-profil,
.page-user .main-container .add-news-btn-box,
.page-user .main-container .add-forum-topic-btn-box,
.page-user .main-container .vernutsya-k-profilyu {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.page-user .main-container .redaktirovat-profil a,
.page-user .main-container .add-news-btn-box a,
.page-user .main-container .add-forum-topic-btn-box a,
.page-user .main-container .vernutsya-k-profilyu a {
  display: block;
  width: max-content;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 12px 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-user .main-container .redaktirovat-profil a,
  .page-user .main-container .add-news-btn-box a,
  .page-user .main-container .add-forum-topic-btn-box a,
  .page-user .main-container .vernutsya-k-profilyu a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-user .main-container .redaktirovat-profil a,
  .page-user .main-container .add-news-btn-box a,
  .page-user .main-container .add-forum-topic-btn-box a,
  .page-user .main-container .vernutsya-k-profilyu a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .page-user .main-container .redaktirovat-profil a,
  .page-user .main-container .add-news-btn-box a,
  .page-user .main-container .add-forum-topic-btn-box a,
  .page-user .main-container .vernutsya-k-profilyu a {
    padding: 9px;
    font-size: 12px;
  }
}
.page-user .main-container .redaktirovat-profil a:hover,
.page-user .main-container .add-news-btn-box a:hover,
.page-user .main-container .add-forum-topic-btn-box a:hover,
.page-user .main-container .vernutsya-k-profilyu a:hover {
  background-color: transparent;
  color: #000;
  padding: 12px 30px;
}
@media screen and (max-width: 767px) {
  .page-user .main-container .redaktirovat-profil,
  .page-user .main-container .add-news-btn-box,
  .page-user .main-container .add-forum-topic-btn-box,
  .page-user .main-container .vernutsya-k-profilyu {
    margin: 35px auto 0;
  }
}
.page-user .main-container .profile {
  width: 370px;
}
@media screen and (max-width: 767px) {
  .page-user .main-container .profile .tolko-vy-vidite-vse-polya,
  .page-user .main-container .profile .redaktirovat-profil,
  .page-user .main-container .profile .add-news-btn-box,
  .page-user .main-container .profile .add-forum-topic-btn-box,
  .page-user .main-container .profile .vernutsya-k-profilyu {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .page-user .main-container .profile .social .redaktirovat-profil,
  .page-user .main-container .profile .social .add-forum-topic-btn-box,
  .page-user .main-container .profile .social .add-news-btn-box,
  .page-user .main-container .profile .social .vernutsya-k-profilyu {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-user .main-container .profile .social .redaktirovat-profil,
  .page-user .main-container .profile .social .add-forum-topic-btn-box,
  .page-user .main-container .profile .social .add-news-btn-box,
  .page-user .main-container .profile .social .vernutsya-k-profilyu {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-user .main-container .profile .social .redaktirovat-profil,
  .page-user .main-container .profile .social .add-forum-topic-btn-box,
  .page-user .main-container .profile .social .add-news-btn-box,
  .page-user .main-container .profile .social .vernutsya-k-profilyu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-user .main-container .profile .social .redaktirovat-profil,
  .page-user .main-container .profile .social .add-forum-topic-btn-box,
  .page-user .main-container .profile .social .add-news-btn-box,
  .page-user .main-container .profile .social .vernutsya-k-profilyu {
    display: block !important;
    margin: 0 !important;
    width: max-content !important;
    height: max-content !important;
  }
}
.page-user .main-container .profile .forum-btn {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  min-width: 90px;
  height: max-content;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-user .main-container .profile .forum-btn {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-user .main-container .profile .forum-btn {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .page-user .main-container .profile .forum-btn {
    padding: 9px;
    font-size: 12px;
  }
}
.page-user .main-container .profile .forum-btn:hover {
  background-color: transparent;
  color: #000;
}
@media screen and (min-width: 1200px) {
  .page-user .main-container .profile .forum-btn {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-user .main-container .profile .forum-btn {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-user .main-container .profile .forum-btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-user .main-container .profile .forum-btn {
    min-width: 90px;
  }
}
.page-user .main-container .profile .logout1 {
  width: max-content;
  height: max-content;
}
.page-user .main-container .profile .logout1 a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-left: auto;
  min-width: 90px;
  height: max-content;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-user .main-container .profile .logout1 a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-user .main-container .profile .logout1 a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .page-user .main-container .profile .logout1 a {
    padding: 9px;
    font-size: 12px;
  }
}
.page-user .main-container .profile .logout1 a:hover {
  background-color: transparent;
  color: #000;
}
@media screen and (min-width: 1200px) {
  .page-user .main-container .profile .logout1 {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-user .main-container .profile .logout1 {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-user .main-container .profile .logout1 {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-user .main-container .profile {
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-user .main-container .profile {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-user .main-container .profile {
    width: 100%;
  }
}
.page-user .main-container .main {
  width: 770px;
}
.page-user .main-container .main .right_column {
  width: 100%;
}
.page-user .main-container .main .right_column .settings-menu,
.page-user .main-container .main .right_column .user-nav {
  width: 100%;
}
.page-user .main-container .main .right_column .settings-menu ul,
.page-user .main-container .main .right_column .user-nav ul {
  border-radius: 20px;
  overflow: hidden;
  background-color: #ececec;
  border-bottom: none;
  display: flex !important;
  flex-wrap: wrap;
  padding: 0;
}
.page-user .main-container .main .right_column .settings-menu ul li,
.page-user .main-container .main .right_column .user-nav ul li {
  margin-bottom: 0;
  border: none !important;
  background-color: transparent;
  min-width: 0 !important;
  position: relative;
}
.page-user .main-container .main .right_column .settings-menu ul li::marker,
.page-user .main-container .main .right_column .user-nav ul li::marker {
  font-size: 0;
}
.page-user .main-container .main .right_column .settings-menu ul li a,
.page-user .main-container .main .right_column .user-nav ul li a {
  display: block;
  padding: 14px 25px;
  border-radius: 20px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
}
.page-user .main-container .main .right_column .settings-menu ul li a:hover,
.page-user .main-container .main .right_column .user-nav ul li a:hover {
  background-color: rgba(86, 5, 98, 0.7);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-user .main-container .main .right_column .settings-menu ul li a:hover,
  .page-user .main-container .main .right_column .user-nav ul li a:hover {
    background-color: transparent;
    color: #560562;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-user .main-container .main .right_column .settings-menu ul li a,
  .page-user .main-container .main .right_column .user-nav ul li a {
    padding: 10px 20px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-user .main-container .main .right_column .settings-menu ul li a,
  .page-user .main-container .main .right_column .user-nav ul li a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .page-user .main-container .main .right_column .settings-menu ul li a,
  .page-user .main-container .main .right_column .user-nav ul li a {
    padding: 5px;
    font-size: 12px;
    color: #fff;
    background-color: rgba(86, 5, 98, 0.7);
    border: 1px solid rgba(86, 5, 98, 0.7);
    word-break: break-word;
  }
}
.page-user .main-container .main .right_column .settings-menu ul li .active,
.page-user .main-container .main .right_column .user-nav ul li .active {
  background-color: rgba(86, 5, 98, 0.7);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-user .main-container .main .right_column .settings-menu ul li .active,
  .page-user .main-container .main .right_column .user-nav ul li .active {
    background-color: transparent;
    color: #560562;
  }
}
.page-user .main-container .main .right_column .settings-menu ul li:before,
.page-user .main-container .main .right_column .user-nav ul li:before {
  content: '';
  display: none;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #560562;
  border-radius: 10px;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .page-user .main-container .main .right_column .settings-menu ul li:before,
  .page-user .main-container .main .right_column .user-nav ul li:before {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page-user .main-container .main .right_column .settings-menu ul li,
  .page-user .main-container .main .right_column .user-nav ul li {
    width: calc(50% - 5px);
  }
}
.page-user .main-container .main .right_column .settings-menu ul:after,
.page-user .main-container .main .right_column .user-nav ul:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-user .main-container .main .right_column .settings-menu ul,
  .page-user .main-container .main .right_column .user-nav ul {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
    border-radius: 0;
    overflow: visible;
    justify-content: center;
    gap: 10px;
    padding-bottom: 15px;
  }
}
.page-user .main-container .main .right_column #block-vesta-theme-strokanavigacii {
  display: none !important;
}
.page-user .main-container .main .right_column .region-content {
  display: flex;
  flex-direction: column;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}
.page-user .main-container .main .right_column #block-vesta-theme-user-nav,
.page-user .main-container .main .right_column #block-vesta-theme-user-settings {
  width: 100%;
}
.page-user .main-container .main .right_column #block-vesta-theme-user-nav .menu,
.page-user .main-container .main .right_column #block-vesta-theme-user-settings .menu {
  border-radius: 20px;
  overflow: hidden;
  background-color: #ececec;
  border-bottom: none;
  display: flex !important;
  flex-wrap: wrap;
}
.page-user .main-container .main .right_column #block-vesta-theme-user-nav .menu li,
.page-user .main-container .main .right_column #block-vesta-theme-user-settings .menu li {
  margin-bottom: 0;
  border: none !important;
  background-color: transparent;
  min-width: 0 !important;
  position: relative;
}
.page-user .main-container .main .right_column #block-vesta-theme-user-nav .menu li a,
.page-user .main-container .main .right_column #block-vesta-theme-user-settings .menu li a {
  padding: 14px 31px;
  border-radius: 20px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
}
.page-user .main-container .main .right_column #block-vesta-theme-user-nav .menu li a:hover,
.page-user .main-container .main .right_column #block-vesta-theme-user-settings .menu li a:hover {
  background-color: rgba(86, 5, 98, 0.7);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-user .main-container .main .right_column #block-vesta-theme-user-nav .menu li a:hover,
  .page-user .main-container .main .right_column #block-vesta-theme-user-settings .menu li a:hover {
    background-color: transparent;
    color: #560562;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-user .main-container .main .right_column #block-vesta-theme-user-nav .menu li a,
  .page-user .main-container .main .right_column #block-vesta-theme-user-settings .menu li a {
    padding: 10px 20px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-user .main-container .main .right_column #block-vesta-theme-user-nav .menu li a,
  .page-user .main-container .main .right_column #block-vesta-theme-user-settings .menu li a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .page-user .main-container .main .right_column #block-vesta-theme-user-nav .menu li a,
  .page-user .main-container .main .right_column #block-vesta-theme-user-settings .menu li a {
    padding: 0px 8px 10px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.35);
  }
}
.page-user .main-container .main .right_column #block-vesta-theme-user-nav .menu li .is-active,
.page-user .main-container .main .right_column #block-vesta-theme-user-settings .menu li .is-active {
  background-color: rgba(86, 5, 98, 0.7);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-user .main-container .main .right_column #block-vesta-theme-user-nav .menu li .is-active,
  .page-user .main-container .main .right_column #block-vesta-theme-user-settings .menu li .is-active {
    background-color: transparent;
    color: #560562;
  }
}
.page-user .main-container .main .right_column #block-vesta-theme-user-nav .menu li:before,
.page-user .main-container .main .right_column #block-vesta-theme-user-settings .menu li:before {
  content: '';
  display: none;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #560562;
  border-radius: 10px;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .page-user .main-container .main .right_column #block-vesta-theme-user-nav .menu li:before,
  .page-user .main-container .main .right_column #block-vesta-theme-user-settings .menu li:before {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page-user .main-container .main .right_column #block-vesta-theme-user-nav .menu,
  .page-user .main-container .main .right_column #block-vesta-theme-user-settings .menu {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
    border-radius: 0;
    overflow: visible;
  }
}
.page-user .main-container .main .right_column .profile {
  display: none;
}
@media screen and (min-width: 1200px) {
  .page-user .main-container .main .right_column > .tolko-vy-vidite-vse-polya,
  .page-user .main-container .main .right_column > .redaktirovat-profil,
  .page-user .main-container .main .right_column > .add-forum-topic-btn-box,
  .page-user .main-container .main .right_column > .add-news-btn-box,
  .page-user .main-container .main .right_column > .vernutsya-k-profilyu {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-user .main-container .main .right_column > .tolko-vy-vidite-vse-polya,
  .page-user .main-container .main .right_column > .redaktirovat-profil,
  .page-user .main-container .main .right_column > .add-forum-topic-btn-box,
  .page-user .main-container .main .right_column > .add-news-btn-box,
  .page-user .main-container .main .right_column > .vernutsya-k-profilyu {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-user .main-container .main .right_column > .tolko-vy-vidite-vse-polya,
  .page-user .main-container .main .right_column > .redaktirovat-profil,
  .page-user .main-container .main .right_column > .add-forum-topic-btn-box,
  .page-user .main-container .main .right_column > .add-news-btn-box,
  .page-user .main-container .main .right_column > .vernutsya-k-profilyu {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-user .main-container .main {
    width: 632px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-user .main-container .main {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-user .main-container .main {
    width: 100%;
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .page-user .main-container {
    gap: 0;
  }
}
.social-btns1 {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
  width: 100%;
  height: max-content;
  flex-wrap: wrap;
}
.social-btns1 > * {
  width: calc(50% - 5px) !important;
  margin: 0 !important;
}
.social-btns1 > * a {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .social-btns1 > * a:hover {
    padding: 9px !important;
    font-size: 12px;
  }
}
.social-btns1 .forum-btn {
  display: block;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  width: max-content;
  height: max-content;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .social-btns1 .forum-btn {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .social-btns1 .forum-btn {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .social-btns1 .forum-btn {
    padding: 9px;
    font-size: 12px;
  }
}
.social-btns1 .forum-btn:hover {
  background-color: transparent;
  color: #000;
}
@media screen and (max-width: 767px) {
  .social-btns1 .forum-btn:hover {
    padding: 9px !important;
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .social-btns1 {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .social-btns1 {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .social-btns1 {
    display: none;
  }
}
.logout1 {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
  height: max-content;
}
.logout1 a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-left: auto;
  min-width: 90px;
  height: max-content;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .logout1 a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .logout1 a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .logout1 a {
    padding: 9px;
    font-size: 12px;
  }
}
.logout1 a:hover {
  background-color: transparent;
  color: #000;
}
@media screen and (min-width: 1200px) {
  .logout1 {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .logout1 {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .logout1 {
    display: none;
  }
}
.form-settings {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.form-settings .form-settings-field {
  width: 370px;
}
.form-settings .form-settings-field .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.form-settings .form-settings-field label,
.form-settings .form-settings-field .title-social,
.form-settings .form-settings-field .title-data {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .form-settings .form-settings-field label,
  .form-settings .form-settings-field .title-social,
  .form-settings .form-settings-field .title-data {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form-settings .form-settings-field label,
  .form-settings .form-settings-field .title-social,
  .form-settings .form-settings-field .title-data {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .form-settings .form-settings-field label,
  .form-settings .form-settings-field .title-social,
  .form-settings .form-settings-field .title-data {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.form-settings .form-settings-field select {
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.4);
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  height: 47px;
  appearance: none;
  background-image: url(/sites/all/themes/vesta_theme/image/select-chevron.svg);
  background-size: 13px 6px;
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.form-settings .form-settings-field select option {
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.4);
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.form-settings .form-settings-field .chosen-container {
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  min-height: 47px;
  appearance: none;
  background-image: url(/sites/all/themes/vesta_theme/image/select-chevron.svg);
  background-size: 13px 6px;
  background-repeat: no-repeat;
  background-position: right 20px center;
  cursor: pointer;
}
.form-settings .form-settings-field .chosen-container * {
  cursor: pointer;
}
.form-settings .form-settings-field .chosen-container .chosen-choices {
  border: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  box-shadow: none;
  min-height: 45px;
  background-color: transparent;
  background-image: none;
}
.form-settings .form-settings-field .chosen-container .chosen-choices .search-choice {
  margin: 5px;
  background-color: #560562;
  background-image: none;
  color: #fff;
  border: none;
  height: max-content;
}
.form-settings .form-settings-field .chosen-container .chosen-choices .search-choice * {
  color: #fff;
}
.form-settings .form-settings-field .chosen-container .chosen-choices .search-choice *:hover {
  background-position: -42px 1px !important;
}
.form-settings .form-settings-field .chosen-container .chosen-choices .search-choice a {
  filter: brightness(0) invert(1);
}
.form-settings .form-settings-field .chosen-container .active-result.highlighted {
  background-color: #560562;
  box-shadow: none;
}
.form-settings .form-settings-field textarea {
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.4);
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  height: 125px;
  resize: none;
}
.form-settings .form-settings-field textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .form-settings .form-settings-field textarea {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form-settings .form-settings-field textarea {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .form-settings .form-settings-field textarea {
    font-size: 12px;
  }
}
.form-settings .form-settings-field .form-type-textfield input,
.form-settings .form-settings-field .form-type-email input,
.form-settings .form-settings-field .form-type-tel input,
.form-settings .form-settings-field .form-type-url input {
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.4);
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  height: 47px;
}
.form-settings .form-settings-field .form-type-textfield input::placeholder,
.form-settings .form-settings-field .form-type-email input::placeholder,
.form-settings .form-settings-field .form-type-tel input::placeholder,
.form-settings .form-settings-field .form-type-url input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .form-settings .form-settings-field .form-type-textfield input,
  .form-settings .form-settings-field .form-type-email input,
  .form-settings .form-settings-field .form-type-tel input,
  .form-settings .form-settings-field .form-type-url input {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form-settings .form-settings-field .form-type-textfield input,
  .form-settings .form-settings-field .form-type-email input,
  .form-settings .form-settings-field .form-type-tel input,
  .form-settings .form-settings-field .form-type-url input {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .form-settings .form-settings-field .form-type-textfield input,
  .form-settings .form-settings-field .form-type-email input,
  .form-settings .form-settings-field .form-type-tel input,
  .form-settings .form-settings-field .form-type-url input {
    font-size: 12px;
  }
}
.form-settings .form-settings-field .form-composite legend {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}
.form-settings .form-settings-field .form-composite legend * {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .form-settings .form-settings-field .form-composite legend * {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form-settings .form-settings-field .form-composite legend * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .form-settings .form-settings-field .form-composite legend * {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .form-settings .form-settings-field .form-composite legend {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form-settings .form-settings-field .form-composite legend {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .form-settings .form-settings-field .form-composite legend {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.form-settings .form-settings-field .form-radios {
  display: flex;
  gap: 15px 75px;
  flex-wrap: wrap;
  height: 47px;
}
.form-settings .form-settings-field .form-radios .form-type-radio {
  display: flex;
  gap: 10px;
  align-items: center;
}
.form-settings .form-settings-field .form-radios .form-type-radio input {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #560562;
  border-radius: 50%;
}
.form-settings .form-settings-field .form-radios .form-type-radio input:checked {
  accent-color: #560562;
}
.form-settings .form-settings-field .form-radios .form-type-radio label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .form-settings .form-settings-field .form-radios .form-type-radio label {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form-settings .form-settings-field .form-radios .form-type-radio label {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .form-settings .form-settings-field .form-radios .form-type-radio label {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .form-settings .form-settings-field .form-radios {
    gap: 15px 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form-settings .form-settings-field .form-radios {
    gap: 15px 40px;
  }
}
@media screen and (max-width: 767px) {
  .form-settings .form-settings-field .form-radios {
    gap: 15px;
  }
}
.form-settings .form-settings-field .form-item--error-message {
  display: none !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .form-settings .form-settings-field {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form-settings .form-settings-field {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .form-settings .form-settings-field {
    width: 100%;
  }
}
.form-settings .form-settings-social {
  display: flex;
  gap: 15px 30px;
  flex-wrap: wrap;
}
.form-settings .form-settings-social .title-social {
  width: 100%;
  margin-bottom: 0;
}
.form-settings .form-settings-social .form-type-url {
  width: 236px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .form-settings .form-settings-social .form-type-url {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form-settings .form-settings-social .form-type-url {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .form-settings .form-settings-social .form-type-url {
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .form-settings .form-settings-social {
    gap: 15px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form-settings .form-settings-social {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .form-settings .form-settings-social {
    gap: 15px;
  }
}
.form-settings .form-settings-ekspertnost,
.form-settings .form-settings-social {
  width: 100%;
}
.form-settings .form-settings-data {
  display: flex;
  gap: 15px 20px;
  flex-wrap: wrap;
}
.form-settings .form-settings-data .title-data {
  margin-bottom: 0 !important;
}
.form-settings .form-settings-data .js-form-item label {
  display: none !important;
}
.form-settings .form-settings-data .form-item-birth-day {
  width: 90px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .form-settings .form-settings-data .form-item-birth-day {
    width: 172px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form-settings .form-settings-data .form-item-birth-day {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .form-settings .form-settings-data .form-item-birth-day {
    width: 100%;
  }
}
.form-settings .form-settings-data .form-item-birth-month {
  width: 130px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .form-settings .form-settings-data .form-item-birth-month {
    width: 210px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form-settings .form-settings-data .form-item-birth-month {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .form-settings .form-settings-data .form-item-birth-month {
    width: 100%;
  }
}
.form-settings .form-settings-data .form-item-birth-year {
  width: 110px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .form-settings .form-settings-data .form-item-birth-year {
    width: 210px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form-settings .form-settings-data .form-item-birth-year {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .form-settings .form-settings-data .form-item-birth-year {
    width: 100%;
  }
}
.form-settings .mt-10 {
  margin-left: auto;
  margin-right: auto;
}
.form-settings .form-submit {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .form-settings .form-submit {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form-settings .form-submit {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .form-settings .form-submit {
    padding: 9px;
    font-size: 12px;
  }
}
.form-settings .form-submit:hover {
  background-color: transparent;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .form-settings {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form-settings {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .form-settings {
    gap: 15px;
  }
}
.field--name-dynamic-twig-fieldnode-comments-count {
  width: max-content;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
}
.field--name-dynamic-twig-fieldnode-comments-count:before {
  content: url(/sites/all/themes/vesta_theme/image/chat3.svg);
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .field--name-dynamic-twig-fieldnode-comments-count:before {
    content: url(/sites/all/themes/vesta_theme/image/chat3m.svg);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .field--name-dynamic-twig-fieldnode-comments-count {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .field--name-dynamic-twig-fieldnode-comments-count {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .field--name-dynamic-twig-fieldnode-comments-count {
    font-size: 12px;
  }
}
.field--name-dynamic-block-fieldnode-kolichestvo-prosmotrov .field--name-field-view-count {
  gap: 0;
}
.field--name-dynamic-block-fieldnode-kolichestvo-prosmotrov .field--name-field-view-count:before {
  display: none;
}
.field--name-field-view-count {
  margin-right: 10px;
  width: max-content;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
}
.field--name-field-view-count:before {
  content: url(/sites/all/themes/vesta_theme/image/eye3.svg);
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .field--name-field-view-count:before {
    content: url(/sites/all/themes/vesta_theme/image/eye3m.svg);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .field--name-field-view-count {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .field--name-field-view-count {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .field--name-field-view-count {
    font-size: 12px;
  }
}
.comment-comment-delete-form .form-actions {
  display: flex;
  gap: 15px;
}
.comment-comment-delete-form .form-actions .button--primary {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .comment-comment-delete-form .form-actions .button--primary {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .comment-comment-delete-form .form-actions .button--primary {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .comment-comment-delete-form .form-actions .button--primary {
    padding: 9px;
    font-size: 12px;
  }
}
.comment-comment-delete-form .form-actions .button--primary:hover {
  background-color: transparent;
  color: #000;
}
.comment-comment-delete-form .form-actions .dialog-cancel {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: transparent;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .comment-comment-delete-form .form-actions .dialog-cancel {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .comment-comment-delete-form .form-actions .dialog-cancel {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .comment-comment-delete-form .form-actions .dialog-cancel {
    padding: 9px;
    font-size: 12px;
  }
}
.comment-comment-delete-form .form-actions .dialog-cancel:hover {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .comment-comment-delete-form .form-actions .dialog-cancel:hover {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .comment-comment-delete-form .form-actions .dialog-cancel:hover {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .comment-comment-delete-form .form-actions .dialog-cancel:hover {
    padding: 9px;
    font-size: 12px;
  }
}
.achievements-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  width: 570px;
}
.achievements-gallery .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.achievements-gallery .slick-track {
  display: flex;
  width: max-content !important;
}
.achievements-gallery .slick-arrow {
  top: auto;
  bottom: -130px;
  transform: translateY(0) !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .achievements-gallery .slick-arrow {
    bottom: -110px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .achievements-gallery .slick-arrow {
    bottom: -90px;
  }
}
@media screen and (max-width: 767px) {
  .achievements-gallery .slick-arrow {
    bottom: -60px;
  }
}
@media screen and (min-width: 1200px) {
  .achievements-gallery .slick-prev {
    left: -75px;
  }
}
@media screen and (min-width: 1200px) {
  .achievements-gallery .slick-next {
    right: -75px;
  }
}
.achievements-gallery .achievement-item {
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}
.achievements-gallery .achievement-item * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.achievements-gallery .achievement-item img {
  transition: 0.3s;
}
.achievements-gallery .achievement-item img:hover {
  transform: scale(1.1);
}
.achievements-gallery .achievement-item .achievement-remove-link {
  display: block;
  width: max-content !important;
  height: max-content !important;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 100px;
  color: #000;
}
.achievements-gallery .achievement-item .achievement-remove-link:hover {
  color: #fff;
  background-color: #560562;
}
@media screen and (min-width: 1200px) {
  .achievements-gallery .achievement-item {
    width: 270px !important;
    height: 382px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .achievements-gallery .achievement-item {
    width: 270px !important;
    height: 382px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .achievements-gallery .achievement-item {
    width: 270px !important;
    height: 382px !important;
  }
}
@media screen and (max-width: 767px) {
  .achievements-gallery .achievement-item {
    height: 300px !important;
  }
}
@media screen and (max-width: 400px) {
  .achievements-gallery .achievement-item {
    height: 250px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .achievements-gallery {
    margin-top: 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .achievements-gallery {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .achievements-gallery {
    margin-top: 15px;
    width: 100%;
  }
}
.user-achievements-form {
  margin-top: 85px;
}
.user-achievements-form .form-type-file {
  display: flex;
  justify-content: center;
  margin: 0;
}
.user-achievements-form .form-type-file label {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin: 0;
  transition: 0.3s;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user-achievements-form .form-type-file label {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .user-achievements-form .form-type-file label {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .user-achievements-form .form-type-file label {
    padding: 9px;
    font-size: 12px;
  }
}
.user-achievements-form .form-type-file label:hover {
  background-color: transparent;
  color: #000;
}
.user-achievements-form .form-type-file .form-file {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user-achievements-form {
    margin-top: 65px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .user-achievements-form {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .user-achievements-form {
    margin-top: 25px;
  }
}
.view-experts .view-filters .views-exposed-form .form--inline > * {
  margin-top: 0 !important;
}
.view-experts .view-filters .views-exposed-form .form--inline .form-checkboxes .form-checkboxes {
  display: flex;
  gap: 10px 15px;
  flex-wrap: wrap;
}
.view-experts .view-filters .views-exposed-form .form--inline .form-checkboxes .form-checkboxes .form-item {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.view-experts .view-filters .views-exposed-form .form--inline .form-checkboxes .form-checkboxes .form-item input {
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border: 1px solid #560562;
}
.view-experts .view-filters .views-exposed-form .form--inline .form-checkboxes .form-checkboxes .form-item input:checked {
  background-color: #560562;
}
.view-experts .view-filters .views-exposed-form .form--inline .form-checkboxes .form-checkboxes .form-item label {
  margin: 0;
}
.view-experts .view-filters .views-exposed-form .form--inline select {
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.4);
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  height: 47px;
  appearance: none;
  background-image: url(/sites/all/themes/vesta_theme/image/select-chevron.svg);
  background-size: 13px 6px;
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.view-experts .view-filters .views-exposed-form .form--inline select option {
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.4);
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-experts .view-filters .views-exposed-form .form--inline .form-actions input {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-experts .view-filters .views-exposed-form .form--inline .form-actions input {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-experts .view-filters .views-exposed-form .form--inline .form-actions input {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-experts .view-filters .views-exposed-form .form--inline .form-actions input {
    padding: 9px;
    font-size: 12px;
  }
}
.view-experts .view-filters .views-exposed-form .form--inline .form-actions input:hover {
  background-color: transparent;
  color: #000;
}
.view-experts .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-experts .view-content h3 {
  display: block;
  width: 100% !important;
  text-transform: uppercase;
}
.view-experts .view-content .views-row {
  width: 270px;
  /*.mobile({
        width: 253px !important;
      });
      @media screen and (max-width: 575px){
        width: ~"calc(100vw - 40px)" !important;
      };*/
}
.view-experts .view-content .views-row .expert-img {
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.view-experts .view-content .views-row .expert-img * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.view-experts .view-content .views-row .expert-img img {
  transition: 0.3s;
}
.view-experts .view-content .views-row .expert-img img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .view-experts .view-content .views-row .expert-img {
    height: 200px;
  }
}
.view-experts .view-content .views-row .expert-link {
  margin-top: 5px;
  color: #000;
  font-family: "Forum", serif;
  font-size: 18px;
}
.view-experts .view-content .views-row .expert-link:hover {
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-experts .view-content .views-row .expert-link {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-experts .view-content .views-row .expert-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-experts .view-content .views-row .expert-link {
    font-size: 12px;
  }
}
.view-experts .view-content .views-row .expert-rubriki {
  color: #560562;
  font-size: 12px;
}
.view-experts .view-content .views-row .expert-rubriki * {
  color: #560562;
  font-size: 12px;
}
.view-experts .view-content .views-row .expert-rubriki a:hover {
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-experts .view-content .views-row {
    width: 218px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-experts .view-content .views-row {
    width: 226px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .view-experts .view-content .views-row {
    width: 273px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-experts .view-content {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-experts {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.user-anonymous .comment-comment-form .form-item-name,
.user-anonymous .comment-comment-form .form-actions {
  display: none !important;
}
.user-anonymous .comment-comment-form .field--name-comment-body {
  pointer-events: none !important;
}
.user-anonymous .page-user .profile {
  display: none !important;
}
.user-anonymous .page-user .main {
  width: 100% !important;
}
.user-anonymous .page-user .main .user-nav {
  display: none !important;
}
.user-anonymous .page-user .main .region-content {
  margin-top: 20px;
}
.about-user {
  display: none;
}
.page-user .about-user {
  display: block;
}
.page-user .about-user > * {
  margin-top: 15px;
}
.page-user .about-user .field--name-field-ekspertnost * {
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .page-user .about-user .field--name-field-ekspertnost {
    margin-top: 15px !important;
  }
}
.about-more.none {
  display: none !important;
}
.logout {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.logout a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  border: 1px solid #560562 !important;
  background-color: #560562 !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .logout a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .logout a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .logout a {
    padding: 9px;
    font-size: 12px;
  }
}
.logout a:hover,
.logout a:focus {
  background-color: transparent;
  color: #000;
  background-color: transparent !important;
}
@media screen and (max-width: 767px) {
  .logout {
    display: none;
  }
}
.knopka-vyyti .ui-dialog-buttonpane {
  display: none !important;
}
.knopka-vyyti .form-type-processed-text a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .knopka-vyyti .form-type-processed-text a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .knopka-vyyti .form-type-processed-text a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .knopka-vyyti .form-type-processed-text a {
    padding: 9px;
    font-size: 12px;
  }
}
.knopka-vyyti .form-type-processed-text a:hover {
  background-color: transparent;
  color: #000;
}
.user-photo-form2 .form-file {
  border: none;
  margin: 0;
  padding: 0;
  width: max-content;
}
.user-photo-form2 .form-submit {
  display: none !important;
}
#edit-account #edit-mail--description,
#edit-account #edit-field-vkontakte-0-uri--description,
#edit-account #edit-field-telegram-0-uri--description,
#edit-account #edit-field-whatsapp-0-uri--description {
  display: none;
}
#edit-account #edit-pass .form-type-password {
  width: 100%;
  max-width: 100%;
}
body.not-front div.mm-page div.not-front main.main .region-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 767px) {
  body.not-front div.mm-page div.not-front main.main .region-content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
/*.view-redakciya-portala {
  .view-content {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    .views-infinite-scroll-content-wrapper {
      width: 100%;
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
      .views-row {
        width: 270px;
        .node--type-redakciya {
          display: flex;
          flex-direction: column;
          height: 100%;
          .field--name-field-redakciya-foto {
            width: 100%;
            height: 270px;
            overflow: hidden;
            * {
              width: 100% !important;
              height: 100% !important;
              object-fit: cover;
            }
            img {
              transition: 0.3s;
              &:hover {
                transform: scale(1.1);
              }
            }
            .tablet({
              height: 300px;
            });
            .mobile-lg({
              height: 226px;
            });
            .mobile({
              height: 200px;
            });
          }
          .field--name-node-title {
            margin-top: 10px;
            font-size: 24px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: @purple;
            * {
              font-size: 24px;
              font-weight: normal;
              font-stretch: normal;
              font-style: normal;
              line-height: normal;
              letter-spacing: normal;
              text-align: left;
              color: @purple;
              .tablet({
                font-size: 22px;
              });
              .mobile-lg({
                font-size: 20px;
              });
              .mobile({
                font-size: 18px;
              });
            }
            a {
              &:hover {
                color: @black;
              }
            }
            .tablet({
              font-size: 22px;
            });
            .mobile-lg({
              font-size: 20px;
            });
            .mobile({
              font-size: 18px;
            });
          }
          .field--name-field-dolzhnost {
            .field__label {
              font-weight: 400;
            }
          }
          .field--name-body {
            margin-top: 15px;
            margin-bottom: 15px;
          }
          .field--name-node-link {
            margin-top: auto;
            a {
              .purple_btn();
              &:hover {
                .purple_btn_hover();
              }
            }
          }
        }
        .tablet({
          width: 300px;
        });
        .mobile-lg({
          width: 226px;
        });
        .mobile({
          width: ~"calc(50% - 7.5px)";
        });
      }
      .mobile({
        gap: 15px;
      });
    }
    .mobile({
      gap: 15px;
    });
  }
}*/
/*.node--type-redakciya.node--view-mode-full {
  .field--name-field-redakciya-foto {
    width: 50%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    * {
      width: 100% !important;
      height: auto;
    }
    @media screen and (max-width: 400px){
      width: 100%;
      float: none;
    };
  }
  .field--name-field-dolzhnost {
    float: right;
    width: ~"calc(50% - 10px)";
    margin-bottom: 10px;
    @media screen and (max-width: 400px){
      width: 100%;
      float: none;
    };
  }
}*/
#edit-field-pol-none {
  display: none !important;
}
label[for="edit-field-pol-none"] {
  display: none !important;
}
#block-vesta-theme-views-block-vakansii-block-1 {
  margin-top: 30px;
}
#block-vesta-theme-views-block-vakansii-block-1 .block-title {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #560562;
  margin-bottom: 30px;
  font-size: 28px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-vakansii-block-1 .block-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-vakansii-block-1 .block-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-vakansii-block-1 .block-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-vakansii-block-1 .block-title {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-vakansii-block-1 .block-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-vakansii-block-1 .block-title {
    font-size: 16px;
  }
}
.view-vakansii .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.view-vakansii .view-content .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.view-vakansii .view-content .views-infinite-scroll-content-wrapper .views-row {
  width: calc(50% - 15px);
  padding: 15px;
  background-color: #F3F3F3;
}
.view-vakansii .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-vakansiya {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.view-vakansii .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-vakansiya .field--name-node-title {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
}
.view-vakansii .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-vakansiya .field--name-node-title * {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-vakansii .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-vakansiya .field--name-node-title * {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-vakansii .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-vakansiya .field--name-node-title * {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-vakansii .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-vakansiya .field--name-node-title * {
    font-size: 18px;
  }
}
.view-vakansii .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-vakansiya .field--name-node-title a:hover {
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-vakansii .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-vakansiya .field--name-node-title {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-vakansii .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-vakansiya .field--name-node-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-vakansii .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-vakansiya .field--name-node-title {
    font-size: 18px;
  }
}
.view-vakansii .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-vakansiya .field--name-body {
  margin-top: 15px;
  margin-bottom: 15px;
}
.view-vakansii .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-vakansiya .field--name-node-link {
  margin-top: auto;
}
.view-vakansii .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-vakansiya .field--name-node-link a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-vakansii .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-vakansiya .field--name-node-link a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-vakansii .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-vakansiya .field--name-node-link a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-vakansii .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-vakansiya .field--name-node-link a {
    padding: 9px;
    font-size: 12px;
  }
}
.view-vakansii .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-vakansiya .field--name-node-link a:hover {
  background-color: transparent;
  color: #000;
}
@media screen and (max-width: 767px) {
  .view-vakansii .view-content .views-infinite-scroll-content-wrapper .views-row {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .view-vakansii .view-content .views-infinite-scroll-content-wrapper {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-vakansii .view-content {
    gap: 15px;
  }
}
#block-vesta-theme-views-block-experts-block-1 {
  margin-top: 30px;
}
#block-vesta-theme-views-block-experts-block-1 .block-title {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #560562;
  margin-bottom: 30px;
  font-size: 28px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-experts-block-1 .block-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-experts-block-1 .block-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-experts-block-1 .block-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-experts-block-1 .block-title {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-experts-block-1 .block-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-experts-block-1 .block-title {
    font-size: 16px;
  }
}
.view-id-experts.view-display-id-page_2 .view-content h3,
.view-id-experts.view-display-id-block_1 .view-content h3 {
  display: none;
}
.view-id-experts.view-display-id-page_2 .view-content .views-row .expert-link,
.view-id-experts.view-display-id-block_1 .view-content .views-row .expert-link {
  display: block;
  width: 100%;
  font-size: 20px;
  text-align: center;
}
.view-id-experts.view-display-id-page_2 .view-content .views-row .field-pochta a,
.view-id-experts.view-display-id-block_1 .view-content .views-row .field-pochta a {
  color: #560562;
}
.view-id-experts.view-display-id-page_2 .view-content .views-row .field-pochta a:hover,
.view-id-experts.view-display-id-block_1 .view-content .views-row .field-pochta a:hover {
  color: #000;
}
.view-id-experts.view-display-id-page_2 .view-content .views-row .field-specializaciya-title,
.view-id-experts.view-display-id-block_1 .view-content .views-row .field-specializaciya-title {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}
.view-id-experts.view-display-id-page_2 .view-content .views-row .field-specializaciya,
.view-id-experts.view-display-id-block_1 .view-content .views-row .field-specializaciya {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}
.view-id-experts.view-display-id-page_2 .view-content .views-row .field-specializaciya a,
.view-id-experts.view-display-id-block_1 .view-content .views-row .field-specializaciya a {
  color: #000;
  pointer-events: none;
}
.view-id-experts.view-display-id-page_2 .view-content .views-row .field-specializaciya a:hover,
.view-id-experts.view-display-id-block_1 .view-content .views-row .field-specializaciya a:hover {
  color: #560562;
}
.view-id-experts.view-display-id-page_2 .view-content .views-row .field-pochta,
.view-id-experts.view-display-id-block_1 .view-content .views-row .field-pochta {
  margin-top: 10px;
  text-align: center;
}
.view-id-experts.view-display-id-page_2 .view-content .views-row .field-social,
.view-id-experts.view-display-id-block_1 .view-content .views-row .field-social {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.view-id-experts.view-display-id-page_2 .view-content .views-row .field-social > div,
.view-id-experts.view-display-id-block_1 .view-content .views-row .field-social > div {
  width: 20px;
  height: 20px;
}
.view-id-experts.view-display-id-page_2 .view-content .views-row .field-social a,
.view-id-experts.view-display-id-block_1 .view-content .views-row .field-social a {
  display: block;
  width: 100%;
  height: 100% !important;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.view-id-experts.view-display-id-page_2 .view-content .views-row .field-social .whatsapp a,
.view-id-experts.view-display-id-block_1 .view-content .views-row .field-social .whatsapp a {
  background-image: url(/sites/all/themes/vesta_theme/image/wp1.svg);
}
.view-id-experts.view-display-id-page_2 .view-content .views-row .field-social .vkontakte a,
.view-id-experts.view-display-id-block_1 .view-content .views-row .field-social .vkontakte a {
  background-image: url(/sites/all/themes/vesta_theme/image/vk1.svg);
}
.view-id-experts.view-display-id-page_2 .view-content .views-row .field-social .telegram a,
.view-id-experts.view-display-id-block_1 .view-content .views-row .field-social .telegram a {
  background-image: url(/sites/all/themes/vesta_theme/image/tg1.svg);
}
.view-specproekt.view-display-id-page_1 .view-content,
.view-afisha.view-display-id-page_1 .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.view-specproekt.view-display-id-page_1 .view-content .views-infinite-scroll-content-wrapper,
.view-afisha.view-display-id-page_1 .view-content .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .view-specproekt.view-display-id-page_1 .view-content .views-infinite-scroll-content-wrapper,
  .view-afisha.view-display-id-page_1 .view-content .views-infinite-scroll-content-wrapper {
    gap: 15px;
  }
}
.view-specproekt.view-display-id-page_1 .view-content .views-row,
.view-afisha.view-display-id-page_1 .view-content .views-row {
  width: 370px;
  position: relative;
}
.view-specproekt.view-display-id-page_1 .view-content .views-row:before,
.view-afisha.view-display-id-page_1 .view-content .views-row:before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 0;
  display: block;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  background-color: #f3f3f3;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .view-specproekt.view-display-id-page_1 .view-content .views-row:before,
  .view-afisha.view-display-id-page_1 .view-content .views-row:before {
    top: -7.5px;
    left: -7.5px;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
  }
}
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt,
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha {
  position: relative;
  z-index: 1;
}
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt .content0,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt .content0,
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha .content0,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha .content0 {
  display: flex;
  flex-wrap: wrap;
}
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-field-fon,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-field-fon,
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-field-fon,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-field-fon,
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-field-fon1,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-field-fon1,
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-field-fon1,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-field-fon1 {
  width: 100%;
  height: 205px;
  overflow: hidden;
  min-width: 0 !important;
}
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-field-fon *,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-field-fon *,
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-field-fon *,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-field-fon *,
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-field-fon1 *,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-field-fon1 *,
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-field-fon1 *,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-field-fon1 * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-field-fon img,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-field-fon img,
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-field-fon img,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-field-fon img,
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-field-fon1 img,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-field-fon1 img,
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-field-fon1 img,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-field-fon1 img {
  transition: 0.3s;
}
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-field-fon img:hover,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-field-fon img:hover,
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-field-fon img:hover,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-field-fon img:hover,
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-field-fon1 img:hover,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-field-fon1 img:hover,
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-field-fon1 img:hover,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-field-fon1 img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-field-fon,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-field-fon,
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-field-fon,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-field-fon,
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-field-fon1,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-field-fon1,
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-field-fon1,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-field-fon1 {
    width: 110px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-node-title,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-node-title,
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-node-title,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-node-title {
  margin-top: 20px;
  width: 100%;
}
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-node-title *,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-node-title *,
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-node-title *,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-node-title * {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
  margin: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-node-title *,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-node-title *,
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-node-title *,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-node-title * {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-node-title *,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-node-title *,
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-node-title *,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-node-title * {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-node-title *,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-node-title *,
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-node-title *,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-node-title * {
    font-size: 14px;
  }
}
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-node-title a:hover,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-node-title a:hover,
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-node-title a:hover,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-node-title a:hover {
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-node-title,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-node-title,
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-node-title,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-node-title {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-node-title,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-node-title,
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-node-title,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-node-title {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-node-title,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-node-title,
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-node-title,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-node-title {
    margin-top: 10px;
    margin-bottom: 23px;
  }
}
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-body,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-body,
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-body,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-body {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-body *,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-body *,
.view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-body *,
.view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-body * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-body *,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-body *,
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-body *,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-body * {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-body *,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-body *,
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-body *,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-body * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-body *,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-body *,
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-body *,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-body * {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-body,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-body,
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-body,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-body {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-body,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-body,
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-body,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-body {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-body,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt .field--name-body,
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-body,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha .field--name-body {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-specproekt,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-specproekt,
  .view-specproekt.view-display-id-page_1 .view-content .views-row .node--type-afisha,
  .view-afisha.view-display-id-page_1 .view-content .views-row .node--type-afisha {
    padding-left: 120px;
  }
}
.view-specproekt.view-display-id-page_1 .view-content .views-row:hover:before,
.view-afisha.view-display-id-page_1 .view-content .views-row:hover:before {
  opacity: 1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-specproekt.view-display-id-page_1 .view-content .views-row,
  .view-afisha.view-display-id-page_1 .view-content .views-row {
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-specproekt.view-display-id-page_1 .view-content .views-row,
  .view-afisha.view-display-id-page_1 .view-content .views-row {
    width: 354px;
  }
}
@media screen and (max-width: 767px) {
  .view-specproekt.view-display-id-page_1 .view-content .views-row,
  .view-afisha.view-display-id-page_1 .view-content .views-row {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .view-specproekt.view-display-id-page_1 .view-content,
  .view-afisha.view-display-id-page_1 .view-content {
    gap: 15px;
  }
}
.video-embed-field-lazy-play {
  border: none !important;
}
.node--type-klip.node--view-mode-full .field--name-field-video {
  margin-top: 40px;
  width: 100%;
  height: 500px;
}
.node--type-klip.node--view-mode-full .field--name-field-video .media {
  width: 100%;
  height: 100%;
}
.node--type-klip.node--view-mode-full .field--name-field-video .media .field--name-field-media-video-file {
  width: 100%;
  height: 100%;
}
.node--type-klip.node--view-mode-full .field--name-field-video .media .field--name-field-media-video-file .field__item {
  width: 100%;
  height: 100%;
}
.node--type-klip.node--view-mode-full .field--name-field-video .media .field--name-field-media-video-file .field__item * {
  background-color: #000;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-klip.node--view-mode-full .field--name-field-video {
    margin-top: 35px;
    height: 450px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-klip.node--view-mode-full .field--name-field-video {
    margin-top: 30px;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-field-video {
    margin-top: 25px;
    height: 350px;
  }
}
.node--type-klip.node--view-mode-full .field--name-field-youtube-rutube-video {
  margin-top: 40px;
  width: 100%;
  height: 500px;
}
.node--type-klip.node--view-mode-full .field--name-field-youtube-rutube-video > div {
  width: 100%;
  height: 100%;
}
.node--type-klip.node--view-mode-full .field--name-field-youtube-rutube-video > div iframe {
  background-color: #000;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-klip.node--view-mode-full .field--name-field-youtube-rutube-video {
    margin-top: 35px;
    height: 450px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-klip.node--view-mode-full .field--name-field-youtube-rutube-video {
    margin-top: 30px;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-field-youtube-rutube-video {
    margin-top: 25px;
    height: 350px;
  }
}
.node--type-klip.node--view-mode-full .field--name-field-data {
  margin-right: auto;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-klip.node--view-mode-full .field--name-field-data {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-klip.node--view-mode-full .field--name-field-data {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-klip.node--view-mode-full .field--name-field-data {
    font-size: 12px;
  }
}
#block-vesta-theme-page-title.left {
  margin-left: 0;
  margin-right: 0;
}
#block-vesta-theme-page-title.left h1 {
  margin-top: 40px;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
  text-transform: uppercase;
}
#block-vesta-theme-page-title.left h1 * {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-page-title.left h1 * {
    font-size: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-page-title.left h1 * {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-page-title.left h1 * {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-page-title.left h1 {
    margin-top: 35px;
    font-size: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-page-title.left h1 {
    margin-top: 30px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-page-title.left h1 {
    margin-top: 25px;
    font-size: 24px;
  }
}
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/* FORUM */
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
.page-view--forum_categories #block-vesta-theme-page-title,
.page-view--forum_categories #block-vesta-theme-content {
  display: none;
}
.view-forum-categories .view-content {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.view-forum-categories .view-content .views-row a:nth-child(1) {
  display: none;
}
.view-forum-categories .view-content .views-row a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: transparent;
  color: #000;
  color: #560562;
  padding: 9px 18px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-forum-categories .view-content .views-row a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-forum-categories .view-content .views-row a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-forum-categories .view-content .views-row a {
    padding: 9px;
    font-size: 12px;
  }
}
.view-forum-categories .view-content .views-row a:hover {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 9px 18px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-forum-categories .view-content .views-row a:hover {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-forum-categories .view-content .views-row a:hover {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-forum-categories .view-content .views-row a:hover {
    padding: 9px;
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-forum-categories .view-content .views-row a:hover {
    padding: 9px 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-forum-categories .view-content .views-row a:hover {
    padding: 9px 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-forum-categories .view-content .views-row a:hover {
    padding: 9px 18px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-forum-categories .view-content .views-row a {
    padding: 9px 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-forum-categories .view-content .views-row a {
    padding: 9px 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-forum-categories .view-content .views-row a {
    padding: 9px 18px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-forum-categories .view-content {
    margin-top: 30px;
    gap: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-forum-categories .view-content {
    margin-top: 20px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .view-forum-categories .view-content {
    margin-top: 20px;
    gap: 10px;
  }
}
.view-spisok-tem-razdela-foruma .view-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.view-spisok-tem-razdela-foruma .view-content .views-row {
  display: flex;
  gap: 0 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 15px 15px 15px 20px;
}
.view-spisok-tem-razdela-foruma .view-content .views-row .views-field-title {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-spisok-tem-razdela-foruma .view-content .views-row .views-field-title * {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-spisok-tem-razdela-foruma .view-content .views-row .views-field-title * {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-spisok-tem-razdela-foruma .view-content .views-row .views-field-title * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-spisok-tem-razdela-foruma .view-content .views-row .views-field-title * {
    font-size: 12px;
  }
}
.view-spisok-tem-razdela-foruma .view-content .views-row .views-field-title a:hover {
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-spisok-tem-razdela-foruma .view-content .views-row .views-field-title {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-spisok-tem-razdela-foruma .view-content .views-row .views-field-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-spisok-tem-razdela-foruma .view-content .views-row .views-field-title {
    font-size: 12px;
  }
}
.view-spisok-tem-razdela-foruma .view-content .views-row .views-field-created {
  margin-top: 11px;
  display: flex;
  width: max-content;
  opacity: 0.5;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-spisok-tem-razdela-foruma .view-content .views-row .views-field-created * {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-spisok-tem-razdela-foruma .view-content .views-row .views-field-created * {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-spisok-tem-razdela-foruma .view-content .views-row .views-field-created * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-spisok-tem-razdela-foruma .view-content .views-row .views-field-created * {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-spisok-tem-razdela-foruma .view-content .views-row .views-field-created {
    margin-top: 10px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-spisok-tem-razdela-foruma .view-content .views-row .views-field-created {
    margin-top: 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-spisok-tem-razdela-foruma .view-content .views-row .views-field-created {
    margin-top: 5px;
    font-size: 12px;
  }
}
.view-spisok-tem-razdela-foruma .view-content .views-row .views-field-new-comments-count {
  margin-top: 11px;
  display: flex;
  width: max-content;
}
.view-spisok-tem-razdela-foruma .view-content .views-row .views-field-new-comments-count .field-content {
  display: flex;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-spisok-tem-razdela-foruma .view-content .views-row .views-field-new-comments-count .field-content {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-spisok-tem-razdela-foruma .view-content .views-row .views-field-new-comments-count .field-content {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-spisok-tem-razdela-foruma .view-content .views-row .views-field-new-comments-count .field-content {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-spisok-tem-razdela-foruma .view-content .views-row .views-field-new-comments-count {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-spisok-tem-razdela-foruma .view-content .views-row .views-field-new-comments-count {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .view-spisok-tem-razdela-foruma .view-content .views-row .views-field-new-comments-count {
    margin-top: 5px;
  }
}
.view-spisok-tem-razdela-foruma .more-link {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
.view-spisok-tem-razdela-foruma .more-link a {
  display: block;
  width: max-content;
  padding: 12px 28px;
  border-radius: 5px;
  border: 3px solid #560562;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
}
.view-spisok-tem-razdela-foruma .more-link a:hover {
  background-color: #560562;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-spisok-tem-razdela-foruma .more-link a {
    padding: 10px 25px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-spisok-tem-razdela-foruma .more-link a {
    padding: 10px 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-spisok-tem-razdela-foruma .more-link a {
    padding: 10px 15px;
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-spisok-tem-razdela-foruma .more-link {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-spisok-tem-razdela-foruma .more-link {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .view-spisok-tem-razdela-foruma .more-link {
    margin-top: 20px;
  }
}
#block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-1,
#block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-2,
#block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-3,
#block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-4,
#block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-5,
#block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-6 {
  margin-top: 100px;
}
#block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-1 .block-title,
#block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-2 .block-title,
#block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-3 .block-title,
#block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-4 .block-title,
#block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-5 .block-title,
#block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-6 .block-title {
  max-width: calc(100% - 300px);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px !important;
  font-size: 40px !important;
  font-weight: normal !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: normal;
  text-align: center;
  color: #560562;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-1 .block-title,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-2 .block-title,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-3 .block-title,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-4 .block-title,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-5 .block-title,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-6 .block-title {
    margin-bottom: 30px !important;
    font-size: 35px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-1 .block-title,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-2 .block-title,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-3 .block-title,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-4 .block-title,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-5 .block-title,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-6 .block-title {
    margin-bottom: 20px !important;
    font-size: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-1 .block-title,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-2 .block-title,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-3 .block-title,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-4 .block-title,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-5 .block-title,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-6 .block-title {
    max-width: 100%;
    margin-bottom: 20px !important;
    font-size: 25px !important;
  }
}
#block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-1 .forum-topic-count,
#block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-2 .forum-topic-count,
#block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-3 .forum-topic-count,
#block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-4 .forum-topic-count,
#block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-5 .forum-topic-count,
#block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-6 .forum-topic-count {
  position: absolute;
  top: -60px;
  right: 0;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-1 .forum-topic-count,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-2 .forum-topic-count,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-3 .forum-topic-count,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-4 .forum-topic-count,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-5 .forum-topic-count,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-6 .forum-topic-count {
    top: -50px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-1 .forum-topic-count,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-2 .forum-topic-count,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-3 .forum-topic-count,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-4 .forum-topic-count,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-5 .forum-topic-count,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-6 .forum-topic-count {
    top: -40px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-1 .forum-topic-count,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-2 .forum-topic-count,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-3 .forum-topic-count,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-4 .forum-topic-count,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-5 .forum-topic-count,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-6 .forum-topic-count {
    position: relative;
    top: 0;
    font-size: 12px;
    text-align: right;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-1,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-2,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-3,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-4,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-5,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-6 {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-1,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-2,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-3,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-4,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-5,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-6 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-1,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-2,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-3,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-4,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-5,
  #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-6 {
    margin-top: 40px;
  }
}
.node--type-forum-tema.node--view-mode-full {
  max-width: 870px;
  position: relative;
}
.node--type-forum-tema.node--view-mode-full .field--name-node-title {
  margin-top: 60px;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
  text-transform: uppercase;
}
.node--type-forum-tema.node--view-mode-full .field--name-node-title h1 {
  padding-right: 100px;
}
@media screen and (max-width: 767px) {
  .node--type-forum-tema.node--view-mode-full .field--name-node-title h1 {
    padding-right: 75px;
  }
}
.node--type-forum-tema.node--view-mode-full .field--name-node-title * {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-forum-tema.node--view-mode-full .field--name-node-title * {
    font-size: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-forum-tema.node--view-mode-full .field--name-node-title * {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-forum-tema.node--view-mode-full .field--name-node-title * {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-forum-tema.node--view-mode-full .field--name-node-title {
    margin-top: 45px;
    font-size: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-forum-tema.node--view-mode-full .field--name-node-title {
    margin-top: 30px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-forum-tema.node--view-mode-full .field--name-node-title {
    margin-top: 25px;
    font-size: 24px;
  }
}
.node--type-forum-tema.node--view-mode-full .content00 {
  position: relative;
  margin-top: 120px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-forum-tema.node--view-mode-full .content00 {
    margin-top: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-forum-tema.node--view-mode-full .content00 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-forum-tema.node--view-mode-full .content00 {
    margin-top: 30px;
  }
}
.node--type-forum-tema.node--view-mode-full .field--name-field-date1 {
  position: absolute;
  top: 18px;
  right: 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-forum-tema.node--view-mode-full .field--name-field-date1 {
    top: 18px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-forum-tema.node--view-mode-full .field--name-field-date1 {
    top: 18px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-forum-tema.node--view-mode-full .field--name-field-date1 {
    top: 18px;
    font-size: 12px;
  }
}
.node--type-forum-tema.node--view-mode-full .field--name-field-tegi1 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.node--type-forum-tema.node--view-mode-full .field--name-field-tegi1 .field__item a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: transparent;
  color: #000;
  color: #560562;
  padding: 9px 18px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-forum-tema.node--view-mode-full .field--name-field-tegi1 .field__item a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-forum-tema.node--view-mode-full .field--name-field-tegi1 .field__item a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-forum-tema.node--view-mode-full .field--name-field-tegi1 .field__item a {
    padding: 9px;
    font-size: 12px;
  }
}
.node--type-forum-tema.node--view-mode-full .field--name-field-tegi1 .field__item a:hover {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 9px 18px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-forum-tema.node--view-mode-full .field--name-field-tegi1 .field__item a:hover {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-forum-tema.node--view-mode-full .field--name-field-tegi1 .field__item a:hover {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-forum-tema.node--view-mode-full .field--name-field-tegi1 .field__item a:hover {
    padding: 9px;
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-forum-tema.node--view-mode-full .field--name-field-tegi1 .field__item a:hover {
    padding: 9px 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-forum-tema.node--view-mode-full .field--name-field-tegi1 .field__item a:hover {
    padding: 9px 18px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-forum-tema.node--view-mode-full .field--name-field-tegi1 .field__item a:hover {
    padding: 9px 18px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-forum-tema.node--view-mode-full .field--name-field-tegi1 .field__item a {
    padding: 9px 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-forum-tema.node--view-mode-full .field--name-field-tegi1 .field__item a {
    padding: 9px 18px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-forum-tema.node--view-mode-full .field--name-field-tegi1 .field__item a {
    padding: 9px 18px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-forum-tema.node--view-mode-full .field--name-field-tegi1 {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-forum-tema.node--view-mode-full .field--name-field-tegi1 {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-forum-tema.node--view-mode-full .field--name-field-tegi1 {
    gap: 10px;
  }
}
.node--type-forum-tema.node--view-mode-full .field--name-body {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .node--type-forum-tema.node--view-mode-full .field--name-body * {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-forum-tema.node--view-mode-full .field--name-body {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-forum-tema.node--view-mode-full .field--name-body {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-forum-tema.node--view-mode-full .field--name-body {
    margin-top: 20px;
  }
}
.node--type-forum-tema.node--view-mode-full .content0 {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-forum-tema.node--view-mode-full .content0 {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-forum-tema.node--view-mode-full .content0 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-forum-tema.node--view-mode-full .content0 {
    margin-top: 20px;
    gap: 10px;
  }
}
.node--type-forum-tema.node--view-mode-full .field--name-field-author-w-label,
.node--type-forum-tema.node--view-mode-full .field--name-field-avtor {
  margin-top: 0 !important;
  margin-right: auto;
}
.node--type-forum-tema.node--view-mode-full .flag-v-izbrannoe a {
  background-image: none !important;
}
.node--type-forum-tema.node--view-mode-full .flag-v-izbrannoe.flag a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: transparent;
  color: #000;
  padding: 5px 10px !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-forum-tema.node--view-mode-full .flag-v-izbrannoe.flag a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-forum-tema.node--view-mode-full .flag-v-izbrannoe.flag a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-forum-tema.node--view-mode-full .flag-v-izbrannoe.flag a {
    padding: 9px;
    font-size: 12px;
  }
}
.node--type-forum-tema.node--view-mode-full .flag-v-izbrannoe.flag a:hover {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 5px 10px !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-forum-tema.node--view-mode-full .flag-v-izbrannoe.flag a:hover {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-forum-tema.node--view-mode-full .flag-v-izbrannoe.flag a:hover {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-forum-tema.node--view-mode-full .flag-v-izbrannoe.flag a:hover {
    padding: 9px;
    font-size: 12px;
  }
}
.node--type-forum-tema.node--view-mode-full .flag-v-izbrannoe.action-unflag a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 5px 10px !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-forum-tema.node--view-mode-full .flag-v-izbrannoe.action-unflag a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-forum-tema.node--view-mode-full .flag-v-izbrannoe.action-unflag a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-forum-tema.node--view-mode-full .flag-v-izbrannoe.action-unflag a {
    padding: 9px;
    font-size: 12px;
  }
}
.node--type-forum-tema.node--view-mode-full .flag-v-izbrannoe.action-unflag a:hover {
  background-color: transparent;
  color: #000;
  padding: 5px 10px !important;
}
.node--type-forum-tema.node--view-mode-full .flag-like {
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}
.node--type-forum-tema.node--view-mode-full .flag-like a {
  font-size: 0;
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-forum-tema.node--view-mode-full .flag-like a {
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-forum-tema.node--view-mode-full .flag-like a {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-forum-tema.node--view-mode-full .flag-like a {
    width: 24px;
    height: 24px;
  }
}
.node--type-forum-tema.node--view-mode-full .flag-like span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
  transition: 0.3s;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-forum-tema.node--view-mode-full .flag-like span {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-forum-tema.node--view-mode-full .flag-like span {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-forum-tema.node--view-mode-full .flag-like span {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
  }
}
.node--type-forum-tema.node--view-mode-full .action-flag a {
  background-image: url(/sites/all/themes/vesta_theme/image/heart.svg);
}
.node--type-forum-tema.node--view-mode-full .action-flag a:hover {
  background-image: url(/sites/all/themes/vesta_theme/image/heart-fill.svg);
}
.node--type-forum-tema.node--view-mode-full .action-unflag a {
  background-image: url(/sites/all/themes/vesta_theme/image/heart-fill.svg);
}
.forum-comment__parent {
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 20px 35px 20px 20px;
  margin-top: 20px;
}
.forum-comment__parent .forum-comment__parent-header {
  display: flex;
  gap: 15px;
}
.forum-comment__parent .forum-comment__parent-header a {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  pointer-events: none;
}
.forum-comment__parent .forum-comment__parent-header a * {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  pointer-events: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .forum-comment__parent .forum-comment__parent-header a * {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .forum-comment__parent .forum-comment__parent-header a * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .forum-comment__parent .forum-comment__parent-header a * {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .forum-comment__parent .forum-comment__parent-header a {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .forum-comment__parent .forum-comment__parent-header a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .forum-comment__parent .forum-comment__parent-header a {
    font-size: 12px;
  }
}
.forum-comment__parent .forum-comment__parent-header .parent-date {
  height: max-content;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .forum-comment__parent .forum-comment__parent-header .parent-date {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .forum-comment__parent .forum-comment__parent-header .parent-date {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .forum-comment__parent .forum-comment__parent-header .parent-date {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .forum-comment__parent .forum-comment__parent-header {
    gap: 10px;
  }
}
.forum-comment__parent .forum-comment__parent-text {
  width: 100%;
  margin-top: 8px;
}
.forum-comment__parent .forum-comment__parent-text * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .forum-comment__parent .forum-comment__parent-text * {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .forum-comment__parent .forum-comment__parent-text * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .forum-comment__parent .forum-comment__parent-text * {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .forum-comment__parent {
    padding: 15px 30px 15px 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .forum-comment__parent {
    padding: 15px 25px 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .forum-comment__parent {
    padding: 15px 20px 15px 15px;
  }
}
.webform-submission-poisk-ekspertov-form {
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: end;
}
.webform-submission-poisk-ekspertov-form .form-item-poisk-eksperta,
.webform-submission-poisk-ekspertov-form .form-item-rubrika1 {
  width: 270px;
  margin-top: 0;
  margin-bottom: 0;
}
.webform-submission-poisk-ekspertov-form .form-item-poisk-eksperta label,
.webform-submission-poisk-ekspertov-form .form-item-rubrika1 label {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .webform-submission-poisk-ekspertov-form .form-item-poisk-eksperta label,
  .webform-submission-poisk-ekspertov-form .form-item-rubrika1 label {
    margin-bottom: 5px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .webform-submission-poisk-ekspertov-form .form-item-poisk-eksperta label,
  .webform-submission-poisk-ekspertov-form .form-item-rubrika1 label {
    margin-bottom: 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-poisk-ekspertov-form .form-item-poisk-eksperta label,
  .webform-submission-poisk-ekspertov-form .form-item-rubrika1 label {
    margin-bottom: 5px;
    font-size: 12px;
  }
}
.webform-submission-poisk-ekspertov-form .form-item-poisk-eksperta input,
.webform-submission-poisk-ekspertov-form .form-item-rubrika1 input {
  height: 47px;
  padding: 14px 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}
.webform-submission-poisk-ekspertov-form .form-item-poisk-eksperta input::placeholder,
.webform-submission-poisk-ekspertov-form .form-item-rubrika1 input::placeholder {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .webform-submission-poisk-ekspertov-form .form-item-poisk-eksperta input::placeholder,
  .webform-submission-poisk-ekspertov-form .form-item-rubrika1 input::placeholder {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .webform-submission-poisk-ekspertov-form .form-item-poisk-eksperta input::placeholder,
  .webform-submission-poisk-ekspertov-form .form-item-rubrika1 input::placeholder {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-poisk-ekspertov-form .form-item-poisk-eksperta input::placeholder,
  .webform-submission-poisk-ekspertov-form .form-item-rubrika1 input::placeholder {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .webform-submission-poisk-ekspertov-form .form-item-poisk-eksperta input,
  .webform-submission-poisk-ekspertov-form .form-item-rubrika1 input {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .webform-submission-poisk-ekspertov-form .form-item-poisk-eksperta input,
  .webform-submission-poisk-ekspertov-form .form-item-rubrika1 input {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-poisk-ekspertov-form .form-item-poisk-eksperta input,
  .webform-submission-poisk-ekspertov-form .form-item-rubrika1 input {
    font-size: 12px;
  }
}
.webform-submission-poisk-ekspertov-form .form-item-poisk-eksperta .choices,
.webform-submission-poisk-ekspertov-form .form-item-rubrika1 .choices {
  height: 47px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.webform-submission-poisk-ekspertov-form .form-item-poisk-eksperta .choices .choices__inner,
.webform-submission-poisk-ekspertov-form .form-item-rubrika1 .choices .choices__inner {
  border: none;
  background-color: transparent;
}
.webform-submission-poisk-ekspertov-form .form-item-poisk-eksperta .choices .choices__list input,
.webform-submission-poisk-ekspertov-form .form-item-rubrika1 .choices .choices__list input {
  display: none;
}
.webform-submission-poisk-ekspertov-form .form-item-poisk-eksperta .choices .choices__list .choices__item:after,
.webform-submission-poisk-ekspertov-form .form-item-rubrika1 .choices .choices__list .choices__item:after {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .webform-submission-poisk-ekspertov-form .form-item-poisk-eksperta,
  .webform-submission-poisk-ekspertov-form .form-item-rubrika1 {
    width: 218px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .webform-submission-poisk-ekspertov-form .form-item-poisk-eksperta,
  .webform-submission-poisk-ekspertov-form .form-item-rubrika1 {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-poisk-ekspertov-form .form-item-poisk-eksperta,
  .webform-submission-poisk-ekspertov-form .form-item-rubrika1 {
    width: 100%;
  }
}
.webform-submission-poisk-ekspertov-form .form-type-processed-text {
  width: 570px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.webform-submission-poisk-ekspertov-form .form-type-processed-text .find {
  background-color: transparent;
  color: #560562;
}
.webform-submission-poisk-ekspertov-form .form-type-processed-text .find:hover {
  background-color: #560562;
  color: #fff;
}
.webform-submission-poisk-ekspertov-form .form-type-processed-text a {
  display: block;
  width: 270px;
  padding: 12px 28px;
  border-radius: 5px;
  border: 3px solid #560562;
  background-color: #560562;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.webform-submission-poisk-ekspertov-form .form-type-processed-text a:hover {
  background-color: transparent;
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .webform-submission-poisk-ekspertov-form .form-type-processed-text a {
    width: 218px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .webform-submission-poisk-ekspertov-form .form-type-processed-text a {
    width: calc(50% - 15px);
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-poisk-ekspertov-form .form-type-processed-text a {
    width: 100%;
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .webform-submission-poisk-ekspertov-form .form-type-processed-text {
    width: 466px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .webform-submission-poisk-ekspertov-form .form-type-processed-text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-poisk-ekspertov-form .form-type-processed-text {
    width: 100%;
    gap: 15px;
  }
}
.webform-submission-poisk-ekspertov-form .form-actions {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .webform-submission-poisk-ekspertov-form {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .webform-submission-poisk-ekspertov-form {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-poisk-ekspertov-form {
    margin-top: 20px;
    margin-bottom: 40px;
    gap: 15px;
  }
}
#block-vesta-theme-views-block-experts-block-2 {
  margin-top: 40px;
}
#block-vesta-theme-views-block-experts-block-2 .block-title {
  margin-bottom: 60px !important;
  font-size: 40px !important;
  font-weight: normal !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: normal;
  text-align: center;
  color: #560562;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-experts-block-2 .block-title {
    margin-bottom: 30px !important;
    font-size: 35px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-experts-block-2 .block-title {
    margin-bottom: 20px !important;
    font-size: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-experts-block-2 .block-title {
    margin-bottom: 20px !important;
    font-size: 25px !important;
  }
}
#block-vesta-theme-views-block-experts-block-2 .view-experts .view-content h3 {
  display: none;
}
#block-vesta-theme-views-block-experts-block-2 .view-experts .view-content .views-row {
  border-radius: 5px;
  box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 75px 20px 20px;
  margin: 60px 15px 15px;
  height: auto;
}
#block-vesta-theme-views-block-experts-block-2 .view-experts .view-content .views-row .field-content .expert-img {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
#block-vesta-theme-views-block-experts-block-2 .view-experts .view-content .views-row .field-content .expert-img * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
#block-vesta-theme-views-block-experts-block-2 .view-experts .view-content .views-row .field-content .expert-link {
  display: block;
  width: 100%;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #560562;
}
#block-vesta-theme-views-block-experts-block-2 .view-experts .view-content .views-row .field-content .expert-rubriki {
  margin-top: 3px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #560562;
}
@media screen and (min-width: 1200px) {
  #block-vesta-theme-views-block-experts-block-2 .view-experts .view-content .views-row {
    width: 270px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-experts-block-2 .view-experts .view-content .views-row {
    width: 218px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-experts-block-2 .view-experts .view-content .views-row {
    width: 226px !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #block-vesta-theme-views-block-experts-block-2 .view-experts .view-content .views-row {
    width: 253px !important;
  }
}
#block-vesta-theme-views-block-experts-block-2 .view-experts .view-content .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
#block-vesta-theme-views-block-experts-block-2 .view-experts .view-content .slick-list .slick-track {
  display: flex;
  width: max-content !important;
}
#block-vesta-theme-views-block-experts-block-2 .view-experts .view-content .slick-prev {
  left: 15px;
}
#block-vesta-theme-views-block-experts-block-2 .view-experts .view-content .slick-next {
  right: 15px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-experts-block-2 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-experts-block-2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-experts-block-2 {
    margin-top: 20px;
  }
}
.body-taxonomy-term--forum_category #block-vesta-theme-page-title {
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  gap: 35px;
  max-width: 100%;
  width: 100%;
}
.body-taxonomy-term--forum_category #block-vesta-theme-page-title:before,
.body-taxonomy-term--forum_category #block-vesta-theme-page-title:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-image: url(/sites/all/themes/vesta_theme/image/h1-line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.body-taxonomy-term--forum_category #block-vesta-theme-page-title .page-title {
  display: block;
  width: max-content;
  max-width: 575px;
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #560562;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .body-taxonomy-term--forum_category #block-vesta-theme-page-title .page-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-taxonomy-term--forum_category #block-vesta-theme-page-title .page-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .body-taxonomy-term--forum_category #block-vesta-theme-page-title .page-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .body-taxonomy-term--forum_category #block-vesta-theme-page-title {
    margin-bottom: 80px;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .body-taxonomy-term--forum_category #block-vesta-theme-page-title {
    margin-bottom: 60px;
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .body-taxonomy-term--forum_category #block-vesta-theme-page-title {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.body-taxonomy-term--forum_category #block-vesta-theme-content {
  display: none;
}
.forum-tema #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-4,
.forum-tema #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-5,
.forum-tema #block-vesta-theme-views-block-spisok-tem-razdela-foruma-block-6 {
  display: none;
}
.forum-tema #block-vesta-theme-page-title {
  display: none;
}
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/* Создание материала Тема форума */
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
.node-forum-topic-edit-form.node-form .field--name-field-date .label,
.node-forum-topic-form.node-form .field--name-field-date .label,
.node-news-edit-form.node-form .field--name-field-date .label,
.node-news-form.node-form .field--name-field-date .label,
.node-forum-topic-edit-form.node-form .field--name-field-date1 .label,
.node-forum-topic-form.node-form .field--name-field-date1 .label,
.node-news-edit-form.node-form .field--name-field-date1 .label,
.node-news-form.node-form .field--name-field-date1 .label {
  font-family: "Manrope", sans-serif;
}
.node-forum-topic-edit-form.node-form .field-multiple-table .label,
.node-forum-topic-form.node-form .field-multiple-table .label,
.node-news-edit-form.node-form .field-multiple-table .label,
.node-news-form.node-form .field-multiple-table .label {
  font-family: "Manrope", sans-serif;
}
.node-forum-topic-edit-form.node-form .form-type-textarea button,
.node-forum-topic-form.node-form .form-type-textarea button,
.node-news-edit-form.node-form .form-type-textarea button,
.node-news-form.node-form .form-type-textarea button {
  color: #560562;
}
.node-forum-topic-edit-form.node-form .field--widget-image-image,
.node-forum-topic-form.node-form .field--widget-image-image,
.node-news-edit-form.node-form .field--widget-image-image,
.node-news-form.node-form .field--widget-image-image,
.node-forum-topic-edit-form.node-form .field--widget-video-embed-field-textfield,
.node-forum-topic-form.node-form .field--widget-video-embed-field-textfield,
.node-news-edit-form.node-form .field--widget-video-embed-field-textfield,
.node-news-form.node-form .field--widget-video-embed-field-textfield {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.node-forum-topic-edit-form.node-form .field--widget-image-image .slick-list,
.node-forum-topic-form.node-form .field--widget-image-image .slick-list,
.node-news-edit-form.node-form .field--widget-image-image .slick-list,
.node-news-form.node-form .field--widget-image-image .slick-list,
.node-forum-topic-edit-form.node-form .field--widget-video-embed-field-textfield .slick-list,
.node-forum-topic-form.node-form .field--widget-video-embed-field-textfield .slick-list,
.node-news-edit-form.node-form .field--widget-video-embed-field-textfield .slick-list,
.node-news-form.node-form .field--widget-video-embed-field-textfield .slick-list {
  width: 100% !important;
}
.node-forum-topic-edit-form.node-form .field--widget-image-image .slick-list .slick-track,
.node-forum-topic-form.node-form .field--widget-image-image .slick-list .slick-track,
.node-news-edit-form.node-form .field--widget-image-image .slick-list .slick-track,
.node-news-form.node-form .field--widget-image-image .slick-list .slick-track,
.node-forum-topic-edit-form.node-form .field--widget-video-embed-field-textfield .slick-list .slick-track,
.node-forum-topic-form.node-form .field--widget-video-embed-field-textfield .slick-list .slick-track,
.node-news-edit-form.node-form .field--widget-video-embed-field-textfield .slick-list .slick-track,
.node-news-form.node-form .field--widget-video-embed-field-textfield .slick-list .slick-track {
  width: 100% !important;
}
.node-forum-topic-edit-form.node-form .field--widget-image-image .slick-list .slick-track .slick-slide,
.node-forum-topic-form.node-form .field--widget-image-image .slick-list .slick-track .slick-slide,
.node-news-edit-form.node-form .field--widget-image-image .slick-list .slick-track .slick-slide,
.node-news-form.node-form .field--widget-image-image .slick-list .slick-track .slick-slide,
.node-forum-topic-edit-form.node-form .field--widget-video-embed-field-textfield .slick-list .slick-track .slick-slide,
.node-forum-topic-form.node-form .field--widget-video-embed-field-textfield .slick-list .slick-track .slick-slide,
.node-news-edit-form.node-form .field--widget-video-embed-field-textfield .slick-list .slick-track .slick-slide,
.node-news-form.node-form .field--widget-video-embed-field-textfield .slick-list .slick-track .slick-slide {
  width: 100% !important;
}
.node-forum-topic-edit-form.node-form .text-format-wrapper .js-filter-wrapper,
.node-forum-topic-form.node-form .text-format-wrapper .js-filter-wrapper,
.node-news-edit-form.node-form .text-format-wrapper .js-filter-wrapper,
.node-news-form.node-form .text-format-wrapper .js-filter-wrapper {
  display: none;
}
.node-forum-topic-edit-form.node-form input,
.node-forum-topic-form.node-form input,
.node-news-edit-form.node-form input,
.node-news-form.node-form input {
  border-radius: 5px !important;
}
.node-forum-topic-edit-form.node-form .form-file,
.node-forum-topic-form.node-form .form-file,
.node-news-edit-form.node-form .form-file,
.node-news-form.node-form .form-file {
  height: 45px;
  margin-bottom: 10px;
}
.node-forum-topic-edit-form.node-form .file a,
.node-forum-topic-form.node-form .file a,
.node-news-edit-form.node-form .file a,
.node-news-form.node-form .file a {
  color: #560562;
}
.node-forum-topic-edit-form.node-form .file a:hover,
.node-forum-topic-form.node-form .file a:hover,
.node-news-edit-form.node-form .file a:hover,
.node-news-form.node-form .file a:hover {
  color: #000;
}
.node-forum-topic-edit-form.node-form input[type=submit],
.node-forum-topic-form.node-form input[type=submit],
.node-news-edit-form.node-form input[type=submit],
.node-news-form.node-form input[type=submit] {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  height: max-content;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node-forum-topic-edit-form.node-form input[type=submit],
  .node-forum-topic-form.node-form input[type=submit],
  .node-news-edit-form.node-form input[type=submit],
  .node-news-form.node-form input[type=submit] {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node-forum-topic-edit-form.node-form input[type=submit],
  .node-forum-topic-form.node-form input[type=submit],
  .node-news-edit-form.node-form input[type=submit],
  .node-news-form.node-form input[type=submit] {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node-forum-topic-edit-form.node-form input[type=submit],
  .node-forum-topic-form.node-form input[type=submit],
  .node-news-edit-form.node-form input[type=submit],
  .node-news-form.node-form input[type=submit] {
    padding: 9px;
    font-size: 12px;
  }
}
.node-forum-topic-edit-form.node-form input[type=submit]:hover,
.node-forum-topic-form.node-form input[type=submit]:hover,
.node-news-edit-form.node-form input[type=submit]:hover,
.node-news-form.node-form input[type=submit]:hover {
  background-color: transparent;
  color: #000;
}
.node-forum-topic-edit-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-legend,
.node-forum-topic-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-legend,
.node-news-edit-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-legend,
.node-news-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-legend,
.node-forum-topic-edit-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-legend,
.node-forum-topic-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-legend,
.node-news-edit-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-legend,
.node-news-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-legend {
  font-size: 16px !important;
}
.node-forum-topic-edit-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper,
.node-forum-topic-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper,
.node-news-edit-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper,
.node-news-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper,
.node-forum-topic-edit-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper,
.node-forum-topic-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper,
.node-news-edit-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper,
.node-news-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.node-forum-topic-edit-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .field-prefix,
.node-forum-topic-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .field-prefix,
.node-news-edit-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .field-prefix,
.node-news-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .field-prefix,
.node-forum-topic-edit-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .field-prefix,
.node-forum-topic-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .field-prefix,
.node-news-edit-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .field-prefix,
.node-news-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .field-prefix {
  width: 100% !important;
}
.node-forum-topic-edit-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .field-prefix .js-media-library-widget-toggle-weight,
.node-forum-topic-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .field-prefix .js-media-library-widget-toggle-weight,
.node-news-edit-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .field-prefix .js-media-library-widget-toggle-weight,
.node-news-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .field-prefix .js-media-library-widget-toggle-weight,
.node-forum-topic-edit-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .field-prefix .js-media-library-widget-toggle-weight,
.node-forum-topic-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .field-prefix .js-media-library-widget-toggle-weight,
.node-news-edit-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .field-prefix .js-media-library-widget-toggle-weight,
.node-news-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .field-prefix .js-media-library-widget-toggle-weight {
  display: none;
}
.node-forum-topic-edit-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection,
.node-forum-topic-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection,
.node-news-edit-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection,
.node-news-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection,
.node-forum-topic-edit-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection,
.node-forum-topic-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection,
.node-news-edit-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection,
.node-news-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection {
  width: 100%;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.node-forum-topic-edit-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item,
.node-forum-topic-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item,
.node-news-edit-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item,
.node-news-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item,
.node-forum-topic-edit-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item,
.node-forum-topic-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item,
.node-news-edit-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item,
.node-news-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item {
  width: calc(25% - 11.25px);
  padding: 5px;
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
}
.node-forum-topic-edit-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item > *,
.node-forum-topic-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item > *,
.node-news-edit-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item > *,
.node-news-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item > *,
.node-forum-topic-edit-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item > *,
.node-forum-topic-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item > *,
.node-news-edit-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item > *,
.node-news-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item > * {
  order: 0;
}
.node-forum-topic-edit-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item .js-media-library-item-preview,
.node-forum-topic-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item .js-media-library-item-preview,
.node-news-edit-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item .js-media-library-item-preview,
.node-news-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item .js-media-library-item-preview,
.node-forum-topic-edit-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item .js-media-library-item-preview,
.node-forum-topic-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item .js-media-library-item-preview,
.node-news-edit-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item .js-media-library-item-preview,
.node-news-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item .js-media-library-item-preview {
  margin-bottom: 10px;
}
.node-forum-topic-edit-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item > .button,
.node-forum-topic-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item > .button,
.node-news-edit-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item > .button,
.node-news-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item > .button,
.node-forum-topic-edit-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item > .button,
.node-forum-topic-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item > .button,
.node-news-edit-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item > .button,
.node-news-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item > .button {
  order: 1;
  margin-top: auto;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node-forum-topic-edit-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item,
  .node-forum-topic-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item,
  .node-news-edit-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item,
  .node-news-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item,
  .node-forum-topic-edit-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item,
  .node-forum-topic-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item,
  .node-news-edit-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item,
  .node-news-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item {
    width: calc(33.3333% - 15px);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node-forum-topic-edit-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item,
  .node-forum-topic-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item,
  .node-news-edit-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item,
  .node-news-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item,
  .node-forum-topic-edit-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item,
  .node-forum-topic-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item,
  .node-news-edit-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item,
  .node-news-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 767px) {
  .node-forum-topic-edit-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item,
  .node-forum-topic-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item,
  .node-news-edit-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item,
  .node-news-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item,
  .node-forum-topic-edit-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item,
  .node-forum-topic-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item,
  .node-news-edit-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item,
  .node-news-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper .js-media-library-selection .js-media-library-item {
    width: calc(50% - 7.5px);
  }
}
.node-forum-topic-edit-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper #edit-field-klipy-video-mp4-selection,
.node-forum-topic-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper #edit-field-klipy-video-mp4-selection,
.node-news-edit-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper #edit-field-klipy-video-mp4-selection,
.node-news-form.node-form #field_video_vnutrennyaya-media-library-wrapper .fieldset-wrapper #edit-field-klipy-video-mp4-selection,
.node-forum-topic-edit-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper #edit-field-klipy-video-mp4-selection,
.node-forum-topic-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper #edit-field-klipy-video-mp4-selection,
.node-news-edit-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper #edit-field-klipy-video-mp4-selection,
.node-news-form.node-form #field_klipy_video_mp4-media-library-wrapper .fieldset-wrapper #edit-field-klipy-video-mp4-selection {
  display: none;
}
.node-forum-topic-edit-form.node-form .vertical-tabs__menu-item .vertical-tabs__menu-item-summary,
.node-forum-topic-form.node-form .vertical-tabs__menu-item .vertical-tabs__menu-item-summary,
.node-news-edit-form.node-form .vertical-tabs__menu-item .vertical-tabs__menu-item-summary,
.node-news-form.node-form .vertical-tabs__menu-item .vertical-tabs__menu-item-summary {
  color: #560562;
}
.node-forum-topic-edit-form.node-form .field--name-revision-log textarea,
.node-forum-topic-form.node-form .field--name-revision-log textarea,
.node-news-edit-form.node-form .field--name-revision-log textarea,
.node-news-form.node-form .field--name-revision-log textarea {
  border-radius: 5px;
  resize: none;
}
.node-forum-topic-edit-form.node-form .tabledrag-toggle-weight-wrapper,
.node-forum-topic-form.node-form .tabledrag-toggle-weight-wrapper,
.node-news-edit-form.node-form .tabledrag-toggle-weight-wrapper,
.node-news-form.node-form .tabledrag-toggle-weight-wrapper,
.node-forum-topic-edit-form.node-form .form-type-vertical-tabs,
.node-forum-topic-form.node-form .form-type-vertical-tabs,
.node-news-edit-form.node-form .form-type-vertical-tabs,
.node-news-form.node-form .form-type-vertical-tabs {
  display: none;
}
.node-forum-topic-edit-form.node-form .form-actions,
.node-forum-topic-form.node-form .form-actions,
.node-news-edit-form.node-form .form-actions,
.node-news-form.node-form .form-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.node-forum-topic-edit-form.node-form .form-actions input,
.node-forum-topic-form.node-form .form-actions input,
.node-news-edit-form.node-form .form-actions input,
.node-news-form.node-form .form-actions input {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node-forum-topic-edit-form.node-form .form-actions input,
  .node-forum-topic-form.node-form .form-actions input,
  .node-news-edit-form.node-form .form-actions input,
  .node-news-form.node-form .form-actions input {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node-forum-topic-edit-form.node-form .form-actions input,
  .node-forum-topic-form.node-form .form-actions input,
  .node-news-edit-form.node-form .form-actions input,
  .node-news-form.node-form .form-actions input {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node-forum-topic-edit-form.node-form .form-actions input,
  .node-forum-topic-form.node-form .form-actions input,
  .node-news-edit-form.node-form .form-actions input,
  .node-news-form.node-form .form-actions input {
    padding: 9px;
    font-size: 12px;
  }
}
.node-forum-topic-edit-form.node-form .form-actions input:hover,
.node-forum-topic-form.node-form .form-actions input:hover,
.node-news-edit-form.node-form .form-actions input:hover,
.node-news-form.node-form .form-actions input:hover {
  background-color: transparent;
  color: #000;
}
.js-media-library-add-form .form-submit {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .js-media-library-add-form .form-submit {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .js-media-library-add-form .form-submit {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .js-media-library-add-form .form-submit {
    padding: 9px;
    font-size: 12px;
  }
}
.js-media-library-add-form .form-submit:hover {
  background-color: transparent;
  color: #000;
}
.js-form-file {
  height: 45px;
  margin-bottom: 10px;
}
.js-media-library-view .view-header {
  display: flex;
}
.js-media-library-view .view-header .is-active {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .js-media-library-view .view-header .is-active {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .js-media-library-view .view-header .is-active {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .js-media-library-view .view-header .is-active {
    padding: 9px;
    font-size: 12px;
  }
}
.js-media-library-view .view-header .is-active:hover {
  background-color: transparent;
  color: #000;
  padding: 5px 10px;
}
.js-media-library-view .view-header a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: transparent;
  color: #000;
  padding: 5px 10px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .js-media-library-view .view-header a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .js-media-library-view .view-header a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .js-media-library-view .view-header a {
    padding: 9px;
    font-size: 12px;
  }
}
.js-media-library-view .view-header a:hover {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .js-media-library-view .view-header a:hover {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .js-media-library-view .view-header a:hover {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .js-media-library-view .view-header a:hover {
    padding: 9px;
    font-size: 12px;
  }
}
.js-media-library-view .view-filters .form--inline {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: end;
}
.js-media-library-view .view-filters .form--inline .js-form-item {
  margin: 0;
}
.js-media-library-view .view-filters .form--inline .js-form-wrapper {
  position: relative;
}
.js-media-library-view .view-filters .form--inline .js-form-wrapper input {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .js-media-library-view .view-filters .form--inline .js-form-wrapper input {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .js-media-library-view .view-filters .form--inline .js-form-wrapper input {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .js-media-library-view .view-filters .form--inline .js-form-wrapper input {
    padding: 9px;
    font-size: 12px;
  }
}
.js-media-library-view .view-filters .form--inline .js-form-wrapper input:hover {
  background-color: transparent;
  color: #000;
}
.js-media-library-view .view-content .js-media-library-views-form {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.js-media-library-view .view-content .js-media-library-views-form #media-library-messages {
  width: 100% !important;
}
.js-media-library-view .view-content .js-media-library-views-form > .views-row {
  width: calc(25% - 11.25px);
  padding: 5px;
  background-color: #f3f3f3;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .js-media-library-view .view-content .js-media-library-views-form > .views-row {
    width: calc(33.3333% - 15px);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .js-media-library-view .view-content .js-media-library-views-form > .views-row {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 767px) {
  .js-media-library-view .view-content .js-media-library-views-form > .views-row {
    width: calc(50% - 7.5px);
  }
}
.node-preview-container {
  padding: 0;
  width: max-content;
}
.node-preview-container .node-preview-form-select .form-type-select {
  display: none;
}
.node-preview-container .node-preview-form-select .node-preview-backlink {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  border-radius: 0 0 5px 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node-preview-container .node-preview-form-select .node-preview-backlink {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node-preview-container .node-preview-form-select .node-preview-backlink {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .node-preview-container .node-preview-form-select .node-preview-backlink {
    padding: 9px;
    font-size: 12px;
  }
}
.node-preview-container .node-preview-form-select .node-preview-backlink:hover {
  background-color: transparent;
  color: #000;
}
body.preview #block-vesta-theme-page-title {
  display: none;
}
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/* Личный кабинет страницы */
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
.lk-temy {
  margin-top: 45px;
}
.lk-temy .view-content {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.lk-temy .view-content .views-row {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px 25px 30px 30px;
}
.lk-temy .view-content .views-row .title a {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
}
.lk-temy .view-content .views-row .title a:hover {
  color: #000;
}
.lk-temy .view-content .views-row .body {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.lk-temy .view-content .views-row .body * {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.lk-temy .view-content .views-row .footer-temy {
  margin-top: 30px;
  display: flex;
  gap: 30px;
}
.lk-temy .view-content .views-row .footer-temy * {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #808080;
}
.lk-temy .view-content .views-row .footer-temy a {
  color: #560562;
}
.lk-temy .view-content .views-row .footer-temy a:hover {
  color: #000;
}
.lk-temy .view-content .views-row .views-field-author-moderation-edit-link .button {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-top: 15px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .lk-temy .view-content .views-row .views-field-author-moderation-edit-link .button {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .lk-temy .view-content .views-row .views-field-author-moderation-edit-link .button {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .lk-temy .view-content .views-row .views-field-author-moderation-edit-link .button {
    padding: 9px;
    font-size: 12px;
  }
}
.lk-temy .view-content .views-row .views-field-author-moderation-edit-link .button:hover {
  background-color: transparent;
  color: #000;
}
.view-stranica-lk-otvety {
  margin-top: 35px;
}
.view-stranica-lk-otvety .view-content {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.view-stranica-lk-otvety .view-content .views-row .field-content .otv-node {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 15px 15px 15px 20px;
  display: flex;
  flex-wrap: wrap;
}
.view-stranica-lk-otvety .view-content .views-row .field-content .otv-node .otv-title {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 11px;
}
.view-stranica-lk-otvety .view-content .views-row .field-content .otv-node .otv-title * {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-stranica-lk-otvety .view-content .views-row .field-content .otv-node .otv-title a:hover {
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-stranica-lk-otvety .view-content .views-row .field-content .otv-node .otv-title {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-stranica-lk-otvety .view-content .views-row .field-content .otv-node .otv-title {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .view-stranica-lk-otvety .view-content .views-row .field-content .otv-node .otv-title {
    margin-bottom: 5px;
  }
}
.view-stranica-lk-otvety .view-content .views-row .field-content .otv-node .otv-date {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  opacity: 0.5;
}
.view-stranica-lk-otvety .view-content .views-row .field-content .otv-node .otv-date * {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-stranica-lk-otvety .view-content .views-row .field-content .otv-node .otv-new-com {
  margin-left: auto;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
}
.view-stranica-lk-otvety .view-content .views-row .field-content .otv-node .otv-new-com * {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-stranica-lk-otvety .view-content .views-row .field-content .otv-node {
    padding: 10px 10px 10px 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-stranica-lk-otvety .view-content .views-row .field-content .otv-node {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .view-stranica-lk-otvety .view-content .views-row .field-content .otv-node {
    padding: 10px;
  }
}
.view-stranica-lk-otvety .view-content .views-row .field-content .otv-com {
  margin-top: 20px;
  margin-left: 20px;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 13px 15px 10px 12px;
}
.view-stranica-lk-otvety .view-content .views-row .field-content .otv-com .otv-avt {
  padding-left: 67px;
  position: relative;
  min-height: 54px;
}
.view-stranica-lk-otvety .view-content .views-row .field-content .otv-com .otv-avt .avatar-image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 56px;
  height: 54px;
  border-radius: 50%;
}
.view-stranica-lk-otvety .view-content .views-row .field-content .otv-com .otv-avt .otv-avt-title {
  padding-top: 6px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-stranica-lk-otvety .view-content .views-row .field-content .otv-com .otv-avt .otv-avt-date {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  opacity: 0.5;
}
.view-stranica-lk-otvety .view-content .views-row .field-content .otv-com .otv-avt .otv-avt-date * {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-stranica-lk-otvety .view-content .views-row .field-content .otv-com .otv-com-text {
  margin-top: 27px;
  max-height: 95px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-stranica-lk-otvety .view-content .views-row .field-content .otv-com .otv-com-text * {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-stranica-lk-otvety .view-content .views-row .field-content .otv-com .otv-com-text {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-stranica-lk-otvety .view-content .views-row .field-content .otv-com .otv-com-text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-stranica-lk-otvety .view-content .views-row .field-content .otv-com .otv-com-text {
    margin-top: 15px;
  }
}
.view-stranica-lk-otvety .view-content .views-row .field-content .otv-com .otv-com-more {
  display: flex;
  justify-content: end;
}
.view-stranica-lk-otvety .view-content .views-row .field-content .otv-com .otv-com-more a {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
}
.view-stranica-lk-otvety .view-content .views-row .field-content .otv-com .otv-com-more a:hover {
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-stranica-lk-otvety .view-content .views-row .field-content .otv-com {
    margin-top: 15px;
    margin-left: 15px;
    padding: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-stranica-lk-otvety .view-content .views-row .field-content .otv-com {
    margin-top: 10px;
    margin-left: 10px;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .view-stranica-lk-otvety .view-content .views-row .field-content .otv-com {
    margin-top: 10px;
    margin-left: 10px;
    padding: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-stranica-lk-otvety .view-content {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-stranica-lk-otvety .view-content {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .view-stranica-lk-otvety .view-content {
    gap: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-stranica-lk-otvety {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-stranica-lk-otvety {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .view-stranica-lk-otvety {
    margin-top: 20px;
  }
}
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/* Кнопки комментариев всплывающие формы */
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
.ui-dialog .ui-dialog-title {
  white-space: normal !important;
}
.ui-dialog .comment-header-wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
}
.ui-dialog .comment-header-wrapper .comment-avatar {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
}
.ui-dialog .comment-header-wrapper .comment-meta .comment-author * {
  pointer-events: none;
  font-weight: bold;
}
.ui-dialog .comment-body {
  margin-top: 10px;
}
.ui-dialog .comment-footer {
  display: none !important;
}
.ui-dialog textarea {
  resize: none;
}
.ui-dialog textarea:focus,
.ui-dialog select:focus {
  border-color: #560562 !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  width: max-content;
  padding: 10px 15px !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
  padding: 10px 15px !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-child(2),
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .dialog-cancel {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: transparent;
  color: #000;
  margin: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-child(2),
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .dialog-cancel {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-child(2),
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .dialog-cancel {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-child(2),
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .dialog-cancel {
    padding: 9px;
    font-size: 12px;
  }
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-child(2):hover,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .dialog-cancel:hover {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-child(2):hover,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .dialog-cancel:hover {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-child(2):hover,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .dialog-cancel:hover {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-child(2):hover,
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .dialog-cancel:hover {
    padding: 9px;
    font-size: 12px;
  }
}
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/* Уведомления */
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
.notifications-page {
  margin-top: 50px;
}
.notifications-page .notifications-page__top-section {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
}
.notifications-page .notifications-page__top-section * {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .notifications-page .notifications-page__top-section * {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .notifications-page .notifications-page__top-section * {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .notifications-page .notifications-page__top-section * {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .notifications-page .notifications-page__top-section {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .notifications-page .notifications-page__top-section {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .notifications-page .notifications-page__top-section {
    font-size: 14px;
  }
}
.notifications-page .notifications-list {
  list-style-type: none;
  margin-top: 40px;
  padding: 25px 30px 35px 35px;
  border: 1px solid #D6D6D6;
  border-radius: 20px;
  display: flex;
  gap: 30px 0;
  flex-direction: column;
}
.notifications-page .notifications-list .notification-item {
  display: flex;
  gap: 10px 0;
  flex-wrap: wrap;
  align-items: center;
}
.notifications-page .notifications-list .notification-item .notification-target {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 190px;
  margin-right: 40px;
}
.notifications-page .notifications-list .notification-item .notification-target .notification-avatar {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  max-width: 60px;
  max-height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.notifications-page .notifications-list .notification-item .notification-target .notification-avatar * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.notifications-page .notifications-list .notification-item .notification-target .notification-userinfo * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #808080;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .notifications-page .notifications-list .notification-item .notification-target .notification-userinfo * {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .notifications-page .notifications-list .notification-item .notification-target .notification-userinfo * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .notifications-page .notifications-list .notification-item .notification-target .notification-userinfo * {
    font-size: 12px;
  }
}
.notifications-page .notifications-list .notification-item .notification-target .notification-userinfo a:hover {
  color: #560562;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .notifications-page .notifications-list .notification-item .notification-target {
    width: 100%;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .notifications-page .notifications-list .notification-item .notification-target {
    width: 100%;
    margin-right: 10px;
  }
}
.notifications-page .notifications-list .notification-item .notification-message {
  min-height: 40px;
  width: 305px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.notifications-page .notifications-list .notification-item .notification-message * {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .notifications-page .notifications-list .notification-item .notification-message * {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .notifications-page .notifications-list .notification-item .notification-message * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .notifications-page .notifications-list .notification-item .notification-message * {
    font-size: 12px;
  }
}
.notifications-page .notifications-list .notification-item .notification-message a {
  width: max-content;
  margin-left: auto;
  color: #560562;
}
.notifications-page .notifications-list .notification-item .notification-message a:hover {
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .notifications-page .notifications-list .notification-item .notification-message {
    min-height: 0;
    width: 100%;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .notifications-page .notifications-list .notification-item .notification-message {
    min-height: 0;
    width: 100%;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .notifications-page .notifications-list .notification-item .notification-message {
    min-height: 0;
    width: 100%;
    font-size: 12px;
  }
}
.notifications-page .notifications-list .notification-item time {
  margin-left: auto;
  display: flex;
  align-items: end;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #808080;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .notifications-page .notifications-list .notification-item time {
    font-size: 13px;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .notifications-page .notifications-list .notification-item time {
    font-size: 12px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .notifications-page .notifications-list .notification-item time {
    font-size: 12px;
    height: auto;
  }
}
.notifications-page .notifications-list .notification-item .avatar img {
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  min-height: 50px !important;
  max-width: 50px !important;
  max-height: 50px !important;
  object-fit: cover;
  border-radius: 50%;
}
.notifications-page .notifications-list .notification-item--new time {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 5px 10px !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .notifications-page .notifications-list .notification-item--new time {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .notifications-page .notifications-list .notification-item--new time {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .notifications-page .notifications-list .notification-item--new time {
    padding: 9px;
    font-size: 12px;
  }
}
.notifications-page .notifications-list .notification-item--new time:hover {
  background-color: transparent;
  color: #000;
  padding: 5px 10px !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .notifications-page .notifications-list {
    margin-top: 30px;
    padding: 20px 25px 30px 30px;
    gap: 20px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .notifications-page .notifications-list {
    margin-top: 20px;
    padding: 15px 20px 25px 25px;
    gap: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .notifications-page .notifications-list {
    margin-top: 20px;
    padding: 15px;
    gap: 10px 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .notifications-page {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .notifications-page {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .notifications-page {
    margin-top: 20px;
  }
}
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/* Форма подачи заявки на эксперта */
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
#block-vesta-theme-vebforma-2 .webform-submission-form .form-item label {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 0;
}
#block-vesta-theme-vebforma-2 .webform-submission-form .form-item label:after {
  filter: brightness(0);
}
#block-vesta-theme-vebforma-2 .webform-submission-form .form-item input {
  margin-top: 15px;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.4);
  padding: 14px 20px;
  height: 47px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
}
#block-vesta-theme-vebforma-2 .webform-submission-form .form-item input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
#block-vesta-theme-vebforma-2 .webform-submission-form .form-item .form-file {
  height: 55px;
}
#block-vesta-theme-vebforma-2 .webform-submission-form .form-item textarea {
  margin-top: 15px;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.4);
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #560562;
  resize: none;
}
#block-vesta-theme-vebforma-2 .webform-submission-form .form-item textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
#block-vesta-theme-vebforma-2 .webform-submission-form .form-managed-file .form-item {
  display: flex;
  align-items: center;
}
#block-vesta-theme-vebforma-2 .webform-submission-form .form-managed-file .form-item input {
  margin: 0;
}
#block-vesta-theme-vebforma-2 .webform-submission-form .form-managed-file .form-item .file {
  background-image: none;
}
#block-vesta-theme-vebforma-2 .webform-submission-form .form-managed-file .form-item .file a {
  color: #560562;
  font-size: 16px;
}
#block-vesta-theme-vebforma-2 .webform-submission-form .form-managed-file .form-item .file a:hover {
  color: #000;
}
#block-vesta-theme-vebforma-2 .webform-submission-form .form-managed-file .js-hide {
  display: none !important;
}
#block-vesta-theme-vebforma-2 .webform-submission-form .form-managed-file .button {
  margin-top: 0;
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-vebforma-2 .webform-submission-form .form-managed-file .button {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-vebforma-2 .webform-submission-form .form-managed-file .button {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vebforma-2 .webform-submission-form .form-managed-file .button {
    padding: 9px;
    font-size: 12px;
  }
}
#block-vesta-theme-vebforma-2 .webform-submission-form .form-managed-file .button:hover {
  background-color: transparent;
  color: #000;
}
#block-vesta-theme-vebforma-2 .webform-submission-form .webform-actions input {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-vebforma-2 .webform-submission-form .webform-actions input {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-vebforma-2 .webform-submission-form .webform-actions input {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vebforma-2 .webform-submission-form .webform-actions input {
    padding: 9px;
    font-size: 12px;
  }
}
#block-vesta-theme-vebforma-2 .webform-submission-form .webform-actions input:hover {
  background-color: transparent;
  color: #000;
}
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/* Подписки */
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
.subscriptions-page h1 {
  margin-top: 25px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .subscriptions-page h1 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .subscriptions-page h1 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .subscriptions-page h1 {
    margin-top: 15px;
  }
}
.subscriptions-page .subscriptions-section {
  margin-bottom: 10px;
}
.subscriptions-page .subscriptions-section > h2 {
  margin-top: 50px;
  margin-bottom: 24px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .subscriptions-page .subscriptions-section > h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .subscriptions-page .subscriptions-section > h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .subscriptions-page .subscriptions-section > h2 {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 14px;
  }
}
.subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row {
  padding: 16px 0 16px 35px;
  border-bottom: 1px solid rgba(175, 175, 175, 0.5);
}
.subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-info .subscription-item-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-info .subscription-item-photo * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-info .subscription-item-photo {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-info .subscription-item-photo {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-info .subscription-item-photo {
    width: 30px;
    height: 30px;
  }
}
.subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-info .subscription-item-fio-role * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #808080;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-info .subscription-item-fio-role * {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-info .subscription-item-fio-role * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-info .subscription-item-fio-role * {
    font-size: 12px;
  }
}
.subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-info .subscription-item-fio-role a:hover {
  color: #560562;
}
@media screen and (max-width: 767px) {
  .subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-info {
    width: 100%;
  }
}
.subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-actions .relationship-actions {
  display: flex;
  gap: 21px;
  flex-wrap: wrap;
}
.subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-actions .relationship-actions > * {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  min-width: 140px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-actions .relationship-actions > * {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-actions .relationship-actions > * {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-actions .relationship-actions > * {
    padding: 9px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-actions .relationship-actions > * {
    min-width: 0px;
  }
}
.subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-actions .relationship-actions a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: transparent;
  color: #000;
  color: #808080;
  border: 1px solid #808080;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-actions .relationship-actions a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-actions .relationship-actions a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-actions .relationship-actions a {
    padding: 9px;
    font-size: 12px;
  }
}
.subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-actions .relationship-actions a:hover {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-actions .relationship-actions a:hover {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-actions .relationship-actions a:hover {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-actions .relationship-actions a:hover {
    padding: 9px;
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-actions .relationship-actions {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-actions .relationship-actions {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-actions .relationship-actions {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row .subscription-item .subscription-item-actions {
    margin-top: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row {
    padding: 15px 0 15px 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row {
    padding: 10px 0 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .subscriptions-page .subscriptions-section .views-element-container .view-subscriptions .view-content .views-row {
    padding: 10px 0 10px 10px;
  }
}
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/* Конфиденциальность */
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
.user-privacy-settings-form {
  margin-top: 45px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  position: relative;
}
.user-privacy-settings-form .pre-form {
  margin-bottom: 16px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user-privacy-settings-form .pre-form {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .user-privacy-settings-form .pre-form {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .user-privacy-settings-form .pre-form {
    margin-top: 10px;
    order: 0;
  }
}
.user-privacy-settings-form .form-type-checkbox {
  display: flex;
  align-items: center;
  gap: 21px;
  width: 370px;
  margin: 0;
}
.user-privacy-settings-form .form-type-checkbox input {
  width: 27px;
  height: 27px;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user-privacy-settings-form .form-type-checkbox input {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .user-privacy-settings-form .form-type-checkbox input {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .user-privacy-settings-form .form-type-checkbox input {
    width: 20px;
    height: 20px;
  }
}
.user-privacy-settings-form .form-type-checkbox input:checked {
  background-image: url(/sites/all/themes/vesta_theme/image/check2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #560562;
  border: 1px solid #560562;
}
.user-privacy-settings-form .form-type-checkbox label {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user-privacy-settings-form .form-type-checkbox {
    gap: 15px;
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .user-privacy-settings-form .form-type-checkbox {
    gap: 10px;
    width: 300px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .user-privacy-settings-form .form-type-checkbox {
    width: 250px !important;
  }
}
@media screen and (max-width: 767px) {
  .user-privacy-settings-form .form-type-checkbox {
    width: 100%;
  }
}
.user-privacy-settings-form .after-form-first {
  margin-top: 150px !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user-privacy-settings-form .after-form-first {
    margin-top: 100px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .user-privacy-settings-form .after-form-first {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .user-privacy-settings-form .after-form-first {
    margin-top: 20px !important;
  }
}
.user-privacy-settings-form .after-form {
  max-width: 670px;
  padding-right: 200px;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user-privacy-settings-form .after-form {
    max-width: 100%;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .user-privacy-settings-form .after-form {
    max-width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .user-privacy-settings-form .after-form {
    max-width: 100%;
    padding-right: 0;
  }
}
.user-privacy-settings-form .form-actions {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
.user-privacy-settings-form .form-actions input {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user-privacy-settings-form .form-actions input {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .user-privacy-settings-form .form-actions input {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .user-privacy-settings-form .form-actions input {
    padding: 9px;
    font-size: 12px;
  }
}
.user-privacy-settings-form .form-actions input:hover {
  background-color: transparent;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user-privacy-settings-form .form-actions {
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .user-privacy-settings-form .form-actions {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .user-privacy-settings-form .form-actions {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .user-privacy-settings-form .form-item-surname,
  .user-privacy-settings-form .form-item-dob-full,
  .user-privacy-settings-form .form-item-dob-no-year,
  .user-privacy-settings-form .form-item-country,
  .user-privacy-settings-form .form-item-city,
  .user-privacy-settings-form .form-item-forum-topic,
  .user-privacy-settings-form .form-item-forum-comments {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .user-privacy-settings-form .form-item-username,
  .user-privacy-settings-form .form-item-email,
  .user-privacy-settings-form .form-item-vk,
  .user-privacy-settings-form .form-item-tg,
  .user-privacy-settings-form .form-item-youtube,
  .user-privacy-settings-form .form-item-rutube,
  .user-privacy-settings-form .form-item-whatsapp {
    order: 2;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user-privacy-settings-form {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .user-privacy-settings-form {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .user-privacy-settings-form {
    margin-top: 15px;
  }
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-btns button {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-vestaprivacyaccessblock .block-metrika-btns button {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-vestaprivacyaccessblock .block-metrika-btns button {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vestaprivacyaccessblock .block-metrika-btns button {
    padding: 9px;
    font-size: 12px;
  }
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-btns button:hover {
  background-color: transparent;
  color: #000;
}
.chosen-search-input {
  margin: 14px 20px !important;
}
#block-vesta-theme-ssylkanaregistraciyu {
  margin-top: 20px;
}
#block-vesta-theme-ssylkanaregistraciyu .block-title {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #560562;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-ssylkanaregistraciyu .block-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-ssylkanaregistraciyu .block-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-ssylkanaregistraciyu .block-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
#block-vesta-theme-ssylkanaregistraciyu .field--name-body {
  display: flex;
  justify-content: center;
}
#block-vesta-theme-ssylkanaregistraciyu .field--name-body a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-ssylkanaregistraciyu .field--name-body a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-ssylkanaregistraciyu .field--name-body a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-ssylkanaregistraciyu .field--name-body a {
    padding: 9px;
    font-size: 12px;
  }
}
#block-vesta-theme-ssylkanaregistraciyu .field--name-body a:hover {
  background-color: transparent;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-node--898 {
    margin-top: 60px;
  }
}
.log-reg {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  max-width: 260px;
  width: 100% !important;
  color: #fff !important;
  margin-bottom: 15px !important;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .log-reg {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .log-reg {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .log-reg {
    padding: 9px;
    font-size: 12px;
  }
}
.log-reg:hover {
  background-color: transparent;
  color: #000;
  color: #000 !important;
}
#block-vesta-theme-novostiknopkanastrforuma {
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
#block-vesta-theme-novostiknopkanastrforuma .field--name-body {
  display: flex;
  justify-content: center;
}
#block-vesta-theme-novostiknopkanastrforuma .field--name-body a {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  width: 185px;
  padding: 10px 15px !important;
  border: 3px solid #560562;
  font-weight: 600;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-novostiknopkanastrforuma .field--name-body a {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-novostiknopkanastrforuma .field--name-body a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-novostiknopkanastrforuma .field--name-body a {
    padding: 9px;
    font-size: 12px;
  }
}
#block-vesta-theme-novostiknopkanastrforuma .field--name-body a:hover {
  background-color: transparent;
  color: #000;
  padding: 10px 15px !important;
  font-weight: 600;
  color: #560562;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-novostiknopkanastrforuma .field--name-body a {
    width: 171px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-novostiknopkanastrforuma .field--name-body a {
    width: 152px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-novostiknopkanastrforuma .field--name-body a {
    width: 142px;
  }
}
.social.empty {
  display: none !important;
}
.add-news-btn-box,
.add-forum-topic-btn-box {
  flex: 1 1 100%;
}
.notification-item .avatar img {
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  min-height: 50px !important;
  max-width: 50px !important;
  max-height: 50px !important;
  object-fit: cover;
  border-radius: 50%;
}
.user-pass-reset .form-actions input {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .user-pass-reset .form-actions input {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .user-pass-reset .form-actions input {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .user-pass-reset .form-actions input {
    padding: 9px;
    font-size: 12px;
  }
}
.user-pass-reset .form-actions input:hover {
  background-color: transparent;
  color: #000;
}
input::-ms-reveal,
input::-ms-clear {
  display: none;
}
input[type=password] {
  background-image: url(/sites/all/themes/vesta_theme/image/eye-show.svg);
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 25px 20px;
  cursor: pointer;
  padding-right: 40px !important;
}
input.eye {
  background-image: url(/sites/all/themes/vesta_theme/image/eye-show1.svg);
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 25px 16px;
  cursor: pointer;
  padding-right: 40px !important;
}
@media screen and (max-width: 767px) {
  .notification-counter {
    display: flex;
    align-items: center;
    width: 20px !important;
    height: 20px !important;
  }
}
.ui-dialog .comment-avatar img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.form-item--error-message a {
  color: #560562;
}
.page-user .user-form > *:not(#edit-account, .form-actions) {
  display: none;
}
.page-user .user-form #edit-account a {
  color: #560562;
}
.page-user .user-form .form-actions .button {
  display: block;
  width: max-content;
  padding: 12px 30px;
  background-color: #560562;
  border: 1px solid #560562;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-user .user-form .form-actions .button {
    padding: 11px 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-user .user-form .form-actions .button {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .page-user .user-form .form-actions .button {
    padding: 9px;
    font-size: 12px;
  }
}
.page-user .user-form .form-actions .button:hover {
  background-color: transparent;
  color: #000;
}
.notification-dropdown-controls a {
  text-transform: uppercase;
}
.notification-dropdown-controls .see-all a:not(.all-not-mob) {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .notification-dropdown-controls .see-all a:not(.all-not-mob) {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .notification-dropdown-controls .see-all .all-not-mob {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .notification-dropdown-controls .see-all .all-not-mob {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .notification-dropdown-controls .see-all .all-not-mob {
    display: none;
  }
}
