.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: #5C764B;
  font-family: Bellota, -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;
  overflow-wrap: anywhere;
}
@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: #fff;
  color: inherit;
  font-family: inherit;
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
.page > *:not(header,footer) .block-title {
  font-family: Bellota, -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: 51px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 375px) {
  h1 {
    font-size: 20px;
  }
}
h2,
.page > *:not(header,footer) .block-title {
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  h2,
  .page > *:not(header,footer) .block-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  h2,
  .page > *:not(header,footer) .block-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  h2,
  .page > *:not(header,footer) .block-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  h2,
  .page > *:not(header,footer) .block-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  h2,
  .page > *:not(header,footer) .block-title {
    font-size: 18px;
  }
}
h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  h3 {
    font-size: 16px;
  }
}
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: #5C764B;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover,
a:active,
a:focus {
  color: #324D21;
  text-decoration: none;
}
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);
}
.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: #5C764B !important;
  color: #fff !important;
}
.mm-listview li a:hover,
.mm-listview li a:active,
.mm-listview li a:focus {
  background: #5C764B !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: 250px;
  margin: auto;
  padding: 12px 23px;
  border-width: 1px;
  border-style: solid;
  border-radius: 28px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  font-size: 24px;
  text-transform: uppercase;
}
@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: 20px;
  }
}
@media screen and (max-width: 768px) {
  .btn,
  .more-link a {
    padding: 10px 18px;
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .btn,
  .more-link a {
    padding: 8px 10px;
    font-size: 14px;
  }
}
.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(92, 118, 75, 0.25);
}
.btn-default {
  border-color: #E7C7CA;
  background-color: #E7C7CA;
  color: #5C764B;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  border-color: #E7C7CA;
  background-color: #5C764B;
  color: #fff;
}
.btn-primary,
.more-link a {
  border-color: #5C764B;
  background-color: #5C764B;
  color: #fff;
}
.btn-primary:hover,
.more-link a:hover,
.btn-primary:active,
.more-link a:active,
.btn-primary:focus,
.more-link a:focus {
  border-color: #5C764B !important;
  background-color: #E7C7CA !important;
  color: #5C764B !important;
}
.block,
.view .node {
  position: relative;
}
#scrollToTop {
  width: 48px;
  height: 48px;
  background: none;
  text-indent: 0;
  font-size: 0;
  transition: transform 0.2s;
  border: 0px;
  outline: 0px;
  display: flex;
  bottom: 37px;
  cursor: pointer;
  position: fixed;
  right: 50px;
  z-index: 10;
  transition: 0.2s;
  background-image: url(/sites/all/themes/vesta_theme/image/scroll-to-top.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 1660px) {
  #scrollToTop {
    right: 147px;
  }
}
@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: 40px;
    right: 10px;
    transform: scale(0.8);
  }
}
#scrollToTop:hover {
  opacity: 1;
  transform: scale(1.05);
}
#scrollToTop:active {
  transform: scale(0.95);
  transition-duration: 0s;
}
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);
}
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-color: #E7C7CA;
  color: #5C764B;
}
div#page .header-wrapper {
  position: relative;
  z-index: 500;
  margin-bottom: 0;
  padding: 25px 0 54px;
  background-color: #5C764B;
  color: #fff;
}
@media screen and (max-width: 768px) {
  div#page .header-wrapper {
    padding-top: 120px;
  }
}
@media screen and (max-width: 425px) {
  div#page .header-wrapper {
    padding-top: 70px;
  }
}
div#page .header-wrapper .header-container {
  position: relative;
  z-index: 1;
  margin-bottom: 42px;
  padding: 15px 15px 5px;
  border-radius: 45px;
  background-color: #E7C7CA;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.25);
  color: #5C764B;
}
@media screen and (max-width: 768px) {
  div#page .header-wrapper .header-container {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 375px) {
  div#page .header-wrapper .header-container {
    border-radius: 30px;
  }
}
div#page .header-wrapper::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 346px;
  height: 375px;
  background: url('/sites/all/themes/vesta_theme/image/гвоздика_pink.svg') center center no-repeat;
  content: '';
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page .header-wrapper::before {
    left: -120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .header-wrapper::before {
    left: -120px;
  }
}
@media screen and (max-width: 768px) {
  div#page .header-wrapper::before {
    left: -120px;
  }
}
@media screen and (max-width: 576px) {
  div#page .header-wrapper::before {
    display: none;
  }
}
div#page .header-wrapper::after {
  position: absolute;
  top: 9%;
  right: -20px;
  width: 346px;
  height: 375px;
  background: url('/sites/all/themes/vesta_theme/image/flower_pink.svg') center center no-repeat;
  content: '';
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page .header-wrapper::after {
    right: -120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .header-wrapper::after {
    right: -120px;
  }
}
@media screen and (max-width: 768px) {
  div#page .header-wrapper::after {
    right: -120px;
  }
}
@media screen and (max-width: 576px) {
  div#page .header-wrapper::after {
    display: none;
  }
}
div#page header#header {
  margin: 0;
}
div#page header#header .header-block {
  padding: 10px 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  div#page header#header .header-block {
    display: none;
  }
}
div#page header#header .header-block .region-logo {
  width: 75px;
  margin-right: 57px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page header#header .header-block .region-logo {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .region-logo {
    width: 55px;
    margin-right: 15px;
  }
}
div#page header#header .header-block .nav-container {
  width: 87%;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page header#header .header-block .nav-container {
    width: 89%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .nav-container {
    width: 89%;
  }
}
div#page header#header .header-block .nav-container .header-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
div#page header#header .header-block .nav-container .header-main .region-header {
  width: 880px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page header#header .header-block .nav-container .header-main .region-header {
    width: 780px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .nav-container .header-main .region-header {
    width: 555px;
  }
}
div#page header#header .header-block .nav-container .header-main .region-header #block-vesta-theme-kontakty {
  width: 100%;
}
div#page header#header .header-block .nav-container .header-main .region-header .contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
div#page header#header .header-block .nav-container .header-main .region-header .contacts .contacts-item {
  display: flex;
  align-items: center;
  font-size: 18px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page header#header .header-block .nav-container .header-main .region-header .contacts .contacts-item {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .nav-container .header-main .region-header .contacts .contacts-item {
    font-size: 12px;
  }
}
div#page header#header .header-block .nav-container .header-main .region-header .contacts .contacts-item:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .nav-container .header-main .region-header .contacts .contacts-item:before {
    width: 10px;
    height: 10px;
    margin-right: 4px;
  }
}
div#page header#header .header-block .nav-container .header-main .region-header .contacts .contacts-item.address:before {
  background: url('/sites/all/themes/vesta_theme/image/map-pin.svg') center center no-repeat;
  background-size: contain;
}
div#page header#header .header-block .nav-container .header-main .region-header .contacts .contacts-item.work-hours:before {
  background: url('/sites/all/themes/vesta_theme/image/clock.svg') center center no-repeat;
  background-size: contain;
}
div#page header#header .header-block .nav-container .header-main .region-header .contacts .contacts-item.tel:before {
  background: url('/sites/all/themes/vesta_theme/image/phone.svg') center center no-repeat;
  background-size: contain;
}
div#page header#header .header-block .nav-container .header-main .region-header .contacts .contacts-messengers {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .nav-container .header-main .region-header .contacts .contacts-messengers {
    gap: 5px;
  }
}
div#page header#header .header-block .nav-container .header-main .region-header .contacts .contacts-messengers a {
  display: flex;
  align-items: center;
  justify-content: center;
}
div#page header#header .header-block .nav-container .header-main .region-header .contacts .contacts-messengers .whatsapp {
  width: 23px;
  height: 22px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .nav-container .header-main .region-header .contacts .contacts-messengers .whatsapp {
    width: 18px;
    height: 18px;
  }
}
div#page header#header .header-block .nav-container .header-main .region-header .contacts .contacts-messengers .telegram {
  width: 25px;
  height: 23px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .nav-container .header-main .region-header .contacts .contacts-messengers .telegram {
    width: 18px;
    height: 18px;
  }
}
div#page header#header .header-block .nav-container .header-main .region-header .contacts .contacts-messengers .max {
  width: 23px;
  height: 23px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .nav-container .header-main .region-header .contacts .contacts-messengers .max {
    width: 18px;
    height: 18px;
  }
}
div#page header#header .header-block .nav-container .header-main .search-container {
  position: relative;
  width: 26px;
}
div#page header#header .header-block .nav-container .header-main .search-container .region-search {
  width: 0;
  overflow: hidden;
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 5;
}
div#page header#header .header-block .nav-container .header-main .search-container .region-search form {
  position: relative;
}
div#page header#header .header-block .nav-container .header-main .search-container .region-search form .form-item {
  width: 100%;
}
div#page header#header .header-block .nav-container .header-main .search-container .region-search form .form-item input.form-control {
  width: 100%;
  border: 1px solid #5C764B;
  border-radius: 15px;
  background-color: #5C764B;
  color: #E7C7CA;
}
div#page header#header .header-block .nav-container .header-main .search-container .region-search form .form-item input.form-control::placeholder {
  color: #E7C7CA;
}
div#page header#header .header-block .nav-container .header-main .search-container .region-search form .form-item input.form-control:focus {
  outline: 2px solid rgba(92, 118, 75, 0.25);
  box-shadow: none;
}
div#page header#header .header-block .nav-container .header-main .search-container .region-search form .form-actions {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background-color: transparent;
}
div#page header#header .header-block .nav-container .header-main .search-container .region-search form .form-actions input {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  font-size: 0;
  box-shadow: none;
}
div#page header#header .header-block .nav-container .header-main .search-container .region-search form .form-actions::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('/sites/all/themes/vesta_theme/image/search-pink.svg') center center no-repeat;
  content: '';
}
div#page header#header .header-block .nav-container .header-main .search-container .region-search.active {
  width: 215px;
}
div#page header#header .header-block .nav-container .header-main .search-container button.search-button {
  position: relative;
  width: 26px;
  height: 26px;
  padding: 2px;
  border: none;
  outline: none;
  background-color: transparent;
  box-shadow: none;
  font-size: 0;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
div#page header#header .header-block .nav-container .header-main .search-container button.search-button:hover {
  transform: scale(1.02);
}
div#page header#header .header-block .nav-container .header-main .search-container button.search-button::before {
  position: absolute;
  background-image: url('/sites/all/themes/vesta_theme/image/search.svg');
  background-size: contain;
  background-repeat: no-repeat;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  background-position: center center;
  margin: auto;
  content: '';
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .nav-container .header-main .search-container button.search-button {
    width: 20px;
    height: 20px;
  }
}
div#page header#header .header-block .nav-container .header-main .search-container button.search-button.active::before {
  content: '+';
  background-image: none;
  font-size: 26px;
  transform: rotate(45deg);
  color: #5C764B;
}
div#page header#header .header-block .nav-container .region-navigation ul {
  display: flex;
  flex-wrap: wrap;
}
div#page header#header .header-block .nav-container .region-navigation ul li a {
  display: block;
  max-width: 300px;
  padding: 20px 5px;
  font-size: 18px;
}
div#page header#header .header-block .nav-container .region-navigation ul li a:hover,
div#page header#header .header-block .nav-container .region-navigation ul li a:active,
div#page header#header .header-block .nav-container .region-navigation ul li a:focus {
  color: #324D21;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page header#header .header-block .nav-container .region-navigation ul li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .nav-container .region-navigation ul li a {
    font-size: 12px;
  }
}
div#page header#header .header-block .nav-container .region-navigation ul li a.menuparent {
  padding-right: 15px;
}
div#page header#header .header-block .nav-container .region-navigation ul li a.menuparent .sf-sub-indicator {
  right: -3px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .nav-container .region-navigation ul li a.menuparent .sf-sub-indicator {
    right: 1px;
  }
}
div#page header#header .header-block .nav-container .region-navigation ul li a.menuparent .sf-sub-indicator:after {
  content: '';
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background: url('/sites/all/themes/vesta_theme/image/dropdown.svg') center center no-repeat;
}
div#page header#header .header-block .nav-container .region-navigation ul li > ul {
  top: 100%;
  background-color: #E7C7CA;
  border-radius: 10px;
}
div#page header#header .header-block .nav-container .region-navigation ul li > ul li a {
  padding: 10px;
  font-size: 16px;
}
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: #E7C7CA;
    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;
    gap: 8px;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-kontaktyshapka {
    width: 60%;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-kontaktyshapka .contacts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-kontaktyshapka .contacts .contacts-item {
    display: flex;
    align-items: center;
    font-size: 16px;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-kontaktyshapka .contacts .contacts-item:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-kontaktyshapka .contacts .contacts-item.tel:before {
    background: url('/sites/all/themes/vesta_theme/image/phone.svg') center center no-repeat;
    background-size: contain;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-kontaktyshapka .contacts .contacts-address {
    display: none;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-kontaktyshapka .contacts .contacts-work-hours {
    display: none;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-kontaktyshapka .contacts .contacts-phone {
    margin-right: 10px;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-kontaktyshapka .contacts .contacts-messengers {
    display: flex;
    gap: 5px;
    align-items: center;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-kontaktyshapka .contacts .contacts-messengers a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-kontaktyshapka .contacts .contacts-messengers .whatsapp {
    width: 23px;
    height: 22px;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-kontaktyshapka .contacts .contacts-messengers .telegram {
    width: 25px;
    height: 23px;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-logo-2 {
    width: 75px;
  }
}
@media screen and (max-width: 425px) {
  div#page header#header .header-mobile-block .contacts .contacts-item {
    font-size: 12px !important;
  }
  div#page header#header .header-mobile-block .contacts .contacts-messengers a {
    width: 18px !important;
    height: 18px !important;
  }
  div#page header#header .header-mobile-block #block-vesta-theme-logo-2 {
    width: 50px !important;
  }
}
div#page div#intro-block .block-content--type-intro {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#intro-block .block-content--type-intro {
    grid-template-columns: none;
  }
}
@media screen and (max-width: 768px) {
  div#page div#intro-block .block-content--type-intro {
    grid-template-columns: none;
    gap: 20px;
  }
}
div#page div#intro-block .block-content--type-intro .blazy--field-image,
div#page div#intro-block .block-content--type-intro .photoswipe-gallery {
  border-radius: 45px;
  overflow: hidden;
}
@media screen and (max-width: 375px) {
  div#page div#intro-block .block-content--type-intro .blazy--field-image,
  div#page div#intro-block .block-content--type-intro .photoswipe-gallery {
    border-radius: 30px;
  }
}
div#page div#intro-block .block-content--type-intro .field--name-field-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background-color: #fff;
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page div#intro-block .block-content--type-intro .field--name-field-logo {
    width: 150px;
    height: 150px;
    padding: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#intro-block .block-content--type-intro .field--name-field-logo {
    width: 100px;
    height: 100px;
    top: 725px;
    padding: 7px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#intro-block .block-content--type-intro .field--name-field-logo {
    width: 100px;
    height: 100px;
    padding: 7px;
    top: 0;
    transform: translate(-50%, -70%);
  }
}
@media screen and (max-width: 375px) {
  div#page div#intro-block .block-content--type-intro .field--name-field-logo {
    width: 70px;
    height: 70px;
    padding: 5px;
  }
}
div#page div#intro-block .block-content--type-intro .intro_content {
  padding: 19px;
  border-radius: 45px;
  border: 1px solid #5C764B;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  div#page div#intro-block .block-content--type-intro .intro_content {
    padding: 15px;
  }
}
@media screen and (max-width: 375px) {
  div#page div#intro-block .block-content--type-intro .intro_content {
    padding: 10px;
    border-radius: 30px;
  }
}
div#page div#intro-block .block-content--type-intro .intro_content .field--name-field-podzagolovok {
  position: relative;
  width: 95px;
}
@media screen and (max-width: 375px) {
  div#page div#intro-block .block-content--type-intro .intro_content .field--name-field-podzagolovok {
    display: none;
  }
}
div#page div#intro-block .block-content--type-intro .intro_content .field--name-field-podzagolovok p {
  transform: rotate(-22deg) translate(21px, 21px);
}
div#page div#intro-block .block-content--type-intro .intro_content .field--name-field-podzagolovok::after {
  position: absolute;
  bottom: -30px;
  left: 112%;
  width: 182px;
  height: 33px;
  background: url('/sites/all/themes/vesta_theme/image/arrow-curly.svg') center center no-repeat;
  content: '';
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page div#intro-block .block-content--type-intro .intro_content .field--name-field-podzagolovok::after {
    left: 35%;
    transform: scale(0.6);
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#intro-block .block-content--type-intro .intro_content .field--name-field-podzagolovok::after {
    left: 90%;
    transform: scale(0.7);
  }
}
@media screen and (max-width: 768px) {
  div#page div#intro-block .block-content--type-intro .intro_content .field--name-field-podzagolovok::after {
    display: none;
  }
}
div#page div#intro-block .block-content--type-intro .intro_content .field--name-dynamic-block-fieldblock-content-intro-advantages {
  margin-bottom: -150px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page div#intro-block .block-content--type-intro .intro_content .field--name-dynamic-block-fieldblock-content-intro-advantages {
    margin-bottom: -115px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#intro-block .block-content--type-intro .intro_content .field--name-dynamic-block-fieldblock-content-intro-advantages {
    margin-bottom: -200px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#intro-block .block-content--type-intro .intro_content .field--name-dynamic-block-fieldblock-content-intro-advantages {
    margin-bottom: -150px;
  }
}
@media screen and (max-width: 375px) {
  div#page div#intro-block .block-content--type-intro .intro_content .field--name-dynamic-block-fieldblock-content-intro-advantages {
    margin-bottom: 20px;
  }
}
div#page div#intro-block .block-content--type-intro .intro_content .field--name-dynamic-block-fieldblock-content-intro-advantages .view-content {
  display: grid;
}
@media screen and (max-width: 375px) {
  div#page div#intro-block .block-content--type-intro .intro_content .field--name-dynamic-block-fieldblock-content-intro-advantages .view-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
div#page div#intro-block .block-content--type-intro .intro_content .field--name-dynamic-block-fieldblock-content-intro-advantages .view-content .views-row {
  width: 183px;
  padding: 10px;
  border-radius: 15px;
  background-color: #fff;
  color: #5C764B;
}
@media screen and (max-width: 375px) {
  div#page div#intro-block .block-content--type-intro .intro_content .field--name-dynamic-block-fieldblock-content-intro-advantages .view-content .views-row {
    width: auto;
    padding: 7px;
  }
}
div#page div#intro-block .block-content--type-intro .intro_content .field--name-dynamic-block-fieldblock-content-intro-advantages .view-content .views-row .field--name-field-image {
  margin-bottom: 10px;
  border-radius: 15px;
  overflow: hidden;
}
div#page div#intro-block .block-content--type-intro .intro_content .field--name-dynamic-block-fieldblock-content-intro-advantages .view-content .views-row .field--name-body {
  font-size: 14px;
}
@media screen and (max-width: 375px) {
  div#page div#intro-block .block-content--type-intro .intro_content .field--name-dynamic-block-fieldblock-content-intro-advantages .view-content .views-row .field--name-body {
    font-size: 11px;
    line-height: 1.2;
  }
}
div#page div#intro-block .block-content--type-intro .intro_content .field--name-dynamic-block-fieldblock-content-intro-advantages .view-content .views-row:first-child {
  z-index: 1;
  justify-self: end;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.17);
  transform: rotate(15deg) translate(-58px, -35px);
}
@media screen and (max-width: 768px) {
  div#page div#intro-block .block-content--type-intro .intro_content .field--name-dynamic-block-fieldblock-content-intro-advantages .view-content .views-row:first-child {
    transform: rotate(15deg) translate(-25px, -47px);
  }
}
@media screen and (max-width: 375px) {
  div#page div#intro-block .block-content--type-intro .intro_content .field--name-dynamic-block-fieldblock-content-intro-advantages .view-content .views-row:first-child {
    transform: none;
  }
}
div#page div#intro-block .block-content--type-intro .intro_content .field--name-dynamic-block-fieldblock-content-intro-advantages .view-content .views-row:nth-child(2) {
  box-shadow: -3px 6px 0 0 #5C764B, 4px 10px 4px 0 rgba(0, 0, 0, 0.17);
  transform: rotate(-20deg) translate(175px, -80px);
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page div#intro-block .block-content--type-intro .intro_content .field--name-dynamic-block-fieldblock-content-intro-advantages .view-content .views-row:nth-child(2) {
    transform: rotate(-20deg) translate(110px, -80px);
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#intro-block .block-content--type-intro .intro_content .field--name-dynamic-block-fieldblock-content-intro-advantages .view-content .views-row:nth-child(2) {
    transform: rotate(-20deg) translate(263px, -118px);
  }
}
@media screen and (max-width: 768px) {
  div#page div#intro-block .block-content--type-intro .intro_content .field--name-dynamic-block-fieldblock-content-intro-advantages .view-content .views-row:nth-child(2) {
    transform: rotate(-20deg) translate(62px, -122px);
  }
}
@media screen and (max-width: 375px) {
  div#page div#intro-block .block-content--type-intro .intro_content .field--name-dynamic-block-fieldblock-content-intro-advantages .view-content .views-row:nth-child(2) {
    transform: none;
  }
}
div#page div#intro-block .block-content--type-intro .intro_content .field--name-dynamic-token-fieldblock-content-go-to-catalog {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  div#page div#intro-block .block-content--type-intro .intro_content .field--name-dynamic-token-fieldblock-content-go-to-catalog {
    margin-bottom: 15px;
  }
}
div#page div#intro-block .block-content--type-intro .intro_content .field--name-dynamic-token-fieldblock-content-go-to-catalog a.btn.btn-primary {
  margin-left: auto;
  margin-right: 0;
}
div#page div#intro-block .block-content--type-intro .intro_content .field--name-body {
  text-align: center;
  line-height: 1.3;
}
div#page div#block-vesta-theme-zagolovoknaglavnoystranice h1 {
  margin-bottom: 16px;
}
div#page div#block-vesta-theme-zagolovoknaglavnoystranice p {
  font-size: 41px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page div#block-vesta-theme-zagolovoknaglavnoystranice p {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#block-vesta-theme-zagolovoknaglavnoystranice p {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#block-vesta-theme-zagolovoknaglavnoystranice p {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  div#page div#block-vesta-theme-zagolovoknaglavnoystranice p {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  div#page div#block-vesta-theme-zagolovoknaglavnoystranice p {
    font-size: 16px;
  }
}
div#page main.main {
  position: relative;
  margin-bottom: 0;
  z-index: 10;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.38);
}
div#page main.main::before {
  position: absolute;
  top: 22%;
  left: 0;
  width: 346px;
  height: 375px;
  background: url('/sites/all/themes/vesta_theme/image/rose.svg') center center no-repeat;
  content: '';
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page main.main::before {
    left: -120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page main.main::before {
    left: -120px;
  }
}
@media screen and (max-width: 768px) {
  div#page main.main::before {
    left: -120px;
  }
}
@media screen and (max-width: 576px) {
  div#page main.main::before {
    display: none;
  }
}
div#page main.main::after {
  position: absolute;
  top: 6%;
  right: -200px;
  width: 375px;
  height: 650px;
  background: url("/sites/all/themes/vesta_theme/image/5542059-Photoroom 2.png") center center no-repeat;
  content: '';
}
@media screen and (min-width: 1360px) {
  div#page main.main::after {
    right: -5px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page main.main::after {
    right: -200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page main.main::after {
    right: -200px;
  }
}
@media screen and (max-width: 768px) {
  div#page main.main::after {
    right: -200px;
  }
}
@media screen and (max-width: 576px) {
  div#page main.main::after {
    display: none;
  }
}
div#page main.main .block-views-blockabout-block-1 {
  margin-bottom: 72px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  div#page main.main .block-views-blockabout-block-1 {
    margin-bottom: 45px;
    padding-top: 35px;
  }
}
div#page main.main .block-views-blockabout-block-1 .view-about .node--type-about {
  display: grid;
  grid-template-columns: 0.75fr 2fr;
  gap: 20px 60px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page main.main .block-views-blockabout-block-1 .view-about .node--type-about {
    gap: 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  div#page main.main .block-views-blockabout-block-1 .view-about .node--type-about {
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  div#page main.main .block-views-blockabout-block-1 .view-about .node--type-about {
    grid-template-columns: unset;
  }
}
div#page main.main .block-views-blockabout-block-1 .view-about .node--type-about::after {
  display: none;
}
div#page main.main .block-views-blockabout-block-1 .view-about .node--type-about .blazy--field-image {
  border-radius: 30px;
  overflow: hidden;
}
div#page main.main .block-views-blockabout-block-1 .view-about .node--type-about .blazy--field-image .field__item .media--blazy.media--image img {
  border-radius: 30px;
  object-fit: contain;
}
@media screen and (max-width: 576px) {
  div#page main.main .block-views-blockabout-block-1 .view-about .node--type-about .about_content {
    grid-row: 1 / 2;
  }
}
div#page main.main .block-views-blockabout-block-1 .view-about .node--type-about .about_content .field--name-node-title h2 {
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  div#page main.main .block-views-blockabout-block-1 .view-about .node--type-about .about_content .field--name-node-title h2 {
    margin-bottom: 30px;
  }
}
div#page main.main .block-views-blockabout-block-1 .view-about .node--type-about .about_content .field--name-body {
  font-size: 20px;
  line-height: 1.35;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page main.main .block-views-blockabout-block-1 .view-about .node--type-about .about_content .field--name-body {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page main.main .block-views-blockabout-block-1 .view-about .node--type-about .about_content .field--name-body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  div#page main.main .block-views-blockabout-block-1 .view-about .node--type-about .about_content .field--name-body {
    font-size: 15px;
  }
}
@media screen and (max-width: 375px) {
  div#page main.main .block-views-blockabout-block-1 .view-about .node--type-about .about_content .field--name-body {
    font-size: 14px;
  }
}
div#page main.main .block-views-blockadvantages-block-1 {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  div#page main.main .block-views-blockadvantages-block-1 {
    margin-bottom: 55px;
  }
}
div#page main.main .block-views-blockadvantages-block-1 .block-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  div#page main.main .block-views-blockadvantages-block-1 .block-title {
    margin-bottom: 40px;
  }
}
div#page main.main .view-advantages .view-content {
  display: grid;
  grid-template-columns: repeat(3, 297px);
  gap: 15px 110px;
  justify-content: center;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page main.main .view-advantages .view-content {
    grid-template-columns: repeat(3, 239px);
    gap: 15px 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page main.main .view-advantages .view-content {
    grid-template-columns: repeat(3, 170px);
    gap: 15px 80px;
  }
}
@media screen and (max-width: 768px) {
  div#page main.main .view-advantages .view-content {
    grid-template-columns: repeat(3, 128px);
    gap: 15px 51px;
  }
}
@media screen and (max-width: 576px) {
  div#page main.main .view-advantages .view-content {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
@media screen and (max-width: 375px) {
  div#page main.main .view-advantages .view-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
div#page main.main .view-advantages .view-content .views-row {
  padding: 20px;
  border-radius: 25px;
  background-color: #5C764B;
  color: #fff;
  transform: rotate(14deg);
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page main.main .view-advantages .view-content .views-row {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  div#page main.main .view-advantages .view-content .views-row {
    padding: 10px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 576px) {
  div#page main.main .view-advantages .view-content .views-row {
    transform: none;
  }
}
div#page main.main .view-advantages .view-content .views-row .blazy--field-image {
  margin-bottom: 15px;
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  div#page main.main .view-advantages .view-content .views-row .blazy--field-image {
    margin-bottom: 10px;
    border-radius: 20px;
  }
}
div#page main.main .view-advantages .view-content .views-row .field--name-body {
  font-size: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page main.main .view-advantages .view-content .views-row .field--name-body {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page main.main .view-advantages .view-content .views-row .field--name-body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  div#page main.main .view-advantages .view-content .views-row .field--name-body {
    font-size: 12px;
    line-height: 1.2;
    hyphens: auto;
  }
}
div#page main.main .view-advantages .view-content .views-row:nth-child(2) {
  transform: rotate(-14deg);
}
@media screen and (max-width: 576px) {
  div#page main.main .view-advantages .view-content .views-row:nth-child(2) {
    transform: none;
  }
}
div#page main.main div#block-vesta-theme-katalogzagolovok {
  margin-bottom: 37px;
}
@media screen and (max-width: 768px) {
  div#page main.main div#block-vesta-theme-katalogzagolovok {
    margin-bottom: 25px;
  }
}
div#page main.main div#block-vesta-theme-katalogzagolovok h2 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
div#page main.main div#block-vesta-theme-katalogzagolovok p {
  width: 60%;
  margin: auto;
  line-height: 1.2;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  div#page main.main div#block-vesta-theme-katalogzagolovok p {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  div#page main.main div#block-vesta-theme-katalogzagolovok p {
    font-size: 14px;
  }
}
div#page main.main form.search-api-page-block-form-search {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 60px;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  div#page main.main form.search-api-page-block-form-search {
    margin-bottom: 35px;
    gap: 15px;
  }
}
div#page main.main form.search-api-page-block-form-search .form-item input.form-control {
  width: 30%;
  min-width: 250px;
}
div#page .view-tovary .view-content {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px 36px;
}
@media screen and (max-width: 768px) {
  div#page .view-tovary .view-content {
    margin-bottom: 15px;
    gap: 8px 12px;
  }
}
@media screen and (max-width: 576px) {
  div#page .view-tovary .view-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 425px) {
  div#page .view-tovary .view-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}
div#page .view-tovary .view-content .views-row {
  padding: 9px;
  border-radius: 45px;
}
@media screen and (max-width: 768px) {
  div#page .view-tovary .view-content .views-row {
    padding: 4px;
  }
}
div#page .view-tovary .view-content .views-row .commerce-product--view-mode-teaser {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
div#page .view-tovary .view-content .views-row .commerce-product--view-mode-teaser .product_teaser_content {
  width: 100%;
  align-self: flex-start;
}
div#page .view-tovary .view-content .views-row .commerce-product--view-mode-teaser .product_teaser_content .field--name-field-image-product-view {
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  div#page .view-tovary .view-content .views-row .commerce-product--view-mode-teaser .product_teaser_content .field--name-field-image-product-view {
    margin-bottom: 10px;
  }
}
div#page .view-tovary .view-content .views-row .commerce-product--view-mode-teaser .product_teaser_content .field--name-field-image-product-view a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 45px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .view-tovary .view-content .views-row .commerce-product--view-mode-teaser .product_teaser_content .field--name-field-image-product-view a {
    border-radius: 25px;
  }
}
@media screen and (max-width: 768px) {
  div#page .view-tovary .view-content .views-row .commerce-product--view-mode-teaser .product_teaser_content .field--name-field-image-product-view a {
    border-radius: 25px;
  }
}
div#page .view-tovary .view-content .views-row .commerce-product--view-mode-teaser .product_teaser_content .field--name-field-image-product-view a img {
  height: 100%;
}
div#page .view-tovary .view-content .views-row .commerce-product--view-mode-teaser .product_teaser_content .field--name-title {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page .view-tovary .view-content .views-row .commerce-product--view-mode-teaser .product_teaser_content .field--name-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .view-tovary .view-content .views-row .commerce-product--view-mode-teaser .product_teaser_content .field--name-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  div#page .view-tovary .view-content .views-row .commerce-product--view-mode-teaser .product_teaser_content .field--name-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  div#page .view-tovary .view-content .views-row .commerce-product--view-mode-teaser .product_teaser_content .field--name-title {
    font-size: 14px;
  }
}
div#page .view-tovary .view-content .views-row .commerce-product--view-mode-teaser .field--name-variations {
  width: 100%;
  align-self: flex-end;
}
div#page .view-tovary .view-content .views-row .commerce-product--view-mode-teaser .field--name-variations .field--name-price {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 768px) {
  div#page .view-tovary .view-content .views-row .commerce-product--view-mode-teaser .field--name-variations .field--name-price {
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  div#page .view-tovary .view-content .views-row .commerce-product--view-mode-teaser .field--name-variations .field--name-price {
    font-size: 14px;
  }
}
div#page .commerce-product--view-mode-full .group-left {
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  div#page .commerce-product--view-mode-full .group-left {
    padding-right: 0;
  }
}
div#page .commerce-product--view-mode-full .group-left .field--name-field-image-product-view a {
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  div#page .commerce-product--view-mode-full .group-left .field--name-field-image-product-view a {
    border-radius: 20px;
  }
}
div#page .commerce-product--view-mode-full .group-left .field--name-field-image-product-view a img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 20px;
  object-fit: contain;
}
div#page .commerce-product--view-mode-full .group-right {
  height: 100%;
  padding-left: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  div#page .commerce-product--view-mode-full .group-right {
    padding-left: 0;
  }
}
div#page .commerce-product--view-mode-full .group-right .field--name-price {
  width: 100%;
  align-self: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  div#page .commerce-product--view-mode-full .group-right .field--name-price {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
div#page .commerce-product--view-mode-full .group-right .field--name-body {
  width: 100%;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  div#page .commerce-product--view-mode-full .group-right .field--name-body {
    font-size: 16px;
  }
}
div#page #block-vesta-theme-ssylkanastranicukompoziciiibukety {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  div#page #block-vesta-theme-ssylkanastranicukompoziciiibukety {
    margin-bottom: 35px;
  }
}
div#page div#popular-block {
  position: relative;
  margin-bottom: 0;
  padding: 58px 0 79px;
  background-color: #5C764B;
  color: #fff;
}
@media screen and (max-width: 768px) {
  div#page div#popular-block {
    padding: 30px 0 40px;
  }
}
div#page div#popular-block::before {
  position: absolute;
  bottom: 100%;
  left: -200px;
  width: 375px;
  height: 650px;
  background: url("/sites/all/themes/vesta_theme/image/5542059-Photoroom 2.png") center center no-repeat;
  transform: rotateY(180deg);
  content: '';
}
@media screen and (min-width: 1360px) {
  div#page div#popular-block::before {
    left: -25px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page div#popular-block::before {
    left: -200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#popular-block::before {
    left: -200px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#popular-block::before {
    left: -200px;
  }
}
@media screen and (max-width: 576px) {
  div#page div#popular-block::before {
    display: none;
  }
}
div#page div#popular-block::after {
  position: absolute;
  bottom: 200%;
  right: 0;
  width: 360px;
  height: 360px;
  background: url("/sites/all/themes/vesta_theme/image/saffron_4wjp93w18o3i 1.svg") center center no-repeat;
  content: '';
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page div#popular-block::after {
    right: -120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#popular-block::after {
    right: -120px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#popular-block::after {
    right: -120px;
  }
}
@media screen and (max-width: 576px) {
  div#page div#popular-block::after {
    display: none;
  }
}
div#page div#popular-block .block-title {
  margin-bottom: 40px;
  font-size: 36px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page div#popular-block .block-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#popular-block .block-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#popular-block .block-title {
    margin-bottom: 25px;
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  div#page div#popular-block .block-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  div#page div#popular-block .block-title {
    font-size: 18px;
  }
}
div#page .view-tovary.view-display-id-block_popular .view-content .views-row {
  border-radius: 70px;
}
div#page .view-tovary.view-display-id-block_popular .view-content .views-row .commerce-product--view-mode-teaser .product_teaser_content .field--name-field-image-product-view {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  div#page .view-tovary.view-display-id-block_popular .view-content .views-row .commerce-product--view-mode-teaser .product_teaser_content .field--name-field-image-product-view {
    margin-bottom: 15px;
  }
}
div#page .view-tovary.view-display-id-block_popular .view-content .views-row .commerce-product--view-mode-teaser .product_teaser_content .field--name-field-image-product-view a {
  border-radius: 70px;
  overflow: hidden;
  outline: 11px solid #fff;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .view-tovary.view-display-id-block_popular .view-content .views-row .commerce-product--view-mode-teaser .product_teaser_content .field--name-field-image-product-view a {
    border-radius: 50px;
  }
}
@media screen and (max-width: 768px) {
  div#page .view-tovary.view-display-id-block_popular .view-content .views-row .commerce-product--view-mode-teaser .product_teaser_content .field--name-field-image-product-view a {
    border-radius: 50%;
    outline: 8px solid #fff;
  }
}
@media screen and (max-width: 375px) {
  div#page .view-tovary.view-display-id-block_popular .view-content .views-row .commerce-product--view-mode-teaser .product_teaser_content .field--name-field-image-product-view a {
    outline: 3px solid #fff;
  }
}
div#page .view-tovary.view-display-id-block_popular .view-content .views-row .commerce-product--view-mode-teaser .product_teaser_content .field--name-title a {
  color: #fff;
}
div#page .view-tovary.view-display-id-block_popular .view-content .views-row .commerce-product--view-mode-teaser .product_teaser_content .field--name-title a:hover,
div#page .view-tovary.view-display-id-block_popular .view-content .views-row .commerce-product--view-mode-teaser .product_teaser_content .field--name-title a:active,
div#page .view-tovary.view-display-id-block_popular .view-content .views-row .commerce-product--view-mode-teaser .product_teaser_content .field--name-title a:focus {
  color: #E7C7CA;
}
div#page #block-vesta-theme-ssylkanastranicubuketydnya .more-link a {
  border-color: #E7C7CA;
  background-color: #E7C7CA;
  color: #5C764B;
}
div#page #block-vesta-theme-ssylkanastranicubuketydnya .more-link a:hover,
div#page #block-vesta-theme-ssylkanastranicubuketydnya .more-link a:active,
div#page #block-vesta-theme-ssylkanastranicubuketydnya .more-link a:focus {
  border-color: #E7C7CA !important;
  background-color: #5C764B !important;
  color: #fff !important;
}
div#page div#works-block {
  position: relative;
  margin-bottom: 0;
  padding: 38px 0 42px;
  z-index: 1;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.38);
}
div#page div#works-block::before {
  position: absolute;
  bottom: 0;
  left: -200px;
  width: 375px;
  height: 650px;
  background: url("/sites/all/themes/vesta_theme/image/5542059-Photoroom 2.png") center center no-repeat;
  transform: rotateY(180deg);
  content: '';
}
@media screen and (min-width: 1360px) {
  div#page div#works-block::before {
    left: -25px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page div#works-block::before {
    left: -200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#works-block::before {
    left: -200px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#works-block::before {
    left: -200px;
  }
}
@media screen and (max-width: 576px) {
  div#page div#works-block::before {
    display: none;
  }
}
div#page div#works-block::after {
  position: absolute;
  bottom: 0;
  right: -200px;
  width: 375px;
  height: 650px;
  background: url("/sites/all/themes/vesta_theme/image/5542059-Photoroom 2.png") center center no-repeat;
  content: '';
}
@media screen and (min-width: 1360px) {
  div#page div#works-block::after {
    right: -25px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page div#works-block::after {
    right: -200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#works-block::after {
    right: -200px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#works-block::after {
    right: -200px;
  }
}
@media screen and (max-width: 576px) {
  div#page div#works-block::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  div#page div#works-block {
    padding: 20px 0 30px;
  }
}
div#page div#works-block .block-title {
  margin-bottom: 30px;
  font-size: 36px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page div#works-block .block-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#works-block .block-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#works-block .block-title {
    margin-bottom: 25px;
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  div#page div#works-block .block-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  div#page div#works-block .block-title {
    font-size: 18px;
  }
}
div#page .view-fotogalereya .view-content {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 43px;
}
@media screen and (max-width: 768px) {
  div#page .view-fotogalereya .view-content {
    gap: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  div#page .view-fotogalereya .view-content {
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 425px) {
  div#page .view-fotogalereya .view-content {
    gap: 5px;
    grid-template-columns: repeat(2, 1fr);
  }
}
div#page .view-fotogalereya .view-content .views-row {
  padding: 15px;
  border-radius: 25px;
  background-color: #5C764B;
  color: #fff;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.17);
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .view-fotogalereya .view-content .views-row {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  div#page .view-fotogalereya .view-content .views-row {
    padding: 7px;
  }
}
div#page .view-fotogalereya .view-content .views-row .node--type-photogallery {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
div#page .view-fotogalereya .view-content .views-row .node--type-photogallery .blazy--field-gallery {
  width: 100%;
  margin-bottom: 3px;
  align-self: flex-start;
}
div#page .view-fotogalereya .view-content .views-row .node--type-photogallery .blazy--field-gallery .field__item {
  border-radius: 25px;
  overflow: hidden;
}
div#page .view-fotogalereya .view-content .views-row .field--name-node-title {
  margin-left: auto;
  margin-right: auto;
}
div#page .view-fotogalereya .view-content .views-row .field--name-node-title a {
  font-size: 19px;
  color: #fff;
  line-height: normal;
  text-align: center;
}
div#page .view-fotogalereya .view-content .views-row .field--name-node-title a:hover,
div#page .view-fotogalereya .view-content .views-row .field--name-node-title a:active,
div#page .view-fotogalereya .view-content .views-row .field--name-node-title a:focus {
  color: #E7C7CA;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page .view-fotogalereya .view-content .views-row .field--name-node-title a {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .view-fotogalereya .view-content .views-row .field--name-node-title a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  div#page .view-fotogalereya .view-content .views-row .field--name-node-title a {
    font-size: 15px;
  }
}
@media screen and (max-width: 375px) {
  div#page .view-fotogalereya .view-content .views-row .field--name-node-title a {
    font-size: 14px;
  }
}
div#page .block-views-blockgallery-page-block-1 .view-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  div#page .block-views-blockgallery-page-block-1 .view-content {
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  div#page .block-views-blockgallery-page-block-1 .view-content {
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 375px) {
  div#page .block-views-blockgallery-page-block-1 .view-content {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
div#page .block-views-blockgallery-page-block-1 .view-content .views-row {
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  div#page .block-views-blockgallery-page-block-1 .view-content .views-row {
    border-radius: 20px;
  }
}
div#page div#form-block {
  margin-bottom: 0;
  padding: 73px 0;
  background-color: #5C764B;
}
@media screen and (max-width: 768px) {
  div#page div#form-block {
    padding: 50px 0 40px;
  }
}
div#page div#form-block .region-form {
  position: relative;
  padding: 35px 75px 25px;
  border-radius: 57px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  background-color: #E7C7CA;
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.25);
}
div#page div#form-block .region-form::before {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%) rotate(-114deg);
  width: 190px;
  height: 206px;
  background: url('/sites/all/themes/vesta_theme/image/rose.svg') center center no-repeat;
  background-size: contain;
  content: '';
}
@media screen and (max-width: 768px) {
  div#page div#form-block .region-form::before {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#form-block .region-form {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#form-block .region-form {
    padding: 25px;
    display: block;
  }
}
@media screen and (max-width: 375px) {
  div#page div#form-block .region-form {
    border-radius: 30px;
  }
}
div#page div#form-block .region-form #block-vesta-theme-kontakty-2 {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  div#page div#form-block .region-form #block-vesta-theme-kontakty-2 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
div#page div#form-block .region-form #block-vesta-theme-kontakty-2 h2 {
  margin-bottom: 20px;
  font-size: 32px;
  text-align: left;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page div#form-block .region-form #block-vesta-theme-kontakty-2 h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#form-block .region-form #block-vesta-theme-kontakty-2 h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#form-block .region-form #block-vesta-theme-kontakty-2 h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  div#page div#form-block .region-form #block-vesta-theme-kontakty-2 h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  div#page div#form-block .region-form #block-vesta-theme-kontakty-2 h2 {
    font-size: 18px;
  }
}
div#page div#form-block .region-form #block-vesta-theme-kontakty-2 .subtitle {
  margin-bottom: 12px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  div#page div#form-block .region-form #block-vesta-theme-kontakty-2 .subtitle {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  div#page div#form-block .region-form #block-vesta-theme-kontakty-2 .subtitle {
    font-size: 14px;
  }
}
div#page div#form-block .region-form #block-vesta-theme-kontakty-2 .contacts .contacts-title {
  margin-bottom: 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  div#page div#form-block .region-form #block-vesta-theme-kontakty-2 .contacts .contacts-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  div#page div#form-block .region-form #block-vesta-theme-kontakty-2 .contacts .contacts-title {
    font-size: 14px;
  }
}
div#page div#form-block .region-form #block-vesta-theme-kontakty-2 .contacts .contactas-item {
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  div#page div#form-block .region-form #block-vesta-theme-kontakty-2 .contacts .contactas-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  div#page div#form-block .region-form #block-vesta-theme-kontakty-2 .contacts .contactas-item {
    font-size: 14px;
  }
}
div#page div#form-block .region-form #block-vesta-theme-kontakty-2 .contacts .contacts-address {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  div#page div#form-block .region-form #block-vesta-theme-kontakty-2 .contacts .contacts-address {
    margin-bottom: 10px;
  }
}
div#page div#form-block .region-form #block-vesta-theme-kontakty-2 .contacts .contacts-group-container {
  display: flex;
  gap: 24px;
}
div#page div#form-block .region-form #block-vesta-theme-kontakty-2 .contacts .contacts-phone {
  width: 156px;
}
div#page div#form-block .region-form #block-vesta-theme-kontakty-2 .contacts .contacts-messengers {
  width: 127px;
}
div#page div#form-block .region-form #block-vesta-theme-kontakty-2 .contacts .contacts-messengers a {
  display: inline-block;
  width: 22px;
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  div#page div#form-block .region-form #block-vesta-theme-vebforma {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 375px) {
  div#page div#form-block .region-form #block-vesta-theme-vebforma {
    width: 100%;
    margin: auto;
  }
}
div#page form {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
div#page form .form-item {
  margin: 0;
}
div#page form .form-item input {
  height: 53px;
  border-radius: 15px;
  background-color: rgba(92, 118, 75, 0.58);
  border-color: rgba(92, 118, 75, 0.58);
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  div#page form .form-item input {
    font-size: 14px;
  }
}
div#page form .form-item input::placeholder {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  div#page form .form-item input::placeholder {
    font-size: 14px;
  }
}
div#page form .form-item input:focus {
  box-shadow: 0 0 2px 2px rgba(92, 118, 75, 0.58);
}
div#page form .form-item input:hover {
  background-color: rgba(92, 118, 75, 0.4);
}
div#page form .form-item input.error {
  outline: 2px solid red;
}
div#page form .form-item.form-item-privacy {
  display: flex;
  align-items: center;
}
div#page form .form-item.form-item-privacy input[type=checkbox] {
  margin-right: 8px;
  appearance: none;
  position: relative;
  width: 11px;
  height: 11px;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #5C764B;
}
div#page 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: url('/sites/all/themes/vesta_theme/image/check (2).svg') center center no-repeat;
}
div#page form .form-item.form-item-privacy input[type=checkbox]:checked::after {
  width: 11px;
  height: 11px;
}
div#page form .form-item.form-item-privacy .description {
  width: 334px;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  div#page form .form-item.form-item-privacy .description {
    font-size: 12px;
  }
}
div#page form .form-actions {
  margin: 0;
}
div#page form .form-actions input {
  width: 100%;
  max-width: 352px;
}
div#page form strong.error {
  display: none !important;
}
div#page footer#footer {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 30px 0 10px;
  background-color: #E7C7CA;
  color: #5C764B;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.38);
}
div#page footer#footer .region.region-footer {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  display: grid;
  gap: 15px 105px;
  grid-template-columns: 235px 188px 208px 232px;
}
@media screen and (min-width: 1360px) {
  div#page footer#footer .region.region-footer {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page footer#footer .region.region-footer {
    gap: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page footer#footer .region.region-footer {
    gap: 25px;
    grid-template-columns: 235px 188px 208px;
  }
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer {
    gap: 25px;
    grid-template-columns: 140px 165px 180px;
  }
}
@media screen and (max-width: 576px) {
  div#page footer#footer .region.region-footer {
    grid-template-columns: 140px 165px;
  }
}
@media screen and (max-width: 375px) {
  div#page footer#footer .region.region-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-logo-3 {
  width: 102px;
}
@media screen and (max-width: 375px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-logo-3 {
    width: 80px;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 {
  width: auto;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li a {
  padding: 4px 0;
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li a {
    font-size: 14px;
  }
}
div#page footer#footer .region.region-footer .contacts-title {
  margin-bottom: 6px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer .contacts-title {
    font-size: 14px;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-telefon a {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-telefon a {
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-telefon a {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-aders {
    width: 160px;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-aders .address {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-aders .address {
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-aders .address {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt {
    grid-row: 3;
  }
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt {
    grid-row: 3;
  }
}
@media screen and (max-width: 576px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt {
    grid-row: 4;
  }
}
@media screen and (max-width: 375px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt {
    order: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-politikakonfidencialnosti {
    grid-row: 3;
  }
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-politikakonfidencialnosti {
    grid-row: 3;
  }
}
@media screen and (max-width: 576px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-politikakonfidencialnosti {
    grid-row: 4;
  }
}
@media screen and (max-width: 375px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-politikakonfidencialnosti {
    order: 2;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-messendzhery a {
  display: inline-block;
  width: 30px;
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-messendzhery a {
    width: 22px;
    height: 22px;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-messendzhery a:not(:last-child) {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-messendzhery a:not(:last-child) {
    margin-right: 7px;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-vremyaraboty .work-hours {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-vremyaraboty .work-hours {
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-vremyaraboty .work-hours {
    font-size: 14px;
  }
}
div#page footer#footer::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url("/sites/all/themes/vesta_theme/image/ЦВЕТЫ ОЛИВИЯ.svg") center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  div#page footer#footer::after {
    display: none;
  }
}
div#page .vesta {
  position: relative;
  z-index: 1;
  width: fit-content;
  max-width: 300px;
}
@media screen and (min-width: 1360px) {
  div#page .vesta {
    transform: translateY(-36px);
    margin-left: 7px;
  }
}
@media screen and (max-width: 768px) {
  div#page .vesta a {
    font-size: 14px;
  }
}
div#page .view-rassrochka .view-content .views-row .node--type-rassrochka .photoswipe-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  div#page .view-rassrochka .view-content .views-row .node--type-rassrochka .photoswipe-gallery {
    gap: 20px;
  }
}
@media screen and (max-width: 425px) {
  div#page .view-rassrochka .view-content .views-row .node--type-rassrochka .photoswipe-gallery {
    gap: 10px;
  }
}
div#page .view-rassrochka .view-content .views-row .node--type-rassrochka .photoswipe-gallery .field__item {
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  div#page .view-rassrochka .view-content .views-row .node--type-rassrochka .photoswipe-gallery .field__item {
    border-radius: 20px;
  }
}
div#page .view-rassrochka .view-content .views-row .node--type-rassrochka .photoswipe-gallery .field__item:first-child {
  grid-column: span 3;
}
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#page.not-front .header-wrapper {
  padding-bottom: 0;
}
div#page.not-front .header-wrapper::before,
div#page.not-front .header-wrapper::after {
  display: none;
}
@media screen and (max-width: 768px) {
  div#page.not-front .header-wrapper {
    padding-top: 0;
    height: 0;
  }
}
div#page.not-front main.main {
  padding-top: 30px;
  padding-bottom: 60px;
}
div#page.not-front main.main::before,
div#page.not-front main.main::after {
  display: none;
}
@media screen and (max-width: 768px) {
  div#page.not-front main.main {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 425px) {
  div#page.not-front main.main {
    padding-top: 40px;
  }
}
div#page.not-front main.main h1 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  div#page.not-front main.main h1 {
    margin-bottom: 20px;
  }
}
div#page.not-front.page-node--3 h2 {
  font-size: 38px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  div#page.not-front.page-node--3 h2 {
    font-size: 22px;
  }
}
div#page.not-front.page-node--817 {
  /* Рекомендации по уходу */
}
div#page.not-front.page-node--817 h2 {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  div#page.not-front.page-node--817 h2 {
    font-size: 18px;
  }
}
div#page.not-front.page-node--817 h3 {
  font-size: 28px;
  text-align: left;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  div#page.not-front.page-node--817 h3 {
    font-size: 18px;
  }
}
div#page.not-front.page-node--817 .field--name-field-care-recomendation .field__item {
  margin-bottom: 40px;
  padding: 40px;
  border-radius: 30px;
  border: 1px solid #E7C7CA;
  box-shadow: 0 10px 20px 0 rgba(92, 118, 75, 0.5);
}
@media screen and (max-width: 768px) {
  div#page.not-front.page-node--817 .field--name-field-care-recomendation .field__item {
    margin-bottom: 25px;
    padding: 25px;
    border-radius: 25px;
  }
}
div#block-vesta-theme-vestaprivacyaccessblock {
  background-color: #E7C7CA;
}
div#block-vesta-theme-vestaprivacyaccessblock .block-metrika-wrapper {
  padding: 12px 0;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  div#block-vesta-theme-vestaprivacyaccessblock .block-metrika-wrapper {
    padding: 8px 0;
    gap: 8px;
  }
}
div#block-vesta-theme-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-content p,
div#block-vesta-theme-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-content p a {
  font-size: 12px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  div#block-vesta-theme-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-content p,
  div#block-vesta-theme-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-content p a {
    font-size: 9px;
  }
}
div#block-vesta-theme-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-content p strong,
div#block-vesta-theme-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-content p a strong {
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  div#block-vesta-theme-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-content p strong,
  div#block-vesta-theme-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-content p a strong {
    font-size: 11px;
  }
}
div#block-vesta-theme-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-btns {
  flex-wrap: wrap;
}
div#block-vesta-theme-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-btns button {
  padding: 8px 16px;
  font-size: 11px;
  line-height: 1.2;
  height: unset;
}
@media screen and (max-width: 768px) {
  div#block-vesta-theme-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-btns button {
    padding: 6px 10px;
    font-size: 9px;
  }
}
