:root {
  --font-family: "Manrope", sans-serif;
  --second-family: "Felidae", sans-serif;
  --scrollbar-track-color: #262111;
  --scrollbar-thumb-color: rgba(255, 255, 255, 0.5);
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
@media (max-width: 1200px) {
  html {
    font-size: 1.33vw;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 1.3vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 2.08vw;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 16px;
  }
}
body {
  font-family: var(--font-family);
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  line-height: 1.2;
  background-color: #fff;
}
body::-webkit-scrollbar {
  width: 0.5rem;
}
body::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track-color);
}
body::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb-color);
  border-radius: 0.2rem;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
svg {
  max-width: 100%;
  max-height: 100%;
}
h1,
h2,
h3,
h4,
p,
figure,
fieldset,
ul {
  margin: 0;
}
ul {
  padding-left: 0;
}
li {
  list-style: none;
}
input,
button,
select,
a,
textarea,
label,
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
fieldset {
  padding: 0;
  border: none;
}
input:hover,
a:hover {
  text-decoration: none;
}
input:focus,
a:focus {
  outline: 0;
}
button {
  padding: 0;
  border: none;
}
button:focus {
  outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-clip: text;
}
@font-face {
  font-family: "Manrope";
  src: url("/sites/all/themes/vesta_theme/font/Manrope-Medium.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/sites/all/themes/vesta_theme/font/Manrope-SemiBold.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/sites/all/themes/vesta_theme/font/Manrope-Regular.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Felidae";
  src: url("/sites/all/themes/vesta_theme/font/Felidae-Regular.woff2") format("woff2"), url("/sites/all/themes/vesta_theme/font/Felidae-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media screen and (max-width: 768px) {
  header.header {
    display: none;
  }
}
header.header-mob {
  display: none;
}
@media screen and (max-width: 768px) {
  header.header-mob {
    display: block;
    position: sticky;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 100;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  }
}
.burger {
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.burger__inner {
  display: flex;
  flex-direction: column;
  width: 80%;
  row-gap: 0.5rem;
}
.burger__line {
  display: block;
  width: 100%;
  border: 0.06rem solid #fff;
  height: 0;
  border-radius: 0.12rem;
  transition: 0.3s;
}
nav#mobile-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  nav#mobile-nav {
    display: block;
    background-color: #fff;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya,
  nav#mobile-nav div.mm-panel {
    padding: 0;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul,
  nav#mobile-nav div.mm-panel ul {
    margin: 40px 0 0 0 !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul .active-trail a,
  nav#mobile-nav div.mm-panel ul .active-trail a {
    background: #303030 !important;
    color: #fff !important;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul li,
  nav#mobile-nav div.mm-panel ul li {
    width: 100%;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul li a,
  nav#mobile-nav div.mm-panel ul li a {
    padding: 20px 10px 20px 20px;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul li::after,
  nav#mobile-nav div.mm-panel ul li::after {
    left: 0;
    border-color: rgba(0, 0, 0, 0.1);
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul .dropdown-toggle::after,
  nav#mobile-nav div.mm-panel ul .dropdown-toggle::after {
    display: none;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya .dropdown-menu,
  nav#mobile-nav div.mm-panel .dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    display: block;
    float: none;
    min-width: 100%;
    padding: 0;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  #mm-blocker {
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.logo a {
  display: block;
  width: 100%;
}
.logo a img {
  width: 100%;
}
.slick-list {
  margin: 0 -0.93rem;
}
.slick-slide {
  margin: 0 0.93rem;
  height: auto !important;
}
.slick-track {
  display: flex !important;
}
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
}
.slick-dots button {
  border: 0.06rem solid #fff;
  border-radius: 0.19rem;
  width: 0.88rem;
  height: 0.88rem;
  background-color: #fff;
  font-size: 0;
  position: relative;
  transition: 0.3s;
}
.slick-dots button::after {
  content: "";
  display: block;
  border-radius: 0.19rem;
  width: 0.31rem;
  height: 0.31rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.slick-dots li.slick-active button {
  background-color: transparent;
}
button.slick-arrow {
  width: 2.81rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  position: relative;
  font-size: 0;
  background-color: transparent;
}
button.slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
button.slick-prev.slick-arrow {
  left: 25px;
}
button.slick-prev.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arr-slider.svg");
  transform: rotate(-90deg);
}
button.slick-next.slick-arrow {
  right: 25px;
}
button.slick-next.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arr-slider.svg");
  transform: rotate(90deg);
}
.link-menu {
  transition: 0.3s;
}
.link-menu:hover {
  color: #987fe0 !important;
  filter: blur(0.5px);
}
.link-hover {
  position: relative;
  transition: 0.3s;
}
.link-hover:hover {
  color: #987fe0;
}
.link-hover:hover .hover {
  visibility: visible;
  opacity: 1;
  filter: blur(4px);
}
.link-hover .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.user-contacts {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: flex-start;
}
.user-contacts__link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.88rem;
  text-transform: uppercase;
  color: #fff;
}
.user-soc {
  display: flex;
}
.user-soc__link {
  display: block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
  font-size: 0;
}
.user-soc__link:hover {
  transform: scale(1.05);
  background-color: transparent;
}
.user-soc__link svg {
  width: 2rem;
  height: 2rem;
}
#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: 10;
  transition: 0.2s;
  background-image: url(/sites/all/themes/vesta_theme/image/scroll-to-top.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #scrollToTop {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 576px) {
  #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;
}
.btn,
.more-link a {
  border-radius: 0.62rem;
  padding: 0.5rem 1.25rem;
  box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.5), inset -3px -4px 7px 0 rgba(255, 255, 255, 0.15);
  background-image: radial-gradient(76.16% 76.16% at 31.97% 19.67%, #e9dfb5 0%, rgba(255, 255, 255, 0) 69.79000000000001%, rgba(255, 255, 255, 0) 100%);
  background-color: #895b05;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.8100000000000001rem;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
.btn:hover,
.more-link a:hover {
  opacity: 0.8;
}
.btn-primary {
  border: 0;
  --bs-btn-active-color: #216144;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #216144;
}
#block-vesta-theme-strokanavigacii .breadcrumb {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
#block-vesta-theme-strokanavigacii .breadcrumb-item {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1rem;
  line-height: 128%;
  color: #000;
}
#block-vesta-theme-strokanavigacii .breadcrumb-item a {
  color: #000;
}
.webform-submission-form {
  background-color: #fff;
  padding: 1rem 1.25rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .webform-submission-form {
    padding: 1rem;
    border-radius: 1.88rem;
  }
}
.form-control,
.form-tel {
  height: auto;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 128%;
  color: #000;
  border-radius: 2.62rem;
  padding: 1.06rem;
  background-color: #ededed;
  border-color: transparent;
  width: 100%;
}
.form-control::placeholder,
.form-tel::placeholder {
  color: #a8a8a8;
}
.form-type-checkbox {
  position: relative;
  --width-checkbox: 1.5rem;
  --border-radius-checkbox: 0.25rem;
}
.form-type-checkbox .form-checkbox[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.form-type-checkbox .form-checkbox[type="checkbox"]:checked + label {
  background-image: url("/sites/all/themes/vesta_theme/image/check.svg");
}
.form-type-checkbox label {
  font-size: 0;
  display: block;
  flex-shrink: 0;
  width: var(--width-checkbox);
  height: var(--width-checkbox);
  background-color: #313131;
  margin-bottom: 0;
  border-radius: var(--border-radius-checkbox);
  background-size: 80% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.form-type-checkbox .description {
  margin-left: 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.88rem;
  line-height: 128%;
  color: #fff;
}
.form-type-checkbox .description a {
  color: #fff;
  background: linear-gradient(0deg, #fff, #fff) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.form-type-checkbox .description a:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.form-item--error {
  position: relative;
}
.alert-error {
  display: none;
}
.form-item--error-message {
  color: red;
  font-size: 0.8rem;
  margin-top: 0.3rem;
  font-weight: 400;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 320px) {
  .container {
    max-width: none;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.mb {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .mb {
    margin-bottom: calc(7.5rem / 2);
  }
}
.block-title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 2.5rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: flex-end;
  line-height: 0.5;
  margin-bottom: 2rem;
}
.block-title::after {
  content: "";
  display: block;
  flex-shrink: 0;
  flex-grow: 1;
  height: 0.06rem;
  background-color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .block-title {
    font-size: 1.5rem;
  }
}
#app {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
main {
  flex-grow: 1;
}
.front main {
  padding-bottom: calc(7.5rem / 2);
}
.front h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
h1 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 4.06rem;
  text-align: center;
  color: #6d0000;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 360px) {
  h1 {
    font-size: 1.5rem;
  }
}
.not-front main {
  padding-top: calc(7.5rem / 2);
  padding-bottom: calc(7.5rem / 2);
}
.not-front #block-vesta-theme-page-title {
  margin-bottom: calc(7.5rem / 2);
}
.more-link {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.offcanvas {
  background-color: #000;
}
.offcanvas .btn-close {
  background-image: url("/sites/all/themes/vesta_theme/image/close.svg");
  background-size: 70%;
  opacity: 1;
}
.offcanvas .nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 1rem;
}
.offcanvas .nav a {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  color: #fff;
  font-weight: 400;
  line-height: 130%;
  font-size: 1.5rem;
  background: linear-gradient(0deg, #fff, #fff) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.offcanvas .nav a:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.field--name-field-knopka-ostavit-zayavku,
.form-actions {
  position: relative;
}
.field--name-field-knopka-ostavit-zayavku .ajax-progress,
.form-actions .ajax-progress {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ui-widget.ui-widget-content {
  padding: 0;
  border: 0 !important;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .ui-widget.ui-widget-content {
    width: calc(100% - 2 * 15px) !important;
  }
}
.ui-widget.ui-widget-content .ui-widget-header {
  background-color: #2d3e50;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 160%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border: 0;
}
.ui-widget.ui-widget-content .ui-dialog-content {
  padding: 0;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-item + .form-item {
  margin-top: 1rem;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-control,
.ui-widget.ui-widget-content .ui-dialog-content .form-tel {
  background-color: transparent;
  border: 0;
  border-bottom: 0.06rem solid #2d3e50;
  border-radius: 0;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-control:focus,
.ui-widget.ui-widget-content .ui-dialog-content .form-tel:focus {
  outline: 0;
  box-shadow: none;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-actions {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-actions button {
  width: 100%;
  background-color: #2d3e50;
  color: #fff;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-actions button:active {
  background-color: #2d3e50;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-type-processed-text {
  font-size: 0.88rem;
  line-height: 128%;
}
.content-search .search-api-page-block-form-search {
  margin-bottom: 2rem;
}
.content-search h2 {
  margin-bottom: 2rem;
}
.content-search h2 + p {
  margin-bottom: 1.5rem;
}
.content-search h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.75rem;
  color: #000;
  margin-top: 0.5rem;
}
.content-search h3 a {
  color: #000;
  transition: all 0.3s ease;
}
.content-search h3 a:hover {
  color: #216144;
}
#search-api-page-block-form-search {
  position: relative;
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #search-api-page-block-form-search {
    flex-direction: column;
    row-gap: 1rem;
    align-items: stretch;
  }
}
#block-vesta-theme-searchapipagesearchblockform-2 form,
#search-api-page-block-form-search form {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#block-vesta-theme-searchapipagesearchblockform-2 .form-item,
#search-api-page-block-form-search .form-item {
  width: 100%;
}
#block-vesta-theme-searchapipagesearchblockform-2 .form-control,
#search-api-page-block-form-search .form-control {
  border-radius: 0.5rem;
  background-color: transparent;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1rem;
  padding: 0.8rem 0.5rem;
  color: #895b05;
  text-transform: uppercase;
  border: 0.06rem solid #895b05;
  box-shadow: none;
  transition: 0.3s;
}
#block-vesta-theme-searchapipagesearchblockform-2 .form-control:focus,
#search-api-page-block-form-search .form-control:focus {
  box-shadow: none;
}
#block-vesta-theme-searchapipagesearchblockform-2 .form-control::placeholder,
#search-api-page-block-form-search .form-control::placeholder {
  color: #895b05;
}
#block-vesta-theme-searchapipagesearchblockform-2 .form-actions,
#search-api-page-block-form-search .form-actions {
  flex-shrink: 0;
}
#block-vesta-theme-searchapipagesearchblockform-2 .form-actions button,
#search-api-page-block-form-search .form-actions button {
  border: 0;
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  font-size: 1rem;
  padding: 0.75rem;
  min-width: 12rem;
}
#block-vesta-theme-searchapipagesearchblockform-2 .form-actions button:hover,
#search-api-page-block-form-search .form-actions button:hover {
  background-color: #895b05;
}
.alert_metrika {
  background-color: #171717;
}
.alert_metrika .metrika-text {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.alert_metrika .metrika-text p {
  color: #fff;
  font-size: 0.88rem;
  font-weight: 500;
}
.alert_metrika .metrika-text p strong {
  font-weight: 800;
}
.alert_metrika .metrika-text a {
  color: #fff;
}
.alert_metrika .block-btns {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .alert_metrika .block-btns {
    flex-direction: column;
  }
}
.alert_metrika .block-btns button.btn.btn-primary {
  margin: 0;
  border-radius: 0.62rem;
  padding: 0.5rem 1.25rem;
  box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.5), inset -3px -4px 7px 0 rgba(255, 255, 255, 0.15);
  background-image: radial-gradient(76.16% 76.16% at 31.97% 19.67%, #e9dfb5 0%, rgba(255, 255, 255, 0) 69.79000000000001%, rgba(255, 255, 255, 0) 100%);
  background-color: #895b05;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.8100000000000001rem;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
  --bs-btn-active-bg: #202938;
  --bs-btn-active-color: #fff;
}
.alert_metrika .block-btns button.btn.btn-primary:hover {
  opacity: 0.8;
}
.alert_metrika .block-btns button.btn.btn-primary:hover {
  opacity: 0.8;
}
.region-navigation .nav > .nav-item:hover .dropdown-menu {
  display: flex;
  top: 100%;
  left: 0;
}
#block-vesta-theme-shapkavnovostialmanakha .layout__region--content,
#block-vesta-theme-shapkavkonkursy .layout__region--content,
#block-vesta-theme-literaturnyyblog .layout__region--content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  column-gap: 6.25rem;
}
@media screen and (max-width: 768px) {
  #block-vesta-theme-shapkavnovostialmanakha .layout__region--content,
  #block-vesta-theme-shapkavkonkursy .layout__region--content,
  #block-vesta-theme-literaturnyyblog .layout__region--content {
    flex-direction: column;
    gap: 1.5rem;
  }
}
#block-vesta-theme-shapkavnovostialmanakha .field--name-body,
#block-vesta-theme-shapkavkonkursy .field--name-body,
#block-vesta-theme-literaturnyyblog .field--name-body {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.8100000000000001rem;
  color: #000;
}
#block-vesta-theme-shapkavnovostialmanakha .field--name-field-ssylka-na-stranicu,
#block-vesta-theme-shapkavkonkursy .field--name-field-ssylka-na-stranicu,
#block-vesta-theme-literaturnyyblog .field--name-field-ssylka-na-stranicu {
  flex-shrink: 0;
}
#block-vesta-theme-shapkavnovostialmanakha .field--name-field-ssylka-na-stranicu a,
#block-vesta-theme-shapkavkonkursy .field--name-field-ssylka-na-stranicu a,
#block-vesta-theme-literaturnyyblog .field--name-field-ssylka-na-stranicu a {
  border-radius: 0.62rem;
  padding: 0.5rem 1.25rem;
  box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.5), inset -3px -4px 7px 0 rgba(255, 255, 255, 0.15);
  background-image: radial-gradient(76.16% 76.16% at 31.97% 19.67%, #e9dfb5 0%, rgba(255, 255, 255, 0) 69.79000000000001%, rgba(255, 255, 255, 0) 100%);
  background-color: #895b05;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.8100000000000001rem;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
#block-vesta-theme-shapkavnovostialmanakha .field--name-field-ssylka-na-stranicu a:hover,
#block-vesta-theme-shapkavkonkursy .field--name-field-ssylka-na-stranicu a:hover,
#block-vesta-theme-literaturnyyblog .field--name-field-ssylka-na-stranicu a:hover {
  opacity: 0.8;
}
#block-vesta-theme-shapkavnovostialmanakha .field--name-field-ssylka-na-stranicu a:hover,
#block-vesta-theme-shapkavkonkursy .field--name-field-ssylka-na-stranicu a:hover,
#block-vesta-theme-literaturnyyblog .field--name-field-ssylka-na-stranicu a:hover {
  opacity: 0.8;
}
#block-vesta-theme-bloknastranicekontakty .user-contacts__link {
  color: #000;
  background: linear-gradient(0deg, #000, #000) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
#block-vesta-theme-bloknastranicekontakty .user-contacts__link:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
#stat_avtorom .layout__region--content .field--name-body p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  color: #000;
  line-height: 170%;
}
#stat_avtorom .layout__region--content .field--name-body p br {
  margin-bottom: 0.5rem;
}
#stat_avtorom .layout__region--content .field--name-body strong {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  color: #895b05;
  display: inline-block;
  margin-bottom: 1rem;
}
#stat_avtorom .layout__region--content .field--name-body .table {
  overflow: auto;
  width: 100%;
  display: block;
  padding-bottom: 1rem;
}
#stat_avtorom .layout__region--content .field--name-body .table tbody {
  min-width: 600px;
}
#stat_avtorom .layout__region--content .field--name-body .table tr {
  border-color: transparent;
}
#stat_avtorom .layout__region--content .field--name-body .table td {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  color: #000;
  line-height: 150%;
}
.search {
  width: 2rem;
  height: 2rem;
  display: block;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.search:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.search__label {
  font-size: 0;
}
.search__icon {
  width: 60%;
}
.search__icon svg {
  width: 100%;
  height: auto;
  fill: #fff;
}
.header {
  background-color: #171717;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.header .region-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1.25rem;
}
.header #block-vesta-theme-osnovnayanavigaciya-4 > ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.25rem;
}
.header #block-vesta-theme-osnovnayanavigaciya-4 > ul li a {
  border-radius: 0.62rem;
  padding: 0.5rem 1.25rem;
  box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.5), inset -3px -4px 7px 0 rgba(255, 255, 255, 0.15);
  background-image: radial-gradient(76.16% 76.16% at 31.97% 19.67%, #e9dfb5 0%, rgba(255, 255, 255, 0) 69.79000000000001%, rgba(255, 255, 255, 0) 100%);
  background-color: #895b05;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.8100000000000001rem;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.header #block-vesta-theme-osnovnayanavigaciya-4 > ul li a:not(.dropdown-toggle) {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
.header #block-vesta-theme-osnovnayanavigaciya-4 > ul li a:not(.dropdown-toggle):hover {
  transform: scale(1.05);
  background-color: #895b05;
}
.header #block-vesta-theme-osnovnayanavigaciya-4 > ul li a.menuparent .sf-sub-indicator {
  right: 0.2em;
}
.header #block-vesta-theme-osnovnayanavigaciya-4 > ul li > ul {
  background-color: #fff;
  padding: 1rem;
  flex-direction: column;
  row-gap: 0.5rem;
  align-items: flex-start;
}
.header #block-vesta-theme-osnovnayanavigaciya-4 > ul li > ul a {
  color: #000;
}
.header-mob {
  background-color: #171717;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.header-mob .region-header-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-mob #block-vesta-theme-logo {
  width: 24%;
}
.promo-block {
  min-height: 41rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .promo-block {
    min-height: auto;
    padding-top: 70%;
    height: 0;
  }
}
.promo-block__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/sites/all/themes/vesta_theme/image/promo-bg.png") no-repeat center / cover;
}
@media screen and (max-width: 768px) {
  .promo-block__inner {
    background-image: url("/sites/all/themes/vesta_theme/image/promo-bg-mob.png");
    background-size: 100% auto;
    background-position: center top;
  }
}
.news-block #block-vesta-theme-shapkavnovostialmanakha {
  margin-bottom: 2.5rem;
}
.news-block .view-news .view-content {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .news-block .view-news .view-content {
    grid-template-columns: 1fr;
  }
}
.news-block .view-news .view-content .views-row:nth-child(1) {
  grid-column: 1 / 4;
  grid-row: 1 / 2;
}
@media screen and (max-width: 768px) {
  .news-block .view-news .view-content .views-row:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
}
.news-block .view-news .view-content .views-row:nth-child(2) {
  grid-column: 4 / 5;
  grid-row: 1 / 2;
}
@media screen and (max-width: 768px) {
  .news-block .view-news .view-content .views-row:nth-child(2) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
}
.news-block .view-news .view-content .views-row:nth-child(3) {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
}
@media screen and (max-width: 768px) {
  .news-block .view-news .view-content .views-row:nth-child(3) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
}
.news-block .view-news .view-content .views-row:nth-child(4) {
  grid-column: 3 / 5;
  grid-row: 2 / 3;
}
@media screen and (max-width: 768px) {
  .news-block .view-news .view-content .views-row:nth-child(4) {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
  }
}
.view-news .view-content {
  display: grid;
  gap: 1.875rem;
}
.view-news .view-content .node--type-news {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.view-news .view-content .node--type-news .content {
  position: relative;
  z-index: 1;
  pointer-events: none;
  padding: 1.875rem;
}
.view-news .views-row {
  min-height: 16rem;
  display: flex;
  flex-direction: column;
}
.view-news .field--name-field-image-news {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.view-news .field--name-field-image-news a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.view-news .field--name-field-image-news a::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
}
.view-news .field--name-field-image-news a:hover img {
  transform: scale(1.1);
}
.view-news .field--name-field-image-news a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.view-news .field--name-field-date {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.88rem;
  color: #fff;
  margin-bottom: 1rem;
}
.view-news .field--name-node-title h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.25rem;
  color: #fff;
}
#news .node--type-news .field--name-field-date {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.88rem;
  color: #000;
  margin-bottom: 1.5rem;
}
#news .field--name-body {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  color: #000;
}
.contests-block #block-vesta-theme-shapkavkonkursy {
  margin-bottom: 2.5rem;
}
.view-konkursy .view-content,
#konkurs .region-content .view-content {
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
}
.view-konkursy .layout__region--content,
#konkurs .region-content .layout__region--content {
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .view-konkursy .layout__region--content,
  #konkurs .region-content .layout__region--content {
    flex-direction: column;
    gap: 1rem;
  }
}
.view-konkursy .field--name-field-izobrazhenie-konkursa,
#konkurs .region-content .field--name-field-izobrazhenie-konkursa {
  flex-shrink: 0;
  width: 31%;
}
@media screen and (max-width: 768px) {
  .view-konkursy .field--name-field-izobrazhenie-konkursa,
  #konkurs .region-content .field--name-field-izobrazhenie-konkursa {
    width: 100%;
  }
}
.view-konkursy .content,
#konkurs .region-content .content {
  display: flex;
  flex-direction: column;
  padding: 1.25rem 0;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .view-konkursy .content,
  #konkurs .region-content .content {
    padding-bottom: 0;
    width: 100%;
  }
}
.view-konkursy .content .field--name-node-title,
#konkurs .region-content .content .field--name-node-title {
  margin-bottom: 0.75rem;
}
.view-konkursy .content .field--name-node-title h3,
#konkurs .region-content .content .field--name-node-title h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  color: #895b05;
}
.view-konkursy .content .field--name-body,
#konkurs .region-content .content .field--name-body {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.8100000000000001rem;
  color: #000;
  margin-bottom: 0.75rem;
}
.view-konkursy .content .field--name-field-data-konkursa,
#konkurs .region-content .content .field--name-field-data-konkursa {
  margin-top: auto;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.88rem;
  color: rgba(0, 0, 0, 0.5);
}
.view-about .views-row .layout__region--content {
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .view-about .views-row .layout__region--content {
    flex-direction: column;
  }
}
.view-about .views-row .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-top: 0.5rem;
}
.view-about .views-row .content .field--name-node-title {
  margin-bottom: 1.875rem;
}
.view-about .views-row .content .field--name-node-title h2 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 2.5rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: flex-end;
  line-height: 0.5;
  margin-bottom: 2rem;
}
.view-about .views-row .content .field--name-node-title h2::after {
  content: "";
  display: block;
  flex-shrink: 0;
  flex-grow: 1;
  height: 0.06rem;
  background-color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .view-about .views-row .content .field--name-node-title h2 {
    font-size: 1.5rem;
  }
}
.view-about .views-row .content .field--name-node-title h2::after {
  content: "";
  display: block;
  flex-shrink: 0;
  flex-grow: 1;
  height: 0.06rem;
  background-color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .view-about .views-row .content .field--name-node-title h2 {
    font-size: 1.5rem;
  }
}
.view-about .views-row .content .field--name-body {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.8100000000000001rem;
  color: #000;
  margin-bottom: 1.875rem;
  width: 86%;
}
@media screen and (max-width: 768px) {
  .view-about .views-row .content .field--name-body {
    width: 100%;
  }
}
.view-about .views-row .content .field--name-node-link a {
  border-radius: 0.62rem;
  padding: 0.5rem 1.25rem;
  box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.5), inset -3px -4px 7px 0 rgba(255, 255, 255, 0.15);
  background-image: radial-gradient(76.16% 76.16% at 31.97% 19.67%, #e9dfb5 0%, rgba(255, 255, 255, 0) 69.79000000000001%, rgba(255, 255, 255, 0) 100%);
  background-color: #895b05;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.8100000000000001rem;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
.view-about .views-row .content .field--name-node-link a:hover {
  opacity: 0.8;
}
.view-about .views-row .content .field--name-node-link a:hover {
  opacity: 0.8;
}
.view-about .field--name-field-izobrazhenie-o-nas {
  flex-shrink: 0;
  width: 23%;
}
@media screen and (max-width: 768px) {
  .view-about .field--name-field-izobrazhenie-o-nas {
    width: 50%;
  }
}
.blog-block #block-vesta-theme-literaturnyyblog {
  margin-bottom: 2.5rem;
}
.view-blogi .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.875rem;
}
.view-blogi .views-row {
  display: flex;
  flex-direction: column;
}
.view-blogi .layout--onecol {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.view-blogi .layout__region--content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.view-blogi .field--name-field-izobrazhenie-bloga {
  margin-bottom: 1.25rem;
}
.view-blogi .field--name-field-izobrazhenie-bloga a {
  display: block;
  position: relative;
  padding-top: 66%;
  overflow: hidden;
}
.view-blogi .field--name-field-izobrazhenie-bloga a:hover img {
  transform: scale(1.05);
}
.view-blogi .field--name-field-izobrazhenie-bloga a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.view-blogi .field--name-node-title {
  margin-bottom: 1rem;
}
.view-blogi .field--name-node-title h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  color: #895b05;
}
.view-blogi .field--name-node-title h3 a {
  color: #895b05;
  transition: 0.3s;
}
.view-blogi .field--name-node-title h3 a:hover {
  color: #c28422;
}
.view-blogi .field--name-body {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.8100000000000001rem;
  color: #000;
  margin-bottom: 1rem;
  margin-top: auto;
}
.view-blogi .field--type-datetime {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.88rem;
  color: rgba(0, 0, 0, 0.5);
}
#blog #block-vesta-theme-content .field--name-field-izobrazhenie-bloga {
  margin-bottom: 2rem;
  width: 30%;
}
#blog #block-vesta-theme-content .field--name-field-izobrazhenie-bloga img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#blog #block-vesta-theme-content .field--name-field-data-napisaniya-bloga {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.88rem;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 1rem;
}
#blog #block-vesta-theme-content .field--name-body {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.8100000000000001rem;
  color: #000;
  margin-bottom: 1rem;
  margin-top: auto;
}
.view-arhiv .view-content {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media screen and (max-width: 768px) {
  .view-arhiv .views-row {
    border-bottom: 0.06rem solid #d9d9d9;
  }
  .view-arhiv .views-row:first-child {
    border-top: 0.06rem solid #d9d9d9;
  }
}
.view-arhiv .layout__region--content {
  display: flex;
  column-gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .view-arhiv .layout__region--content {
    flex-direction: column;
  }
}
.view-arhiv .field--name-field-izobrazhenie-almanaha {
  width: 20%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .view-arhiv .field--name-field-izobrazhenie-almanaha {
    display: none;
  }
}
.view-arhiv .field--name-field-izobrazhenie-almanaha a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.view-arhiv .field--name-field-izobrazhenie-almanaha a:hover img {
  transform: scale(1.05);
}
.view-arhiv .field--name-field-izobrazhenie-almanaha a img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: 0.3s;
}
.view-arhiv .field--name-node-title h3 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 2.5rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.9);
}
.view-arhiv .content-block {
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.view-arhiv .field--name-body p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.8100000000000001rem;
  color: #000;
}
.view-arhiv .field--name-node-link {
  margin-top: auto;
}
.view-arhiv .field--name-node-link a {
  display: inline-block;
  border-radius: 0.62rem;
  padding: 0.5rem 1.25rem;
  box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.5), inset -3px -4px 7px 0 rgba(255, 255, 255, 0.15);
  background-image: radial-gradient(76.16% 76.16% at 31.97% 19.67%, #e9dfb5 0%, rgba(255, 255, 255, 0) 69.79000000000001%, rgba(255, 255, 255, 0) 100%);
  background-color: #895b05;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.8100000000000001rem;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
.view-arhiv .field--name-node-link a:hover {
  opacity: 0.8;
}
.view-arhiv .field--name-node-link a:hover {
  opacity: 0.8;
}
#almanah #block-vesta-theme-content .layout__region--content {
  display: grid;
  grid-template-columns: 20% 1fr;
  column-gap: 4rem;
  row-gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  #almanah #block-vesta-theme-content .layout__region--content {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
  }
}
#almanah #block-vesta-theme-content .field--name-body {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}
#almanah #block-vesta-theme-content .field--name-body p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.8100000000000001rem;
  color: #000;
}
#almanah #block-vesta-theme-content .field--name-field-izobrazhenie-almanaha {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
@media screen and (max-width: 768px) {
  #almanah #block-vesta-theme-content .field--name-field-izobrazhenie-almanaha {
    max-width: 50%;
  }
}
#almanah #block-vesta-theme-content .field--name-field-rubriki {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  display: flex;
  flex-direction: column;
  row-gap: 3.125rem;
}
#almanah #block-vesta-theme-content .field--name-field-rubriki .layout__region--content {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
#almanah #block-vesta-theme-content .field--name-field-rubriki .field--name-field-zagolovok-razdela {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.25rem;
  color: #895b05;
}
#almanah #block-vesta-theme-content .field--name-field-rubriki .field--name-field-ssylka-na-statyu {
  display: flex;
  flex-direction: column;
  row-gap: 0.6rem;
  align-items: flex-start;
}
#almanah #block-vesta-theme-content .field--name-field-rubriki .field--name-field-ssylka-na-statyu a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.8100000000000001rem;
  color: #000;
  transition: 0.3s;
  display: flex;
  column-gap: 0.6rem;
}
#almanah #block-vesta-theme-content .field--name-field-rubriki .field--name-field-ssylka-na-statyu a::before {
  content: "";
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #895b05;
  border-radius: 50%;
  margin-top: 0.3rem;
}
#almanah #block-vesta-theme-content .field--name-field-rubriki .field--name-field-ssylka-na-statyu a:hover {
  opacity: 0.5;
}
.footer {
  background-color: #262111;
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
}
.footer__top {
  margin-bottom: 1rem;
}
.footer .region-footer {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer .region-footer {
    flex-direction: column;
  }
}
.footer #block-vesta-theme-logo-2 {
  width: 12%;
}
@media screen and (max-width: 768px) {
  .footer #block-vesta-theme-logo-2 {
    width: 30%;
  }
}
.footer #block-vesta-theme-osnovnayanavigaciya-2 {
  flex-shrink: 0;
}
.footer #block-vesta-theme-osnovnayanavigaciya-2 > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.3rem;
}
.footer #block-vesta-theme-osnovnayanavigaciya-2 > ul li a {
  padding: 0.2rem 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.8100000000000001rem;
  color: #fff;
  background: linear-gradient(0deg, #fff, #fff) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.footer #block-vesta-theme-osnovnayanavigaciya-2 > ul li a:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.footer #block-vesta-theme-pomoschnekommercheskomuproektu .block-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.88rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 2rem;
}
.footer #block-vesta-theme-pomoschnekommercheskomuproektu .help {
  width: 7.31rem;
  height: 7.31rem;
  background-image: url(/sites/all/themes/vesta_theme/image/qr.jpg);
  background-size: contain;
  background-position: center;
  margin: 0 auto;
}
.footer .politik {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .footer .politik {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer .politik__item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.8100000000000001rem;
  color: #fff;
}
.footer .politik__item--year {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.1rem;
}
.footer .politik__item a {
  color: #fff;
  background: linear-gradient(0deg, #fff, #fff) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 350ms;
  --bg-h: 0.06rem;
}
.footer .politik__item a:hover {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
