.container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
html {
  line-height: 1.5;
  font-size: 16px !important;
  color: #242424;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 15px !important;
  }
}
body {
  line-height: inherit;
  background: #fff;
  color: inherit;
  font-family: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
.page > *:not(header,footer) .block-title {
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  margin-bottom: 0.25em;
}
h1 {
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.5rem;
  }
}
h2,
.page > *:not(header,footer) .block-title {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h2,
  .page > *:not(header,footer) .block-title {
    font-size: 1.25rem;
  }
}
h3 {
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.15rem;
  }
}
h4 {
  font-size: 1.15rem;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.1rem;
  }
}
h5 {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 1.05rem;
  }
}
h6 {
  font-size: 1rem;
}
p {
  margin-bottom: 0.5em;
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
  color: #007bff;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover,
input:hover,
button:hover,
textarea:hover,
select:hover,
a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus,
a:active,
input:active,
button:active,
textarea:active,
select:active {
  text-decoration: none !important;
  box-shadow: none !important;
}
.not-front main #block-vesta-theme-content .field--name-body a {
  color: #242424;
}
.not-front main #block-vesta-theme-content .field--name-body a:hover {
  color: #FDB500;
}
.fal,
.fas,
.far,
.fab {
  font-style: normal;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.col-lg,
.col-md,
.col-sm,
.col-xl,
.col-1,
.col-lg-1,
.col-md-1,
.col-sm-1,
.col-xl-1,
.col-2,
.col-lg-2,
.col-md-2,
.col-sm-2,
.col-xl-2,
.col-3,
.col-lg-3,
.col-md-3,
.col-sm-3,
.col-xl-3,
.col-4,
.col-lg-4,
.col-md-4,
.col-sm-4,
.col-xl-4,
.col-5,
.col-lg-5,
.col-md-5,
.col-sm-5,
.col-xl-5,
.col-6,
.col-lg-6,
.col-md-6,
.col-sm-6,
.col-xl-6,
.col-7,
.col-lg-7,
.col-md-7,
.col-sm-7,
.col-xl-7,
.col-8,
.col-lg-8,
.col-md-8,
.col-sm-8,
.col-xl-8,
.col-9,
.col-lg-9,
.col-md-9,
.col-sm-9,
.col-xl-9,
.col-10,
.col-lg-10,
.col-md-10,
.col-sm-10,
.col-xl-10,
.col-11,
.col-lg-11,
.col-md-11,
.col-sm-11,
.col-xl-11,
.col-12,
.col-lg-12,
.col-md-12,
.col-sm-12,
.col-xl-12,
.col-auto,
.col-lg-auto,
.col-md-auto,
.col-sm-auto,
.col-xl-auto {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .col,
  .col-lg,
  .col-md,
  .col-sm,
  .col-xl,
  .col-1,
  .col-lg-1,
  .col-md-1,
  .col-sm-1,
  .col-xl-1,
  .col-2,
  .col-lg-2,
  .col-md-2,
  .col-sm-2,
  .col-xl-2,
  .col-3,
  .col-lg-3,
  .col-md-3,
  .col-sm-3,
  .col-xl-3,
  .col-4,
  .col-lg-4,
  .col-md-4,
  .col-sm-4,
  .col-xl-4,
  .col-5,
  .col-lg-5,
  .col-md-5,
  .col-sm-5,
  .col-xl-5,
  .col-6,
  .col-lg-6,
  .col-md-6,
  .col-sm-6,
  .col-xl-6,
  .col-7,
  .col-lg-7,
  .col-md-7,
  .col-sm-7,
  .col-xl-7,
  .col-8,
  .col-lg-8,
  .col-md-8,
  .col-sm-8,
  .col-xl-8,
  .col-9,
  .col-lg-9,
  .col-md-9,
  .col-sm-9,
  .col-xl-9,
  .col-10,
  .col-lg-10,
  .col-md-10,
  .col-sm-10,
  .col-xl-10,
  .col-11,
  .col-lg-11,
  .col-md-11,
  .col-sm-11,
  .col-xl-11,
  .col-12,
  .col-lg-12,
  .col-md-12,
  .col-sm-12,
  .col-xl-12,
  .col-auto,
  .col-lg-auto,
  .col-md-auto,
  .col-sm-auto,
  .col-xl-auto {
    max-width: unset;
    flex-basis: 100%;
  }
}
.page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  overflow: hidden;
}
.page > * {
  margin-bottom: 15px;
}
.page > *:last-child {
  margin-bottom: 0;
}
.page > *:not(header,footer) .block-block .content {
  text-align: justify;
}
.page > *:not(header,footer) .block-block .content h1,
.page > *:not(header,footer) .block-block .content h2,
.page > *:not(header,footer) .block-block .content h3,
.page > *:not(header,footer) .block-block .content h4,
.page > *:not(header,footer) .block-block .content h5,
.page > *:not(header,footer) .block-block .content h6 {
  text-align: left;
}
.breadcrumbs .breadcrumb {
  display: block;
  text-align: justify;
  margin-bottom: 0;
  color: #808080;
  font-size: 13px;
  padding: 0.75rem 0;
  background-color: transparent;
  border-radius: 0;
}
main {
  flex-grow: 1;
  margin-bottom: 0;
}
main .block {
  margin-bottom: 15px;
}
main .region-facets {
  margin-bottom: 15px;
}
main .region-facets .block {
  margin-bottom: 0;
}
main > .container > .row {
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  main > .container > .row {
    flex-wrap: wrap;
  }
}
.main-content-column {
  flex-grow: 1;
  padding-left: 0;
  padding-right: 0;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .main-content-column {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main-content-column:first-child {
  padding-left: 15px;
}
.main-content-column:last-child {
  padding-right: 15px;
}
.help-block,
.control-group .help-inline {
  margin: 0;
}
#mobile-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background-color: #fff;
  z-index: 100;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  #mobile-header {
    display: flex;
  }
}
#mobile-header .page-header {
  flex-grow: 1;
  font-weight: 300;
  align-self: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 5px;
}
#mobile-header > a {
  color: inherit;
  font-size: 32px;
  line-height: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  min-width: 45px;
}
@media screen and (max-width: 767px) {
  .mm-page {
    padding-top: 45px;
  }
}
.mm-menu {
  background-color: #fff;
  color: inherit;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #000;
  font-weight: bold;
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before,
.mm-menu .mm-listview > li .mm-next:after {
  border-color: #000000;
}
.mm-menu .block .block-title {
  height: 40px;
  background-color: #fff;
  padding: 10px 20px 10px 20px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  text-align: center;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-menu .mm-navbar + .block .block-title {
  margin-top: -40px;
}
.mm-menu.mm-position-right {
  left: auto;
}
html.mm-opening.mm-position-right .mm-slideout {
  transform: translate3d(-80%, 0, 0);
}
@media (min-width: 550px) {
  html.mm-opening.mm-position-right .mm-slideout {
    transform: translate3d(-440px, 0, 0);
  }
}
.mm-listview > li:not(.mm-divider):after {
  left: 0;
}
.mm-listview {
  margin: 0 !important;
}
.mm-listview li {
  float: none;
}
.mm-listview li a.active {
  background: #242424 !important;
  color: #fff !important;
}
.mm-listview li a:hover {
  background: #242424 !important;
  color: #fff !important;
}
.mm-listview > li > a,
.mm-listview > li > span {
  padding: 20px 10px 20px 20px;
  font-weight: bold;
}
.mm-listview a,
.mm-listview .mm-next {
  font-weight: bold;
}
.mm-panels > .mm-panel {
  padding-left: 0;
  padding-right: 0;
}
.mm-panels > .mm-panel:before,
.mm-panels > .mm-panel:after {
  display: none;
}
.mm-slideout {
  z-index: inherit;
}
.mm-page {
  display: flex;
  flex-direction: column;
}
.btn {
  font-size: inherit;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn-default {
  color: #fff;
  background-color: #2da0ce;
  border-color: #2da0ce;
}
.btn-default:focus,
.btn-default:hover {
  color: #fff;
  background-color: #0a75a0;
  border-color: #0a75a0;
}
.block,
.view .node {
  position: relative;
}
#scrollToTop {
  width: 50px;
  height: 50px;
  background: none;
  text-indent: 0;
  font-size: 0;
  transition: transform 0.2s;
  border: 0px;
  outline: 0px;
  display: flex;
  bottom: 50px;
  cursor: pointer;
  position: fixed;
  right: 50px;
  z-index: 500;
  transition: 0.2s;
  background-image: url(/sites/default/files/up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #scrollToTop {
    transform: scale(0.95);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #scrollToTop {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 767px) {
  #scrollToTop {
    bottom: 40px;
    right: 10px;
    transform: scale(0.8);
  }
}
#scrollToTop:hover {
  opacity: 1;
  transform: scale(1.05);
}
#scrollToTop:active {
  transform: scale(0.95);
  transition-duration: 0s;
}
.title_block {
  position: relative;
  width: max-content;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
  margin-bottom: 40px;
}
.title_block:before {
  content: '';
  font-size: 0;
  position: absolute;
  left: calc(100% + 20px);
  top: 24px;
  display: block;
  height: 1px;
  width: 100vw;
  background-color: #FDB500;
  border-radius: 1px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .title_block:before {
    top: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .title_block:before {
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .title_block:before {
    top: 16px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .title_block {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .title_block {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .title_block {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
.yellow_btn {
  display: block;
  width: 100%;
  padding: 15px 20px;
  border-radius: 10px;
  background-color: #FDB500;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #242424;
  border: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .yellow_btn {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .yellow_btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .yellow_btn {
    font-size: 14px;
  }
}
.yellow_btn_hover {
  background-color: #242424;
  color: #FDB500;
}
button.slick-arrow {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
button.slick-arrow::before {
  content: '';
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 0;
}
button.slick-prev.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/scroll-to-top.svg");
  transform: rotate(-90deg);
}
button.slick-next.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/scroll-to-top.svg");
  transform: rotate(90deg);
}
.product-teaser {
  display: flex;
  gap: 50px;
}
.product-teaser .product-teaser-image {
  max-width: 500px;
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider {
  margin: 0 0 10px;
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
  max-width: 500px;
  min-width: 500px;
  max-height: 500px;
  min-height: 500px;
  object-fit: cover;
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable {
  margin: 0 -5px;
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide {
  margin: 0 5px;
  max-width: 118px;
  min-width: 118px;
  max-height: 118px;
  min-height: 118px;
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
  max-width: 118px;
  min-width: 118px;
  max-height: 118px;
  min-height: 118px;
  object-fit: cover;
}
.product-teaser .product-teaser-info {
  max-width: 500px;
}
ul.slick-dots li {
  max-width: 10px;
  min-width: 10px;
  max-height: 10px;
  min-height: 10px;
  overflow: hidden;
}
ul.slick-dots li button {
  max-width: 10px;
  min-width: 10px;
  max-height: 10px;
  min-height: 10px;
  overflow: hidden;
  background: #686868;
  border-radius: 50%;
}
ul.slick-dots li button::before {
  display: none;
}
ul.slick-dots li.slick-active button {
  background: #272727;
}
div#page {
  background: #fff;
}
div#page header#header {
  margin: 0;
  position: relative;
}
div#page header#header:before {
  content: url(/sites/default/files/ellipse1.svg);
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
div#page header#header .header-block {
  padding: 10px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  div#page header#header .header-block {
    display: none;
  }
}
div#page header#header .header-block .region.region-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
div#page header#header .header-block .region.region-header div#block-vesta-theme-kontakty .field.field--name-body {
  display: flex;
  flex-direction: column;
}
div#page header#header .header-block .region.region-header .search-form.search-block-form form {
  display: flex;
}
div#page header#header .header-block .region.region-header .search-form.search-block-form form .js-form-item.form-item.js-form-type-search.form-type-search input {
  height: 40px;
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  border-radius: 4px 0px 0px 4px;
  width: 100%;
  margin: 0;
  flex: 1 1 auto;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #2b9bc7;
}
div#page header#header .header-block .region.region-header .search-form.search-block-form .form-actions.js-form-wrapper.form-wrapper {
  position: relative;
}
div#page header#header .header-block .region.region-header .search-form.search-block-form .form-actions.js-form-wrapper.form-wrapper input {
  margin-right: 0;
  border: 1px solid #2da0ce;
  border-width: 1px 1px 1px 0px;
  border-radius: 0px 4px 4px 0px;
  background-color: #2da0ce;
  color: #fff 0;
  padding: 0;
  min-height: unset;
  min-width: unset;
  font-size: 0;
  width: 50px;
  height: 100%;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
div#page header#header .header-block .region.region-header .search-form.search-block-form .form-actions.js-form-wrapper.form-wrapper input:hover {
  background-color: #0a75a0;
}
div#page header#header .header-block .region.region-header .search-form.search-block-form .form-actions.js-form-wrapper.form-wrapper::before {
  content: '';
  background-image: url("/sites/all/themes/vesta_theme/image/search.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
div#page header#header .header-mobile-block {
  display: none;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  div#page header#header .header-mobile-block {
    padding: 10px 0;
    display: block;
    background-color: #FDB500;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  }
  div#page header#header .header-mobile-block .region.region-header-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  div#page header#header .header-mobile-block img {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    width: 230px !important;
    height: auto !important;
  }
}
div#page .navigation {
  margin: 40px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  div#page .navigation {
    display: none;
  }
}
div#page .navigation .region.region-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 10px 40px;
  border-radius: 20px;
  box-shadow: 0 0 30px 0 rgba(36, 36, 36, 0.15);
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 {
  width: max-content;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul {
  display: flex;
  gap: 20px;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a {
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a:hover {
  color: #FDB500;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a {
    font-size: 14px;
  }
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul:after {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul {
    gap: 5px;
  }
}
div#page .navigation .region.region-navigation div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary a {
  display: flex;
  position: relative;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary a span.cart-block--summary__icon img {
  width: 30px;
  max-width: 30px;
  max-height: 30px;
  object-fit: cover;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary a span.cart-block--summary__count {
  position: absolute;
  bottom: 5px;
  left: calc(100% - 30px);
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 1px 2px 1px;
  min-width: 20px;
  height: 20px;
  font-size: 12px;
  color: #303030;
  line-height: 1;
  font-family: inherit;
  font-weight: unset;
  opacity: 1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page .navigation .region.region-navigation {
    padding: 10px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page .navigation .region.region-navigation {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  div#page .navigation .region.region-navigation {
    padding: 10px;
  }
}
div#page div#slider-block {
  position: relative;
  margin-top: 40px;
  margin-bottom: 0;
}
div#page div#slider-block:after {
  content: url(/sites/default/files/car.png);
  font-size: 0;
  position: absolute;
  z-index: 0;
  bottom: -105px;
  right: 0;
}
@media screen and (max-width: 767px) {
  div#page div#slider-block:after {
    display: none;
  }
}
div#page div#slider-block:before {
  content: url(/sites/default/files/ellipse2.svg);
  font-size: 0;
  position: absolute;
  z-index: 0;
  bottom: -110px;
  right: 0;
}
@media screen and (max-width: 767px) {
  div#page div#slider-block:before {
    display: none;
  }
}
div#page div#slider-block .region.region-slider {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
div#page div#slider-block .region.region-slider #block-vesta-theme-views-block-slayder-block-1 {
  width: 640px;
}
div#page div#slider-block .region.region-slider #block-vesta-theme-views-block-slayder-block-1 .field--name-node-title {
  margin: 0;
}
div#page div#slider-block .region.region-slider #block-vesta-theme-views-block-slayder-block-1 .field--name-node-title * {
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page div#slider-block .region.region-slider #block-vesta-theme-views-block-slayder-block-1 .field--name-node-title * {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#slider-block .region.region-slider #block-vesta-theme-views-block-slayder-block-1 .field--name-node-title * {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  div#page div#slider-block .region.region-slider #block-vesta-theme-views-block-slayder-block-1 .field--name-node-title * {
    font-size: 28px;
  }
}
div#page div#slider-block .region.region-slider #block-vesta-theme-views-block-slayder-block-1 .field--name-body {
  margin-top: 20px;
}
div#page div#slider-block .region.region-slider #block-vesta-theme-views-block-slayder-block-1 .field--name-body * {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page div#slider-block .region.region-slider #block-vesta-theme-views-block-slayder-block-1 .field--name-body * {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#slider-block .region.region-slider #block-vesta-theme-views-block-slayder-block-1 .field--name-body * {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  div#page div#slider-block .region.region-slider #block-vesta-theme-views-block-slayder-block-1 .field--name-body * {
    font-size: 15px;
  }
}
div#page div#slider-block .region.region-slider #block-vesta-theme-views-block-slayder-block-1 .field--name-field-slide-title {
  max-width: 300px;
  margin-top: 20px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(36, 36, 36, 0.15);
  background-color: #fff;
}
div#page div#slider-block .region.region-slider #block-vesta-theme-views-block-slayder-block-1 .field--name-field-slide-title * {
  margin: 0;
  background-image: linear-gradient(to right, #9200d6, #fdb500);
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page div#slider-block .region.region-slider #block-vesta-theme-views-block-slayder-block-1 .field--name-field-slide-title * {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#slider-block .region.region-slider #block-vesta-theme-views-block-slayder-block-1 .field--name-field-slide-title * {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  div#page div#slider-block .region.region-slider #block-vesta-theme-views-block-slayder-block-1 .field--name-field-slide-title * {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#slider-block .region.region-slider #block-vesta-theme-views-block-slayder-block-1 .field--name-field-slide-title {
    max-width: max-content;
  }
}
@media screen and (max-width: 767px) {
  div#page div#slider-block .region.region-slider #block-vesta-theme-views-block-slayder-block-1 .field--name-field-slide-title {
    max-width: max-content;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page div#slider-block .region.region-slider #block-vesta-theme-views-block-slayder-block-1 {
    width: 550px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#slider-block .region.region-slider #block-vesta-theme-views-block-slayder-block-1 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  div#page div#slider-block .region.region-slider #block-vesta-theme-views-block-slayder-block-1 {
    width: 100%;
  }
}
div#page div#slider-block .region.region-slider #block-vesta-theme-vebforma {
  width: 370px;
  height: max-content;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 30px 0 rgba(36, 36, 36, 0.15);
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#slider-block .region.region-slider #block-vesta-theme-vebforma {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  div#page div#slider-block .region.region-slider #block-vesta-theme-vebforma {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  div#page div#slider-block {
    margin-top: 60px;
  }
}
div#page div#form-block {
  margin-top: 100px;
  margin-bottom: 0;
  position: relative;
}
div#page div#form-block:before {
  content: url(/sites/default/files/ellipse5.svg);
  font-size: 0;
  position: absolute;
  top: -306px;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  div#page div#form-block:before {
    display: none;
  }
}
div#page div#form-block:after {
  content: url(/sites/default/files/ellipse6.svg);
  font-size: 0;
  position: absolute;
  bottom: -255px;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  div#page div#form-block:after {
    display: none;
  }
}
div#page div#form-block > * {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page div#form-block {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#form-block {
    margin-top: 60px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  div#page div#form-block {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  div#page div#form-block {
    margin-top: 20px;
  }
}
div#page div#services-block {
  margin: 100px 0 0;
  position: relative;
}
div#page div#services-block:before {
  content: url(/sites/default/files/ellipse3.svg);
  font-size: 0;
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page div#services-block:before {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#services-block:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  div#page div#services-block:before {
    display: none;
  }
}
div#page div#services-block:after {
  content: url(/sites/default/files/ellipse4.svg);
  font-size: 0;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 1700px) {
  div#page div#services-block:after {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page div#services-block:after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#services-block:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  div#page div#services-block:after {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page div#services-block {
    margin: 80px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#services-block {
    margin: 60px 0 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  div#page div#services-block {
    margin: 40px 0 0 !important;
  }
}
@media screen and (max-width: 767px) {
  div#page div#services-block {
    margin: 20px 0 0;
  }
}
div#page div#about-block {
  margin: 90px 0 0;
  background-color: #FFFBF2;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page div#about-block {
    margin: 80px 0 0;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#about-block {
    margin: 60px 0 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  div#page div#about-block {
    margin: 40px 0 0 !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  div#page div#about-block {
    margin: 20px 0 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 15px;
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content .views-row {
  max-width: 380px;
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content .views-row .field.field--name-field-image-news.field--type-image.field--label-hidden {
  display: flex;
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content .views-row .field.field--name-field-image-news.field--type-image.field--label-hidden a {
  display: flex;
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content .views-row .field.field--name-field-image-news.field--type-image.field--label-hidden a img {
  max-width: 380px;
  max-height: 380px;
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content .views-row .content {
  background-color: #b3b3b3;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
div#page div#works-block {
  margin: 0 0 30px;
}
div#page div#works-block .region.region-works div#block-vesta-theme-views-block-photogalery-block-1 .view.view-photogalery.view-id-photogalery.view-display-id-block_1 .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 15px;
}
div#page div#works-block .region.region-works div#block-vesta-theme-views-block-photogalery-block-1 .view.view-photogalery.view-id-photogalery.view-display-id-block_1 .view-content .field.field--name-field-photo.field--type-image.field--label-hidden.field__item {
  display: flex;
}
div#page div#works-block .region.region-works div#block-vesta-theme-views-block-photogalery-block-1 .view.view-photogalery.view-id-photogalery.view-display-id-block_1 .view-content .field.field--name-field-photo.field--type-image.field--label-hidden.field__item a {
  display: flex;
}
div#page div#works-block .region.region-works div#block-vesta-theme-views-block-photogalery-block-1 .view.view-photogalery.view-id-photogalery.view-display-id-block_1 .view-content .field.field--name-field-photo.field--type-image.field--label-hidden.field__item a img {
  max-width: 380px;
  max-height: 380px;
}
div#page div#map-block {
  margin: 100px 0 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page div#map-block {
    margin: 80px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#map-block {
    margin: 60px 0 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  div#page div#map-block {
    margin: 40px 0 0 !important;
  }
}
@media screen and (max-width: 767px) {
  div#page div#map-block {
    margin: 20px 0 0;
  }
}
div#page footer#footer {
  margin: 80px 0 0;
  padding: 0 0 20px;
}
div#page footer#footer:before {
  content: url(/sites/default/files/ellipse7.svg);
  font-size: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
div#page footer#footer > * {
  position: relative;
  z-index: 1;
}
div#page footer#footer .region.region-footer {
  padding: 20px 0;
  border-top: 1px solid rgba(253, 181, 0, 0.25);
  border-bottom: 1px solid rgba(253, 181, 0, 0.25);
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 5px;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-logopodval .field--name-body p {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #cacaca;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-logopodval .field--name-body p img {
  margin-bottom: 5px;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-logopodval .field--name-body p a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #cacaca;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-logopodval .field--name-body p a:hover {
  color: #FDB500;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 {
  width: 200px;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 .block-title {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 .block-title {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 .block-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 .block-title {
    font-size: 15px;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li a {
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li a:hover {
  color: #FDB500;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li a {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 {
    width: 100%;
  }
}
div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval {
  width: 305px;
}
div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .block-title {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .block-title {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .block-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .block-title {
    font-size: 15px;
  }
}
div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body p,
div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body p,
  div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body a {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body p,
  div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body p,
  div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body a {
    font-size: 13px;
  }
}
div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body a:hover {
  color: #FDB500;
}
div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body strong {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body strong {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body strong {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval {
    width: 100%;
  }
}
div#page footer#footer .region.region-footer #block-vesta-theme-socialnyeseti {
  width: 260px;
}
div#page footer#footer .region.region-footer #block-vesta-theme-socialnyeseti .block-title {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-socialnyeseti .block-title {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-socialnyeseti .block-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-socialnyeseti .block-title {
    font-size: 15px;
  }
}
div#page footer#footer .region.region-footer #block-vesta-theme-socialnyeseti .field--name-body {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
div#page footer#footer .region.region-footer #block-vesta-theme-socialnyeseti .field--name-body a {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #FDB500;
}
div#page footer#footer .region.region-footer #block-vesta-theme-socialnyeseti .field--name-body a:hover {
  background-color: #9200D6;
}
div#page footer#footer .region.region-footer #block-vesta-theme-socialnyeseti .field--name-body .tg {
  background-image: url(/sites/default/files/tg.svg);
}
div#page footer#footer .region.region-footer #block-vesta-theme-socialnyeseti .field--name-body .wp {
  background-image: url(/sites/default/files/wp.svg);
}
div#page footer#footer .region.region-footer #block-vesta-theme-socialnyeseti .field--name-body:after {
  display: none;
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-socialnyeseti {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer {
    gap: 15px 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer {
    margin: 60px 0 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  div#page footer#footer {
    margin: 40px 0 0 !important;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer {
    margin: 20px 0 0;
  }
}
div#page div#copyrights-block {
  background-color: #b3b3b3;
  padding: 10px 0;
  display: none;
}
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;
  color: #fff;
  gap: 30px;
}
div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .copyright a {
  color: #fff;
}
div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .copyright p.privacy-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
div#page .vesta_backlink {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
div#page .vesta_backlink a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #cacaca;
}
div#page .vesta_backlink a:hover {
  color: #FDB500;
}
@media screen and (max-width: 767px) {
  div#page .vesta_backlink a {
    color: #242424;
  }
}
@media screen and (max-width: 767px) {
  div#page .vesta_backlink {
    margin-top: 10px;
  }
}
div#page main.main .region-content {
  padding-left: 0;
  padding-right: 0;
}
div#page main.main .view.view-catalog.view-id-catalog.view-display-id-page .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 15px;
}
div#page main.main .view.view-catalog.view-id-catalog.view-display-id-page .view-content .field.field--name-field-catalog-image.field--type-image.field--label-hidden.field__item {
  display: flex;
}
div#page main.main .view.view-catalog.view-id-catalog.view-display-id-page .view-content .field.field--name-field-catalog-image.field--type-image.field--label-hidden.field__item a {
  display: flex;
}
div#page main.main .view.view-catalog.view-id-catalog.view-display-id-page .view-content .field.field--name-field-catalog-image.field--type-image.field--label-hidden.field__item a img {
  max-width: 380px;
  max-height: 380px;
}
div#page main.main .view.view-news.view-id-news.view-display-id-page_1 .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 15px;
}
div#page main.main .view.view-news.view-id-news.view-display-id-page_1 .view-content .views-row {
  max-width: 380px;
}
div#page main.main .view.view-news.view-id-news.view-display-id-page_1 .view-content .views-row .field.field--name-field-image-news.field--type-image.field--label-hidden {
  display: flex;
}
div#page main.main .view.view-news.view-id-news.view-display-id-page_1 .view-content .views-row .field.field--name-field-image-news.field--type-image.field--label-hidden a {
  display: flex;
}
div#page main.main .view.view-news.view-id-news.view-display-id-page_1 .view-content .views-row .field.field--name-field-image-news.field--type-image.field--label-hidden a img {
  max-width: 380px;
  max-height: 380px;
}
div#page main.main .view.view-news.view-id-news.view-display-id-page_1 .view-content .views-row .content {
  background-color: #b3b3b3;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
div#page main.main .view.view-photogalery.view-id-photogalery.view-display-id-page_1 .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 15px;
}
div#page main.main .view.view-photogalery.view-id-photogalery.view-display-id-page_1 .view-content .views-row .field.field--name-field-photo.field--type-image {
  display: flex;
}
div#page main.main .view.view-photogalery.view-id-photogalery.view-display-id-page_1 .view-content .views-row .field.field--name-field-photo.field--type-image a {
  display: flex;
}
div#page main.main .view.view-photogalery.view-id-photogalery.view-display-id-page_1 .view-content .views-row .field.field--name-field-photo.field--type-image a img {
  max-width: 380px;
  max-height: 380px;
}
.front main {
  margin-bottom: 0;
}
div#drupal-modal .form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-privacy {
  display: flex;
  align-items: flex-start;
}
div#drupal-modal .form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-privacy input {
  margin: 5px 0 0 0;
}
div#drupal-modal .form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-privacy .description {
  margin: 0 0 0 5px;
}
.ajax-progress-throbber .throbber {
  padding: 0;
  margin: 0;
  display: none;
}
.ajax-progress-throbber {
  display: none;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 0 !important;
    padding: 0 !important;
  }
  .slick img,
  .slick iframe {
    min-height: 500px !important;
    object-fit: cover;
  }
}
nav#mobile-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  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;
  }
}
.webform-submission-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.webform-submission-form .js-form-item {
  margin: 0;
  width: 100%;
}
.webform-submission-form .js-form-item input {
  width: 100%;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(36, 36, 36, 0.1) !important;
  background-color: #fff;
  height: 52px;
  border: none;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #242424;
}
.webform-submission-form .js-form-item input::placeholder {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #cacaca;
}
.webform-submission-form .js-form-item input:hover {
  box-shadow: 0 0 30px 0 rgba(36, 36, 36, 0.1) !important;
}
.webform-submission-form .webform-actions {
  margin: 20px 0 0;
}
.webform-submission-form .webform-actions .form-submit {
  display: block;
  width: 100%;
  padding: 15px 20px;
  border-radius: 10px;
  background-color: #FDB500;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #242424;
  border: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .webform-submission-form .webform-actions .form-submit {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .webform-submission-form .webform-actions .form-submit {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .webform-actions .form-submit {
    font-size: 14px;
  }
}
.webform-submission-form .webform-actions .form-submit:hover {
  background-color: #242424;
  color: #FDB500;
}
@media screen and (max-width: 767px) {
  .webform-submission-form .webform-actions {
    margin: 0;
  }
}
#block-vesta-theme-preimuschestva {
  margin-top: 100px;
  margin-bottom: 0 !important;
  overflow: hidden;
}
#block-vesta-theme-preimuschestva .block-title {
  position: relative;
  width: max-content;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
  margin-bottom: 40px;
}
#block-vesta-theme-preimuschestva .block-title:before {
  content: '';
  font-size: 0;
  position: absolute;
  left: calc(100% + 20px);
  top: 24px;
  display: block;
  height: 1px;
  width: 100vw;
  background-color: #FDB500;
  border-radius: 1px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-preimuschestva .block-title:before {
    top: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-preimuschestva .block-title:before {
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-preimuschestva .block-title:before {
    top: 16px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-preimuschestva .block-title {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-preimuschestva .block-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-preimuschestva .block-title {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-preimuschestva {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-preimuschestva {
    margin-top: 60px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #block-vesta-theme-preimuschestva {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-preimuschestva {
    margin-top: 20px;
  }
}
#block-vesta-theme-views-block-preimushchestva-block-1 {
  margin-bottom: 0;
}
.view-preimushchestva .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 30px;
}
.view-preimushchestva .view-content .views-row {
  width: 370px;
  border-radius: 20px;
  box-shadow: 0 0 30px 0 rgba(36, 36, 36, 0.15);
  background-color: #fff;
  padding: 10px 10px 20px;
}
.view-preimushchestva .view-content .views-row .node--type-preimushchestvo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-field-preimushchestvo-foto {
  width: 100px;
  height: 80px;
  background-image: url(/sites/default/files/paralelogram.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-field-preimushchestvo-foto * {
  width: 40px !important;
  height: 40px !important;
  object-fit: contain;
}
.view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body * {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #242424;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body * {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body * {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body * {
    font-size: 15px;
  }
}
.view-preimushchestva .view-content .views-row .node--type-preimushchestvo:after {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-preimushchestva .view-content .views-row {
    width: 466px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-preimushchestva .view-content .views-row {
    width: 354px;
  }
}
@media screen and (max-width: 767px) {
  .view-preimushchestva .view-content .views-row {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .view-preimushchestva .view-content {
    gap: 15px;
  }
}
#block-vesta-theme-akciya {
  overflow: hidden;
}
#block-vesta-theme-akciya .block-title {
  position: relative;
  width: max-content;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
  margin-bottom: 40px;
  z-index: 1;
}
#block-vesta-theme-akciya .block-title:before {
  content: '';
  font-size: 0;
  position: absolute;
  left: calc(100% + 20px);
  top: 24px;
  display: block;
  height: 1px;
  width: 100vw;
  background-color: #FDB500;
  border-radius: 1px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-akciya .block-title:before {
    top: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-akciya .block-title:before {
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-akciya .block-title:before {
    top: 16px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-akciya .block-title {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-akciya .block-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-akciya .block-title {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
#block-vesta-theme-akciya .field--name-body {
  position: relative;
  z-index: 1;
}
#block-vesta-theme-akciya .field--name-body img {
  display: block;
  margin-left: auto;
  margin-right: 45px;
  height: 274px !important;
  object-fit: cover;
  object-position: top;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-akciya .field--name-body img {
    width: 962px !important;
    margin-right: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-akciya .field--name-body img {
    width: 738px !important;
    height: 230px !important;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-akciya .field--name-body img {
    width: 100% !important;
    height: auto !important;
    margin-right: 0px;
  }
}
#block-vesta-theme-priglashay {
  padding: 40px 20px 40px 40px;
  position: relative;
}
#block-vesta-theme-priglashay:before {
  content: '';
  display: block;
  width: calc(100% + 82px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 20px;
  background-image: linear-gradient(to right, #9200d6, #fdb500);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-priglashay:before {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-priglashay:before {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-priglashay:before {
    width: 100%;
  }
}
#block-vesta-theme-priglashay .field--name-body {
  position: relative;
  z-index: 1;
}
#block-vesta-theme-priglashay .field--name-body * {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
#block-vesta-theme-priglashay .field--name-body *:before {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-priglashay .field--name-body * {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-priglashay .field--name-body * {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-priglashay .field--name-body * {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-priglashay {
    padding: 30px 20px 30px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-priglashay {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-priglashay {
    padding: 10px;
    margin-top: -30px;
    z-index: 1;
  }
}
#block-vesta-theme-knopkaostavitzayavku {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
#block-vesta-theme-knopkaostavitzayavku .block-title {
  order: 1;
  margin: 0;
  width: 770px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-knopkaostavitzayavku .block-title {
    width: 562px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-knopkaostavitzayavku .block-title {
    width: 100%;
    order: 0;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-knopkaostavitzayavku .block-title {
    width: 100%;
    order: 0;
  }
}
#block-vesta-theme-knopkaostavitzayavku .field--name-body {
  order: 0;
  width: 370px;
}
#block-vesta-theme-knopkaostavitzayavku .field--name-body a {
  display: block;
  width: 100%;
  padding: 15px 20px;
  border-radius: 10px;
  background-color: #FDB500;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #242424;
  border: none;
  font-size: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-knopkaostavitzayavku .field--name-body a {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-knopkaostavitzayavku .field--name-body a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-knopkaostavitzayavku .field--name-body a {
    font-size: 14px;
  }
}
#block-vesta-theme-knopkaostavitzayavku .field--name-body a:hover {
  background-color: #242424;
  color: #FDB500;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-knopkaostavitzayavku .field--name-body {
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-knopkaostavitzayavku .field--name-body {
    width: 100%;
    order: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-knopkaostavitzayavku {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-knopkaostavitzayavku {
    gap: 15px;
  }
}
#block-vesta-theme-vyplaty {
  margin-top: 100px;
  position: relative;
  overflow: hidden;
  min-height: 490px;
  z-index: 1;
}
#block-vesta-theme-vyplaty:before {
  content: url(/sites/default/files/phone.png);
  position: absolute;
  top: 40px;
  right: 0;
  font-size: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-vyplaty:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vyplaty:before {
    display: none;
  }
}
#block-vesta-theme-vyplaty .block-title {
  position: relative;
  width: max-content;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
  margin-bottom: 40px;
}
#block-vesta-theme-vyplaty .block-title:before {
  content: '';
  font-size: 0;
  position: absolute;
  left: calc(100% + 20px);
  top: 24px;
  display: block;
  height: 1px;
  width: 100vw;
  background-color: #FDB500;
  border-radius: 1px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-vyplaty .block-title:before {
    top: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-vyplaty .block-title:before {
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vyplaty .block-title:before {
    top: 16px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-vyplaty .block-title {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-vyplaty .block-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vyplaty .block-title {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
#block-vesta-theme-vyplaty .field--name-body {
  position: relative;
  z-index: 1;
  width: 570px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#block-vesta-theme-vyplaty .field--name-body > * {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#block-vesta-theme-vyplaty .field--name-body p {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-vyplaty .field--name-body p {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-vyplaty .field--name-body p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vyplaty .field--name-body p {
    font-size: 18px;
  }
}
#block-vesta-theme-vyplaty .field--name-body strong,
#block-vesta-theme-vyplaty .field--name-body s {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #FDB500;
  margin-right: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-vyplaty .field--name-body strong,
  #block-vesta-theme-vyplaty .field--name-body s {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-vyplaty .field--name-body strong,
  #block-vesta-theme-vyplaty .field--name-body s {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vyplaty .field--name-body strong,
  #block-vesta-theme-vyplaty .field--name-body s {
    font-size: 24px;
  }
}
#block-vesta-theme-vyplaty .field--name-body s {
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-vyplaty .field--name-body {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vyplaty .field--name-body {
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-vyplaty {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-vyplaty {
    margin-top: 60px;
    min-height: 1px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #block-vesta-theme-vyplaty {
    margin-top: 40px !important;
    min-height: 1px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vyplaty {
    margin-top: 20px;
    min-height: 1px;
  }
}
#block-vesta-theme-trebovaniya {
  position: relative;
  overflow: hidden;
}
#block-vesta-theme-trebovaniya .block-title {
  position: relative;
  width: max-content;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
  margin-bottom: 40px;
}
#block-vesta-theme-trebovaniya .block-title:before {
  content: '';
  font-size: 0;
  position: absolute;
  left: calc(100% + 20px);
  top: 24px;
  display: block;
  height: 1px;
  width: 100vw;
  background-color: #FDB500;
  border-radius: 1px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-trebovaniya .block-title:before {
    top: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-trebovaniya .block-title:before {
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-trebovaniya .block-title:before {
    top: 16px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-trebovaniya .block-title {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-trebovaniya .block-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-trebovaniya .block-title {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
#block-vesta-theme-trebovaniya .field--name-body {
  position: relative;
  z-index: 1;
}
#block-vesta-theme-trebovaniya .field--name-body table {
  width: 100%;
}
#block-vesta-theme-trebovaniya .field--name-body table tbody {
  width: 100%;
}
#block-vesta-theme-trebovaniya .field--name-body table tbody tr {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
#block-vesta-theme-trebovaniya .field--name-body table tbody tr td {
  display: block;
  width: 570px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-trebovaniya .field--name-body table tbody tr td {
    width: 466px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-trebovaniya .field--name-body table tbody tr td {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-trebovaniya .field--name-body table tbody tr td {
    width: 100%;
  }
}
#block-vesta-theme-trebovaniya .field--name-body strong {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-trebovaniya .field--name-body strong {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-trebovaniya .field--name-body strong {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-trebovaniya .field--name-body strong {
    font-size: 18px;
  }
}
#block-vesta-theme-trebovaniya .field--name-body p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-trebovaniya .field--name-body p {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-trebovaniya .field--name-body p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-trebovaniya .field--name-body p {
    font-size: 15px;
  }
}
#block-vesta-theme-trebovaniya .field--name-body ol,
#block-vesta-theme-trebovaniya .field--name-body ul {
  padding-left: 20px;
}
#block-vesta-theme-trebovaniya .field--name-body li {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-trebovaniya .field--name-body li {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-trebovaniya .field--name-body li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-trebovaniya .field--name-body li {
    font-size: 15px;
  }
}
#block-vesta-theme-vebforma-2 .block-title {
  position: relative;
  width: max-content;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
  margin-bottom: 40px;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}
#block-vesta-theme-vebforma-2 .block-title:before {
  content: '';
  font-size: 0;
  position: absolute;
  left: calc(100% + 20px);
  top: 24px;
  display: block;
  height: 1px;
  width: 100vw;
  background-color: #FDB500;
  border-radius: 1px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-vebforma-2 .block-title:before {
    top: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-vebforma-2 .block-title:before {
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vebforma-2 .block-title:before {
    top: 16px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-vebforma-2 .block-title {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-vebforma-2 .block-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vebforma-2 .block-title {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
#block-vesta-theme-vebforma-2 .block-title:before {
  display: none;
}
#block-vesta-theme-vebforma-2 .webform-submission-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
#block-vesta-theme-vebforma-2 .webform-submission-form .js-form-type-processed-text {
  max-width: 460px;
  text-align: center;
}
#block-vesta-theme-vebforma-2 .webform-submission-form fieldset {
  max-width: 410px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 30px 0 rgba(36, 36, 36, 0.15);
  background-color: #fff;
}
#block-vesta-theme-vebforma-2 .webform-submission-form fieldset .fieldset-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-vebforma-2 .webform-submission-form {
    gap: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-vebforma-2 .webform-submission-form {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vebforma-2 .webform-submission-form {
    gap: 10px;
  }
}
#block-vesta-theme-yandekskarta-2 {
  position: relative;
  overflow: hidden;
}
#block-vesta-theme-yandekskarta-2 .block-title {
  position: relative;
  width: max-content;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
  margin-bottom: 40px;
}
#block-vesta-theme-yandekskarta-2 .block-title:before {
  content: '';
  font-size: 0;
  position: absolute;
  left: calc(100% + 20px);
  top: 24px;
  display: block;
  height: 1px;
  width: 100vw;
  background-color: #FDB500;
  border-radius: 1px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-yandekskarta-2 .block-title:before {
    top: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 .block-title:before {
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .block-title:before {
    top: 16px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-yandekskarta-2 .block-title {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 .block-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .block-title {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
#block-vesta-theme-yandekskarta-2 .field--name-body {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts {
  width: 470px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts strong {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts strong {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts strong {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts strong {
    font-size: 18px;
  }
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts p,
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts a {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts p,
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts a {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts p,
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts p,
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts a {
    font-size: 15px;
  }
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts a:hover {
  color: #FDB500;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts {
    width: 100%;
  }
}
#block-vesta-theme-yandekskarta-2 .field--name-body .mapContainer {
  width: 670px !important;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .mapContainer {
    width: 472px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .mapContainer {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .mapContainer {
    width: 100% !important;
  }
}
#block-vesta-theme-yandekskarta-2 .field--name-body:after {
  display: none;
}
#block-vesta-theme-socialnyeseti-2 {
  width: 90px;
  position: fixed;
  z-index: 500;
  right: 30px;
  bottom: 95px;
}
#block-vesta-theme-socialnyeseti-2 .field--name-body {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#block-vesta-theme-socialnyeseti-2 .field--name-body a {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #FDB500;
}
#block-vesta-theme-socialnyeseti-2 .field--name-body a:hover {
  background-color: #9200D6;
}
#block-vesta-theme-socialnyeseti-2 .field--name-body .tg {
  background-image: url(/sites/default/files/tg.svg);
}
#block-vesta-theme-socialnyeseti-2 .field--name-body .wp {
  background-image: url(/sites/default/files/wp.svg);
}
#block-vesta-theme-socialnyeseti-2 .field--name-body:after {
  display: none;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-socialnyeseti-2 .field--name-body {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-socialnyeseti-2 {
    width: 40px;
    right: 15px;
  }
}
