@font-face {
  font-family: "Involve";
  src: url("/sites/all/themes/vesta_theme/fonts/Involve-Regular.woff2") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Involve";
  src: url("/sites/all/themes/vesta_theme/fonts/Involve-Medium.woff2") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Involve";
  src: url("/sites/all/themes/vesta_theme/fonts/Involve-SemiBold.woff2") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Involve";
  src: url("/sites/all/themes/vesta_theme/fonts/Involve-Bold.woff2") format("truetype");
  font-style: normal;
  font-weight: 700;
}
html {
  font-family: Involve;
}
body {
  line-height: inherit;
  color: inherit;
  font-family: inherit;
}
:root {
  --bs-body-line-height: 1.2;
  --bs-body-font-size: 16px;
}
.btn {
  display: inline-block;
  background: #76b835;
  border-color: #76b835;
  border-radius: 10px;
}
.btn:hover {
  background: #477817;
  border-color: #477817;
}
.btn:active {
  background-color: #315111;
}
.btn:first-child:active {
  background-color: #315111;
  border-color: #315111;
}
.title {
  display: inline-block;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .title {
    font-size: 33px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .title {
    font-size: 40px;
  }
}
.title::after {
  content: "";
  display: none;
  position: relative;
  width: 63px;
  height: 39px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/decor.jpg");
  margin-left: 20px;
}
@media (min-width: 768px) {
  .title::after {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .title::after {
    width: 73px;
    height: 49px;
  }
}
.mb100 {
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  .mb100 {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .mb100 {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .mb100 {
    margin-bottom: 100px;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #116314;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 253, 69, 0.25);
}
@media screen and (max-width: 991px) {
  #app {
    padding-top: 65px!important;
  }
}
#block-vesta-theme-strokanavigacii {
  display: none;
}
#app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#app main {
  flex-grow: 1;
}
.ajax-progress.ajax-progress-throbber {
  display: none !important;
}
#scrollToTop {
  width: 48px;
  height: 48px;
  background: none;
  text-indent: 0;
  font-size: 0;
  border: 0px;
  outline: 0px;
  display: flex;
  bottom: 20px;
  cursor: pointer;
  position: fixed;
  right: 15px;
  z-index: 10;
  transition: 0.2s;
  padding: 0;
}
@media (min-width: 576px) {
  #scrollToTop {
    right: 75px;
    bottom: 120px;
  }
}
.tr {
  transition: all 0.4s ease;
}
img:not(.image-style-gallery, .pswp__img) {
  max-width: 100%;
  height: auto !important;
}
.field[data-blazy] {
  min-width: initial;
}
table img {
  max-width: initial;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
a {
  color: var(--color);
  transition: all 0.4s ease;
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1200px;
  }
}
p:last-child {
  margin-bottom: 0 !important;
}
body {
  padding-top: 0 !important;
  color: var(--color2);
}
#app {
  overflow: hidden;
}
.toolbar-fixed #app {
  margin-top: var(--drupal-displace-offset-top);
}
@media screen and (max-width: 991px) {
  #app {
    padding-top: 55px;
  }
}
header#header .header-top {
  padding: 15px 0;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  header#header .header-top {
    margin-bottom: 55px;
  }
}
header#header .header-top .header-inner {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  align-items: center;
  gap: 10px;
}
header#header .header-top .header-inner .logo {
  grid-row: 1/3;
}
header#header .header-top .header-inner .geo,
header#header .header-top .header-inner .clock,
header#header .header-top .header-inner .tel,
header#header .header-top .header-inner .mail {
  display: flex;
  gap: 12px;
  font-weight: 400;
  font-size: 15px;
  color: #828282;
  text-decoration: none;
}
header#header .header-top .header-inner .geo::before,
header#header .header-top .header-inner .clock::before,
header#header .header-top .header-inner .tel::before,
header#header .header-top .header-inner .mail::before {
  content: "";
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/geo.svg");
}
header#header .header-top .header-inner .col-contacts {
  display: grid;
  grid-template-columns: 100%;
  gap: 6px 0;
}
@media (min-width: 1200px) {
  header#header .header-top .header-inner .col-contacts {
    grid-template-columns: auto auto;
  }
}
header#header .header-top .header-inner .col-contacts a:hover {
  text-decoration: underline;
}
header#header .header-top .header-inner .col-contacts .clock {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  header#header .header-top .header-inner .col-contacts .clock {
    grid-row: 1/3;
  }
}
header#header .header-top .header-inner .col-contacts .clock::before {
  background-image: url("/sites/all/themes/vesta_theme/image/clock.svg");
}
header#header .header-top .header-inner .col-contacts .tel:hover {
  text-decoration: underline;
}
header#header .header-top .header-inner .col-contacts .tel::before {
  background-image: url("/sites/all/themes/vesta_theme/image/tel.svg");
}
header#header .header-top .header-inner .col-contacts .mail:hover {
  text-decoration: underline;
}
header#header .header-top .header-inner .soc {
  display: flex;
  gap: 10px;
  width: fit-content;
}
header#header .header-top .header-inner .soc a {
  position: relative;
  display: flex;
  width: 46px;
  height: 45px;
}
header#header .header-top .header-inner .soc a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f1f1f1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  transition: all 0.3s;
}
header#header .header-top .header-inner .soc a:hover::before {
  background: #e1dede;
}
header#header .header-top .header-inner .soc a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
}
header#header .header-top .header-inner .soc .whatsapp svg {
  width: 28px;
  height: 27px;
}
header#header .header-top .header-inner .col-callback .field--name-body a {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  border-radius: 10px;
  padding: 10px 32px 10.1px 31px;
  background: #76b835;
  border-color: #76b835;
  transition: all 0.3s;
}
header#header .header-top .header-inner .col-callback .field--name-body a:hover {
  background: #477817;
}
header#header .header-top .header-inner .header-bottom {
  grid-column: 2/6;
  grid-row: 2/3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border-top: 1px solid #cbcbcb;
  padding: 18px 0;
}
header#header .header-top .header-inner .header-bottom nav#block-vesta-theme-osnovnayanavigaciya-4 {
  color: #000;
}
@media (min-width: 1200px) {
  header#header .header-top .header-inner .header-bottom nav#block-vesta-theme-osnovnayanavigaciya-4 {
    margin-left: 30px;
  }
}
header#header .header-top .header-inner .header-bottom nav#block-vesta-theme-osnovnayanavigaciya-4 > ul {
  display: flex;
  gap: 0 20px;
}
@media (min-width: 1200px) {
  header#header .header-top .header-inner .header-bottom nav#block-vesta-theme-osnovnayanavigaciya-4 > ul {
    gap: 0 40px;
  }
}
header#header .header-top .header-inner .header-bottom nav#block-vesta-theme-osnovnayanavigaciya-4 > ul li a {
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
  padding: 0;
}
header#header .header-top .header-inner .header-bottom nav#block-vesta-theme-osnovnayanavigaciya-4 > ul li a:hover {
  text-decoration: underline;
}
header#header .header-top .header-inner .header-bottom .col-search form {
  display: flex;
  flex-direction: row-reverse;
}
header#header .header-top .header-inner .header-bottom .col-search form .form-type-search .form-control {
  min-width: 52px;
  border: 1px solid transparent;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  padding: 2px 12px 2px 6px;
  max-width: 92px;
}
header#header .header-top .header-inner .header-bottom .col-search form .form-type-search .form-control::placeholder {
  font-weight: 400;
  font-size: 15px;
  color: #828282;
}
header#header .header-top .header-inner .header-bottom .col-search form .form-type-search .form-control:focus {
  box-shadow: none;
}
header#header .header-top .header-inner .header-bottom .col-search form .form-actions button {
  position: relative;
  width: 25px;
  height: 25px;
  padding: 6px;
  background: none;
  color: transparent;
  border-color: transparent;
  transition: all 0.3s;
  will-change: transform;
}
header#header .header-top .header-inner .header-bottom .col-search form .form-actions button:hover {
  transform: scale(1.1);
}
header#header .header-top .header-inner .header-bottom .col-search form .form-actions button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/sites/all/themes/vesta_theme/image/search.svg);
  display: block;
  width: 13px;
  height: 13px;
}
#header-mob {
  border-bottom: 1px solid #cbcbcb;
  background: #fff;
}
#header-mob .col-logo {
  max-height: 45px;
}
#header-mob .col-logo a {
  display: flex;
}
#header-mob .col-logo a img {
  max-height: 45px;
  width: auto;
}
#header-mob .geo,
#header-mob .clock,
#header-mob .tel,
#header-mob .mail {
  display: flex;
  gap: 12px;
  font-weight: 400;
  font-size: 13px;
  color: #828282;
  text-decoration: none;
}
#header-mob .geo::before,
#header-mob .clock::before,
#header-mob .tel::before,
#header-mob .mail::before {
  content: "";
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/geo.svg");
}
#header-mob .clock {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  #header-mob .clock {
    grid-row: 1/3;
  }
}
#header-mob .clock::before {
  background-image: url("/sites/all/themes/vesta_theme/image/clock.svg");
}
#header-mob .tel:hover {
  text-decoration: underline;
}
#header-mob .tel::before {
  background-image: url("/sites/all/themes/vesta_theme/image/tel.svg");
}
#header-mob .mail:hover {
  text-decoration: underline;
}
#header-mob .geo {
  display: none;
}
@media (min-width: 768px) {
  #header-mob .geo {
    display: flex;
  }
}
#header-mob .soc {
  display: none;
}
@media (min-width: 576px) {
  #header-mob .soc {
    display: flex;
    gap: 10px;
    width: fit-content;
  }
}
#header-mob .soc a {
  position: relative;
  display: flex;
  width: 46px;
  height: 45px;
}
#header-mob .soc a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f1f1f1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  transition: all 0.3s;
}
#header-mob .soc a:hover::before {
  background: #e1dede;
}
#header-mob .soc a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
}
#header-mob .soc .whatsapp svg {
  width: 28px;
  height: 27px;
}
h1.front-h1 {
  margin-bottom: 20px;
}
h1.front-h1 p {
  font-weight: 400;
  font-size: 25px;
  text-transform: uppercase;
  color: #4e4e4e;
  margin-bottom: 0;
  line-height: 1.32;
}
@media (min-width: 768px) {
  h1.front-h1 p {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  h1.front-h1 p {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  h1.front-h1 p {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  h1.front-h1 p:first-child {
    margin-bottom: 10px;
  }
}
h1.front-h1 p strong {
  color: #9f9f9f;
  margin-left: 0px;
  font-weight: 400;
}
@media (min-width: 576px) {
  h1.front-h1 p strong {
    margin-left: 200px;
  }
}
#slider-block {
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  #slider-block {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  #slider-block {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  #slider-block {
    margin-bottom: 100px;
  }
}
#slider-block #block-vesta-theme-views-block-slayder-block-1 .view-slayder .views-row .node--type-slide > .contextual {
  right: 50px;
}
#slider-block #block-vesta-theme-views-block-slayder-block-1 .view-slayder .views-row .node--type-slide .field--name-field-image {
  position: relative;
}
#slider-block #block-vesta-theme-views-block-slayder-block-1 .view-slayder .views-row .node--type-slide .field--name-field-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  display: block;
  opacity: 0.5;
  border-radius: 10px;
}
#slider-block #block-vesta-theme-views-block-slayder-block-1 .view-slayder .views-row .node--type-slide .field--name-field-image img {
  border-radius: 10px;
  min-height: 200px;
  object-fit: cover;
}
#slider-block #block-vesta-theme-views-block-slayder-block-1 .view-slayder .views-row .node--type-slide .content {
  top: 50%;
  transform: translate(0, -50%);
  left: 25px;
  right: 5px;
  max-width: 808px;
}
@media (min-width: 768px) {
  #slider-block #block-vesta-theme-views-block-slayder-block-1 .view-slayder .views-row .node--type-slide .content {
    left: 90px;
  }
}
#slider-block #block-vesta-theme-views-block-slayder-block-1 .view-slayder .views-row .node--type-slide .content .field--name-body {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
@media (min-width: 576px) {
  #slider-block #block-vesta-theme-views-block-slayder-block-1 .view-slayder .views-row .node--type-slide .content .field--name-body {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  #slider-block #block-vesta-theme-views-block-slayder-block-1 .view-slayder .views-row .node--type-slide .content .field--name-body {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  #slider-block #block-vesta-theme-views-block-slayder-block-1 .view-slayder .views-row .node--type-slide .content .field--name-body {
    font-size: 30px;
  }
}
#slider-block #block-vesta-theme-views-block-slayder-block-1 .view-slayder .views-row .node--type-slide .content .field--name-body strong {
  font-weight: 600;
}
#slider-block #block-vesta-theme-views-block-slayder-block-1 .view-slayder .views-row .node--type-slide .content .field--name-field-slide-link {
  margin-top: 20px;
}
@media (min-width: 576px) {
  #slider-block #block-vesta-theme-views-block-slayder-block-1 .view-slayder .views-row .node--type-slide .content .field--name-field-slide-link {
    margin-top: 30px;
  }
}
#slider-block #block-vesta-theme-views-block-slayder-block-1 .view-slayder .views-row .node--type-slide .content .field--name-field-slide-link a {
  display: inline-block;
  background: #76b835;
  border-color: #76b835;
  border-radius: 10px;
  text-decoration: none;
  padding: 10px 31px 11px 31px;
}
#slider-block #block-vesta-theme-views-block-slayder-block-1 .view-slayder .views-row .node--type-slide .content .field--name-field-slide-link a:hover {
  background: #477817;
  border-color: #477817;
}
#slider-block #block-vesta-theme-views-block-slayder-block-1 .view-slayder .views-row .node--type-slide .content .field--name-field-slide-link a:active {
  background-color: #315111;
}
#stock-block {
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  #stock-block {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  #stock-block {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  #stock-block {
    margin-bottom: 100px;
  }
}
#stock-block .block-title {
  display: inline-block;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #stock-block .block-title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  #stock-block .block-title {
    font-size: 33px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  #stock-block .block-title {
    font-size: 40px;
  }
}
#stock-block .block-title::after {
  content: "";
  display: none;
  position: relative;
  width: 63px;
  height: 39px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/decor.jpg");
  margin-left: 20px;
}
@media (min-width: 768px) {
  #stock-block .block-title::after {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  #stock-block .block-title::after {
    width: 73px;
    height: 49px;
  }
}
#stock-block .view-stock {
  position: relative;
}
#stock-block .view-stock .view-content {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  margin: 0 -8px;
}
@media (min-width: 992px) {
  #stock-block .view-stock .view-content {
    margin: 0 -15px;
  }
}
#stock-block .view-stock .view-content .views-row {
  flex: 0 0 50%;
  padding: 0 8px;
  display: flex;
}
@media (min-width: 768px) {
  #stock-block .view-stock .view-content .views-row {
    flex: 0 0 36%;
  }
}
@media (min-width: 992px) {
  #stock-block .view-stock .view-content .views-row {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  #stock-block .view-stock .view-content .views-row {
    flex: 0 0 25%;
  }
}
#stock-block .view-stock .view-content .views-row .node--type-stock {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  backdrop-filter: blur(20px);
  padding: 15px;
  overflow: hidden;
}
@media (min-width: 576px) {
  #stock-block .view-stock .view-content .views-row .node--type-stock {
    padding: 25px;
  }
}
#stock-block .view-stock .view-content .views-row .node--type-stock::before {
  content: "";
  display: block;
  position: relative;
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/health.svg");
}
@media (min-width: 992px) {
  #stock-block .view-stock .view-content .views-row .node--type-stock::before {
    margin-bottom: 23px;
  }
}
#stock-block .view-stock .view-content .views-row .node--type-stock .field--name-node-title h2 {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  #stock-block .view-stock .view-content .views-row .node--type-stock .field--name-node-title h2 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  #stock-block .view-stock .view-content .views-row .node--type-stock .field--name-node-title h2 {
    font-size: 23px;
  }
}
#stock-block .view-stock .view-content .views-row .node--type-stock .field--name-node-title h2 a {
  color: inherit;
  text-decoration: none;
}
#stock-block .view-stock .view-content .views-row .node--type-stock .field--name-node-link a {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #48860a;
  transition: all 0.3s;
  will-change: transform;
}
#stock-block .view-stock .view-content .views-row .node--type-stock .field--name-node-link a:hover {
  transform: scale(1.1);
}
#stock-block .view-stock .view-content .views-row .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock .first,
#stock-block .view-stock .view-content .views-row .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock .second,
#stock-block .view-stock .view-content .views-row .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock .third,
#stock-block .view-stock .view-content .views-row .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock .fourth {
  display: none;
}
#stock-block .view-stock .view-content .views-row .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.point1 {
  position: absolute;
  bottom: 23px;
  left: -26px;
  width: 88px;
  height: 88px;
}
#stock-block .view-stock .view-content .views-row .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.point1 circle {
  fill: #76b835;
}
#stock-block .view-stock .view-content .views-row .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.point2 {
  position: absolute;
  top: -15px;
  right: -9px;
  width: 88px;
  height: 88px;
}
#stock-block .view-stock .view-content .views-row .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.point2 circle {
  fill: #76b835;
}
#stock-block .view-stock .view-content .views-row .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.point3 {
  display: none;
  /*  position: absolute;
              right: 81px;
             bottom: -38px;
              width: 88px;
              height: 88px;
              z-index: 1;
              circle{
                fill: #76B835;
              }*/
}
#stock-block .view-stock .view-content .views-row:first-child {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  #stock-block .view-stock .view-content .views-row:first-child {
    flex: 0 0 64%;
  }
}
@media (min-width: 1200px) {
  #stock-block .view-stock .view-content .views-row:first-child {
    flex: 0 0 50%;
  }
}
#stock-block .view-stock .view-content .views-row:first-child .node--type-stock {
  position: relative;
  display: grid;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 16px;
}
@media (min-width: 576px) {
  #stock-block .view-stock .view-content .views-row:first-child .node--type-stock {
    grid-template-columns: auto auto;
    grid-template-rows: 1fr 1fr;
  }
}
#stock-block .view-stock .view-content .views-row:first-child .node--type-stock::before {
  content: "";
  display: block;
  position: relative;
  width: 200px;
  height: 176px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/stock.png");
}
@media (min-width: 576px) {
  #stock-block .view-stock .view-content .views-row:first-child .node--type-stock::before {
    grid-row: 1/3;
  }
}
@media (min-width: 992px) {
  #stock-block .view-stock .view-content .views-row:first-child .node--type-stock::before {
    width: 267px;
    height: 219px;
  }
}
#stock-block .view-stock .view-content .views-row:first-child .node--type-stock::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #76b835;
  z-index: -1;
}
#stock-block .view-stock .view-content .views-row:first-child .node--type-stock .field--name-node-title {
  align-self: end;
}
#stock-block .view-stock .view-content .views-row:first-child .node--type-stock .field--name-node-title h2 {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0px;
  max-width: 250px;
  line-height: 1.35;
}
@media (min-width: 992px) {
  #stock-block .view-stock .view-content .views-row:first-child .node--type-stock .field--name-node-title h2 {
    font-size: 23px;
  }
}
#stock-block .view-stock .view-content .views-row:first-child .node--type-stock .field--name-node-title h2 a {
  color: inherit;
  text-decoration: none;
}
#stock-block .view-stock .view-content .views-row:first-child .node--type-stock .field--name-node-link {
  margin-top: 20px;
  margin-left: 20px;
}
@media (min-width: 992px) {
  #stock-block .view-stock .view-content .views-row:first-child .node--type-stock .field--name-node-link {
    margin-left: 0px;
  }
}
#stock-block .view-stock .view-content .views-row:first-child .node--type-stock .field--name-node-link a {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #fff;
  transition: all 0.3s;
  will-change: transform;
}
#stock-block .view-stock .view-content .views-row:first-child .node--type-stock .field--name-node-link a:hover {
  transform: scale(1.1);
}
#stock-block .view-stock .view-content .views-row:first-child .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock .first,
#stock-block .view-stock .view-content .views-row:first-child .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock .second,
#stock-block .view-stock .view-content .views-row:first-child .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock .third,
#stock-block .view-stock .view-content .views-row:first-child .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock .fourth {
  display: block;
}
#stock-block .view-stock .view-content .views-row:first-child .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.first {
  position: absolute;
  top: 26px;
  left: 16px;
  width: 9px;
  height: 9px;
}
#stock-block .view-stock .view-content .views-row:first-child .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.second {
  position: absolute;
  top: 34px;
  right: 130px;
  width: 9px;
  height: 7px;
}
#stock-block .view-stock .view-content .views-row:first-child .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.third {
  position: absolute;
  bottom: 45px;
  right: 29px;
  width: 9px;
  height: 7px;
}
#stock-block .view-stock .view-content .views-row:first-child .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.fourth {
  position: absolute;
  left: 291px;
  bottom: 10px;
  width: 9px;
  height: 7px;
}
#stock-block .view-stock .view-content .views-row:first-child .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.point1 {
  position: absolute;
  left: 195px;
  top: -24px;
  width: 88px;
  height: 88px;
}
#stock-block .view-stock .view-content .views-row:first-child .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.point1 circle {
  fill: white;
}
#stock-block .view-stock .view-content .views-row:first-child .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.point2 {
  position: absolute;
  right: -29px;
  top: -20px;
  width: 88px;
  height: 88px;
}
#stock-block .view-stock .view-content .views-row:first-child .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.point2 circle {
  fill: white;
}
#stock-block .view-stock .view-content .views-row:first-child .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.point3 {
  position: absolute;
  right: 81px;
  bottom: -38px;
  display: block;
  width: 88px;
  height: 88px;
  z-index: 1;
}
#stock-block .view-stock .view-content .views-row:first-child .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.point3 circle {
  fill: white;
}
@media (min-width: 768px) {
  #stock-block .view-stock .view-content .views-row:nth-child(3) {
    display: none;
  }
}
@media (min-width: 1200px) {
  #stock-block .view-stock .view-content .views-row:nth-child(3) {
    display: flex;
  }
}
#stock-block .view-stock .more-link {
  margin-top: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  #stock-block .view-stock .more-link {
    position: absolute;
    top: -94px;
    right: 0;
    margin-top: 0;
  }
}
#stock-block .view-stock .more-link a {
  display: inline-block;
  background: #76b835;
  border-color: #76b835;
  border-radius: 10px;
  padding: 14.8px 44px;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
#stock-block .view-stock .more-link a:hover {
  background: #477817;
  border-color: #477817;
}
#stock-block .view-stock .more-link a:active {
  background-color: #315111;
}
.view-stock.view-display-id-page_1 {
  position: relative;
}
.view-stock.view-display-id-page_1 .view-content {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  margin: 0 -8px;
}
@media (min-width: 992px) {
  .view-stock.view-display-id-page_1 .view-content {
    margin: 0 -15px;
  }
}
.view-stock.view-display-id-page_1 .view-content .views-row {
  flex: 0 0 50%;
  padding: 0 8px;
  display: flex;
}
@media (min-width: 768px) {
  .view-stock.view-display-id-page_1 .view-content .views-row {
    flex: 0 0 36%;
  }
}
@media (min-width: 992px) {
  .view-stock.view-display-id-page_1 .view-content .views-row {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .view-stock.view-display-id-page_1 .view-content .views-row {
    flex: 0 0 25%;
  }
}
.view-stock.view-display-id-page_1 .view-content .views-row .node--type-stock {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  backdrop-filter: blur(20px);
  padding: 15px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .view-stock.view-display-id-page_1 .view-content .views-row .node--type-stock {
    padding: 25px;
  }
}
.view-stock.view-display-id-page_1 .view-content .views-row .node--type-stock::before {
  content: "";
  display: block;
  position: relative;
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/health.svg");
}
@media (min-width: 992px) {
  .view-stock.view-display-id-page_1 .view-content .views-row .node--type-stock::before {
    margin-bottom: 23px;
  }
}
.view-stock.view-display-id-page_1 .view-content .views-row .node--type-stock .field--name-node-title h2 {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .view-stock.view-display-id-page_1 .view-content .views-row .node--type-stock .field--name-node-title h2 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .view-stock.view-display-id-page_1 .view-content .views-row .node--type-stock .field--name-node-title h2 {
    font-size: 23px;
  }
}
.view-stock.view-display-id-page_1 .view-content .views-row .node--type-stock .field--name-node-title h2 a {
  color: inherit;
  text-decoration: none;
}
.view-stock.view-display-id-page_1 .view-content .views-row .node--type-stock .field--name-node-link a {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #48860a;
  transition: all 0.3s;
  will-change: transform;
}
.view-stock.view-display-id-page_1 .view-content .views-row .node--type-stock .field--name-node-link a:hover {
  transform: scale(1.1);
}
.view-stock.view-display-id-page_1 .view-content .views-row .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock .first,
.view-stock.view-display-id-page_1 .view-content .views-row .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock .second,
.view-stock.view-display-id-page_1 .view-content .views-row .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock .third,
.view-stock.view-display-id-page_1 .view-content .views-row .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock .fourth {
  display: none;
}
.view-stock.view-display-id-page_1 .view-content .views-row .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.point1 {
  position: absolute;
  bottom: 23px;
  left: -26px;
  width: 88px;
  height: 88px;
}
.view-stock.view-display-id-page_1 .view-content .views-row .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.point1 circle {
  fill: #76b835;
}
.view-stock.view-display-id-page_1 .view-content .views-row .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.point2 {
  position: absolute;
  top: -15px;
  right: -9px;
  width: 88px;
  height: 88px;
}
.view-stock.view-display-id-page_1 .view-content .views-row .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.point2 circle {
  fill: #76b835;
}
.view-stock.view-display-id-page_1 .view-content .views-row .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.point3 {
  display: none;
  /*  position: absolute;
            right: 81px;
           bottom: -38px;
            width: 88px;
            height: 88px;
            z-index: 1;
            circle{
              fill: #76B835;
            }*/
}
.view-stock.view-display-id-page_1 .view-content .views-row:first-child {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .view-stock.view-display-id-page_1 .view-content .views-row:first-child {
    flex: 0 0 64%;
  }
}
@media (min-width: 1200px) {
  .view-stock.view-display-id-page_1 .view-content .views-row:first-child {
    flex: 0 0 50%;
  }
}
.view-stock.view-display-id-page_1 .view-content .views-row:first-child .node--type-stock {
  position: relative;
  display: grid;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 16px;
}
@media (min-width: 576px) {
  .view-stock.view-display-id-page_1 .view-content .views-row:first-child .node--type-stock {
    grid-template-columns: auto auto;
    grid-template-rows: 1fr 1fr;
  }
}
.view-stock.view-display-id-page_1 .view-content .views-row:first-child .node--type-stock::before {
  content: "";
  display: block;
  position: relative;
  width: 200px;
  height: 176px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/stock.png");
}
@media (min-width: 576px) {
  .view-stock.view-display-id-page_1 .view-content .views-row:first-child .node--type-stock::before {
    grid-row: 1/3;
  }
}
@media (min-width: 992px) {
  .view-stock.view-display-id-page_1 .view-content .views-row:first-child .node--type-stock::before {
    width: 267px;
    height: 219px;
  }
}
.view-stock.view-display-id-page_1 .view-content .views-row:first-child .node--type-stock::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #76b835;
  z-index: -1;
}
.view-stock.view-display-id-page_1 .view-content .views-row:first-child .node--type-stock .field--name-node-title {
  align-self: end;
}
.view-stock.view-display-id-page_1 .view-content .views-row:first-child .node--type-stock .field--name-node-title h2 {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0px;
  max-width: 250px;
  line-height: 1.35;
}
@media (min-width: 992px) {
  .view-stock.view-display-id-page_1 .view-content .views-row:first-child .node--type-stock .field--name-node-title h2 {
    font-size: 23px;
  }
}
.view-stock.view-display-id-page_1 .view-content .views-row:first-child .node--type-stock .field--name-node-title h2 a {
  color: inherit;
  text-decoration: none;
}
.view-stock.view-display-id-page_1 .view-content .views-row:first-child .node--type-stock .field--name-node-link {
  margin-top: 20px;
  margin-left: 20px;
}
@media (min-width: 992px) {
  .view-stock.view-display-id-page_1 .view-content .views-row:first-child .node--type-stock .field--name-node-link {
    margin-left: 0px;
  }
}
.view-stock.view-display-id-page_1 .view-content .views-row:first-child .node--type-stock .field--name-node-link a {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #fff;
  transition: all 0.3s;
  will-change: transform;
}
.view-stock.view-display-id-page_1 .view-content .views-row:first-child .node--type-stock .field--name-node-link a:hover {
  transform: scale(1.1);
}
.view-stock.view-display-id-page_1 .view-content .views-row:first-child .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock .first,
.view-stock.view-display-id-page_1 .view-content .views-row:first-child .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock .second,
.view-stock.view-display-id-page_1 .view-content .views-row:first-child .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock .third,
.view-stock.view-display-id-page_1 .view-content .views-row:first-child .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock .fourth {
  display: block;
}
.view-stock.view-display-id-page_1 .view-content .views-row:first-child .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.first {
  position: absolute;
  top: 26px;
  left: 16px;
  width: 9px;
  height: 9px;
}
.view-stock.view-display-id-page_1 .view-content .views-row:first-child .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.second {
  position: absolute;
  top: 34px;
  right: 130px;
  width: 9px;
  height: 7px;
}
.view-stock.view-display-id-page_1 .view-content .views-row:first-child .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.third {
  position: absolute;
  bottom: 45px;
  right: 29px;
  width: 9px;
  height: 7px;
}
.view-stock.view-display-id-page_1 .view-content .views-row:first-child .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.fourth {
  position: absolute;
  left: 291px;
  bottom: 10px;
  width: 9px;
  height: 7px;
}
.view-stock.view-display-id-page_1 .view-content .views-row:first-child .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.point1 {
  position: absolute;
  left: 195px;
  top: -24px;
  width: 88px;
  height: 88px;
}
.view-stock.view-display-id-page_1 .view-content .views-row:first-child .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.point1 circle {
  fill: white;
}
.view-stock.view-display-id-page_1 .view-content .views-row:first-child .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.point2 {
  position: absolute;
  right: -29px;
  top: -20px;
  width: 88px;
  height: 88px;
}
.view-stock.view-display-id-page_1 .view-content .views-row:first-child .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.point2 circle {
  fill: white;
}
.view-stock.view-display-id-page_1 .view-content .views-row:first-child .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.point3 {
  position: absolute;
  right: 81px;
  bottom: -38px;
  display: block;
  width: 88px;
  height: 88px;
  z-index: 1;
}
.view-stock.view-display-id-page_1 .view-content .views-row:first-child .node--type-stock .field--name-dynamic-token-fieldnode-dekor-stock svg.point3 circle {
  fill: white;
}
@media (min-width: 768px) {
  .view-stock.view-display-id-page_1 .view-content .views-row:nth-child(3) {
    display: none;
  }
}
@media (min-width: 1200px) {
  .view-stock.view-display-id-page_1 .view-content .views-row:nth-child(3) {
    display: flex;
  }
}
#block-service {
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  #block-service {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  #block-service {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  #block-service {
    margin-bottom: 100px;
  }
}
#block-service .block-title {
  display: inline-block;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #block-service .block-title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  #block-service .block-title {
    font-size: 33px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  #block-service .block-title {
    font-size: 40px;
  }
}
#block-service .block-title::after {
  content: "";
  display: none;
  position: relative;
  width: 63px;
  height: 39px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/decor.jpg");
  margin-left: 20px;
}
@media (min-width: 768px) {
  #block-service .block-title::after {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  #block-service .block-title::after {
    width: 73px;
    height: 49px;
  }
}
.view-service.view-display-id-page_1,
.view-service.view-display-id-block_1 {
  position: relative;
}
.view-service.view-display-id-page_1 .view-content,
.view-service.view-display-id-block_1 .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  row-gap: 18px;
}
@media (min-width: 1200px) {
  .view-service.view-display-id-page_1 .view-content,
  .view-service.view-display-id-block_1 .view-content {
    margin: 0 -15px;
  }
}
.view-service.view-display-id-page_1 .view-content .views-row,
.view-service.view-display-id-block_1 .view-content .views-row {
  flex: 0 0 100%;
  padding: 0 8px;
  display: flex;
}
@media (min-width: 576px) {
  .view-service.view-display-id-page_1 .view-content .views-row,
  .view-service.view-display-id-block_1 .view-content .views-row {
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  .view-service.view-display-id-page_1 .view-content .views-row,
  .view-service.view-display-id-block_1 .view-content .views-row {
    flex: 0 0 33.333%;
  }
}
@media (min-width: 1200px) {
  .view-service.view-display-id-page_1 .view-content .views-row,
  .view-service.view-display-id-block_1 .view-content .views-row {
    padding: 0 15px;
    min-height: 251px;
  }
}
.view-service.view-display-id-page_1 .view-content .views-row .node--type-service,
.view-service.view-display-id-block_1 .view-content .views-row .node--type-service {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  backdrop-filter: blur(20px);
}
.view-service.view-display-id-page_1 .view-content .views-row .node--type-service .field--name-dynamic-token-fieldnode-service,
.view-service.view-display-id-block_1 .view-content .views-row .node--type-service .field--name-dynamic-token-fieldnode-service {
  height: 100%;
}
.view-service.view-display-id-page_1 .view-content .views-row .node--type-service .field--name-dynamic-token-fieldnode-service > a,
.view-service.view-display-id-block_1 .view-content .views-row .node--type-service .field--name-dynamic-token-fieldnode-service > a {
  display: block;
  height: 100%;
  padding: 18px;
  text-decoration: none;
  transition: all 0.3;
  will-change: transform;
}
@media (min-width: 992px) {
  .view-service.view-display-id-page_1 .view-content .views-row .node--type-service .field--name-dynamic-token-fieldnode-service > a,
  .view-service.view-display-id-block_1 .view-content .views-row .node--type-service .field--name-dynamic-token-fieldnode-service > a {
    padding: 40px;
  }
}
.view-service.view-display-id-page_1 .view-content .views-row .node--type-service .field--name-dynamic-token-fieldnode-service > a:hover,
.view-service.view-display-id-block_1 .view-content .views-row .node--type-service .field--name-dynamic-token-fieldnode-service > a:hover {
  transform: scale(0.95);
}
.view-service.view-display-id-page_1 .view-content .views-row .node--type-service .field--name-field-icon,
.view-service.view-display-id-block_1 .view-content .views-row .node--type-service .field--name-field-icon {
  margin-bottom: 24px;
}
.view-service.view-display-id-page_1 .view-content .views-row .node--type-service .field--name-node-title,
.view-service.view-display-id-block_1 .view-content .views-row .node--type-service .field--name-node-title {
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 15px;
}
.view-service.view-display-id-page_1 .view-content .views-row .node--type-service .field--name-field-descr,
.view-service.view-display-id-block_1 .view-content .views-row .node--type-service .field--name-field-descr {
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
.view-service.view-display-id-page_1 .view-content .photo-block .node--type-service-photo,
.view-service.view-display-id-block_1 .view-content .photo-block .node--type-service-photo {
  height: 100%;
}
.view-service.view-display-id-page_1 .view-content .photo-block .field--name-field-foto,
.view-service.view-display-id-block_1 .view-content .photo-block .field--name-field-foto {
  height: 100%;
}
.view-service.view-display-id-page_1 .view-content .photo-block .field--name-field-foto a,
.view-service.view-display-id-block_1 .view-content .photo-block .field--name-field-foto a {
  position: relative;
  display: flex;
  height: 100%;
}
.view-service.view-display-id-page_1 .view-content .photo-block .field--name-field-foto a::after,
.view-service.view-display-id-block_1 .view-content .photo-block .field--name-field-foto a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 20px;
  opacity: 0;
  transition: all 0.3s;
}
.view-service.view-display-id-page_1 .view-content .photo-block .field--name-field-foto a:hover::after,
.view-service.view-display-id-block_1 .view-content .photo-block .field--name-field-foto a:hover::after {
  opacity: 0.2;
}
.view-service.view-display-id-page_1 .view-content .photo-block .field--name-field-foto a img,
.view-service.view-display-id-block_1 .view-content .photo-block .field--name-field-foto a img {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  backdrop-filter: blur(20px);
  height: 100%;
  object-fit: cover;
}
.view-service.view-display-id-page_1 .more-link,
.view-service.view-display-id-block_1 .more-link {
  margin-top: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .view-service.view-display-id-page_1 .more-link,
  .view-service.view-display-id-block_1 .more-link {
    position: absolute;
    top: -94px;
    right: 0;
    margin-top: 0;
  }
}
.view-service.view-display-id-page_1 .more-link a,
.view-service.view-display-id-block_1 .more-link a {
  display: inline-block;
  background: #76b835;
  border-color: #76b835;
  border-radius: 10px;
  padding: 14.8px 44px;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.view-service.view-display-id-page_1 .more-link a:hover,
.view-service.view-display-id-block_1 .more-link a:hover {
  background: #477817;
  border-color: #477817;
}
.view-service.view-display-id-page_1 .more-link a:active,
.view-service.view-display-id-block_1 .more-link a:active {
  background-color: #315111;
}
#block-benefits {
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  #block-benefits {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  #block-benefits {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  #block-benefits {
    margin-bottom: 100px;
  }
}
#block-benefits .block-title {
  display: inline-block;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #block-benefits .block-title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  #block-benefits .block-title {
    font-size: 33px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  #block-benefits .block-title {
    font-size: 40px;
  }
}
#block-benefits .block-title::after {
  content: "";
  display: none;
  position: relative;
  width: 63px;
  height: 39px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/decor.jpg");
  margin-left: 20px;
}
@media (min-width: 768px) {
  #block-benefits .block-title::after {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  #block-benefits .block-title::after {
    width: 73px;
    height: 49px;
  }
}
#block-benefits .view-benefits .node--type-benefits {
  display: flex;
  gap: 39px;
}
#block-benefits .view-benefits .node--type-benefits::after {
  display: none;
}
#block-benefits .view-benefits .node--type-benefits .field--name-field-benefits {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
@media (min-width: 576px) {
  #block-benefits .view-benefits .node--type-benefits .field--name-field-benefits {
    flex-direction: row;
  }
}
#block-benefits .view-benefits .node--type-benefits .field--name-field-benefits .field__item {
  min-width: 0;
}
@media (min-width: 768px) {
  #block-benefits .view-benefits .node--type-benefits .field--name-field-benefits .field__item {
    min-width: 220px;
  }
}
@media (min-width: 1200px) {
  #block-benefits .view-benefits .node--type-benefits .field--name-field-benefits .field__item {
    min-width: 250px;
  }
}
#block-benefits .view-benefits .node--type-benefits .field--name-field-benefits .field__item .paragraph--type--benefits {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* border-radius: 100%;
border: 1px solid #76b835;*/
  min-height: 160px;
}
@media (min-width: 576px) {
  #block-benefits .view-benefits .node--type-benefits .field--name-field-benefits .field__item .paragraph--type--benefits {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  #block-benefits .view-benefits .node--type-benefits .field--name-field-benefits .field__item .paragraph--type--benefits {
    min-height: 180px;
  }
}
@media (min-width: 1200px) {
  #block-benefits .view-benefits .node--type-benefits .field--name-field-benefits .field__item .paragraph--type--benefits {
    min-height: 270px;
  }
}
#block-benefits .view-benefits .node--type-benefits .field--name-field-benefits .field__item .paragraph--type--benefits::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  border: 1px solid #76b835;
  min-width: 190px;
}
@media (min-width: 768px) {
  #block-benefits .view-benefits .node--type-benefits .field--name-field-benefits .field__item .paragraph--type--benefits::before {
    min-width: 230px;
  }
}
@media (min-width: 1200px) {
  #block-benefits .view-benefits .node--type-benefits .field--name-field-benefits .field__item .paragraph--type--benefits::before {
    min-width: 270px;
  }
}
#block-benefits .view-benefits .node--type-benefits .field--name-field-benefits .field__item .paragraph--type--benefits .field--name-field-title {
  font-weight: 500;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #76b835;
  margin-bottom: 10px;
}
#block-benefits .view-benefits .node--type-benefits .field--name-field-benefits .field__item .paragraph--type--benefits .field--name-field-descr {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #76b835;
  width: 166px;
}
@media (min-width: 768px) {
  #block-benefits .view-benefits .node--type-benefits .field--name-field-benefits .field__item .paragraph--type--benefits .field--name-field-descr {
    width: auto;
  }
}
#block-benefits .view-benefits .node--type-benefits .field--name-field-ikonka {
  display: none;
}
@media (min-width: 992px) {
  #block-benefits .view-benefits .node--type-benefits .field--name-field-ikonka {
    display: block;
  }
}
#block-webforma {
  position: relative;
  padding: 36px 0;
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  #block-webforma {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  #block-webforma {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  #block-webforma {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  #block-webforma {
    padding: 78px 0;
  }
}
#block-webforma::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/sites/all/themes/vesta_theme/image/fos.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#block-webforma::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#block-webforma .block-title {
  position: relative;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
  z-index: 1;
}
@media (min-width: 576px) {
  #block-webforma .block-title {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  #block-webforma .block-title {
    font-size: 40px;
  }
}
#block-webforma form {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  margin: 0 auto;
  gap: 10px 10px;
  z-index: 1;
  padding: 0 15px;
}
@media (min-width: 768px) {
  #block-webforma form {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 870px;
    gap: 0 10px;
  }
}
@media (min-width: 992px) {
  #block-webforma form {
    padding: 0;
    gap: 0 30px;
  }
}
#block-webforma form .alert-error {
  display: none !important;
}
#block-webforma form .form-item {
  margin: 0;
}
#block-webforma form .form-item--error-message {
  display: none !important;
}
#block-webforma form input.error,
#block-webforma form .textarea.error {
  box-shadow: 0px 0px 7px 0px red;
}
#block-webforma form .form-type-processed-text {
  justify-self: center;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #fff;
  max-width: 496px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  #block-webforma form .form-type-processed-text {
    grid-column: 1/4;
    margin-bottom: 40px;
    font-size: 18px;
  }
}
#block-webforma form .form-item-name input,
#block-webforma form .form-item-phone input {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  padding: 15px 16px 15px 35px;
  border-radius: 10px;
  background: #fff;
  margin: 0;
}
@media (min-width: 768px) {
  #block-webforma form .form-item-name input,
  #block-webforma form .form-item-phone input {
    font-size: 16px;
  }
}
#block-webforma form .form-actions button {
  width: 100%;
  height: 100%;
  padding: 13.5px;
  max-height: 52px;
}
#block-webforma form .form-actions .ajax-progress.ajax-progress-throbber {
  display: none !important;
}
#block-webforma form .form-item-privacy {
  justify-self: center;
  margin-top: 16px;
  position: relative;
}
@media (min-width: 768px) {
  #block-webforma form .form-item-privacy {
    grid-column: 1/4;
    margin-top: 33px;
  }
}
#block-webforma form .form-item-privacy input {
  cursor: pointer;
}
#block-webforma form .form-item-privacy .description {
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  #block-webforma form .form-item-privacy .description {
    font-size: 18px;
  }
}
#block-webforma form .form-item-privacy .description a {
  color: inherit;
}
#block-webforma form .form-item-privacy .description a:hover {
  color: #8fcb52;
}
#block-webforma form .form-item-privacy .description {
  display: flex;
  gap: 6px;
}
@media (min-width: 576px) {
  #block-webforma form .form-item-privacy .description {
    gap: 10px;
  }
}
#block-webforma form .form-item-privacy .description::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-image: url("/sites/all/themes/vesta_theme/image/check.svg");
}
#block-webforma form .form-item-privacy input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 18px;
  height: 18px;
  opacity: 0;
}
#block-webforma form .form-item-privacy input:checked + .description::before {
  background-image: url("/sites/all/themes/vesta_theme/image/checked.svg");
}
#block-webforma form .form-item-privacy input + .description {
  position: relative;
}
#block-webforma form .form-item-privacy input.error + .description::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;
}
#block-webforma form .form-item-privacy .description {
  /* font-weight: 300;
        font-size: 14px;
        color: #8c8c96;
        margin-left: 0;*/
}
#block-webforma form .form-item-privacy .description a {
  color: inherit;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.wr_contacts {
  display: grid;
  grid-template-columns: 100%;
  gap: 16px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .wr_contacts {
    grid-template-columns: 1fr 330px;
  }
}
@media (min-width: 992px) {
  .wr_contacts {
    grid-template-columns: 1fr 550px;
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .wr_contacts {
    grid-template-columns: 1fr 570px;
  }
}
@media (min-width: 576px) {
  .wr_contacts {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .wr_contacts {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .wr_contacts {
    margin-bottom: 100px;
  }
}
.wr_contacts .text .block-title {
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .wr_contacts .text .block-title {
    font-size: 30px;
    margin-bottom: 14px;
  }
}
@media (min-width: 992px) {
  .wr_contacts .text .block-title {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .wr_contacts .text .block-title {
    font-size: 40px;
    margin-bottom: 50px;
  }
}
.wr_contacts .text .contacts {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px 15px;
}
@media (min-width: 1200px) {
  .wr_contacts .text .contacts {
    gap: 20px 77px;
  }
}
.wr_contacts .text .contacts > div label {
  font-weight: 400;
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.wr_contacts .text .contacts > div .geo,
.wr_contacts .text .contacts > div .clock,
.wr_contacts .text .contacts > div .tel,
.wr_contacts .text .contacts > div .mail {
  display: flex;
  gap: 12px;
  font-weight: 400;
  font-size: 15px;
  color: #828282;
  text-decoration: none;
}
.wr_contacts .text .contacts > div .geo::before,
.wr_contacts .text .contacts > div .clock::before,
.wr_contacts .text .contacts > div .tel::before,
.wr_contacts .text .contacts > div .mail::before {
  content: "";
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/geo.svg");
}
.wr_contacts .text .contacts > div .clock {
  grid-row: 1/3;
}
.wr_contacts .text .contacts > div .clock::before {
  background-image: url("/sites/all/themes/vesta_theme/image/clock.svg");
}
.wr_contacts .text .contacts > div .tel {
  margin-bottom: 10px;
}
.wr_contacts .text .contacts > div .tel:hover {
  text-decoration: underline;
}
.wr_contacts .text .contacts > div .tel::before {
  background-image: url("/sites/all/themes/vesta_theme/image/tel.svg");
}
.wr_contacts .text .contacts > div .mail:hover {
  text-decoration: underline;
}
.wr_contacts .text .contacts > div .geo br {
  display: none;
}
@media (min-width: 576px) {
  .wr_contacts .text .contacts > div .geo br {
    display: block;
  }
}
.wr_contacts .text .contacts .soc {
  display: flex;
  gap: 10px;
  width: fit-content;
}
.wr_contacts .text .contacts .soc a {
  position: relative;
  display: flex;
  width: 46px;
  height: 45px;
}
.wr_contacts .text .contacts .soc a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f1f1f1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  transition: all 0.3s;
}
.wr_contacts .text .contacts .soc a:hover::before {
  background: #e1dede;
}
.wr_contacts .text .contacts .soc a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
}
.wr_contacts .text .contacts .soc .whatsapp svg {
  width: 28px;
  height: 27px;
}
.wr_contacts .map .mapContainer {
  border-radius: 10px;
  overflow: hidden;
}
.wr_contacts .map .mapContainer iframe {
  border-radius: 10px;
}
footer#footer {
  background: #f1f1f1;
}
footer#footer .footer_inner {
  display: grid;
  grid-template-columns: auto auto;
  gap: 15px 20px;
  padding-top: 35px;
  margin-bottom: 54px;
}
@media (min-width: 576px) {
  footer#footer .footer_inner {
    grid-template-columns: auto auto auto;
    gap: 0 20px;
  }
}
@media (min-width: 768px) {
  footer#footer .footer_inner {
    grid-template-columns: auto auto auto auto;
  }
}
@media (min-width: 992px) {
  footer#footer .footer_inner {
    padding-top: 50px;
    gap: 0 70px;
  }
}
@media (min-width: 1200px) {
  footer#footer .footer_inner {
    gap: 0 108px;
  }
}
footer#footer .footer_inner .navig nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
footer#footer .footer_inner .navig nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li a {
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
  padding: 0;
}
footer#footer .footer_inner .navig nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li a:hover {
  text-decoration: underline;
}
footer#footer .footer_inner .service {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media (min-width: 576px) {
  footer#footer .footer_inner .service {
    grid-row: auto;
    grid-column: auto;
  }
}
footer#footer .footer_inner .service .view-service .view-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
footer#footer .footer_inner .service .view-service .view-content .views-row .field--name-dynamic-token-fieldnode-zagolovok-uslugi-v-podvale a {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
footer#footer .footer_inner .service .view-service .view-content .views-row .field--name-dynamic-token-fieldnode-zagolovok-uslugi-v-podvale a:hover {
  text-decoration: underline;
}
footer#footer .footer_inner .contacts {
  display: flex;
  flex-direction: column;
  grid-column: 1/2;
  grid-row: 2/3;
}
@media (min-width: 768px) {
  footer#footer .footer_inner .contacts {
    grid-column: auto;
    grid-row: auto;
    align-items: end;
  }
}
footer#footer .footer_inner .contacts .contact-item a {
  font-weight: 400;
  font-size: 20px;
  text-align: right;
  color: #828282;
  text-decoration: none;
}
@media (min-width: 992px) {
  footer#footer .footer_inner .contacts .contact-item a {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  footer#footer .footer_inner .contacts .contact-item a {
    font-size: 30px;
  }
}
footer#footer .footer_inner .contacts .contact-item a:hover {
  text-decoration: underline;
}
footer#footer .footer_inner .contacts .phone {
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  footer#footer .footer_inner .contacts .phone {
    margin-bottom: 15px;
  }
}
footer#footer .footer_inner .contacts .mail {
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  footer#footer .footer_inner .contacts .mail {
    margin-bottom: 25px;
  }
}
footer#footer .footer_inner .contacts .soc {
  display: flex;
  gap: 10px;
  width: fit-content;
}
footer#footer .footer_inner .contacts .soc a {
  position: relative;
  display: flex;
  width: 46px;
  height: 45px;
}
footer#footer .footer_inner .contacts .soc a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  transition: all 0.3s;
}
footer#footer .footer_inner .contacts .soc a:hover::before {
  background: #e1dede;
}
footer#footer .footer_inner .contacts .soc a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
}
footer#footer .footer_inner .contacts .soc .whatsapp svg {
  width: 28px;
  height: 27px;
}
footer#footer .row-copiryght {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  padding: 25px 0;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #828282;
}
@media (min-width: 768px) {
  footer#footer .row-copiryght {
    flex-direction: row;
  }
}
footer#footer .row-copiryght a {
  color: inherit;
  text-decoration: none;
}
footer#footer .row-copiryght a:hover {
  color: black;
}
div#offcanvasNav {
  background: #fff;
}
div#offcanvasNav .offcanvas-body nav#block-vesta-theme-osnovnayanavigaciya-4 {
  margin: 15px 0;
}
div#offcanvasNav .offcanvas-body nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li {
  margin-bottom: 10px;
}
div#offcanvasNav .offcanvas-body nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li a {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  padding: 5px 0;
}
div#offcanvasNav .offcanvas-body .region-search form {
  display: flex;
  align-items: center;
  gap: 10px;
}
div#offcanvasNav .offcanvas-body .region-search form .form-type-search {
  flex-grow: 1;
}
div#offcanvasNav .offcanvas-body .contact-item {
  margin-bottom: 20px;
}
div#offcanvasNav .offcanvas-body .contact-item a {
  font-size: 20px;
  text-decoration: none;
}
div#offcanvasNav .offcanvas-body .contact-item .geo {
  font-size: 16px;
  margin-top: 10px;
}
div#offcanvasNav .offcanvas-body .msngrs {
  gap: 10px;
}
div#offcanvasNav .offcanvas-body .msngrs a {
  position: relative;
  display: flex;
  width: 46px;
  height: 45px;
}
div#offcanvasNav .offcanvas-body .msngrs a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f1f1f1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  transition: all 0.3s;
}
div#offcanvasNav .offcanvas-body .msngrs a:hover::before {
  background: #e1dede;
}
div#offcanvasNav .offcanvas-body .msngrs a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
}
div#offcanvasNav .offcanvas-body .msngrs .whatsapp svg {
  width: 28px;
  height: 27px;
}
.ui-dialog {
  border-radius: 10px;
  padding: 0 !important;
}
.ui-dialog #drupal-modal form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ui-dialog #drupal-modal form .alert-error {
  display: none !important;
}
.ui-dialog #drupal-modal form .form-item {
  margin: 0;
}
.ui-dialog #drupal-modal form .form-item--error-message {
  display: none !important;
}
.ui-dialog #drupal-modal form input.error,
.ui-dialog #drupal-modal form textarea.error {
  box-shadow: 0px 0px 7px 0px red;
}
.ui-dialog #drupal-modal form .form-item input,
.ui-dialog #drupal-modal form .form-item textarea {
  border-radius: 0;
  background-color: #ebedec;
}
.ui-dialog #drupal-modal form .form-item input:focus,
.ui-dialog #drupal-modal form .form-item textarea:focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 105, 35, 0.7);
  border-color: #027d10;
}
.ui-dialog #drupal-modal form .form-actions button {
  width: 100%;
}
.ui-dialog #drupal-modal form .form-item-privacy {
  text-align: center;
  font-size: 13px;
}
.ui-dialog #drupal-modal form .form-item-privacy input {
  display: none;
}
.ui-dialog #drupal-modal form .form-item-privacy a:hover {
  color: #027d10;
}
.ui-dialog #drupal-modal form .form-item-name input,
.ui-dialog #drupal-modal form .form-item-phone input {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  padding: 15px 16px 15px 35px;
  border-radius: 10px;
  background: #fff;
  margin: 0;
}
.ui-dialog .ui-dialog-buttonpane {
  display: flex;
  justify-content: center;
}
.ui-dialog .ui-dialog-buttonpane button {
  color: #fff;
  background-color: #954944;
  border-color: #954944;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 15.5px;
}
.ui-dialog .ui-dialog-buttonpane button:focus,
.ui-dialog .ui-dialog-buttonpane button:hover {
  color: #fff;
  background-color: red;
  border-color: red;
}
.ui-dialog-titlebar {
  background: #000e35 !important;
  color: white!important;
  border-radius: 10px 10px 0 0;
}
.ui-dialog-titlebar button.ui-dialog-titlebar-close {
  opacity: 1;
  background: none;
  border: none;
}
.ui-dialog-titlebar button.ui-dialog-titlebar-close span.ui-icon-closethick {
  background-image: url(/sites/all/themes/vesta_theme/image/close.png);
  background-size: contain;
  background-position: 0;
  opacity: 1;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
body.node-type-service {
  /*h1 {
    color: green;
    font-weight: 700;
  }*/
}
body.node-type-service #block-vesta-theme-page-title {
  display: none;
}
body.node-type-service #block-vesta-theme-content > .node--type-service .group-top {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto auto 1fr auto;
  gap: 0 30px;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .group-top {
    grid-template-columns: 330px 1fr;
  }
}
@media (min-width: 992px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .group-top {
    grid-template-columns: 420px 1fr;
  }
}
@media (min-width: 1200px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .group-top {
    grid-template-columns: 470px 1fr;
  }
}
body.node-type-service #block-vesta-theme-content > .node--type-service .group-top .field--name-field-photo {
  position: relative;
  grid-row: 2/3;
  height: fit-content;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .group-top .field--name-field-photo {
    grid-row: 2/5;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .group-top .field--name-field-photo {
    grid-row: 1/5;
  }
}
body.node-type-service #block-vesta-theme-content > .node--type-service .group-top .field--name-field-photo::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  border-radius: 10px;
}
body.node-type-service #block-vesta-theme-content > .node--type-service .group-top .field--name-field-photo img {
  border-radius: 10px;
}
body.node-type-service #block-vesta-theme-content > .node--type-service .group-top .field--name-node-title {
  grid-row: 1/2;
}
@media (min-width: 768px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .group-top .field--name-node-title {
    grid-column: 1/3;
  }
}
@media (min-width: 992px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .group-top .field--name-node-title {
    grid-column: auto;
    grid-row: auto;
  }
}
body.node-type-service #block-vesta-theme-content > .node--type-service .group-top .field--name-node-title h1 {
  font-weight: 400;
  font-size: 25px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .group-top .field--name-node-title h1 {
    margin-bottom: 40px;
  }
}
body.node-type-service #block-vesta-theme-content > .node--type-service .group-top .field--name-field-short-desc {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}
body.node-type-service #block-vesta-theme-content > .node--type-service .group-top .field--name-field-kak-zapisatsya {
  margin-bottom: 0;
}
body.node-type-service #block-vesta-theme-content > .node--type-service .group-top .field--name-field-kak-zapisatsya a {
  padding: 8.199999999999999px 27px;
  font-size: 18px;
}
body.node-type-service #block-vesta-theme-content > .node--type-service .group-top .field--name-field-price {
  align-self: end;
  margin-bottom: 25px;
}
body.node-type-service #block-vesta-theme-content > .node--type-service .group-top .field--name-field-price p {
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
body.node-type-service #block-vesta-theme-content > .node--type-service .group-top .field--name-field-price strong {
  font-weight: 700;
  font-size: 22px;
  color: #48860a;
}
@media (min-width: 576px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .group-top .field--name-field-price strong {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .group-top .field--name-field-price strong {
    font-size: 35px;
  }
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-block-word {
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-block-word {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-block-word {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-block-word {
    margin-bottom: 100px;
  }
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-block-word h2 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-block-word h2 {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-block-word h2 {
    margin-bottom: 40px;
  }
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-block-word ul {
  list-style: none;
  padding-inline-start: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-block-word ul {
    gap: 10px 15px;
  }
}
@media (min-width: 992px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-block-word ul {
    gap: 20px;
  }
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-block-word ul li {
  font-weight: 700;
  font-size: 17px;
  color: #76b835;
  padding: 10.1px 30.5px;
  border: 1px solid #76b835;
  border-radius: 10px;
}
@media (min-width: 576px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-block-word ul li {
    padding: 10.1px 33.5px;
  }
}
@media (min-width: 768px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-block-word ul li {
    padding: 13.1px 33.5px;
  }
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-tri-bloka {
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-tri-bloka {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-tri-bloka {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-tri-bloka {
    margin-bottom: 100px;
  }
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-tri-bloka .field__label {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-tri-bloka .field__label {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-tri-bloka .field__label {
    margin-bottom: 40px;
  }
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-tri-bloka .field__items {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px;
}
@media (min-width: 768px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-tri-bloka .field__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-tri-bloka .field__items {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-tri-bloka .field__items {
    gap: 30px;
  }
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-tri-bloka .field__items > .field__item {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  backdrop-filter: blur(20px);
  padding: 15px;
}
@media (min-width: 992px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-tri-bloka .field__items > .field__item {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-tri-bloka .field__items > .field__item {
    padding: 30px;
  }
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-tri-bloka .field__items > .field__item .field--name-field-tekst h2 {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #76b835;
  margin-bottom: 20px;
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-tri-bloka .field__items > .field__item .field--name-field-tekst ul {
  padding-inline-start: 17px;
  margin-bottom: 0;
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-tri-bloka .field__items > .field__item .field--name-field-tekst ul li {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-tri-bloka .field__items > .field__item .field--name-field-tekst ul li {
    margin-bottom: 20px;
  }
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-tri-bloka .field__items > .field__item .field--name-field-tekst ul li:last-child {
  margin-bottom: 0;
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-tri-bloka .field__items > .field__item:nth-child(3) {
  position: relative;
  border: 1px solid #76b835;
  background: #76b835;
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-tri-bloka .field__items > .field__item:nth-child(3)::before {
  content: "";
  position: absolute;
  right: 40px;
  top: 0px;
  width: 88px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/procedure.svg");
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-tri-bloka .field__items > .field__item:nth-child(3)::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 0px;
  width: 88px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/procedure-bottom.svg");
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-tri-bloka .field__items > .field__item:nth-child(3) .decor {
  position: absolute;
  right: 7.71px;
  bottom: 2.71px;
  width: 9px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/triangle.svg");
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-tri-bloka .field__items > .field__item:nth-child(3) .field--name-field-tekst h2 {
  /*font-weight: 700;
                font-size: 14px;
                text-transform: uppercase;
                color: #76b835;
                margin-bottom: 20px;*/
  color: white;
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-tri-bloka .field__items > .field__item:nth-child(3) .field--name-field-tekst ul li {
  /* font-weight: 500;
                  font-size: 14px;*/
  color: #fff;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-tri-bloka .field__items > .field__item:nth-child(3) .field--name-field-tekst ul li {
    margin-bottom: 39px;
  }
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-tri-bloka .field__items > .field__item:nth-child(3) .field--name-field-tekst ul li:last-child {
  margin-bottom: 0;
}
body.node-type-service #block-vesta-theme-content > .node--type-service .group-procedure {
  display: grid;
  grid-template-columns: 100%;
  gap: 15px;
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .group-procedure {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .group-procedure {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .group-procedure {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .group-procedure {
    grid-template-columns: 45% 45%;
  }
}
@media (min-width: 992px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .group-procedure {
    gap: 30px;
  }
}
body.node-type-service #block-vesta-theme-content > .node--type-service .group-procedure .field--name-field-how h2,
body.node-type-service #block-vesta-theme-content > .node--type-service .group-procedure .field--name-field-pokaz h2 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .group-procedure .field--name-field-how h2,
  body.node-type-service #block-vesta-theme-content > .node--type-service .group-procedure .field--name-field-pokaz h2 {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .group-procedure .field--name-field-how h2,
  body.node-type-service #block-vesta-theme-content > .node--type-service .group-procedure .field--name-field-pokaz h2 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .group-procedure .field--name-field-how h2,
  body.node-type-service #block-vesta-theme-content > .node--type-service .group-procedure .field--name-field-pokaz h2 {
    font-size: 25px;
  }
}
body.node-type-service #block-vesta-theme-content > .node--type-service .group-procedure .field--name-field-how ul,
body.node-type-service #block-vesta-theme-content > .node--type-service .group-procedure .field--name-field-pokaz ul {
  list-style: none;
  padding-inline-start: 0;
  counter-reset: item;
  /* Обнуляем счетчик списка */
}
body.node-type-service #block-vesta-theme-content > .node--type-service .group-procedure .field--name-field-how ul li,
body.node-type-service #block-vesta-theme-content > .node--type-service .group-procedure .field--name-field-pokaz ul li {
  display: flex;
  align-items: center;
  display: grid;
  grid-template-columns: 23px 1fr;
  gap: 0 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  backdrop-filter: blur(20px);
  padding: 16px 20px;
  margin-bottom: 15px;
  font-size: 18px;
}
@media (min-width: 992px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .group-procedure .field--name-field-how ul li,
  body.node-type-service #block-vesta-theme-content > .node--type-service .group-procedure .field--name-field-pokaz ul li {
    padding: 16px 30px;
    gap: 0 47px;
  }
}
body.node-type-service #block-vesta-theme-content > .node--type-service .group-procedure .field--name-field-how ul li:nth-child(-n + 9)::before,
body.node-type-service #block-vesta-theme-content > .node--type-service .group-procedure .field--name-field-pokaz ul li:nth-child(-n + 9)::before {
  content: "/0" counter(item);
  counter-increment: item;
  /* Задаём имя счетчика */
  font-weight: 700;
  font-size: 14px;
  color: #76b835;
  grid-row: 1/5;
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-voprosy {
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-voprosy {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-voprosy {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-voprosy {
    margin-bottom: 100px;
  }
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-voprosy .field__label {
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-voprosy .field__label {
    margin-bottom: 40px;
  }
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-voprosy > .field__items {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
}
@media (min-width: 576px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-voprosy > .field__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-voprosy > .field__items {
    gap: 30px;
  }
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-voprosy > .field__items > .field__item {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  backdrop-filter: blur(20px);
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-voprosy > .field__items > .field__item .paragraph--type--voprosy .field--name-field-zaglavie {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  padding: 12px 20px;
  backdrop-filter: blur(20px);
  background: #76b835;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-voprosy > .field__items > .field__item .paragraph--type--voprosy .field--name-field-zaglavie {
    padding: 16px 30px;
  }
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-voprosy > .field__items > .field__item .paragraph--type--voprosy .field--name-field-text {
  padding: 16px 20px;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}
@media (min-width: 992px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-field-voprosy > .field__items > .field__item .paragraph--type--voprosy .field--name-field-text {
    padding: 20px 30px;
  }
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-dynamic-block-fieldnode-benefits {
  display: none;
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-dynamic-block-fieldnode-benefits .node--type-benefit-service {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-dynamic-block-fieldnode-benefits .node--type-benefit-service {
    grid-template-columns: 1fr 1fr 1f;
  }
}
@media (min-width: 992px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-dynamic-block-fieldnode-benefits .node--type-benefit-service {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-dynamic-block-fieldnode-benefits .node--type-benefit-service h2 {
  grid-column: 1/3;
  font-weight: 400;
  font-size: 25px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-dynamic-block-fieldnode-benefits .node--type-benefit-service h2 {
    grid-column: 1/4;
  }
}
@media (min-width: 992px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-dynamic-block-fieldnode-benefits .node--type-benefit-service h2 {
    grid-column: 1/5;
  }
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-dynamic-block-fieldnode-benefits .node--type-benefit-service .paragraph--type--benefit-service {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 132px;
  backdrop-filter: blur(20px);
  background: #76b835;
  border-radius: 20px;
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-dynamic-block-fieldnode-benefits .node--type-benefit-service .paragraph--type--benefit-service .field--name-field-teksty {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
@media (min-width: 576px) {
  body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-dynamic-block-fieldnode-benefits .node--type-benefit-service .paragraph--type--benefit-service .field--name-field-teksty {
    font-size: 15px;
  }
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-dynamic-block-fieldnode-benefits .node--type-benefit-service .paragraph--type--benefit-service .field--name-field-teksty pre {
  margin: 0;
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-dynamic-block-fieldnode-benefits .node--type-benefit-service .paragraph--type--benefit-service .field--name-field-fotos {
  width: 100%;
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-dynamic-block-fieldnode-benefits .node--type-benefit-service .paragraph--type--benefit-service .field--name-field-fotos img {
  width: 100%;
  height: 132px!important;
  object-fit: cover;
  border-radius: 20px;
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-body {
  line-height: 1.25;
  margin-bottom: 25px;
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-body h2 {
  font-size: 1.5rem;
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-body strong {
  color: green;
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-dynamic-token-fieldnode-reviews {
  margin-bottom: 15px;
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-dynamic-token-fieldnode-reviews h3 {
  font-size: 1.5rem;
  color: green;
  font-weight: 700;
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-dynamic-token-fieldnode-reviews a {
  text-decoration: none;
}
body.node-type-service #block-vesta-theme-content > .node--type-service .field--name-dynamic-token-fieldnode-reviews a:hover {
  text-decoration: underline;
}
.not-front main {
  margin-bottom: 25px;
}
body.body-node--825 .node--type-docs .field--name-field-docs .field__item {
  margin-bottom: 10px;
}
body.body-node--825 .node--type-docs .field--name-field-docs .field__item a {
  text-decoration: none;
  font-size: 18px;
}
body.body-node--825 .node--type-docs .field--name-field-docs .field__item a:hover {
  text-decoration: underline;
}
.not-front #block-vesta-theme-page-title {
  margin-bottom: 20px;
}
.body-node--823 .node--type-page .field--name-body img {
  float: inline-end;
}
.body-view--specialists .view-specialists .view-content .views-row {
  margin-bottom: 30px;
  border-bottom: 1px solid gray;
  padding-bottom: 30px;
}
.body-view--specialists .view-specialists .view-content .views-row .node--type-specialist {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr;
  gap: 0 30px;
}
@media (min-width: 1200px) {
  .body-view--specialists .view-specialists .view-content .views-row .node--type-specialist {
    grid-template-columns: 1fr 370px;
  }
}
.body-view--specialists .view-specialists .view-content .views-row .node--type-specialist .field--name-body {
  font-size: 16px;
  grid-row: 3/4;
}
@media (min-width: 768px) {
  .body-view--specialists .view-specialists .view-content .views-row .node--type-specialist .field--name-body {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .body-view--specialists .view-specialists .view-content .views-row .node--type-specialist .field--name-body {
    grid-row: 1/3;
  }
}
.body-view--specialists .view-specialists .view-content .views-row .node--type-specialist .field--name-field-fotografiya {
  justify-self: center;
  margin-bottom: 10px;
}
.body-view--specialists .view-specialists .view-content .views-row .node--type-specialist .field--name-field-fotografiya img {
  max-width: 100%;
}
@media (min-width: 576px) {
  .body-view--specialists .view-specialists .view-content .views-row .node--type-specialist .field--name-field-fotografiya img {
    max-width: 400px;
  }
}
.body-view--specialists .view-specialists .view-content .views-row .node--type-specialist .field--name-node-title h2 {
  font-size: 28px;
  text-align: center;
}
.body-view--specialists .view-specialists .view-content .views-row:last-child {
  border: none;
}
.body-node--800 .node--type-page.node--view-mode-full .node__content .contacts {
  margin-bottom: 15px;
}
.body-node--800 .node--type-page.node--view-mode-full .node__content .contacts a {
  text-decoration: none;
}
.body-node--800 .node--type-page.node--view-mode-full .node__content .contacts a:hover {
  text-decoration: underline;
}
.not-front #block-webforma {
  margin-top: 25px;
}
body.node-type-page .node__content .field--name-field-prices .field__item {
  margin-bottom: 15px;
}
body.node-type-page .node__content .field--name-field-prices .field__item a {
  text-decoration: none;
  font-size: 18px;
  color: green;
}
body.node-type-page .node__content .field--name-field-prices .field__item a:hover {
  text-decoration: underline;
}
body.body-view--about .node--type-about.node--view-mode-full .field--name-body {
  font-size: 17px;
}
body.body-view--about .node--type-about.node--view-mode-full .field--name-body strong {
  color: #027d10;
  font-size: 18px;
}
#block-diskleymer .alert_metrika .metrika-text a:hover {
  color: #6dde7b;
}
#block-diskleymer .alert_metrika .block-btns button.btn.btn-primary {
  border-radius: 10px;
}
body.node-type-stock .node--type-stock.node--view-mode-full .group-photo {
  display: flex;
  gap: 15px;
  flex-direction: column;
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  body.node-type-stock .node--type-stock.node--view-mode-full .group-photo {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  body.node-type-stock .node--type-stock.node--view-mode-full .group-photo {
    gap: 30px;
  }
}
@media (min-width: 576px) {
  body.node-type-stock .node--type-stock.node--view-mode-full .group-photo {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  body.node-type-stock .node--type-stock.node--view-mode-full .group-photo {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  body.node-type-stock .node--type-stock.node--view-mode-full .group-photo {
    margin-bottom: 100px;
  }
}
body.node-type-stock .node--type-stock.node--view-mode-full .group-photo .field--name-field-photo img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media (min-width: 576px) {
  body.node-type-stock .node--type-stock.node--view-mode-full .group-photo .field--name-field-photo img {
    max-width: 300px;
  }
}
body.node-type-stock .node--type-stock.node--view-mode-full .group-photo .field--name-body {
  font-weight: 700;
  font-size: 20px;
  color: #48860a;
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  body.node-type-stock .node--type-stock.node--view-mode-full .group-photo .field--name-body {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  body.node-type-stock .node--type-stock.node--view-mode-full .group-photo .field--name-body {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  body.node-type-stock .node--type-stock.node--view-mode-full .group-photo .field--name-body {
    margin-bottom: 100px;
  }
}
@media (min-width: 576px) {
  body.node-type-stock .node--type-stock.node--view-mode-full .group-photo .field--name-body {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  body.node-type-stock .node--type-stock.node--view-mode-full .group-photo .field--name-body {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  body.node-type-stock .node--type-stock.node--view-mode-full .group-photo .field--name-body {
    font-size: 24px;
  }
}
body.node-type-stock .node--type-stock.node--view-mode-full > .field--name-field-bloki-tekst {
  display: grid;
  grid-template-columns: 100%;
  gap: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body.node-type-stock .node--type-stock.node--view-mode-full > .field--name-field-bloki-tekst {
    grid-template-columns: 45% 45%;
  }
}
@media (min-width: 992px) {
  body.node-type-stock .node--type-stock.node--view-mode-full > .field--name-field-bloki-tekst {
    gap: 30px;
  }
}
body.node-type-stock .node--type-stock.node--view-mode-full > .field--name-field-bloki-tekst .field--name-field-bloki-tekst h2 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  body.node-type-stock .node--type-stock.node--view-mode-full > .field--name-field-bloki-tekst .field--name-field-bloki-tekst h2 {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  body.node-type-stock .node--type-stock.node--view-mode-full > .field--name-field-bloki-tekst .field--name-field-bloki-tekst h2 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  body.node-type-stock .node--type-stock.node--view-mode-full > .field--name-field-bloki-tekst .field--name-field-bloki-tekst h2 {
    font-size: 25px;
  }
}
body.node-type-stock .node--type-stock.node--view-mode-full > .field--name-field-bloki-tekst .field--name-field-bloki-tekst ul {
  list-style: none;
  padding-inline-start: 0;
  counter-reset: item;
  /* Обнуляем счетчик списка */
}
body.node-type-stock .node--type-stock.node--view-mode-full > .field--name-field-bloki-tekst .field--name-field-bloki-tekst ul li {
  display: flex;
  align-items: center;
  display: grid;
  grid-template-columns: 23px 1fr;
  gap: 0 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  backdrop-filter: blur(20px);
  padding: 16px 20px;
  margin-bottom: 15px;
  font-size: 18px;
}
@media (min-width: 992px) {
  body.node-type-stock .node--type-stock.node--view-mode-full > .field--name-field-bloki-tekst .field--name-field-bloki-tekst ul li {
    padding: 16px 30px;
    gap: 0 47px;
  }
}
body.node-type-stock .node--type-stock.node--view-mode-full > .field--name-field-bloki-tekst .field--name-field-bloki-tekst ul li:nth-child(-n + 9)::before {
  content: "/0" counter(item);
  counter-increment: item;
  /* Задаём имя счетчика */
  font-weight: 700;
  font-size: 14px;
  color: #76b835;
  grid-row: 1/5;
}
body.node-type-stock .node--type-stock.node--view-mode-full .field--name-field-ceny {
  margin-bottom: 30px;
  margin-bottom: 25px;
  margin-bottom: 40px;
  /*  p {
          font-weight: 500;
          font-size: 14px;
          color: rgba(0, 0, 0, 0.5);
        }*/
  font-weight: 700;
  font-size: 22px;
  color: #48860a;
}
@media (min-width: 576px) {
  body.node-type-stock .node--type-stock.node--view-mode-full .field--name-field-ceny {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  body.node-type-stock .node--type-stock.node--view-mode-full .field--name-field-ceny {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  body.node-type-stock .node--type-stock.node--view-mode-full .field--name-field-ceny {
    margin-bottom: 100px;
  }
}
@media (min-width: 576px) {
  body.node-type-stock .node--type-stock.node--view-mode-full .field--name-field-ceny {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  body.node-type-stock .node--type-stock.node--view-mode-full .field--name-field-ceny {
    font-size: 30px;
  }
}
body.node-type-stock .node--type-stock.node--view-mode-full .field--name-field-voprosy {
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  body.node-type-stock .node--type-stock.node--view-mode-full .field--name-field-voprosy {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  body.node-type-stock .node--type-stock.node--view-mode-full .field--name-field-voprosy {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  body.node-type-stock .node--type-stock.node--view-mode-full .field--name-field-voprosy {
    margin-bottom: 100px;
  }
}
body.node-type-stock .node--type-stock.node--view-mode-full .field--name-field-voprosy .field__label {
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body.node-type-stock .node--type-stock.node--view-mode-full .field--name-field-voprosy .field__label {
    margin-bottom: 40px;
  }
}
body.node-type-stock .node--type-stock.node--view-mode-full .field--name-field-voprosy > .field__items {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
}
@media (min-width: 576px) {
  body.node-type-stock .node--type-stock.node--view-mode-full .field--name-field-voprosy > .field__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  body.node-type-stock .node--type-stock.node--view-mode-full .field--name-field-voprosy > .field__items {
    gap: 30px;
  }
}
body.node-type-stock .node--type-stock.node--view-mode-full .field--name-field-voprosy > .field__items > .field__item {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  backdrop-filter: blur(20px);
}
body.node-type-stock .node--type-stock.node--view-mode-full .field--name-field-voprosy > .field__items > .field__item .paragraph--type--voprosy .field--name-field-zaglavie {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  padding: 12px 20px;
  backdrop-filter: blur(20px);
  background: #76b835;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  body.node-type-stock .node--type-stock.node--view-mode-full .field--name-field-voprosy > .field__items > .field__item .paragraph--type--voprosy .field--name-field-zaglavie {
    padding: 16px 30px;
  }
}
body.node-type-stock .node--type-stock.node--view-mode-full .field--name-field-voprosy > .field__items > .field__item .paragraph--type--voprosy .field--name-field-text {
  padding: 16px 20px;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}
@media (min-width: 992px) {
  body.node-type-stock .node--type-stock.node--view-mode-full .field--name-field-voprosy > .field__items > .field__item .paragraph--type--voprosy .field--name-field-text {
    padding: 20px 30px;
  }
}
