.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.3;
  font-size: 18px !important;
  color: #4D4D4D;
  font-family: Mulish, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  overflow-wrap: anywhere;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  html {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  html {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 12px !important;
  }
}
body {
  line-height: inherit;
  background: #F7F4ED;
  color: inherit;
  font-family: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
.page > *:not(header,footer) .block-title {
  font-family: Cormorant Unicase, Mulish, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.25;
  margin-bottom: 0.25em;
}
h1 {
  font-size: 70px;
  font-weight: 500;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  h1 {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 25px;
  }
}
h2,
.page > *:not(header,footer) .block-title {
  margin-bottom: 33px;
  font-size: 32px;
  font-weight: 700;
  color: #9FB6C3;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  h2,
  .page > *:not(header,footer) .block-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  h2,
  .page > *:not(header,footer) .block-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  h2,
  .page > *:not(header,footer) .block-title {
    margin-bottom: 17px;
    font-size: 20px;
  }
}
h3 {
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.15rem;
  }
}
h4 {
  font-size: 1.15rem;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.1rem;
  }
}
h5 {
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 1.05rem;
  }
}
h6 {
  font-size: 1rem;
}
p {
  margin-bottom: 0.5em;
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
  color: #4D4D4D;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #9FB6C3;
}
img {
  width: 100%;
  height: auto;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
img:hover {
  transform: scale(1.02);
}
.subtitle {
  width: 76%;
  margin-bottom: 33px !important;
  font-weight: 600;
  font-size: 32px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .subtitle {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .subtitle {
    width: 100%;
    margin-bottom: 17px !important;
    font-size: 16px;
  }
}
.highlight {
  color: #9FB6C3;
}
.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: 768px) {
  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: 768px) {
  .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: 768px) {
  #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: 768px) {
  .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: #9FB6C3 !important;
  color: #fff !important;
}
.mm-listview li a:hover,
.mm-listview li a:active,
.mm-listview li a:focus {
  background: #9FB6C3 !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,
.more-link a {
  display: block;
  width: fit-content;
  max-width: 515px;
  padding: 18px 19px;
  border-radius: 12px;
  border-width: 1px;
  border-style: solid;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.btn:active,
.more-link a:active,
.btn.active,
.more-link a.active {
  outline: 0;
  background-image: none;
}
.btn:focus,
.more-link a:focus {
  box-shadow: 0 0 4px 4px rgba(159, 182, 195, 0.5);
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .btn,
  .more-link a {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .btn,
  .more-link a {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .btn,
  .more-link a {
    margin-right: auto;
    margin-left: auto;
    padding: 12px 15px;
    font-size: 16px;
  }
}
.btn-default,
.more-link a {
  color: #fff;
  background-color: #9FB6C3;
  border-color: #9FB6C3;
}
.btn-default:hover,
.more-link a:hover,
.btn-default:active,
.more-link a:active,
.btn-default:focus,
.more-link a:focus {
  background-color: rgba(159, 182, 195, 0.7);
  border-color: rgba(159, 182, 195, 0.7);
  color: #fff;
}
.btn.btn-primary {
  border-radius: 8px;
  border-color: #F7F4ED !important;
  background-color: #F7F4ED !important;
  color: #9FB6C3 !important;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background-color: rgba(247, 244, 237, 0.7) !important;
  border-color: rgba(247, 244, 237, 0.7) !important;
  color: #fff !important;
}
.more-link {
  width: 326px;
  max-width: 80%;
  margin-right: 0;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .more-link {
    width: 222px;
    margin-right: auto;
  }
}
.more-link a {
  width: 100%;
}
.block,
.view .node {
  position: relative;
}
#scrollToTop {
  width: 39px;
  height: 23px;
  background: none;
  text-indent: 0;
  font-size: 0;
  transition: transform 0.2s;
  border: 0px;
  outline: 0px;
  display: flex;
  bottom: 32px;
  cursor: pointer;
  position: fixed;
  right: 35px;
  z-index: 100;
  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 (min-width: 1360px) {
  #scrollToTop {
    right: 137px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  #scrollToTop {
    transform: scale(0.95);
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  #scrollToTop {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 768px) {
  #scrollToTop {
    bottom: 19px;
    right: 16px;
    width: 25px;
    height: 15px;
  }
}
#scrollToTop:hover {
  opacity: 1;
  transform: scale(1.05);
}
#scrollToTop:active {
  transform: scale(0.95);
  transition-duration: 0s;
}
div#block-vesta-theme-contacts-phone-mail .contacts,
div#block-vesta-theme-contacts-address-messengers .contacts,
div#block-vesta-theme-kontaktytelefonipochta .contacts,
div#block-vesta-theme-messengers .contacts,
div#block-vesta-theme-kontakty-2 .contacts,
div#block-vesta-theme-kontakty-3 .contacts,
div#block-vesta-theme-bloknastranicekontakty .contacts {
  display: flex;
  flex-direction: column;
}
div#block-vesta-theme-contacts-phone-mail .contacts .contacts-title,
div#block-vesta-theme-contacts-address-messengers .contacts .contacts-title,
div#block-vesta-theme-kontaktytelefonipochta .contacts .contacts-title,
div#block-vesta-theme-messengers .contacts .contacts-title,
div#block-vesta-theme-kontakty-2 .contacts .contacts-title,
div#block-vesta-theme-kontakty-3 .contacts .contacts-title,
div#block-vesta-theme-bloknastranicekontakty .contacts .contacts-title {
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#block-vesta-theme-contacts-phone-mail .contacts .contacts-title,
  div#block-vesta-theme-contacts-address-messengers .contacts .contacts-title,
  div#block-vesta-theme-kontaktytelefonipochta .contacts .contacts-title,
  div#block-vesta-theme-messengers .contacts .contacts-title,
  div#block-vesta-theme-kontakty-2 .contacts .contacts-title,
  div#block-vesta-theme-kontakty-3 .contacts .contacts-title,
  div#block-vesta-theme-bloknastranicekontakty .contacts .contacts-title {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#block-vesta-theme-contacts-phone-mail .contacts .contacts-title,
  div#block-vesta-theme-contacts-address-messengers .contacts .contacts-title,
  div#block-vesta-theme-kontaktytelefonipochta .contacts .contacts-title,
  div#block-vesta-theme-messengers .contacts .contacts-title,
  div#block-vesta-theme-kontakty-2 .contacts .contacts-title,
  div#block-vesta-theme-kontakty-3 .contacts .contacts-title,
  div#block-vesta-theme-bloknastranicekontakty .contacts .contacts-title {
    margin-bottom: 0;
    font-size: 14px;
  }
}
div#block-vesta-theme-contacts-phone-mail .contacts .contacts-item,
div#block-vesta-theme-contacts-address-messengers .contacts .contacts-item,
div#block-vesta-theme-kontaktytelefonipochta .contacts .contacts-item,
div#block-vesta-theme-messengers .contacts .contacts-item,
div#block-vesta-theme-kontakty-2 .contacts .contacts-item,
div#block-vesta-theme-kontakty-3 .contacts .contacts-item,
div#block-vesta-theme-bloknastranicekontakty .contacts .contacts-item {
  font-weight: 600;
  font-size: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#block-vesta-theme-contacts-phone-mail .contacts .contacts-item,
  div#block-vesta-theme-contacts-address-messengers .contacts .contacts-item,
  div#block-vesta-theme-kontaktytelefonipochta .contacts .contacts-item,
  div#block-vesta-theme-messengers .contacts .contacts-item,
  div#block-vesta-theme-kontakty-2 .contacts .contacts-item,
  div#block-vesta-theme-kontakty-3 .contacts .contacts-item,
  div#block-vesta-theme-bloknastranicekontakty .contacts .contacts-item {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#block-vesta-theme-contacts-phone-mail .contacts .contacts-item,
  div#block-vesta-theme-contacts-address-messengers .contacts .contacts-item,
  div#block-vesta-theme-kontaktytelefonipochta .contacts .contacts-item,
  div#block-vesta-theme-messengers .contacts .contacts-item,
  div#block-vesta-theme-kontakty-2 .contacts .contacts-item,
  div#block-vesta-theme-kontakty-3 .contacts .contacts-item,
  div#block-vesta-theme-bloknastranicekontakty .contacts .contacts-item {
    font-size: 15px;
  }
}
div#block-vesta-theme-contacts-phone-mail .contacts .contacts-messengers,
div#block-vesta-theme-contacts-address-messengers .contacts .contacts-messengers,
div#block-vesta-theme-kontaktytelefonipochta .contacts .contacts-messengers,
div#block-vesta-theme-messengers .contacts .contacts-messengers,
div#block-vesta-theme-kontakty-2 .contacts .contacts-messengers,
div#block-vesta-theme-kontakty-3 .contacts .contacts-messengers,
div#block-vesta-theme-bloknastranicekontakty .contacts .contacts-messengers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
div#block-vesta-theme-contacts-phone-mail .contacts .contacts-messengers a,
div#block-vesta-theme-contacts-address-messengers .contacts .contacts-messengers a,
div#block-vesta-theme-kontaktytelefonipochta .contacts .contacts-messengers a,
div#block-vesta-theme-messengers .contacts .contacts-messengers a,
div#block-vesta-theme-kontakty-2 .contacts .contacts-messengers a,
div#block-vesta-theme-kontakty-3 .contacts .contacts-messengers a,
div#block-vesta-theme-bloknastranicekontakty .contacts .contacts-messengers a {
  width: 44px;
}
@media screen and (max-width: 768px) {
  div#block-vesta-theme-contacts-phone-mail .contacts .contacts-messengers a,
  div#block-vesta-theme-contacts-address-messengers .contacts .contacts-messengers a,
  div#block-vesta-theme-kontaktytelefonipochta .contacts .contacts-messengers a,
  div#block-vesta-theme-messengers .contacts .contacts-messengers a,
  div#block-vesta-theme-kontakty-2 .contacts .contacts-messengers a,
  div#block-vesta-theme-kontakty-3 .contacts .contacts-messengers a,
  div#block-vesta-theme-bloknastranicekontakty .contacts .contacts-messengers a {
    width: 32px;
  }
}
div#block-vesta-theme-contacts-phone-mail .contacts .contacts-messengers a svg .color,
div#block-vesta-theme-contacts-address-messengers .contacts .contacts-messengers a svg .color,
div#block-vesta-theme-kontaktytelefonipochta .contacts .contacts-messengers a svg .color,
div#block-vesta-theme-messengers .contacts .contacts-messengers a svg .color,
div#block-vesta-theme-kontakty-2 .contacts .contacts-messengers a svg .color,
div#block-vesta-theme-kontakty-3 .contacts .contacts-messengers a svg .color,
div#block-vesta-theme-bloknastranicekontakty .contacts .contacts-messengers a svg .color {
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
div#block-vesta-theme-contacts-phone-mail .contacts .contacts-messengers a:hover svg .color,
div#block-vesta-theme-contacts-address-messengers .contacts .contacts-messengers a:hover svg .color,
div#block-vesta-theme-kontaktytelefonipochta .contacts .contacts-messengers a:hover svg .color,
div#block-vesta-theme-messengers .contacts .contacts-messengers a:hover svg .color,
div#block-vesta-theme-kontakty-2 .contacts .contacts-messengers a:hover svg .color,
div#block-vesta-theme-kontakty-3 .contacts .contacts-messengers a:hover svg .color,
div#block-vesta-theme-bloknastranicekontakty .contacts .contacts-messengers a:hover svg .color,
div#block-vesta-theme-contacts-phone-mail .contacts .contacts-messengers a:active svg .color,
div#block-vesta-theme-contacts-address-messengers .contacts .contacts-messengers a:active svg .color,
div#block-vesta-theme-kontaktytelefonipochta .contacts .contacts-messengers a:active svg .color,
div#block-vesta-theme-messengers .contacts .contacts-messengers a:active svg .color,
div#block-vesta-theme-kontakty-2 .contacts .contacts-messengers a:active svg .color,
div#block-vesta-theme-kontakty-3 .contacts .contacts-messengers a:active svg .color,
div#block-vesta-theme-bloknastranicekontakty .contacts .contacts-messengers a:active svg .color,
div#block-vesta-theme-contacts-phone-mail .contacts .contacts-messengers a:focus svg .color,
div#block-vesta-theme-contacts-address-messengers .contacts .contacts-messengers a:focus svg .color,
div#block-vesta-theme-kontaktytelefonipochta .contacts .contacts-messengers a:focus svg .color,
div#block-vesta-theme-messengers .contacts .contacts-messengers a:focus svg .color,
div#block-vesta-theme-kontakty-2 .contacts .contacts-messengers a:focus svg .color,
div#block-vesta-theme-kontakty-3 .contacts .contacts-messengers a:focus svg .color,
div#block-vesta-theme-bloknastranicekontakty .contacts .contacts-messengers a:focus svg .color {
  fill: #4D4D4D;
}
div#block-vesta-theme-contacts-phone-mail .contacts .contacts-messengers a.telegram svg rect,
div#block-vesta-theme-contacts-address-messengers .contacts .contacts-messengers a.telegram svg rect,
div#block-vesta-theme-kontaktytelefonipochta .contacts .contacts-messengers a.telegram svg rect,
div#block-vesta-theme-messengers .contacts .contacts-messengers a.telegram svg rect,
div#block-vesta-theme-kontakty-2 .contacts .contacts-messengers a.telegram svg rect,
div#block-vesta-theme-kontakty-3 .contacts .contacts-messengers a.telegram svg rect,
div#block-vesta-theme-bloknastranicekontakty .contacts .contacts-messengers a.telegram svg rect {
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
div#block-vesta-theme-contacts-phone-mail .contacts .contacts-messengers a.telegram:hover svg rect,
div#block-vesta-theme-contacts-address-messengers .contacts .contacts-messengers a.telegram:hover svg rect,
div#block-vesta-theme-kontaktytelefonipochta .contacts .contacts-messengers a.telegram:hover svg rect,
div#block-vesta-theme-messengers .contacts .contacts-messengers a.telegram:hover svg rect,
div#block-vesta-theme-kontakty-2 .contacts .contacts-messengers a.telegram:hover svg rect,
div#block-vesta-theme-kontakty-3 .contacts .contacts-messengers a.telegram:hover svg rect,
div#block-vesta-theme-bloknastranicekontakty .contacts .contacts-messengers a.telegram:hover svg rect,
div#block-vesta-theme-contacts-phone-mail .contacts .contacts-messengers a.telegram:active svg rect,
div#block-vesta-theme-contacts-address-messengers .contacts .contacts-messengers a.telegram:active svg rect,
div#block-vesta-theme-kontaktytelefonipochta .contacts .contacts-messengers a.telegram:active svg rect,
div#block-vesta-theme-messengers .contacts .contacts-messengers a.telegram:active svg rect,
div#block-vesta-theme-kontakty-2 .contacts .contacts-messengers a.telegram:active svg rect,
div#block-vesta-theme-kontakty-3 .contacts .contacts-messengers a.telegram:active svg rect,
div#block-vesta-theme-bloknastranicekontakty .contacts .contacts-messengers a.telegram:active svg rect,
div#block-vesta-theme-contacts-phone-mail .contacts .contacts-messengers a.telegram:focus svg rect,
div#block-vesta-theme-contacts-address-messengers .contacts .contacts-messengers a.telegram:focus svg rect,
div#block-vesta-theme-kontaktytelefonipochta .contacts .contacts-messengers a.telegram:focus svg rect,
div#block-vesta-theme-messengers .contacts .contacts-messengers a.telegram:focus svg rect,
div#block-vesta-theme-kontakty-2 .contacts .contacts-messengers a.telegram:focus svg rect,
div#block-vesta-theme-kontakty-3 .contacts .contacts-messengers a.telegram:focus svg rect,
div#block-vesta-theme-bloknastranicekontakty .contacts .contacts-messengers a.telegram:focus svg rect {
  stroke: #4D4D4D;
}
div#block-vesta-theme-contacts-phone-mail .contacts .contacts-messengers a.telegram:hover svg .color,
div#block-vesta-theme-contacts-address-messengers .contacts .contacts-messengers a.telegram:hover svg .color,
div#block-vesta-theme-kontaktytelefonipochta .contacts .contacts-messengers a.telegram:hover svg .color,
div#block-vesta-theme-messengers .contacts .contacts-messengers a.telegram:hover svg .color,
div#block-vesta-theme-kontakty-2 .contacts .contacts-messengers a.telegram:hover svg .color,
div#block-vesta-theme-kontakty-3 .contacts .contacts-messengers a.telegram:hover svg .color,
div#block-vesta-theme-bloknastranicekontakty .contacts .contacts-messengers a.telegram:hover svg .color,
div#block-vesta-theme-contacts-phone-mail .contacts .contacts-messengers a.telegram:active svg .color,
div#block-vesta-theme-contacts-address-messengers .contacts .contacts-messengers a.telegram:active svg .color,
div#block-vesta-theme-kontaktytelefonipochta .contacts .contacts-messengers a.telegram:active svg .color,
div#block-vesta-theme-messengers .contacts .contacts-messengers a.telegram:active svg .color,
div#block-vesta-theme-kontakty-2 .contacts .contacts-messengers a.telegram:active svg .color,
div#block-vesta-theme-kontakty-3 .contacts .contacts-messengers a.telegram:active svg .color,
div#block-vesta-theme-bloknastranicekontakty .contacts .contacts-messengers a.telegram:active svg .color,
div#block-vesta-theme-contacts-phone-mail .contacts .contacts-messengers a.telegram:focus svg .color,
div#block-vesta-theme-contacts-address-messengers .contacts .contacts-messengers a.telegram:focus svg .color,
div#block-vesta-theme-kontaktytelefonipochta .contacts .contacts-messengers a.telegram:focus svg .color,
div#block-vesta-theme-messengers .contacts .contacts-messengers a.telegram:focus svg .color,
div#block-vesta-theme-kontakty-2 .contacts .contacts-messengers a.telegram:focus svg .color,
div#block-vesta-theme-kontakty-3 .contacts .contacts-messengers a.telegram:focus svg .color,
div#block-vesta-theme-bloknastranicekontakty .contacts .contacts-messengers a.telegram:focus svg .color {
  fill: #4D4D4D;
}
button.slick-arrow {
  width: 45px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
button.slick-arrow::before {
  content: '';
  display: block;
  position: relative;
  width: 45px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 0;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  button.slick-arrow::before {
    width: 24px;
    height: 15px;
  }
}
@media screen and (max-width: 768px) {
  button.slick-arrow {
    width: 24x;
    height: 15px;
  }
}
button.slick-arrow:hover::before {
  opacity: 0.75;
}
button.slick-prev.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/up-wht.svg");
  transform: rotate(-90deg);
}
button.slick-next.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/up-wht.svg");
  transform: rotate(90deg);
}
.product-teaser {
  display: flex;
  flex-wrap: wrap;
}
.product-teaser .product-teaser-image {
  width: 45%;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .product-teaser .product-teaser-image {
    width: 80%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .product-teaser .product-teaser-image {
    width: 100%;
  }
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .element {
  height: 530px;
  border-radius: 10px;
  overflow: hidden;
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .element a {
  display: block;
  width: 100%;
  height: 100%;
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .element a img {
  height: 100%;
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider {
  height: 100%;
  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 {
  border-radius: 10px;
  overflow: hidden;
}
.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 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 200px;
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider {
  display: none;
  height: 80px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider {
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider {
    height: 50px;
  }
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable {
  height: 100%;
  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 {
  height: 100%;
}
.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 {
  height: 100%;
  margin: 0 5px;
  width: 23%;
  border-radius: 8px;
  overflow: hidden;
}
.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 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-teaser .product-teaser-info {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .product-teaser .product-teaser-info {
    width: 100%;
  }
}
.product-teaser .product-teaser-info .field--name-price {
  margin-bottom: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .product-teaser .product-teaser-info .field--name-price {
    margin-bottom: 15px;
  }
}
ul.slick-dots {
  bottom: 19px;
}
@media screen and (max-width: 768px) {
  ul.slick-dots {
    bottom: 7px;
  }
}
ul.slick-dots li {
  max-width: 12px;
  min-width: 12px;
  max-height: 12px;
  min-height: 12px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  ul.slick-dots li {
    max-width: 6px;
    min-width: 6px;
    max-height: 6px;
    min-height: 6px;
  }
}
ul.slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  max-width: 12px;
  min-width: 12px;
  max-height: 12px;
  min-height: 12px;
  overflow: hidden;
  background: #fff;
  border-radius: 2px;
}
ul.slick-dots li button::before {
  display: none;
}
@media screen and (max-width: 768px) {
  ul.slick-dots li button {
    width: 12px;
    height: 12px;
    max-width: 6px;
    min-width: 6px;
    max-height: 6px;
    min-height: 6px;
  }
}
ul.slick-dots li.slick-active button {
  background-color: transparent;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.slick-dots li.slick-active button::after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
}
@media screen and (max-width: 768px) {
  ul.slick-dots li.slick-active button::after {
    width: 3px;
    height: 3px;
  }
}
div#page {
  background: #F7F4ED;
}
div#page header#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  div#page header#header .header-block {
    display: none;
  }
}
div#page header#header .header-block .header-block-container {
  padding: 21px 10px 5px 10px;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(62px);
  border-radius: 0 0 25px 25px;
  color: #4D4D4D;
}
div#page header#header .header-block .region.region-header {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 17px;
}
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-phone-mail .contacts,
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-address-messengers .contacts {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-phone-mail .contacts,
  div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-address-messengers .contacts {
    flex-wrap: wrap;
  }
}
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-phone-mail .contacts .contacts-title,
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-address-messengers .contacts .contacts-title {
  color: #888888;
}
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-phone-mail .contacts .contacts-item,
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-address-messengers .contacts .contacts-item {
  font-weight: 500;
}
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-phone-mail .contacts .contacts-phone,
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-address-messengers .contacts .contacts-phone {
  margin-right: 25px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-phone-mail .contacts .contacts-phone,
  div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-address-messengers .contacts .contacts-phone {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-phone-mail .contacts .contacts-mail,
  div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-address-messengers .contacts .contacts-mail {
    display: none;
  }
}
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-phone-mail .contacts .contacts-address,
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-address-messengers .contacts .contacts-address {
  margin-right: 44px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-phone-mail .contacts .contacts-address,
  div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-address-messengers .contacts .contacts-address {
    display: none;
  }
}
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-phone-mail .contacts .contacts-messengers a svg .color,
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-address-messengers .contacts .contacts-messengers a svg .color {
  fill: #9FB6C3;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-phone-mail .contacts .contacts-messengers a:hover svg .color,
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-address-messengers .contacts .contacts-messengers a:hover svg .color,
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-phone-mail .contacts .contacts-messengers a:active svg .color,
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-address-messengers .contacts .contacts-messengers a:active svg .color,
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-phone-mail .contacts .contacts-messengers a:focus svg .color,
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-address-messengers .contacts .contacts-messengers a:focus svg .color {
  fill: #4D4D4D;
}
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-phone-mail .contacts .contacts-messengers a.telegram svg rect,
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-address-messengers .contacts .contacts-messengers a.telegram svg rect {
  stroke: #9FB6C3;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-phone-mail .contacts .contacts-messengers a.telegram:hover svg rect,
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-address-messengers .contacts .contacts-messengers a.telegram:hover svg rect,
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-phone-mail .contacts .contacts-messengers a.telegram:active svg rect,
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-address-messengers .contacts .contacts-messengers a.telegram:active svg rect,
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-phone-mail .contacts .contacts-messengers a.telegram:focus svg rect,
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-address-messengers .contacts .contacts-messengers a.telegram:focus svg rect {
  stroke: #4D4D4D;
}
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-phone-mail .contacts .contacts-messengers a.telegram:hover svg .color,
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-address-messengers .contacts .contacts-messengers a.telegram:hover svg .color,
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-phone-mail .contacts .contacts-messengers a.telegram:active svg .color,
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-address-messengers .contacts .contacts-messengers a.telegram:active svg .color,
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-phone-mail .contacts .contacts-messengers a.telegram:focus svg .color,
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-address-messengers .contacts .contacts-messengers a.telegram:focus svg .color {
  fill: #4D4D4D;
}
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-phone-mail {
  width: 450px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-phone-mail {
    width: 380px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-phone-mail {
    width: fit-content;
    max-width: 270px;
  }
}
div#page header#header .header-block .region.region-header #block-vesta-theme-logo {
  width: 190px;
  border-radius: 13px;
  overflow: hidden;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page header#header .header-block .region.region-header #block-vesta-theme-logo {
    width: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .region.region-header #block-vesta-theme-logo {
    width: 120px;
  }
}
div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-address-messengers {
  width: 430px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-address-messengers {
    width: 370px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .region.region-header div#block-vesta-theme-contacts-address-messengers {
    width: fit-content;
    max-width: 270px;
  }
}
div#page header#header .header-block div#block-vesta-theme-osnovnayanavigaciya-2 > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
div#page header#header .header-block div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a {
  width: fit-content;
  max-width: 300px;
  padding: 15px 16px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page header#header .header-block div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a {
    padding: 10px;
    font-size: 15px;
  }
}
div#page header#header .header-block div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a.is-active {
  color: #4D4D4D;
}
div#page header#header .header-block div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a.is-active:hover {
  color: #9FB6C3;
}
div#page header#header .header-block div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a.menuparent {
  padding-right: 32px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a.menuparent {
    padding-right: 25px;
  }
}
div#page header#header .header-block div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a.menuparent .sf-sub-indicator {
  right: 7px;
}
div#page header#header .header-block div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a.menuparent .sf-sub-indicator::after {
  width: 16px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  background: url('/sites/all/themes/vesta_theme/image/dropdown.svg') center center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a.menuparent .sf-sub-indicator::after {
    width: 11px;
    height: 9px;
  }
}
div#page header#header .header-block div#block-vesta-theme-osnovnayanavigaciya-2 > ul li > ul {
  top: calc(100% + 5px);
  background-color: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(62px);
  border-radius: 0 0 25px 25px;
}
div#page header#header .header-block div#block-vesta-theme-osnovnayanavigaciya-2 > ul li > ul li a {
  padding: 12px;
  font-size: 14px;
}
div#page header#header .header-mobile-block {
  display: none;
}
@media screen and (max-width: 768px) {
  div#page header#header .header-mobile-block {
    padding: 10px 0;
    display: block;
    background-color: #f2e6e5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
  }
}
div#page header#header .header-mobile-block .region.region-header-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-logo-2 {
  width: 112px;
  border-radius: 13px;
  overflow: hidden;
}
@media screen and (max-width: 475px) {
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-kontaktytelefonipochta {
    display: none;
  }
}
div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-kontaktytelefonipochta .contacts-title {
  display: none;
}
div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-kontaktytelefonipochta .contacts-item {
  font-size: 14px;
}
div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-kontaktytelefonipochta .contacts-mail {
  display: none;
}
div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-messengers .contacts-messengers a {
  width: 33px;
}
@media screen and (max-width: 475px) {
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-messengers .contacts-messengers a {
    width: 24px;
  }
}
div#page .intro-container {
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(239, 223, 224, 0.65);
  background-image: url('/sites/all/themes/vesta_theme/image/ViOla.svg');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 576px) {
  div#page .intro-container {
    background-image: none;
    padding-bottom: 22px;
  }
}
div#page .intro-container #intro-block {
  width: 50%;
  padding-top: 254px;
  padding-bottom: 79px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page .intro-container #intro-block {
    padding-top: 230px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .intro-container #intro-block {
    padding-top: 200px;
  }
}
@media screen and (max-width: 768px) {
  div#page .intro-container #intro-block {
    padding-top: 70px;
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 576px) {
  div#page .intro-container #intro-block {
    width: 100%;
    padding-top: 48px;
  }
}
div#page .intro-container #intro-block .block-content--type-intro {
  display: grid;
  justify-content: end;
  margin-right: 80px;
}
@media screen and (min-width: 1690px) {
  div#page .intro-container #intro-block .block-content--type-intro {
    margin-right: 90px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page .intro-container #intro-block .block-content--type-intro {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .intro-container #intro-block .block-content--type-intro {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  div#page .intro-container #intro-block .block-content--type-intro {
    margin-right: 0;
  }
}
div#page .intro-container #intro-block .field--name-field-image {
  width: 177px;
  margin-bottom: 29px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  div#page .intro-container #intro-block .field--name-field-image {
    width: 119px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 576px) {
  div#page .intro-container #intro-block .field--name-field-image {
    margin: auto;
    margin-bottom: 15px;
  }
}
div#page .intro-container #intro-block .field--name-body {
  width: 418px;
  margin-bottom: 26px;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .intro-container #intro-block .field--name-body {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  div#page .intro-container #intro-block .field--name-body {
    width: 100%;
    margin-bottom: 22px;
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  div#page .intro-container #intro-block .field--name-body {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  div#page .intro-container #intro-block .field--name-body {
    width: 100%;
  }
}
div#page .intro-container #intro-block .field--name-dynamic-token-fieldblock-content-request-consultation {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  div#page .intro-container #intro-block .field--name-dynamic-token-fieldblock-content-request-consultation {
    margin-bottom: 15px;
  }
}
div#page .intro-container #intro-block .field--name-dynamic-token-fieldblock-content-request-consultation .btn-default {
  font-weight: 600;
}
div#page .intro-container #intro-block .field--name-field-page-title h1 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  div#page .intro-container #intro-block .field--name-field-page-title h1 {
    font-size: 33px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  div#page .intro-container #intro-block .field--name-field-page-title h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 310px) {
  div#page .intro-container #intro-block .field--name-field-page-title h1 {
    font-size: 30px;
  }
}
div#page .intro-container #intro-block .field--name-field-page-title p {
  font-size: 23px;
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .intro-container #intro-block .field--name-field-page-title p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  div#page .intro-container #intro-block .field--name-field-page-title p {
    font-size: 14px;
    text-align: center;
  }
}
div#page .intro-container #slider-block {
  width: 50%;
}
@media screen and (max-width: 576px) {
  div#page .intro-container #slider-block {
    width: 81%;
    height: 354px;
    margin: 0 auto;
    border-radius: 21px;
    overflow: hidden;
  }
}
div#page .intro-container #slider-block .region.region-slider {
  height: 100%;
}
div#page .intro-container #slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 {
  height: 100%;
}
div#page .intro-container #slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 div {
  height: 100%;
}
div#page .intro-container #slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 div .view.view-slayder.view-id-slayder {
  height: 100%;
}
div#page .intro-container #slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 div .view.view-slayder.view-id-slayder .view-content {
  height: 100%;
  margin-bottom: 0;
}
div#page .intro-container #slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 div .view.view-slayder.view-id-slayder .view-content .slick-list.draggable {
  height: 100%;
}
div#page .intro-container #slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 div .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track {
  height: 100%;
}
div#page .intro-container #slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 div .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .contextual {
  right: 30px;
}
div#page .intro-container #slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 div .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 {
  height: 100%;
}
div#page .intro-container #slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 div .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 .field.field--name-field-image.field--type-image {
  height: 100%;
}
div#page .intro-container #slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 div .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 .field.field--name-field-image.field--type-image img {
  height: 100%;
}
div#page .intro-container #slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 div .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 .field.field--name-field-image.field--type-image img:hover {
  transform: none;
}
div#page .intro-container #slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 div .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 .intro-container #slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 div .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 .intro-container #slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 div .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 .intro-container #slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 div .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 .intro-container #slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 div .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 .intro-container #slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 div .view.view-slayder.view-id-slayder .view-content button.slick-prev.slick-arrow {
  left: 25px;
}
@media screen and (max-width: 576px) {
  div#page .intro-container #slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 div .view.view-slayder.view-id-slayder .view-content button.slick-prev.slick-arrow {
    left: 0;
  }
}
div#page .intro-container #slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 div .view.view-slayder.view-id-slayder .view-content button.slick-next.slick-arrow {
  right: 25px;
}
@media screen and (max-width: 576px) {
  div#page .intro-container #slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 div .view.view-slayder.view-id-slayder .view-content button.slick-next.slick-arrow {
    right: 0;
  }
}
div#page div#about-block {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  div#page div#about-block {
    margin-bottom: 22px;
  }
}
div#page div#about-block::before {
  position: absolute;
  top: 50%;
  left: 78px;
  width: 239px;
  height: 239px;
  background: url('/sites/all/themes/vesta_theme/image/balloons.svg') center center no-repeat;
  content: '';
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#about-block::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  div#page div#about-block::before {
    display: none;
  }
}
div#page div#about-block::after {
  position: absolute;
  top: 0;
  right: 147px;
  width: 451px;
  height: 427px;
  content: url('/sites/all/themes/vesta_theme/image/Vector 9.svg');
}
@media screen and (max-width: 768px) {
  div#page div#about-block::after {
    top: -70px;
    right: -50%;
    transform: scale(0.5);
  }
}
div#page div#about-block .node--type-about {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#about-block .node--type-about {
    grid-template-columns: 1fr 3fr;
  }
}
@media screen and (max-width: 768px) {
  div#page div#about-block .node--type-about {
    grid-template-columns: 1fr 3fr;
  }
}
@media screen and (max-width: 576px) {
  div#page div#about-block .node--type-about {
    grid-template-columns: unset;
  }
}
div#page div#about-block .node--type-about .about_content {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  div#page div#about-block .node--type-about .about_content {
    justify-content: space-between;
    align-items: start;
  }
}
div#page div#about-block .node--type-about .about_content .field--name-node-title {
  width: 100%;
  align-self: flex-start;
}
@media screen and (max-width: 576px) {
  div#page div#about-block .node--type-about .about_content .field--name-node-title {
    width: 60%;
    align-self: unset;
  }
}
div#page div#about-block .node--type-about .about_content .field--name-dynamic-token-fieldnode-go-to-about {
  width: 100%;
  align-self: flex-end;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  div#page div#about-block .node--type-about .about_content .field--name-dynamic-token-fieldnode-go-to-about {
    width: 40%;
    align-self: unset;
    text-align: right;
  }
}
div#page div#about-block .node--type-about .field--name-body {
  line-height: 1.35;
}
div#page div#advantages-block {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  div#page div#advantages-block {
    margin-bottom: 60px;
  }
}
div#page .view-advantages .view-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 29px 61px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page .view-advantages .view-content {
    gap: 29px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .view-advantages .view-content {
    gap: 29px 30px;
  }
}
@media screen and (max-width: 768px) {
  div#page .view-advantages .view-content {
    gap: 15px;
  }
}
@media screen and (max-width: 475px) {
  div#page .view-advantages .view-content {
    grid-template-columns: unset;
    gap: 17px;
  }
}
div#page .view-advantages .view-content .views-row {
  border-radius: 13px;
  overflow: hidden;
  background-color: #9FB6C3;
  color: #fff;
}
div#page .view-advantages .view-content .views-row .block-content--type-advantages {
  display: grid;
  grid-template-columns: auto 208px;
  height: 100%;
}
div#page .view-advantages .view-content .views-row .block-content--type-advantages::after {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page .view-advantages .view-content .views-row .block-content--type-advantages {
    grid-template-columns: auto 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .view-advantages .view-content .views-row .block-content--type-advantages {
    grid-template-columns: auto 150px;
  }
}
@media screen and (max-width: 768px) {
  div#page .view-advantages .view-content .views-row .block-content--type-advantages {
    grid-template-columns: auto 123px;
  }
}
@media screen and (max-width: 576px) {
  div#page .view-advantages .view-content .views-row .block-content--type-advantages {
    grid-template-columns: auto 80px;
  }
}
@media screen and (max-width: 475px) {
  div#page .view-advantages .view-content .views-row .block-content--type-advantages {
    grid-template-columns: auto 123px;
  }
}
@media screen and (max-width: 310px) {
  div#page .view-advantages .view-content .views-row .block-content--type-advantages {
    grid-template-columns: auto 80px;
  }
}
div#page .view-advantages .view-content .views-row .block-content--type-advantages .advantages_container {
  padding: 53px 5px 53px 30px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  div#page .view-advantages .view-content .views-row .block-content--type-advantages .advantages_container {
    padding: 30px 5px 30px 12px;
  }
}
div#page .view-advantages .view-content .views-row .block-content--type-advantages .advantages_container .field--name-block-title {
  width: 100%;
  align-self: flex-start;
}
div#page .view-advantages .view-content .views-row .block-content--type-advantages .advantages_container .field--name-block-title h3 {
  margin-bottom: 9px;
  font-family: Mulish, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-size: 32px;
  hyphens: auto;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page .view-advantages .view-content .views-row .block-content--type-advantages .advantages_container .field--name-block-title h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .view-advantages .view-content .views-row .block-content--type-advantages .advantages_container .field--name-block-title h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  div#page .view-advantages .view-content .views-row .block-content--type-advantages .advantages_container .field--name-block-title h3 {
    font-size: 18px;
  }
}
div#page .view-advantages .view-content .views-row .block-content--type-advantages .advantages_container .field--name-body {
  width: 100%;
  align-self: flex-end;
  font-weight: 400;
  font-size: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page .view-advantages .view-content .views-row .block-content--type-advantages .advantages_container .field--name-body {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .view-advantages .view-content .views-row .block-content--type-advantages .advantages_container .field--name-body {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  div#page .view-advantages .view-content .views-row .block-content--type-advantages .advantages_container .field--name-body {
    font-size: 12px;
  }
}
div#page .view-advantages .view-content .views-row .block-content--type-advantages .field--name-field-image {
  border-radius: 0 13px 13px 0;
  box-shadow: -3px 0 11px 0 rgba(0, 0, 0, 0.25);
}
div#page .view-advantages .view-content .views-row .block-content--type-advantages .field--name-field-image img {
  height: 100%;
}
div#page div#services-block {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  div#page div#services-block {
    margin-bottom: 60px;
  }
}
div#page div#services-block::before {
  position: absolute;
  top: -36px;
  right: 20%;
  width: 224px;
  height: 224px;
  background: url('/sites/all/themes/vesta_theme/image/balloons_7dntpe0sl60p 1.svg') center center no-repeat;
  content: '';
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#services-block::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  div#page div#services-block::before {
    display: none;
  }
}
div#page div#services-block::after {
  position: absolute;
  bottom: 30px;
  left: 15%;
  width: 468px;
  height: 443px;
  content: url('/sites/all/themes/vesta_theme/image/Vector 9.svg');
}
@media screen and (max-width: 768px) {
  div#page div#services-block::after {
    top: 50%;
    right: 0;
    transform: scale(0.5);
  }
}
div#page div#services-block .region-services {
  position: relative;
  z-index: 1;
}
div#page .view-services.view-display-id-block_1 .view-content,
div#page .view-services.view-display-id-page_1 .view-content,
div#page .view-taxonomy-term.view-display-id-page_1 .view-content,
div#page .view-services.view-display-id-block_2 .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  div#page .view-services.view-display-id-block_1 .view-content,
  div#page .view-services.view-display-id-page_1 .view-content,
  div#page .view-taxonomy-term.view-display-id-page_1 .view-content,
  div#page .view-services.view-display-id-block_2 .view-content {
    margin-bottom: 17px;
    gap: 17px;
  }
}
@media screen and (max-width: 576px) {
  div#page .view-services.view-display-id-block_1 .view-content,
  div#page .view-services.view-display-id-page_1 .view-content,
  div#page .view-taxonomy-term.view-display-id-page_1 .view-content,
  div#page .view-services.view-display-id-block_2 .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 375px) {
  div#page .view-services.view-display-id-block_1 .view-content,
  div#page .view-services.view-display-id-page_1 .view-content,
  div#page .view-taxonomy-term.view-display-id-page_1 .view-content,
  div#page .view-services.view-display-id-block_2 .view-content {
    grid-template-columns: unset;
  }
}
div#page .view-services.view-display-id-block_1 .views-row,
div#page .view-services.view-display-id-page_1 .views-row,
div#page .view-taxonomy-term.view-display-id-page_1 .views-row,
div#page .view-services.view-display-id-block_2 .views-row {
  background-color: transparent;
}
div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services,
div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services,
div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services,
div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services,
div#page .view-services.view-display-id-block_1 .views-row .node--type-service,
div#page .view-services.view-display-id-page_1 .views-row .node--type-service,
div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service,
div#page .view-services.view-display-id-block_2 .views-row .node--type-service {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field-name-field-catalog-image,
div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field-name-field-catalog-image,
div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field-name-field-catalog-image,
div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field-name-field-catalog-image,
div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field-name-field-catalog-image,
div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field-name-field-catalog-image,
div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field-name-field-catalog-image,
div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field-name-field-catalog-image,
div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field--name-field-gallery-img,
div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-field-gallery-img,
div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-field-gallery-img,
div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field--name-field-gallery-img,
div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field--name-field-gallery-img,
div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field--name-field-gallery-img,
div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field--name-field-gallery-img,
div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field--name-field-gallery-img {
  width: 100%;
  height: 260px;
  align-self: flex-start;
  margin-bottom: 16px;
  border-radius: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field-name-field-catalog-image,
  div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field-name-field-catalog-image,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field-name-field-catalog-image,
  div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field-name-field-catalog-image,
  div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field-name-field-catalog-image,
  div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field-name-field-catalog-image,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field-name-field-catalog-image,
  div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field-name-field-catalog-image,
  div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field--name-field-gallery-img,
  div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-field-gallery-img,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-field-gallery-img,
  div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field--name-field-gallery-img,
  div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field--name-field-gallery-img,
  div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field--name-field-gallery-img,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field--name-field-gallery-img,
  div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field--name-field-gallery-img {
    margin-bottom: 13px;
    height: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field-name-field-catalog-image,
  div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field-name-field-catalog-image,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field-name-field-catalog-image,
  div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field-name-field-catalog-image,
  div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field-name-field-catalog-image,
  div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field-name-field-catalog-image,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field-name-field-catalog-image,
  div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field-name-field-catalog-image,
  div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field--name-field-gallery-img,
  div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-field-gallery-img,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-field-gallery-img,
  div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field--name-field-gallery-img,
  div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field--name-field-gallery-img,
  div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field--name-field-gallery-img,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field--name-field-gallery-img,
  div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field--name-field-gallery-img {
    margin-bottom: 13px;
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field-name-field-catalog-image,
  div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field-name-field-catalog-image,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field-name-field-catalog-image,
  div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field-name-field-catalog-image,
  div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field-name-field-catalog-image,
  div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field-name-field-catalog-image,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field-name-field-catalog-image,
  div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field-name-field-catalog-image,
  div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field--name-field-gallery-img,
  div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-field-gallery-img,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-field-gallery-img,
  div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field--name-field-gallery-img,
  div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field--name-field-gallery-img,
  div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field--name-field-gallery-img,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field--name-field-gallery-img,
  div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field--name-field-gallery-img {
    margin-bottom: 13px;
    height: 150px;
  }
}
@media screen and (max-width: 375px) {
  div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field-name-field-catalog-image,
  div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field-name-field-catalog-image,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field-name-field-catalog-image,
  div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field-name-field-catalog-image,
  div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field-name-field-catalog-image,
  div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field-name-field-catalog-image,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field-name-field-catalog-image,
  div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field-name-field-catalog-image,
  div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field--name-field-gallery-img,
  div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-field-gallery-img,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-field-gallery-img,
  div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field--name-field-gallery-img,
  div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field--name-field-gallery-img,
  div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field--name-field-gallery-img,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field--name-field-gallery-img,
  div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field--name-field-gallery-img {
    height: 227px;
  }
}
div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field-name-field-catalog-image a,
div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field-name-field-catalog-image a,
div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field-name-field-catalog-image a,
div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field-name-field-catalog-image a,
div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field-name-field-catalog-image a,
div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field-name-field-catalog-image a,
div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field-name-field-catalog-image a,
div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field-name-field-catalog-image a,
div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field--name-field-gallery-img a,
div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-field-gallery-img a,
div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-field-gallery-img a,
div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field--name-field-gallery-img a,
div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field--name-field-gallery-img a,
div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field--name-field-gallery-img a,
div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field--name-field-gallery-img a,
div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field--name-field-gallery-img a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field-name-field-catalog-image a img,
div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field-name-field-catalog-image a img,
div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field-name-field-catalog-image a img,
div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field-name-field-catalog-image a img,
div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field-name-field-catalog-image a img,
div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field-name-field-catalog-image a img,
div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field-name-field-catalog-image a img,
div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field-name-field-catalog-image a img,
div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field--name-field-gallery-img a img,
div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-field-gallery-img a img,
div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-field-gallery-img a img,
div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field--name-field-gallery-img a img,
div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field--name-field-gallery-img a img,
div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field--name-field-gallery-img a img,
div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field--name-field-gallery-img a img,
div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field--name-field-gallery-img a img {
  height: 100%;
}
div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title,
div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title,
div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title,
div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title,
div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field--name-taxonomy-term-title,
div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field--name-taxonomy-term-title,
div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field--name-taxonomy-term-title,
div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field--name-taxonomy-term-title,
div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field--name-node-title,
div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-node-title,
div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-node-title,
div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field--name-node-title,
div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field--name-node-title,
div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field--name-node-title,
div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field--name-node-title,
div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field--name-node-title {
  width: 100%;
  height: calc(100% - 260px - 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  border-radius: 7px;
  background-color: #fff;
  color: #4D4D4D;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title,
  div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title,
  div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title,
  div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field--name-taxonomy-term-title,
  div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field--name-taxonomy-term-title,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field--name-taxonomy-term-title,
  div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field--name-taxonomy-term-title,
  div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field--name-node-title,
  div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-node-title,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-node-title,
  div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field--name-node-title,
  div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field--name-node-title,
  div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field--name-node-title,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field--name-node-title,
  div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field--name-node-title {
    height: calc(100% - 150px - 13px);
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title,
  div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title,
  div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title,
  div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field--name-taxonomy-term-title,
  div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field--name-taxonomy-term-title,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field--name-taxonomy-term-title,
  div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field--name-taxonomy-term-title,
  div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field--name-node-title,
  div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-node-title,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-node-title,
  div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field--name-node-title,
  div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field--name-node-title,
  div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field--name-node-title,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field--name-node-title,
  div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field--name-node-title {
    height: calc(100% - 150px - 13px);
  }
}
@media screen and (max-width: 768px) {
  div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title,
  div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title,
  div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title,
  div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field--name-taxonomy-term-title,
  div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field--name-taxonomy-term-title,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field--name-taxonomy-term-title,
  div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field--name-taxonomy-term-title,
  div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field--name-node-title,
  div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-node-title,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-node-title,
  div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field--name-node-title,
  div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field--name-node-title,
  div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field--name-node-title,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field--name-node-title,
  div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field--name-node-title {
    height: calc(100% - 150px - 13px);
  }
}
@media screen and (max-width: 375px) {
  div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title,
  div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title,
  div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title,
  div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field--name-taxonomy-term-title,
  div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field--name-taxonomy-term-title,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field--name-taxonomy-term-title,
  div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field--name-taxonomy-term-title,
  div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field--name-node-title,
  div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-node-title,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-node-title,
  div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field--name-node-title,
  div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field--name-node-title,
  div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field--name-node-title,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field--name-node-title,
  div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field--name-node-title {
    height: calc(100% - 227px - 13px);
  }
}
div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title h3,
div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title h3,
div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title h3,
div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title h3,
div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field--name-taxonomy-term-title h3,
div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field--name-taxonomy-term-title h3,
div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field--name-taxonomy-term-title h3,
div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field--name-taxonomy-term-title h3,
div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field--name-node-title h3,
div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-node-title h3,
div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-node-title h3,
div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field--name-node-title h3,
div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field--name-node-title h3,
div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field--name-node-title h3,
div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field--name-node-title h3,
div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field--name-node-title h3 {
  margin-bottom: 0;
  font-family: Mulish, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title h3,
  div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title h3,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title h3,
  div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title h3,
  div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field--name-taxonomy-term-title h3,
  div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field--name-taxonomy-term-title h3,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field--name-taxonomy-term-title h3,
  div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field--name-taxonomy-term-title h3,
  div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field--name-node-title h3,
  div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-node-title h3,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-node-title h3,
  div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field--name-node-title h3,
  div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field--name-node-title h3,
  div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field--name-node-title h3,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field--name-node-title h3,
  div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field--name-node-title h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title h3,
  div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title h3,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title h3,
  div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title h3,
  div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field--name-taxonomy-term-title h3,
  div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field--name-taxonomy-term-title h3,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field--name-taxonomy-term-title h3,
  div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field--name-taxonomy-term-title h3,
  div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field--name-node-title h3,
  div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-node-title h3,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-node-title h3,
  div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field--name-node-title h3,
  div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field--name-node-title h3,
  div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field--name-node-title h3,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field--name-node-title h3,
  div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field--name-node-title h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title h3,
  div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title h3,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title h3,
  div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title h3,
  div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field--name-taxonomy-term-title h3,
  div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field--name-taxonomy-term-title h3,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field--name-taxonomy-term-title h3,
  div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field--name-taxonomy-term-title h3,
  div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field--name-node-title h3,
  div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-node-title h3,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-node-title h3,
  div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field--name-node-title h3,
  div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field--name-node-title h3,
  div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field--name-node-title h3,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field--name-node-title h3,
  div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field--name-node-title h3 {
    font-size: 16px;
  }
}
div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title h3 a,
div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title h3 a,
div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title h3 a,
div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title h3 a,
div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field--name-taxonomy-term-title h3 a,
div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field--name-taxonomy-term-title h3 a,
div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field--name-taxonomy-term-title h3 a,
div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field--name-taxonomy-term-title h3 a,
div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field--name-node-title h3 a,
div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-node-title h3 a,
div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-node-title h3 a,
div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field--name-node-title h3 a,
div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field--name-node-title h3 a,
div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field--name-node-title h3 a,
div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field--name-node-title h3 a,
div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field--name-node-title h3 a {
  display: block;
  padding: 19px 10px;
}
@media screen and (max-width: 768px) {
  div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title h3 a,
  div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title h3 a,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title h3 a,
  div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field--name-taxonomy-term-title h3 a,
  div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field--name-taxonomy-term-title h3 a,
  div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field--name-taxonomy-term-title h3 a,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field--name-taxonomy-term-title h3 a,
  div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field--name-taxonomy-term-title h3 a,
  div#page .view-services.view-display-id-block_1 .views-row .taxonomy-term--type-services .field--name-node-title h3 a,
  div#page .view-services.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-node-title h3 a,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .taxonomy-term--type-services .field--name-node-title h3 a,
  div#page .view-services.view-display-id-block_2 .views-row .taxonomy-term--type-services .field--name-node-title h3 a,
  div#page .view-services.view-display-id-block_1 .views-row .node--type-service .field--name-node-title h3 a,
  div#page .view-services.view-display-id-page_1 .views-row .node--type-service .field--name-node-title h3 a,
  div#page .view-taxonomy-term.view-display-id-page_1 .views-row .node--type-service .field--name-node-title h3 a,
  div#page .view-services.view-display-id-block_2 .views-row .node--type-service .field--name-node-title h3 a {
    padding: 18px 10px;
  }
}
div#page .view-services.view-display-id-page_1 .view-content {
  gap: 16px;
}
@media screen and (max-width: 768px) {
  div#page .view-services.view-display-id-page_1 .view-content {
    gap: 12px;
  }
}
div#page .view-taxonomy-term.view-display-id-page_1 .views-row .field--name-field-gallery-img .field__item {
  height: 100%;
}
div#page .node--type-service.node--view-mode-full {
  display: flex;
  flex-wrap: wrap;
}
div#page .node--type-service.node--view-mode-full .field--name-field-gallery-img {
  width: 45%;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  div#page .node--type-service.node--view-mode-full .field--name-field-gallery-img {
    width: 80%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  div#page .node--type-service.node--view-mode-full .field--name-field-gallery-img {
    width: 100%;
  }
}
div#page .node--type-service.node--view-mode-full .field--name-field-gallery-img .field__item a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
div#page .node--type-service.node--view-mode-full .field--name-field-gallery-img .field__item a img {
  height: 100%;
  min-height: 200px;
}
div#page .node--type-service.node--view-mode-full .service_content {
  width: 50%;
}
@media screen and (max-width: 768px) {
  div#page .node--type-service.node--view-mode-full .service_content {
    width: 100%;
  }
}
div#page .node--type-service.node--view-mode-full .service_content .field--name-field-price {
  margin-bottom: 30px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  div#page .node--type-service.node--view-mode-full .service_content .field--name-field-price {
    margin-bottom: 20px;
  }
}
div#page div#catalog-block {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  div#page div#catalog-block {
    margin-bottom: 60px;
  }
}
div#page div#catalog-block::before {
  position: absolute;
  top: 50%;
  left: 40px;
  width: 361px;
  height: 342px;
  background: url('/sites/all/themes/vesta_theme/image/balloons_hearts.svg') center center no-repeat;
  transform: translateY(-50%);
  content: '';
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#catalog-block::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  div#page div#catalog-block::before {
    display: none;
  }
}
div#page .view-catalog.view-display-id-block_front .view-content,
div#page .view-catalog.view-display-id-page .view-content,
div#page .view-tovary.view-display-id-page_2 .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  div#page .view-catalog.view-display-id-block_front .view-content,
  div#page .view-catalog.view-display-id-page .view-content,
  div#page .view-tovary.view-display-id-page_2 .view-content {
    margin-bottom: 17px;
    gap: 17px;
  }
}
@media screen and (max-width: 576px) {
  div#page .view-catalog.view-display-id-block_front .view-content,
  div#page .view-catalog.view-display-id-page .view-content,
  div#page .view-tovary.view-display-id-page_2 .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 375px) {
  div#page .view-catalog.view-display-id-block_front .view-content,
  div#page .view-catalog.view-display-id-page .view-content,
  div#page .view-tovary.view-display-id-page_2 .view-content {
    grid-template-columns: unset;
  }
}
div#page .view-catalog.view-display-id-block_front .view-content .views-row,
div#page .view-catalog.view-display-id-page .view-content .views-row,
div#page .view-tovary.view-display-id-page_2 .view-content .views-row {
  background-color: transparent;
}
div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog,
div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog,
div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog,
div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser,
div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser,
div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image,
div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image,
div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image,
div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-catalog-image,
div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-catalog-image,
div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-catalog-image,
div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-field-image-product-view,
div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-field-image-product-view,
div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-field-image-product-view,
div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view,
div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view,
div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view {
  width: 100%;
  height: 260px;
  align-self: flex-start;
  margin-bottom: 16px;
  border-radius: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image,
  div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-catalog-image,
  div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-catalog-image,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-catalog-image,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-field-image-product-view,
  div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-field-image-product-view,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-field-image-product-view,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view,
  div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view {
    margin-bottom: 13px;
    height: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image,
  div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-catalog-image,
  div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-catalog-image,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-catalog-image,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-field-image-product-view,
  div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-field-image-product-view,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-field-image-product-view,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view,
  div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view {
    margin-bottom: 13px;
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image,
  div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-catalog-image,
  div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-catalog-image,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-catalog-image,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-field-image-product-view,
  div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-field-image-product-view,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-field-image-product-view,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view,
  div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view {
    margin-bottom: 13px;
    height: 150px;
  }
}
@media screen and (max-width: 375px) {
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image,
  div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-catalog-image,
  div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-catalog-image,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-catalog-image,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-field-image-product-view,
  div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-field-image-product-view,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-field-image-product-view,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view,
  div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view {
    height: 227px;
  }
}
div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image a,
div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image a,
div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image a,
div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-catalog-image a,
div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-catalog-image a,
div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-catalog-image a,
div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-field-image-product-view a,
div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-field-image-product-view a,
div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-field-image-product-view a,
div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view a,
div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view a,
div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image a img,
div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image a img,
div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image a img,
div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-catalog-image a img,
div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-catalog-image a img,
div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-catalog-image a img,
div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-field-image-product-view a img,
div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-field-image-product-view a img,
div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-field-image-product-view a img,
div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view a img,
div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view a img,
div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view a img {
  height: 100%;
}
div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title,
div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title,
div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title,
div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title,
div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title,
div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title,
div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-title,
div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-title,
div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-title,
div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-title,
div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-title,
div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-title {
  width: 100%;
  height: calc(100% - 260px - 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  border-radius: 7px;
  background-color: #fff;
  color: #4D4D4D;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title,
  div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title,
  div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-title,
  div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-title,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-title,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-title,
  div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-title,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-title {
    height: calc(100% - 150px - 13px);
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title,
  div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title,
  div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-title,
  div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-title,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-title,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-title,
  div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-title,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-title {
    height: calc(100% - 150px - 13px);
  }
}
@media screen and (max-width: 768px) {
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title,
  div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title,
  div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-title,
  div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-title,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-title,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-title,
  div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-title,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-title {
    height: calc(100% - 150px - 13px);
  }
}
@media screen and (max-width: 375px) {
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title,
  div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title,
  div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-title,
  div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-title,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-title,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-title,
  div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-title,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-title {
    height: calc(100% - 227px - 13px);
  }
}
div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title h3,
div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title h3,
div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title h3,
div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title h3,
div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title h3,
div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title h3,
div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-title h3,
div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-title h3,
div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-title h3,
div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-title h3,
div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-title h3,
div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-title h3 {
  margin-bottom: 0;
  font-family: Mulish, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title h3,
  div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title h3,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title h3,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title h3,
  div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title h3,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title h3,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-title h3,
  div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-title h3,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-title h3,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-title h3,
  div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-title h3,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-title h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title h3,
  div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title h3,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title h3,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title h3,
  div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title h3,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title h3,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-title h3,
  div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-title h3,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-title h3,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-title h3,
  div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-title h3,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-title h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title h3,
  div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title h3,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title h3,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title h3,
  div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title h3,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title h3,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-title h3,
  div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-title h3,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-title h3,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-title h3,
  div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-title h3,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-title h3 {
    font-size: 16px;
  }
}
div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title a,
div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title a,
div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title a,
div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title a,
div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title a,
div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title a,
div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-title a,
div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-title a,
div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-title a,
div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-title a,
div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-title a,
div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-title a {
  display: block;
  padding: 16px 10px;
}
@media screen and (max-width: 768px) {
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title a,
  div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title a,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title a,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title a,
  div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title a,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-taxonomy-term-title a,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-title a,
  div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-title a,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .taxonomy-term--type-catalog .field--name-title a,
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-title a,
  div#page .view-catalog.view-display-id-page .view-content .views-row .commerce-product--view-mode-teaser .field--name-title a,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .field--name-title a {
    padding: 15px 10px;
  }
}
div#page .view-catalog.view-display-id-block_front .view-content .views-row:nth-child(2) .field--name-taxonomy-term-title h3,
div#page .view-catalog.view-display-id-page .view-content .views-row:nth-child(2) .field--name-taxonomy-term-title h3,
div#page .view-tovary.view-display-id-page_2 .view-content .views-row:nth-child(2) .field--name-taxonomy-term-title h3 {
  width: 65%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  div#page .view-catalog.view-display-id-block_front .view-content .views-row:nth-child(2) .field--name-taxonomy-term-title h3,
  div#page .view-catalog.view-display-id-page .view-content .views-row:nth-child(2) .field--name-taxonomy-term-title h3,
  div#page .view-tovary.view-display-id-page_2 .view-content .views-row:nth-child(2) .field--name-taxonomy-term-title h3 {
    width: 100%;
  }
}
div#page div#works-block {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  div#page div#works-block {
    margin-bottom: 60px;
  }
}
div#page div#works-block::before {
  position: absolute;
  bottom: -165px;
  right: 34px;
  width: 301px;
  height: 330px;
  background: url('/sites/all/themes/vesta_theme/image/balloon_triangle.svg') center center no-repeat;
  content: '';
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#works-block::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  div#page div#works-block::before {
    display: none;
  }
}
div#page div#works-block::after {
  position: absolute;
  top: -10%;
  right: 10%;
  width: 393px;
  height: 372px;
  content: url('/sites/all/themes/vesta_theme/image/Vector 9.svg');
  transform: rotateY(180deg);
}
@media screen and (max-width: 768px) {
  div#page div#works-block::after {
    top: -10%;
    right: 0;
    transform: scale(0.5);
  }
}
div#page div#works-block .region-works {
  position: relative;
  z-index: 1;
}
div#page .view-gallery-no-album .photoswipe-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  div#page .view-gallery-no-album .photoswipe-gallery {
    margin-bottom: 17px;
    gap: 12px;
  }
}
@media screen and (max-width: 576px) {
  div#page .view-gallery-no-album .photoswipe-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
div#page .view-gallery-no-album .photoswipe-gallery .field__item {
  border-radius: 13px;
  overflow: hidden;
}
div#page div#form-block {
  position: relative;
  margin-bottom: 100px;
}
div#page div#form-block::after {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 580px;
  height: 549px;
  content: url('/sites/all/themes/vesta_theme/image/Vector 9.svg');
  transform: rotateY(180deg);
}
@media screen and (max-width: 768px) {
  div#page div#form-block::after {
    top: 10%;
    left: 0;
    transform: scale(0.5);
  }
}
div#page div#form-block .region-form {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  div#page div#form-block {
    margin-bottom: 60px;
  }
}
div#page div#form-block .form-block-container {
  display: grid;
  grid-template-columns: 3fr 2.2fr;
  gap: 43px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#form-block .form-block-container {
    grid-template-columns: unset;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#form-block .form-block-container {
    grid-template-columns: unset;
    gap: 20px;
  }
}
@media screen and (max-width: 475px) {
  div#page div#form-block .form-block-container {
    gap: 0;
  }
}
div#page div#form-block .form-block-container .region-form {
  padding: 32px 62px;
  border-radius: 15px;
  background-color: #9FB6C3;
  color: #fff;
}
@media screen and (max-width: 768px) {
  div#page div#form-block .form-block-container .region-form {
    border-radius: 6px;
  }
}
@media screen and (max-width: 576px) {
  div#page div#form-block .form-block-container .region-form {
    padding: 17px 20px 23px;
  }
}
div#page div#form-block .form-block-container .region-form .block-title {
  margin-bottom: 23px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  div#page div#form-block .form-block-container .region-form .block-title {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
div#page div#form-block .form-block-container .form_bg {
  border-radius: 15px;
  overflow: hidden;
  background: url("/sites/all/themes/vesta_theme/image/Rectangle 26 (1).jpeg") center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#form-block .form-block-container .form_bg {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#form-block .form-block-container .form_bg {
    height: 150px;
  }
}
@media screen and (max-width: 475px) {
  div#page div#form-block .form-block-container .form_bg {
    display: none;
  }
}
div#page form.webform-submission-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
div#page form.webform-submission-form .form-item,
div#page form.webform-submission-form .form-actions {
  margin: 0;
}
div#page form.webform-submission-form .form-item input,
div#page form.webform-submission-form .form-item textarea {
  padding: 23px 19px;
  border-radius: 8px;
  border: 1px solid #F7F4ED;
  background-color: #F7F4ED;
  color: #4D4D4D;
  font-weight: 400;
  font-size: 15px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
div#page form.webform-submission-form .form-item input:placeholder,
div#page form.webform-submission-form .form-item textarea:placeholder {
  color: #4D4D4D;
  font-weight: 400;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  div#page form.webform-submission-form .form-item input,
  div#page form.webform-submission-form .form-item textarea {
    padding: 10px 8px;
    font-size: 12px;
  }
  div#page form.webform-submission-form .form-item input:placeholder,
  div#page form.webform-submission-form .form-item textarea:placeholder {
    font-size: 12px;
  }
}
div#page form.webform-submission-form .form-item input:hover,
div#page form.webform-submission-form .form-item textarea:hover,
div#page form.webform-submission-form .form-item input:active,
div#page form.webform-submission-form .form-item textarea:active {
  background-color: rgba(247, 244, 237, 0.8);
}
div#page form.webform-submission-form .form-item input:focus,
div#page form.webform-submission-form .form-item textarea:focus {
  box-shadow: 0 0 4px 4px rgba(255, 255, 255, 0.3);
}
div#page form.webform-submission-form .form-item input.error,
div#page form.webform-submission-form .form-item textarea.error {
  outline: 2px solid red;
}
div#page form.webform-submission-form .form-item input {
  height: 66px;
}
@media screen and (max-width: 768px) {
  div#page form.webform-submission-form .form-item input {
    height: 35px;
  }
}
div#page form.webform-submission-form .form-item.form-item-telefon {
  margin-right: 27px;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  div#page form.webform-submission-form .form-item.form-item-telefon {
    margin-right: 14px;
    margin-bottom: 14px;
  }
}
div#page form.webform-submission-form .form-item.form-item-email {
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  div#page form.webform-submission-form .form-item.form-item-email {
    margin-bottom: 14px;
  }
}
div#page form.webform-submission-form .form-item.js-form-item-message {
  grid-column: span 2;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  div#page form.webform-submission-form .form-item.js-form-item-message {
    margin-bottom: 14px;
  }
}
div#page form.webform-submission-form .form-item.form-item-privacy {
  grid-column: span 2;
  margin-bottom: 23px;
  display: grid;
  grid-template-columns: 11px auto;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  div#page form.webform-submission-form .form-item.form-item-privacy {
    margin-bottom: 14px;
    grid-template-columns: 7px auto;
  }
}
div#page form.webform-submission-form .form-item.form-item-privacy input[type=checkbox] {
  padding: 0;
  appearance: none;
  position: relative;
  width: 11px;
  height: 11px;
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: 500ms;
}
div#page form.webform-submission-form .form-item.form-item-privacy input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  background-image: url("/sites/all/themes/vesta_theme/image/iconoir_check.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: 500ms;
}
div#page form.webform-submission-form .form-item.form-item-privacy input[type=checkbox]:checked::after {
  width: 11px;
  height: 11px;
  transition: 500ms;
}
div#page form.webform-submission-form .form-item.form-item-privacy .description {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
div#page form.webform-submission-form .form-item.form-item-privacy .description a {
  color: rgba(255, 255, 255, 0.5);
}
div#page form.webform-submission-form .form-item.form-item-privacy .description a:hover {
  color: #4D4D4D;
}
div#page form.webform-submission-form .captcha {
  grid-column: span 2;
  margin-bottom: 15px;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  div#page form.webform-submission-form .captcha {
    margin-bottom: 10px;
  }
}
div#page form.webform-submission-form .form-actions {
  grid-column: span 2;
}
div#page form.webform-submission-form .form-actions input {
  width: 100%;
  max-width: 600px;
}
div#page form.webform-submission-form .form-actions input:focus {
  box-shadow: 0 0 4px 4px rgba(255, 255, 255, 0.3);
}
div#page form.webform-submission-form strong.error {
  display: none !important;
}
div#page div#news-block {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  div#page div#news-block {
    margin-bottom: 60px;
  }
}
div#page div#news-block::before {
  position: absolute;
  bottom: -140px;
  left: 100px;
  width: 344px;
  height: 290px;
  background: url('/sites/all/themes/vesta_theme/image/Group 43.svg') center center no-repeat;
  content: '';
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#news-block::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  div#page div#news-block::before {
    display: none;
  }
}
div#page div#news-block::after {
  position: absolute;
  top: 0;
  right: -10%;
  width: 500px;
  height: 474px;
  content: url('/sites/all/themes/vesta_theme/image/Vector 9.svg');
  transform: rotateY(180deg);
}
@media screen and (max-width: 768px) {
  div#page div#news-block::after {
    top: 78%;
    right: 0;
    transform: scale(0.5);
  }
}
div#page div#news-block .region-news {
  position: relative;
  z-index: 1;
}
div#page .view-news.view-display-id-block_1 .view-content,
div#page .view-news.view-display-id-page_1 .view-content {
  margin-bottom: 33px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  div#page .view-news.view-display-id-block_1 .view-content,
  div#page .view-news.view-display-id-page_1 .view-content {
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page .view-news.view-display-id-block_1 .view-content,
  div#page .view-news.view-display-id-page_1 .view-content {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .view-news.view-display-id-block_1 .view-content,
  div#page .view-news.view-display-id-page_1 .view-content {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  div#page .view-news.view-display-id-block_1 .view-content,
  div#page .view-news.view-display-id-page_1 .view-content {
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  div#page .view-news.view-display-id-block_1 .view-content,
  div#page .view-news.view-display-id-page_1 .view-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
  }
}
@media screen and (max-width: 375px) {
  div#page .view-news.view-display-id-block_1 .view-content,
  div#page .view-news.view-display-id-page_1 .view-content {
    grid-template-columns: unset;
  }
}
div#page .view-news.view-display-id-block_1 .view-content .views-row,
div#page .view-news.view-display-id-page_1 .view-content .views-row {
  padding: 21px 23px 18px;
  border-radius: 14px;
  background-color: #fff;
  color: #4D4D4D;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  div#page .view-news.view-display-id-block_1 .view-content .views-row,
  div#page .view-news.view-display-id-page_1 .view-content .views-row {
    padding: 15px;
  }
}
@media screen and (max-width: 375px) {
  div#page .view-news.view-display-id-block_1 .view-content .views-row,
  div#page .view-news.view-display-id-page_1 .view-content .views-row {
    padding: 19px 22px 18px;
  }
}
div#page .view-news.view-display-id-block_1 .view-content .views-row .node--type-news.node--view-mode-teaser,
div#page .view-news.view-display-id-page_1 .view-content .views-row .node--type-news.node--view-mode-teaser {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
div#page .view-news.view-display-id-block_1 .view-content .views-row .node--type-news.node--view-mode-teaser .content,
div#page .view-news.view-display-id-page_1 .view-content .views-row .node--type-news.node--view-mode-teaser .content {
  width: 100%;
  align-self: flex-start;
}
div#page .view-news.view-display-id-block_1 .view-content .views-row .node--type-news.node--view-mode-teaser .content .field--name-field-image-news,
div#page .view-news.view-display-id-page_1 .view-content .views-row .node--type-news.node--view-mode-teaser .content .field--name-field-image-news {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  div#page .view-news.view-display-id-block_1 .view-content .views-row .node--type-news.node--view-mode-teaser .content .field--name-field-image-news,
  div#page .view-news.view-display-id-page_1 .view-content .views-row .node--type-news.node--view-mode-teaser .content .field--name-field-image-news {
    margin-bottom: 17px;
  }
}
div#page .view-news.view-display-id-block_1 .view-content .views-row .node--type-news.node--view-mode-teaser .content .field--name-field-image-news a,
div#page .view-news.view-display-id-page_1 .view-content .views-row .node--type-news.node--view-mode-teaser .content .field--name-field-image-news a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
}
div#page .view-news.view-display-id-block_1 .view-content .views-row .node--type-news.node--view-mode-teaser .content .field--name-field-image-news a img,
div#page .view-news.view-display-id-page_1 .view-content .views-row .node--type-news.node--view-mode-teaser .content .field--name-field-image-news a img {
  height: 100%;
}
div#page .view-news.view-display-id-block_1 .view-content .views-row .node--type-news.node--view-mode-teaser .content .field--name-node-title,
div#page .view-news.view-display-id-page_1 .view-content .views-row .node--type-news.node--view-mode-teaser .content .field--name-node-title {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  div#page .view-news.view-display-id-block_1 .view-content .views-row .node--type-news.node--view-mode-teaser .content .field--name-node-title,
  div#page .view-news.view-display-id-page_1 .view-content .views-row .node--type-news.node--view-mode-teaser .content .field--name-node-title {
    margin-bottom: 17px;
  }
}
div#page .view-news.view-display-id-block_1 .view-content .views-row .node--type-news.node--view-mode-teaser .content .field--name-node-title h3,
div#page .view-news.view-display-id-page_1 .view-content .views-row .node--type-news.node--view-mode-teaser .content .field--name-node-title h3 {
  margin-bottom: 0;
  font-family: Mulish, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page .view-news.view-display-id-block_1 .view-content .views-row .node--type-news.node--view-mode-teaser .content .field--name-node-title h3,
  div#page .view-news.view-display-id-page_1 .view-content .views-row .node--type-news.node--view-mode-teaser .content .field--name-node-title h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .view-news.view-display-id-block_1 .view-content .views-row .node--type-news.node--view-mode-teaser .content .field--name-node-title h3,
  div#page .view-news.view-display-id-page_1 .view-content .views-row .node--type-news.node--view-mode-teaser .content .field--name-node-title h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  div#page .view-news.view-display-id-block_1 .view-content .views-row .node--type-news.node--view-mode-teaser .content .field--name-node-title h3,
  div#page .view-news.view-display-id-page_1 .view-content .views-row .node--type-news.node--view-mode-teaser .content .field--name-node-title h3 {
    font-size: 16px;
  }
}
div#page .view-news.view-display-id-block_1 .view-content .views-row .node--type-news.node--view-mode-teaser .field--name-node-link,
div#page .view-news.view-display-id-page_1 .view-content .views-row .node--type-news.node--view-mode-teaser .field--name-node-link {
  width: 100%;
  align-self: flex-end;
  text-align: center;
}
div#page .view-news.view-display-id-block_1 .view-content .views-row .node--type-news.node--view-mode-teaser .field--name-node-link a,
div#page .view-news.view-display-id-page_1 .view-content .views-row .node--type-news.node--view-mode-teaser .field--name-node-link a {
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  div#page .view-news.view-display-id-block_1 .view-content .views-row .node--type-news.node--view-mode-teaser .field--name-node-link a,
  div#page .view-news.view-display-id-page_1 .view-content .views-row .node--type-news.node--view-mode-teaser .field--name-node-link a {
    font-size: 14px;
  }
}
div#page .node--type-news.node--view-mode-full .field--name-field-date {
  margin-bottom: 20px;
  font-weight: 600;
  color: #9FB6C3;
}
@media screen and (max-width: 768px) {
  div#page .node--type-news.node--view-mode-full .field--name-field-date {
    margin-bottom: 15px;
  }
}
div#page div#map-block {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  div#page div#map-block {
    margin-bottom: 60px;
  }
}
div#page div#map-block::before {
  position: absolute;
  bottom: -215px;
  right: 64px;
  width: 230px;
  height: 384px;
  background: url('/sites/all/themes/vesta_theme/image/balloon-heart.svg') center center no-repeat;
  content: '';
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#map-block::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  div#page div#map-block::before {
    display: none;
  }
}
div#page div#map-block::after {
  position: absolute;
  bottom: -60px;
  right: 50%;
  width: 280px;
  height: 265px;
  content: url('/sites/all/themes/vesta_theme/image/Vector 9.svg');
  transform: rotateY(180deg);
}
@media screen and (max-width: 768px) {
  div#page div#map-block::after {
    top: 78%;
    right: unset;
    left: 0;
    bottom: -200px;
    transform: scale(0.5);
  }
}
div#page div#map-block .map-block-container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 43px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page div#map-block .map-block-container {
    gap: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#map-block .map-block-container {
    gap: 17px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#map-block .map-block-container {
    grid-template-columns: unset;
    gap: 17px;
  }
}
div#page div#map-block .map-block-container .region-contacts {
  padding: 66px 80px;
  border-radius: 15px;
  background-color: #9FB6C3;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page div#map-block .map-block-container .region-contacts {
    padding: 37px 33px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#map-block .map-block-container .region-contacts {
    padding: 37px 33px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#map-block .map-block-container .region-contacts {
    padding: 37px 33px;
  }
}
div#page div#map-block .map-block-container .region-contacts div#block-vesta-theme-kontakty-2 .block-title {
  margin-bottom: 39px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  div#page div#map-block .map-block-container .region-contacts div#block-vesta-theme-kontakty-2 .block-title {
    margin-bottom: 22px;
  }
}
div#page div#map-block .map-block-container .region-contacts div#block-vesta-theme-kontakty-2 .field--name-body .contacts {
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  div#page div#map-block .map-block-container .region-contacts div#block-vesta-theme-kontakty-2 .field--name-body .contacts {
    gap: 7px;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
}
div#page div#map-block .map-block-container .region-contacts div#block-vesta-theme-kontakty-2 .field--name-body .contacts-title,
div#page div#map-block .map-block-container .region-contacts div#block-vesta-theme-kontakty-2 .field--name-body .contacts-item {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  div#page div#map-block .map-block-container .region-contacts div#block-vesta-theme-kontakty-2 .field--name-body .contacts-title,
  div#page div#map-block .map-block-container .region-contacts div#block-vesta-theme-kontakty-2 .field--name-body .contacts-item {
    font-size: 18px;
  }
}
div#page div#map-block .map-block-container .region-contacts div#block-vesta-theme-kontakty-2 .field--name-body a {
  color: #fff;
}
div#page div#map-block .map-block-container .region-contacts div#block-vesta-theme-kontakty-2 .field--name-body a:hover {
  color: #4D4D4D;
}
div#page div#map-block .map-block-container .region-contacts div#block-vesta-theme-kontakty-2 .field--name-body .contacts-group:not(:last-child) {
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  div#page div#map-block .map-block-container .region-contacts div#block-vesta-theme-kontakty-2 .field--name-body .contacts-group:not(:last-child) {
    margin-bottom: 22px;
  }
}
div#page div#map-block .map-block-container .region-map {
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  div#page div#map-block .map-block-container .region-map {
    height: 232px;
  }
}
div#page div#map-block .map-block-container .region-map #block-vesta-theme-yandekskarta-2 {
  height: 100%;
}
div#page div#map-block .map-block-container .region-map #block-vesta-theme-yandekskarta-2 .field--name-body {
  height: 100%;
}
div#page div#map-block .map-block-container .region-map #block-vesta-theme-yandekskarta-2 .field--name-body .mapContainer {
  height: 100% !important;
}
div#page div#map-block .map-block-container .region-map #block-vesta-theme-yandekskarta-2 .field--name-body .mapContainer iframe {
  height: 100% !important;
}
div#page div#block-vesta-theme-bloknastranicekontakty .field--name-body .contacts {
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  div#page div#block-vesta-theme-bloknastranicekontakty .field--name-body .contacts {
    gap: 7px;
  }
}
div#page div#block-vesta-theme-bloknastranicekontakty .field--name-body .contacts-title,
div#page div#block-vesta-theme-bloknastranicekontakty .field--name-body .contacts-item {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  div#page div#block-vesta-theme-bloknastranicekontakty .field--name-body .contacts-title,
  div#page div#block-vesta-theme-bloknastranicekontakty .field--name-body .contacts-item {
    font-size: 18px;
  }
}
div#page div#block-vesta-theme-bloknastranicekontakty .field--name-body .contacts-group:not(:last-child) {
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  div#page div#block-vesta-theme-bloknastranicekontakty .field--name-body .contacts-group:not(:last-child) {
    margin-bottom: 22px;
  }
}
div#page div#block-vesta-theme-bloknastranicekontakty .field--name-body .contacts-messengers a svg .color {
  fill: #9FB6C3;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
div#page div#block-vesta-theme-bloknastranicekontakty .field--name-body .contacts-messengers a:hover svg .color,
div#page div#block-vesta-theme-bloknastranicekontakty .field--name-body .contacts-messengers a:active svg .color,
div#page div#block-vesta-theme-bloknastranicekontakty .field--name-body .contacts-messengers a:focus svg .color {
  fill: #4D4D4D;
}
div#page div#block-vesta-theme-bloknastranicekontakty .field--name-body .contacts-messengers a.telegram svg rect {
  stroke: #9FB6C3;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
div#page div#block-vesta-theme-bloknastranicekontakty .field--name-body .contacts-messengers a.telegram:hover svg rect,
div#page div#block-vesta-theme-bloknastranicekontakty .field--name-body .contacts-messengers a.telegram:active svg rect,
div#page div#block-vesta-theme-bloknastranicekontakty .field--name-body .contacts-messengers a.telegram:focus svg rect {
  stroke: #4D4D4D;
}
div#page div#block-vesta-theme-bloknastranicekontakty .field--name-body .contacts-messengers a.telegram:hover svg .color,
div#page div#block-vesta-theme-bloknastranicekontakty .field--name-body .contacts-messengers a.telegram:active svg .color,
div#page div#block-vesta-theme-bloknastranicekontakty .field--name-body .contacts-messengers a.telegram:focus svg .color {
  fill: #4D4D4D;
}
div#page footer#footer {
  margin: 0;
  padding: 0;
}
div#page footer#footer .region.region-footer {
  display: grid;
  gap: 10px 96px;
  grid-template-columns: 190px 100px 368px 233px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page footer#footer .region.region-footer {
    gap: 10px 30px;
    grid-template-columns: 126px 100px 368px 233px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page footer#footer .region.region-footer {
    gap: 10px 20px;
    grid-template-columns: 150px 150px 368px;
  }
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer {
    gap: 10px 15px;
    grid-template-columns: 120px 140px 145px;
  }
}
@media screen and (max-width: 475px) {
  div#page footer#footer .region.region-footer {
    gap: 22px 27px;
    grid-template-columns: 175px 126px;
  }
}
@media screen and (max-width: 375px) {
  div#page footer#footer .region.region-footer {
    gap: 22px 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
div#page footer#footer .region.region-footer .block-title {
  font-weight: 800;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer .block-title {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-logo-3 {
    grid-row: span 2;
  }
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-logo-3 {
    grid-row: span 2;
  }
}
@media screen and (max-width: 475px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-logo-3 {
    grid-row: 1 / span 2;
    grid-column: 2 / 3;
  }
}
@media screen and (max-width: 375px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-logo-3 {
    width: 126px;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-logo-3 .field--name-body {
  border-radius: 13px;
  overflow: hidden;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 {
  grid-row: span 2;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 {
    grid-row: span 1;
  }
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 {
    grid-row: span 1;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li {
  z-index: 1;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li a {
  display: block;
  padding: 2.5px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  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 div#block-vesta-theme-osnovnayanavigaciya-3 > ul li a.is-active {
  color: #4D4D4D;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li a.is-active:hover {
  color: #9FB6C3;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li a.menuparent .sf-sub-indicator {
  right: 0.2em;
}
div#page footer#footer .region.region-footer .block-views-blockservices-block-footer a {
  display: block;
  padding: 2.5px;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer .block-views-blockservices-block-footer a {
    font-size: 12px;
  }
}
div#page footer#footer .region.region-footer .block-views-blockcatalog-block-footer {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page footer#footer .region.region-footer .block-views-blockcatalog-block-footer {
    grid-row: auto;
    grid-column: auto;
  }
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer .block-views-blockcatalog-block-footer {
    grid-row: auto;
    grid-column: auto;
  }
}
@media screen and (max-width: 375px) {
  div#page footer#footer .region.region-footer .block-views-blockcatalog-block-footer {
    grid-row: auto;
    grid-column: 1 / 2;
  }
}
div#page footer#footer .region.region-footer .block-views-blockcatalog-block-footer a {
  display: block;
  padding: 2.5px;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer .block-views-blockcatalog-block-footer a {
    font-size: 12px;
  }
}
div#page footer#footer .region.region-footer #block-vesta-theme-kontakty-3 {
  grid-row: span 2;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-kontakty-3 {
    grid-row: 1 / span 1;
    grid-column: 3 / 4;
  }
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-kontakty-3 {
    grid-row: 1 / span 1;
    grid-column: 3 / 4;
  }
}
@media screen and (max-width: 475px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-kontakty-3 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
  }
}
@media screen and (max-width: 375px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-kontakty-3 {
    order: -1;
    width: 55%;
  }
}
@media screen and (max-width: 345px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-kontakty-3 {
    order: 0;
    width: 100%;
  }
}
div#page footer#footer .region.region-footer #block-vesta-theme-kontakty-3 .contacts .contacts-group:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-kontakty-3 .contacts .contacts-group:not(:last-child) {
    margin-bottom: 12px;
  }
}
div#page footer#footer .region.region-footer #block-vesta-theme-kontakty-3 .contacts .contacts-title {
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-kontakty-3 .contacts .contacts-title {
    font-size: 12px;
  }
}
div#page footer#footer .region.region-footer #block-vesta-theme-kontakty-3 .contacts .contacts-item {
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-kontakty-3 .contacts .contacts-item {
    font-size: 12px;
  }
}
div#page footer#footer .region.region-footer #block-vesta-theme-kontakty-3 .contacts .contacts-messengers a {
  width: 31px;
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-kontakty-3 .contacts .contacts-messengers a {
    width: 25px;
  }
}
div#page footer#footer .region.region-footer #block-vesta-theme-kontakty-3 .contacts .contacts-messengers a svg .color {
  fill: #4D4D4D;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
div#page footer#footer .region.region-footer #block-vesta-theme-kontakty-3 .contacts .contacts-messengers a:hover svg .color,
div#page footer#footer .region.region-footer #block-vesta-theme-kontakty-3 .contacts .contacts-messengers a:active svg .color,
div#page footer#footer .region.region-footer #block-vesta-theme-kontakty-3 .contacts .contacts-messengers a:focus svg .color {
  fill: #9FB6C3;
}
div#page footer#footer .region.region-footer #block-vesta-theme-kontakty-3 .contacts .contacts-messengers a.telegram svg rect {
  stroke: #4D4D4D;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
div#page footer#footer .region.region-footer #block-vesta-theme-kontakty-3 .contacts .contacts-messengers a.telegram:hover svg rect,
div#page footer#footer .region.region-footer #block-vesta-theme-kontakty-3 .contacts .contacts-messengers a.telegram:active svg rect,
div#page footer#footer .region.region-footer #block-vesta-theme-kontakty-3 .contacts .contacts-messengers a.telegram:focus svg rect {
  stroke: #9FB6C3;
}
div#page footer#footer .region.region-footer #block-vesta-theme-kontakty-3 .contacts .contacts-messengers a.telegram:hover svg .color,
div#page footer#footer .region.region-footer #block-vesta-theme-kontakty-3 .contacts .contacts-messengers a.telegram:active svg .color,
div#page footer#footer .region.region-footer #block-vesta-theme-kontakty-3 .contacts .contacts-messengers a.telegram:focus svg .color {
  fill: #9FB6C3;
}
div#page .copyrights-container {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  div#page .copyrights-container {
    padding: 22px 0;
  }
}
@media screen and (max-width: 375px) {
  div#page div#copyrights-block {
    margin-bottom: 22px;
  }
}
div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .copyright a {
  color: #888888;
}
div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .copyright a:hover {
  color: #9FB6C3;
}
div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .copyright p.privacy-content {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 16px;
  color: #888888;
}
@media screen and (max-width: 768px) {
  div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .copyright p.privacy-content {
    font-size: 12px;
  }
}
div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .copyright p.privacy-content span {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .copyright p.privacy-content span {
    margin-bottom: 5px;
  }
}
div#page .vesta a {
  font-weight: 600;
  font-size: 16px;
  color: #888888;
}
@media screen and (max-width: 768px) {
  div#page .vesta a {
    font-size: 12px;
  }
}
div#page main.main {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  div#page main.main {
    margin-bottom: 30px;
  }
}
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: 768px) {
  body {
    padding-top: 0 !important;
    padding: 0 !important;
  }
  .slick img,
  .slick iframe {
    min-height: 500px !important;
    object-fit: cover;
  }
}
nav#mobile-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  nav#mobile-nav {
    display: block;
  }
  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;
  }
}
div[role=dialog] {
  border-radius: 6px;
  overflow: hidden;
}
div[role=dialog] .ui-dialog-titlebar {
  background-color: #9FB6C3;
  color: #fff;
}
div[role=dialog] .ui-front {
  background-color: #fff;
}
div[role=dialog] .ui-front input,
div[role=dialog] .ui-front textarea {
  border-radius: 8px;
  font-family: Mulish, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 15px;
  font-weight: 400;
}
div[role=dialog] .ui-front input:placeholder,
div[role=dialog] .ui-front textarea:placeholder {
  font-family: Mulish, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 15px;
  font-weight: 400;
}
div[role=dialog] .ui-front a {
  display: inline;
  padding: 0;
  font-weight: 600;
}
div[role=dialog] .ui-front a:hover,
div[role=dialog] .ui-front a:focus-visible {
  color: #000;
  text-decoration: underline;
}
div[role=dialog] .ui-front strong.error {
  display: none !important;
}
div[role=dialog] .ui-dialog-buttonpane {
  background-color: #9FB6C3;
}
div[role=dialog] .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: left;
}
div#page.not-front header#header {
  position: static;
}
@media screen and (max-width: 768px) {
  div#page.not-front main.main {
    padding-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  div#page.not-front main.main {
    padding-top: 0;
  }
}
div#page.not-front.page-node--800 div#map-block .map-block-container {
  display: block;
}
div#page.not-front.page-node--800 div#map-block .region-contacts {
  display: none;
}
div#page.not-front.page-node--800 div#map-block .region-map {
  height: 300px;
}
