@font-face {
  font-family: "Inter";
  src: url("/sites/all/themes/vesta_theme/fonts/Inter-Regular.woff") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Manrope";
  src: url("/sites/all/themes/vesta_theme/fonts/Manrope-Regular.woff") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Manrope";
  src: url("/sites/all/themes/vesta_theme/fonts/Manrope-Medium.woff") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Manrope";
  src: url("/sites/all/themes/vesta_theme/fonts/Manrope-SemiBold.woff2") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Manrope";
  src: url("/sites/all/themes/vesta_theme/fonts/Manrope-Bold.woff") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Manrope";
  src: url("/sites/all/themes/vesta_theme/fonts/Manrope-ExtraBold.woff") format("truetype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "NeueMontreal";
  src: url("/sites/all/themes/vesta_theme/fonts/NeueMontreal-Medium.woff") format("truetype");
  font-style: normal;
  font-weight: 500;
}
.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: #303030;
  font-family: Manrope, -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: #fff;
  color: inherit;
  font-family: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
.page > *:not(header, footer) .block-title {
  font-family: Manrope, -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: #fff;
  z-index: 100;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  #mobile-header {
    display: flex;
  }
}
#mobile-header .page-header {
  flex-grow: 1;
  font-weight: 300;
  align-self: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 5px;
}
#mobile-header > a {
  color: inherit;
  font-size: 32px;
  line-height: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  min-width: 45px;
}
.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: #303030 !important;
  color: #fff !important;
}
.mm-listview li a:hover {
  background: #303030 !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 {
  display: inline-block;
  background-color: #de0807;
  border-color: #de0807;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 7px;
  padding: 11px;
  line-height: 1.21;
  text-decoration: none;
}
.btn-default:focus,
.btn-primary:focus,
.btn-default:hover,
.btn-primary:hover {
  color: #fff;
  background-color: #9c0202;
  border-color: #9c0202;
}
.block,
.view .node {
  position: relative;
}
#scrollToTop {
  width: 41px;
  height: 41px;
  background: none;
  text-indent: 0;
  font-size: 0;
  transition: transform 0.2s;
  border: 0px;
  outline: 0px;
  display: flex;
  bottom: 318px;
  cursor: pointer;
  position: fixed;
  right: 26px;
  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: 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;
}
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;
}
@media (min-width: 576px) {
  .product-teaser .product-teaser-image {
    max-width: 280px;
  }
}
@media (min-width: 768px) {
  .product-teaser .product-teaser-image {
    max-width: 380px;
  }
}
@media (min-width: 992px) {
  .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 {
  min-width: 280px;
  max-height: 280px;
  min-height: 280px;
  max-width: 280px;
}
@media (min-width: 768px) {
  .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 {
    min-width: 380px;
    max-height: 380px;
    min-height: 380px;
    max-width: 380px;
  }
}
@media (min-width: 992px) {
  .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;
  }
}
.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;
  height: 66px;
}
@media (min-width: 576px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable {
    height: 88px;
  }
}
@media (min-width: 992px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable {
    height: auto;
  }
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track {
  height: 66px;
}
@media (min-width: 576px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track {
    height: 88px;
  }
}
@media (min-width: 992px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track {
    height: auto;
  }
}
.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: 66px;
  min-width: 66px;
  max-height: 66px;
  min-height: 66px;
}
@media (min-width: 768px) {
  .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 {
    max-width: 88px;
    min-width: 88px;
    max-height: 88px;
    min-height: 88px;
  }
}
@media (min-width: 992px) {
  .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 {
    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: 66px;
  min-width: 66px;
  max-height: 66px;
  min-height: 66px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .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: 88px;
    min-width: 88px;
    max-height: 88px;
    min-height: 88px;
  }
}
@media (min-width: 992px) {
  .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 {
    object-fit: cover;
    max-width: 118px;
    min-width: 118px;
    max-height: 118px;
    min-height: 118px;
  }
}
.product-teaser .product-teaser-info {
  max-width: 500px;
}
.body-product-type--vesta_product .product-teaser {
  display: flex;
  flex-direction: column!important;
  gap: 50px;
}
@media (min-width: 768px) {
  .body-product-type--vesta_product .product-teaser {
    flex-direction: row!important;
  }
}
@media (min-width: 576px) {
  .body-product-type--vesta_product .product-teaser .product-teaser-image {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .body-product-type--vesta_product .product-teaser .product-teaser-image {
    max-width: 380px;
  }
}
@media (min-width: 992px) {
  .body-product-type--vesta_product .product-teaser .product-teaser-image {
    max-width: 500px;
  }
}
.body-product-type--vesta_product .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;
}
.body-product-type--vesta_product .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 {
  min-width: 200px;
  max-height: 200px;
  min-height: 200px;
  max-width: 200px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .body-product-type--vesta_product .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 {
    min-width: 340px;
    max-height: 340px;
    min-height: 340px;
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .body-product-type--vesta_product .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;
  }
}
.body-product-type--vesta_product .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;
  height: 66px;
}
@media (min-width: 576px) {
  .body-product-type--vesta_product .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable {
    height: 88px;
  }
}
@media (min-width: 992px) {
  .body-product-type--vesta_product .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable {
    height: auto;
  }
}
.body-product-type--vesta_product .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track {
  height: 70px;
}
@media (min-width: 576px) {
  .body-product-type--vesta_product .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track {
    height: 88px;
  }
}
@media (min-width: 992px) {
  .body-product-type--vesta_product .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track {
    height: auto;
  }
}
.body-product-type--vesta_product .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: 70px;
  min-width: 70px;
  max-height: 70px;
  min-height: 70px;
}
@media (min-width: 768px) {
  .body-product-type--vesta_product .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 {
    max-width: 69px;
    min-width: 69px;
    max-height: 69px;
    min-height: 69px;
  }
}
@media (min-width: 992px) {
  .body-product-type--vesta_product .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 {
    max-width: 100px;
    min-width: 100px;
    max-height: 100px;
    min-height: 100px;
  }
}
@media (min-width: 1200px) {
  .body-product-type--vesta_product .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 {
    max-width: 118px;
    min-width: 118px;
    max-height: 118px;
    min-height: 118px;
  }
}
.body-product-type--vesta_product .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: 70px;
  min-width: 70px;
  max-height: 70px;
  min-height: 70px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .body-product-type--vesta_product .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: 69px;
    min-width: 69px;
    max-height: 69px;
    min-height: 69px;
  }
}
@media (min-width: 992px) {
  .body-product-type--vesta_product .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 {
    object-fit: cover;
    max-width: 100px;
    min-width: 100px;
    max-height: 100px;
    min-height: 100px;
  }
}
@media (min-width: 1200px) {
  .body-product-type--vesta_product .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;
  }
}
.body-product-type--vesta_product .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: #f1f1f1;
  /*
  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;
                  }
                  .node.node--type-slide.node--view-mode-default.ds-1col {
                    .field.field--name-field-image.field--type-image {
                      img {
                      }
                    }
                    .content {
                      position: absolute;
                      top: 0;
                      bottom: calc(1vw + 12px);
                      left: 0;
                      right: 0;
                      display: flex;
                      flex-direction: column;
                      justify-content: center;
                      color: #fff;
                      .field.field--name-field-slide-title {
                        p {
                          font-size: 2rem;
                          font-weight: bold;
                          margin-bottom: 0.5rem;
                        }
                      }
                      .field.field.field--name-body {
                        p {
                          margin: 0.5rem;
                        }
                      }
                      .field.field--name-field-slide-link {
                        margin-top: 0.75rem;
                        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;
                        }
                      }
                    }
                  }
                }
              }
            }
            button.slick-prev.slick-arrow {
              left: 25px;
            }
            button.slick-next.slick-arrow {
              right: 25px;
            }
          }
        }
      }
    }
  }*/
}
div#page header#header {
  margin: 0;
}
div#page header#header .header-top {
  background: #f1f1f1;
}
div#page header#header .header-top .region-header-top {
  display: flex;
  align-items: center;
  padding: 3px 0;
}
@media (min-width: 768px) {
  div#page header#header .header-top .region-header-top {
    justify-content: space-between;
  }
}
div#page header#header .header-top .region-header-top #block-logo-top img {
  border-radius: 12px;
}
div#page header#header .header-top .region-header-top #block-vesta-theme-kontakty {
  display: none;
}
@media (min-width: 768px) {
  div#page header#header .header-top .region-header-top #block-vesta-theme-kontakty {
    display: block;
  }
}
div#page header#header .header-top .region-header-top #block-vesta-theme-kontakty .field--name-body {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 992px) {
  div#page header#header .header-top .region-header-top #block-vesta-theme-kontakty .field--name-body {
    gap: 36px;
  }
}
div#page header#header .header-top .region-header-top #block-vesta-theme-kontakty .field--name-body .tel,
div#page header#header .header-top .region-header-top #block-vesta-theme-kontakty .field--name-body .mail {
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 400;
  font-size: 16px;
  color: #0d0d0d;
  text-decoration: none;
}
div#page header#header .header-top .region-header-top #block-vesta-theme-kontakty .field--name-body .tel:hover,
div#page header#header .header-top .region-header-top #block-vesta-theme-kontakty .field--name-body .mail:hover {
  text-decoration: underline;
}
div#page header#header .header-top .region-header-top #block-vesta-theme-kontakty .field--name-body .tel::before,
div#page header#header .header-top .region-header-top #block-vesta-theme-kontakty .field--name-body .mail::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/phone.svg");
}
div#page header#header .header-top .region-header-top #block-vesta-theme-kontakty .field--name-body .mail {
  gap: 7px;
}
div#page header#header .header-top .region-header-top #block-vesta-theme-kontakty .field--name-body .mail::before {
  background-image: url("/sites/all/themes/vesta_theme/image/sms.svg");
}
div#page header#header .header-top .region-header-top #block-vesta-theme-kontakty .field--name-body .tel:first-child {
  margin-right: 12px;
}
div#page header#header .header-top .region-header-top div#block-vesta-theme-korzina {
  margin-right: 15px;
}
@media (min-width: 768px) {
  div#page header#header .header-top .region-header-top div#block-vesta-theme-korzina {
    margin-right: 0;
  }
}
div#page header#header .header-top .region-header-top div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary a {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
}
div#page header#header .header-top .region-header-top div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary a span.cart-block--summary__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  width: 43px;
  height: 43px;
  background: #de0807;
}
div#page header#header .header-top .region-header-top div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary a span.cart-block--summary__icon img {
  width: 24px;
  max-width: 24px;
  max-height: 24px;
  object-fit: cover;
}
div#page header#header .header-top .region-header-top div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary a span.cart-block--summary__count {
  position: absolute;
  top: 0;
  left: calc(100% - 10px);
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 1px 2px 1px;
  min-width: 20px;
  height: 20px;
  font-size: 12px;
  color: #303030;
  line-height: 1;
  font-family: inherit;
  font-weight: unset;
  opacity: 1;
}
@media (min-width: 768px) {
  div#page header#header .header-top .region-header-top div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary a span.cart-block--summary__count {
    bottom: 5px;
    left: 30px;
  }
}
div#page header#header .header-top .region-header-top div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary a span.cart-block--summary__text {
  margin-left: 14px;
  font-weight: 600;
  font-size: 18px;
  color: #0d0d0d;
  text-decoration: none;
  display: none;
}
@media (min-width: 768px) {
  div#page header#header .header-top .region-header-top div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary a span.cart-block--summary__text {
    display: block;
  }
}
@media (min-width: 768px) {
  div#page header#header .header-top .region-header-top #block-vesta-theme-knopkaotkrytmobilnoemenyu {
    display: none;
  }
}
div#page header#header .header-top .region-header-top #block-logo-top {
  margin-right: auto;
}
@media (min-width: 768px) {
  div#page header#header .header-top .region-header-top #block-logo-top {
    margin-right: 0;
  }
}
div#page header#header .header-top .region-header-top #block-logo-top img {
  height: auto;
  max-width: 165px;
}
@media (min-width: 768px) {
  div#page header#header .header-top .region-header-top #block-logo-top img {
    max-width: 217px;
  }
}
@media (min-width: 768px) {
  div#page header#header .header-top .region-header-top #block-logo-top {
    display: none;
  }
}
div#page header#header .header-block {
  padding: 10px 0;
  background-color: white;
}
div#page header#header .header-block .region.region-header {
  display: grid;
  grid-template-columns: 100%;
  gap: 0 30px;
  align-items: center;
}
@media (min-width: 576px) {
  div#page header#header .header-block .region.region-header {
    grid-template-columns: auto 1fr;
  }
}
@media (min-width: 768px) {
  div#page header#header .header-block .region.region-header {
    grid-template-columns: auto 1fr auto;
  }
}
div#page header#header .header-block .region.region-header div#block-vesta-theme-logo {
  display: none;
}
@media (min-width: 768px) {
  div#page header#header .header-block .region.region-header div#block-vesta-theme-logo {
    display: block;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
div#page header#header .header-block .region.region-header div#block-vesta-theme-logo p a img {
  max-width: 165px;
  height: auto;
}
@media (min-width: 992px) {
  div#page header#header .header-block .region.region-header div#block-vesta-theme-logo p a img {
    max-width: 217px;
  }
}
div#page header#header .header-block .region.region-header div#block-header-kontakty {
  display: block;
}
@media (min-width: 768px) {
  div#page header#header .header-block .region.region-header div#block-header-kontakty {
    display: none;
  }
}
div#page header#header .header-block .region.region-header div#block-header-kontakty .field--name-body {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  div#page header#header .header-block .region.region-header div#block-header-kontakty .field--name-body {
    gap: 20px;
    margin-bottom: 0;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  div#page header#header .header-block .region.region-header div#block-header-kontakty .field--name-body {
    align-items: center;
  }
}
@media (min-width: 992px) {
  div#page header#header .header-block .region.region-header div#block-header-kontakty .field--name-body {
    gap: 36px;
  }
}
div#page header#header .header-block .region.region-header div#block-header-kontakty .field--name-body .tel,
div#page header#header .header-block .region.region-header div#block-header-kontakty .field--name-body .mail {
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 400;
  font-size: 16px;
  color: #0d0d0d;
  text-decoration: none;
  white-space: nowrap;
}
div#page header#header .header-block .region.region-header div#block-header-kontakty .field--name-body .tel:hover,
div#page header#header .header-block .region.region-header div#block-header-kontakty .field--name-body .mail:hover {
  text-decoration: underline;
}
div#page header#header .header-block .region.region-header div#block-header-kontakty .field--name-body .tel::before,
div#page header#header .header-block .region.region-header div#block-header-kontakty .field--name-body .mail::before {
  content: "";
  display: block;
  width: 17px;
  flex: 0 0 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/phone.svg");
}
div#page header#header .header-block .region.region-header div#block-header-kontakty .field--name-body .mail {
  display: none;
  gap: 7px;
}
@media (min-width: 576px) {
  div#page header#header .header-block .region.region-header div#block-header-kontakty .field--name-body .mail {
    display: flex;
  }
}
div#page header#header .header-block .region.region-header div#block-header-kontakty .field--name-body .mail::before {
  background-image: url("/sites/all/themes/vesta_theme/image/sms.svg");
}
div#page header#header .header-block .region.region-header div#block-header-kontakty .field--name-body .tel:first-child {
  margin-right: 12px;
}
div#page header#header .header-block .region.region-header .search-form.search-block-form {
  grid-row: 3/4;
}
@media (min-width: 576px) {
  div#page header#header .header-block .region.region-header .search-form.search-block-form {
    grid-row: 2/3;
  }
}
@media (min-width: 768px) {
  div#page header#header .header-block .region.region-header .search-form.search-block-form {
    grid-row: 1/2;
  }
}
div#page header#header .header-block .region.region-header .search-form.search-block-form form {
  display: flex;
  justify-content: space-between;
}
div#page header#header .header-block .region.region-header .search-form.search-block-form form .js-form-item.form-item.js-form-type-search.form-type-search {
  flex-grow: 1;
}
div#page header#header .header-block .region.region-header .search-form.search-block-form form .js-form-item.form-item.js-form-type-search.form-type-search input {
  height: 51px;
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  border-radius: 7px 0px 0px 7px;
  width: 100%;
  margin: 0;
  flex: 1 1 auto;
  padding: 16px 16px 16px 32px;
  font-weight: 400;
  font-size: 14px;
  color: #0d0d0d;
  line-height: 1.5;
  color: #495057;
  background-color: #f1f1f1;
  background-clip: padding-box;
  border: 1px solid #f1f1f1;
}
div#page header#header .header-block .region.region-header .search-form.search-block-form form .js-form-item.form-item.js-form-type-search.form-type-search input:focus {
  box-shadow: none;
  border-color: black;
}
div#page header#header .header-block .region.region-header .search-form.search-block-form .form-actions.js-form-wrapper.form-wrapper {
  position: relative;
}
div#page header#header .header-block .region.region-header .search-form.search-block-form .form-actions.js-form-wrapper.form-wrapper input {
  margin-right: 0;
  border: 1px solid #0d0d0d;
  border-width: 1px 1px 1px 0px;
  border-radius: 0px 7px 7px 0px;
  background-color: #0d0d0d;
  color: #fff 0;
  padding: 0;
  min-height: unset;
  min-width: unset;
  font-size: 0;
  width: 51px;
  height: 100%;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
div#page header#header .header-block .region.region-header .search-form.search-block-form .form-actions.js-form-wrapper.form-wrapper input:hover {
  background-color: #de0807;
  border-color: #de0807;
}
div#page header#header .header-block .region.region-header .search-form.search-block-form .form-actions.js-form-wrapper.form-wrapper::before {
  content: "";
  background-image: url("/sites/all/themes/vesta_theme/image/search.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
div#page header#header .header-block .region.region-header #block-vesta-theme-knopkaostavitzayavku {
  margin-top: 15px;
}
@media (min-width: 576px) {
  div#page header#header .header-block .region.region-header #block-vesta-theme-knopkaostavitzayavku {
    margin-top: 0;
  }
}
@media (min-width: 576px) {
  div#page header#header .header-block .region.region-header #block-vesta-theme-knopkaostavitzayavku .field--name-body p {
    text-align: right;
  }
}
@media (min-width: 768px) {
  div#page header#header .header-block .region.region-header #block-vesta-theme-knopkaostavitzayavku .field--name-body p {
    text-align: left;
  }
}
div#page header#header .header-block .region.region-header #block-vesta-theme-knopkaostavitzayavku .field--name-body p a {
  padding: 16px 27px;
  margin-right: 0!important;
}
div#page header#header .header-block .region.region-header #block-header-kontakty {
  grid-row: 1/3;
}
@media (min-width: 768px) {
  div#page header#header .header-block .region.region-header #block-header-kontakty {
    display: none;
  }
}
div#page header#header .header-block .region.region-header #block-header-kontakty .field--name-body {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  div#page header#header .header-block .region.region-header #block-header-kontakty .field--name-body {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  div#page header#header .header-block .region.region-header #block-header-kontakty .field--name-body {
    gap: 36px;
  }
}
div#page header#header .header-block .region.region-header #block-header-kontakty .field--name-body .tel,
div#page header#header .header-block .region.region-header #block-header-kontakty .field--name-body .mail {
  display: flex;
  gap: 3px;
  font-weight: 400;
  font-size: 16px;
  color: #0d0d0d;
  text-decoration: none;
}
div#page header#header .header-block .region.region-header #block-header-kontakty .field--name-body .tel:hover,
div#page header#header .header-block .region.region-header #block-header-kontakty .field--name-body .mail:hover {
  text-decoration: underline;
}
div#page header#header .header-block .region.region-header #block-header-kontakty .field--name-body .tel::before,
div#page header#header .header-block .region.region-header #block-header-kontakty .field--name-body .mail::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/phone.svg");
}
div#page header#header .header-block .region.region-header #block-header-kontakty .field--name-body .mail::before {
  background-image: url("/sites/all/themes/vesta_theme/image/sms.svg");
}
div#page header#header .header-block .region.region-header #block-header-kontakty .field--name-body .tel:first-child {
  margin-right: 12px;
}
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: #0d0d0d;
  margin-bottom: 11px;
}
@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 .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0px;
}
@media (min-width: 992px) {
  div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul {
    gap: 5px 16px;
  }
}
@media (min-width: 1200px) {
  div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul {
    gap: 5px 37px;
  }
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a {
  padding: 16px 20px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 7px;
  text-decoration: none;
  line-height: 1.37;
}
@media (min-width: 992px) {
  div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a {
    padding: 16px 32px;
  }
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a:hover {
  background: #de0807;
  text-decoration: none;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a.menuparent .sf-sub-indicator {
  right: 0px;
  top: 59%;
}
@media (min-width: 992px) {
  div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a.menuparent .sf-sub-indicator {
    right: 8px;
  }
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a.menuparent .sf-sub-indicator::after {
  content: "";
  width: 10px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/ar-catalog.svg");
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li > ul {
  background-color: #fff;
  border-radius: 7px;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li > ul li a {
  color: black;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li > ul li a:hover {
  color: white;
}
div#page #slider-block {
  position: relative;
  margin-bottom: 32px;
}
div#page #slider-block::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2334px;
  height: 1104px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/fon-polygon.svg");
}
div#page #slider-block .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide {
  position: relative;
}
div#page #slider-block .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide > .contextual {
  right: 30px;
}
div#page #slider-block .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .field--name-field-image {
  position: relative;
}
div#page #slider-block .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .field--name-field-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 20, 20, 0.59);
}
@media (min-width: 768px) {
  div#page #slider-block .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .field--name-field-image::before {
    display: none;
  }
}
div#page #slider-block .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .field--name-field-image img {
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 7px;
  min-height: 240px;
}
div#page #slider-block .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .content {
  position: absolute;
  top: 20px;
  left: 55px;
  z-index: 2;
  max-width: 76%;
}
@media (min-width: 576px) {
  div#page #slider-block .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .content {
    max-width: 430px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  div#page #slider-block .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .content {
    max-width: 318px;
    left: 65px;
    top: 50px;
  }
}
@media (min-width: 992px) {
  div#page #slider-block .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .content {
    top: 80px;
    left: 75px;
    max-width: 446px;
  }
}
@media (min-width: 1200px) {
  div#page #slider-block .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .content {
    top: 111px;
    left: 100px;
  }
}
div#page #slider-block .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .content .field--name-node-title {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.54;
  margin-bottom: 14px;
}
@media (min-width: 576px) {
  div#page #slider-block .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .content .field--name-node-title {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  div#page #slider-block .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .content .field--name-node-title {
    font-size: 30px;
  }
}
div#page #slider-block .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .content .field--name-node-link a {
  display: inline-block;
  background-color: #de0807;
  border-color: #de0807;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 7px;
  padding: 11px;
  line-height: 1.21;
  text-decoration: none;
  padding: 12px 30px;
}
div#page #slider-block .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .content .field--name-node-link a:focus,
div#page #slider-block .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .content .field--name-node-link a:hover {
  color: #fff;
  background-color: #9c0202;
  border-color: #9c0202;
}
@media (min-width: 768px) {
  div#page #slider-block .view-slider-main .swiper-main .swiper-wrapper .swiper-slide .node--type-slide .content .field--name-node-link a {
    padding: 17px 30px;
  }
}
div#page #slider-block .view-slider-main .swiper-main .swiper-btn {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
}
@media (min-width: 768px) {
  div#page #slider-block .view-slider-main .swiper-main .swiper-btn {
    width: 46px;
    height: 46px;
  }
}
div#page #slider-block .view-slider-main .swiper-main .swiper-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 9px;
  height: 15px;
  background-image: url("/sites/all/themes/vesta_theme/image/ar-slider.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
div#page #slider-block .view-slider-main .swiper-main .swiper-btn.swiper-button-next {
  transform: rotate(180deg);
}
div#page #slider-block .view-slider-main .swiper-main .swiper-pagination {
  bottom: 16px;
}
@media (min-width: 992px) {
  div#page #slider-block .view-slider-main .swiper-main .swiper-pagination {
    bottom: 43px;
  }
}
div#page #slider-block .view-slider-main .swiper-main .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  width: 7px;
  height: 7px;
  background-color: #fff;
  opacity: 1;
}
div#page #slider-block .view-slider-main .swiper-main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0d0d0d;
}
div#page #main_title-block {
  margin-bottom: 45px;
}
div#page #main_title-block .node--type-main-title .field--name-body h1 {
  font-weight: 800;
  font-size: 21px;
  text-align: center;
  color: #0d0d0d;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  div#page #main_title-block .node--type-main-title .field--name-body h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  div#page #main_title-block .node--type-main-title .field--name-body h1 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  div#page #main_title-block .node--type-main-title .field--name-body h1 {
    font-size: 40px;
  }
}
div#page #main_title-block .node--type-main-title .field--name-field-partner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  justify-content: center;
}
@media (min-width: 768px) {
  div#page #main_title-block .node--type-main-title .field--name-field-partner {
    display: flex;
    gap: 30px;
  }
}
div#page #main_title-block .node--type-main-title .field--name-field-partner .field__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  background-color: #fff;
  border-radius: 7px;
  flex: 0 0 50%;
}
@media (min-width: 768px) {
  div#page #main_title-block .node--type-main-title .field--name-field-partner .field__item {
    min-width: 270px;
    min-height: 130px;
    flex: 0 0 auto;
  }
}
@media (min-width: 992px) {
  div#page #main_title-block .node--type-main-title .field--name-field-partner .field__item {
    min-width: 279px;
    min-height: 147px;
  }
}
div#page #main_title-block .node--type-main-title .field--name-field-partner .field__item img {
  padding: 0 5px;
}
div#page div#form-block {
  position: relative;
  padding: 50px 0 20px 0;
  background-image: url("/sites/all/themes/vesta_theme/image/fos.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  div#page div#form-block {
    padding: 50px 0 56px 0;
  }
}
div#page div#form-block .region.region-form #block-webforma {
  display: grid;
  grid-template-columns: 100%;
  gap: 0 15px;
}
@media (min-width: 992px) {
  div#page div#form-block .region.region-form #block-webforma {
    grid-template-columns: 334px 1fr;
  }
}
@media (min-width: 1200px) {
  div#page div#form-block .region.region-form #block-webforma {
    gap: 0 66px;
  }
}
div#page div#form-block .region.region-form #block-webforma .block-title {
  font-weight: 800;
  font-size: 30px;
  color: #fff;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  div#page div#form-block .region.region-form #block-webforma .block-title {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  div#page div#form-block .region.region-form #block-webforma .webform-ajax-form-wrapper {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
div#page div#form-block .region.region-form #block-webforma form {
  display: grid;
  grid-template-columns: 100%;
  gap: 8px 5px;
}
@media (min-width: 768px) {
  div#page div#form-block .region.region-form #block-webforma form {
    grid-template-columns: 1fr 1fr;
  }
}
div#page div#form-block .region.region-form #block-webforma form div[data-drupal-messages] {
  display: none !important;
}
div#page div#form-block .region.region-form #block-webforma form .form-item {
  margin: 0;
}
div#page div#form-block .region.region-form #block-webforma form .form-item strong.error {
  display: none !important;
}
div#page div#form-block .region.region-form #block-webforma form .form-item .form-item--error-message {
  display: none !important;
}
div#page div#form-block .region.region-form #block-webforma form .form-item input.error {
  box-shadow: 0px 0px 7px 0px red;
}
div#page div#form-block .region.region-form #block-webforma form .form-item-name,
div#page div#form-block .region.region-form #block-webforma form .form-item-phone,
div#page div#form-block .region.region-form #block-webforma form .form-item-email,
div#page div#form-block .region.region-form #block-webforma form .form-item-message {
  position: relative;
}
div#page div#form-block .region.region-form #block-webforma form .form-item-name::before,
div#page div#form-block .region.region-form #block-webforma form .form-item-phone::before,
div#page div#form-block .region.region-form #block-webforma form .form-item-email::before,
div#page div#form-block .region.region-form #block-webforma form .form-item-message::before {
  content: "";
  display: block;
  position: absolute;
  left: 19px;
  top: 19px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/user.svg");
}
div#page div#form-block .region.region-form #block-webforma form .form-item-name input,
div#page div#form-block .region.region-form #block-webforma form .form-item-phone input,
div#page div#form-block .region.region-form #block-webforma form .form-item-email input,
div#page div#form-block .region.region-form #block-webforma form .form-item-message input,
div#page div#form-block .region.region-form #block-webforma form .form-item-name textarea,
div#page div#form-block .region.region-form #block-webforma form .form-item-phone textarea,
div#page div#form-block .region.region-form #block-webforma form .form-item-email textarea,
div#page div#form-block .region.region-form #block-webforma form .form-item-message textarea {
  border: 1px solid #dfdfdf;
  border-radius: 7px;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.08696;
  color: #fff;
  padding: 20px 20px 21px 49px;
}
div#page div#form-block .region.region-form #block-webforma form .form-item-name input::placeholder,
div#page div#form-block .region.region-form #block-webforma form .form-item-phone input::placeholder,
div#page div#form-block .region.region-form #block-webforma form .form-item-email input::placeholder,
div#page div#form-block .region.region-form #block-webforma form .form-item-message input::placeholder,
div#page div#form-block .region.region-form #block-webforma form .form-item-name textarea::placeholder,
div#page div#form-block .region.region-form #block-webforma form .form-item-phone textarea::placeholder,
div#page div#form-block .region.region-form #block-webforma form .form-item-email textarea::placeholder,
div#page div#form-block .region.region-form #block-webforma form .form-item-message textarea::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.08696;
  color: #fff;
}
div#page div#form-block .region.region-form #block-webforma form .form-item-name textarea,
div#page div#form-block .region.region-form #block-webforma form .form-item-phone textarea,
div#page div#form-block .region.region-form #block-webforma form .form-item-email textarea,
div#page div#form-block .region.region-form #block-webforma form .form-item-message textarea {
  height: 95px;
}
div#page div#form-block .region.region-form #block-webforma form .form-item-phone::before {
  left: 15px;
  top: 18px;
  width: 20px;
  height: 20px;
  background-image: url("/sites/all/themes/vesta_theme/image/tel.svg");
}
div#page div#form-block .region.region-form #block-webforma form .form-item-email::before {
  top: 17px;
  width: 21px;
  height: 21px;
  background-image: url("/sites/all/themes/vesta_theme/image/mail.svg");
}
div#page div#form-block .region.region-form #block-webforma form .form-item-message {
  grid-column: 1/2;
}
@media (min-width: 768px) {
  div#page div#form-block .region.region-form #block-webforma form .form-item-message {
    grid-column: 1/3;
  }
}
div#page div#form-block .region.region-form #block-webforma form .form-item-message::before {
  left: 18px;
  top: 21px;
  width: 21px;
  height: 21px;
  background-image: url("/sites/all/themes/vesta_theme/image/sms-white.svg");
}
div#page div#form-block .region.region-form #block-webforma form .form-item-privacy {
  grid-column: 1/2;
  margin-top: 12px;
}
@media (min-width: 768px) {
  div#page div#form-block .region.region-form #block-webforma form .form-item-privacy {
    grid-column: 1/3;
  }
}
div#page div#form-block .region.region-form #block-webforma form .form-item-privacy input {
  display: none;
}
div#page div#form-block .region.region-form #block-webforma form .form-item-privacy .description {
  margin-left: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.08696;
  color: #fff;
  text-align: center;
}
div#page div#form-block .region.region-form #block-webforma form .form-item-privacy .description a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #ec3332;
}
div#page div#form-block .region.region-form #block-webforma form .form-actions {
  display: flex;
  justify-content: center;
  grid-column: 1/2;
  margin-top: 18px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  div#page div#form-block .region.region-form #block-webforma form .form-actions {
    grid-column: 1/3;
  }
}
div#page div#form-block .region.region-form #block-webforma form .form-actions input {
  display: inline-block;
  background-color: #de0807;
  border-color: #de0807;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 7px;
  padding: 11px;
  line-height: 1.21;
  text-decoration: none;
  padding: 16px 32px;
}
div#page div#form-block .region.region-form #block-webforma form .form-actions input:focus,
div#page div#form-block .region.region-form #block-webforma form .form-actions input:hover {
  color: #fff;
  background-color: #9c0202;
  border-color: #9c0202;
}
div#page div#about-block {
  margin: 0 0 45px;
}
div#page div#about-block .region-about {
  position: relative;
  z-index: 1;
  background: #f1f1f1;
}
div#page div#about-block .view-about .node--type-about {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto auto 1fr;
  gap: 0 35px;
}
@media (min-width: 768px) {
  div#page div#about-block .view-about .node--type-about {
    grid-template-columns: 44.6% 1fr;
  }
}
@media (min-width: 1200px) {
  div#page div#about-block .view-about .node--type-about {
    gap: 0 77px;
  }
}
div#page div#about-block .view-about .node--type-about .field--name-field-foto {
  grid-row: 3/4;
}
@media (min-width: 768px) {
  div#page div#about-block .view-about .node--type-about .field--name-field-foto {
    grid-row: 1/4;
  }
}
div#page div#about-block .view-about .node--type-about .field--name-field-foto img {
  border-radius: 15px;
}
div#page div#about-block .view-about .node--type-about .field--name-field-logotip {
  position: absolute;
  bottom: 80px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 208px;
  height: 84px;
  min-width: auto;
}
@media (min-width: 576px) {
  div#page div#about-block .view-about .node--type-about .field--name-field-logotip {
    bottom: 266px;
    width: 264px;
    height: 133px;
  }
}
@media (min-width: 768px) {
  div#page div#about-block .view-about .node--type-about .field--name-field-logotip {
    bottom: 0;
    right: auto;
    left: 0px;
  }
}
@media (min-width: 992px) {
  div#page div#about-block .view-about .node--type-about .field--name-field-logotip {
    top: 24px;
    left: 185px;
  }
}
@media (min-width: 1200px) {
  div#page div#about-block .view-about .node--type-about .field--name-field-logotip {
    left: 306px;
  }
}
div#page div#about-block .view-about .node--type-about .field--name-field-logotip::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.27);
}
div#page div#about-block .view-about .node--type-about .field--name-field-logotip img {
  position: relative;
  width: 185px;
  height: 60px;
  z-index: 1;
}
@media (min-width: 576px) {
  div#page div#about-block .view-about .node--type-about .field--name-field-logotip img {
    width: 231px;
    height: 79px;
  }
}
div#page div#about-block .view-about .node--type-about .field--name-node-title h2 {
  font-weight: 800;
  font-size: 38px;
  color: #0d0d0d;
  margin-bottom: 10px;
}
div#page div#about-block .view-about .node--type-about .field--name-body p {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin-bottom: 16px;
  /*&:last-child {
              margin-bottom: 0;
            }*/
}
div#page div#about-block .view-about .node--type-about .field--name-node-link {
  margin-top: 15px;
}
@media (min-width: 768px) {
  div#page div#about-block .view-about .node--type-about .field--name-node-link {
    margin-top: 0;
  }
}
div#page div#about-block .view-about .node--type-about .field--name-node-link a {
  display: inline-block;
  background-color: #de0807;
  border-color: #de0807;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 7px;
  padding: 11px;
  line-height: 1.21;
  text-decoration: none;
  padding: 17px 30px;
}
div#page div#about-block .view-about .node--type-about .field--name-node-link a:focus,
div#page div#about-block .view-about .node--type-about .field--name-node-link a:hover {
  color: #fff;
  background-color: #9c0202;
  border-color: #9c0202;
}
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 footer#footer {
  margin: 0;
  background-color: #0d0d0d;
  padding-top: 30px;
  padding-bottom: 42px;
}
@media (min-width: 992px) {
  div#page footer#footer {
    padding-top: 66px;
  }
}
div#page footer#footer .region.region-footer {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 15px;
  padding: 0;
}
@media (min-width: 576px) {
  div#page footer#footer .region.region-footer {
    margin-bottom: 30px;
    gap: 0 25px;
    grid-template-columns: auto auto auto;
  }
}
@media (min-width: 768px) {
  div#page footer#footer .region.region-footer {
    grid-template-columns: auto auto auto auto;
  }
}
@media (min-width: 992px) {
  div#page footer#footer .region.region-footer {
    margin-bottom: 62px;
    gap: 0 70px;
  }
}
@media (min-width: 1200px) {
  div#page footer#footer .region.region-footer {
    gap: 0 153px;
  }
}
div#page footer#footer .region.region-footer div#block-footer-logo {
  grid-column: 1/2;
  grid-row: 1/2;
}
div#page footer#footer .region.region-footer div#block-footer-logo .field--name-body p a {
  font-weight: 800;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
  text-decoration: none;
}
@media (min-width: 576px) {
  div#page footer#footer .region.region-footer div#block-footer-logo .field--name-body p a {
    font-size: 38px;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 {
  width: fit-content;
  grid-row: 1/3;
}
@media (min-width: 992px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 {
    margin-right: 29px;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li {
  margin-bottom: 14px;
  width: fit-content;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  padding: 0;
  text-decoration: none;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li a:hover {
  text-decoration: underline;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li a.menuparent .sf-sub-indicator {
  right: 0.2em;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li > ul {
  background-color: #b3b3b3;
}
div#page footer#footer .region.region-footer div#block-footer-catalog {
  grid-row: 3/4;
  grid-column: 2/3;
  width: fit-content;
}
@media (min-width: 576px) {
  div#page footer#footer .region.region-footer div#block-footer-catalog {
    grid-row: 1/3;
    grid-column: 3/4;
  }
}
@media (min-width: 992px) {
  div#page footer#footer .region.region-footer div#block-footer-catalog {
    margin-right: 7px;
  }
}
div#page footer#footer .region.region-footer div#block-footer-catalog div[data-block="footer"] {
  width: fit-content;
}
div#page footer#footer .region.region-footer div#block-footer-catalog .view-test {
  width: fit-content;
}
div#page footer#footer .region.region-footer div#block-footer-catalog .view-test .view-content {
  width: fit-content;
}
div#page footer#footer .region.region-footer div#block-footer-catalog .view-test .view-content .views-row {
  margin-bottom: 14px;
  width: fit-content;
}
div#page footer#footer .region.region-footer div#block-footer-catalog .view-test .view-content .views-row .views-field {
  width: fit-content;
}
div#page footer#footer .region.region-footer div#block-footer-catalog .view-test .view-content .views-row span.field-content a {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
div#page footer#footer .region.region-footer div#block-footer-catalog .view-test .view-content .views-row span.field-content a:hover {
  text-decoration: underline;
}
div#page footer#footer .region.region-footer div#block-footer-contacts {
  grid-row: 2/3;
}
@media (min-width: 768px) {
  div#page footer#footer .region.region-footer div#block-footer-contacts {
    grid-row: 1/3;
  }
}
div#page footer#footer .region.region-footer div#block-footer-contacts .field--name-body {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
div#page footer#footer .region.region-footer div#block-footer-contacts .field--name-body .tel,
div#page footer#footer .region.region-footer div#block-footer-contacts .field--name-body .mail {
  display: flex;
  align-items: center;
  gap: 11.83px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
div#page footer#footer .region.region-footer div#block-footer-contacts .field--name-body .tel:hover,
div#page footer#footer .region.region-footer div#block-footer-contacts .field--name-body .mail:hover {
  text-decoration: underline;
}
div#page footer#footer .region.region-footer div#block-footer-contacts .field--name-body .tel::before,
div#page footer#footer .region.region-footer div#block-footer-contacts .field--name-body .mail::before {
  content: "";
  display: block;
  width: 14.17px;
  height: 14.17px;
  flex: 0 0 14.17px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/phone-white.svg");
}
div#page footer#footer .region.region-footer div#block-footer-contacts .field--name-body .mail::before {
  width: 14.17px;
  height: 12.75px;
  flex: 0 0 14.17px;
  background-image: url("/sites/all/themes/vesta_theme/image/mail.svg");
}
div#page footer#footer .region.region-footer div#block-footer-contacts .field--name-body .tel:first-child {
  margin-bottom: 5px;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt {
  grid-column: 1/3;
  grid-row: 4/5;
}
@media (min-width: 576px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
@media (min-width: 768px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt {
    grid-row: 2/3;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt .copyright {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt .copyright a {
  color: inherit;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt .copyright a:hover {
  color: #de0807;
}
div#page footer#footer .vesta_backlink {
  padding-top: 27px;
  border-top: 1px solid #161616;
}
div#page footer#footer .vesta_backlink .vesta {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #656565;
}
div#page footer#footer .vesta_backlink .vesta a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
div#page footer#footer .vesta_backlink .vesta a:hover {
  color: white;
}
div#page div#copyrights-block {
  background-color: #b3b3b3;
  padding: 10px 0;
}
div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
  gap: 30px;
}
div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .copyright a {
  color: #fff;
}
div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .copyright p.privacy-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
div#page 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;
        .field.field--name-field-catalog-image.field--type-image.field--label-hidden.field__item {
          display: flex;
          a {
            display: flex;
            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;
  }
}
#block-vesta-theme-strokanavigacii,
#block-vesta-theme-page-title {
  display: none;
}
.front main {
  margin-bottom: 0;
}
.front.user-anonymous main {
  margin: -15px;
}
div#services-block {
  margin: 0 0 45px;
}
div#services-block .region.region-services {
  position: relative;
  z-index: 1;
}
.view-catalog > .contextual {
  right: 25px;
}
.view-catalog .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  gap: 15px;
}
@media (min-width: 768px) {
  .view-catalog .view-content {
    gap: 0;
  }
}
.view-catalog .view-content .parent {
  padding: 0 15px;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .view-catalog .view-content .parent {
    flex: 0 0 50%;
  }
}
.view-catalog .view-content .parent .taxonomy-term {
  position: relative;
}
.view-catalog .view-content .parent .taxonomy-term .field--name-field-catalog-image a {
  position: relative;
  display: flex;
  pointer-events: none;
}
.view-catalog .view-content .parent .taxonomy-term .field--name-field-catalog-image a img {
  width: 100%;
  border-radius: 15px;
}
.view-catalog .view-content .parent .taxonomy-term .field--name-field-catalog-image a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0) 0%, #0d0d0d 60.5%);
  border-radius: 15px;
}
@media (min-width: 576px) {
  .view-catalog .view-content .parent .taxonomy-term .field--name-field-catalog-image a::before {
    background: linear-gradient(180deg, rgba(13, 13, 13, 0) 0%, #0d0d0d 81.5%);
  }
}
.view-catalog .view-content .parent .taxonomy-term .text {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  min-height: 182px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (min-width: 992px) {
  .view-catalog .view-content .parent .taxonomy-term .text {
    justify-content: flex-start;
    left: 31px;
    right: 32px;
    bottom: 43px;
  }
}
.view-catalog .view-content .parent .taxonomy-term .text .field--name-taxonomy-term-title h2 {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .view-catalog .view-content .parent .taxonomy-term .text .field--name-taxonomy-term-title h2 {
    margin-bottom: 24px;
  }
}
.view-catalog .view-content .parent .taxonomy-term .text .field--name-taxonomy-term-title h2 a {
  font-weight: 800;
  font-size: 34px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .view-catalog .view-content .parent .taxonomy-term .text .field--name-taxonomy-term-title h2 a {
    font-size: 38px;
  }
}
.view-catalog .view-content .parent .taxonomy-term .text .child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 9px;
}
@media (min-width: 992px) {
  .view-catalog .view-content .parent .taxonomy-term .text .child {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.view-catalog .view-content .parent .taxonomy-term .text .child a {
  font-weight: 800;
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 10px 11px 13px 11px;
  border: 1px solid #de0807;
  border-radius: 7px;
  text-decoration: none;
  transition: all 0.3s;
}
.view-catalog .view-content .parent .taxonomy-term .text .child a:hover {
  background-color: #de0807;
}
.body-node--805 #block-vesta-theme-content {
  min-height: 560px;
  background-color: white;
  border-radius: 15px;
  padding: 20px;
}
#serv-block {
  position: relative;
  margin-bottom: 45px;
}
#serv-block::before {
  content: "";
  display: block;
  position: absolute;
  top: -152px;
  left: 0;
  width: 1265px;
  height: 1020px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/fon-polygon-2.svg");
}
#serv-block .node--type-services {
  position: relative;
}
#serv-block .node--type-services .group-text {
  position: absolute;
  top: 29px;
  left: 30px;
}
@media (min-width: 992px) {
  #serv-block .node--type-services .group-text {
    left: 140px;
  }
}
@media (min-width: 1200px) {
  #serv-block .node--type-services .group-text {
    left: 235px;
  }
}
@media (min-width: 1200px) {
  #serv-block .node--type-services .group-text .field--name-node-title {
    max-width: 265px;
  }
}
#serv-block .node--type-services .group-text .field--name-node-title h2 {
  font-weight: 800;
  font-size: 30px;
  color: #fff;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  #serv-block .node--type-services .group-text .field--name-node-title h2 {
    font-size: 38px;
    margin-bottom: 33px;
  }
}
#serv-block .node--type-services .group-text .field--name-field-link a {
  display: inline-block;
  background-color: #de0807;
  border-color: #de0807;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 7px;
  padding: 11px;
  line-height: 1.21;
  text-decoration: none;
  padding: 17px 30.6px;
  position: relative;
  z-index: 100;
}
#serv-block .node--type-services .group-text .field--name-field-link a:focus,
#serv-block .node--type-services .group-text .field--name-field-link a:hover {
  color: #fff;
  background-color: #9c0202;
  border-color: #9c0202;
}
#serv-block .node--type-services .field--name-field-fon {
  background: linear-gradient(136deg, #000 0%, #6d4109 100%);
  border-radius: 15px;
}
@media (min-width: 576px) {
  #serv-block .node--type-services .field--name-field-fon {
    background: none;
  }
}
#serv-block .node--type-services .field--name-field-fon img {
  border-radius: 15px;
  object-fit: cover;
  min-height: 215px;
  opacity: 0;
}
@media (min-width: 576px) {
  #serv-block .node--type-services .field--name-field-fon img {
    opacity: 1;
    min-height: 250px;
  }
}
.ui-dialog .ui-dialog-titlebar {
  background: #de0807 !important;
}
.ui-dialog .ui-dialog-titlebar > span {
  color: white;
}
.ui-dialog .ui-dialog-titlebar button.ui-dialog-titlebar-close span.ui-icon-closethick {
  background-image: url(/sites/all/themes/vesta_theme/image/close.png);
  background-size: contain;
  background-position: 0;
  opacity: 1;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.ui-dialog #drupal-modal form div[data-drupal-messages] {
  display: none !important;
}
.ui-dialog #drupal-modal form .form-item {
  margin: 0;
}
.ui-dialog #drupal-modal form .form-item strong.error {
  display: none!important;
}
.ui-dialog #drupal-modal form .form-item .form-item--error-message {
  display: none !important;
}
.ui-dialog #drupal-modal form .form-item input.error {
  box-shadow: 0px 0px 7px 0px red;
}
.ui-dialog #drupal-modal form .form-item-name,
.ui-dialog #drupal-modal form .form-item-phone,
.ui-dialog #drupal-modal form .form-item-email,
.ui-dialog #drupal-modal form .form-item-message {
  margin-bottom: 10px;
}
.ui-dialog #drupal-modal form .form-item-name input:focus,
.ui-dialog #drupal-modal form .form-item-phone input:focus,
.ui-dialog #drupal-modal form .form-item-email input:focus,
.ui-dialog #drupal-modal form .form-item-message input:focus,
.ui-dialog #drupal-modal form .form-item-name textarea:focus,
.ui-dialog #drupal-modal form .form-item-phone textarea:focus,
.ui-dialog #drupal-modal form .form-item-email textarea:focus,
.ui-dialog #drupal-modal form .form-item-message textarea:focus {
  box-shadow: none;
  border: 1px solid black;
}
.ui-dialog #drupal-modal form .form-item-privacy input {
  display: none;
}
.ui-dialog #drupal-modal form .form-item-privacy .description {
  color: black;
}
.ui-dialog #drupal-modal form .form-item-privacy .description a {
  color: inherit;
}
.ui-dialog .ui-dialog-buttonpane {
  display: flex;
  justify-content: center;
}
.ui-dialog .ui-dialog-buttonpane .form-actions button.button--primary,
.ui-dialog .ui-dialog-buttonpane .form-actions button.button--secondary {
  display: inline-block;
  background-color: #de0807;
  border-color: #de0807;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 7px;
  padding: 11px;
  line-height: 1.21;
  text-decoration: none;
}
.ui-dialog .ui-dialog-buttonpane .form-actions button.button--primary:focus,
.ui-dialog .ui-dialog-buttonpane .form-actions button.button--secondary:focus,
.ui-dialog .ui-dialog-buttonpane .form-actions button.button--primary:hover,
.ui-dialog .ui-dialog-buttonpane .form-actions button.button--secondary:hover {
  color: #fff;
  background-color: #9c0202;
  border-color: #9c0202;
}
.body-cart .cart-form .view-commerce-cart-form table.views-table {
  display: block;
  overflow: auto;
  max-width: 100%;
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  row-gap: 15px;
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row {
  flex: 0 0 100%;
  padding: 0 15px;
}
@media (min-width: 576px) {
  .body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row {
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row {
    flex: 0 0 33.333%;
  }
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-image {
  flex-grow: 1;
  background: aliceblue;
  min-height: 100px;
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-image .field--type-image a {
  display: flex;
  justify-content: center;
  background: white;
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-image .field--type-image a img {
  max-height: 300px;
  object-fit: contain;
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-description {
  background-color: #f7f7f7;
  padding: 8px;
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-description .product-title a {
  font-weight: 800;
  font-size: 18px;
  color: #0d0d0d;
  text-decoration: none;
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-description .product-variations {
  position: relative;
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-description .product-variations > .product-price {
  position: absolute;
  top: 5px;
  left: 0;
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-description .product-variations > .product-price .field--name-price {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-description .product-variations > .product-price .field--name-price .field__label::after {
  display: none;
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-description .product-variations > .product-price .field--name-price .field__item {
  display: flex;
  align-items: center;
  height: 35px;
  border: 1px solid #cfcdc4;
  border-radius: 20px;
  padding: 2px 18px;
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-description .product-variations .product-price-res {
  display: none;
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-description .product-variations form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 10px;
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-description .product-variations form .field--widget-commerce-product-variation-attributes {
  display: none;
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-description .product-variations form .form-actions {
  grid-column: 1/3;
  margin: 0q;
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-description .product-variations form .form-actions input {
  padding: 16px;
  width: 100%;
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-description .product-variations form .product-price {
  font-weight: 800;
  font-size: 22px;
  color: #0d0d0d;
}
@media (min-width: 768px) {
  .body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-description .product-variations form .product-price {
    font-size: 25px;
  }
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-description .product-variations form .field--name-quantity {
  position: relative;
  grid-column: 2/3;
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-description .product-variations form .field--name-quantity > div.form-type-number {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-description .product-variations form .field--name-quantity > div.form-type-number label {
  white-space: nowrap;
  display: inline-block;
  font-weight: 700;
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-description .product-variations form .field--name-quantity > div.form-type-number input {
  margin-left: 54px;
}
@media (min-width: 768px) {
  .body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-description .product-variations form .field--name-quantity > div.form-type-number input {
    margin-left: 0;
  }
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-description .product-variations form .field--name-quantity .quantity-wrapper {
  display: grid;
  grid-template-columns: auto 35px auto;
  align-items: center;
  border: 1px solid #cfcdc4;
  border-radius: 20px;
  max-width: 126px;
  height: 35px;
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-description .product-variations form .field--name-quantity .quantity-wrapper .decrement-btn {
  display: flex;
  align-items: center;
  height: 35px;
  padding: 5.5px 15px;
  cursor: pointer;
  will-change: transform;
  transition: all 0.3s;
  border-radius: 20px 0 0 20px;
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-description .product-variations form .field--name-quantity .quantity-wrapper .decrement-btn:hover {
  background: #de0807;
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-description .product-variations form .field--name-quantity .quantity-wrapper .decrement-btn:hover svg path {
  stroke: white;
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-description .product-variations form .field--name-quantity .quantity-wrapper .increment-btn {
  display: flex;
  align-items: center;
  height: 35px;
  cursor: pointer;
  padding: 5.5px 15px;
  will-change: transform;
  transition: all 0.3s;
  border-radius: 0 20px 20px 0;
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-description .product-variations form .field--name-quantity .quantity-wrapper .increment-btn:hover {
  background: #de0807;
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-description .product-variations form .field--name-quantity .quantity-wrapper .increment-btn:hover svg path {
  stroke: white;
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-description .product-variations form .field--name-quantity .quantity-wrapper input {
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #000;
  background: transparent;
  padding: 6px 0px 6.5px 0px;
  border: none;
  width: auto;
  -moz-appearance: textfield;
}
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-description .product-variations form .field--name-quantity .quantity-wrapper input::-webkit-outer-spin-button,
.body-taxonomy-term--catalog .view-tovary.view-display-id-page_2 .view-content .views-row .product .product-description .product-variations form .field--name-quantity .quantity-wrapper input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.body-taxonomy-term--catalog .view-catalog.view-id-catalog.view-display-id-block .view-content .views-row {
  flex: 0 0 33.333%;
  padding: 0 15px;
}
.body-taxonomy-term--catalog .view-catalog.view-id-catalog.view-display-id-block .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title h2 a {
  display: inline-block;
  background-color: #de0807;
  border-color: #de0807;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 7px;
  padding: 11px;
  line-height: 1.21;
  text-decoration: none;
  width: 100%;
  text-align: center;
}
.body-taxonomy-term--catalog .view-catalog.view-id-catalog.view-display-id-block .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title h2 a:focus,
.body-taxonomy-term--catalog .view-catalog.view-id-catalog.view-display-id-block .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title h2 a:hover {
  color: #fff;
  background-color: #9c0202;
  border-color: #9c0202;
}
.body-taxonomy-term--catalog .view-catalog.view-id-catalog.view-display-id-block .view-content .views-row .taxonomy-term .field--name-dynamic-token-fieldtaxonomy-term-dochernie-terminy {
  display: none;
}
article.product-view-full .product-teaser {
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 576px) {
  article.product-view-full .product-teaser {
    flex-direction: row;
    gap: 50px;
  }
}
article.product-view-full .product-teaser-image {
  min-width: 200px;
}
@media (min-width: 768px) {
  article.product-view-full .product-teaser-image {
    min-width: 305px;
  }
}
@media (min-width: 992px) {
  article.product-view-full .product-teaser-image {
    min-width: 420px;
  }
}
article.product-view-full .product-teaser-image a {
  display: flex;
  justify-content: center;
  background-color: white;
}
article.product-view-full .product-teaser-image a img {
  max-height: 300px;
  object-fit: contain;
}
@media (min-width: 768px) {
  article.product-view-full .product-teaser-image a img {
    max-height: none;
  }
}
article.product-view-full .product-teaser-info {
  max-width: none;
}
article.product-view-full .product-teaser-info > div {
  margin-bottom: 5px;
}
article.product-view-full .product-teaser-info > div:last-child {
  margin-bottom: 0;
}
article.product-view-full .product-teaser-info .field--name-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
article.product-view-full .product-teaser-info .sku {
  display: flex;
  align-items: center;
}
article.product-view-full .product-teaser-info .sku label {
  font-weight: 700;
}
article.product-view-full .product-teaser-info > .field--name-price .field__item::after {
  content: '/шт';
}
article.product-view-full .product-teaser-info .price .field-label-inline {
  display: inline;
  font-weight: 700;
}
article.product-view-full .product-teaser-info .field--name-variations form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 15px;
  margin-top: 15px;
  /*  .field--name-quantity {
          position: relative;
          &::before {
            content: "Кол-во";
            position: absolute;
            top: 5px;
            left: 0;
            @media (min-width: @mobile-lg) {
              display: none;
            }
          }
          label {
          //  display: none;
            white-space: nowrap;
            display: inline-block;
            font-weight: 700;
            @media (min-width: @mobile-lg) {
            }
          }
          input {
            margin-left: 54px;
            width: 70px;
            @media (min-width: @mobile-lg) {
              margin-left: 0;
            }
          }
          > div.form-type-number {
            margin: 0;
            display: flex;
            align-items: center;
            gap: 5px;
          }
        }*/
}
@media (min-width: 576px) {
  article.product-view-full .product-teaser-info .field--name-variations form {
    grid-template-columns: 1fr;
  }
}
article.product-view-full .product-teaser-info .field--name-variations form .form-actions {
  grid-column: 1/3;
}
@media (min-width: 576px) {
  article.product-view-full .product-teaser-info .field--name-variations form .form-actions {
    grid-column: 1/2;
  }
}
article.product-view-full .product-teaser-info .field--name-variations form .form-actions input {
  padding: 16px;
  width: 100%;
}
article.product-view-full .product-teaser-info .field--name-variations form .field--name-quantity {
  position: relative;
}
article.product-view-full .product-teaser-info .field--name-variations form .field--name-quantity label {
  white-space: nowrap;
  display: inline-block;
}
article.product-view-full .product-teaser-info .field--name-variations form .field--name-quantity input {
  margin-left: 0px;
}
article.product-view-full .product-teaser-info .field--name-variations form .field--name-quantity > div.form-type-number {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
article.product-view-full .product-teaser-info .field--name-variations form .field--name-quantity .quantity-wrapper {
  display: grid;
  grid-template-columns: auto 35px auto;
  align-items: center;
  border: 1px solid #cfcdc4;
  border-radius: 20px;
  max-width: 126px;
  height: 35px;
}
article.product-view-full .product-teaser-info .field--name-variations form .field--name-quantity .quantity-wrapper .decrement-btn {
  display: flex;
  align-items: center;
  height: 35px;
  padding: 5.5px 15px;
  cursor: pointer;
  will-change: transform;
  transition: all 0.3s;
  border-radius: 20px 0 0 20px;
}
article.product-view-full .product-teaser-info .field--name-variations form .field--name-quantity .quantity-wrapper .decrement-btn:hover {
  background: #de0807;
}
article.product-view-full .product-teaser-info .field--name-variations form .field--name-quantity .quantity-wrapper .decrement-btn:hover svg path {
  stroke: white;
}
article.product-view-full .product-teaser-info .field--name-variations form .field--name-quantity .quantity-wrapper .increment-btn {
  display: flex;
  align-items: center;
  height: 35px;
  cursor: pointer;
  padding: 5.5px 15px;
  will-change: transform;
  transition: all 0.3s;
  border-radius: 0 20px 20px 0;
}
article.product-view-full .product-teaser-info .field--name-variations form .field--name-quantity .quantity-wrapper .increment-btn:hover {
  background: #de0807;
}
article.product-view-full .product-teaser-info .field--name-variations form .field--name-quantity .quantity-wrapper .increment-btn:hover svg path {
  stroke: white;
}
article.product-view-full .product-teaser-info .field--name-variations form .field--name-quantity .quantity-wrapper input {
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #000;
  background: transparent;
  padding: 6px 0px 6.5px 0px;
  border: none;
  width: auto;
  -moz-appearance: textfield;
}
article.product-view-full .product-teaser-info .field--name-variations form .field--name-quantity .quantity-wrapper input::-webkit-outer-spin-button,
article.product-view-full .product-teaser-info .field--name-variations form .field--name-quantity .quantity-wrapper input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
article.product-view-full .field-group-tabs-wrapper {
  margin-top: 15px;
  display: none;
}
article.product-view-full .field-group-tabs-wrapper ul li.horizontal-tab-button.selected {
  background-color: #de0807;
  color: white;
}
article.product-view-full .field-group-tabs-wrapper ul li.horizontal-tab-button.selected a {
  color: inherit;
}
article.product-view-full .field-group-tabs-wrapper ul li {
  border-radius: 5px;
}
article.product-view-full .field-group-tabs-wrapper ul li a {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}
article.product-view-full .field-group-tabs-wrapper details > .details-wrapper {
  padding: 0.5em 0.2em;
}
@media (min-width: 576px) {
  article.product-view-full .field-group-tabs-wrapper details > .details-wrapper {
    padding: 0.5em 1.5em;
  }
}
.body-checkout form.commerce-checkout-flow .checkout-pane-order-summary table tbody > tr > td {
  padding-bottom: 10px;
}
.body-checkout form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line__subtotal {
  display: none;
}
.body-checkout form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line__total .order-total-line-label {
  position: relative;
}
.body-checkout form.commerce-checkout-flow .checkout-pane-order-summary .order-total-line__total .order-total-line-label::after {
  content: ":";
  position: absolute;
  right: 4px;
  top: 0;
}
@media screen and (min-width: 780px), (orientation: landscape) and (min-device-height: 780px) {
  .body-checkout form.commerce-checkout-flow .layout-region.layout-region-checkout-main {
    width: 55%;
  }
}
@media screen and (min-width: 780px), (orientation: landscape) and (min-device-height: 780px) {
  .body-checkout form.commerce-checkout-flow .layout-region.layout-region-checkout-secondary {
    width: 45%;
  }
}
.body-checkout form.commerce-checkout-flow .layout-region .field--name-field-address > fieldset > legend {
  display: none;
}
.body-checkout form.commerce-checkout-flow fieldset.checkout-pane-payment-information .form-radios .form-type-radio:last-child {
  display: none;
}
.body-node--800 #block-vesta-theme-bloknastranicekontakty .field--name-body {
  display: flex;
  flex-direction: column;
}
.body-node--800 #block-vesta-theme-bloknastranicekontakty .field--name-body a {
  color: black;
  text-decoration: none;
}
.body-node--800 #block-vesta-theme-bloknastranicekontakty .field--name-body a:hover {
  text-decoration: underline;
}
#block-vesta-theme-content > form.search-api-page-block-form-search {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#block-vesta-theme-content > form.search-api-page-block-form-search .form-type-search input {
  padding: 0.5rem 0.75rem;
}
#block-vesta-theme-content > form.search-api-page-block-form-search .form-type-search input:focus {
  border-color: black;
  box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.25);
}
#block-vesta-theme-content .commerce-product--view-mode-search-result .field--name-title a {
  color: black;
}
#block-vesta-theme-content > h3 a {
  color: black;
  text-decoration: none;
}
#block-vesta-theme-content > h3 a:hover {
  text-decoration: underline;
}
.view-commerce-cart-form .views-field-edit-quantity input {
  width: 60px;
  text-align: center;
}
.view-commerce-cart-form .field--name-total-price .order-total-line__subtotal {
  display: none;
}
.view-commerce-cart-form .field--name-total-price .order-total-line__total .order-total-line-label::after {
  content: ':';
}
.view-commerce-cart-form table tr td a {
  display: flex;
  justify-content: center;
}
.view-commerce-cart-form table .views-field-edit-quantity {
  color: black;
}
.view-commerce-cart-form table .views-field-edit-quantity .quantity-wrapper {
  display: grid;
  grid-template-columns: auto 35px auto;
  align-items: center;
  border: 1px solid #cfcdc4;
  border-radius: 20px;
  max-width: 126px;
  height: 35px;
}
.view-commerce-cart-form table .views-field-edit-quantity .quantity-wrapper .decrement-btn {
  display: flex;
  align-items: center;
  height: 35px;
  padding: 5.5px 15px;
  cursor: pointer;
  will-change: transform;
  transition: all 0.3s;
  border-radius: 20px 0 0 20px;
}
.view-commerce-cart-form table .views-field-edit-quantity .quantity-wrapper .decrement-btn:hover {
  background: #de0807;
}
.view-commerce-cart-form table .views-field-edit-quantity .quantity-wrapper .decrement-btn:hover svg path {
  stroke: white;
}
.view-commerce-cart-form table .views-field-edit-quantity .quantity-wrapper .increment-btn {
  display: flex;
  align-items: center;
  height: 35px;
  cursor: pointer;
  padding: 5.5px 15px;
  will-change: transform;
  transition: all 0.3s;
  border-radius: 0 20px 20px 0;
}
.view-commerce-cart-form table .views-field-edit-quantity .quantity-wrapper .increment-btn:hover {
  background: #de0807;
}
.view-commerce-cart-form table .views-field-edit-quantity .quantity-wrapper .increment-btn:hover svg path {
  stroke: white;
}
.view-commerce-cart-form table .views-field-edit-quantity .quantity-wrapper input {
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #000;
  background: transparent;
  padding: 6px 0px 6.5px 0px;
  border: none;
  width: auto;
  -moz-appearance: textfield;
}
.view-commerce-cart-form table .views-field-edit-quantity .quantity-wrapper input::-webkit-outer-spin-button,
.view-commerce-cart-form table .views-field-edit-quantity .quantity-wrapper input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px 25px;
}
@media (min-width: 768px) {
  .commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default {
    grid-template-columns: auto 1fr;
  }
}
@media (min-width: 992px) {
  .commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default {
    gap: 10px 50px;
  }
}
@media (min-width: 768px) {
  .commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default h1 {
    grid-column: 1/3;
  }
}
@media (min-width: 576px) {
  .commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .field--name-field-var-image {
    max-width: 280px;
  }
}
@media (min-width: 768px) {
  .commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .field--name-field-var-image {
    max-width: 380px;
  }
}
@media (min-width: 992px) {
  .commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .field--name-field-var-image {
    max-width: 500px;
  }
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .field--name-field-var-image .elements .current-slide.slick-initialized.slick-slider {
  margin: 0 0 10px;
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .field--name-field-var-image .elements .current-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
  object-fit: contain;
  min-width: 280px;
  max-height: 280px;
  min-height: 280px;
  max-width: 280px;
}
@media (min-width: 768px) {
  .commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .field--name-field-var-image .elements .current-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
    min-width: 380px;
    max-height: 380px;
    min-height: 380px;
    max-width: 380px;
  }
}
@media (min-width: 992px) {
  .commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .field--name-field-var-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;
  }
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .field--name-field-var-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable {
  margin: 0 -5px;
  height: 63px;
}
@media (min-width: 576px) {
  .commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .field--name-field-var-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable {
    height: 88px;
  }
}
@media (min-width: 992px) {
  .commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .field--name-field-var-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable {
    height: auto;
  }
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .field--name-field-var-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track {
  height: 63px;
}
@media (min-width: 576px) {
  .commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .field--name-field-var-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track {
    height: 88px;
  }
}
@media (min-width: 992px) {
  .commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .field--name-field-var-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track {
    height: auto;
  }
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .field--name-field-var-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide {
  margin: 0 5px;
  max-width: 63px;
  min-width: 63px;
  max-height: 63px;
  min-height: 63px;
}
@media (min-width: 768px) {
  .commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .field--name-field-var-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide {
    max-width: 88px;
    min-width: 88px;
    max-height: 88px;
    min-height: 88px;
  }
}
@media (min-width: 992px) {
  .commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .field--name-field-var-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide {
    max-width: 118px;
    min-width: 118px;
    max-height: 118px;
    min-height: 118px;
  }
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .field--name-field-var-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
  max-width: 63px;
  min-width: 63px;
  max-height: 63px;
  min-height: 63px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .field--name-field-var-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
    max-width: 88px;
    min-width: 88px;
    max-height: 88px;
    min-height: 88px;
  }
}
@media (min-width: 992px) {
  .commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .field--name-field-var-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
    object-fit: cover;
    max-width: 118px;
    min-width: 118px;
    max-height: 118px;
    min-height: 118px;
  }
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-field-harakteristiki table {
  width: 100%;
  max-width: 532px;
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-field-harakteristiki table tbody tr {
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: 42% 1fr 38%;
  padding-bottom: 6px;
}
@media (min-width: 480px) {
  .commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-field-harakteristiki table tbody tr {
    grid-template-columns: 30% 1fr 30%;
  }
}
@media (min-width: 576px) {
  .commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-field-harakteristiki table tbody tr {
    grid-template-columns: 30% 1fr 32%;
  }
}
@media (min-width: 768px) {
  .commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-field-harakteristiki table tbody tr {
    grid-template-columns: 45% 1fr 54%;
  }
}
@media (min-width: 992px) {
  .commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-field-harakteristiki table tbody tr {
    grid-template-columns: 34% 1fr 40%;
  }
}
@media (min-width: 1200px) {
  .commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-field-harakteristiki table tbody tr {
    grid-template-columns: 30% 1fr 32%;
  }
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-field-harakteristiki table tbody tr::after {
  content: "________________________________________________________________";
  position: absolute;
  right: 0;
  top: 1px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-field-harakteristiki table tbody tr td:first-child {
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
  background-color: #f1f1f1;
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-field-harakteristiki table tbody tr td:first-child::after {
  content: "________________________________________________________________";
  position: absolute;
  top: 1px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-field-harakteristiki table tbody tr td:first-child span.td-wrap {
  background-color: #1c1c1c;
  position: relative;
  z-index: 123;
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-field-harakteristiki table tbody tr td:nth-child(2) {
  position: relative;
  opacity: 0;
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-field-harakteristiki table tbody tr td:nth-child(3) {
  position: relative;
  z-index: 1;
  background-color: #f1f1f1;
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-sku,
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-price {
  position: absolute;
  top: -1000%;
  opacity: 0;
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-product-id form.commerce-order-item-add-to-cart-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 15px;
  margin-top: 15px;
  /*.field--name-quantity {
          position: relative;
           label {
            white-space: nowrap;
            display: inline-block;
            font-weight: 700;
            @media (min-width: @mobile-lg) {
            }
          }
          input {
            margin-left: 54px;
            width: 70px;
            @media (min-width: @mobile-lg) {
              margin-left: 0;
            }
          }
          > div.form-type-number {
            margin: 0;
            display: flex;
            align-items: center;
            gap: 5px;
          }
        }*/
}
@media (min-width: 576px) {
  .commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-product-id form.commerce-order-item-add-to-cart-form {
    grid-template-columns: 1fr;
  }
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-product-id form.commerce-order-item-add-to-cart-form #edit-purchased-entity-wrapper {
  display: none;
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-product-id form.commerce-order-item-add-to-cart-form .form-actions {
  grid-column: 1/3;
}
@media (min-width: 576px) {
  .commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-product-id form.commerce-order-item-add-to-cart-form .form-actions {
    grid-column: 1/2;
  }
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-product-id form.commerce-order-item-add-to-cart-form .form-actions input {
  padding: 16px;
  width: 100%;
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-product-id form.commerce-order-item-add-to-cart-form .field--name-quantity {
  position: relative;
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-product-id form.commerce-order-item-add-to-cart-form .field--name-quantity label {
  white-space: nowrap;
  display: inline-block;
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-product-id form.commerce-order-item-add-to-cart-form .field--name-quantity input {
  margin-left: 0px;
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-product-id form.commerce-order-item-add-to-cart-form .field--name-quantity > div.form-type-number {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-product-id form.commerce-order-item-add-to-cart-form .field--name-quantity .quantity-wrapper {
  display: grid;
  grid-template-columns: auto 35px auto;
  align-items: center;
  border: 1px solid #cfcdc4;
  border-radius: 20px;
  max-width: 126px;
  height: 35px;
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-product-id form.commerce-order-item-add-to-cart-form .field--name-quantity .quantity-wrapper .decrement-btn {
  display: flex;
  align-items: center;
  height: 35px;
  padding: 5.5px 15px;
  cursor: pointer;
  will-change: transform;
  transition: all 0.3s;
  border-radius: 20px 0 0 20px;
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-product-id form.commerce-order-item-add-to-cart-form .field--name-quantity .quantity-wrapper .decrement-btn:hover {
  background: #de0807;
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-product-id form.commerce-order-item-add-to-cart-form .field--name-quantity .quantity-wrapper .decrement-btn:hover svg path {
  stroke: white;
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-product-id form.commerce-order-item-add-to-cart-form .field--name-quantity .quantity-wrapper .increment-btn {
  display: flex;
  align-items: center;
  height: 35px;
  cursor: pointer;
  padding: 5.5px 15px;
  will-change: transform;
  transition: all 0.3s;
  border-radius: 0 20px 20px 0;
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-product-id form.commerce-order-item-add-to-cart-form .field--name-quantity .quantity-wrapper .increment-btn:hover {
  background: #de0807;
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-product-id form.commerce-order-item-add-to-cart-form .field--name-quantity .quantity-wrapper .increment-btn:hover svg path {
  stroke: white;
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-product-id form.commerce-order-item-add-to-cart-form .field--name-quantity .quantity-wrapper input {
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #000;
  background: transparent;
  padding: 6px 0px 6.5px 0px;
  border: none;
  width: auto;
  -moz-appearance: textfield;
}
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-product-id form.commerce-order-item-add-to-cart-form .field--name-quantity .quantity-wrapper input::-webkit-outer-spin-button,
.commerce-product-variation--type-tovar-shiny.commerce-product-variation--view-mode-default .group-text .field--name-product-id form.commerce-order-item-add-to-cart-form .field--name-quantity .quantity-wrapper input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.quantity .field--name-quantity {
  position: relative;
}
.quantity .field--name-quantity label {
  white-space: nowrap;
  display: inline-block;
}
.quantity .field--name-quantity input {
  margin-left: 0px;
}
.quantity .field--name-quantity > div.form-type-number {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.quantity .field--name-quantity .quantity-wrapper {
  display: grid;
  grid-template-columns: auto 35px auto;
  align-items: center;
  border: 1px solid #cfcdc4;
  border-radius: 20px;
  max-width: 126px;
  height: 35px;
}
.quantity .field--name-quantity .quantity-wrapper .decrement-btn {
  display: flex;
  align-items: center;
  height: 35px;
  padding: 5.5px 15px;
  cursor: pointer;
  will-change: transform;
  transition: all 0.3s;
  border-radius: 20px 0 0 20px;
}
.quantity .field--name-quantity .quantity-wrapper .decrement-btn:hover {
  background: #de0807;
}
.quantity .field--name-quantity .quantity-wrapper .decrement-btn:hover svg path {
  stroke: white;
}
.quantity .field--name-quantity .quantity-wrapper .increment-btn {
  display: flex;
  align-items: center;
  height: 35px;
  cursor: pointer;
  padding: 5.5px 15px;
  will-change: transform;
  transition: all 0.3s;
  border-radius: 0 20px 20px 0;
}
.quantity .field--name-quantity .quantity-wrapper .increment-btn:hover {
  background: #de0807;
}
.quantity .field--name-quantity .quantity-wrapper .increment-btn:hover svg path {
  stroke: white;
}
.quantity .field--name-quantity .quantity-wrapper input {
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #000;
  background: transparent;
  padding: 6px 0px 6.5px 0px;
  border: none;
  width: auto;
  -moz-appearance: textfield;
}
.quantity .field--name-quantity .quantity-wrapper input::-webkit-outer-spin-button,
.quantity .field--name-quantity .quantity-wrapper input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-header h1 {
  margin-bottom: 30px;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  row-gap: 15px;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row {
  flex: 0 0 100%;
  padding: 0 15px;
}
@media (min-width: 576px) {
  .view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row {
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row {
    flex: 0 0 33.333%;
  }
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-image .field--type-image a {
  display: flex;
  justify-content: center;
  background: white;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-image .field--type-image a img {
  max-height: 300px;
  object-fit: contain;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: #f7f7f7;
  padding: 8px;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-title {
  margin-bottom: 15px;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-title a {
  font-weight: 800;
  font-size: 18px;
  color: #0d0d0d;
  text-decoration: none;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-title a .field__label {
  display: none;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-variations {
  position: relative;
  flex-grow: 1;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-variations > .product-price {
  display: none;
  position: absolute;
  top: 18px;
  left: -180px;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-variations > .product-price .field--name-price {
  text-align: center;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-variations > .product-price .field__item {
  display: flex;
  align-items: center;
  height: 35px;
  border: 1px solid #cfcdc4;
  border-radius: 20px;
  padding: 2px 18px;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-variations .product-price-res {
  display: none;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-variations .field--name-variations {
  height: 100%;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-variations .field--name-variations > .field__item {
  height: 100%;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-variations form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 15px;
  margin-top: 0px;
  height: 100%;
  /*  .product-price {
                font-weight: 800;
                font-size: 22px;
                color: #0d0d0d;
                @media (min-width: @mobile-lg) {
                  font-size: 25px;
                }
              }*/
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-variations form .field--widget-commerce-product-variation-attributes,
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-variations form .add-to-cart-message.js-form-wrapper.form-wrapper {
  display: none;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-variations form .form-actions {
  grid-column: 1/3;
  margin: 0;
  align-self: end;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-variations form .form-actions input {
  padding: 16px;
  width: 100%;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-variations form #product-price-wrapper .field__label {
  text-align: center;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-variations form #product-price-wrapper .product-price {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  border: 1px solid #cfcdc4;
  border-radius: 20px;
  padding: 2px 18px;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-variations form .field--name-quantity {
  position: relative;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-variations form .field--name-quantity > div.form-type-number {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-variations form .field--name-quantity > div.form-type-number label {
  white-space: nowrap;
  display: inline-block;
  font-weight: 700;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-variations form .field--name-quantity > div.form-type-number input {
  margin-left: 54px;
}
@media (min-width: 768px) {
  .view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-variations form .field--name-quantity > div.form-type-number input {
    margin-left: 0;
  }
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-variations form .field--name-quantity .quantity-wrapper {
  display: grid;
  grid-template-columns: auto 35px auto;
  align-items: center;
  border: 1px solid #cfcdc4;
  border-radius: 20px;
  max-width: 126px;
  height: 35px;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-variations form .field--name-quantity .quantity-wrapper .decrement-btn {
  display: flex;
  align-items: center;
  height: 35px;
  padding: 5.5px 15px;
  cursor: pointer;
  will-change: transform;
  transition: all 0.3s;
  border-radius: 20px 0 0 20px;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-variations form .field--name-quantity .quantity-wrapper .decrement-btn:hover {
  background: #de0807;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-variations form .field--name-quantity .quantity-wrapper .decrement-btn:hover svg path {
  stroke: white;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-variations form .field--name-quantity .quantity-wrapper .increment-btn {
  display: flex;
  align-items: center;
  height: 35px;
  cursor: pointer;
  padding: 5.5px 15px;
  will-change: transform;
  transition: all 0.3s;
  border-radius: 0 20px 20px 0;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-variations form .field--name-quantity .quantity-wrapper .increment-btn:hover {
  background: #de0807;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-variations form .field--name-quantity .quantity-wrapper .increment-btn:hover svg path {
  stroke: white;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-variations form .field--name-quantity .quantity-wrapper input {
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #000;
  background: transparent;
  padding: 6px 0px 6.5px 0px;
  border: none;
  width: auto;
  -moz-appearance: textfield;
}
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-variations form .field--name-quantity .quantity-wrapper input::-webkit-outer-spin-button,
.view-shiny.view-id-shiny.view-display-id-page_1 .view-content .views-row .product .product-description .product-variations form .field--name-quantity .quantity-wrapper input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.view-tovary.view-id-tovary.view-display-id-page_2 .view-header {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 30px;
}
.view-tovary.view-id-tovary.view-display-id-page_2 .view-header h1 {
  margin-bottom: 0;
}
.view-tovary.view-id-tovary.view-display-id-page_2 .view-header h1 ~ * {
  margin-bottom: 0;
  font-size: 12px;
  color: red;
  margin-top: 5px;
}
.view-tovary.view-id-tovary.view-display-id-page_2 .view-header h6 {
  background-color: white;
  padding: 5px;
}
.body-product-type--vesta_product form.commerce-product-variation-vesta-product-edit-form .field--name-field-oem {
  color: red;
}
.body-product-type--vesta_product form.commerce-product-variation-vesta-product-edit-form .field--name-field-oem label {
  color: red;
}
.body-product-type--vesta_product form.commerce-product-variation-vesta-product-edit-form .field--name-field-oem input {
  width: 100%!important;
}
nav.pager ul.pagination.js-pager__items li.page-item a {
  color: #000;
}
nav.pager ul.pagination.js-pager__items li.page-item a:hover {
  background-color: #bfdaf6;
}
nav.pager ul.pagination.js-pager__items li.page-item a:focus {
  box-shadow: 0 0 0 0.25rem rgba(10, 29, 57, 0.25);
}
nav.pager ul.pagination.js-pager__items li.page-item.is-active a {
  background-color: #de0807;
  color: white;
}
.page-view--articles .view-articles .view-content .views-row {
  margin-bottom: 15px;
}
.page-view--articles .view-articles .view-content .views-row .node--type-article {
  display: grid;
  grid-template-columns: 100%;
  gap: 0 30px;
}
@media (min-width: 576px) {
  .page-view--articles .view-articles .view-content .views-row .node--type-article {
    grid-template-columns: 25% 1fr;
  }
}
.page-view--articles .view-articles .view-content .views-row .node--type-article .field--name-field-image a {
  display: flex;
  justify-content: center;
  background-color: white;
}
.page-view--articles .view-articles .view-content .views-row .node--type-article .field--name-field-image a img {
  object-fit: cover;
}
#block-vesta-theme-bloknastranicekontakty .geo {
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
  color: black;
}
