@font-face {
  font-family: "Nunito";
  src: url("/sites/all/themes/vesta_theme/font/Nunito-Light.woff2") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Nunito";
  src: url("/sites/all/themes/vesta_theme/font/Nunito-Medium.woff2") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Manrope";
  src: url("/sites/all/themes/vesta_theme/font/Manrope-Regular.woff") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Manrope";
  src: url("/sites/all/themes/vesta_theme/font/Manrope-Medium.woff") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Manrope";
  src: url("/sites/all/themes/vesta_theme/font/Manrope-SemiBold.woff") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Manrope";
  src: url("/sites/all/themes/vesta_theme/font/Manrope-Bold.woff") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Inter Tight";
  src: url("/sites/all/themes/vesta_theme/font/InterTight-Regular.woff2") format("truetype");
  font-style: normal;
  font-weight: 400;
}
html {
  font-family: Manrope;
}
body {
  line-height: inherit;
  color: inherit;
  font-family: inherit;
}
.btn {
  position: relative;
  display: inline-block;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 0px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  z-index: 1;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  backdrop-filter: blur(10px);
  background: linear-gradient(31deg, #9b6427 0%, #ac7d23 50%, #e9ab4d 100%);
  z-index: -1;
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  backdrop-filter: blur(10px);
  background: linear-gradient(31deg, #e9ab4d 0%, #ac7d23 50%, #9b6427 100%);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
.btn:hover {
  border-color: #ac7d23;
}
.btn:hover::after {
  opacity: 1;
}
.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;
}
.mb120 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .mb120 {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .mb120 {
    margin-bottom: 120px;
  }
}
.pb120 {
  padding-bottom: 120px;
}
#block-vesta-theme-strokanavigacii {
  display: none;
}
.title-cat {
  font-weight: 400;
  font-size: 14px;
  text-transform: lowercase;
  color: #b5b5b5;
  padding: 10px 20px;
  border: 1px solid #747474;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3);
  height: fit-content;
}
#scrollToTop {
  width: 48px;
  height: 48px;
  background: none;
  text-indent: 0;
  font-size: 0;
  border: 0px;
  outline: 0px;
  display: flex;
  bottom: 120px;
  cursor: pointer;
  position: fixed;
  right: 20px;
  z-index: 10;
  transition: 0.2s;
  padding: 0;
}
#scrollToTop:hover {
  transform: scale(1.1);
}
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: #D0A642;
  color: white;
}
nav.pager ul.pagination li.page-item.is-active.active a {
  background-color: #D0A642;
  color: white;
}
.not-front main {
  padding-top: 25px;
}
.ajax-progress.ajax-progress-throbber {
  display: none !important;
}
.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: white;
}
#app {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
}
.toolbar-fixed #app {
  margin-top: var(--drupal-displace-offset-top);
}
@media screen and (max-width: 991px) {
  #app {
    padding-top: 55px;
  }
}
#app main {
  background: #1b1b1b;
  flex-grow: 1;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  #app main {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  #app main {
    padding-bottom: 120px;
  }
}
#app main .wr_front_content {
  background: white;
}
#header {
  background: #0b1316;
}
#header .header-inner {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  align-items: center;
  gap: 0 25px;
}
#header .header-inner .logo {
  margin-right: 52px;
}
#header .header-inner .logo a {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}
#header .header-inner .logo a span {
  display: inline-block;
  max-width: 88px;
  font-weight: 700;
  font-size: 16px;
  line-height: 0.9375;
  background: linear-gradient(31deg, #9b6427 0%, #ac7d23 50%, #e9ab4d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  backdrop-filter: blur(10px);
}
#header .header-inner .logo a img {
  max-width: 75px;
}
#header .header-inner .navigat {
  margin-right: 54px;
}
#header .header-inner .navigat nav#block-vesta-theme-osnovnayanavigaciya-4 #block-vesta-theme-osnovnayanavigaciya-4-menu {
  display: none;
}
#header .header-inner .navigat nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#header .header-inner .navigat nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li a {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  padding: 0;
}
#header .header-inner .navigat nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  transition: all 0.3s;
}
#header .header-inner .navigat nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li a:hover::after {
  opacity: 1;
}
#header .header-inner .navigat nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li a[href="/catalog/all"] {
  display: flex;
  align-items: center;
  gap: 15px;
}
#header .header-inner .navigat nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li a[href="/catalog/all"]::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/catalog.svg");
}
#header .header-inner .navigat nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li.dropdown ul.dropdown-menu {
  border-radius: 0;
  padding: 8px;
}
#header .header-inner .navigat nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li.dropdown ul.dropdown-menu li a {
  color: black;
}
#header .header-inner .navigat nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li.dropdown ul.dropdown-menu li a:hover {
  text-decoration: underline;
}
#header .header-inner .navigat nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li .dropdown-item.active {
  background-color: transparent;
  text-decoration: underline;
}
#header .header-inner .search {
  position: relative;
  width: 20px;
  height: 20px;
}
#header .header-inner .search svg.search-icon {
  cursor: pointer;
  max-width: 100%;
  height: auto;
}
#header .header-inner .search svg.search-icon path {
  transition: all 0.3s;
}
#header .header-inner .search svg.search-icon:hover path {
  stroke: #ac7d23;
}
#header .header-inner .search .region.region-search {
  display: none;
}
#header .header-inner .search .region.region-search.active {
  position: absolute;
  bottom: -14px;
  right: 0px;
  display: block;
  width: 195px;
  z-index: 498;
  background-color: white;
}
#header .header-inner .search .region.region-search.active form {
  display: flex;
  align-items: center;
}
#header .header-inner .search .region.region-search.active form .form-type-search input {
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
#header .header-inner .search .region.region-search.active form .form-actions {
  height: 40px;
}
#header .header-inner .search .region.region-search.active form .form-actions::before,
#header .header-inner .search .region.region-search.active form .form-actions::after {
  display: none;
}
#header .header-inner .search .region.region-search.active form .form-actions button {
  position: relative;
  width: 40px;
  height: 40px;
  color: transparent;
  overflow: hidden;
}
#header .header-inner .search .region.region-search.active form .form-actions button:hover {
  background-color: #d29a0e;
}
#header .header-inner .search .region.region-search.active form .form-actions button::before,
#header .header-inner .search .region.region-search.active form .form-actions button:after {
  display: none;
}
#header .header-inner .search .region.region-search.active form .form-actions button::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/search.svg");
  opacity: 1;
  transition: all 0.3s;
}
#header .header-inner .search .region.region-search.active form .form-actions button::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/search-white.svg");
  opacity: 0;
  transition: all 0.3s;
}
#header .header-inner .search .region.region-search.active form .form-actions button:hover::before {
  opacity: 0;
}
#header .header-inner .search .region.region-search.active form .form-actions button:hover::after {
  opacity: 1;
}
#header .header-inner .col-cart .cart-block--summary__icon svg g path {
  transition: all 0.3s;
}
#header .header-inner .col-cart .cart-block--summary__icon:hover svg g path {
  stroke: #e9ab4d;
}
#header-mob {
  background: #000;
}
#header-mob .logo a {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}
#header-mob .logo a span {
  display: inline-block;
  max-width: 88px;
  font-weight: 700;
  font-size: 16px;
  line-height: 0.9375;
  background: linear-gradient(31deg, #9b6427 0%, #ac7d23 50%, #e9ab4d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  backdrop-filter: blur(10px);
}
#header-mob .logo a img {
  max-width: 55px;
}
@media (min-width: 992px) {
  #header-mob .logo a img {
    max-width: 75px;
  }
}
#header-mob .col-callback {
  display: none;
}
@media (min-width: 576px) {
  #header-mob .col-callback {
    display: block;
  }
}
#header-mob .col-callback .field--name-body a {
  color: white;
}
#slider-block {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #slider-block {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  #slider-block {
    margin-bottom: 120px;
  }
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner {
  position: relative;
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .fon {
  position: absolute;
}
@media (min-width: 992px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .fon {
    position: relative;
  }
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .fon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .fon img {
  width: 100%;
  object-fit: cover;
  min-height: 400px;
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content {
  position: relative;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
@media (min-width: 992px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content {
    position: absolute;
    top: 0;
    bottom: calc(1vw + 12px);
    left: 0;
    right: 0;
    padding-top: 0;
  }
}
@media (min-width: 1800px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content {
    min-height: 785px;
  }
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .text .seria {
  width: fit-content;
  font-weight: 400;
  font-size: 14px;
  text-transform: lowercase;
  color: #b5b5b5;
  padding: 8px 16px;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #747474;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .text .seria {
    padding: 10px 20px;
    margin-bottom: 20px;
  }
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .text .title h1 {
  font-weight: 400;
  font-size: 30px;
  line-height: 0.90909;
  color: #fff;
  margin-bottom: 18px;
  max-width: 100%;
}
@media (min-width: 576px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .text .title h1 {
    max-width: 647px;
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .text .title h1 {
    font-size: 38px;
    max-width: 823px;
  }
}
@media (min-width: 1200px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .text .title h1 {
    margin-bottom: 40px;
    font-size: 48px;
    max-width: none;
  }
}
@media (min-width: 1350px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .text .title h1 {
    font-size: 55px;
  }
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .text .title h1 br {
  display: none;
}
@media (min-width: 1200px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .text .title h1 br {
    display: block;
  }
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .text .title h1 span {
  background: linear-gradient(31deg, #9b6427 0%, #ac7d23 50%, #e9ab4d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .text .body {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .text .body {
    font-size: 16px;
  }
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .text .body p br {
  display: none;
}
@media (min-width: 1200px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .text .body p br {
    display: block;
  }
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .text .links {
  display: flex;
  gap: 4px;
  color: transparent;
  margin-bottom: 36px;
}
@media (min-width: 576px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .text .links {
    gap: 10px;
  }
}
@media (min-width: 1350px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .text .links {
    margin-bottom: 68px;
  }
}
@media (min-width: 1800px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .text .links {
    margin-bottom: 146px;
  }
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .text .links a:first-child {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding: 10px 14px;
  border: 1px solid #d0d0d0;
  backdrop-filter: blur(10px);
  text-decoration: none;
}
@media (min-width: 576px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .text .links a:first-child {
    padding: 10px 25px;
  }
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .text .links a:first-child:hover {
  background: #fff;
  color: #000;
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .text .links a:last-child {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  padding: 10px 16px;
  backdrop-filter: blur(10px);
  background: #fff;
  text-decoration: none;
  border: 1px solid #fff;
}
@media (min-width: 576px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .text .links a:last-child {
    padding: 10px 25px;
  }
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .text .links a:last-child:hover {
  background: transparent;
  color: white;
  border: 1px solid #fff;
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .benefits {
  display: none;
}
@media (min-width: 576px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .benefits {
    display: flex;
    row-gap: 15px;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
@media (min-width: 768px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .benefits {
    margin: 0 -15px;
  }
}
@media (min-width: 992px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .benefits {
    margin: 0 -20px;
  }
}
@media (min-width: 1200px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .benefits {
    margin: 0 -40px;
  }
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .benefits .ben {
  flex: 0 0 50%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .benefits .ben {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .benefits .ben {
    padding: 0 20px;
    flex: 0 0 25%;
  }
}
@media (min-width: 1200px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .benefits .ben {
    padding: 0 40px;
  }
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .benefits .ben .b {
  position: relative;
  padding-left: 12px;
}
@media (min-width: 768px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .benefits .ben .b {
    padding-left: 20px;
  }
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .benefits .ben .b::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  width: 1px;
  height: 85px;
  background: #fff;
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .benefits .ben .decor {
  display: flex;
  gap: 5px;
  margin-bottom: 14px;
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .benefits .ben .decor span {
  display: block;
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.2);
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .benefits .ben .paragraph--type--benefits {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}
@media (min-width: 768px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .benefits .ben .paragraph--type--benefits {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .benefits .ben .paragraph--type--benefits {
    font-size: 16px;
  }
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .benefits .ben .paragraph--type--benefits h3 {
  font-size: 25px;
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .benefits .ben:nth-child(1) .decor span:nth-child(1) {
  backdrop-filter: blur(10px);
  background: linear-gradient(31deg, #9b6427 0%, #ac7d23 50%, #e9ab4d 100%);
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .benefits .ben:nth-child(2) .decor span:nth-child(2) {
  backdrop-filter: blur(10px);
  background: linear-gradient(31deg, #9b6427 0%, #ac7d23 50%, #e9ab4d 100%);
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .benefits .ben:nth-child(3) .decor span:nth-child(3) {
  backdrop-filter: blur(10px);
  background: linear-gradient(31deg, #9b6427 0%, #ac7d23 50%, #e9ab4d 100%);
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .content .benefits .ben:nth-child(4) .decor span:nth-child(4) {
  backdrop-filter: blur(10px);
  background: linear-gradient(31deg, #9b6427 0%, #ac7d23 50%, #e9ab4d 100%);
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .benefits-bot {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  background: #000;
  padding: 15px 15px;
  row-gap: 15px;
}
@media (min-width: 576px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .benefits-bot {
    display: none;
  }
}
@media (min-width: 768px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .benefits-bot {
    margin: 0 -15px;
  }
}
@media (min-width: 992px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .benefits-bot {
    margin: 0 -40px;
  }
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .benefits-bot .ben {
  flex: 0 0 100%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .benefits-bot .ben {
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .benefits-bot .ben {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .benefits-bot .ben {
    padding: 0 40px;
  }
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .benefits-bot .ben .b {
  position: relative;
  padding-left: 12px;
}
@media (min-width: 768px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .benefits-bot .ben .b {
    padding-left: 20px;
  }
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .benefits-bot .ben .b::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  width: 1px;
  height: 55px;
  background: #fff;
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .benefits-bot .ben .decor {
  display: flex;
  gap: 5px;
  margin-bottom: 8px;
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .benefits-bot .ben .decor span {
  display: block;
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.2);
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .benefits-bot .ben .paragraph--type--benefits {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}
@media (min-width: 768px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .benefits-bot .ben .paragraph--type--benefits {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  #block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .benefits-bot .ben .paragraph--type--benefits {
    font-size: 16px;
  }
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .benefits-bot .ben:nth-child(1) .decor span:nth-child(1) {
  backdrop-filter: blur(10px);
  background: linear-gradient(31deg, #9b6427 0%, #ac7d23 50%, #e9ab4d 100%);
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .benefits-bot .ben:nth-child(2) .decor span:nth-child(2) {
  backdrop-filter: blur(10px);
  background: linear-gradient(31deg, #9b6427 0%, #ac7d23 50%, #e9ab4d 100%);
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .benefits-bot .ben:nth-child(3) .decor span:nth-child(3) {
  backdrop-filter: blur(10px);
  background: linear-gradient(31deg, #9b6427 0%, #ac7d23 50%, #e9ab4d 100%);
}
#block-banner .node--type-banner .field--name-dynamic-token-fieldnode-banner .benefits-bot .ben:nth-child(4) .decor span:nth-child(4) {
  backdrop-filter: blur(10px);
  background: linear-gradient(31deg, #9b6427 0%, #ac7d23 50%, #e9ab4d 100%);
}
.products {
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .products {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .products {
    margin-bottom: 120px;
  }
}
.products .product-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
}
.products .slick-arrow {
  width: 40px;
  height: 40px;
}
@media (min-width: 576px) {
  .products .slick-arrow {
    width: 50px;
    height: 50px;
  }
}
.products .slick-arrow::before {
  display: none;
}
.products .slick-arrow svg rect {
  transition: all 0.3s;
  fill: goldenrod;
}
@media (min-width: 1360px) {
  .products .slick-arrow svg rect {
    fill: transparent;
  }
}
.products .slick-arrow svg path {
  transition: all 0.3s;
  stroke: white;
}
@media (min-width: 1360px) {
  .products .slick-arrow svg path {
    stroke: #8d8d8d;
  }
}
.products .slick-arrow:hover svg rect {
  fill: #8d8d8d;
}
.products .slick-arrow:hover svg path {
  stroke: white;
}
.products .slick-arrow.slick-prev {
  left: 10px;
  right: 50px;
  bottom: 0;
  top: auto;
  transform: translate(0, 0%);
}
@media (min-width: 1360px) {
  .products .slick-arrow.slick-prev {
    top: calc(50% - 10px);
    left: -80px;
    transform: translate(0, -50%);
  }
}
.products .slick-arrow.slick-next {
  right: 10px;
  bottom: 0;
  top: auto;
  transform: translate(0, 0%);
}
@media (min-width: 1360px) {
  .products .slick-arrow.slick-next {
    top: calc(50% - 10px);
    right: -80px;
    transform: translate(0, -50%);
  }
}
.products .view-tovary.view-display-id-block_1 .view-header {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .products .view-tovary.view-display-id-block_1 .view-header {
    flex-direction: row;
    gap: 126px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .products .view-tovary.view-display-id-block_1 .view-header {
    gap: 207px;
    margin-bottom: 50px;
  }
}
.products .view-tovary.view-display-id-block_1 .view-header .title {
  font-weight: 400;
  font-size: 14px;
  text-transform: lowercase;
  color: #b5b5b5;
  padding: 10px 20px;
  border: 1px solid #747474;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3);
  height: fit-content;
  width: fit-content;
}
.products .view-tovary.view-display-id-block_1 .view-header h2 {
  font-weight: 400;
  font-size: 23px;
  line-height: 1.14286;
  color: #fff;
  max-width: 800px;
}
@media (min-width: 992px) {
  .products .view-tovary.view-display-id-block_1 .view-header h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .products .view-tovary.view-display-id-block_1 .view-header h2 {
    font-size: 35px;
  }
}
.products .view-tovary.view-display-id-block_1 .view-header h2 span {
  color: rgba(255, 255, 255, 0.5);
}
.products .view-tovary.view-display-id-block_1 .view-content {
  position: relative;
}
.products .view-tovary.view-display-id-block_1 .view-content .slick-list {
  margin: 0 -10px;
}
@media (min-width: 1200px) {
  .products .view-tovary.view-display-id-block_1 .view-content .slick-list {
    margin: 0 -15px;
  }
}
.products .view-tovary.view-display-id-block_1 .view-content .slick-list .slick-track .slick-slide {
  margin: 0 10px;
}
@media (min-width: 1200px) {
  .products .view-tovary.view-display-id-block_1 .view-content .slick-list .slick-track .slick-slide {
    margin: 0 15px;
  }
}
.products .view-tovary.view-display-id-block_1 .view-content .slick-list .slick-track .slick-slide article.product .product-image {
  margin-bottom: 20px;
  position: relative;
}
.products .view-tovary.view-display-id-block_1 .view-content .slick-list .slick-track .slick-slide article.product .product-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
}
.products .view-tovary.view-display-id-block_1 .view-content .slick-list .slick-track .slick-slide article.product .product-image:hover::after {
  opacity: 1;
}
.products .view-tovary.view-display-id-block_1 .view-content .slick-list .slick-track .slick-slide article.product .product-image .field--name-field-image-product-view .field__item {
  display: none;
}
.products .view-tovary.view-display-id-block_1 .view-content .slick-list .slick-track .slick-slide article.product .product-image .field--name-field-image-product-view .field__item:first-child {
  display: block;
}
.products .view-tovary.view-display-id-block_1 .view-content .slick-list .slick-track .slick-slide article.product .product-description .product-title {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 8px;
}
.products .view-tovary.view-display-id-block_1 .view-content .slick-list .slick-track .slick-slide article.product .product-description .product-title a {
  text-decoration: none;
}
.products .view-tovary.view-display-id-block_1 .view-content .slick-list .slick-track .slick-slide article.product .product-description .product-title a:hover {
  text-decoration: underline;
}
.products .view-tovary.view-display-id-block_1 .view-content .slick-list .slick-track .slick-slide article.product .product-description .product-body {
  font-weight: 400;
  font-size: 16px;
  color: #828282;
  margin-bottom: 15px;
}
.products .view-tovary.view-display-id-block_1 .view-content .slick-list .slick-track .slick-slide article.product .product-description .product-price {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.products .view-tovary.view-display-id-block_1 .view-content .slick-list .slick-track .slick-slide article.product .product-description .product-price > div::after {
  content: " ₽";
}
.products .view-tovary.view-display-id-block_1 .view-content .slick-list .slick-track .slick-slide article.product .product-description .product-variations {
  display: flex;
  gap: 21px;
}
.products .view-tovary.view-display-id-block_1 .view-content .slick-list .slick-track .slick-slide article.product .product-description .product-variations .field--name-variations form .field--name-quantity {
  display: none;
}
.products .view-tovary.view-display-id-block_1 .view-content .slick-list .slick-track .slick-slide article.product .product-description .product-variations .field--name-variations form .form-actions button {
  padding: 8px 10px 8.4px 10px;
  font-weight: 500;
  font-size: 15px;
}
@media (min-width: 1200px) {
  .products .view-tovary.view-display-id-block_1 .view-content .slick-list .slick-track .slick-slide article.product .product-description .product-variations .field--name-variations form .form-actions button {
    padding: 8px 20px 8.4px 20px;
    font-size: 16px;
  }
}
.products .view-tovary.view-display-id-block_1 .view-content .slick-list .slick-track .slick-slide article.product .product-description .product-variations > a.link {
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  padding: 9.199999999999999px 10px;
  border: 1px solid #d0d0d0;
  backdrop-filter: blur(10px);
  text-decoration: none;
  background: transparent;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .products .view-tovary.view-display-id-block_1 .view-content .slick-list .slick-track .slick-slide article.product .product-description .product-variations > a.link {
    padding: 9.199999999999999px 20px;
    font-size: 16px;
  }
}
.products .view-tovary.view-display-id-block_1 .view-content .slick-list .slick-track .slick-slide article.product .product-description .product-variations > a.link:hover {
  background: white;
  color: black;
}
.products .view-tovary.view-display-id-block_1 .view-footer {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .products .view-tovary.view-display-id-block_1 .view-footer {
    margin-top: 45px;
  }
}
.products .view-tovary.view-display-id-block_1 .view-footer a {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding: 15px;
  border: 1px solid #d0d0d0;
  backdrop-filter: blur(10px);
  padding: 10px 25px;
  text-decoration: none;
  transition: all 0.3s;
}
.products .view-tovary.view-display-id-block_1 .view-footer a:hover {
  background: white;
  color: black;
}
.view-tovary.view-display-id-page_1 .view-header {
  display: flex;
  gap: 207px;
  margin-bottom: 50px;
}
.view-tovary.view-display-id-page_1 .view-header .title {
  font-weight: 400;
  font-size: 14px;
  text-transform: lowercase;
  color: #b5b5b5;
  padding: 10px 20px;
  border: 1px solid #747474;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3);
  height: fit-content;
}
.view-tovary.view-display-id-page_1 .view-header h2 {
  font-weight: 400;
  font-size: 35px;
  line-height: 1.14286;
  color: #fff;
  max-width: 800px;
}
.view-tovary.view-display-id-page_1 .view-header h2 span {
  color: rgba(255, 255, 255, 0.5);
}
.view-tovary.view-display-id-page_1 .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  row-gap: 30px;
}
@media (min-width: 992px) {
  .view-tovary.view-display-id-page_1 .view-content {
    margin: 0 -15px;
  }
}
.view-tovary.view-display-id-page_1 .view-content .views-row {
  flex: 0 0 100%;
  padding: 0 10px;
}
@media (min-width: 576px) {
  .view-tovary.view-display-id-page_1 .view-content .views-row {
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  .view-tovary.view-display-id-page_1 .view-content .views-row {
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .view-tovary.view-display-id-page_1 .view-content .views-row {
    flex: 0 0 33.333%;
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .view-tovary.view-display-id-page_1 .view-content .views-row {
    flex: 0 0 25%;
  }
}
.view-tovary.view-display-id-page_1 .view-content .views-row article.product .product-image {
  margin-bottom: 20px;
  position: relative;
}
.view-tovary.view-display-id-page_1 .view-content .views-row article.product .product-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
}
.view-tovary.view-display-id-page_1 .view-content .views-row article.product .product-image:hover::after {
  opacity: 0;
}
.view-tovary.view-display-id-page_1 .view-content .views-row article.product .product-image .field--name-field-image-product-view .field__item {
  display: none;
}
.view-tovary.view-display-id-page_1 .view-content .views-row article.product .product-image .field--name-field-image-product-view .field__item:first-child {
  display: block;
}
.view-tovary.view-display-id-page_1 .view-content .views-row article.product .product-image .field--name-field-image-product-view a img {
  width: 100%;
}
.view-tovary.view-display-id-page_1 .view-content .views-row article.product .product-description .product-title {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 8px;
}
.view-tovary.view-display-id-page_1 .view-content .views-row article.product .product-description .product-title a {
  text-decoration: none;
}
.view-tovary.view-display-id-page_1 .view-content .views-row article.product .product-description .product-title a:hover {
  text-decoration: underline;
}
.view-tovary.view-display-id-page_1 .view-content .views-row article.product .product-description .product-body {
  font-weight: 400;
  font-size: 16px;
  color: #828282;
  margin-bottom: 15px;
}
.view-tovary.view-display-id-page_1 .view-content .views-row article.product .product-description .product-price {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.view-tovary.view-display-id-page_1 .view-content .views-row article.product .product-description .product-price > div::after {
  content: " ₽";
}
.view-tovary.view-display-id-page_1 .view-content .views-row article.product .product-description .product-variations {
  display: flex;
  gap: 10px;
}
@media (min-width: 768px) {
  .view-tovary.view-display-id-page_1 .view-content .views-row article.product .product-description .product-variations {
    gap: 21px;
  }
}
.view-tovary.view-display-id-page_1 .view-content .views-row article.product .product-description .product-variations .field--name-variations form .field--name-quantity {
  display: none;
}
.view-tovary.view-display-id-page_1 .view-content .views-row article.product .product-description .product-variations .field--name-variations form .form-actions button {
  padding: 8px 10px 8.4px 10px;
  font-weight: 500;
  font-size: 15px;
}
@media (min-width: 768px) {
  .view-tovary.view-display-id-page_1 .view-content .views-row article.product .product-description .product-variations .field--name-variations form .form-actions button {
    font-size: 16px;
    padding: 8px 20px 8.4px 20px;
  }
}
.view-tovary.view-display-id-page_1 .view-content .views-row article.product .product-description .product-variations > a.link {
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  padding: 9.199999999999999px 15px;
  border: 1px solid #d0d0d0;
  backdrop-filter: blur(10px);
  text-decoration: none;
  background: transparent;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .view-tovary.view-display-id-page_1 .view-content .views-row article.product .product-description .product-variations > a.link {
    font-size: 16px;
    padding: 9.199999999999999px 20px;
  }
}
.view-tovary.view-display-id-page_1 .view-content .views-row article.product .product-description .product-variations > a.link:hover {
  background: white;
  color: black;
}
.view-tovary.view-display-id-page_1 .view-footer {
  margin-top: 45px;
}
.view-tovary.view-display-id-page_1 .view-footer a {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding: 15px;
  border: 1px solid #d0d0d0;
  backdrop-filter: blur(10px);
  padding: 10px 25px;
  text-decoration: none;
  transition: all 0.3s;
}
.view-tovary.view-display-id-page_1 .view-footer a:hover {
  background: white;
  color: black;
}
.about {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .about {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .about {
    margin-bottom: 120px;
  }
}
.about .node--type-about.node--view-mode-teaser {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr auto;
  gap: 0 30px;
}
@media (min-width: 576px) {
  .about .node--type-about.node--view-mode-teaser {
    grid-template-columns: 370px 1fr;
  }
}
@media (min-width: 1200px) {
  .about .node--type-about.node--view-mode-teaser {
    grid-template-columns: 1fr 570px;
  }
}
@media (min-width: 576px) {
  .about .node--type-about.node--view-mode-teaser .field--name-node-title {
    top: 0;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .about .node--type-about.node--view-mode-teaser .field--name-node-title {
    position: static;
  }
}
.about .node--type-about.node--view-mode-teaser .field--name-node-title h2 {
  font-weight: 400;
  font-size: 14px;
  text-transform: lowercase;
  color: #b5b5b5;
  padding: 10px 20px;
  border: 1px solid #747474;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3);
  height: fit-content;
  width: fit-content;
}
.about .node--type-about.node--view-mode-teaser .field--name-field-titles {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media (min-width: 576px) {
  .about .node--type-about.node--view-mode-teaser .field--name-field-titles {
    grid-column: 1/3;
    grid-row: auto;
    padding-left: 170px;
  }
}
@media (min-width: 1200px) {
  .about .node--type-about.node--view-mode-teaser .field--name-field-titles {
    grid-column: auto;
    padding-left: 0;
  }
}
.about .node--type-about.node--view-mode-teaser .field--name-field-titles h2 {
  font-weight: 400;
  font-size: 23px;
  line-height: 1.14286;
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .about .node--type-about.node--view-mode-teaser .field--name-field-titles h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .about .node--type-about.node--view-mode-teaser .field--name-field-titles h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
.about .node--type-about.node--view-mode-teaser .field--name-field-titles h2 span {
  color: rgba(255, 255, 255, 0.5);
}
.about .node--type-about.node--view-mode-teaser .field--name-field-foto {
  display: grid;
  grid-row: 3/4;
}
@media (min-width: 576px) {
  .about .node--type-about.node--view-mode-teaser .field--name-field-foto {
    grid-row: 2/4;
    grid-template-columns: 300px 170px;
    gap: 0 20px;
  }
}
@media (min-width: 768px) {
  .about .node--type-about.node--view-mode-teaser .field--name-field-foto {
    grid-template-columns: auto;
    gap: 0;
  }
}
@media (min-width: 1200px) {
  .about .node--type-about.node--view-mode-teaser .field--name-field-foto {
    grid-template-columns: 370px 170px;
    gap: 0 30px;
  }
}
.about .node--type-about.node--view-mode-teaser .field--name-field-foto .field__item:last-child {
  align-self: end;
  display: none;
}
@media (min-width: 576px) {
  .about .node--type-about.node--view-mode-teaser .field--name-field-foto .field__item:last-child {
    display: block;
  }
}
@media (min-width: 768px) {
  .about .node--type-about.node--view-mode-teaser .field--name-field-foto .field__item:last-child {
    display: none;
  }
}
@media (min-width: 1200px) {
  .about .node--type-about.node--view-mode-teaser .field--name-field-foto .field__item:last-child {
    display: block;
  }
}
.about .node--type-about.node--view-mode-teaser .field--name-body {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
}
@media (min-width: 576px) {
  .about .node--type-about.node--view-mode-teaser .field--name-body {
    grid-column: 1/3;
  }
}
@media (min-width: 768px) {
  .about .node--type-about.node--view-mode-teaser .field--name-body {
    grid-column: auto;
    grid-row: 1/3;
  }
}
@media (min-width: 1200px) {
  .about .node--type-about.node--view-mode-teaser .field--name-body {
    align-self: end;
    margin-top: 0;
    grid-row: 1/3;
  }
}
.about .node--type-about.node--view-mode-teaser .field--name-body p {
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .about .node--type-about.node--view-mode-teaser .field--name-body p {
    margin-bottom: 20px;
  }
}
.about .node--type-about.node--view-mode-teaser .field--name-body p:last-child {
  margin-bottom: 0;
}
.about .node--type-about.node--view-mode-teaser .field--name-dynamic-token-fieldnode-more {
  margin-top: 25px;
}
@media (min-width: 576px) {
  .about .node--type-about.node--view-mode-teaser .field--name-dynamic-token-fieldnode-more {
    margin-top: 30px;
  }
}
.about .node--type-about.node--view-mode-teaser .field--name-dynamic-token-fieldnode-more a {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding: 9px 25px 9.4px 25px;
  border: 1px solid #d0d0d0;
  backdrop-filter: blur(10px);
  text-decoration: none;
  transition: all 0.3s;
}
.about .node--type-about.node--view-mode-teaser .field--name-dynamic-token-fieldnode-more a:hover {
  background: white;
  color: black;
}
.benefits {
  color: white;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .benefits {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .benefits {
    margin-bottom: 120px;
  }
}
.benefits .node--type-benefits.node--view-mode-default {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr;
  gap: 0 30px;
}
@media (min-width: 1200px) {
  .benefits .node--type-benefits.node--view-mode-default {
    grid-template-columns: 370px 1fr;
  }
}
.benefits .node--type-benefits.node--view-mode-default .field--name-node-title h2 {
  font-weight: 400;
  font-size: 14px;
  text-transform: lowercase;
  color: #b5b5b5;
  padding: 10px 20px;
  border: 1px solid #747474;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3);
  height: fit-content;
  margin-bottom: 20px;
  width: fit-content;
}
.benefits .node--type-benefits.node--view-mode-default .field--name-body {
  grid-row: 2/3;
  grid-column: 1/2;
}
.benefits .node--type-benefits.node--view-mode-default .field--name-body h2 {
  font-weight: 400;
  font-size: 23px;
  line-height: 1.14286;
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .benefits .node--type-benefits.node--view-mode-default .field--name-body h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .benefits .node--type-benefits.node--view-mode-default .field--name-body h2 {
    margin-bottom: 0;
    font-size: 35px;
  }
}
.benefits .node--type-benefits.node--view-mode-default .field--name-body h2 span {
  color: rgba(255, 255, 255, 0.5);
}
.benefits .node--type-benefits.node--view-mode-default .field--name-field-benefit {
  counter-reset: item;
  /* Обнуляем счетчик списка */
}
@media (min-width: 1200px) {
  .benefits .node--type-benefits.node--view-mode-default .field--name-field-benefit {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.benefits .node--type-benefits.node--view-mode-default .field--name-field-benefit > .field__item {
  padding: 10px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .benefits .node--type-benefits.node--view-mode-default .field--name-field-benefit > .field__item {
    padding: 20px 0;
  }
}
.benefits .node--type-benefits.node--view-mode-default .field--name-field-benefit > .field__item .paragraph--type--benefits-section {
  display: grid;
  grid-template-columns: 23px 1fr;
  gap: 5px 20px;
}
@media (min-width: 576px) {
  .benefits .node--type-benefits.node--view-mode-default .field--name-field-benefit > .field__item .paragraph--type--benefits-section {
    grid-template-columns: 42px 155px 273px;
  }
}
@media (min-width: 768px) {
  .benefits .node--type-benefits.node--view-mode-default .field--name-field-benefit > .field__item .paragraph--type--benefits-section {
    gap: 42px;
    grid-template-columns: 70px 155px 385px;
  }
}
@media (min-width: 992px) {
  .benefits .node--type-benefits.node--view-mode-default .field--name-field-benefit > .field__item .paragraph--type--benefits-section {
    grid-template-columns: 144px 162px 332px;
    gap: 56px;
  }
}
.benefits .node--type-benefits.node--view-mode-default .field--name-field-benefit > .field__item .paragraph--type--benefits-section .field--name-field-step-title {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.benefits .node--type-benefits.node--view-mode-default .field--name-field-benefit > .field__item .paragraph--type--benefits-section .field--name-field-step-title br {
  display: none;
}
@media (min-width: 576px) {
  .benefits .node--type-benefits.node--view-mode-default .field--name-field-benefit > .field__item .paragraph--type--benefits-section .field--name-field-step-title br {
    display: block;
  }
}
.benefits .node--type-benefits.node--view-mode-default .field--name-field-benefit > .field__item .paragraph--type--benefits-section .field--name-field-content {
  font-weight: 400;
  font-size: 14px;
  color: #828282;
  grid-column: 1/3;
}
@media (min-width: 576px) {
  .benefits .node--type-benefits.node--view-mode-default .field--name-field-benefit > .field__item .paragraph--type--benefits-section .field--name-field-content {
    grid-column: auto;
  }
}
.benefits .node--type-benefits.node--view-mode-default .field--name-field-benefit > .field__item:nth-child(-n + 9) .paragraph--type--benefits-section::before {
  content: "/0" counter(item);
  counter-increment: item;
  /* Задаём имя счетчика */
  padding-left: 0px;
  font-weight: 600;
  font-size: 14px;
  background: linear-gradient(31deg, #9b6427 0%, #ac7d23 50%, #e9ab4d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  backdrop-filter: blur(10px);
}
@media (min-width: 576px) {
  .benefits .node--type-benefits.node--view-mode-default .field--name-field-benefit > .field__item:nth-child(-n + 9) .paragraph--type--benefits-section::before {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .benefits .node--type-benefits.node--view-mode-default .field--name-field-benefit > .field__item:nth-child(-n + 9) .paragraph--type--benefits-section::before {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .benefits .node--type-benefits.node--view-mode-default .field--name-field-benefit > .field__item:nth-child(-n + 9) .paragraph--type--benefits-section::before {
    padding-left: 40px;
  }
}
.benefits .node--type-benefits.node--view-mode-default .field--name-field-benefit > .field__item:last-child {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.gallery {
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .gallery {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .gallery {
    margin-bottom: 120px;
  }
}
.gallery .gallery-arrows {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translate(0, -50%);
}
@media (min-width: 576px) {
  .gallery .gallery-arrows {
    top: 80%;
  }
}
@media (min-width: 768px) {
  .gallery .gallery-arrows {
    top: 76%;
  }
}
@media (min-width: 992px) {
  .gallery .gallery-arrows {
    top: 80%;
  }
}
@media (min-width: 1200px) {
  .gallery .gallery-arrows {
    top: 75%;
  }
}
.gallery .slick-arrow {
  width: 40px;
  height: 40px;
}
@media (min-width: 576px) {
  .gallery .slick-arrow {
    width: 50px;
    height: 50px;
  }
}
.gallery .slick-arrow::before {
  display: none;
}
.gallery .slick-arrow svg rect {
  transition: all 0.3s;
  fill: goldenrod;
}
@media (min-width: 1360px) {
  .gallery .slick-arrow svg rect {
    fill: transparent;
  }
}
.gallery .slick-arrow svg path {
  transition: all 0.3s;
  stroke: white;
}
@media (min-width: 1360px) {
  .gallery .slick-arrow svg path {
    stroke: #8d8d8d;
  }
}
.gallery .slick-arrow:hover svg rect {
  fill: #8d8d8d;
}
.gallery .slick-arrow:hover svg path {
  stroke: white;
}
.gallery .slick-arrow.slick-prev {
  left: 10px;
  right: 50px;
  bottom: 0;
  top: auto;
  transform: translate(0, 0%);
}
@media (min-width: 1360px) {
  .gallery .slick-arrow.slick-prev {
    top: calc(50% - 10px);
    left: -80px;
    transform: translate(0, -50%);
  }
}
.gallery .slick-arrow.slick-next {
  right: 10px;
  bottom: 0;
  top: auto;
  transform: translate(0, 0%);
}
@media (min-width: 1360px) {
  .gallery .slick-arrow.slick-next {
    top: calc(50% - 10px);
    right: -80px;
    transform: translate(0, -50%);
  }
}
.gallery .block-title {
  font-weight: 400;
  font-size: 14px;
  text-transform: lowercase;
  color: #b5b5b5;
  padding: 10px 20px;
  border: 1px solid #747474;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3);
  height: fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
.gallery .view-header {
  margin-bottom: 35px;
}
@media (min-width: 1200px) {
  .gallery .view-header {
    margin-bottom: 50px;
  }
}
.gallery .view-header h2 {
  font-weight: 400;
  font-size: 23px;
  line-height: 1.14286;
  color: #fff;
  margin-bottom: 0;
  max-width: 770px;
}
@media (min-width: 992px) {
  .gallery .view-header h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .gallery .view-header h2 {
    font-size: 35px;
  }
}
.gallery .view-header h2 span {
  color: rgba(255, 255, 255, 0.5);
}
.gallery .view-content {
  position: relative;
}
.gallery .view-content .slick-arrow {
  width: 50px;
  height: 50px;
}
.gallery .view-content .slick-arrow::before {
  display: none;
}
.gallery .view-content .slick-arrow svg rect {
  transition: all 0.3s;
}
.gallery .view-content .slick-arrow svg path {
  transition: all 0.3s;
}
.gallery .view-content .slick-arrow:hover svg rect {
  fill: #8d8d8d;
}
.gallery .view-content .slick-arrow:hover svg path {
  stroke: white;
}
.gallery .view-content .slick-arrow.slick-prev {
  left: auto;
  top: auto;
  bottom: -60px;
  transform: translate(0, 0%);
  right: 60px;
}
@media (min-width: 576px) {
  .gallery .view-content .slick-arrow.slick-prev {
    right: auto;
    left: -80px;
    top: calc(50% - 10px);
    transform: translate(0, -50%);
  }
}
.gallery .view-content .slick-arrow.slick-next {
  left: auto;
  top: auto;
  bottom: -60px;
  transform: translate(0, 0%);
  right: 0px;
}
@media (min-width: 576px) {
  .gallery .view-content .slick-arrow.slick-next {
    left: auto;
    right: -80px;
    top: calc(50% - 10px);
    transform: translate(0, -50%);
  }
}
.gallery .view-content .slick-list {
  margin: 0 -5px;
}
@media (min-width: 768px) {
  .gallery .view-content .slick-list {
    margin: 0 -15px;
  }
}
.gallery .view-content .slick-list .slick-track .slick-slide {
  margin: 0 5px;
}
@media (min-width: 768px) {
  .gallery .view-content .slick-list .slick-track .slick-slide {
    margin: 0 15px;
  }
}
.series {
  color: white;
}
.series .view-series.view-id-series.view-display-id-block_1 {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  /* .view-content {
      display: grid;
      grid-template-columns: auto auto auto auto auto auto;
      gap: 0 8px;
      margin-top: 15px;
      position: relative;
      left: -20px;
      @media (min-width: 576px) {
        grid-column: ~"2/3";   
        margin-top: 200px;
        grid-template-columns: auto auto auto auto auto auto auto auto; 
      }
      @media (min-width: @mobile-lg) {
        position: static;
      }
      @media (min-width: @tablet) {
          margin-top: 0;  
      }
      .views-row {
        height: 203px;
        width: 170px;
        @media (min-width: @desktop) {
          height: 234px;
        width: 203px;
        }
        .node--type-seria {
          height: 100%;
        }
        .field--name-dynamic-token-fieldnode-title-seria {
          height: 100%;
          a {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            width: 170px;
            background-repeat: no-repeat;
            background-size: contain;
            background-image: url("/sites/all/themes/vesta_theme/image/s-gold.svg");
            text-decoration: none;
            @media (min-width: @desktop) {
              width: 203px;
            }
            span {
              // height: 100%;
              font-weight: 500;
              font-size: 16px;
              text-align: center;
              color: #fff;
              max-width: 116px;
              transition: all 0.3s;
            }
            &:hover {
              span {
                color: #e9ab4d;
              }
            }
          }
        }
      }

      .views-row.photo-block1 {
        grid-column: ~"5/7";
        grid-row: ~"1/2";
        img {
          width: 203px;
        }
      }
      .views-row:nth-child(2) {
        grid-column: ~"3/5";
        grid-row: ~"1/2";
        @media (min-width: 576px) {
          grid-column: ~"7/9";
        }
      }
      .views-row:nth-child(3) {
        position: relative;
        grid-column: ~"4/6";
        grid-row: ~"2/3";
        top: -50px;
      }
      .views-row:nth-child(4) {
        position: relative;
        grid-column: ~"4/6";
        grid-row: ~"4/5";
        top: -146px;
        @media (min-width: 576px) {
          top: -50px;
          grid-column: ~"6/8";
          grid-row: ~"2/3";
        }
        .node--type-seria .field--name-dynamic-token-fieldnode-title-seria {
          a {
            background-image: url("/sites/all/themes/vesta_theme/image/four.svg");
          }
        }
      }
      .views-row:nth-child(5) {
        grid-column: ~"5/7";
        grid-row: ~"3/4";
        position: relative;
        top: -98px;
        @media (min-width: @mobile-lg) {
          grid-column: ~"1/3";
        }
        .node--type-seria .field--name-dynamic-token-fieldnode-title-seria {
          a {
            background-image: url("/sites/all/themes/vesta_theme/image/four.svg");
          }
        }
      }
      .views-row.photo-block2 {
        grid-column: ~"3/5";
        grid-row: ~"3/4";
        position: relative;
        top: -98px;
        img {
          width: 203px;
        }
      }
      .views-row.photo-block3 {
        display: none;
        @media (min-width: 576px) {
          position: relative;
          top: -98px;
          grid-column: ~"7/9";
          grid-row: ~"3/4";
            display: block;
        }
        img {
          width: 203px;
        }
      }
    }*/
}
@media (min-width: 576px) {
  .series .view-series.view-id-series.view-display-id-block_1 {
    grid-template-columns: 1fr 530px;
  }
}
@media (min-width: 768px) {
  .series .view-series.view-id-series.view-display-id-block_1 {
    grid-template-columns: 1fr 706px;
  }
}
@media (min-width: 1200px) {
  .series .view-series.view-id-series.view-display-id-block_1 {
    grid-template-columns: 1fr 846px;
  }
}
@media (min-width: 576px) {
  .series .view-series.view-id-series.view-display-id-block_1 .view-header {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  .series .view-series.view-id-series.view-display-id-block_1 .view-header {
    max-width: 512px;
  }
}
@media (min-width: 1200px) {
  .series .view-series.view-id-series.view-display-id-block_1 .view-header {
    max-width: 572px;
  }
}
.series .view-series.view-id-series.view-display-id-block_1 .view-header .node--type-seria-text.node--view-mode-default .field--name-field-series {
  font-weight: 400;
  font-size: 14px;
  text-transform: lowercase;
  color: #b5b5b5;
  padding: 10px 20px;
  border: 1px solid #747474;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3);
  height: fit-content;
  margin-bottom: 20px;
  width: fit-content;
}
.series .view-series.view-id-series.view-display-id-block_1 .view-header .node--type-seria-text.node--view-mode-default .field--name-field-titless h2 {
  font-weight: 400;
  font-size: 23px;
  line-height: 1.14286;
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .series .view-series.view-id-series.view-display-id-block_1 .view-header .node--type-seria-text.node--view-mode-default .field--name-field-titless h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .series .view-series.view-id-series.view-display-id-block_1 .view-header .node--type-seria-text.node--view-mode-default .field--name-field-titless h2 {
    font-size: 35px;
    margin-bottom: 50px;
  }
}
.series .view-series.view-id-series.view-display-id-block_1 .view-header .node--type-seria-text.node--view-mode-default .field--name-field-titless h2 span {
  color: rgba(255, 255, 255, 0.5);
}
.series .view-series.view-id-series.view-display-id-block_1 .view-header .node--type-seria-text.node--view-mode-default .field--name-body {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .series .view-series.view-id-series.view-display-id-block_1 .view-header .node--type-seria-text.node--view-mode-default .field--name-body {
    max-width: 510px;
  }
}
.series .view-series.view-id-series.view-display-id-block_1 .view-header .node--type-seria-text.node--view-mode-default .field--name-field-link a {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding: 10px 25px 10px 25px;
  border: 1px solid #d0d0d0;
  backdrop-filter: blur(10px);
  text-decoration: none;
  transition: all 0.3s;
}
.series .view-series.view-id-series.view-display-id-block_1 .view-header .node--type-seria-text.node--view-mode-default .field--name-field-link a:hover {
  background: white;
  color: black;
}
.series .view-series.view-id-series.view-display-id-block_1 .view-content {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 0 8px;
  margin-top: 15px;
  position: relative;
  max-width: 360px;
  margin: 15px auto 0 auto;
  margin-bottom: -100px;
}
@media (min-width: 576px) {
  .series .view-series.view-id-series.view-display-id-block_1 .view-content {
    grid-column: 2/3;
    margin: 0;
    margin-top: 200px;
    grid-template-columns: auto auto auto auto auto auto auto auto;
    max-width: none;
  }
}
@media (min-width: 768px) {
  .series .view-series.view-id-series.view-display-id-block_1 .view-content {
    position: static;
  }
}
@media (min-width: 992px) {
  .series .view-series.view-id-series.view-display-id-block_1 .view-content {
    margin-top: 0;
  }
}
.series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row {
  height: 186px;
  width: 150px;
}
@media (min-width: 450px) {
  .series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row {
    width: 170px;
    height: 203px;
  }
}
@media (min-width: 1200px) {
  .series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row {
    height: 234px;
    width: 203px;
  }
}
.series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row .node--type-seria {
  height: 100%;
}
.series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row .field--name-dynamic-token-fieldnode-title-seria {
  height: 100%;
}
.series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row .field--name-dynamic-token-fieldnode-title-seria a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/s-gold.svg");
  text-decoration: none;
}
@media (min-width: 450px) {
  .series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row .field--name-dynamic-token-fieldnode-title-seria a {
    width: 170px;
  }
}
@media (min-width: 1200px) {
  .series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row .field--name-dynamic-token-fieldnode-title-seria a {
    width: 203px;
  }
}
.series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row .field--name-dynamic-token-fieldnode-title-seria a span {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
  max-width: 116px;
  transition: all 0.3s;
}
.series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row .field--name-dynamic-token-fieldnode-title-seria a:hover span {
  color: #e9ab4d;
}
.series .view-series.view-id-series.view-display-id-block_1 .view-content .photo-block {
  position: relative;
}
.series .view-series.view-id-series.view-display-id-block_1 .view-content .photo-block a.edit {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  text-decoration: none;
  width: 22px !important;
  height: 22px !important;
  background-size: 14px 14px;
  background-image: url("/sites/all/themes/vesta_theme/image/pencil.svg");
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 13px;
  background-color: #fff;
  background-attachment: scroll;
}
.series .view-series.view-id-series.view-display-id-block_1 .view-content .photo-block a.edit:hover {
  text-decoration: underline;
}
.series .view-series.view-id-series.view-display-id-block_1 .view-content .photo-block:hover a.edit {
  opacity: 1;
}
.series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row.photo-block1 {
  grid-column: 3/5;
  grid-row: 1/2;
}
@media (min-width: 576px) {
  .series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row.photo-block1 {
    grid-column: 5/7;
  }
}
.series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row.photo-block1 img {
  width: 203px;
}
.series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row:nth-child(2) {
  grid-column: 1/3;
  grid-row: 1/2;
}
@media (min-width: 576px) {
  .series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row:nth-child(2) {
    grid-column: 7/9;
  }
}
.series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row:nth-child(3) {
  position: relative;
  grid-column: 2/4;
  grid-row: 2/3;
  top: -50px;
}
@media (min-width: 576px) {
  .series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row:nth-child(3) {
    grid-column: 4/6;
  }
}
.series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row:nth-child(4) {
  position: relative;
  grid-column: 2/4;
  /* Изменено с 4/6 на 2/4 для экранов <576px */
  grid-row: 4/5;
  top: -146px;
}
@media (min-width: 576px) {
  .series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row:nth-child(4) {
    top: -50px;
    grid-column: 6/8;
    grid-row: 2/3;
  }
}
.series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row:nth-child(4) .node--type-seria .field--name-dynamic-token-fieldnode-title-seria a {
  background-image: url("/sites/all/themes/vesta_theme/image/four.svg");
  /* @media (min-width: 576px) {
              background-image: url("/sites/all/themes/vesta_theme/image/four.svg");
            }*/
}
.series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row:nth-child(5) {
  grid-column: 3/5;
  grid-row: 3/4;
  position: relative;
  top: -98px;
}
@media (min-width: 576px) {
  .series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row:nth-child(5) {
    grid-column: 5/7;
  }
}
@media (min-width: 768px) {
  .series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row:nth-child(5) {
    grid-column: 1/3;
  }
}
.series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row:nth-child(5) .node--type-seria .field--name-dynamic-token-fieldnode-title-seria a {
  background-image: url("/sites/all/themes/vesta_theme/image/four.svg");
}
.series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row.photo-block2 {
  grid-column: 1/3;
  /* Изменено с 3/5 на 1/3 для экранов <576px */
  grid-row: 3/4;
  position: relative;
  top: -98px;
}
@media (min-width: 576px) {
  .series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row.photo-block2 {
    grid-column: 3/5;
  }
}
.series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row.photo-block2 img {
  width: 203px;
}
.series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row.photo-block3 {
  display: none;
}
@media (min-width: 576px) {
  .series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row.photo-block3 {
    position: relative;
    top: -98px;
    grid-column: 7/9;
    grid-row: 3/4;
    display: block;
  }
}
.series .view-series.view-id-series.view-display-id-block_1 .view-content .views-row.photo-block3 img {
  width: 203px;
}
.view-series.view-display-id-page_1 {
  position: relative;
  /* .view-content {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto;
    gap: 0 8px;
    grid-column: ~"2/3";
    .views-row {
      height: 234px;
      width: 203px;
      .node--type-seria {
        height: 100%;
      }
      .field--name-dynamic-token-fieldnode-title-seria {
        height: 100%;
        a {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 100%;
          width: 203px;
          background-repeat: no-repeat;
          background-size: contain;
          background-image: url("/sites/all/themes/vesta_theme/image/s-gold.svg");
          text-decoration: none;
          span {
            // height: 100%;
            font-weight: 500;
            font-size: 16px;
            text-align: center;
            color: #fff;
            max-width: 116px;
            transition: all 0.3s;
          }
          &:hover {
            span {
              color: #e9ab4d;
            }
          }
        }
      }
    }

    .views-row.photo-block1 {
      grid-column: ~"5/7";
      grid-row: ~"1/2";
      img {
        width: 203px;
      }
    }
    .views-row:nth-child(2) {
      grid-column: ~"7/9";
      grid-row: ~"1/2";
    }
    .views-row:nth-child(3) {
      position: relative;
      grid-column: ~"4/6";
      grid-row: ~"2/3";
      top: -50px;
    }
    .views-row:nth-child(4) {
      position: relative;
      grid-column: ~"6/8";
      grid-row: ~"2/3";
      top: -50px;
      .node--type-seria .field--name-dynamic-token-fieldnode-title-seria {
        a {
          background-image: url("/sites/all/themes/vesta_theme/image/four.svg");
        }
      }
    }
    .views-row:nth-child(5) {
      grid-column: ~"1/3";
      grid-row: ~"3/4";
      position: relative;
      top: -98px;
      .node--type-seria .field--name-dynamic-token-fieldnode-title-seria {
        a {
          background-image: url("/sites/all/themes/vesta_theme/image/four.svg");
        }
      }
    }
    .views-row.photo-block2 {
      grid-column: ~"3/5";
      grid-row: ~"3/4";
      position: relative;
      top: -98px;
      img {
        width: 203px;
      }
    }
    .views-row.photo-block3 {
      position: relative;
      top: -98px;
      grid-column: ~"7/9";
      grid-row: ~"3/4";
      img {
        width: 203px;
      }
    }
  }*/
}
.view-series.view-display-id-page_1 .view-header {
  /* position: absolute;
    top: 0;
    left: 0;
    max-width: 572px;*/
}
.view-series.view-display-id-page_1 .view-header .node--type-seria-text.node--view-mode-default .field--name-field-series {
  font-weight: 400;
  font-size: 14px;
  text-transform: lowercase;
  color: #b5b5b5;
  padding: 10px 20px;
  border: 1px solid #747474;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3);
  height: fit-content;
  margin-bottom: 20px;
  width: fit-content;
  display: none;
}
.view-series.view-display-id-page_1 .view-header .node--type-seria-text.node--view-mode-default .field--name-field-titless h2 {
  font-weight: 400;
  font-size: 35px;
  line-height: 1.14286;
  color: #fff;
  margin-bottom: 30px;
}
.view-series.view-display-id-page_1 .view-header .node--type-seria-text.node--view-mode-default .field--name-field-titless h2 span {
  color: rgba(255, 255, 255, 0.5);
}
.view-series.view-display-id-page_1 .view-header .node--type-seria-text.node--view-mode-default .field--name-body {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
}
.view-series.view-display-id-page_1 .view-header .node--type-seria-text.node--view-mode-default .field--name-field-link {
  display: none;
}
.view-series.view-display-id-page_1 .view-header .node--type-seria-text.node--view-mode-default .field--name-field-link a {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding: 10px 25px 10px 25px;
  border: 1px solid #d0d0d0;
  backdrop-filter: blur(10px);
  text-decoration: none;
  transition: all 0.3s;
}
.view-series.view-display-id-page_1 .view-header .node--type-seria-text.node--view-mode-default .field--name-field-link a:hover {
  background: white;
  color: black;
}
.view-series.view-display-id-page_1 .view-content {
  display: grid;
  grid-template-columns: repeat(1, 100%);
  gap: 5px 5px;
  justify-items: center;
  align-items: center;
}
@media (min-width: 576px) {
  .view-series.view-display-id-page_1 .view-content {
    grid-template-columns: repeat(2, 252px);
  }
}
@media (min-width: 768px) {
  .view-series.view-display-id-page_1 .view-content {
    grid-template-columns: repeat(3, 230px);
  }
}
@media (min-width: 992px) {
  .view-series.view-display-id-page_1 .view-content {
    grid-template-columns: repeat(4, 230px);
  }
}
@media (min-width: 1200px) {
  .view-series.view-display-id-page_1 .view-content {
    grid-template-columns: repeat(5, 203px);
  }
}
.view-series.view-display-id-page_1 .view-content .views-row {
  width: 100%;
}
@media (min-width: 576px) {
  .view-series.view-display-id-page_1 .view-content .views-row {
    width: auto;
  }
}
.view-series.view-display-id-page_1 .view-content .views-row .node--type-seria .field--name-dynamic-token-fieldnode-title-seria a {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  text-decoration: none;
  position: relative;
  margin: 0;
  /* Убираем margin, так как grid управляет размещением */
  padding: 15px;
  text-align: center;
  /* @media (min-width: 576px) {
        transform: rotate(0deg);
      }*/
}
@media (min-width: 576px) {
  .view-series.view-display-id-page_1 .view-content .views-row .node--type-seria .field--name-dynamic-token-fieldnode-title-seria a {
    height: 234px;
    width: 203px;
    padding: 0;
    background-image: url("/sites/all/themes/vesta_theme/image/s-gold.svg");
  }
}
.view-series.view-display-id-page_1 .view-content .views-row .node--type-seria .field--name-dynamic-token-fieldnode-title-seria a span {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
  /*@media (min-width: 576px) {
        transform: translate(-50%, -50%) rotate(0deg);
      }*/
}
@media (min-width: 576px) {
  .view-series.view-display-id-page_1 .view-content .views-row .node--type-seria .field--name-dynamic-token-fieldnode-title-seria a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 116px;
  }
}
.view-series.view-display-id-page_1 .view-content .views-row .node--type-seria .field--name-dynamic-token-fieldnode-title-seria a:hover span {
  color: #e9ab4d;
}
.view-series.view-display-id-page_1 .view-content .views-row:nth-child(odd) .node--type-seria .field--name-dynamic-token-fieldnode-title-seria a {
  background: gray;
}
@media (min-width: 576px) {
  .view-series.view-display-id-page_1 .view-content .views-row:nth-child(odd) .node--type-seria .field--name-dynamic-token-fieldnode-title-seria a {
    background: transparent;
    background-image: url("/sites/all/themes/vesta_theme/image/four.svg");
  }
}
.contacts {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .contacts {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .contacts {
    margin-bottom: 120px;
  }
}
.contacts .node--type-contacts.node--view-mode-default {
  display: grid;
  grid-template-columns: 100%;
  gap: 0 30px;
}
@media (min-width: 992px) {
  .contacts .node--type-contacts.node--view-mode-default {
    grid-template-columns: 1fr 556px;
  }
}
@media (min-width: 1200px) {
  .contacts .node--type-contacts.node--view-mode-default {
    grid-template-columns: 1fr 670px;
    gap: 0 155px;
  }
}
.contacts .node--type-contacts.node--view-mode-default .field--name-field-contacts-title {
  font-weight: 400;
  font-size: 14px;
  text-transform: lowercase;
  color: #b5b5b5;
  padding: 10px 20px;
  border: 1px solid #747474;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3);
  height: fit-content;
  width: fit-content;
  margin-bottom: 15px;
}
.contacts .node--type-contacts.node--view-mode-default .field--name-body {
  margin-bottom: 28px;
}
@media (min-width: 992px) {
  .contacts .node--type-contacts.node--view-mode-default .field--name-body {
    margin-bottom: 43px;
    grid-column: 2/3;
  }
}
.contacts .node--type-contacts.node--view-mode-default .field--name-body h2 {
  font-weight: 400;
  font-size: 23px;
  line-height: 1.14286;
  color: #fff;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .contacts .node--type-contacts.node--view-mode-default .field--name-body h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .contacts .node--type-contacts.node--view-mode-default .field--name-body h2 {
    font-size: 35px;
  }
}
.contacts .node--type-contacts.node--view-mode-default .field--name-body h2 span {
  color: rgba(255, 255, 255, 0.5);
}
.contacts .node--type-contacts.node--view-mode-default .field--name-body h2 p {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
@media (min-width: 992px) {
  .contacts .node--type-contacts.node--view-mode-default .field--name-field-web-forms {
    grid-column: 2/3;
  }
}
.contacts .node--type-contacts.node--view-mode-default .field--name-field-web-forms form strong.error,
.contacts .node--type-contacts.node--view-mode-default .field--name-field-web-forms form .form-item--error-message,
.contacts .node--type-contacts.node--view-mode-default .field--name-field-web-forms form .alert-error {
  display: none !important;
}
.contacts .node--type-contacts.node--view-mode-default .field--name-field-web-forms form input.error,
.contacts .node--type-contacts.node--view-mode-default .field--name-field-web-forms form textarea.error {
  box-shadow: 0px 0px 7px 0px red;
}
.contacts .node--type-contacts.node--view-mode-default .field--name-field-web-forms form .form-item-name,
.contacts .node--type-contacts.node--view-mode-default .field--name-field-web-forms form .form-item-telefon {
  margin-bottom: 15px;
}
.contacts .node--type-contacts.node--view-mode-default .field--name-field-web-forms form .form-item-name input,
.contacts .node--type-contacts.node--view-mode-default .field--name-field-web-forms form .form-item-telefon input {
  font-weight: 400;
  font-size: 16px;
  color: #828282;
  padding: 14px 34px 14px 34px;
  border: 1px solid #828282;
  border-radius: 0px;
  margin: 0;
}
.contacts .node--type-contacts.node--view-mode-default .field--name-field-web-forms form .form-actions {
  margin-bottom: 20px;
}
.contacts .node--type-contacts.node--view-mode-default .field--name-field-web-forms form .form-actions button {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  width: 100%;
  padding: 14px;
}
.contacts .node--type-contacts.node--view-mode-default .field--name-field-web-forms form .form-item-privacy {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (min-width: 576px) {
  .contacts .node--type-contacts.node--view-mode-default .field--name-field-web-forms form .form-item-privacy {
    gap: 29px;
  }
}
.contacts .node--type-contacts.node--view-mode-default .field--name-field-web-forms form .form-item-privacy .checkbox {
  position: relative;
}
.contacts .node--type-contacts.node--view-mode-default .field--name-field-web-forms form .form-item-privacy .checkbox-custom {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/sites/all/themes/vesta_theme/image/check.svg");
}
.contacts .node--type-contacts.node--view-mode-default .field--name-field-web-forms form .form-item-privacy input {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  opacity: 0;
  cursor: pointer;
}
.contacts .node--type-contacts.node--view-mode-default .field--name-field-web-forms form .form-item-privacy input:checked + .checkbox-custom {
  background-image: url("/sites/all/themes/vesta_theme/image/checked.svg");
}
.contacts .node--type-contacts.node--view-mode-default .field--name-field-web-forms form .form-item-privacy input + .description {
  position: relative;
}
.contacts .node--type-contacts.node--view-mode-default .field--name-field-web-forms 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;
}
.contacts .node--type-contacts.node--view-mode-default .field--name-field-web-forms form .form-item-privacy input.valid + .form-item--error-message {
  background-image: url("/sites/all/themes/vesta_theme/image/checked.svg");
  height: 30px;
  background-size: contain;
}
.contacts .node--type-contacts.node--view-mode-default .field--name-field-web-forms form .form-item-privacy .description {
  font-weight: 400;
  font-size: 13px;
  color: #828282;
  margin-left: 0;
}
.contacts .node--type-contacts.node--view-mode-default .field--name-field-web-forms form .form-item-privacy .description a {
  color: inherit;
  /* text-decoration: underline;
              text-decoration-skip-ink: none;*/
  text-decoration: none;
}
.contacts .node--type-contacts.node--view-mode-default .field--name-field-web-forms form .form-item-privacy .description a:hover {
  color: white;
}
.contacts .node--type-contacts.node--view-mode-default .field--name-field-information {
  grid-column: 1/2;
  grid-row: 3/4;
  align-self: end;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .contacts .node--type-contacts.node--view-mode-default .field--name-field-information {
    grid-row: 2/3;
    margin-bottom: 0;
  }
}
.contacts .node--type-contacts.node--view-mode-default .field--name-field-information .item a {
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  .contacts .node--type-contacts.node--view-mode-default .field--name-field-information .item a {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .contacts .node--type-contacts.node--view-mode-default .field--name-field-information .item a {
    font-size: 30px;
  }
}
.contacts .node--type-contacts.node--view-mode-default .field--name-field-information .item a:hover {
  color: #ebb654;
}
.contacts .node--type-contacts.node--view-mode-default .field--name-field-information .soc {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}
@media (min-width: 992px) {
  .contacts .node--type-contacts.node--view-mode-default .field--name-field-information .soc {
    margin-top: 30px;
  }
}
.contacts .node--type-contacts.node--view-mode-default .field--name-field-information .soc .item a {
  display: flex;
  width: 60px;
  height: 60px;
}
.contacts .node--type-contacts.node--view-mode-default .field--name-field-information .soc .item a svg {
  width: 100%;
  height: 100%;
}
.contacts .node--type-contacts.node--view-mode-default .field--name-field-information .soc .item a svg rect {
  transition: all 0.3s;
}
.contacts .node--type-contacts.node--view-mode-default .field--name-field-information .soc .item a:hover svg rect {
  fill: #ebb654;
}
.reviews {
  position: relative;
}
.reviews .reviews-arrows {
  padding-top: 50px;
  width: 100%;
}
@media (min-width: 576px) {
  .reviews .reviews-arrows {
    position: absolute;
    top: 66%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .reviews .reviews-arrows {
    top: 60%;
  }
}
@media (min-width: 992px) {
  .reviews .reviews-arrows {
    top: 70%;
  }
}
@media (min-width: 1200px) {
  .reviews .reviews-arrows {
    top: 75%;
  }
}
.reviews .slick-arrow {
  width: 40px;
  height: 40px;
}
@media (min-width: 576px) {
  .reviews .slick-arrow {
    width: 50px;
    height: 50px;
  }
}
.reviews .slick-arrow::before {
  display: none;
}
.reviews .slick-arrow svg rect {
  transition: all 0.3s;
  fill: goldenrod;
}
@media (min-width: 1360px) {
  .reviews .slick-arrow svg rect {
    fill: transparent;
  }
}
.reviews .slick-arrow svg path {
  transition: all 0.3s;
  stroke: white;
}
@media (min-width: 1360px) {
  .reviews .slick-arrow svg path {
    stroke: #8d8d8d;
  }
}
.reviews .slick-arrow:hover svg rect {
  fill: #8d8d8d;
}
.reviews .slick-arrow:hover svg path {
  stroke: white;
}
.reviews .slick-arrow.slick-prev {
  left: 10px;
  right: 50px;
  bottom: 0;
  top: auto;
  transform: translate(0, 0%);
}
@media (min-width: 1360px) {
  .reviews .slick-arrow.slick-prev {
    top: calc(50% - 10px);
    left: -80px;
    transform: translate(0, -50%);
  }
}
.reviews .slick-arrow.slick-next {
  right: 10px;
  bottom: 0;
  top: auto;
  transform: translate(0, 0%);
}
@media (min-width: 1360px) {
  .reviews .slick-arrow.slick-next {
    top: calc(50% - 10px);
    right: -80px;
    transform: translate(0, -50%);
  }
}
.reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-header {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-header {
    display: flex;
    gap: 78px;
  }
}
@media (min-width: 768px) {
  .reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-header {
    gap: 120px;
  }
}
@media (min-width: 992px) {
  .reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-header {
    margin-bottom: 50px;
    gap: 300px;
  }
}
@media (min-width: 1200px) {
  .reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-header {
    gap: 411px;
  }
}
.reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-header .block-title {
  font-weight: 400;
  font-size: 14px;
  text-transform: lowercase;
  color: #b5b5b5;
  padding: 10px 20px;
  border: 1px solid #747474;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3);
  height: fit-content;
  width: fit-content;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-header .block-title {
    margin-bottom: 0;
  }
}
.reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-header h2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.14286;
  color: #fff;
}
@media (min-width: 576px) {
  .reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-header h2 {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-header h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-header h2 {
    font-size: 35px;
  }
}
.reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-content .slick-arrow {
  width: 50px;
  height: 50px;
}
.reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-content .slick-arrow::before {
  display: none;
}
.reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-content .slick-arrow svg rect {
  transition: all 0.3s;
}
.reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-content .slick-arrow svg path {
  transition: all 0.3s;
}
.reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-content .slick-arrow:hover svg rect {
  fill: #8d8d8d;
}
.reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-content .slick-arrow:hover svg path {
  stroke: white;
}
.reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-content .slick-arrow.slick-prev {
  left: calc(50% - 56px);
  top: auto;
  bottom: -80px;
}
@media (min-width: 768px) {
  .reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-content .slick-arrow.slick-prev {
    transform: translate(0, -50%);
    top: calc(50% - 10px);
    left: -80px;
  }
}
.reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-content .slick-arrow.slick-next {
  right: calc(50% - 56px);
  top: auto;
  bottom: -80px;
}
@media (min-width: 768px) {
  .reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-content .slick-arrow.slick-next {
    transform: translate(0, -50%);
    top: calc(50% - 10px);
    right: -80px;
  }
}
.reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-content .slick-list {
  margin: 0 -15px;
}
.reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-content .slick-list .slick-track {
  display: flex;
}
.reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-content .slick-list .slick-track .slick-slide {
  margin: 0 15px;
  height: auto;
}
.reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-content .slick-list .slick-track .slick-slide .comment {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 15px;
  border: 1px solid #aeaeae;
  height: 100%;
}
@media (min-width: 576px) {
  .reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-content .slick-list .slick-track .slick-slide .comment {
    padding: 30px;
  }
}
.reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-content .slick-list .slick-track .slick-slide .comment .field--name-comment-body {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  flex-grow: 1;
  margin-bottom: 25px;
}
.reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-content .slick-list .slick-track .slick-slide .comment .field--name-dynamic-token-fieldcomment-rating-star {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}
.reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-content .slick-list .slick-track .slick-slide .comment .group-names {
  display: flex;
  justify-content: space-between;
}
.reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-content .slick-list .slick-track .slick-slide .comment .group-names .field--name-field-names {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-content .slick-list .slick-track .slick-slide .comment .group-names .field--name-comment-post-date {
  font-weight: 400;
  font-size: 14px;
  text-align: right;
  color: #828282;
}
.reviews .view-reviews.view-id-reviews.view-display-id-block_1 .view-content .slick-list .slick-track .slick-slide .comment .field--name-field-rating {
  position: absolute;
  left: -1000%;
  opacity: 0;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .reviews {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 30px;
  /* .comment {
          position: relative;
          display: grid;
          grid-template-columns: 70px 1fr;
          gap: 5px 20px;
          margin-bottom: 40px;
          &::after {
            content: "";
            position: absolute;
            bottom: -20px;
            left: 0;
            display: block;
            width: 100%;
            height: 1px;
            background-color: #e7e7e7;
          }

          .field--name-field-names {
            font-weight: 700;
          }
          .field--name-dynamic-token-fieldcomment-rating-star {
            img {
              max-width: 10px;
            }
          }
          .group-date {
            grid-row: ~"2/3";
            .field--name-dynamic-token-fieldcomment-read-more {
              display: none;
            }
          }
        }*/
}
@media (min-width: 768px) {
  .body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .reviews {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .reviews {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .reviews .comment {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #aeaeae;
  height: 100%;
}
@media (min-width: 768px) {
  .body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .reviews .comment {
    padding: 30px;
  }
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .reviews .comment .field--name-comment-body {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  flex-grow: 1;
  margin-bottom: 25px;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .reviews .comment .field--name-dynamic-token-fieldcomment-rating-star {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .reviews .comment .group-names {
  display: flex;
  justify-content: space-between;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .reviews .comment .group-names .field--name-field-names {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .reviews .comment .group-names .field--name-comment-post-date {
  font-weight: 400;
  font-size: 14px;
  text-align: right;
  color: #828282;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .reviews .comment .field--name-field-rating {
  position: absolute;
  left: -1000%;
  opacity: 0;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form {
  /*.form-item-name {
            display: none;
          }*/
  display: grid;
  gap: 15px;
  /*.field--name-field-avatar {
            .image-widget-data {
              input {
                height: auto;
              }
            }
            .description {
              display: none;
            }
          }*/
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form .field--name-field-rating .form-type-number > label,
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form .field--name-field-rating .form-type-number > input {
  position: absolute;
  left: -100000%;
  opacity: 0;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form .field--name-field-rating .rating {
  display: flex;
  align-items: flex-end;
  font-size: 30px;
  line-height: 0.9;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form .field--name-field-rating .rating .rating-body {
  position: relative;
  margin: 0 auto;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form .field--name-field-rating .rating .rating-body::before {
  content: "★★★★★";
  display: block;
  color: #999999;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form .field--name-field-rating .rating .rating-body .rating-active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form .field--name-field-rating .rating .rating-body .rating-active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #f0bf5f;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form .field--name-field-rating .rating .rating-body .rating-items {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form .field--name-field-rating .rating .rating-body .rating-items .rating-item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form .field--name-field-rating .rating .rating-value {
  position: absolute;
  left: -100000%;
  opacity: 0;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form #edit-subject-wrapper label {
  display: none;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form #edit-subject-wrapper .form-type-textfield input {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding: 14px 34px 14px 34px;
  border: 1px solid #828282;
  border-radius: 0px;
  margin: 0;
  background-color: transparent;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form #edit-subject-wrapper .form-type-textfield input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #828282;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form #edit-comment-body-wrapper .form-item .form-type-textarea label {
  display: none;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form #edit-comment-body-wrapper .form-item .form-type-textarea textarea {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding: 14px 34px 14px 34px;
  border: 1px solid #828282;
  border-radius: 0px;
  margin: 0;
  background-color: transparent;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form #edit-comment-body-wrapper .form-item .form-type-textarea textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #828282;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form #edit-comment-body-wrapper .form-item .form-wrapper {
  display: none;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form .field--name-field-names {
  display: none;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form .form-actions {
  text-align: center;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form .form-actions button {
  position: relative;
  display: inline-block;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 0px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  z-index: 1;
  padding: 7px 26px;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form .form-actions button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  backdrop-filter: blur(10px);
  background: linear-gradient(31deg, #9b6427 0%, #ac7d23 50%, #e9ab4d 100%);
  z-index: -1;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form .form-actions button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  backdrop-filter: blur(10px);
  background: linear-gradient(31deg, #e9ab4d 0%, #ac7d23 50%, #9b6427 100%);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form .form-actions button:hover {
  border-color: #ac7d23;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form .form-actions button:hover::after {
  opacity: 1;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form .form-actions button:active {
  background-color: #315111;
}
.body-node--823 .node--type-review.node--view-mode-full section.field--name-field-reviews .review-add form#comment-form .form-actions button#edit-preview {
  display: none;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-full {
  font-family: "Manrope", sans-serif;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-full #vpa-full-wrapper {
  max-width: 1250px;
  left: auto;
  padding: 12px 13px 16px 14px;
  bottom: 31px;
}
@media (min-width: 576px) {
  #block-vesta-theme-vestaprivacyaccessblock .vpa-full #vpa-full-wrapper {
    padding: 24px 24px 24px 24px;
  }
}
@media (min-width: 992px) {
  #block-vesta-theme-vestaprivacyaccessblock .vpa-full #vpa-full-wrapper {
    padding: 40px 40px 40px 40px;
  }
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-full #vpa-full-wrapper .vpa-content p {
  font-weight: 400;
  font-size: 15px;
  color: #000;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #block-vesta-theme-vestaprivacyaccessblock .vpa-full #vpa-full-wrapper .vpa-content p {
    font-size: 16px;
  }
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-full #vpa-full-wrapper .vpa-content p a {
  text-decoration: none;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-full #vpa-full-wrapper .vpa-content p a:hover {
  text-decoration: underline;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-full #vpa-full-wrapper .vpa-actions {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
@media (min-width: 576px) {
  #block-vesta-theme-vestaprivacyaccessblock .vpa-full #vpa-full-wrapper .vpa-actions {
    gap: 30.5px;
  }
}
@media (min-width: 992px) {
  #block-vesta-theme-vestaprivacyaccessblock .vpa-full #vpa-full-wrapper .vpa-actions {
    margin-top: 39px;
  }
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-full #vpa-full-wrapper .vpa-actions button {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  padding: 11px 25px 11px 25px;
  border: 2px solid #000;
  background: #161617;
  border-radius: 0;
}
@media (min-width: 576px) {
  #block-vesta-theme-vestaprivacyaccessblock .vpa-full #vpa-full-wrapper .vpa-actions button {
    padding: 11px 39px 11px 39px;
  }
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-full #vpa-full-wrapper .vpa-actions button:hover {
  background: transparent;
  color: black;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-full #vpa-full-wrapper .vpa-actions button::before,
#block-vesta-theme-vestaprivacyaccessblock .vpa-full #vpa-full-wrapper .vpa-actions button::after {
  display: none;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-full #vpa-full-wrapper .vpa-actions button#vpa-btn-no {
  color: #000;
  background: transparent;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-full #vpa-full-wrapper .vpa-actions button#vpa-btn-no:hover {
  background: #161617;
  color: white;
}
#footer {
  position: relative;
  background: #0b1316;
  padding-top: 20px;
}
#footer .fon-text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  padding: 0 28px;
}
#footer .fon-text img {
  width: 100%;
}
#footer > .container {
  position: relative;
}
#footer .footer-inner {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr;
  gap: 0 50px;
  margin-bottom: 79px;
}
@media (min-width: 576px) {
  #footer .footer-inner {
    grid-template-columns: auto auto;
  }
}
@media (min-width: 768px) {
  #footer .footer-inner {
    grid-template-columns: auto auto auto;
    gap: 0 62px;
  }
}
@media (min-width: 992px) {
  #footer .footer-inner {
    margin-bottom: 120px;
    grid-template-columns: auto auto auto auto;
  }
}
@media (min-width: 1200px) {
  #footer .footer-inner {
    margin-bottom: 179px;
  }
}
#footer .footer-inner .logo {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-bottom: 20px;
}
#footer .footer-inner .logo a {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}
#footer .footer-inner .logo a span {
  display: inline-block;
  max-width: 88px;
  font-weight: 700;
  font-size: 16px;
  line-height: 0.9375;
  background: linear-gradient(31deg, #9b6427 0%, #ac7d23 50%, #e9ab4d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  backdrop-filter: blur(10px);
}
#footer .footer-inner .logo a img {
  max-width: 75px;
}
#footer .footer-inner .navig {
  grid-row: 3/4;
  margin-top: 20px;
}
@media (min-width: 576px) {
  #footer .footer-inner .navig {
    grid-row: 1/3;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  #footer .footer-inner .navig {
    margin-right: 28px;
  }
}
#footer .footer-inner .navig nav#block-vesta-theme-osnovnayanavigaciya-4 #block-vesta-theme-osnovnayanavigaciya-4-menu {
  font-weight: 600;
  font-size: 16px;
  color: #a6a6a6;
  backdrop-filter: blur(10px);
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  #footer .footer-inner .navig nav#block-vesta-theme-osnovnayanavigaciya-4 #block-vesta-theme-osnovnayanavigaciya-4-menu {
    margin-bottom: 15px;
  }
}
#footer .footer-inner .navig nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav {
  display: flex;
  flex-direction: column;
}
#footer .footer-inner .navig nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li {
  margin-bottom: 5px;
}
#footer .footer-inner .navig nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  backdrop-filter: blur(10px);
  padding: 0;
  transition: all 0.3s;
  text-decoration: none;
}
#footer .footer-inner .navig nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li a:hover {
  color: #ffb700;
}
#footer .footer-inner .navig nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li.dropdown ul.dropdown-menu {
  border-radius: 0;
  padding: 8px;
}
#footer .footer-inner .navig nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li.dropdown ul.dropdown-menu li a {
  color: black;
}
#footer .footer-inner .navig nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li .dropdown-item.active {
  background-color: transparent;
  text-decoration: underline;
}
#footer .footer-inner .navig nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li:last-child {
  margin-bottom: 0;
}
#footer .footer-inner .buyers {
  grid-row: 4/5;
  grid-column: 1/2;
  margin-top: 15px;
}
@media (min-width: 576px) {
  #footer .footer-inner .buyers {
    grid-row: 3/4;
    grid-column: 2/3;
  }
}
@media (min-width: 768px) {
  #footer .footer-inner .buyers {
    grid-row: 1/3;
    grid-column: auto;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  #footer .footer-inner .buyers {
    margin-right: 28px;
  }
}
#footer .footer-inner .buyers nav#block-vesta-theme-podval #block-vesta-theme-podval-menu {
  font-weight: 600;
  font-size: 16px;
  color: #a6a6a6;
  backdrop-filter: blur(10px);
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  #footer .footer-inner .buyers nav#block-vesta-theme-podval #block-vesta-theme-podval-menu {
    margin-bottom: 15px;
  }
}
#footer .footer-inner .buyers nav#block-vesta-theme-podval ul.nav {
  display: flex;
  flex-direction: column;
}
#footer .footer-inner .buyers nav#block-vesta-theme-podval ul.nav li {
  margin-bottom: 5px;
}
#footer .footer-inner .buyers nav#block-vesta-theme-podval ul.nav li a {
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  backdrop-filter: blur(10px);
  transition: all 0.3s;
  text-decoration: none;
}
#footer .footer-inner .buyers nav#block-vesta-theme-podval ul.nav li a:hover {
  color: #ffb700;
}
#footer .footer-inner .contact {
  grid-row: 5/6;
  margin-top: 15px;
}
@media (min-width: 576px) {
  #footer .footer-inner .contact {
    grid-row: 3/4;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  #footer .footer-inner .contact {
    grid-row: 1/3;
  }
}
#footer .footer-inner .contact label {
  font-weight: 600;
  font-size: 16px;
  color: #a6a6a6;
  backdrop-filter: blur(10px);
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  #footer .footer-inner .contact label {
    margin-bottom: 15px;
  }
}
#footer .footer-inner .contact .box {
  display: flex;
  flex-direction: column;
}
#footer .footer-inner .contact .box a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  backdrop-filter: blur(10px);
  margin-bottom: 5px;
  transition: all 0.3s;
  text-decoration: none;
}
#footer .footer-inner .contact .box a:hover {
  color: #ffb700;
}
#footer .footer-inner .contact .soc {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}
#footer .footer-inner .contact .soc a {
  display: flex;
  width: 38px;
  height: 38px;
}
#footer .footer-inner .contact .soc a svg {
  width: 100%;
  height: 100%;
}
#footer .footer-inner .contact .soc a svg rect {
  transition: all 0.3s;
}
#footer .footer-inner .contact .soc a:hover svg rect {
  fill: #ebb654;
}
#footer .footer-inner .original {
  grid-column: 1/2;
  grid-row: 2/3;
  font-weight: 400;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Inter Tight", sans-serif;
}
#footer .row-copiryght {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 21px 0 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  #footer .row-copiryght {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  #footer .row-copiryght {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  #footer .row-copiryght {
    display: flex;
    align-items: inherit;
    flex-direction: row;
  }
}
#footer .row-copiryght a,
#footer .row-copiryght p {
  font-weight: 400;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
  text-decoration: none;
}
#footer .row-copiryght a {
  transition: all 0.3s;
}
#footer .row-copiryght a:hover {
  color: #ffb700;
}
#footer .row-copiryght a.offer {
  justify-self: end;
}
#footer .row-copiryght a.webvesta {
  grid-column: 1/4;
  justify-self: center;
  margin-top: 4px;
  text-align: center;
}
@media (min-width: 768px) {
  #footer .row-copiryght a.webvesta {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  #footer .row-copiryght a.webvesta {
    margin-top: 0;
  }
}
#footer .row-copiryght a.webvesta span {
  white-space: nowrap;
}
#footer .row-copiryght p.copyright {
  justify-self: center;
}
body.body-node--800 #block-vesta-theme-bloknastranicekontakty .field--name-body a {
  text-decoration: none;
}
body.body-node--800 #block-vesta-theme-bloknastranicekontakty .field--name-body a:hover {
  color: #ffb700;
}
body.body-node--800 #block-vesta-theme-bloknastranicekontakty .field--name-body .soc {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}
body.body-node--800 #block-vesta-theme-bloknastranicekontakty .field--name-body .soc a {
  display: flex;
  width: 38px;
  height: 38px;
}
body.body-node--800 #block-vesta-theme-bloknastranicekontakty .field--name-body .soc a svg {
  width: 100%;
  height: 100%;
}
body.body-node--800 #block-vesta-theme-bloknastranicekontakty .field--name-body .soc a svg rect {
  transition: all 0.3s;
}
body.body-node--800 #block-vesta-theme-bloknastranicekontakty .field--name-body .soc a:hover svg rect {
  fill: #ebb654;
}
.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-edit-quantity .form-type-number .rating {
  display: none;
}
.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: transparent;
  border: 1px solid transparent;
}
.view-commerce-cart-form.view-id-commerce_cart_form.view-display-id-default table tbody td.views-field.views-field-remove-button button::after,
.view-commerce-cart-form.view-id-commerce_cart_form.view-display-id-default table tbody td.views-field.views-field-remove-button button::before {
  display: none;
}
.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%);
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/remove.png");
  opacity: 1;
}
.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: white;
}
.view-commerce-cart-form.view-id-commerce_cart_form.view-display-id-default table tbody td.views-field.views-field-remove-button .ajax-progress.ajax-progress-throbber {
  display: none !important;
}
.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 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.svg");
  background-size: contain;
}
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.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: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-image: url("/sites/all/themes/vesta_theme/image/check.svg");
  background-size: contain;
}
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: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-image: url("/sites/all/themes/vesta_theme/image/check.svg");
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  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.svg");
}
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 {
  position: absolute;
  color: transparent;
  width: 20px;
  height: 20px;
  outline: 1px solid red;
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy input.valid + .form-item--error-message {
  width: 20px;
  height: 20px;
  background-image: url("/sites/all/themes/vesta_theme/image/checked.svg");
  background-size: contain;
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy input.valid + .form-item--error-message + .checkbox-custom {
  display: none;
}
.ui-dialog {
  border-radius: 20px !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: 20px 20px 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 .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 {
  position: relative;
  display: inline-block;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 0px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  z-index: 1;
  padding: 10px 13.9px 10px 13.9px;
  border: 1px solid black;
}
.ui-dialog .ui-dialog-buttonpane .form-actions button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  backdrop-filter: blur(10px);
  background: linear-gradient(31deg, #9b6427 0%, #ac7d23 50%, #e9ab4d 100%);
  z-index: -1;
}
.ui-dialog .ui-dialog-buttonpane .form-actions button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  backdrop-filter: blur(10px);
  background: linear-gradient(31deg, #e9ab4d 0%, #ac7d23 50%, #9b6427 100%);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
.ui-dialog .ui-dialog-buttonpane .form-actions button:hover {
  border-color: #ac7d23;
}
.ui-dialog .ui-dialog-buttonpane .form-actions button:hover::after {
  opacity: 1;
}
.ui-dialog .ui-dialog-buttonpane .form-actions button:active {
  background-color: #315111;
}
.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-telefon {
  margin-bottom: 10px;
}
.modal-content .modal-body form .form-item-name input,
.modal-content .modal-body form .form-item-telefon input {
  font-weight: 700;
  font-size: 16px;
  color: #1e1e1e;
  padding: 14px 20px 14px 20px;
  border: 2px solid #1e1e1e;
  border-radius: 0px;
  margin: 0;
}
.modal-content .modal-body form .form-item-name input:focus,
.modal-content .modal-body form .form-item-telefon input:focus {
  box-shadow: 0 0 0 0.25rem rgba(253, 201, 13, 0.25);
}
.modal-content .modal-body form .form-item-message textarea {
  font-weight: 700;
  font-size: 16px;
  color: #1e1e1e;
  padding: 18px 20px 20px 20px;
  border: 2px solid #1e1e1e;
  border-radius: 20px;
}
.modal-content .modal-body form .form-item-privacy {
  align-self: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
@media (min-width: 576px) {
  .modal-content .modal-body form .form-item-privacy {
    gap: 10px;
  }
}
.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: 24px;
  height: 24px;
  background-image: url("/sites/all/themes/vesta_theme/image/check-black.svg");
}
.modal-content .modal-body form .form-item-privacy input {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
  width: 24px;
  height: 24px;
  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-item-privacy .description a:hover {
  color: #d48428;
}
.modal-content .modal-body form .form-actions {
  grid-column: 1/3;
  text-align: center;
}
.modal-content .modal-body form .form-actions button {
  position: relative;
  display: inline-block;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 0px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  z-index: 1;
}
.modal-content .modal-body form .form-actions button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  backdrop-filter: blur(10px);
  background: linear-gradient(31deg, #9b6427 0%, #ac7d23 50%, #e9ab4d 100%);
  z-index: -1;
}
.modal-content .modal-body form .form-actions button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  backdrop-filter: blur(10px);
  background: linear-gradient(31deg, #e9ab4d 0%, #ac7d23 50%, #9b6427 100%);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
.modal-content .modal-body form .form-actions button:hover {
  border-color: #ac7d23;
}
.modal-content .modal-body form .form-actions button:hover::after {
  opacity: 1;
}
.modal-content .modal-body form .form-actions button:active {
  background-color: #315111;
}
.modal-content .modal-footer button {
  width: 100%;
}
/* &:focus-visible {
              background-color: green;
              border-color: green;
            }
            &.active {
              background-color: green;
              border-color: green;
            }*/
.ajax-progress.ajax-progress-throbber {
  display: none !important;
}
#block-vesta-theme-content form.search-api-page-block-form-search {
  display: flex;
  gap: 5px;
}
#block-vesta-theme-content form.search-api-page-block-form-search .form-type-search {
  height: 100%;
}
#block-vesta-theme-content form.search-api-page-block-form-search .form-type-search > input {
  height: auto;
  border-radius: 0;
}
#block-vesta-theme-content form.search-api-page-block-form-search .form-type-search > input:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 186, 4, 0.5);
  border-color: transparent;
}
#block-vesta-theme-content form.search-api-page-block-form-search .form-actions {
  height: 100%;
}
#block-vesta-theme-content form.search-api-page-block-form-search .form-actions button {
  border-color: #ac7d23;
}
#offcanvasNav {
  background: black;
}
#offcanvasNav .offcanvas-header {
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
}
#offcanvasNav .offcanvas-header .logo {
  display: none;
}
#offcanvasNav .offcanvas-header .logo a img {
  max-width: 130px;
}
#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='%23fff'%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");
}
#offcanvasNav .offcanvas-body {
  margin-top: 15px;
}
#offcanvasNav .offcanvas-body .region-search {
  margin-bottom: 25px;
}
#offcanvasNav .offcanvas-body .region-search form {
  display: flex;
  align-items: center;
  gap: 10px;
}
#offcanvasNav .offcanvas-body .region-search form .form-type-search input {
  border-radius: 0;
}
#offcanvasNav .offcanvas-body .region-search form .form-actions button {
  border: 1px solid #fff 0;
}
#offcanvasNav .offcanvas-body .region-navigation {
  margin-bottom: 25px;
}
#offcanvasNav .offcanvas-body .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 {
  color: white;
}
#offcanvasNav .offcanvas-body .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 #block-vesta-theme-osnovnayanavigaciya-4-menu {
  font-weight: 600;
  font-size: 16px;
  color: #a6a6a6;
  backdrop-filter: blur(10px);
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  #offcanvasNav .offcanvas-body .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 #block-vesta-theme-osnovnayanavigaciya-4-menu {
    margin-bottom: 15px;
  }
}
#offcanvasNav .offcanvas-body .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 > ul li a {
  color: white;
  padding: 0;
}
@media (min-width: 576px) {
  #offcanvasNav .offcanvas-body .contact {
    margin-top: 0;
  }
}
#offcanvasNav .offcanvas-body .contact label {
  font-weight: 600;
  font-size: 16px;
  color: #a6a6a6;
  backdrop-filter: blur(10px);
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  #offcanvasNav .offcanvas-body .contact label {
    margin-bottom: 15px;
  }
}
#offcanvasNav .offcanvas-body .contact .box {
  display: flex;
  flex-direction: column;
}
#offcanvasNav .offcanvas-body .contact .box a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  backdrop-filter: blur(10px);
  margin-bottom: 5px;
  transition: all 0.3s;
  text-decoration: none;
}
#offcanvasNav .offcanvas-body .contact .box a:hover {
  color: #ffb700;
}
#offcanvasNav .offcanvas-body .contact .box p {
  color: white;
}
#offcanvasNav .offcanvas-body .contact .soc {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}
#offcanvasNav .offcanvas-body .contact .soc a {
  display: flex;
  width: 38px;
  height: 38px;
}
#offcanvasNav .offcanvas-body .contact .soc a svg {
  width: 100%;
  height: 100%;
}
#offcanvasNav .offcanvas-body .contact .soc a svg rect {
  transition: all 0.3s;
}
#offcanvasNav .offcanvas-body .contact .soc a:hover svg rect {
  fill: #ebb654;
}
.product-view-full > .field--name-field-harakteristiki {
  display: none;
}
.product-view-full .product-teaser {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  gap: 15px;
}
@media (min-width: 992px) {
  .product-view-full .product-teaser {
    flex-direction: row;
    margin-bottom: 0;
  }
}
.product-view-full .product-teaser-image .slider-big {
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .product-view-full .product-teaser-image .slider-big {
    margin-bottom: 40px;
  }
}
.product-view-full .product-teaser-image .slider-big .slick-track {
  display: flex;
}
.product-view-full .product-teaser-image .slider-big .slick-track .slick-slide {
  height: auto;
}
.product-view-full .product-teaser-image .slider-big .field__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.product-view-full .product-teaser-image .slider-big .field__item a::before {
  background: white;
  z-index: -1;
}
.product-view-full .product-teaser-image .slider-big .field__item a img {
  max-width: 100%;
  max-height: 378px;
  object-fit: cover;
  border-radius: 0px;
}
@media (min-width: 576px) {
  .product-view-full .product-teaser-image .slider-big .field__item a img {
    /* width: 500px;
            height: 500px!important;
            border: 1px solid red;*/
    max-width: 350px;
    max-height: 350px;
    min-width: auto;
    min-height: auto;
  }
}
.product-view-full .product-teaser-image .slider-big .slick-prev {
  left: 12px;
}
.product-view-full .product-teaser-image .slider-big .slick-next {
  right: 12px;
}
.product-view-full .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav {
  color: transparent;
}
.product-view-full .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav.stop-transform .slick-list .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}
.product-view-full .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav .slick-list {
  margin: 0 -6.5px;
}
.product-view-full .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav .slick-list .slick-track {
  margin-left: 0;
  display: flex;
}
.product-view-full .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav .slick-list .slick-track .slick-slide {
  height: auto;
}
.product-view-full .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav .slick-list .slick-track img {
  cursor: pointer;
  width: 74px;
  height: 50px;
  object-fit: cover;
  opacity: 0.82;
  border-radius: 0px;
  margin: 0 6.5px;
  transition: all 0.3s;
}
@media (min-width: 576px) {
  .product-view-full .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav .slick-list .slick-track img {
    width: 89px;
    height: 58px;
  }
}
.product-view-full .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav .slick-list .slick-track img.slick-current {
  opacity: 1;
}
.product-view-full .product-teaser-info h1 {
  margin-bottom: 20px;
}
.product-view-full .product-teaser-info .field--name-body {
  margin-bottom: 25px;
  font-size: 18px;
}
.product-view-full .product-teaser-info .field--name-price {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .product-view-full .product-teaser-info .field--name-price {
    flex-direction: row;
    margin-bottom: 0;
    margin-bottom: 50px;
  }
}
.product-view-full .product-teaser-info .field--name-variations form .field--name-quantity {
  display: none;
}
.product-view-full > .field--name-field-image-product-view,
.product-view-full > .field--name-dynamic-token-fieldcommerce-product-product-image-nav {
  display: none;
}
