@font-face {
  font-family: "Exo2";
  src: url("/sites/all/themes/vesta_theme/font/Exo2-Light.woff2") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Exo2";
  src: url("/sites/all/themes/vesta_theme/font/Exo2-Regular.woff2") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Exo2";
  src: url("/sites/all/themes/vesta_theme/font/Exo2-Medium.woff2") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Exo2";
  src: url("/sites/all/themes/vesta_theme/font/Exo2-SemiBold.woff2") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Exo2";
  src: url("/sites/all/themes/vesta_theme/font/Exo2-Bold.woff2") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Exo2";
  src: url("/sites/all/themes/vesta_theme/font/Exo2-Black.woff2") format("truetype");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Inter";
  src: url("/sites/all/themes/vesta_theme/font/Inter-Regular.woff2") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "PT Serif";
  src: url("/sites/all/themes/vesta_theme/font/PT-Serif-Bold.woff") format("truetype");
  font-style: normal;
  font-weight: 700;
}
html {
  font-family: Exo2;
}
body {
  line-height: inherit;
  color: inherit;
  font-family: inherit;
}
.btn {
  display: inline-block;
  border-color: #56000b;
  border-radius: 5px;
  background: #56000b;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
}
.btn:hover {
  background: #7f0016;
  border-color: #56000b;
}
.btn:active {
  background-color: #315111;
}
.btn:first-child:active {
  background-color: #315111;
  border-color: #315111;
}
:root {
  --bs-body-line-height: 1.2;
  --bs-body-font-size: 16px;
}
.mb100 {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .mb100 {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .mb100 {
    margin-bottom: 100px;
  }
}
.title {
  font-weight: 700;
  font-size: 32px;
  color: #56000b;
  font-family: "PT Serif", sans-serif;
}
@media (min-width: 992px) {
  .title {
    font-size: 45px;
  }
}
.link {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding: 11.5px 83.5px;
  border-radius: 5px;
  z-index: 1;
  text-decoration: none;
  transition: all 0.3s;
  background: #56000b;
}
@media (min-width: 576px) {
  .link {
    font-size: 20px;
  }
}
.link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(95deg, #56000b 0%, #7f0016 96.66%);
  z-index: -1;
  border-radius: 5px;
  transition: all 0.3s;
}
.link:hover {
  background: #56000b;
}
.link:hover::before {
  opacity: 0;
}
#scrollToTop {
  width: 69px;
  height: 69px;
  background: none;
  text-indent: 0;
  font-size: 0;
  border: 0px;
  outline: 0px;
  display: flex;
  bottom: 120px;
  cursor: pointer;
  position: fixed;
  right: 46px;
  z-index: 10;
  transition: 0.2s;
  padding: 0;
}
#scrollToTop::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  z-index: -1;
}
.not-front main {
  margin-bottom: 50px;
}
.tr {
  transition: all 0.4s ease;
}
img:not(.image-style-gallery, .pswp__img) {
  max-width: 100%;
  height: auto !important;
}
.field[data-blazy] {
  min-width: initial;
}
table img {
  max-width: initial;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
a {
  color: var(--color);
  transition: all 0.4s ease;
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1200px;
  }
}
p:last-child {
  margin-bottom: 0 !important;
}
body {
  padding-top: 0 !important;
  color: var(--color2);
}
#app {
  position: relative;
  overflow: hidden;
}
.toolbar-fixed #app {
  margin-top: var(--drupal-displace-offset-top);
}
@media screen and (max-width: 991px) {
  #app {
    padding-top: 0px;
  }
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
#header .header-top .header-inner {
  display: grid;
  grid-template-columns: auto auto auto auto;
  align-items: center;
  gap: 0 26px;
  padding: 25px 0px 20px;
}
@media (min-width: 1600px) {
  #header .header-top .header-inner {
    padding: 46px 0px 47px;
  }
}
#header .header-top .header-inner .logo {
  margin-right: 18px;
}
@media (min-width: 1200px) {
  #header .header-top .header-inner .logo {
    margin-right: 85px;
  }
}
#header .header-top .header-inner .social {
  display: flex;
  align-items: center;
  gap: 12px;
}
#header .header-top .header-inner .social a {
  display: flex;
  width: 35px;
  height: 35px;
}
#header .header-top .header-inner .social a svg path,
#header .header-top .header-inner .social a svg rect {
  transition: all 0.3s;
}
#header .header-top .header-inner .social a:hover svg path {
  fill: #ffa8b3;
}
#header .header-top .header-inner .social a:hover svg rect {
  stroke: #ffa8b3;
}
#header .header-top .header-inner .social a svg {
  width: 100%;
  height: 100%;
}
#header .header-top .header-inner .col-contacts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1200px) {
  #header .header-top .header-inner .col-contacts {
    gap: 29px;
    flex-direction: row;
    align-items: center;
  }
}
#header .header-top .header-inner .col-contacts a.tel {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}
#header .header-top .header-inner .col-contacts a.tel:hover span {
  color: #ffa8b3;
}
#header .header-top .header-inner .col-contacts a.tel span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  transition: all 0.3s;
}
#header .header-top .header-inner .col-contacts p.geo {
  display: flex;
  align-items: center;
  gap: 7px;
}
#header .header-top .header-inner .col-contacts p.geo span {
  color: #ffffff;
  font-style: 600;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}
#header .header-top .header-inner .col-callback .field--name-body a {
  padding: 11.5px 25px 13px 25px;
}
#header .header-bottom {
  background: transparent;
}
#header .header-bottom .header-box {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 5px 0 8px;
}
@media (min-width: 1200px) {
  #header .header-bottom .header-box {
    gap: 50px;
  }
}
@media (min-width: 1600px) {
  #header .header-bottom .header-box {
    padding: 11px 0 15px;
  }
}
#header .header-bottom .header-box .region-navigation {
  flex-grow: 1;
}
#header .header-bottom .header-box .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav {
  gap: 24px;
}
@media (min-width: 1200px) {
  #header .header-bottom .header-box .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav {
    gap: 30px;
  }
}
#header .header-bottom .header-box .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li a {
  padding: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
}
#header .header-bottom .header-box .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li a:hover {
  text-decoration: underline;
}
#header .header-bottom .header-box .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li.dropdown > ul.dropdown-menu {
  padding: 10px;
}
#header .header-bottom .header-box .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li.dropdown > ul.dropdown-menu li a {
  color: black;
}
#header .header-bottom .header-box .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li.dropdown > ul.dropdown-menu li a.dropdown-item.active {
  background-color: transparent;
  text-decoration: underline;
}
#header .header-bottom .header-box .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li.dropdown > ul.dropdown-menu li a.dropdown-item:active {
  background-color: transparent;
}
#header .header-bottom .header-box .col-cart .cart-block--summary > a:hover svg path {
  stroke: #ffa8b3;
}
#header .header-bottom .header-box .col-cart .cart-block--summary svg path {
  transition: all 0.3s;
}
#header .header-bottom .header-box .col-cart .cart-block--summary .cart-block--summary__count {
  background: #000;
}
#header .header-bottom .header-box .search {
  position: relative;
  width: 20px;
  height: 20px;
}
#header .header-bottom .header-box .search svg.search-icon {
  cursor: pointer;
  max-width: 100%;
  height: auto;
}
#header .header-bottom .header-box .search svg.search-icon path {
  transition: all 0.3s;
}
#header .header-bottom .header-box .search svg.search-icon:hover path {
  stroke: #ffa8b3;
}
#header .header-bottom .header-box .search .region.region-search {
  display: none;
}
#header .header-bottom .header-box .search .region.region-search.active {
  position: absolute;
  bottom: -5px;
  right: 0px;
  display: block;
  width: 195px;
  z-index: 498;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
}
#header .header-bottom .header-box .search .region.region-search.active form {
  display: flex;
  align-items: center;
}
#header .header-bottom .header-box .search .region.region-search.active form .form-type-search input {
  border-radius: 0.375rem 0 0 0.375rem;
}
#header .header-bottom .header-box .search .region.region-search.active form .form-type-search input:focus {
  box-shadow: none;
}
#header .header-bottom .header-box .search .region.region-search.active form .form-actions {
  position: relative;
  width: 50px;
}
#header .header-bottom .header-box .search .region.region-search.active form .form-actions button {
  color: transparent;
}
#header .header-bottom .header-box .search .region.region-search.active form .form-actions::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/search.svg");
}
.not-front #header {
  position: static;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/sites/all/themes/vesta_theme/image/header.jpg");
  margin-bottom: 15px;
}
#header-mob {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: transparent;
}
#header-mob .social {
  display: none;
}
@media (min-width: 768px) {
  #header-mob .social {
    display: block;
  }
}
#header-mob .col-logo a img {
  max-width: 168px;
}
#header-mob .col-phone {
  display: none;
}
@media (min-width: 576px) {
  #header-mob .col-phone {
    display: block;
  }
}
#header-mob .col-phone a.tel {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}
#header-mob .col-phone a.tel:hover {
  text-decoration: underline;
}
#header-mob .col-phone a.tel span {
  color: #ffffff;
  font-style: 600;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}
#header-mob .col-cart .cart-block--summary .cart-block--summary__count {
  background: #000;
}
.not-front #header-mob {
  position: static;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/sites/all/themes/vesta_theme/image/header.jpg");
  margin-bottom: 20px;
}
#offcanvasNav {
  background: #1e1e1e;
}
#offcanvasNav .offcanvas-header button.btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  opacity: 1;
}
#offcanvasNav .offcanvas-body .region-search form {
  display: flex;
  align-items: center;
}
#offcanvasNav .offcanvas-body .region-search form .form-actions {
  position: relative;
  width: 50px;
}
#offcanvasNav .offcanvas-body .region-search form .form-actions button {
  color: transparent;
  width: 100%;
}
#offcanvasNav .offcanvas-body .region-search form .form-actions::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/search.svg");
}
#offcanvasNav .offcanvas-body .region-navigation {
  margin: 15px 0;
}
#offcanvasNav .offcanvas-body .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li {
  margin-bottom: 10px;
}
#offcanvasNav .offcanvas-body .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li a {
  padding: 0;
  color: white;
}
#offcanvasNav .offcanvas-body .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li.dropdown ul.dropdown-menu {
  border-bottom: 0;
}
#offcanvasNav .offcanvas-body .social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
#offcanvasNav .offcanvas-body .social a {
  display: flex;
  width: 35px;
  height: 35px;
  text-decoration: none;
}
#offcanvasNav .offcanvas-body .social a svg {
  width: 100%;
  height: 100%;
}
#offcanvasNav .offcanvas-body .col-contacts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  #offcanvasNav .offcanvas-body .col-contacts {
    gap: 29px;
    flex-direction: row;
    align-items: center;
  }
}
#offcanvasNav .offcanvas-body .col-contacts a.tel {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}
#offcanvasNav .offcanvas-body .col-contacts a.tel:hover {
  text-decoration: underline;
}
#offcanvasNav .offcanvas-body .col-contacts a.tel span {
  color: #ffffff;
  font-style: 600;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}
#offcanvasNav .offcanvas-body .col-contacts p.geo {
  display: flex;
  align-items: center;
  gap: 7px;
}
#offcanvasNav .offcanvas-body .col-contacts p.geo span {
  color: #ffffff;
  font-style: 600;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}
/* SLICK STYLES */
div#slider-block {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  div#slider-block {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  div#slider-block {
    margin-bottom: 100px;
  }
}
div#slider-block .view.view-slayder.view-id-slayder .view-content button.slick-arrow {
  width: 50px;
  height: 50px;
  top: auto;
  bottom: 5px;
  transition: all 0.3s;
  transform: translate(0, 0);
}
@media (min-width: 576px) {
  div#slider-block .view.view-slayder.view-id-slayder .view-content button.slick-arrow {
    bottom: 15px;
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 1200px) {
  div#slider-block .view.view-slayder.view-id-slayder .view-content button.slick-arrow {
    width: 80px;
    height: 80px;
    transform: translate(0, -50%);
  }
}
@media (min-width: 1569px) {
  div#slider-block .view.view-slayder.view-id-slayder .view-content button.slick-arrow {
    bottom: 50px;
  }
}
@media (min-width: 1569px) {
  div#slider-block .view.view-slayder.view-id-slayder .view-content button.slick-arrow {
    bottom: 256px;
  }
}
div#slider-block .view.view-slayder.view-id-slayder .view-content button.slick-arrow svg {
  transition: all 0.3s;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content button.slick-arrow:hover svg {
  fill: #56000b;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content button.slick-arrow:before {
  display: none;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content button.slick-arrow.slick-prev {
  left: auto;
  right: 50%;
}
@media (min-width: 576px) {
  div#slider-block .view.view-slayder.view-id-slayder .view-content button.slick-arrow.slick-prev {
    right: 100px;
  }
}
@media (min-width: 1200px) {
  div#slider-block .view.view-slayder.view-id-slayder .view-content button.slick-arrow.slick-prev {
    left: 30px;
  }
}
@media (min-width: 1569px) {
  div#slider-block .view.view-slayder.view-id-slayder .view-content button.slick-arrow.slick-prev {
    left: 100px;
  }
}
@media (min-width: 1787px) {
  div#slider-block .view.view-slayder.view-id-slayder .view-content button.slick-arrow.slick-prev {
    left: 205px;
  }
}
div#slider-block .view.view-slayder.view-id-slayder .view-content button.slick-arrow.slick-next {
  left: 50%;
}
@media (min-width: 576px) {
  div#slider-block .view.view-slayder.view-id-slayder .view-content button.slick-arrow.slick-next {
    left: auto;
    right: 30px;
  }
}
@media (min-width: 1569px) {
  div#slider-block .view.view-slayder.view-id-slayder .view-content button.slick-arrow.slick-next {
    right: 100px;
  }
}
@media (min-width: 1787px) {
  div#slider-block .view.view-slayder.view-id-slayder .view-content button.slick-arrow.slick-next {
    right: 205px;
  }
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide > .contextual {
  top: 250px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .field--name-field-image img {
  min-height: 520px;
  object-fit: cover;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
  position: absolute;
  top: 50px;
  bottom: 60px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
@media (min-width: 576px) {
  div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
    top: auto;
  }
}
@media (min-width: 1450px) {
  div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
    bottom: 137px;
  }
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-field-slide-title {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  font-family: "PT Serif", sans-serif;
  margin-bottom: 15px;
  max-width: 642px;
}
@media (min-width: 576px) {
  div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-field-slide-title {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-field-slide-title {
    margin-bottom: 38px;
  }
}
@media (min-width: 1600px) {
  div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-field-slide-title {
    font-size: 45px;
  }
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-body {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 20px;
  max-width: 668px;
}
@media (min-width: 576px) {
  div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-body {
    margin-bottom: 38px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-body {
    font-size: 24px;
    max-width: 794px;
  }
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-dynamic-token-fieldnode-callback a {
  position: relative;
  padding: 11.4px 80px 13px 80px;
  transition: all 0.3s;
  border-radius: 5px;
  background: transparent;
  z-index: 1;
  background: #56000b;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-dynamic-token-fieldnode-callback a {
    padding: 11.4px 106px 13px 106px;
    width: auto;
  }
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-dynamic-token-fieldnode-callback a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(95deg, #56000b 0%, #7f0016 96.66%);
  z-index: -1;
  border-radius: 5px;
  transition: all 0.3s;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-dynamic-token-fieldnode-callback a:hover {
  background: #56000b;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-dynamic-token-fieldnode-callback a:hover:before {
  opacity: 0;
  transition: all 0.3s;
}
h1.front-h1 {
  font-weight: 700;
  font-size: 32px;
  color: #56000b;
  font-family: "PT Serif", sans-serif;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  h1.front-h1 {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  h1.front-h1 {
    font-size: 55px;
  }
}
#block-vesta-theme-views-block-about-block-1 {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  #block-vesta-theme-views-block-about-block-1 {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  #block-vesta-theme-views-block-about-block-1 {
    margin-bottom: 100px;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px 30px;
}
@media (min-width: 992px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser {
    grid-template-columns: 295px 1fr;
  }
}
@media (min-width: 1200px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser {
    grid-template-columns: 500px 1fr;
    gap: 40px 92px;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .field--name-field-foto {
  grid-column: 1/2;
  margin-top: 10px;
}
@media (min-width: 992px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .field--name-field-foto {
    grid-row: 2/4;
    margin-top: 61px;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .field--name-field-foto img {
  max-width: 250px;
}
@media (min-width: 992px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .field--name-field-foto img {
    max-width: 100%;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .group-text .field--name-body {
  margin-bottom: 30px;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .group-text .field--name-body h2 {
  display: none;
}
@media (min-width: 768px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .group-text .field--name-body h2 {
    font-weight: 400;
    font-size: 40px;
    color: #000;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .group-text .field--name-body h2 {
    font-size: 45px;
    margin-bottom: 30px;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .group-text .field--name-body p {
  font-weight: 400;
  font-size: 20px;
  color: #000;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .group-text .field--name-dynamic-token-fieldnode-about-more a {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  padding: 13px 50.5px;
  text-decoration: none;
  border-radius: 5px;
  background: transparent;
  transition: all 0.3s;
  background: #56000b;
  z-index: 1;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .group-text .field--name-dynamic-token-fieldnode-about-more a {
    padding: 13px 97.5px;
    width: auto;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .group-text .field--name-dynamic-token-fieldnode-about-more a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(95deg, #56000b 0%, #7f0016 96.66%);
  z-index: -1;
  border-radius: 5px;
  transition: all 0.3s;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .group-text .field--name-dynamic-token-fieldnode-about-more a:hover {
  background: #56000b;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .group-text .field--name-dynamic-token-fieldnode-about-more a:hover:before {
  opacity: 0;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .field--name-field-benefits {
  grid-column: 1/2;
  grid-row: 1/2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media (min-width: 576px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .field--name-field-benefits {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .field--name-field-benefits {
    grid-column: 1/3;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .field--name-field-benefits {
    gap: 30px;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .field--name-field-benefits > .field__item .paragraph--type--icon-text {
  background: linear-gradient(95deg, #56000b 0%, #7f0016 96.66%);
  border-radius: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
@media (min-width: 992px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .field--name-field-benefits > .field__item .paragraph--type--icon-text {
    padding: 26px;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .field--name-field-benefits > .field__item .paragraph--type--icon-text .field--name-field-icon {
  margin-bottom: 5px;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .field--name-field-benefits > .field__item .paragraph--type--icon-text .field--name-field-tekst {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
@media (min-width: 576px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .field--name-field-benefits > .field__item .paragraph--type--icon-text .field--name-field-tekst {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .field--name-field-benefits > .field__item .paragraph--type--icon-text .field--name-field-tekst p br {
    display: none;
  }
}
@media (min-width: 992px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about.node--view-mode-teaser .field--name-field-benefits > .field__item .paragraph--type--icon-text .field--name-field-tekst p br {
    display: block;
  }
}
#block-vesta-theme-views-block-catalog-block-front {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  #block-vesta-theme-views-block-catalog-block-front {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  #block-vesta-theme-views-block-catalog-block-front {
    margin-bottom: 100px;
  }
}
#block-vesta-theme-views-block-catalog-block-front .block-title {
  font-weight: 700;
  font-size: 32px;
  color: #56000b;
  font-family: "PT Serif", sans-serif;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #block-vesta-theme-views-block-catalog-block-front .block-title {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  #block-vesta-theme-views-block-catalog-block-front .block-title {
    margin-bottom: 50px;
  }
}
.view-catalog.view-display-id-block_front .view-content,
.view-catalog.view-display-id-page .view-content {
  display: grid;
  grid-template-columns: 100%;
  gap: 15px;
}
@media (min-width: 768px) {
  .view-catalog.view-display-id-block_front .view-content,
  .view-catalog.view-display-id-page .view-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .view-catalog.view-display-id-block_front .view-content,
  .view-catalog.view-display-id-page .view-content {
    gap: 30px;
  }
}
.view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser,
.view-catalog.view-display-id-page .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser {
  position: relative;
}
.view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .group-text,
.view-catalog.view-display-id-page .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .group-text {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .group-text,
  .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .group-text {
    top: 26px;
    transform: translate(0, 0);
  }
}
@media (min-width: 1200px) {
  .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .group-text,
  .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .group-text {
    top: auto;
    bottom: 50px;
  }
}
.view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .group-text .field--name-taxonomy-term-title h2,
.view-catalog.view-display-id-page .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .group-text .field--name-taxonomy-term-title h2 {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .group-text .field--name-taxonomy-term-title h2,
  .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .group-text .field--name-taxonomy-term-title h2 {
    margin-bottom: 40px;
  }
}
.view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .group-text .field--name-taxonomy-term-title h2 a,
.view-catalog.view-display-id-page .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .group-text .field--name-taxonomy-term-title h2 a {
  text-decoration: none;
}
.view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .group-text .field--name-description,
.view-catalog.view-display-id-page .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .group-text .field--name-description {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .group-text .field--name-description,
  .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .group-text .field--name-description {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .group-text .field--name-taxonomy-term-link a,
.view-catalog.view-display-id-page .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .group-text .field--name-taxonomy-term-link a {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding: 11.5px 38.5px;
  border-radius: 5px;
  z-index: 1;
  text-decoration: none;
  transition: all 0.3s;
  background: #56000b;
}
@media (min-width: 992px) {
  .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .group-text .field--name-taxonomy-term-link a,
  .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .group-text .field--name-taxonomy-term-link a {
    font-size: 20px;
    padding: 11.5px 83.5px;
  }
}
.view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .group-text .field--name-taxonomy-term-link a::before,
.view-catalog.view-display-id-page .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .group-text .field--name-taxonomy-term-link a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(95deg, #56000b 0%, #7f0016 96.66%);
  z-index: -1;
  border-radius: 5px;
  transition: all 0.3s;
}
.view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .group-text .field--name-taxonomy-term-link a:hover,
.view-catalog.view-display-id-page .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .group-text .field--name-taxonomy-term-link a:hover {
  background: #56000b;
}
.view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .group-text .field--name-taxonomy-term-link a:hover::before,
.view-catalog.view-display-id-page .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .group-text .field--name-taxonomy-term-link a:hover::before {
  opacity: 0;
}
.view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .field--name-field-catalog-image a,
.view-catalog.view-display-id-page .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .field--name-field-catalog-image a {
  position: relative;
  display: flex;
}
.view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .field--name-field-catalog-image a img,
.view-catalog.view-display-id-page .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .field--name-field-catalog-image a img {
  width: 100%;
  border-radius: 10px;
}
.view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .field--name-field-catalog-image a::after,
.view-catalog.view-display-id-page .view-content .views-row .taxonomy-term.taxonomy-term--view-mode-teaser .field--name-field-catalog-image a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(21, 6, 6, 0.41);
  border-radius: 10px;
}
.view-catalog.view-display-id-block_front .more-link,
.view-catalog.view-display-id-page .more-link {
  text-align: center;
  margin-top: 30px;
}
.view-catalog.view-display-id-block_front .more-link a,
.view-catalog.view-display-id-page .more-link a {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding: 11.5px 83.5px;
  border-radius: 5px;
  z-index: 1;
  text-decoration: none;
  transition: all 0.3s;
  background: #56000b;
  padding: 13px 50.5px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-block_front .more-link a,
  .view-catalog.view-display-id-page .more-link a {
    font-size: 20px;
  }
}
.view-catalog.view-display-id-block_front .more-link a::before,
.view-catalog.view-display-id-page .more-link a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(95deg, #56000b 0%, #7f0016 96.66%);
  z-index: -1;
  border-radius: 5px;
  transition: all 0.3s;
}
.view-catalog.view-display-id-block_front .more-link a:hover,
.view-catalog.view-display-id-page .more-link a:hover {
  background: #56000b;
}
.view-catalog.view-display-id-block_front .more-link a:hover::before,
.view-catalog.view-display-id-page .more-link a:hover::before {
  opacity: 0;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-block_front .more-link a,
  .view-catalog.view-display-id-page .more-link a {
    padding: 13px 120.5px;
    width: auto;
  }
}
#block-how {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  #block-how {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  #block-how {
    margin-bottom: 100px;
  }
}
#block-how .block-title {
  font-weight: 700;
  font-size: 32px;
  color: #56000b;
  font-family: "PT Serif", sans-serif;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #block-how .block-title {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  #block-how .block-title {
    margin-bottom: 50px;
  }
}
.node--type-how.node--view-mode-default .field--name-field-kak,
.node--type-how.node--view-mode-full .field--name-field-kak {
  display: grid;
  grid-template-columns: 100%;
  gap: 15px;
}
@media (min-width: 576px) {
  .node--type-how.node--view-mode-default .field--name-field-kak,
  .node--type-how.node--view-mode-full .field--name-field-kak {
    grid-template-columns: 1fr 1fr;
    gap: 20px 20px;
  }
}
@media (min-width: 992px) {
  .node--type-how.node--view-mode-default .field--name-field-kak,
  .node--type-how.node--view-mode-full .field--name-field-kak {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .node--type-how.node--view-mode-default .field--name-field-kak,
  .node--type-how.node--view-mode-full .field--name-field-kak {
    gap: 40px 30px;
  }
}
.node--type-how.node--view-mode-default .field--name-field-kak .paragraph--type--zagolovok-tekst,
.node--type-how.node--view-mode-full .field--name-field-kak .paragraph--type--zagolovok-tekst {
  box-shadow: -3px 5px 11px 0 rgba(87, 0, 12, 0.33), -40px 72px 33px 0 rgba(87, 0, 12, 0.05), -63px 113px 36px 0 rgba(87, 0, 12, 0.01);
  background: linear-gradient(95deg, #56000b 0%, #7f0016 96.66%);
  border-radius: 10px;
  padding: 20px 20px 20px 19px;
  height: 100%;
}
@media (min-width: 576px) {
  .node--type-how.node--view-mode-default .field--name-field-kak .paragraph--type--zagolovok-tekst,
  .node--type-how.node--view-mode-full .field--name-field-kak .paragraph--type--zagolovok-tekst {
    padding: 24px 20px 38px 19px;
  }
}
@media (min-width: 1200px) {
  .node--type-how.node--view-mode-default .field--name-field-kak .paragraph--type--zagolovok-tekst,
  .node--type-how.node--view-mode-full .field--name-field-kak .paragraph--type--zagolovok-tekst {
    padding: 37px 35px 38px 35px;
  }
}
.node--type-how.node--view-mode-default .field--name-field-kak .paragraph--type--zagolovok-tekst .field--name-field-zaglavie,
.node--type-how.node--view-mode-full .field--name-field-kak .paragraph--type--zagolovok-tekst .field--name-field-zaglavie {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .node--type-how.node--view-mode-default .field--name-field-kak .paragraph--type--zagolovok-tekst .field--name-field-zaglavie,
  .node--type-how.node--view-mode-full .field--name-field-kak .paragraph--type--zagolovok-tekst .field--name-field-zaglavie {
    margin-bottom: 15px;
  }
}
.node--type-how.node--view-mode-default .field--name-field-kak .paragraph--type--zagolovok-tekst .field--name-field-text,
.node--type-how.node--view-mode-full .field--name-field-kak .paragraph--type--zagolovok-tekst .field--name-field-text {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
@media (min-width: 768px) {
  .node--type-how.node--view-mode-default .field--name-field-kak .paragraph--type--zagolovok-tekst .field--name-field-text,
  .node--type-how.node--view-mode-full .field--name-field-kak .paragraph--type--zagolovok-tekst .field--name-field-text {
    font-size: 20px;
  }
}
#fos-block {
  background-image: url("/sites/all/themes/vesta_theme/image/form.jpg");
  padding: 50px 0;
  background-position: center;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #fos-block {
    padding: 84px 0;
  }
}
@media (min-width: 992px) {
  #fos-block {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  #fos-block {
    margin-bottom: 100px;
  }
}
#fos-block #block-fos {
  border: 2px solid #fff;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.32);
  padding: 25px 15px 30px 15px;
}
@media (min-width: 576px) {
  #fos-block #block-fos {
    padding: 25px 40px 30px 40px;
  }
}
@media (min-width: 768px) {
  #fos-block #block-fos {
    padding: 42px 68px 42px 68px;
  }
}
#fos-block .block-title {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  margin-bottom: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  #fos-block .block-title {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  #fos-block .block-title {
    font-size: 45px;
    margin-bottom: 30px;
  }
}
#fos-block form {
  display: grid;
  grid-template-columns: 100%;
  gap: 0 20px;
}
@media (min-width: 768px) {
  #fos-block form {
    grid-template-columns: 340px 1fr;
  }
}
@media (min-width: 992px) {
  #fos-block form {
    grid-template-columns: 440px 1fr;
  }
}
@media (min-width: 1200px) {
  #fos-block form {
    grid-template-columns: 513px 1fr;
    gap: 0 30px;
  }
}
#fos-block form strong.error,
#fos-block form .form-item--error-message,
#fos-block form .alert-error {
  display: none !important;
}
#fos-block form input.error,
#fos-block form textarea.error {
  box-shadow: 0px 0px 7px 0px red;
}
#fos-block form .form-item-name,
#fos-block form .form-item-phone,
#fos-block form .form-item-email {
  margin-bottom: 15px;
}
#fos-block form .form-item-name input,
#fos-block form .form-item-phone input,
#fos-block form .form-item-email input {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  padding: 9.300000000000001px 13.5px 9.5px 20px;
  border: 2px solid #fff;
  border-radius: 5px;
  background: transparent;
  margin-top: 0;
}
#fos-block form .form-item-name input::placeholder,
#fos-block form .form-item-phone input::placeholder,
#fos-block form .form-item-email input::placeholder {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
}
#fos-block form .form-item-email {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #fos-block form .form-item-email {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #fos-block form .form-item-message {
    grid-column: 2/3;
    grid-row: 1/4;
  }
}
#fos-block form .form-item-message .form-textarea-wrapper {
  height: 100%;
}
#fos-block form .form-item-message .form-textarea-wrapper textarea {
  height: 100%;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  padding: 9.300000000000001px 13.5px 9.5px 20px;
  border: 2px solid #fff;
  border-radius: 5px;
  background: transparent;
  margin-top: 0;
}
#fos-block form .form-item-message .form-textarea-wrapper textarea::placeholder {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
}
#fos-block form .form-actions {
  align-self: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  #fos-block form .form-actions {
    grid-column: 1/3;
    margin-top: 30px;
  }
}
#fos-block form .form-actions button {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding: 11.5px 83.5px;
  border-radius: 5px;
  z-index: 1;
  text-decoration: none;
  transition: all 0.3s;
  background: #56000b;
}
@media (min-width: 576px) {
  #fos-block form .form-actions button {
    font-size: 20px;
  }
}
#fos-block form .form-actions button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(95deg, #56000b 0%, #7f0016 96.66%);
  z-index: -1;
  border-radius: 5px;
  transition: all 0.3s;
}
#fos-block form .form-actions button:hover {
  background: #56000b;
}
#fos-block form .form-actions button:hover::before {
  opacity: 0;
}
#fos-block form .form-item-privacy {
  align-self: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media (min-width: 576px) {
  #fos-block form .form-item-privacy {
    gap: 2.23px;
  }
}
@media (min-width: 768px) {
  #fos-block form .form-item-privacy {
    grid-column: 1/3;
  }
}
#fos-block form .form-item-privacy .checkbox {
  position: relative;
}
#fos-block form .form-item-privacy .checkbox-custom {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/sites/all/themes/vesta_theme/image/check.svg");
}
#fos-block form .form-item-privacy input {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 1;
  width: 20px;
  height: 20px;
  opacity: 0;
  cursor: pointer;
}
#fos-block form .form-item-privacy input:checked + .checkbox-custom {
  background-image: url("/sites/all/themes/vesta_theme/image/checked.svg");
}
#fos-block form .form-item-privacy input + .description {
  position: relative;
}
#fos-block form .form-item-privacy input.error + .checkbox-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: block;
  width: 24px;
  height: 24px;
  box-shadow: 0px 1px 0px 0px red;
}
#fos-block form .form-item-privacy .description {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
  color: #fff;
  margin-left: 0;
  max-width: 331px;
}
@media (min-width: 576px) {
  #fos-block form .form-item-privacy .description {
    text-align: center;
  }
}
#fos-block form .form-item-privacy .description a {
  color: inherit;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
#fos-block form .form-item-privacy .description a:hover {
  color: #ffd7dc;
}
#work-block {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  #work-block {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  #work-block {
    margin-bottom: 100px;
  }
}
#work-block .block-title {
  font-weight: 700;
  font-size: 32px;
  color: #56000b;
  font-family: "PT Serif", sans-serif;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  #work-block .block-title {
    font-size: 45px;
  }
}
@media (min-width: 576px) {
  #work-block .block-title {
    margin-bottom: 44px;
  }
}
#work-block .region-work {
  margin: 0 10px;
}
@media (min-width: 576px) {
  #work-block .region-work {
    margin: 0;
  }
}
#work-block .view-fotogalereya.view-display-id-block_1 .view-content {
  display: flex;
  justify-content: center;
  gap: 0px;
  flex-wrap: wrap;
  margin: 0 -5px;
  row-gap: 15px;
}
@media (min-width: 768px) {
  #work-block .view-fotogalereya.view-display-id-block_1 .view-content {
    margin: 0 -15px;
    row-gap: 30px;
  }
}
@media (min-width: 992px) {
  #work-block .view-fotogalereya.view-display-id-block_1 .view-content {
    gap: 15px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  #work-block .view-fotogalereya.view-display-id-block_1 .view-content {
    flex-wrap: nowrap;
  }
}
#work-block .view-fotogalereya.view-display-id-block_1 .view-content .views-row {
  flex: 0 0 50%;
  padding: 0 5px;
}
@media (min-width: 576px) {
  #work-block .view-fotogalereya.view-display-id-block_1 .view-content .views-row {
    flex: 0 0 33.333%;
  }
}
@media (min-width: 768px) {
  #work-block .view-fotogalereya.view-display-id-block_1 .view-content .views-row {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  #work-block .view-fotogalereya.view-display-id-block_1 .view-content .views-row {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  #work-block .view-fotogalereya.view-display-id-block_1 .view-content .views-row {
    padding: 21px;
    flex: 0 0 auto;
  }
}
#work-block .view-fotogalereya.view-display-id-block_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser {
  position: relative;
  box-shadow: -3px 5px 11px 0 rgba(181, 134, 34, 0.33), -10px 18px 21px 0 rgba(181, 134, 34, 0.29);
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  #work-block .view-fotogalereya.view-display-id-block_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser {
    padding: 21px;
  }
}
#work-block .view-fotogalereya.view-display-id-block_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser:hover {
  box-shadow: -3px 5px 11px 0 rgba(181, 134, 34, 0.33), -10px 18px 21px 0 rgba(208, 113, 31, 0.49);
}
#work-block .view-fotogalereya.view-display-id-block_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-field-gallery .media img {
  max-width: 100%;
}
@media (min-width: 1200px) {
  #work-block .view-fotogalereya.view-display-id-block_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-field-gallery .media img {
    min-width: 360px;
    max-width: none;
  }
}
#work-block .view-fotogalereya.view-display-id-block_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-title {
  position: absolute;
  left: 21px;
  right: 21px;
  bottom: 21px;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.3);
}
#work-block .view-fotogalereya.view-display-id-block_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-title h2 {
  color: white;
  text-align: center;
}
#work-block .view-fotogalereya.view-display-id-block_1 .more-link {
  text-align: center;
  margin-top: 30px;
}
#work-block .view-fotogalereya.view-display-id-block_1 .more-link a {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding: 11.5px 83.5px;
  border-radius: 5px;
  z-index: 1;
  text-decoration: none;
  transition: all 0.3s;
  background: #56000b;
  padding: 13px 50px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  #work-block .view-fotogalereya.view-display-id-block_1 .more-link a {
    font-size: 20px;
  }
}
#work-block .view-fotogalereya.view-display-id-block_1 .more-link a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(95deg, #56000b 0%, #7f0016 96.66%);
  z-index: -1;
  border-radius: 5px;
  transition: all 0.3s;
}
#work-block .view-fotogalereya.view-display-id-block_1 .more-link a:hover {
  background: #56000b;
}
#work-block .view-fotogalereya.view-display-id-block_1 .more-link a:hover::before {
  opacity: 0;
}
@media (min-width: 576px) {
  #work-block .view-fotogalereya.view-display-id-block_1 .more-link a {
    width: auto;
    padding: 13px 120.5px;
  }
}
.view-gallery-page.view-id-gallery_page.view-display-id-block_1 .view-content {
  display: flex;
  justify-content: center;
  gap: 0px;
  flex-wrap: wrap;
  margin: 0 -5px;
  row-gap: 15px;
}
@media (min-width: 768px) {
  .view-gallery-page.view-id-gallery_page.view-display-id-block_1 .view-content {
    margin: 0 -15px;
    row-gap: 30px;
  }
}
@media (min-width: 992px) {
  .view-gallery-page.view-id-gallery_page.view-display-id-block_1 .view-content {
    margin: 0 -15px;
  }
}
.view-gallery-page.view-id-gallery_page.view-display-id-block_1 .view-content .views-row {
  flex: 0 0 50%;
  padding: 0 5px;
}
@media (min-width: 576px) {
  .view-gallery-page.view-id-gallery_page.view-display-id-block_1 .view-content .views-row {
    flex: 0 0 33.333%;
  }
}
@media (min-width: 768px) {
  .view-gallery-page.view-id-gallery_page.view-display-id-block_1 .view-content .views-row {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .view-gallery-page.view-id-gallery_page.view-display-id-block_1 .view-content .views-row {
    flex: 0 0 25%;
    padding: 0 15px;
  }
}
.view-gallery-page.view-id-gallery_page.view-display-id-block_1 .view-content .views-row a.photoswipe {
  display: flex;
  box-shadow: -3px 5px 11px 0 rgba(181, 134, 34, 0.33), -10px 18px 21px 0 rgba(181, 134, 34, 0.29);
  background: #fff;
  border-radius: 10px;
  padding: 12px;
}
@media (min-width: 1200px) {
  .view-gallery-page.view-id-gallery_page.view-display-id-block_1 .view-content .views-row a.photoswipe {
    padding: 21px;
  }
}
.view-gallery-page.view-id-gallery_page.view-display-id-block_1 .view-content .views-row a.photoswipe:hover {
  box-shadow: -3px 5px 11px 0 rgba(181, 134, 34, 0.33), -10px 18px 21px 0 rgba(208, 113, 31, 0.49);
}
.view-gallery-page.view-id-gallery_page.view-display-id-block_1 .view-content .views-row a.photoswipe img {
  max-width: 100%;
  /*@media (min-width: @tablet) {
            max-width: none;
          }
          @media (min-width: @desktop) {
            min-width: 360px;
          }*/
}
#map-block {
  margin: 0 16px 50px 16px;
  border-radius: 20px;
  box-shadow: -3px 5px 11px 0 rgba(181, 134, 34, 0.33), -10px 18px 21px 0 rgba(181, 134, 34, 0.29);
  overflow: hidden;
}
@media (min-width: 576px) {
  #map-block {
    margin: 0 53px 50px 53px;
  }
}
@media (min-width: 992px) {
  #map-block {
    margin: 0 53px 80px 53px;
  }
}
@media (min-width: 1200px) {
  #map-block {
    margin: 0 53px 100px 53px;
  }
}
#map-block .mapContainer iframe {
  height: 360px;
}
@media (min-width: 576px) {
  #map-block .mapContainer iframe {
    height: 400px;
  }
}
@media (min-width: 768px) {
  #map-block .mapContainer iframe {
    height: 592px;
  }
}
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/sites/all/themes/vesta_theme/image/footer.jpg");
}
@media (min-width: 576px) {
  #footer {
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) {
  #footer {
    padding-bottom: 159px;
  }
}
#footer .footer-inner {
  display: grid;
  grid-template-columns: 145px auto;
  grid-template-rows: auto auto 1fr;
  gap: 0 26px;
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  #footer .footer-inner {
    grid-template-columns: 200px auto;
  }
}
@media (min-width: 768px) {
  #footer .footer-inner {
    grid-template-columns: auto auto auto;
  }
}
@media (min-width: 992px) {
  #footer .footer-inner {
    gap: 0 19px;
    grid-template-columns: auto auto auto auto;
  }
}
@media (min-width: 1200px) {
  #footer .footer-inner {
    gap: 0 45px;
  }
}
#footer .footer-inner .logo {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-bottom: 18px;
}
@media (min-width: 576px) {
  #footer .footer-inner .logo {
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  #footer .footer-inner .logo {
    margin-right: 25px;
  }
}
#footer .footer-inner .logo a img {
  max-width: 140px;
}
@media (min-width: 576px) {
  #footer .footer-inner .logo a img {
    max-width: 150px;
  }
}
@media (min-width: 1200px) {
  #footer .footer-inner .logo a img {
    max-width: 197px;
  }
}
#footer .footer-inner .social {
  display: flex;
  gap: 12px;
  margin-bottom: 21px;
}
#footer .footer-inner .social a {
  display: flex;
  width: 35px;
  height: 35px;
  text-decoration: none;
}
#footer .footer-inner .social a svg path,
#footer .footer-inner .social a svg rect {
  transition: all 0.3s;
}
#footer .footer-inner .social a:hover svg path {
  fill: white;
}
#footer .footer-inner .social a:hover svg rect {
  stroke: white;
}
#footer .footer-inner .social a svg {
  width: 100%;
  height: 100%;
}
#footer .footer-inner .bank {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: baseline;
}
@media (min-width: 1200px) {
  #footer .footer-inner .bank {
    display: block;
    align-items: baseline;
  }
}
#footer .footer-inner .bank img {
  max-height: 23px;
  width: auto;
  object-fit: contain;
}
@media (min-width: 1200px) {
  #footer .footer-inner .bank img {
    margin-right: 8px;
    max-height: none;
    object-fit: inherit;
  }
}
#footer .footer-inner .bank img:last-child {
  margin-right: 0;
}
#footer .footer-inner .navigat {
  grid-row: 1/3;
}
@media (min-width: 992px) {
  #footer .footer-inner .navigat {
    grid-row: 1/4;
  }
}
#footer .footer-inner .navigat label {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
#footer .footer-inner .navigat nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav {
  display: flex;
  flex-direction: column;
}
#footer .footer-inner .navigat nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li {
  margin-bottom: 10px;
}
#footer .footer-inner .navigat nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding: 0;
}
#footer .footer-inner .navigat nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li a:hover {
  text-decoration: underline;
}
#footer .footer-inner .navigat nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li a::after {
  display: none;
}
#footer .footer-inner .navigat nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li.nav-item.dropdown ul.dropdown-menu {
  display: none;
}
#footer .footer-inner .footer_catalog {
  grid-row: 3/4;
  grid-column: 2/3;
  margin-top: 15px;
}
@media (min-width: 992px) {
  #footer .footer-inner .footer_catalog {
    grid-row: 1/4;
    grid-column: auto;
    margin-top: 0;
  }
}
#footer .footer-inner .footer_catalog .block-title {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
#footer .footer-inner .footer_catalog .view-catalog.view-display-id-block_1 .view-content .views-row {
  margin-bottom: 10px;
}
#footer .footer-inner .footer_catalog .view-catalog.view-display-id-block_1 .view-content .views-row a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
#footer .footer-inner .footer_catalog .view-catalog.view-display-id-block_1 .view-content .views-row a:hover {
  text-decoration: underline;
}
#footer .footer-inner .contacts {
  grid-row: 4/5;
  grid-column: 1/3;
}
@media (min-width: 768px) {
  #footer .footer-inner .contacts {
    grid-row: 1/4;
    grid-column: auto;
  }
}
#footer .footer-inner .contacts .item {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
#footer .footer-inner .contacts .item p,
#footer .footer-inner .contacts .item a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
}
#footer .footer-inner .contacts .item a:hover {
  text-decoration: underline;
}
#footer .footer-inner .contacts .item:nth-child(2) {
  margin-bottom: 20px;
}
#footer .footer-inner .contacts hr {
  border-top: 1.5px solid #fff;
  margin: 18px 0 12px;
  opacity: 1;
}
#footer .row-copiryght {
  display: grid;
  grid-template-columns: 100%;
  align-items: end;
  justify-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  #footer .row-copiryght {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: inherit;
    gap: 0;
  }
}
#footer .row-copiryght p,
#footer .row-copiryght a {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}
#footer .row-copiryght a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  #footer .row-copiryght a.vesta {
    justify-self: center;
  }
}
#footer .row-copiryght .policy {
  text-align: center;
}
@media (min-width: 768px) {
  #footer .row-copiryght .policy {
    justify-self: end;
    text-align: inherit;
  }
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper {
  background: #56000b;
  padding: 25px;
  border-radius: 5px;
  border-top: 0;
  gap: 27px;
  margin-left: auto;
  margin-right: auto;
  max-width: 875px;
  bottom: 0;
  flex-direction: column;
}
@media (min-width: 576px) {
  #block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  #block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper {
    margin-right: 69px;
  }
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-content p {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}
@media (min-width: 576px) {
  #block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-content p {
    font-size: 16px;
  }
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-content p a {
  color: inherit;
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-actions button {
  font-weight: 600;
  font-size: 16px;
  color: #56000b;
  padding: 13px 66px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #56000b;
  transition: all 0.3s;
}
@media (min-width: 576px) {
  #block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-actions button {
    font-size: 20px;
  }
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-short-wrapper .vpa-actions button:hover {
  background: #56000b;
  border-color: #fff;
  color: white;
}
.modal-content .modal-body form strong.error,
.modal-content .modal-body form .form-item--error-message,
.modal-content .modal-body form .alert-error {
  display: none !important;
}
.modal-content .modal-body form input.error,
.modal-content .modal-body form textarea.error {
  box-shadow: 0px 0px 7px 0px red;
}
.modal-content .modal-body form .form-item-name,
.modal-content .modal-body form .form-item-phone,
.modal-content .modal-body form .form-item-email {
  margin-bottom: 15px;
}
.modal-content .modal-body form .form-item-name input,
.modal-content .modal-body form .form-item-phone input,
.modal-content .modal-body form .form-item-email input {
  font-weight: 300;
  font-size: 18px;
  color: #000;
  padding: 9.300000000000001px 13.5px 9.5px 20px;
  border: 2px solid #000;
  border-radius: 5px;
  background: transparent;
  margin-top: 0;
}
.modal-content .modal-body form .form-item-name input::placeholder,
.modal-content .modal-body form .form-item-phone input::placeholder,
.modal-content .modal-body form .form-item-email input::placeholder {
  font-weight: 300;
  font-size: 18px;
  color: #000;
}
.modal-content .modal-body form .form-item-message {
  margin-bottom: 15px;
}
.modal-content .modal-body form .form-item-message textarea {
  height: 100%;
  font-weight: 300;
  font-size: 18px;
  color: #000;
  padding: 9.300000000000001px 13.5px 9.5px 20px;
  border: 2px solid #000;
  border-radius: 5px;
  background: transparent;
  margin-top: 0;
}
.modal-content .modal-body form .form-item-message textarea::placeholder {
  font-weight: 300;
  font-size: 18px;
  color: #000;
}
.modal-content .modal-body form .form-item-privacy {
  align-self: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
@media (min-width: 576px) {
  .modal-content .modal-body form .form-item-privacy {
    gap: 2.23px;
  }
}
.modal-content .modal-body form .form-item-privacy .checkbox {
  position: relative;
}
.modal-content .modal-body form .form-item-privacy .checkbox-custom {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/sites/all/themes/vesta_theme/image/check-black.svg");
}
.modal-content .modal-body form .form-item-privacy input {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 1;
  width: 20px;
  height: 20px;
  opacity: 0;
  cursor: pointer;
}
.modal-content .modal-body form .form-item-privacy input:checked + .checkbox-custom {
  background-image: url("/sites/all/themes/vesta_theme/image/checked-black.svg");
}
.modal-content .modal-body form .form-item-privacy input + .description {
  position: relative;
}
.modal-content .modal-body form .form-item-privacy input.error + .checkbox-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: block;
  width: 24px;
  height: 24px;
  box-shadow: 0px 1px 0px 0px red;
}
.modal-content .modal-body form .form-item-privacy .description {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1;
  color: #1e1e1e;
  margin-left: 0;
}
.modal-content .modal-body form .form-item-privacy .description a {
  color: inherit;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.modal-content .modal-body form .form-actions {
  grid-column: 1/3;
  text-align: center;
}
.modal-content .modal-body form .form-actions button {
  display: inline-block;
  border-color: #56000b;
  border-radius: 5px;
  background: #56000b;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
}
.modal-content .modal-body form .form-actions button:hover {
  background: #7f0016;
  border-color: #56000b;
}
.modal-content .modal-body form .form-actions button:active {
  background-color: #315111;
}
.modal-content .modal-footer button {
  width: 100%;
  text-align: center;
}
/*&:focus-visible {
              background-color: green;
              border-color: green;
            }
            &.active {
              background-color: green;
              border-color: green;
            }*/
.ajax-progress.ajax-progress-throbber {
  display: none !important;
}
.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(250, 69, 4, 0.25);
}
body.body-node--800 #block-vesta-theme-bloknastranicekontakty .field--name-body p a {
  text-decoration: none;
}
body.body-node--800 #block-vesta-theme-bloknastranicekontakty .field--name-body p a:hover {
  text-decoration: underline;
}
body.body-node--800 .contacts .item {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
body.body-node--800 .contacts .item svg path {
  stroke: black;
}
body.body-node--800 .contacts .item p,
body.body-node--800 .contacts .item a {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1.2;
  text-decoration: none;
}
body.body-node--800 .contacts .item a:hover {
  text-decoration: underline;
}
body.body-node--800 .contacts .item:nth-child(2) {
  margin-bottom: 20px;
}
body.body-node--800 .contacts hr {
  border-top: 1.5px solid #000;
  margin: 18px 0 12px;
  opacity: 1;
}
body.body-node--800 .mapContainer iframe {
  height: 360px;
}
@media (min-width: 576px) {
  body.body-node--800 .mapContainer iframe {
    height: 380px;
  }
}
@media (min-width: 768px) {
  body.body-node--800 .mapContainer iframe {
    height: 392px;
  }
}
.view-tovary.view-display-id-page_2 .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  row-gap: 30px;
}
.view-tovary.view-display-id-page_2 .view-content .views-row {
  flex: 0 0 25%;
  padding: 0 15px;
}
.view-tovary.view-display-id-page_2 .view-content .views-row .product-teaser {
  height: 100%;
}
.view-tovary.view-display-id-page_2 .view-content .views-row .product-teaser > div.prod {
  display: flex;
  flex-direction: column;
  box-shadow: -3px 5px 11px 0 rgba(181, 134, 34, 0.15), -10px 18px 21px 0 rgba(181, 134, 34, 0.15);
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  transition: all 0.3s;
}
.view-tovary.view-display-id-page_2 .view-content .views-row .product-teaser > div.prod:hover {
  box-shadow: -3px 5px 11px 0 rgba(181, 134, 34, 0.33), -10px 18px 21px 0 rgba(181, 134, 34, 0.29);
}
.view-tovary.view-display-id-page_2 .view-content .views-row .product-teaser > div.prod .product-image {
  flex-grow: 1;
}
.view-tovary.view-display-id-page_2 .view-content .views-row .product-teaser > div.prod .product-image img {
  max-width: 100%;
}
.view-tovary.view-display-id-page_2 .view-content .views-row .product-teaser > div.prod .product-description .product-title {
  margin-bottom: 10px;
}
.view-tovary.view-display-id-page_2 .view-content .views-row .product-teaser > div.prod .product-description .product-title > div {
  text-align: center;
}
.view-tovary.view-display-id-page_2 .view-content .views-row .product-teaser > div.prod .product-description .product-title a {
  text-align: center;
  font-weight: 500;
  text-decoration: none;
}
.view-tovary.view-display-id-page_2 .view-content .views-row .product-teaser > div.prod .product-description .product-price > div {
  text-align: center;
  font-weight: 700;
}
article.product-view-full h1 {
  font-size: 30px;
}
@media (min-width: 768px) {
  article.product-view-full h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  article.product-view-full h1 {
    font-size: 40px;
  }
}
article.product-view-full .product-teaser {
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 768px) {
  article.product-view-full .product-teaser {
    gap: 50px;
  }
}
@media (min-width: 992px) {
  article.product-view-full .product-teaser {
    flex-direction: row;
  }
}
article.product-view-full .product-teaser .product-teaser-image .elements .slick-list .slick-track {
  display: flex;
}
article.product-view-full .product-teaser .product-teaser-image .elements .slick-list .slick-track .slick-slide {
  height: auto;
  /* display: flex;
              align-items: center;
              justify-content: center;*/
  /*>a{
                display: flex;
                align-items: center;
                justify-content: center;
                height: 100%;
              }*/
}
article.product-view-full .product-teaser .product-teaser-image .elements .slick-list .slick-track .slick-slide a.photoswipe {
  display: flex;
  color: black;
  height: -webkit-fill-available;
}
article.product-view-full .product-teaser .product-teaser-image .elements .current-slide button.slick-arrow {
  width: 50px;
  height: 50px;
}
article.product-view-full .product-teaser .product-teaser-image .elements .current-slide button.slick-arrow::before {
  width: 100%;
  height: 100%;
}
article.product-view-full .product-teaser .product-teaser-image .elements .current-slide button.slick-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 45px;
  height: 45px;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 50%;
  z-index: -1;
}
article.product-view-full .product-teaser .product-teaser-image .elements .current-slide button.slick-arrow.slick-prev {
  left: 0px;
}
@media (min-width: 768px) {
  article.product-view-full .product-teaser .product-teaser-image .elements .current-slide button.slick-arrow.slick-prev {
    left: -25px;
  }
}
article.product-view-full .product-teaser .product-teaser-image .elements .current-slide button.slick-arrow.slick-next {
  right: 0px;
}
@media (min-width: 768px) {
  article.product-view-full .product-teaser .product-teaser-image .elements .current-slide button.slick-arrow.slick-next {
    right: -25px;
  }
}
article.product-view-full .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 a {
  display: flex;
  min-height: 300px;
}
article.product-view-full .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;
  max-height: 500px;
  object-fit: contain;
}
@media (min-width: 576px) {
  article.product-view-full .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: 500px;
    min-height: 500px;
    object-fit: cover;
  }
}
article.product-view-full .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;
  max-height: 118px;
  min-height: 118px;
  object-fit: cover;
}
@media (min-width: 768px) {
  article.product-view-full .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 {
    min-width: 118px;
  }
}
article.product-view-full .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide {
  margin: 0 5px;
  max-width: 118px;
  max-height: 118px;
  min-height: 118px;
}
@media (min-width: 768px) {
  article.product-view-full .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 {
    min-width: 118px;
  }
}
article.product-view-full .product-teaser .product-teaser-info {
  margin-top: 15px;
}
article.product-view-full .product-teaser .product-teaser-info h1 {
  margin-bottom: 0.5rem;
}
article.product-view-full .product-teaser .product-teaser-info .field--name-field-harakteristiki {
  margin-bottom: 20px;
}
article.product-view-full .product-teaser .product-teaser-info .field--name-field-harakteristiki p {
  margin-bottom: 5px;
}
article.product-view-full .product-teaser .product-teaser-info .field--name-price {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}
article.product-view-full .product-teaser .product-teaser-info .field--name-attribute-color,
article.product-view-full .product-teaser .product-teaser-info .field--name-attribute-size {
  display: none;
}
article.product-view-full .product-teaser .product-teaser-info .field--name-variations form .field--widget-commerce-product-variation-attributes .form-type-select {
  margin-bottom: 15px;
}
article.product-view-full .product-teaser .product-teaser-info .field--name-variations form .field--widget-commerce-product-variation-attributes .form-type-select label {
  font-weight: 700;
  margin-bottom: 5px;
}
article.product-view-full .product-teaser .product-teaser-info .field--name-variations form .field--widget-commerce-product-variation-attributes .form-type-select select:focus {
  box-shadow: none;
}
article.product-view-full .product-teaser .product-teaser-info .field--name-variations form .field--name-quantity {
  display: none;
}
article.product-view-full .product-teaser .product-teaser-info .field--name-variations form .form-actions {
  margin-top: 25px;
}
article.product-view-full .product-teaser .product-teaser-info .field--name-variations form .form-actions button {
  font-size: 16px;
}
@media (min-width: 992px) {
  article.product-view-full .product-teaser .product-teaser-info .field--name-variations form .form-actions button {
    font-size: 20px;
  }
}
.ui-dialog {
  border-radius: 8px !important;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
  position: relative;
  background: none;
  border: 0;
  border-bottom: 1px solid gray;
  border-radius: 0;
  color: white;
  padding: 0.7em 1em;
}
.ui-dialog .ui-dialog-titlebar::before {
  content: "";
  position: absolute;
  top: -3.2px;
  left: -3.2px;
  width: calc(100% + 3.2px + 3.2px);
  height: calc(100% + 3.2px);
  display: block;
  border-radius: 8px 8px 0 0;
  background-color: #333333;
  z-index: -1;
}
.ui-dialog .ui-dialog-titlebar button.ui-dialog-titlebar-close {
  border: 0;
  background: 0;
  right: 0.8em;
  transition: all 0.3s;
}
.ui-dialog .ui-dialog-titlebar button.ui-dialog-titlebar-close::after {
  content: "X";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  will-change: transform;
  transition: all 0.3s;
}
.ui-dialog .ui-dialog-titlebar button.ui-dialog-titlebar-close:hover::after {
  transform: translate(-50%, -50%) scale(0.9);
}
.ui-dialog .ui-dialog-buttonpane {
  padding: 0.3em 0.5em 0.5em 0.5em;
}
.ui-dialog .ui-dialog-buttonpane .form-actions {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  float: inherit;
}
@media (min-width: 576px) {
  .ui-dialog .ui-dialog-buttonpane .form-actions {
    flex-direction: row;
  }
}
.ui-dialog .ui-dialog-buttonpane .form-actions button {
  display: inline-block;
  border-color: #56000b;
  border-radius: 5px;
  background: #56000b;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  padding: 10px 13.9px 10px 13.9px;
  border: 1px solid black;
  font-size: 16px;
}
.ui-dialog .ui-dialog-buttonpane .form-actions button:hover {
  background: #7f0016;
  border-color: #56000b;
}
.ui-dialog .ui-dialog-buttonpane .form-actions button:active {
  background-color: #315111;
}
.ui-dialog .ui-dialog-buttonpane .form-actions button.button--secondary {
  margin-right: 0;
}
.view-commerce-cart-form.view-id-commerce_cart_form.view-display-id-default table tbody td.views-field.views-field-edit-quantity .form-type-number .ajax-progress.ajax-progress-throbber {
  display: none !important;
}
.view-commerce-cart-form.view-id-commerce_cart_form.view-display-id-default table tbody td.views-field.views-field-remove-button button {
  position: relative;
  width: 40px;
  height: 40px;
  color: transparent;
  background: white;
  border: 1px solid white;
}
.view-commerce-cart-form.view-id-commerce_cart_form.view-display-id-default table tbody td.views-field.views-field-remove-button button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/remove.png");
}
.view-commerce-cart-form.view-id-commerce_cart_form.view-display-id-default table tbody td.views-field.views-field-remove-button button:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: black;
}
.cart.cart-form .field--name-total-price {
  margin-bottom: 20px;
}
.cart.cart-form .order-total-line__subtotal {
  display: none;
}
.cart.cart-form .order-total-line__total .order-total-line-label::after {
  content: ":";
}
.order-total-line__subtotal {
  display: none;
}
.order-total-line__total .order-total-line-label::after {
  content: ":";
}
.layout-region-checkout-secondary {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .layout-region-checkout-secondary {
    margin-top: 0;
  }
}
form#commerce-checkout-flow-multistep-default strong.error,
form#commerce-checkout-flow-multistep-default .form-item--error-message,
form#commerce-checkout-flow-multistep-default .alert-error {
  display: none !important;
}
form#commerce-checkout-flow-multistep-default input.error,
form#commerce-checkout-flow-multistep-default textarea.error {
  box-shadow: 0px 0px 7px 0px red;
}
form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information {
  margin-bottom: 15px;
}
form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information .form-type-radio {
  position: relative;
  display: flex;
  gap: 8px;
}
form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information .form-type-radio .checkbox-custom {
  display: inline-block;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  background-image: url("/sites/all/themes/vesta_theme/image/check-black.svg");
}
form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information .form-type-radio input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 21px;
  height: 21px;
  opacity: 0;
  cursor: pointer;
}
form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information .form-type-radio input:checked + .checkbox-custom {
  background-image: url("/sites/all/themes/vesta_theme/image/checked-black.svg");
}
form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information .form-type-radio input + .checkbox-custom {
  position: relative;
}
form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information .form-type-radio input.error + .checkbox-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: block;
  width: 24px;
  height: 24px;
  box-shadow: 0px 1px 0px 0px red;
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy {
  position: relative;
  margin-left: 0px;
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy .checkbox-custom {
  display: inline-block;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  background-image: url("/sites/all/themes/vesta_theme/image/check-black.svg");
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy .label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.08696;
  color: #fff;
  margin-left: 0;
}
@media (min-width: 576px) {
  form#commerce-checkout-flow-multistep-default .form-item-privacy-policy .label {
    font-size: 14px;
  }
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy .label a {
  color: inherit;
  text-decoration: none;
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy .label::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  background-image: url("/sites/all/themes/vesta_theme/image/check.svg");
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy .form-item--error-message {
  display: inline-block;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  background-image: url("/sites/all/themes/vesta_theme/image/checked-black.svg");
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 21px;
  height: 21px;
  opacity: 0;
  cursor: pointer;
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy input:checked + .checkbox-custom {
  background-image: url("/sites/all/themes/vesta_theme/image/checked-black.svg");
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy input:checked + .form-item--error-message {
  display: inline-block !important;
  background-image: url("/sites/all/themes/vesta_theme/image/checked-black.svg");
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy input:checked + .form-item--error-message + .checkbox-custom {
  display: none;
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy input + .checkbox-custom {
  position: relative;
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy input.error + .checkbox-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: block;
  width: 24px;
  height: 24px;
  box-shadow: 0px 1px 0px 0px red;
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy input.error + .form-item--error-message {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 20px;
  height: 21px;
  box-shadow: 0px 1px 0px 0px red;
  background-image: url("/sites/all/themes/vesta_theme/image/check-black.svg");
}
.layout-region.layout-region-checkout-footer {
  margin-top: 25px;
}
.layout-region.layout-region-checkout-footer .form-actions {
  display: flex;
  gap: 8px;
}
.layout-region.layout-region-checkout-footer .form-actions a.link--previous {
  display: inline-block;
  border-color: #56000b;
  border-radius: 5px;
  background: #56000b;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  padding: 0.375rem;
  text-decoration: none;
}
nav.pager {
  margin-top: 50px;
}
nav.pager ul.pagination {
  justify-content: center;
}
nav.pager ul.pagination li a {
  color: black;
  border: none;
}
nav.pager ul.pagination li a:hover {
  background-color: #56000b;
  color: white;
}
nav.pager ul.pagination li.page-item.is-active.active a {
  background-color: #56000b;
  color: white;
}
.view-fotogalereya.view-display-id-page_1 .view-content {
  display: flex;
  justify-content: center;
  gap: 0px;
  flex-wrap: wrap;
  margin: 0 -5px;
  row-gap: 15px;
}
@media (min-width: 768px) {
  .view-fotogalereya.view-display-id-page_1 .view-content {
    margin: 0 -15px;
    row-gap: 30px;
  }
}
@media (min-width: 992px) {
  .view-fotogalereya.view-display-id-page_1 .view-content {
    flex-wrap: nowrap;
    gap: 15px;
    margin: 0;
  }
}
.view-fotogalereya.view-display-id-page_1 .view-content .views-row {
  flex: 0 0 50%;
  padding: 0 5px;
}
@media (min-width: 576px) {
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row {
    flex: 0 0 33.333%;
  }
}
@media (min-width: 768px) {
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row {
    flex: 0 0 33.333%;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row {
    flex: 0 0 auto;
  }
}
.view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser {
  position: relative;
  box-shadow: -3px 5px 11px 0 rgba(181, 134, 34, 0.33), -10px 18px 21px 0 rgba(181, 134, 34, 0.29);
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser {
    padding: 21px;
  }
}
.view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser:hover {
  box-shadow: -3px 5px 11px 0 rgba(181, 134, 34, 0.33), -10px 18px 21px 0 rgba(208, 113, 31, 0.49);
}
.view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-field-gallery .media img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-field-gallery .media img {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-field-gallery .media img {
    min-width: 360px;
    max-width: none;
  }
}
.view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-title {
  position: absolute;
  left: 21px;
  right: 21px;
  bottom: 21px;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.3);
}
.view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-title h2 {
  color: white;
  text-align: center;
}
body.body-view--about .node--type-about.node--view-mode-full img {
  border-radius: 10px;
}
body.body-view--about .node--type-about.node--view-mode-full .group-top {
  display: grid;
  grid-template-columns: 100%;
  gap: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body.body-view--about .node--type-about.node--view-mode-full .group-top {
    grid-template-columns: 270px 1fr;
  }
}
@media (min-width: 992px) {
  body.body-view--about .node--type-about.node--view-mode-full .group-top {
    grid-template-columns: 460px 1fr;
  }
}
body.body-view--about .node--type-about.node--view-mode-full .group-top .field--name-body p:nth-child(2) strong {
  background-color: #dfb664;
  font-weight: 400;
}
body.body-view--about .node--type-about.node--view-mode-full .group-bot {
  display: grid;
  grid-template-columns: 100%;
  gap: 30px;
}
@media (min-width: 992px) {
  body.body-view--about .node--type-about.node--view-mode-full .group-bot {
    grid-template-columns: 1fr 460px;
  }
}
body.body-view--about .node--type-about.node--view-mode-full .group-bot .field--name-field-kontent-na-stranice .descrip.dark {
  background-color: #dfb664;
  width: fit-content;
  margin-left: auto;
}
body.body-view--about .node--type-about.node--view-mode-full .field--name-field-details {
  margin-bottom: 25px;
  margin-top: 45px;
}
body.body-view--about .node--type-about.node--view-mode-full .field--name-field-details table {
  display: block;
  overflow: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  body.body-view--about .node--type-about.node--view-mode-full .field--name-field-details table {
    display: inline-table;
  }
}
body.body-view--about .node--type-about.node--view-mode-full .field--name-field-details table tbody tr td:first-child {
  width: 310px;
  padding-right: 30px;
}
body.body-view--about .node--type-about.node--view-mode-full .field--name-field-details table tbody tr td:nth-child(2) {
  text-align: end;
}
body.body-view--about .node--type-about.node--view-mode-full .field--name-field-details table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 14px;
  /* Базовые стили колонок */
}
body.body-view--about .node--type-about.node--view-mode-full .field--name-field-details table th,
body.body-view--about .node--type-about.node--view-mode-full .field--name-field-details table td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid #ddd;
  vertical-align: top;
}
body.body-view--about .node--type-about.node--view-mode-full .field--name-field-details table th {
  background-color: #f2f2f2;
  font-weight: bold;
  width: 35%;
}
body.body-view--about .node--type-about.node--view-mode-full .field--name-field-details table tr:nth-child(even) {
  background-color: #f9f9f9;
}
body.body-view--about .node--type-about.node--view-mode-full .field--name-field-details table tr:hover {
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  body.body-view--about .node--type-about.node--view-mode-full .field--name-field-details table {
    /* 1. Делаем блочную модель */
    display: block !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    margin: 0 -15px 20px -15px !important;
    border-collapse: separate !important;
    white-space: nowrap !important;
  }
  body.body-view--about .node--type-about.node--view-mode-full .field--name-field-details thead {
    display: table-header-group !important;
    width: 100% !important;
  }
  body.body-view--about .node--type-about.node--view-mode-full .field--name-field-details tbody {
    display: table-row-group !important;
    width: 100% !important;
  }
  body.body-view--about .node--type-about.node--view-mode-full .field--name-field-details tr {
    display: table-row !important;
    width: 100% !important;
  }
  body.body-view--about .node--type-about.node--view-mode-full .field--name-field-details th,
  body.body-view--about .node--type-about.node--view-mode-full .field--name-field-details td {
    display: table-cell !important;
    padding: 10px 8px !important;
    font-size: 13px !important;
    width: auto !important;
    /* Автоширина */
    max-width: none !important;
  }
}
body.body-view--about .node--type-about.node--view-mode-full .field--name-field-card {
  /* table{
        display: block;
        overflow: auto;
        max-width: 100%;
        @media (min-width: @mobile-lg) {
          display: inline-table;
        }
      }*/
}
body.body-view--about .node--type-about.node--view-mode-full .field--name-field-card table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 14px;
  /* Базовые стили колонок */
}
body.body-view--about .node--type-about.node--view-mode-full .field--name-field-card table th,
body.body-view--about .node--type-about.node--view-mode-full .field--name-field-card table td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid #ddd;
  vertical-align: top;
}
body.body-view--about .node--type-about.node--view-mode-full .field--name-field-card table th {
  background-color: #f2f2f2;
  font-weight: bold;
  width: 35%;
}
body.body-view--about .node--type-about.node--view-mode-full .field--name-field-card table tr:nth-child(even) {
  background-color: #f9f9f9;
}
body.body-view--about .node--type-about.node--view-mode-full .field--name-field-card table tr:hover {
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  body.body-view--about .node--type-about.node--view-mode-full .field--name-field-card table {
    /* 1. Делаем блочную модель */
    display: block !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    margin: 0 -15px 20px -15px !important;
    border-collapse: separate !important;
    white-space: nowrap !important;
  }
  body.body-view--about .node--type-about.node--view-mode-full .field--name-field-card thead {
    display: table-header-group !important;
    width: 100% !important;
  }
  body.body-view--about .node--type-about.node--view-mode-full .field--name-field-card tbody {
    display: table-row-group !important;
    width: 100% !important;
  }
  body.body-view--about .node--type-about.node--view-mode-full .field--name-field-card tr {
    display: table-row !important;
    width: 100% !important;
  }
  body.body-view--about .node--type-about.node--view-mode-full .field--name-field-card th,
  body.body-view--about .node--type-about.node--view-mode-full .field--name-field-card td {
    display: table-cell !important;
    padding: 10px 8px !important;
    font-size: 13px !important;
    width: auto !important;
    /* Автоширина */
    max-width: none !important;
  }
}
.stock {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .stock {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .stock {
    margin-bottom: 100px;
  }
}
.stock .block-title {
  font-weight: 700;
  font-size: 32px;
  color: #56000b;
  font-family: "PT Serif", sans-serif;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .stock .block-title {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .stock .block-title {
    margin-bottom: 50px;
  }
}
.stock .view-content {
  margin: -34px;
}
.stock .view-content .slick-list {
  margin: 0 -15px;
}
.stock .view-content .slick-track {
  display: flex;
}
.stock .view-content .slick-slide {
  height: auto;
}
.stock .view-content button.slick-arrow {
  width: 80px;
  height: 80px;
}
.stock .view-content button.slick-arrow::before {
  display: none;
}
.stock .view-content .slick-arrow.slick-prev {
  left: -75px;
}
.stock .view-content .slick-arrow.slick-next {
  right: -75px;
}
.stock .node--type-stock.node--view-mode-teaser {
  display: grid;
  grid-template-columns: 100%;
  box-shadow: -3px 5px 11px 0 rgba(181, 134, 34, 0.33), -10px 18px 21px 0 rgba(181, 134, 34, 0.29);
  background: #fff;
  border-radius: 10px;
  margin: 34px;
}
@media (min-width: 576px) {
  .stock .node--type-stock.node--view-mode-teaser {
    grid-template-columns: 200px 1fr;
  }
}
@media (min-width: 768px) {
  .stock .node--type-stock.node--view-mode-teaser {
    grid-template-columns: 1fr 1fr;
  }
}
.stock .node--type-stock.node--view-mode-teaser .field--name-field-img {
  grid-row: 1/2;
  grid-column: 1/2;
}
.stock .node--type-stock.node--view-mode-teaser .field--name-field-img .media--image {
  padding: 30px;
  display: flex;
  align-items: center;
  height: 100%;
  /* box-shadow: -3px 5px 11px 0 rgba(181, 134, 34, 0.33),
          -10px 18px 21px 0 rgba(181, 134, 34, 0.29);
        background: #fff;
        border-radius: 10px;
        margin: 34px;*/
}
.stock .node--type-stock.node--view-mode-teaser .group-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  /* box-shadow: -3px 5px 11px 0 rgba(181, 134, 34, 0.33),
      -10px 18px 21px 0 rgba(181, 134, 34, 0.29);
    background: #fff;
    border-radius: 10px;
    margin: 34px;*/
}
@media (min-width: 576px) {
  .stock .node--type-stock.node--view-mode-teaser .group-text {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media (min-width: 768px) {
  .stock .node--type-stock.node--view-mode-teaser .group-text {
    padding: 20px;
  }
}
.stock .node--type-stock.node--view-mode-teaser .field--name-body {
  font-size: 18px;
  align-self: end;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 576px) {
  .stock .node--type-stock.node--view-mode-teaser .field--name-body {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .stock .node--type-stock.node--view-mode-teaser .field--name-body {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .stock .node--type-stock.node--view-mode-teaser .field--name-body {
    font-size: 24px;
  }
}
.stock .node--type-stock.node--view-mode-teaser .field--name-dynamic-token-fieldnode-callbacks {
  text-align: center;
}
@media (min-width: 576px) {
  .stock .node--type-stock.node--view-mode-teaser .field--name-dynamic-token-fieldnode-callbacks {
    grid-column: 2/3;
    text-align: left;
  }
}
