.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: normal;
  font-size: 20px !important;
  color: #000;
  font-family: Inter, -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: 768px) {
  html {
    font-size: 16px !important;
  }
}
body {
  line-height: inherit;
  background: #fff;
  color: inherit;
  font-family: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
.page > *:not(header,footer) .block-title {
  font-family: Inter, -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: normal;
  margin-bottom: 0.25em;
  text-align: center;
}
h1 {
  margin-bottom: 50px;
  font-size: 65px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  h1 {
    margin-bottom: 30px;
    font-size: 34px;
  }
}
h2,
.page > *:not(header,footer) .block-title {
  margin-bottom: 50px;
  font-size: 50px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  h2,
  .page > *:not(header,footer) .block-title {
    margin-bottom: 30px;
    font-size: 30px;
  }
}
h3 {
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.15rem;
  }
}
h4 {
  font-size: 1.15rem;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.1rem;
  }
}
h5 {
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 1.05rem;
  }
}
h6 {
  font-size: 1rem;
}
p {
  margin-bottom: 0.5em;
}
p:last-child {
  margin-bottom: 0;
}
a {
  display: block;
  width: fit-content;
  padding: 10px;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: #000;
}
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: #000 !important;
  color: #fff !important;
}
.mm-listview li a:hover {
  background: #000 !important;
  color: #fff !important;
}
.mm-listview > li > a,
.mm-listview > li > span {
  padding: 20px 10px 20px 20px;
  font-weight: bold;
}
.mm-listview a,
.mm-listview .mm-next {
  font-weight: bold;
}
.mm-panels > .mm-panel {
  padding-left: 0;
  padding-right: 0;
}
.mm-panels > .mm-panel:before,
.mm-panels > .mm-panel:after {
  display: none;
}
.mm-slideout {
  z-index: inherit;
}
.mm-page {
  display: flex;
  flex-direction: column;
}
.btn {
  font-size: inherit;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn-default {
  color: #fff;
  background-color: #2da0ce;
  border-color: #2da0ce;
}
.btn-default:focus,
.btn-default:hover {
  color: #fff;
  background-color: #0a75a0;
  border-color: #0a75a0;
}
.btn-primary {
  display: block;
  width: fit-content;
  max-width: 340px;
  margin: auto;
  padding: 18px 25px;
  border-radius: 10px;
  border: none;
  outline: none;
  box-shadow: 3px 4px 9px 0 rgba(0, 0, 0, 0.55);
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-primary:hover {
  background-color: #fff;
  outline: 1px solid #E7E7E7;
  color: #000;
  text-decoration: none;
}
.btn-primary:focus,
.btn-primary:active {
  background-color: #6B0000;
  outline: 1px solid #6B0000;
  border: none;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .btn-primary {
    padding: 12px 20px;
    font-size: 16px;
  }
}
.block,
.view .node {
  position: relative;
}
#scrollToTop {
  width: 50px;
  height: 50px;
  background: none;
  text-indent: 0;
  font-size: 0;
  transition: transform 0.2s;
  border: 0px;
  outline: 0px;
  display: flex;
  bottom: 212px;
  cursor: pointer;
  position: fixed;
  right: 54px;
  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: 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;
}
div#block-vesta-theme-kontakty-4 .field--name-body,
div#block-vesta-theme-kontakty-2 .field--name-body,
div#block-vesta-theme-kontakty-3 .field--name-body {
  display: flex;
  flex-direction: column;
}
div#block-vesta-theme-kontakty-4 a,
div#block-vesta-theme-kontakty-2 a,
div#block-vesta-theme-kontakty-3 a,
div#block-vesta-theme-kontakty-4 p,
div#block-vesta-theme-kontakty-2 p,
div#block-vesta-theme-kontakty-3 p {
  padding-left: 35px;
}
div#block-vesta-theme-kontakty-4 a,
div#block-vesta-theme-kontakty-2 a,
div#block-vesta-theme-kontakty-3 a {
  margin-bottom: 4px;
}
div#block-vesta-theme-kontakty-4 p,
div#block-vesta-theme-kontakty-2 p,
div#block-vesta-theme-kontakty-3 p {
  padding-top: 10px;
  padding-bottom: 10px;
}
div#block-vesta-theme-kontakty-4 a.tel,
div#block-vesta-theme-kontakty-2 a.tel,
div#block-vesta-theme-kontakty-3 a.tel {
  background: url('/sites/all/themes/vesta_theme/image/phone-gray.svg') left 5px center no-repeat;
  background-size: 18px 18px;
}
div#block-vesta-theme-kontakty-4 a.mail,
div#block-vesta-theme-kontakty-2 a.mail,
div#block-vesta-theme-kontakty-3 a.mail {
  background: url('/sites/all/themes/vesta_theme/image/mail-gray.svg') left 5px center no-repeat;
  background-size: 24px 24px;
}
div#block-vesta-theme-kontakty-4 p.address,
div#block-vesta-theme-kontakty-2 p.address,
div#block-vesta-theme-kontakty-3 p.address {
  background: url('/sites/all/themes/vesta_theme/image/map-pin-gray.svg') left 5px center no-repeat;
  background-size: 24px 24px;
}
div#block-vesta-theme-korzina .cart--cart-block,
div#block-vesta-theme-korzina-2 .cart--cart-block {
  position: relative;
  width: 67px;
  height: 44px;
}
@media screen and (max-width: 575px) {
  div#block-vesta-theme-korzina .cart--cart-block,
  div#block-vesta-theme-korzina-2 .cart--cart-block {
    width: 53px;
    height: 30px;
  }
}
div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary,
div#block-vesta-theme-korzina-2 .cart--cart-block .cart-block--summary {
  height: 100%;
}
div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary .cart-block--link__expand,
div#block-vesta-theme-korzina-2 .cart--cart-block .cart-block--summary .cart-block--link__expand {
  width: 100%;
  height: 100%;
  display: flex;
  padding-left: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
}
div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary .cart-block--link__expand:hover,
div#block-vesta-theme-korzina-2 .cart--cart-block .cart-block--summary .cart-block--link__expand:hover {
  outline: none;
  box-shadow: 1px 0 13px 0 rgba(255, 255, 255, 0.55);
}
div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary .cart-block--link__expand .cart-block--summary__icon img,
div#block-vesta-theme-korzina-2 .cart--cart-block .cart-block--summary .cart-block--link__expand .cart-block--summary__icon img {
  width: 29px;
  height: 29px;
}
@media screen and (max-width: 575px) {
  div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary .cart-block--link__expand .cart-block--summary__icon img,
  div#block-vesta-theme-korzina-2 .cart--cart-block .cart-block--summary .cart-block--link__expand .cart-block--summary__icon img {
    width: 20px;
    height: 20px;
  }
}
div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary .cart-block--link__expand .cart-block--summary__count,
div#block-vesta-theme-korzina-2 .cart--cart-block .cart-block--summary .cart-block--link__expand .cart-block--summary__count {
  position: absolute;
  top: -5px;
  left: -5px;
  padding: 3px 7px;
  background-color: #6B0000;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: -1%;
  color: #fff;
}
@media screen and (max-width: 575px) {
  div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary .cart-block--link__expand .cart-block--summary__count,
  div#block-vesta-theme-korzina-2 .cart--cart-block .cart-block--summary .cart-block--link__expand .cart-block--summary__count {
    font-size: 12px;
  }
}
.more-link a {
  display: block;
  width: fit-content;
  max-width: 350px;
  margin: auto;
  padding: 18px 25px;
  border-radius: 10px;
  box-shadow: 3px 4px 9px 0 rgba(0, 0, 0, 0.55);
  background-color: #000;
  color: #fff;
  font-family: 'Montserrat', Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  font-weight: 600;
  word-break: break-all;
}
.more-link a:hover {
  background-color: #fff;
  outline: 1px solid #E7E7E7;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .more-link a {
    padding: 14px 20px;
    font-size: 16px;
  }
}
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;
  background-color: #000;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header {
    font-size: 16px;
  }
}
div#page header#header .header-block {
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  div#page header#header .header-block {
    display: none;
  }
}
div#page header#header .header-block .container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
div#page header#header .header-block .container .region.region-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .container .region.region-header {
    width: 30%;
  }
}
div#page header#header .header-block .container .navigation-container .header_top {
  display: flex;
  margin-bottom: 8px;
  flex-wrap: wrap;
  justify-content: end;
  gap: 10px 50px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page header#header .header-block .container .navigation-container .header_top {
    gap: 10px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .container .navigation-container .header_top {
    gap: 10px 15px;
  }
}
div#page header#header .header-block .container .navigation-container .header_top .region-callback div#block-vesta-theme-knopkaostavitzayavku-2 .btn-default {
  padding: 8px 15px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
div#page header#header .header-block .container .navigation-container .header_top .region-callback div#block-vesta-theme-knopkaostavitzayavku-2 .btn-default:hover,
div#page header#header .header-block .container .navigation-container .header_top .region-callback div#block-vesta-theme-knopkaostavitzayavku-2 .btn-default:active,
div#page header#header .header-block .container .navigation-container .header_top .region-callback div#block-vesta-theme-knopkaostavitzayavku-2 .btn-default:focus {
  border-color: #fff;
  background-color: #fff;
  color: #000;
  box-shadow: 1px 0 13px 0 rgba(255, 255, 255, 0.55);
}
div#page header#header .header-block .container .navigation-container .header_top .region-contacts-header div#block-vesta-theme-kontakty-4 a.tel {
  background-image: url('/sites/all/themes/vesta_theme/image/phone-wht.svg');
  background-size: 24px 24px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
div#page header#header .header-block .container .navigation-container .header_top .region-contacts-header div#block-vesta-theme-kontakty-4 a.tel:hover {
  outline: 1px solid #fff;
  text-decoration: none;
  box-shadow: 1px 0 13px 0 rgba(255, 255, 255, 0.55);
}
div#page header#header .header-block .container .navigation-container .header_top .region-contacts-header div#block-vesta-theme-kontakty-4 .mail,
div#page header#header .header-block .container .navigation-container .header_top .region-contacts-header div#block-vesta-theme-kontakty-4 .address {
  display: none;
}
div#page header#header .header-block .container .navigation-container .header_top .search-container {
  position: relative;
  display: flex;
  align-items: center;
}
div#page header#header .header-block .container .navigation-container .header_top .search-container .region-search {
  width: 0;
  overflow: hidden;
  position: absolute;
  right: 115%;
  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 .container .navigation-container .header_top .search-container .region-search .search-form.search-block-form form {
  display: flex;
}
div#page header#header .header-block .container .navigation-container .header_top .search-container .region-search .search-form.search-block-form form .js-form-item.form-item.js-form-type-search.form-type-search input {
  height: 40px;
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  border-radius: 10px 0px 0px 10px;
  width: 100%;
  margin: 0;
  flex: 1 1 auto;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #000;
}
div#page header#header .header-block .container .navigation-container .header_top .search-container .region-search .search-form.search-block-form .form-actions.js-form-wrapper.form-wrapper {
  position: relative;
}
div#page header#header .header-block .container .navigation-container .header_top .search-container .region-search .search-form.search-block-form .form-actions.js-form-wrapper.form-wrapper input {
  margin-right: 0;
  border: 1px solid #fff;
  border-width: 1px 1px 1px 0px;
  border-radius: 0px 10px 10px 0px;
  background-color: #000;
  color: #fff 0;
  padding: 0;
  min-height: unset;
  min-width: unset;
  font-size: 0;
  width: 50px;
  height: 100%;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
div#page header#header .header-block .container .navigation-container .header_top .search-container .region-search .search-form.search-block-form .form-actions.js-form-wrapper.form-wrapper input:hover {
  background-color: #EFEFEF;
}
div#page header#header .header-block .container .navigation-container .header_top .search-container .region-search .search-form.search-block-form .form-actions.js-form-wrapper.form-wrapper::before {
  content: '';
  background-image: url("/sites/all/themes/vesta_theme/image/search.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
div#page header#header .header-block .container .navigation-container .header_top .search-container .region-search.active {
  width: 215px;
}
div#page header#header .header-block .container .navigation-container .header_top .search-container button.search-button {
  position: relative;
  width: 30px;
  height: 30px;
  outline: none;
  border: none;
  background-color: transparent;
  border-radius: 10px;
  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 .container .navigation-container .header_top .search-container button.search-button:hover {
  outline: 1px solid #fff;
  box-shadow: 1px 0 13px 0 rgba(255, 255, 255, 0.55);
}
div#page header#header .header-block .container .navigation-container .header_top .search-container button.search-button::before {
  position: absolute;
  background-image: url('/sites/all/themes/vesta_theme/image/search.svg');
  background-size: 24px 24px;
  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: '';
}
div#page header#header .header-block .container .navigation-container .header_top .search-container button.search-button.active::before {
  content: '+';
  background-image: none;
  font-size: 26px;
  transform: rotate(45deg);
  color: #fff;
}
div#page header#header .header-block .container .region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul {
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
div#page header#header .header-block .container .region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a {
  padding: 13px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
div#page header#header .header-block .container .region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a:hover {
  outline: 1px solid #fff;
  text-decoration: none;
  box-shadow: 1px 0 13px 0 rgba(255, 255, 255, 0.55);
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .container .region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a {
    padding: 9px;
  }
}
div#page header#header .header-block .container .region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a.menuparent {
  padding-right: 18px;
}
div#page header#header .header-block .container .region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a.menuparent .sf-sub-indicator {
  right: 0.2em;
  opacity: 1;
}
div#page header#header .header-block .container .region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li .sf-sub-indicator::after {
  width: 10px;
  height: 7px;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  background: url('/sites/all/themes/vesta_theme/image/arrow-dropdown.svg') center center no-repeat;
  background-size: 10px 7px;
  content: '';
}
div#page header#header .header-block .container .region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li > ul {
  left: -25%;
  transform: translateX(-25%);
  width: 15em !important;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 400;
}
div#page header#header .header-block .container .region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li > ul li a {
  width: 100%;
  padding: 12px 0;
  border-radius: 0;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
div#page header#header .header-block .container .region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li > ul li a:hover {
  outline: none;
  color: #000;
  text-decoration: underline;
}
div#page header#header .header-block .container .region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li > ul li:not(:last-child) a {
  border-bottom: 1px solid rgba(176, 176, 176, 0.4);
}
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: #000;
    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;
}
@media screen and (max-width: 768px) {
  div#page .navigation {
    display: 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 .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(1vw + 12px);
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
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-size: 2rem;
  font-weight: bold;
  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 {
  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: 0.75rem;
}
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: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #0a75a0;
  border: 1px solid #0a75a0;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
div#page 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#intro-block {
  padding-top: 65px;
  padding-bottom: 85px;
  background: url('/sites/all/themes/vesta_theme/image/intro-bg.png') right -45% center no-repeat;
}
@media screen and (min-width: 1600px) {
  div#page div#intro-block {
    background-position: right center;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1360px) {
  div#page div#intro-block {
    background-position: right -55% center;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page div#intro-block {
    background-position: center center;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#intro-block {
    background-position: center center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  div#page div#intro-block {
    padding-top: 160px;
    padding-bottom: 60px;
    background-position: center center;
    background-size: cover;
  }
}
@media screen and (max-width: 575px) {
  div#page div#intro-block {
    padding-top: 120px;
  }
}
div#page div#intro-block .block-content--type-intro {
  width: 35%;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page div#intro-block .block-content--type-intro {
    width: 50%;
    padding: 20px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#intro-block .block-content--type-intro {
    width: 67%;
    padding: 20px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
  }
}
@media screen and (max-width: 768px) {
  div#page div#intro-block .block-content--type-intro {
    width: 65%;
    padding: 20px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
  }
}
@media screen and (max-width: 575px) {
  div#page div#intro-block .block-content--type-intro {
    width: 88%;
  }
}
div#page div#intro-block .block-content--type-intro .field--name-block-title h1 {
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#intro-block .block-content--type-intro .field--name-block-title h1 {
    margin-bottom: 20px;
  }
}
div#page div#intro-block .block-content--type-intro .field--name-body {
  margin-bottom: 30px;
  color: #4F4F4F;
}
@media screen and (min-width: 1200px) and (max-width: 1360px) {
  div#page div#intro-block .block-content--type-intro .field--name-body {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#intro-block .block-content--type-intro .field--name-body {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  div#page div#intro-block .block-content--type-intro .field--name-body br {
    display: none;
  }
}
div#page div#intro-block .block-content--type-intro a.more-link {
  display: block;
  width: fit-content;
  max-width: 250px;
  padding: 18px 50px;
  border-radius: 10px;
  box-shadow: 3px 4px 9px 0 rgba(0, 0, 0, 0.55);
  background-color: #000;
  color: #fff;
  font-family: 'Montserrat', Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  font-weight: 600;
}
div#page div#intro-block .block-content--type-intro a.more-link:hover {
  background-color: #fff;
  outline: 1px solid #E7E7E7;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  div#page div#intro-block .block-content--type-intro a.more-link {
    padding: 14px 30px;
    font-size: 16px;
  }
}
div#page div#catalog-block {
  padding-top: 85px;
}
@media screen and (max-width: 768px) {
  div#page div#catalog-block {
    padding-top: 55px;
  }
}
div#page .view-catalog.view-display-id-block_front .view-content,
div#page .view-catalog.view-display-id-page .view-content {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  div#page .view-catalog.view-display-id-block_front .view-content,
  div#page .view-catalog.view-display-id-page .view-content {
    margin-bottom: 30px;
    gap: 20px;
    justify-content: center;
  }
}
div#page .view-catalog.view-display-id-block_front .view-content .views-row,
div#page .view-catalog.view-display-id-page .view-content .views-row {
  width: 270px;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #E7E7E7;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
div#page .view-catalog.view-display-id-block_front .view-content .views-row:hover,
div#page .view-catalog.view-display-id-page .view-content .views-row:hover {
  box-shadow: 1px 0 13px 0 rgba(0, 0, 0, 0.55);
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page .view-catalog.view-display-id-block_front .view-content .views-row,
  div#page .view-catalog.view-display-id-page .view-content .views-row {
    width: 215px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .view-catalog.view-display-id-block_front .view-content .views-row,
  div#page .view-catalog.view-display-id-page .view-content .views-row {
    width: 225px;
  }
}
@media screen and (max-width: 768px) {
  div#page .view-catalog.view-display-id-block_front .view-content .views-row,
  div#page .view-catalog.view-display-id-page .view-content .views-row {
    width: 260px;
    padding: 18px 5px;
  }
}
@media screen and (min-width: 450px) and (max-width: 575px) {
  div#page .view-catalog.view-display-id-block_front .view-content .views-row,
  div#page .view-catalog.view-display-id-page .view-content .views-row {
    width: 200px;
  }
}
div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog,
div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog {
  display: flex;
  flex-direction: column;
  align-items: center;
}
div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image,
div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image {
  overflow: hidden;
}
div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title,
div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
  max-width: 100%;
}
div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title h3,
div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title h3 {
  max-width: 100%;
}
div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title a,
div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title a {
  max-width: 100%;
  font-size: 24px;
  font-weight: 700;
  word-wrap: break-word;
  word-break: normal;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title a:hover,
div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title a:hover {
  text-decoration: none;
  box-shadow: 1px 0 13px 0 rgba(0, 0, 0, 0.55);
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title a,
  div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title a {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title a,
  div#page .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title a {
    font-size: 22px;
  }
}
div#page div#popular-block {
  padding: 85px 0;
}
@media screen and (max-width: 768px) {
  div#page div#popular-block {
    padding: 55px 0;
  }
}
div#page .view-tovary .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
  justify-content: center;
  -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 .view-tovary .view-content {
    gap: 20px;
    margin-bottom: 30px;
  }
}
div#page .view-tovary .view-content .views-row {
  width: 23%;
  padding: 2px;
  height: auto;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page .view-tovary .view-content .views-row {
    width: 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .view-tovary .view-content .views-row {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  div#page .view-tovary .view-content .views-row {
    width: 45%;
  }
}
@media screen and (max-width: 575px) {
  div#page .view-tovary .view-content .views-row {
    width: 260px;
  }
}
div#page .view-tovary .view-content .views-row article.product {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
div#page .view-tovary .view-content .views-row article.product .product-image {
  border-radius: 5px;
  border: 1px solid #E7E7E7;
}
div#page .view-tovary .view-content .views-row article.product .product-image a {
  padding: 0;
  width: 100%;
}
div#page .view-tovary .view-content .views-row article.product .product-image a img {
  border-radius: 5px;
}
div#page .view-tovary .view-content .views-row article.product .product-description {
  height: 100%;
  display: flex;
  flex-direction: column;
}
div#page .view-tovary .view-content .views-row article.product .product-description .product-title {
  flex-grow: 1;
}
div#page .view-tovary .view-content .views-row article.product .product-description .product-title a {
  padding: 2px;
  transform: translateX(-2px);
  font-size: 24px;
  font-weight: 700;
  word-wrap: break-word;
}
div#page .view-tovary .view-content .views-row article.product .product-description .product-title a:hover {
  color: #000;
  outline: 1px solid #E7E7E7;
  border: none;
  text-decoration: none;
  box-shadow: 1px 0 13px 0 rgba(0, 0, 0, 0.55);
}
@media screen and (max-width: 768px) {
  div#page .view-tovary .view-content .views-row article.product .product-description .product-title a {
    font-size: 18px;
  }
}
div#page .view-tovary .view-content .views-row article.product .product-description .product-variations-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
div#page .view-tovary .view-content .views-row article.product .product-description .product-variations-container .product-price .field--name-price {
  font-size: 24px;
  font-weight: 700;
  color: #7d7d7d;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  div#page .view-tovary .view-content .views-row article.product .product-description .product-variations-container .product-price .field--name-price {
    font-size: 18px;
  }
}
div#page .view-tovary .view-content .views-row article.product .product-description .product-variations-container .product-variations .field--type-entity-reference .field--name-quantity {
  display: none;
}
div#page .view-tovary .view-content .views-row article.product .product-description .product-variations-container .product-variations .field--type-entity-reference .form-actions {
  margin: 0;
}
div#page .view-tovary .view-content .views-row article.product .product-description .product-variations-container .product-variations .field--type-entity-reference .form-actions input.button--add-to-cart {
  display: block;
  width: 67px;
  height: 44px;
  border-radius: 5px;
  border: 1px solid #000;
  outline: none;
  font-size: 0;
  background: #000 url('/sites/all/themes/vesta_theme/image/cart-wht.svg') center center no-repeat;
  background-size: 29px 29px;
  box-shadow: none;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
div#page .view-tovary .view-content .views-row article.product .product-description .product-variations-container .product-variations .field--type-entity-reference .form-actions input.button--add-to-cart:hover {
  opacity: 0.7;
  box-shadow: 1px 0 13px 0 rgba(255, 255, 255, 0.55);
}
@media screen and (max-width: 768px) {
  div#page .view-tovary .view-content .views-row article.product .product-description .product-variations-container .product-variations .field--type-entity-reference .form-actions input.button--add-to-cart {
    width: 59px;
    height: 36px;
  }
}
div#page .view-tovary .view-content .slick-list.draggable {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  div#page .view-tovary .view-content .slick-list.draggable {
    margin-bottom: 20px;
  }
}
div#page .view-tovary .view-content .slick-list.draggable .slick-track {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  div#page .view-tovary .view-content .slick-list.draggable .slick-track {
    gap: 20px;
  }
}
div#page .view-tovary .view-content .slick-arrow {
  width: 50px;
  height: 50px;
  top: 30%;
  border-radius: 50%;
  background-color: #EFEFEF;
  box-shadow: 1px 5px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
div#page .view-tovary .view-content .slick-arrow:hover {
  opacity: 0.7;
}
div#page .view-tovary .view-content .slick-arrow::before {
  width: 9px;
  height: 16px;
  background: url('/sites/all/themes/vesta_theme/image/arrow-next.svg') center center no-repeat;
  transform: rotate(0deg);
}
div#page .view-tovary .view-content .slick-arrow.slick-prev {
  left: -55px;
}
@media screen and (min-width: 1200px) and (max-width: 1360px) {
  div#page .view-tovary .view-content .slick-arrow.slick-prev {
    left: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page .view-tovary .view-content .slick-arrow.slick-prev {
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .view-tovary .view-content .slick-arrow.slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  div#page .view-tovary .view-content .slick-arrow.slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 575px) {
  div#page .view-tovary .view-content .slick-arrow.slick-prev {
    display: none !important;
  }
}
div#page .view-tovary .view-content .slick-arrow.slick-prev::before {
  transform: rotate(180deg);
}
div#page .view-tovary .view-content .slick-arrow.slick-next {
  right: -67px;
}
@media screen and (min-width: 1200px) and (max-width: 1360px) {
  div#page .view-tovary .view-content .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page .view-tovary .view-content .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .view-tovary .view-content .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  div#page .view-tovary .view-content .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  div#page .view-tovary .view-content .slick-arrow.slick-next {
    display: none !important;
  }
}
div#page .view-tovary .view-content .slick-dots li {
  width: 30px;
  height: 8px;
  max-width: 30px;
  min-width: 30px;
  max-height: 8px;
  min-height: 8px;
}
@media screen and (max-width: 768px) {
  div#page .view-tovary .view-content .slick-dots li {
    width: 24px;
    height: 6px;
    max-width: 24px;
    min-width: 24px;
    max-height: 6px;
    min-height: 6px;
  }
}
@media screen and (max-width: 575px) {
  div#page .view-tovary .view-content .slick-dots li {
    width: 6px;
    height: 6px;
    max-width: 6px;
    min-width: 6px;
    max-height: 6px;
    min-height: 6px;
  }
}
div#page .view-tovary .view-content .slick-dots li button {
  width: 30px;
  height: 8px;
  max-width: 30px;
  min-width: 30px;
  max-height: 8px;
  min-height: 8px;
  padding: 0;
  background-color: #E3E3E3;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  div#page .view-tovary .view-content .slick-dots li button {
    width: 24px;
    height: 6px;
    max-width: 24px;
    min-width: 24px;
    max-height: 6px;
    min-height: 6px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 575px) {
  div#page .view-tovary .view-content .slick-dots li button {
    width: 6px;
    height: 6px;
    max-width: 6px;
    min-width: 6px;
    max-height: 6px;
    min-height: 6px;
    border-radius: 50%;
  }
}
div#page .view-tovary .view-content .slick-dots li.slick-active button {
  background-color: #000;
}
div#page .view-tovary .view-content.slick-slider {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  div#page .view-tovary .view-content.slick-slider {
    margin-bottom: 40px;
  }
}
div#page div#advantages-block {
  padding: 100px 0;
  padding-bottom: 33px;
  background-color: #F7F8FA;
}
@media screen and (max-width: 768px) {
  div#page div#advantages-block {
    padding: 60px 0;
    padding-bottom: 20px;
  }
}
div#page div#advantages-block #block-vesta-theme-advantages-title p {
  width: 40%;
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#advantages-block #block-vesta-theme-advantages-title p {
    width: 56%;
  }
}
@media screen and (max-width: 768px) {
  div#page div#advantages-block #block-vesta-theme-advantages-title p {
    width: 60%;
  }
}
@media screen and (max-width: 575px) {
  div#page div#advantages-block #block-vesta-theme-advantages-title p {
    width: 70%;
  }
}
div#page div#advantages-block .field--name-body {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  div#page div#advantages-block .field--name-body {
    margin-bottom: 35px;
  }
}
div#page div#advantages-block .field--name-body h2 {
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  div#page div#advantages-block .field--name-body h2 {
    margin-bottom: 15px;
  }
}
div#page div#advantages-block .field--name-body p {
  color: #343434;
}
div#page div#advantages-block .views-element-container .view-advantages .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  div#page div#advantages-block .views-element-container .view-advantages .view-content {
    gap: 20px;
  }
}
div#page div#advantages-block .views-element-container .view-advantages .view-content .views-row {
  width: 23%;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page div#advantages-block .views-element-container .view-advantages .view-content .views-row {
    width: 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#advantages-block .views-element-container .view-advantages .view-content .views-row {
    width: 20%;
  }
}
@media screen and (max-width: 575px) {
  div#page div#advantages-block .views-element-container .view-advantages .view-content .views-row {
    width: 40%;
  }
}
div#page div#advantages-block .views-element-container .view-advantages .view-content .views-row .block-content--type-advantages {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
div#page div#advantages-block .views-element-container .view-advantages .view-content .views-row .block-content--type-advantages .field--name-field-image {
  width: 65px;
  height: 65px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.2);
}
div#page div#advantages-block .views-element-container .view-advantages .view-content .views-row .block-content--type-advantages .field--name-field-image img {
  width: 40px;
  height: 40px;
}
div#page div#advantages-block .views-element-container .view-advantages .view-content .views-row .block-content--type-advantages .field--name-block-title {
  max-width: 100%;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  color: #343434;
}
@media screen and (max-width: 768px) {
  div#page div#advantages-block .views-element-container .view-advantages .view-content .views-row .block-content--type-advantages .field--name-block-title {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
div#page div#advantages-block .views-element-container .view-advantages .view-content .views-row .block-content--type-advantages .field--name-block-title h3 {
  max-width: 100%;
  word-break: break-all;
}
div#page div#advantages-block .views-element-container .view-advantages .view-content .views-row .block-content--type-advantages .field--name-body {
  color: #343434;
}
div#page div#about-block {
  padding: 85px 0;
}
@media screen and (max-width: 768px) {
  div#page div#about-block {
    padding: 55px 0;
  }
}
div#page div#about-block .region-about {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  div#page div#about-block .region-about {
    gap: 20px;
  }
}
div#page div#about-block .region-about #block-vesta-theme-blokvblokeokompanii {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  div#page div#about-block .region-about #block-vesta-theme-blokvblokeokompanii {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  div#page div#about-block .region-about #block-vesta-theme-blokvblokeokompanii .field--name-body {
    display: flex;
    align-items: center;
    gap: 15px;
  }
}
div#page div#about-block .region-about #block-vesta-theme-blokvblokeokompanii .field--name-body img {
  width: 76px;
  height: 76px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  div#page div#about-block .region-about #block-vesta-theme-blokvblokeokompanii .field--name-body img {
    width: 65px;
    height: 65px;
    margin-bottom: 0;
  }
}
div#page div#about-block .region-about #block-vesta-theme-blokvblokeokompanii .field--name-body p {
  max-width: 370px;
  font-size: 50px;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#about-block .region-about #block-vesta-theme-blokvblokeokompanii .field--name-body p {
    font-size: 46px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#about-block .region-about #block-vesta-theme-blokvblokeokompanii .field--name-body p {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  div#page div#about-block .region-about #block-vesta-theme-blokvblokeokompanii .field--name-body p {
    font-size: 32px;
  }
}
div#page div#about-block .region-about .views-element-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  div#page div#about-block .region-about .views-element-container {
    width: 100%;
  }
}
div#page div#about-block .region-about .views-element-container .block-title {
  text-align: left;
}
@media screen and (max-width: 768px) {
  div#page div#about-block .region-about .views-element-container .block-title {
    display: none;
  }
}
div#page .view-about .field--name-body {
  color: #343434;
}
div#page .view-about .field--name-body p:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  div#page .view-about .field--name-body p:not(:last-child) {
    margin-bottom: 18px;
  }
}
div#page .view-about .field--name-body p:last-child {
  padding: 27px;
  width: fit-content;
  max-width: 400px;
  background-color: #000;
  border-radius: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  word-break: break-all;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .view-about .field--name-body p:last-child {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  div#page .view-about .field--name-body p:last-child {
    font-size: 18px;
  }
}
div#page div#map-block {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  background-color: #181818;
}
div#page div#map-block .container-contacts {
  width: 50%;
  padding-top: 95px;
  padding-bottom: 95px;
}
@media screen and (max-width: 768px) {
  div#page div#map-block .container-contacts {
    width: 100%;
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
div#page div#map-block .container-contacts .region-contacts {
  max-width: 363px;
  margin: auto;
}
@media screen and (min-width: 1600px) {
  div#page div#map-block .container-contacts .region-contacts {
    transform: translateX(25%);
  }
}
@media screen and (max-width: 768px) {
  div#page div#map-block .container-contacts .region-contacts {
    margin: 0;
  }
}
div#page div#map-block .container-contacts .region-contacts div#block-vesta-theme-kontakty-2 .block-title {
  margin-bottom: 34px;
  font-size: 36px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  div#page div#map-block .container-contacts .region-contacts div#block-vesta-theme-kontakty-2 .block-title {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
div#page div#map-block .container-contacts .region-contacts div#block-vesta-theme-kontakty-2 .field--name-body a,
div#page div#map-block .container-contacts .region-contacts div#block-vesta-theme-kontakty-2 .field--name-body p {
  font-size: 18px;
  color: #b3b3b3;
}
@media screen and (max-width: 768px) {
  div#page div#map-block .container-contacts .region-contacts div#block-vesta-theme-kontakty-2 .field--name-body a,
  div#page div#map-block .container-contacts .region-contacts div#block-vesta-theme-kontakty-2 .field--name-body p {
    font-size: 16px;
  }
}
div#page div#map-block .container-contacts .region-contacts div#block-vesta-theme-kontakty-2 .field--name-body a:hover {
  outline: 1px solid #b3b3b3;
  text-decoration: none;
  box-shadow: 1px 0 13px 0 rgba(255, 255, 255, 0.55);
}
div#page div#map-block .container-contacts .region-contacts div#block-vesta-theme-kontakty-2 .field--name-body a.tel {
  background-image: url('/sites/all/themes/vesta_theme/image/phone-gray.svg');
}
div#page div#map-block .container-contacts .region-contacts div#block-vesta-theme-kontakty-2 .field--name-body a.mail {
  background-image: url('/sites/all/themes/vesta_theme/image/mail-gray.svg');
}
div#page div#map-block .container-contacts .region-contacts div#block-vesta-theme-kontakty-2 .field--name-body p.address {
  background-image: url('/sites/all/themes/vesta_theme/image/map-pin-gray.svg');
}
div#page div#map-block .region-map {
  width: 50%;
}
@media screen and (max-width: 768px) {
  div#page div#map-block .region-map {
    width: 100%;
  }
}
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#map-block {
  margin: 0;
}
div#page div#map-block .region.region-map .field.field--name-body {
  display: flex;
}
div#page footer#footer {
  margin: 0;
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #fff;
  color: #000;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  div#page footer#footer {
    padding-top: 55px;
    padding-bottom: 20px;
    font-size: 16px;
  }
}
div#page footer#footer .region.region-footer {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 245px 250px auto auto;
  grid-template-rows: 93px auto;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page footer#footer .region.region-footer {
    gap: 20px 30px;
    grid-template-columns: 245px auto auto auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page footer#footer .region.region-footer {
    grid-template-columns: 245px auto;
    gap: 20px 60px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer {
    grid-template-columns: 245px auto;
    gap: 20px 60px;
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  div#page footer#footer .region.region-footer {
    grid-template-columns: auto;
    gap: 20px;
    justify-content: center;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-logovfutere {
  width: 245px;
  height: 93px;
  margin: auto;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-kontakty-3 {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-kontakty-3 .field--name-body a.tel {
  background-image: url('/sites/all/themes/vesta_theme/image/phone-blck.svg');
  background-size: 24px 24px;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-kontakty-3 .field--name-body a.mail {
  background-image: url('/sites/all/themes/vesta_theme/image/mail-blck.svg');
}
div#page footer#footer .region.region-footer div#block-vesta-theme-kontakty-3 .field--name-body p.address {
  background-image: url('/sites/all/themes/vesta_theme/image/map-pin-blck.svg');
}
div#page footer#footer .region.region-footer div#block-vesta-theme-kontakty-3 .field--name-body a {
  margin-bottom: 0;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-kontakty-3 .field--name-body a:hover {
  outline: 1px solid #E7E7E7;
  text-decoration: none;
  box-shadow: 1px 0 13px 0 rgba(0, 0, 0, 0.55);
}
div#page footer#footer .region.region-footer div#block-vesta-theme-kontakty-3 .field--name-body a,
div#page footer#footer .region.region-footer div#block-vesta-theme-kontakty-3 .field--name-body p {
  padding-top: 8px;
  padding-bottom: 8px;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-navigaciyavpodvale {
  grid-row: 1 / span 2;
}
@media screen and (max-width: 575px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-navigaciyavpodvale {
    grid-row: unset;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-navigaciyavpodvale > ul {
  word-break: break-all;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-navigaciyavpodvale > ul li a {
  padding: 11px;
  color: #000;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-navigaciyavpodvale > ul li a:hover {
  outline: 1px solid #E7E7E7;
  text-decoration: none;
  box-shadow: 1px 0 13px 0 rgba(0, 0, 0, 0.55);
}
div#page footer#footer .region.region-footer div#block-vesta-theme-navigaciyavpodvale > ul li a.menuparent .sf-sub-indicator {
  right: 0.2em;
  opacity: 1;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-navigaciyavpodvale > ul li > ul {
  background-color: #fff;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-navigaciyavpodvale ul.sf-menu.sf-vertical {
  width: 13em;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-views-block-catalog-block-1 {
  grid-row: 1 / span 2;
  grid-column: span 2;
  word-break: break-all;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-views-block-catalog-block-1 {
    grid-row: 4 / 5;
    grid-column: 1 / span 2;
  }
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-views-block-catalog-block-1 {
    grid-row: 4 / 5;
    grid-column: 1 / span 2;
  }
}
@media screen and (max-width: 575px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-views-block-catalog-block-1 {
    grid-row: unset;
    grid-column: unset;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-views-block-catalog-block-1 .view-content {
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  grid-auto-flow: column;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-views-block-catalog-block-1 .view-content {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-views-block-catalog-block-1 .view-content {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row;
    column-gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-views-block-catalog-block-1 .view-content {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row;
    column-gap: 60px;
  }
}
@media screen and (max-width: 575px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-views-block-catalog-block-1 .view-content {
    grid-template-columns: auto;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-views-block-catalog-block-1 .view-content .views-row {
  width: fit-content;
  max-width: 210px;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-views-block-catalog-block-1 .view-content .views-row a {
  padding: 9px;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-views-block-catalog-block-1 .view-content .views-row a:hover {
  outline: 1px solid #E7E7E7;
  text-decoration: none;
  box-shadow: 1px 0 13px 0 rgba(0, 0, 0, 0.55);
}
div#page div#copyrights-block {
  background-color: #fff;
  padding: 25px 0;
  border-bottom: 1px solid #b3b3b3;
  color: #7d7d7d;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1%;
}
div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .copyright a {
  color: #7d7d7d;
  text-decoration: underline;
  text-align: center;
}
div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .copyright a:hover {
  outline: 1px solid #E7E7E7;
  text-decoration: none;
  box-shadow: 1px 0 13px 0 rgba(0, 0, 0, 0.55);
}
div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .copyright p.privacy-content {
  margin: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 30px;
  justify-content: center;
}
div#page .vesta_backlink {
  padding-top: 15px;
}
div#page .vesta_backlink a {
  margin: auto;
  color: #7d7d7d;
}
div#page .vesta_backlink a:hover {
  outline: 1px solid #E7E7E7;
  text-decoration: none;
  box-shadow: 1px 0 13px 0 rgba(0, 0, 0, 0.55);
}
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: 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 {
    width: 100%;
    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.page.front main {
  height: 0;
  margin-bottom: 0;
}
div#page.page.not-front main.main {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  div#page.page.not-front main.main {
    margin-bottom: 25px;
    padding-top: 90px;
  }
}
@media screen and (max-width: 575px) {
  div#page.page.not-front main.main {
    padding-top: 80px;
  }
}
@media screen and (max-width: 375px) {
  div#page.page.not-front main.main {
    padding-top: 45px;
  }
}
div#page.page.not-front main.main .view-catalog .view-content {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  div#page.page.not-front main.main .view-catalog .view-content {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  div#page.page.not-front main.main .view-catalog .view-content .views-row {
    width: 255px;
  }
}
@media screen and (min-width: 450px) and (max-width: 575px) {
  div#page.page.not-front main.main .view-catalog .view-content .views-row {
    width: 194px;
  }
}
@media screen and (min-width: 450px) and (max-width: 575px) {
  div#page.page.not-front main.main .view-catalog .view-content .views-row .field--name-taxonomy-term-title h3 a {
    font-size: 19px;
    word-wrap: break-word;
    word-break: normal;
  }
}
.product-full .row .product-image .field--name-field-image-product-view .field__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .product-full .row .product-image .field--name-field-image-product-view .field__item {
    margin-bottom: 15px;
    justify-content: start;
  }
}
@media screen and (max-width: 768px) {
  .product-full .row .product-image .field--name-field-image-product-view .field__item {
    justify-content: start;
    margin-bottom: 15px;
  }
}
.product-full .row .product-image .field--name-field-image-product-view .field__item img {
  width: 400px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .product-full .row .product-image .field--name-field-image-product-view .field__item img {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .product-full .row .product-image .field--name-field-image-product-view .field__item img {
    width: 80%;
  }
}
.product-full .row .product-title {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .product-full .row .product-title {
    font-size: 20px;
  }
}
.product-full .row .product-price .field--name-price {
  font-size: 24px;
  font-weight: 700;
  color: #7d7d7d;
}
@media screen and (max-width: 768px) {
  .product-full .row .product-price .field--name-price {
    font-size: 18px;
  }
}
.product-full .row .product-variations .field--name-variations .field--name-quantity {
  display: none;
  width: 140px;
}
.product-full .row .product-variations .field--name-variations .field--name-quantity input {
  text-align: center;
}
.product-full .row .product-variations .form-actions input {
  display: block;
  width: fit-content;
  max-width: 250px;
  margin: 0;
  padding: 18px 25px;
  border: none;
  outline: none;
  border-radius: 10px;
  box-shadow: 3px 4px 9px 0 rgba(0, 0, 0, 0.55);
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-full .row .product-variations .form-actions input:hover {
  border: none;
  background-color: #fff;
  outline: 1px solid #E7E7E7;
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .product-full .row .field--name-body {
    font-size: 16px;
  }
}
.product-full .row .field--name-body .table-responsive {
  margin-bottom: 20px;
}
.product-full .row .field--name-body table td {
  padding: 5px;
  border: 1px solid #000;
}
div[role=dialog] {
  border-radius: 10px;
  overflow: hidden;
  font-size: 16px;
}
div[role=dialog] .ui-dialog-titlebar {
  background-color: #EFEFEF;
}
div[role=dialog] .ui-front {
  background-color: #fff;
}
div[role=dialog] .ui-front a {
  display: inline;
  padding: 0;
  font-weight: 600;
}
div[role=dialog] .ui-front a:hover,
div[role=dialog] .ui-front a:focus-visible {
  color: #000;
  text-decoration: underline;
}
div[role=dialog] .ui-dialog-buttonpane {
  background-color: #EFEFEF;
}
div[role=dialog] .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: left;
}
div[role=dialog] .ui-dialog-buttonpane .ui-dialog-buttonset button {
  display: block;
  width: fit-content;
  max-width: 250px;
  padding: 12px 25px;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
div[role=dialog] .ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
  background-color: #fff;
  outline: 1px solid #E7E7E7;
  color: #000;
  text-decoration: none;
}
div.cart.cart-form .view-commerce-cart-form form table thead {
  display: none;
}
div.cart.cart-form .view-commerce-cart-form form table tbody tr {
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
div.cart.cart-form .view-commerce-cart-form form table tbody tr:hover {
  background-color: rgba(125, 125, 125, 0.1);
}
div.cart.cart-form .view-commerce-cart-form form table tbody tr td {
  border: none;
  vertical-align: middle;
}
div.cart.cart-form .view-commerce-cart-form form table tbody tr .views-field-unit-price__number {
  color: #7d7d7d;
}
div.cart.cart-form .view-commerce-cart-form form table tbody tr .views-field-edit-quantity {
  width: 150px;
}
div.cart.cart-form .view-commerce-cart-form form table tbody tr .views-field-edit-quantity input.form-control {
  text-align: center;
}
div.cart.cart-form .view-commerce-cart-form form table tbody tr .views-field-total-price__number {
  font-weight: 700;
}
div.cart.cart-form .view-commerce-cart-form form table tbody tr .views-field-remove-button input {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: none;
  outline: none;
  background: url('/sites/all/themes/vesta_theme/image/удалить.svg') center center no-repeat;
  background-size: 24px 24px;
  font-size: 0;
}
div.cart.cart-form .view-commerce-cart-form form table tbody tr:not(:last-child) {
  border-bottom: 1px solid rgba(176, 176, 176, 0.5);
}
div.cart.cart-form .view-commerce-cart-form form .field--name-total-price .order-total-line__subtotal {
  color: #7d7d7d;
}
div.cart.cart-form .view-commerce-cart-form form .form-actions input#edit-checkout {
  display: block;
  width: fit-content;
  max-width: 250px;
  margin: auto;
  padding: 18px 25px;
  border-radius: 10px;
  border: none;
  outline: none;
  box-shadow: 3px 4px 9px 0 rgba(0, 0, 0, 0.55);
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
div.cart.cart-form .view-commerce-cart-form form .form-actions input#edit-checkout:hover {
  background-color: #fff;
  outline: 1px solid #E7E7E7;
  color: #000;
  text-decoration: none;
}
form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .field--name-field-address legend {
  display: none;
}
form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-review fieldset legend {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-review fieldset legend {
    font-size: 14px;
  }
}
form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-review fieldset legend .fieldset-legend {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-review fieldset legend .fieldset-legend a {
  padding: 0;
  color: #000;
}
form.commerce-checkout-flow-multistep-default .layout-region-checkout-main .checkout-pane-review fieldset legend .fieldset-legend a:hover {
  color: #000;
}
form.commerce-checkout-flow-multistep-default .layout-region-checkout-secondary .checkout-pane.checkout-pane-order-summary {
  padding: 10px;
  border: 1px solid rgba(176, 176, 176, 0.5);
  border-radius: 10px;
}
@media screen and (max-width: 575px) {
  form.commerce-checkout-flow-multistep-default .layout-region-checkout-secondary .checkout-pane.checkout-pane-order-summary {
    padding: 3px;
  }
}
form.commerce-checkout-flow-multistep-default .layout-region-checkout-secondary .checkout-pane.checkout-pane-order-summary table tr {
  border: none;
  border-bottom: 1px solid rgba(176, 176, 176, 0.5);
}
form.commerce-checkout-flow-multistep-default .layout-region-checkout-secondary .checkout-pane.checkout-pane-order-summary table tr td {
  border: none;
}
@media screen and (max-width: 575px) {
  form.commerce-checkout-flow-multistep-default .layout-region-checkout-secondary .checkout-pane.checkout-pane-order-summary table tr td {
    padding: 3px;
  }
}
form.commerce-checkout-flow-multistep-default .layout-region-checkout-secondary .checkout-pane.checkout-pane-order-summary .order-total-line__subtotal {
  display: none;
}
form.commerce-checkout-flow-multistep-default .layout-region-checkout-footer .form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
form.commerce-checkout-flow-multistep-default .layout-region-checkout-footer .form-actions input.btn-primary {
  margin: 0;
}
@media screen and (max-width: 575px) {
  form.commerce-checkout-flow-multistep-default .layout-region-checkout-footer .form-actions input.btn-primary {
    padding: 12px 10px;
    font-size: 14px;
  }
}
form.commerce-checkout-flow-multistep-default .layout-region-checkout-footer .form-actions a {
  color: #000;
}
form.commerce-checkout-flow-multistep-default .layout-region-checkout-footer .form-actions a:hover {
  color: #000;
}
form.search-api-page-block-form-search {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
form.search-api-page-block-form-search input.btn-primary {
  padding: 12px 25px;
}
.view-fotogalereya .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.view-fotogalereya .view-content .views-row {
  width: 23%;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .view-fotogalereya .view-content .views-row {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .view-fotogalereya .view-content .views-row {
    width: 30%;
  }
}
@media screen and (max-width: 575px) {
  .view-fotogalereya .view-content .views-row {
    width: 80%;
  }
}
.view-fotogalereya .view-content .views-row .node--type-photogallery {
  height: 100%;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
}
.view-fotogalereya .view-content .views-row .node--type-photogallery .field__item {
  border-radius: 5px;
  overflow: hidden;
}
.view-fotogalereya .view-content .views-row .node--type-photogallery .field__item a.b-link {
  margin: auto;
  padding: 0;
}
.view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title {
  padding: 10px;
}
.view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title a {
  margin: auto;
}
.view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title a:hover {
  text-decoration: none;
  box-shadow: 1px 0 13px 0 rgba(0, 0, 0, 0.55);
  color: #000;
}
.view-gallery-page .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.view-gallery-page .view-content .views-row {
  width: 23%;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .view-gallery-page .view-content .views-row {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .view-gallery-page .view-content .views-row {
    width: 30%;
  }
}
@media screen and (max-width: 575px) {
  .view-gallery-page .view-content .views-row {
    width: 80%;
  }
}
.view-gallery-page .view-content .views-row .views-field-field-media-image {
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
}
.view-gallery-page .view-content .views-row .views-field-field-media-image .field-content a {
  margin: auto;
  padding: 0;
}
body.body-node--800 main.main {
  margin-bottom: 0 !important;
}
body.body-node--800 #block-vesta-theme-kontakty-2 .block-title {
  display: none;
}
