@font-face {
  font-family: "Nunito";
  src: url("/sites/all/themes/vesta_theme/fonts/Nunito-Light.woff2") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Nunito";
  src: url("/sites/all/themes/vesta_theme/fonts/Nunito-Regular.woff2") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Nunito";
  src: url("/sites/all/themes/vesta_theme/fonts/Nunito-SemiBold.woff2") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Nunito";
  src: url("/sites/all/themes/vesta_theme/fonts/Nunito-Bold.woff2") format("truetype");
  font-style: normal;
  font-weight: 700;
}
.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: #000000;
  font-family: Nunito, -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";
}
@media screen and (max-width: 767px) {
  html {
    font-size: 15px !important;
  }
}
body {
  line-height: inherit;
  background: #ffffff;
  color: inherit;
  font-family: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
.page > *:not(header, footer) .block-title {
  font-family: Nunito, -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: 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;
}
.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: #ffffff;
  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;
}
.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: #000000 !important;
  color: #fff !important;
}
.mm-listview li a:hover {
  background: #000000 !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,
.btn-primary {
  background-color: #ffc451;
  border-color: #ffc451;
  font-weight: 700;
  font-size: 15px;
  color: #000;
  padding: 15px 35px;
  border-radius: 150px;
}
@media (min-width: 768px) {
  .btn-default,
  .btn-primary {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .btn-default,
  .btn-primary {
    font-size: 20px;
  }
}
.btn-default:focus,
.btn-primary:focus,
.btn-default:hover,
.btn-primary:hover {
  color: #fff;
  background-color: #25b634;
  border-color: #25b634;
  text-decoration: none;
  box-shadow: none;
}
.block,
.view .node {
  position: relative;
}
#scrollToTop {
  width: 23px;
  height: 26px;
  background: none;
  text-indent: 0;
  font-size: 0;
  transition: transform 0.2s;
  border: 0px;
  outline: 0px;
  display: flex;
  bottom: 231px;
  cursor: pointer;
  position: fixed;
  right: 75px;
  z-index: 10;
  transition: 0.2s;
  background-image: url(/sites/all/themes/vesta_theme/image/a2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 1820px) {
  #scrollToTop {
    right: 326px;
  }
}
@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 {
  font-weight: 700;
  font-size: 30px;
  color: #000;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
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;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  div#page header#header {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  div#page header#header {
    margin-bottom: 47px;
  }
}
div#page header#header .header-block {
  padding: 0;
  background-image: url("/sites/all/themes/vesta_theme/image/header-fon.svg");
  background-repeat: repeat-x;
  background-size: cover;
  height: 145px;
}
@media (min-width: 768px) {
  div#page header#header .header-block {
    height: 120px;
  }
}
@media (min-width: 992px) {
  div#page header#header .header-block {
    height: 145px;
  }
}
@media (min-width: 1920px) {
  div#page header#header .header-block {
    background-size: contain;
  }
}
div#page header#header .header-block .header-inner {
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0 26px;
  gap: 9px;
}
@media (min-width: 768px) {
  div#page header#header .header-block .header-inner {
    padding: 25px 0 53px;
    grid-template-columns: auto auto auto auto auto;
  }
}
@media (min-width: 992px) {
  div#page header#header .header-block .header-inner {
    padding: 30px 0 53px;
  }
}
@media (min-width: 992px) {
  div#page header#header .header-block .header-inner div#block-vesta-theme-logo {
    margin-right: 26px;
  }
}
div#page header#header .header-block .header-inner div#block-vesta-theme-logo .field--name-body p a {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  transition: transform 0.3s;
  will-change: transform;
}
@media (min-width: 768px) {
  div#page header#header .header-block .header-inner div#block-vesta-theme-logo .field--name-body p a {
    max-width: 221px;
  }
}
@media (min-width: 992px) {
  div#page header#header .header-block .header-inner div#block-vesta-theme-logo .field--name-body p a {
    font-size: 30px;
  }
}
div#page header#header .header-block .header-inner div#block-vesta-theme-logo .field--name-body p a:hover {
  transform: scale(1.05);
  text-decoration: none;
}
div#page header#header .header-block .header-inner div#block-vesta-theme-logo .field--name-body p a span {
  color: #000;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  div#page header#header .header-block .header-inner div#block-vesta-theme-logo .field--name-body p a span {
    display: block;
  }
}
div#page header#header .header-block .header-inner .region-nav {
  display: none;
}
@media (min-width: 768px) {
  div#page header#header .header-block .header-inner .region-nav {
    display: block;
  }
}
@media (min-width: 1200px) {
  div#page header#header .header-block .header-inner .region-nav div#block-vesta-theme-osnovnayanavigaciya-2 {
    margin-right: 38px;
  }
}
div#page header#header .header-block .header-inner .region-nav div#block-vesta-theme-osnovnayanavigaciya-2 > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 992px) {
  div#page header#header .header-block .header-inner .region-nav div#block-vesta-theme-osnovnayanavigaciya-2 > ul {
    gap: 28px;
  }
}
div#page header#header .header-block .header-inner .region-nav div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a {
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}
@media (min-width: 992px) {
  div#page header#header .header-block .header-inner .region-nav div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a {
    font-size: 20px;
  }
}
div#page header#header .header-block .header-inner .region-nav div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a.menuparent .sf-sub-indicator {
  right: 0.2em;
}
div#page header#header .header-block .header-inner .region-nav div#block-vesta-theme-osnovnayanavigaciya-2 > ul li > ul {
  background-color: #b3b3b3;
}
div#page header#header .header-block .header-inner .region-nav div#block-vesta-theme-osnovnayanavigaciya-2 > ul::after {
  display: none;
}
div#page header#header .header-block .header-inner .region-contacts {
  grid-column: 1/3;
  grid-row: 2/3;
}
@media (min-width: 768px) {
  div#page header#header .header-block .header-inner .region-contacts {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media (min-width: 992px) {
  div#page header#header .header-block .header-inner .region-contacts {
    grid-column: 3/4;
  }
}
@media (min-width: 992px) {
  div#page header#header .header-block .header-inner .region-contacts div#block-vesta-theme-kontakty {
    margin-right: 20px;
  }
}
div#page header#header .header-block .header-inner .region-contacts div#block-vesta-theme-kontakty .field.field--name-body {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}
div#page header#header .header-block .header-inner .region-contacts div#block-vesta-theme-kontakty .field.field--name-body .tel {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin-bottom: 4px;
}
div#page header#header .header-block .header-inner .region-contacts div#block-vesta-theme-kontakty .field.field--name-body p a {
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #000;
}
div#page header#header .header-block .header-inner .region-contacts div#block-vesta-theme-kontakty .field.field--name-body p a:hover {
  text-decoration: none;
}
div#page header#header .header-block .header-inner .search {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffda93;
}
@media (min-width: 992px) {
  div#page header#header .header-block .header-inner .search {
    height: 60px;
    width: 60px;
  }
}
div#page header#header .header-block .header-inner .search img.search-icon {
  cursor: pointer;
  width: 100%;
  height: auto;
  padding: 12px;
  transition: transform 0.3s;
  will-change: transform;
}
@media (min-width: 992px) {
  div#page header#header .header-block .header-inner .search img.search-icon {
    padding: 18px 17px 17px 18px;
  }
}
div#page header#header .header-block .header-inner .search img.search-icon:hover {
  transform: scale(1.2);
}
div#page header#header .header-block .header-inner .search .region.region-search {
  display: none;
}
div#page header#header .header-block .header-inner .search .region.region-search.active {
  position: absolute;
  bottom: 4px;
  right: 0px;
  display: block;
  width: 195px;
  z-index: 498;
  background-color: white;
  border-radius: 15px;
}
@media (min-width: 992px) {
  div#page header#header .header-block .header-inner .search .region.region-search.active {
    bottom: 11px;
  }
}
div#page header#header .header-block .header-inner .search .region.region-search form {
  display: flex;
  align-items: center;
}
div#page header#header .header-block .header-inner .search .region.region-search form .form-type-search input.form-control {
  border-radius: 15px;
  border: none;
}
div#page header#header .header-block .header-inner .search .region.region-search form .form-type-search input.form-control:focus {
  box-shadow: none;
}
div#page header#header .header-block .header-inner .search .region.region-search form .form-actions {
  height: 40px;
}
div#page header#header .header-block .header-inner .search .region.region-search form .form-actions::before {
  width: 25px;
  height: 29px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
}
div#page header#header .header-block .header-inner .search .region.region-search form .form-actions input {
  background-image: url("/sites/all/themes/vesta_theme/image/search.svg");
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
  width: 45px;
  height: 100%;
  background-color: transparent;
  border: none;
  transition: transform 0.3s;
}
div#page header#header .header-block .header-inner .search .region.region-search form .form-actions input:hover {
  transform: scale(1.1);
}
div#page header#header .header-block .header-inner .cart {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
}
@media (min-width: 992px) {
  div#page header#header .header-block .header-inner .cart {
    height: 60px;
    width: 60px;
  }
}
div#page header#header .header-block .header-inner .cart div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary a {
  display: flex;
  position: relative;
  padding: 13.5px 12.5px 13.5px 11.5px;
}
@media (min-width: 992px) {
  div#page header#header .header-block .header-inner .cart div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary a {
    padding: 19px 18px 18px 17px;
  }
}
div#page header#header .header-block .header-inner .cart div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary a:hover img {
  transform: scale(1.2);
}
div#page header#header .header-block .header-inner .cart div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary a span.cart-block--summary__icon {
  display: flex;
  height: 23px;
}
div#page header#header .header-block .header-inner .cart div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary a span.cart-block--summary__icon img {
  width: 25px;
  max-width: 25px;
  max-height: 23px;
  object-fit: cover;
  transition: transform 0.3s;
}
div#page header#header .header-block .header-inner .cart div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary a span.cart-block--summary__count {
  position: absolute;
  top: 10px;
  left: calc(70%);
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffda93;
  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;
  border: 1px solid #c8a70f;
}
div#page header#header .header-block .header-inner .burger {
  display: none;
}
@media (max-width: 767px) {
  div#page header#header .header-block .header-inner .burger {
    display: block;
    width: 40px;
    height: 40px;
    grid-column: 4/5;
    grid-row: 1/2;
    background-color: blue;
    background: url("/sites/all/themes/vesta_theme/image/menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    cursor: pointer;
  }
}
div#page header#header .header-block .header-inner .sf-accordion-toggle {
  display: none;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
div#page header#header .header-mobile-block {
  display: none;
}
@media screen and (max-width: 767px) {
  div#page header#header .header-mobile-block {
    padding: 10px 0;
    background-color: #b3b3b3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    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 .navigation {
  margin: 0;
  background-color: #b3b3b3;
}
@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;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .contextual {
  right: 30px;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .node.node--type-slide.node--view-mode-default.ds-1col .content {
  position: absolute;
  top: 0;
  bottom: calc(13vw);
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  max-width: 467px;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-title p {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  margin-bottom: 0.5rem;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field.field--name-body p {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  margin: 0.5rem;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-link {
  margin-top: 1.19rem;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-link a {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 0.75rem 1.75rem;
  line-height: 1.5;
  border-radius: 7.5rem;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-link a:hover {
  background-color: #25b634;
  border-color: #25b634;
  text-decoration: none;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content button.slick-prev.slick-arrow {
  left: 25px;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content button.slick-next.slick-arrow {
  right: 25px;
}
div#page div#form-block .region.region-form div#webform-submission-contact-node-2-form-ajax form#webform-submission-contact-node-2-add-form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-privacy.form-item-privacy.form-no-label {
  display: flex;
}
div#page div#form-block .region.region-form div#webform-submission-contact-node-2-form-ajax form#webform-submission-contact-node-2-add-form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-privacy.form-item-privacy.form-no-label .description {
  margin-left: 0.4em;
}
div#page div#services-block {
  margin: 0 0 30px;
}
div#page div#services-block .region.region-services div#block-vesta-theme-views-block-catalog-block-front .view.view-catalog.view-id-catalog.view-display-id-block_front .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 15px;
}
div#page div#services-block .region.region-services div#block-vesta-theme-views-block-catalog-block-front .view.view-catalog.view-id-catalog.view-display-id-block_front .view-content .field.field--name-field-catalog-image.field--type-image.field--label-hidden.field__item {
  display: flex;
}
div#page div#services-block .region.region-services div#block-vesta-theme-views-block-catalog-block-front .view.view-catalog.view-id-catalog.view-display-id-block_front .view-content .field.field--name-field-catalog-image.field--type-image.field--label-hidden.field__item a {
  display: flex;
}
div#page div#services-block .region.region-services div#block-vesta-theme-views-block-catalog-block-front .view.view-catalog.view-id-catalog.view-display-id-block_front .view-content .field.field--name-field-catalog-image.field--type-image.field--label-hidden.field__item a img {
  max-width: 380px;
  max-height: 380px;
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 15px;
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content .views-row {
  max-width: 380px;
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content .views-row .field.field--name-field-image-news.field--type-image.field--label-hidden {
  display: flex;
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content .views-row .field.field--name-field-image-news.field--type-image.field--label-hidden a {
  display: flex;
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content .views-row .field.field--name-field-image-news.field--type-image.field--label-hidden a img {
  max-width: 380px;
  max-height: 380px;
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content .views-row .content {
  background-color: #b3b3b3;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
div#page div#works-block {
  margin: 0 0 30px;
}
div#page div#works-block .region.region-works div#block-vesta-theme-views-block-photogalery-block-1 .view.view-photogalery.view-id-photogalery.view-display-id-block_1 .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 15px;
}
div#page div#works-block .region.region-works div#block-vesta-theme-views-block-photogalery-block-1 .view.view-photogalery.view-id-photogalery.view-display-id-block_1 .view-content .field.field--name-field-photo.field--type-image.field--label-hidden.field__item {
  display: flex;
}
div#page div#works-block .region.region-works div#block-vesta-theme-views-block-photogalery-block-1 .view.view-photogalery.view-id-photogalery.view-display-id-block_1 .view-content .field.field--name-field-photo.field--type-image.field--label-hidden.field__item a {
  display: flex;
}
div#page div#works-block .region.region-works div#block-vesta-theme-views-block-photogalery-block-1 .view.view-photogalery.view-id-photogalery.view-display-id-block_1 .view-content .field.field--name-field-photo.field--type-image.field--label-hidden.field__item a img {
  max-width: 380px;
  max-height: 380px;
}
div#page div#map-block {
  margin: 0;
}
div#page div#map-block .region.region-map .field.field--name-body {
  display: flex;
}
div#page 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;
}
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;
  }
}
.front main {
  margin-bottom: 22px;
}
.front main #main-content {
  display: none;
}
.front main .region-content div,
.front main .region-title div {
  margin-bottom: 0;
}
.front .page-title {
  display: none;
}
.front .region-title h1 {
  font-weight: 700;
  font-size: 29px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .front .region-title h1 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .front .region-title h1 {
    font-size: 40px;
  }
}
.front .region-title h1 span {
  color: #25b634;
}
#block-vesta-theme-strokanavigacii {
  display: none;
}
#slider-main {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #slider-main {
    margin-bottom: 50px;
  }
}
#slider-main .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide {
  position: relative;
}
#slider-main .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide > .contextual {
  right: 30px;
}
#slider-main .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .field--name-field-image {
  position: relative;
  /*&::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(15, 20, 20, 0.59);
              }*/
}
#slider-main .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .field--name-field-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(353deg, #2b2b2b 2%, rgba(255, 255, 255, 0) 21%);
}
#slider-main .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .field--name-field-image img {
  object-fit: cover;
  width: 100%;
  height: auto;
  min-height: 300px;
}
#slider-main .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#slider-main .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .content .field.field--name-field-slide-title {
  max-width: 467px;
}
#slider-main .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .content .field.field--name-field-slide-title p {
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}
@media (min-width: 768px) {
  #slider-main .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .content .field.field--name-field-slide-title p {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  #slider-main .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .content .field.field--name-field-slide-title p {
    font-size: 36px;
  }
}
@media (min-width: 1420px) {
  #slider-main .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .content .field.field--name-field-slide-title p {
    line-height: 1.36;
  }
}
#slider-main .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .content .field.field.field--name-body {
  max-width: 467px;
}
#slider-main .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .content .field.field.field--name-body p {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
@media (min-width: 768px) {
  #slider-main .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .content .field.field.field--name-body p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  #slider-main .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .content .field.field.field--name-body p {
    font-size: 20px;
  }
}
#slider-main .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .content .field.field--name-field-slide-link {
  margin-top: 1.19rem;
  margin-bottom: 10px;
}
#slider-main .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .content .field.field--name-field-slide-link a {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  color: #000;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 0.78rem 1.75rem;
  line-height: 1.5;
  border-radius: 7.5rem;
}
@media (min-width: 768px) {
  #slider-main .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .content .field.field--name-field-slide-link a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  #slider-main .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .content .field.field--name-field-slide-link a {
    font-size: 20px;
  }
}
#slider-main .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .content .field.field--name-field-slide-link a:hover {
  background-color: #25b634;
  border-color: #25b634;
  text-decoration: none;
  color: white;
}
#slider-main .view-slider-main .swiper-main .swiper-btns {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 0px);
  z-index: 1;
}
@media (min-width: 1420px) {
  #slider-main .view-slider-main .swiper-main .swiper-btns {
    top: 50%;
    bottom: auto;
  }
}
#slider-main .view-slider-main .swiper-main .swiper-btns .swiper-btn {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
#slider-main .view-slider-main .swiper-main .swiper-btns .swiper-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07000000000000001);
  border-radius: 100%;
  transition: opacity 0.3s;
}
#slider-main .view-slider-main .swiper-main .swiper-btns .swiper-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 8px;
  height: 16px;
  background-image: url("/sites/all/themes/vesta_theme/image/a1.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#slider-main .view-slider-main .swiper-main .swiper-btns .swiper-btn:hover::before {
  opacity: 0.4;
}
#slider-main .view-slider-main .swiper-main .swiper-btns .swiper-btn.swiper-button-next {
  right: 10px;
}
@media (min-width: 1420px) {
  #slider-main .view-slider-main .swiper-main .swiper-btns .swiper-btn.swiper-button-next {
    right: -67px;
  }
}
#slider-main .view-slider-main .swiper-main .swiper-btns .swiper-btn.swiper-button-next::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
#slider-main .view-slider-main .swiper-main .swiper-btns .swiper-btn.swiper-button-prev {
  left: auto;
  right: 60px;
}
@media (min-width: 1420px) {
  #slider-main .view-slider-main .swiper-main .swiper-btns .swiper-btn.swiper-button-prev {
    left: -67px;
  }
}
#slider-main .view-slider-main .swiper-main .swiper-pagin {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0px);
  width: calc(100% - 25px);
  z-index: 1;
}
#slider-main .view-slider-main .swiper-main .swiper-pagin .swiper-pagination {
  bottom: 10px;
  width: auto;
}
#slider-main .view-slider-main .swiper-main .swiper-pagin .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 11px;
  height: 11px;
  border: 1px solid #c6c6c6;
  border-radius: 50%;
  margin: 0 6px;
  background: transparent;
  opacity: 1;
}
#slider-main .view-slider-main .swiper-main .swiper-pagin .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 23px;
  height: 23px;
  border: 1px solid #ffc451;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s;
}
#slider-main .view-slider-main .swiper-main .swiper-pagin .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffc451;
  border: 1px solid #ffc451;
}
#slider-main .view-slider-main .swiper-main .swiper-pagin .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}
div#discount {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  div#discount {
    margin-bottom: 50px;
  }
}
div#discount .region-discount {
  background: #fffaf1;
  border-radius: 15px;
  padding: 20px 15px 20px 15px;
}
@media (min-width: 576px) {
  div#discount .region-discount {
    padding: 20px 25px 25px 30px;
  }
}
@media (min-width: 992px) {
  div#discount .region-discount {
    padding: 42px 57px 42px 49px;
  }
}
div#discount .node--type-discount {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr;
  gap: 0 20px;
}
@media (min-width: 768px) {
  div#discount .node--type-discount {
    grid-template-columns: 56.5% calc(43.5% - 20px);
  }
}
@media (min-width: 992px) {
  div#discount .node--type-discount {
    grid-template-columns: 56.5% calc(43.5% - 59px);
    gap: 0 59px;
  }
}
@media (min-width: 992px) {
  div#discount .node--type-discount .field--name-body {
    margin-top: 25px;
  }
}
div#discount .node--type-discount .field--name-body ul {
  list-style: none;
  padding-inline-start: 0px;
  margin-bottom: 0;
}
div#discount .node--type-discount .field--name-body ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 15px;
  color: #000;
}
@media (min-width: 992px) {
  div#discount .node--type-discount .field--name-body ul li {
    gap: 18px;
  }
}
@media (min-width: 1200px) {
  div#discount .node--type-discount .field--name-body ul li {
    font-size: 20px;
    margin-bottom: 23px;
  }
}
div#discount .node--type-discount .field--name-body ul li:last-child {
  margin-bottom: 0;
}
div#discount .node--type-discount .field--name-body ul li::before {
  content: "";
  background-image: url("/sites/all/themes/vesta_theme/image/check.png");
  display: inline-block;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  background-size: contain;
}
@media (min-width: 992px) {
  div#discount .node--type-discount .field--name-body ul li::before {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
  }
}
div#discount .node--type-discount .field--name-field-img {
  display: none;
}
@media (min-width: 576px) {
  div#discount .node--type-discount .field--name-field-img {
    display: block;
    grid-column: 1/2;
    grid-row: 1/2;
    margin-bottom: 15px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  div#discount .node--type-discount .field--name-field-img {
    grid-column: 2/3;
    grid-row: 1/3;
    margin-bottom: 0;
    text-align: left;
  }
}
div#discount .node--type-discount .field--name-field-img img {
  max-width: 100%;
}
@media (min-width: 576px) {
  div#discount .node--type-discount .field--name-field-img img {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  div#discount .node--type-discount .field--name-field-img img {
    max-width: 100%;
  }
}
div#discount .node--type-discount .field--name-node-link {
  margin-top: 15px;
}
div#discount .node--type-discount .field--name-node-link a {
  display: inline-block;
}
div#discount .node--type-discount .links {
  margin-top: 20px;
}
@media (min-width: 992px) {
  div#discount .node--type-discount .links {
    margin-top: 40px;
  }
}
div#discount .node--type-discount .links a {
  display: inline-block;
  padding: 15px 20px;
}
div#discount .node--type-discount .links a:first-child {
  margin-right: 5px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  div#discount .node--type-discount .links a:first-child {
    margin-bottom: 0;
  }
}
div#services-block {
  margin-bottom: 78px;
}
div#services-block .block-title {
  font-weight: 700;
  font-size: 30px;
  color: #000;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  div#services-block .block-title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
div#services-block .view-services .view-content {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
}
@media (min-width: 768px) {
  div#services-block .view-services .view-content {
    margin: 0 -10px;
  }
}
@media (min-width: 992px) {
  div#services-block .view-services .view-content {
    margin: 0 -25px;
  }
}
@media (min-width: 1200px) {
  div#services-block .view-services .view-content {
    row-gap: 40px;
  }
}
div#services-block .view-services .view-content .views-row {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  div#services-block .view-services .view-content .views-row {
    padding: 0 10px;
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  div#services-block .view-services .view-content .views-row {
    padding: 0 25px;
  }
}
div#services-block .view-services .view-content .views-row .node--type-service {
  display: grid;
  grid-template-columns: 18% 1fr;
  grid-template-rows: auto 1fr;
  gap: 0 25px;
}
@media (min-width: 768px) {
  div#services-block .view-services .view-content .views-row .node--type-service {
    grid-template-columns: 31% 1fr;
  }
}
@media (min-width: 1200px) {
  div#services-block .view-services .view-content .views-row .node--type-service {
    grid-template-columns: 42% 1fr;
  }
}
div#services-block .view-services .view-content .views-row .node--type-service .field--name-field-foto {
  grid-row: 1/2;
  align-self: center;
}
@media (min-width: 576px) {
  div#services-block .view-services .view-content .views-row .node--type-service .field--name-field-foto {
    grid-row: 1/3;
    align-self: auto;
  }
}
div#services-block .view-services .view-content .views-row .node--type-service .field--name-node-title {
  align-self: center;
}
@media (min-width: 576px) {
  div#services-block .view-services .view-content .views-row .node--type-service .field--name-node-title {
    align-self: auto;
  }
}
div#services-block .view-services .view-content .views-row .node--type-service .field--name-node-title h2 {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  div#services-block .view-services .view-content .views-row .node--type-service .field--name-node-title h2 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  div#services-block .view-services .view-content .views-row .node--type-service .field--name-node-title h2 {
    margin-bottom: 20px;
  }
}
div#services-block .view-services .view-content .views-row .node--type-service .field--name-body {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.57143;
  color: #737373;
  grid-column: 1/3;
}
@media (min-width: 576px) {
  div#services-block .view-services .view-content .views-row .node--type-service .field--name-body {
    grid-column: 2/3;
  }
}
div#about-block {
  padding: 25px 0 0 0;
  border-radius: 15px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07000000000000001);
  background: #fff;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  div#about-block {
    margin-bottom: 50px;
    padding: 50px 0 60px 0;
  }
}
div#about-block .block-title {
  font-weight: 700;
  font-size: 30px;
  color: #000;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  div#about-block .block-title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.node--type-about > .field--name-body {
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .node--type-about > .field--name-body {
    margin-bottom: 40px;
  }
}
.node--type-about > .field--name-body p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #737373;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .node--type-about > .field--name-body p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .node--type-about > .field--name-body p {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.node--type-about > .field--name-body p:last-child {
  margin-bottom: 0;
}
.node--type-about .field--name-dynamic-block-fieldnode-benefits .view-benefits .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
}
.node--type-about .field--name-dynamic-block-fieldnode-benefits .view-benefits .view-content .views-row {
  flex: 0 0 50%;
  padding: 0 10px;
}
@media (min-width: 576px) {
  .node--type-about .field--name-dynamic-block-fieldnode-benefits .view-benefits .view-content .views-row {
    flex: 0 0 25%;
  }
}
.node--type-about .field--name-dynamic-block-fieldnode-benefits .view-benefits .view-content .views-row .node--type-benefit {
  padding: 21px 0px;
  display: grid;
  grid-template-columns: 100%;
  gap: 0 25px;
}
@media (min-width: 992px) {
  .node--type-about .field--name-dynamic-block-fieldnode-benefits .view-benefits .view-content .views-row .node--type-benefit {
    grid-template-columns: auto 1fr;
  }
}
@media (min-width: 1200px) {
  .node--type-about .field--name-dynamic-block-fieldnode-benefits .view-benefits .view-content .views-row .node--type-benefit {
    padding: 21px 26px 21px 10px;
    padding-left: 10px;
  }
}
.node--type-about .field--name-dynamic-block-fieldnode-benefits .view-benefits .view-content .views-row .node--type-benefit .field--name-field-foto {
  justify-self: center;
}
@media (min-width: 992px) {
  .node--type-about .field--name-dynamic-block-fieldnode-benefits .view-benefits .view-content .views-row .node--type-benefit .field--name-field-foto {
    justify-self: auto;
  }
}
.node--type-about .field--name-dynamic-block-fieldnode-benefits .view-benefits .view-content .views-row .node--type-benefit .field--name-field-foto .media {
  margin: 0 auto;
  width: fit-content;
}
.node--type-about .field--name-dynamic-block-fieldnode-benefits .view-benefits .view-content .views-row .node--type-benefit .field--name-body {
  justify-self: center;
}
@media (min-width: 992px) {
  .node--type-about .field--name-dynamic-block-fieldnode-benefits .view-benefits .view-content .views-row .node--type-benefit .field--name-body {
    justify-self: auto;
  }
}
.node--type-about .field--name-dynamic-block-fieldnode-benefits .view-benefits .view-content .views-row .node--type-benefit .field--name-body p {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  color: #000;
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .node--type-about .field--name-dynamic-block-fieldnode-benefits .view-benefits .view-content .views-row .node--type-benefit .field--name-body p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .node--type-about .field--name-dynamic-block-fieldnode-benefits .view-benefits .view-content .views-row .node--type-benefit .field--name-body p {
    font-size: 20px;
    text-align: left;
    margin-top: 0;
  }
}
.view-benefits > .contextual {
  right: 35px;
}
div#payment {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  div#payment {
    margin-bottom: 51px;
  }
}
div#payment .region-payment {
  background: #f1f7fa;
  border-radius: 25px;
  padding: 15px 10px 0 25px;
}
@media (min-width: 768px) {
  div#payment .region-payment {
    padding: 50px 50px 0 65px;
  }
}
div#payment .region-payment .node--type-payment {
  display: grid;
  grid-template-columns: 100%;
  gap: 0 20px;
}
@media (min-width: 768px) {
  div#payment .region-payment .node--type-payment {
    grid-template-columns: 245px 1fr;
  }
}
@media (min-width: 992px) {
  div#payment .region-payment .node--type-payment {
    grid-template-columns: 326px 1fr;
    gap: 0 58px;
  }
}
div#payment .region-payment .node--type-payment .field--name-field-title-payment {
  grid-row: 1/2;
  grid-column: 1/2;
  font-weight: 700;
  font-size: 30px;
  color: #000;
  /* display: flex;
        align-items: center;
        gap: 5px;*/
}
@media (min-width: 768px) {
  div#payment .region-payment .node--type-payment .field--name-field-title-payment {
    display: block;
    max-width: 191px;
    font-size: 36px;
  }
}
div#payment .region-payment .node--type-payment .field--name-field-title-payment p {
  margin-bottom: 0;
  display: inline-block;
}
@media (min-width: 768px) {
  div#payment .region-payment .node--type-payment .field--name-field-title-payment p {
    display: block;
  }
}
div#payment .region-payment .node--type-payment .field--name-field-title-payment p:last-child {
  line-height: 1;
}
div#payment .region-payment .node--type-payment .field--name-field-title-payment p:first-child {
  margin-right: 8px;
}
div#payment .region-payment .node--type-payment .field--name-field-foto {
  grid-row: 2/3;
  grid-column: 1/2;
  justify-self: center;
}
@media (min-width: 768px) {
  div#payment .region-payment .node--type-payment .field--name-field-foto {
    justify-self: end;
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
div#payment .region-payment .node--type-payment .field--name-field-foto .media {
  width: fit-content;
}
div#payment .region-payment .node--type-payment .field--name-field-foto .media img {
  max-width: 190px;
}
@media (min-width: 768px) {
  div#payment .region-payment .node--type-payment .field--name-field-foto .media img {
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  div#payment .region-payment .node--type-payment .field--name-field-foto .media img {
    max-width: none;
  }
}
div#payment .region-payment .node--type-payment .field--name-body {
  grid-row: 3/4;
  grid-column: 1/2;
}
@media (min-width: 768px) {
  div#payment .region-payment .node--type-payment .field--name-body {
    grid-row: 1/3;
    grid-column: 2/3;
  }
}
div#payment .region-payment .node--type-payment .field--name-body h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.33333;
  color: #000;
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  div#payment .region-payment .node--type-payment .field--name-body h3 {
    font-size: 24px;
  }
}
div#payment .region-payment .node--type-payment .field--name-body p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
  color: #656f81;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  div#payment .region-payment .node--type-payment .field--name-body p {
    font-size: 20px;
  }
}
#form-block {
  margin-bottom: 50px;
}
#form-block .form-inner {
  display: grid;
  grid-template-columns: 100%;
  gap: 30px;
}
@media (min-width: 992px) {
  #form-block .form-inner {
    grid-template-columns: 1fr 40%;
  }
}
#form-block .form-inner .region-formfoto .media img {
  margin: 0 auto;
}
#form-block .form-inner .region-form {
  border-radius: 25px;
  background: #ffc451;
  padding: 20px;
}
@media (min-width: 1200px) {
  #form-block .form-inner .region-form {
    padding: 55px 48px 54px 48px;
  }
}
#form-block .form-inner .region-form .block-title {
  font-weight: 700;
  font-size: 30px;
  color: #000;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 1200px) {
  #form-block .form-inner .region-form .block-title {
    margin-bottom: 24px;
  }
}
#form-block .form-inner .region-form form div[data-drupal-messages] {
  display: none !important;
}
#form-block .form-inner .region-form form .form-item {
  margin: 0;
}
#form-block .form-inner .region-form form .form-item strong.error {
  display: none !important;
}
#form-block .form-inner .region-form form .form-item .form-item--error-message {
  display: none !important;
}
#form-block .form-inner .region-form form .form-item input.error {
  box-shadow: 0px 0px 7px 0px red;
}
#form-block .form-inner .region-form form .text-format-wrapper label {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: #000;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  #form-block .form-inner .region-form form .text-format-wrapper label {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
#form-block .form-inner .region-form form .text-format-wrapper .form-textarea-wrapper {
  display: none;
}
#form-block .form-inner .region-form form .form-type-textfield {
  margin-bottom: 20px;
}
#form-block .form-inner .region-form form .form-type-textfield input {
  height: auto;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  padding: 10px 10px 10px 21px;
  border: 2px solid #131313;
  border-radius: 10px;
}
#form-block .form-inner .region-form form .form-actions {
  margin: 0 0 20px 0;
}
#form-block .form-inner .region-form form .form-actions input {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  text-align: center;
  border-radius: 150px;
  padding: 11px 35px;
  background: #fff;
  border: 1px solid #fff;
  width: 100%;
}
#form-block .form-inner .region-form form .form-actions input:hover {
  background: #25b634;
  border: 1px solid #25b634;
  color: white;
}
#form-block .form-inner .region-form form .form-item-privacy input {
  display: none;
}
#form-block .form-inner .region-form form .form-item-privacy .description {
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  color: #000;
  text-align: right;
}
#form-block .form-inner .region-form form .form-item-privacy .description a {
  color: inherit;
}
footer#footer {
  margin: 0;
  background-color: #282828;
  padding-top: 43px;
}
footer#footer .region.region-footer {
  display: grid;
  grid-template-columns: 195px 1fr;
  gap: 0 15px;
  padding: 0;
  margin-bottom: 22px;
  justify-content: space-between;
}
@media (min-width: 576px) {
  footer#footer .region.region-footer {
    gap: 0 32px;
    grid-template-columns: 180px auto 195px;
  }
}
@media (min-width: 768px) {
  footer#footer .region.region-footer {
    grid-template-columns: 221px auto 195px;
  }
}
@media (min-width: 1200px) {
  footer#footer .region.region-footer {
    gap: 0 149px;
    justify-content: start;
  }
}
footer#footer .region.region-footer div#block-vesta-theme-logo-3 .block-content {
  transition: transform 0.3s;
  will-change: transform;
}
footer#footer .region.region-footer div#block-vesta-theme-logo-3 .block-content:hover {
  text-decoration: none;
  transform: scale(1.05);
}
footer#footer .region.region-footer div#block-vesta-theme-logo-3 .field--name-body p a {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
}
@media (min-width: 768px) {
  footer#footer .region.region-footer div#block-vesta-theme-logo-3 .field--name-body p a {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  footer#footer .region.region-footer div#block-vesta-theme-logo-3 .field--name-body p a {
    font-size: 30px;
  }
}
footer#footer .region.region-footer div#block-vesta-theme-logo-3 .field--name-body p a:hover {
  text-decoration: none;
}
footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 {
  grid-row: 1/3;
  width: auto;
}
@media (min-width: 576px) {
  footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul {
  display: grid;
}
@media (min-width: 768px) {
  footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul {
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    gap: 0 25px;
  }
}
@media (min-width: 1200px) {
  footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul {
    gap: 0 62px;
  }
}
footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul::after {
  display: none;
}
footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #ffc451;
  border-radius: 50%;
  flex: 0 0 9px;
}
footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li a {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  padding: 0;
  line-height: 1.35;
}
@media (min-width: 992px) {
  footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li a {
    font-size: 20px;
  }
}
footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li a.menuparent .sf-sub-indicator {
  right: 0.2em;
}
footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li > ul {
  background-color: #b3b3b3;
}
footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li.active-trail {
  background: rgba(0, 0, 0, 0.2);
}
footer#footer .region.region-footer div#block-footer-contacts {
  grid-column: 1/2;
  grid-row: 2/3;
  margin-top: 15px;
}
@media (min-width: 576px) {
  footer#footer .region.region-footer div#block-footer-contacts {
    margin-top: 0;
    grid-row: 1/2;
    grid-column: 3/4;
  }
}
footer#footer .region.region-footer div#block-footer-contacts .field--name-body {
  display: flex;
  flex-direction: column;
}
footer#footer .region.region-footer div#block-footer-contacts .field--name-body .tel {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-bottom: 7px;
}
footer#footer .region.region-footer div#block-footer-contacts .field--name-body .mail,
footer#footer .region.region-footer div#block-footer-contacts .field--name-body .city {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 7px;
}
footer#footer .region.region-footer div#block-footer-contacts .field--name-body .callback {
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #ffc451;
  margin-top: 14px;
}
footer#footer .region.region-footer div#block-footer-contacts .field--name-body .callback:hover {
  color: #25b634;
}
div#copyrights-block {
  padding: 0;
}
div#copyrights-block .copyrights-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 576px) {
  div#copyrights-block .copyrights-inner {
    flex-direction: row;
    align-items: baseline;
  }
}
div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .copyright {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
  gap: 5px;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #938d8d;
  text-align: center;
}
@media (min-width: 576px) {
  div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .copyright {
    text-align: left;
  }
}
div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .copyright a {
  color: inherit;
}
div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .copyright p.privacy-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 0;
}
div#copyrights-block .vesta_backlink p a {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #938d8d;
}
div#copyrights-block .vesta_backlink p a span {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
div#variants-block {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  div#variants-block {
    margin-bottom: 50px;
  }
}
div#variants-block .block-title {
  font-weight: 700;
  font-size: 30px;
  color: #000;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  div#variants-block .block-title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
div#variants-block .view-varianty-menyu1 .view-content {
  position: relative;
}
div#variants-block .node--type-menu {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 0 20px;
}
div#variants-block .node--type-menu > .contextual {
  right: 35px;
}
div#variants-block .node--type-menu .field--name-field-foto img {
  border-radius: 15px;
}
div#variants-block .node--type-menu .group-text {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07000000000000001);
  background: #fff;
  border-radius: 15px;
}
div#variants-block .node--type-menu .group-text .field--name-field-budget {
  display: flex;
  justify-content: space-between;
  background: #ffc451;
  border-radius: 15px 15px 0 0;
  padding: 25px 50px;
  margin-bottom: 30px;
}
div#variants-block .node--type-menu .group-text .field--name-field-budget::after {
  display: none;
}
div#variants-block .node--type-menu .group-text .field--name-field-budget .field__label {
  font-weight: 700;
  font-size: 24px;
  color: #000;
}
div#variants-block .node--type-menu .group-text .field--name-field-budget .field__label::after {
  display: none;
}
div#variants-block .node--type-menu .group-text .field--name-field-budget .field__item {
  font-weight: 700;
  font-size: 24px;
  color: #000;
  padding-right: 0;
}
div#variants-block .node--type-menu .group-text .field--name-body {
  position: relative;
  padding: 0 48px;
  margin-bottom: 61px;
}
div#variants-block .node--type-menu .group-text .field--name-body p {
  font-weight: 400;
  font-size: 20px;
  color: #000;
}
div#variants-block .node--type-menu .group-text .field--name-body::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 1px;
  width: 92.4%;
  background: #eee;
}
div#variants-block .node--type-menu .group-text .field--name-field-example {
  padding: 0 48px;
  flex-grow: 1;
}
div#variants-block .node--type-menu .group-text .field--name-field-example .field__label {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}
div#variants-block .node--type-menu .group-text .field--name-field-example .field__item ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  grid-template-rows: repeat(6, auto);
  list-style: none;
  padding-inline-start: 0px;
}
div#variants-block .node--type-menu .group-text .field--name-field-button {
  padding: 50px 49px;
}
div#variants-block .node--type-menu .group-text .field--name-field-button a {
  background: #ffc451;
  border-radius: 150px;
  padding: 15px 35px;
  font-weight: 700;
  font-size: 20px;
  color: #000;
}
div#variants-block .node--type-menu .group-text .field--name-field-button a:hover {
  background-color: #25b634;
  border-color: #25b634;
  text-decoration: none;
  color: white;
}
div#variants-block .swiper-btns {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, 0px);
  z-index: 2;
}
@media (min-width: 576px) {
  div#variants-block .swiper-btns {
    top: 30%;
  }
}
@media (min-width: 1200px) {
  div#variants-block .swiper-btns {
    top: 50%;
  }
}
div#variants-block .swiper-btns .swiper-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07000000000000001);
}
div#variants-block .swiper-btns .swiper-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07000000000000001);
  border-radius: 100%;
  transition: opacity 0.3s;
}
div#variants-block .swiper-btns .swiper-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 8px;
  height: 16px;
  background-image: url("/sites/all/themes/vesta_theme/image/a3.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
div#variants-block .swiper-btns .swiper-btn:hover::before {
  opacity: 0.4;
}
div#variants-block .swiper-btns .swiper-btn.swiper-button-vari-next {
  right: 10px;
}
@media (min-width: 1340px) {
  div#variants-block .swiper-btns .swiper-btn.swiper-button-vari-next {
    right: -67px;
  }
}
div#variants-block .swiper-btns .swiper-btn.swiper-button-vari-next::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
div#variants-block .swiper-btns .swiper-btn.swiper-button-vari-prev {
  left: 10px;
}
@media (min-width: 1340px) {
  div#variants-block .swiper-btns .swiper-btn.swiper-button-vari-prev {
    left: -67px;
  }
}
.product-view-full .product-teaser .product-teaser-image {
  max-width: none;
}
div#variants-block {
  margin-bottom: 50px;
}
div#variants-block .block-title {
  font-weight: 700;
  font-size: 30px;
  color: #000;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  div#variants-block .block-title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
article.product {
  display: grid;
  grid-template-columns: 100%;
  gap: 15px 20px;
}
@media (min-width: 1200px) {
  article.product {
    gap: 0 20px;
    grid-template-columns: 1fr 500px;
  }
}
article.product > .contextual {
  right: 35px;
}
article.product .product-image {
  text-align: center;
}
article.product .product-image img {
  border-radius: 15px;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  article.product .product-image img {
    max-width: 70%;
  }
}
@media (min-width: 1200px) {
  article.product .product-image img {
    max-width: 100%;
  }
}
article.product .product-description {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07000000000000001);
  background: #fff;
  border-radius: 15px;
}
article.product .product-description .product-price {
  display: flex;
  justify-content: space-between;
  background: #ffc451;
  border-radius: 15px 15px 0 0;
  padding: 15px 50px 16px 40px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  article.product .product-description .product-price {
    margin-bottom: 30px;
    padding: 25px 65px 25px 50px;
  }
}
article.product .product-description .product-price::after {
  display: none;
}
article.product .product-description .product-price span {
  font-weight: 700;
  font-size: 20px;
  color: #000;
}
@media (min-width: 576px) {
  article.product .product-description .product-price span {
    font-size: 24px;
  }
}
article.product .product-description .product-price span .field--type-commerce-price {
  display: inline-block;
}
article.product .product-description .product-price span:last-child {
  position: relative;
}
article.product .product-description .product-price span:last-child::after {
  content: "р";
  position: absolute;
  top: 0;
  right: -15px;
}
article.product .product-description .field--name-body {
  position: relative;
  padding: 0;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  article.product .product-description .field--name-body {
    margin-bottom: 61px;
    padding: 0 48px;
  }
}
article.product .product-description .field--name-body p {
  font-weight: 400;
  font-size: 20px;
  color: #000;
}
article.product .product-description .field--name-body::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 1px;
  width: 92.4%;
  background: #eee;
}
@media (min-width: 576px) {
  article.product .product-description .field--name-body::after {
    bottom: -30px;
  }
}
article.product .product-description .field--name-body .field__label {
  display: none;
}
article.product .product-description .field--name-field-harakteristiki {
  padding: 0;
  flex-grow: 1;
}
@media (min-width: 576px) {
  article.product .product-description .field--name-field-harakteristiki {
    padding: 0 48px;
  }
}
article.product .product-description .field--name-field-harakteristiki .field__label {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}
article.product .product-description .field--name-field-harakteristiki .field__item ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  grid-template-rows: repeat(6, auto);
  list-style: none;
  padding-inline-start: 0px;
}
article.product .product-description .field--name-field-harakteristiki .field__item ul li {
  font-weight: 600;
  font-size: 14px;
  color: black;
  margin-bottom: 8px;
}
article.product .product-description .links {
  display: flex;
  align-items: center;
  padding: 0;
  gap: 5px;
}
@media (min-width: 576px) {
  article.product .product-description .links {
    gap: 20px;
    padding: 50px 49px;
  }
}
article.product .product-description .links .field--name-variations form .field--name-quantity {
  display: none;
}
article.product .product-description .links .field--name-variations form .form-actions {
  margin: 0;
}
article.product .product-description .links .field--name-variations form .form-actions input {
  background: #ffc451;
  border-radius: 150px;
  padding: 15px 35px;
  font-weight: 700;
  font-size: 15px;
  color: #000;
  border: 1px solid #ffc451;
}
@media (min-width: 768px) {
  article.product .product-description .links .field--name-variations form .form-actions input {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  article.product .product-description .links .field--name-variations form .form-actions input {
    font-size: 20px;
  }
}
article.product .product-description .links .field--name-variations form .form-actions input:hover {
  background-color: #25b634;
  border-color: #25b634;
  text-decoration: none;
  color: white;
}
article.product .product-description .links .field--name-field-princip-raboty a {
  display: inline-block;
  background: #ffc451;
  border-radius: 150px;
  padding: 15px 35px;
  font-weight: 700;
  font-size: 15px;
  color: #000;
}
@media (min-width: 768px) {
  article.product .product-description .links .field--name-field-princip-raboty a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  article.product .product-description .links .field--name-field-princip-raboty a {
    font-size: 20px;
  }
}
article.product .product-description .links .field--name-field-princip-raboty a:hover {
  background-color: #25b634;
  border-color: #25b634;
  text-decoration: none;
  color: white;
}
.view-varianty-menyu1 .view-content .views-row {
  margin-bottom: 15px;
}
#map-block iframe {
  max-height: 300px;
}
@media (min-width: 768px) {
  #map-block iframe {
    max-height: 450px;
  }
}
@media (min-width: 992px) {
  #map-block iframe {
    max-height: 598px;
  }
}
#block-vesta-theme-content form.search-api-page-block-form-search .form-type-search {
  height: 100%;
}
#block-vesta-theme-content form.search-api-page-block-form-search .form-type-search > input {
  height: auto;
  border-radius: 150px;
  padding: 15px;
}
#block-vesta-theme-content form.search-api-page-block-form-search .form-type-search > input:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 186, 4, 0.5);
  border-color: transparent;
}
#block-vesta-theme-content form.search-api-page-block-form-search .form-actions {
  height: 100%;
}
#block-vesta-theme-content form.search-api-page-block-form-search .form-actions input {
  background-color: #ffc451;
  border-color: #ffc451;
  font-weight: 700;
  font-size: 15px;
  color: #000;
  padding: 12.5px 35px;
  border-radius: 150px;
}
@media (min-width: 768px) {
  #block-vesta-theme-content form.search-api-page-block-form-search .form-actions input {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  #block-vesta-theme-content form.search-api-page-block-form-search .form-actions input {
    font-size: 20px;
  }
}
#block-vesta-theme-content form.search-api-page-block-form-search .form-actions input:focus,
#block-vesta-theme-content form.search-api-page-block-form-search .form-actions input:hover {
  color: #fff;
  background-color: #25b634;
  border-color: #25b634;
  text-decoration: none;
}
#block-vesta-theme-content form.search-api-page-block-form-search .form-actions input:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 186, 4, 0.5);
  border-color: transparent;
}
.body-cart .field--name-total-price .order-total-line__subtotal {
  display: none;
}
.body-cart .field--name-total-price .order-total-line__total .order-total-line-label::after {
  content: ":";
}
.body-cart .field--name-total-price .order-total-line__total .order-total-line-value {
  padding-left: 5px;
}
.ui-dialog.ui-corner-all {
  border-radius: 25px;
  background: #ffc451;
  overflow: hidden;
  border: none;
}
.ui-dialog.ui-corner-all .ui-dialog-titlebar {
  background: #ffc451;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #000;
  border: none;
}
.ui-dialog.ui-corner-all form .js-form-item-zapol-value {
  display: none;
}
.ui-dialog.ui-corner-all form .form-type-textfield {
  margin: 0 0 20px 0;
}
.ui-dialog.ui-corner-all form .form-type-textfield input {
  height: auto;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  padding: 10px 10px 10px 21px;
  border: 2px solid #131313;
  border-radius: 10px;
}
.ui-dialog.ui-corner-all form .form-item-privacy {
  margin: 0;
}
.ui-dialog.ui-corner-all form .form-item-privacy input {
  display: none;
}
.ui-dialog.ui-corner-all form .form-item-privacy .description {
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  color: #000;
  text-align: right;
}
.ui-dialog.ui-corner-all form .form-item-privacy .description a {
  color: inherit;
}
.ui-dialog.ui-corner-all .ui-dialog-buttonpane {
  background: #ffc451;
  border: none;
}
.ui-dialog.ui-corner-all .ui-dialog-buttonpane .form-actions {
  display: flex;
  justify-content: center;
  float: none;
}
.ui-dialog.ui-corner-all .ui-dialog-buttonpane button {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  text-align: center;
  border-radius: 150px;
  padding: 11px 35px;
  background: #fff;
  border: 1px solid #fff;
  width: 100%;
}
.ui-dialog.ui-corner-all .ui-dialog-buttonpane button:focus,
.ui-dialog.ui-corner-all .ui-dialog-buttonpane button:hover {
  color: #fff;
  background-color: #25b634;
  border-color: #25b634;
  text-decoration: none;
  box-shadow: none;
}
#block-vesta-theme-bloknastranicekontakty .field--name-body p strong {
  font-size: 14px;
}
@media (min-width: 576px) {
  #block-vesta-theme-bloknastranicekontakty .field--name-body p strong {
    font-size: 15px;
  }
}
