@font-face {
  font-family: "arial-r";
  src: url("/sites/all/themes/vesta_theme/less/arial-regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "arial-b";
  src: url("/sites/all/themes/vesta_theme/less/arial-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
html {
  line-height: 1.5;
  font-size: 16px !important;
  color: #38373B;
  font-family: arial-r;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 15px !important;
  }
}
body {
  line-height: inherit;
  background: #fff;
  color: inherit;
  font-family: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
.page > *:not(header,footer) .block-title {
  font-family: arial-b;
  line-height: 1.25;
  margin-bottom: 0.25em;
}
h1 {
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.5rem;
  }
}
h2,
.page > *:not(header,footer) .block-title {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h2,
  .page > *:not(header,footer) .block-title {
    font-size: 1.25rem;
  }
}
h3 {
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.15rem;
  }
}
h4 {
  font-size: 1.15rem;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.1rem;
  }
}
h5 {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 1.05rem;
  }
}
h6 {
  font-size: 1rem;
}
p {
  margin-bottom: 0.5em;
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
  color: #007bff;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a,
input,
button,
textarea,
select {
  text-decoration: none !important;
  transition: 0.3s !important;
}
a:hover,
input:hover,
button:hover,
textarea:hover,
select:hover,
a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus,
a:active,
input:active,
button:active,
textarea:active,
select:active {
  text-decoration: none !important;
  box-shadow: none !important;
}
.not-front main #block-vesta-theme-bloknastranicekontakty .field--name-body a,
.not-front main #block-vesta-theme-content .field--name-body a {
  color: #F12072;
}
.not-front main #block-vesta-theme-bloknastranicekontakty .field--name-body a:hover,
.not-front main #block-vesta-theme-content .field--name-body a:hover {
  color: #38373B;
}
.fal,
.fas,
.far,
.fab {
  font-style: normal;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.col-lg,
.col-md,
.col-sm,
.col-xl,
.col-1,
.col-lg-1,
.col-md-1,
.col-sm-1,
.col-xl-1,
.col-2,
.col-lg-2,
.col-md-2,
.col-sm-2,
.col-xl-2,
.col-3,
.col-lg-3,
.col-md-3,
.col-sm-3,
.col-xl-3,
.col-4,
.col-lg-4,
.col-md-4,
.col-sm-4,
.col-xl-4,
.col-5,
.col-lg-5,
.col-md-5,
.col-sm-5,
.col-xl-5,
.col-6,
.col-lg-6,
.col-md-6,
.col-sm-6,
.col-xl-6,
.col-7,
.col-lg-7,
.col-md-7,
.col-sm-7,
.col-xl-7,
.col-8,
.col-lg-8,
.col-md-8,
.col-sm-8,
.col-xl-8,
.col-9,
.col-lg-9,
.col-md-9,
.col-sm-9,
.col-xl-9,
.col-10,
.col-lg-10,
.col-md-10,
.col-sm-10,
.col-xl-10,
.col-11,
.col-lg-11,
.col-md-11,
.col-sm-11,
.col-xl-11,
.col-12,
.col-lg-12,
.col-md-12,
.col-sm-12,
.col-xl-12,
.col-auto,
.col-lg-auto,
.col-md-auto,
.col-sm-auto,
.col-xl-auto {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .col,
  .col-lg,
  .col-md,
  .col-sm,
  .col-xl,
  .col-1,
  .col-lg-1,
  .col-md-1,
  .col-sm-1,
  .col-xl-1,
  .col-2,
  .col-lg-2,
  .col-md-2,
  .col-sm-2,
  .col-xl-2,
  .col-3,
  .col-lg-3,
  .col-md-3,
  .col-sm-3,
  .col-xl-3,
  .col-4,
  .col-lg-4,
  .col-md-4,
  .col-sm-4,
  .col-xl-4,
  .col-5,
  .col-lg-5,
  .col-md-5,
  .col-sm-5,
  .col-xl-5,
  .col-6,
  .col-lg-6,
  .col-md-6,
  .col-sm-6,
  .col-xl-6,
  .col-7,
  .col-lg-7,
  .col-md-7,
  .col-sm-7,
  .col-xl-7,
  .col-8,
  .col-lg-8,
  .col-md-8,
  .col-sm-8,
  .col-xl-8,
  .col-9,
  .col-lg-9,
  .col-md-9,
  .col-sm-9,
  .col-xl-9,
  .col-10,
  .col-lg-10,
  .col-md-10,
  .col-sm-10,
  .col-xl-10,
  .col-11,
  .col-lg-11,
  .col-md-11,
  .col-sm-11,
  .col-xl-11,
  .col-12,
  .col-lg-12,
  .col-md-12,
  .col-sm-12,
  .col-xl-12,
  .col-auto,
  .col-lg-auto,
  .col-md-auto,
  .col-sm-auto,
  .col-xl-auto {
    max-width: unset;
    flex-basis: 100%;
  }
}
.page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  overflow: hidden;
}
.page > * {
  margin-bottom: 15px;
}
.page > *:last-child {
  margin-bottom: 0;
}
.page > *:not(header,footer) .block-block .content {
  text-align: justify;
}
.page > *:not(header,footer) .block-block .content h1,
.page > *:not(header,footer) .block-block .content h2,
.page > *:not(header,footer) .block-block .content h3,
.page > *:not(header,footer) .block-block .content h4,
.page > *:not(header,footer) .block-block .content h5,
.page > *:not(header,footer) .block-block .content h6 {
  text-align: left;
}
.breadcrumbs .breadcrumb {
  display: block;
  text-align: justify;
  margin-bottom: 0;
  color: #808080;
  font-size: 13px;
  padding: 0.75rem 0;
  background-color: transparent;
  border-radius: 0;
}
main {
  flex-grow: 1;
  margin-bottom: 0;
}
main .block {
  margin-bottom: 15px;
}
main .region-facets {
  margin-bottom: 15px;
}
main .region-facets .block {
  margin-bottom: 0;
}
main > .container > .row {
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  main > .container > .row {
    flex-wrap: wrap;
  }
}
.main-content-column {
  flex-grow: 1;
  padding-left: 0;
  padding-right: 0;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .main-content-column {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main-content-column:first-child {
  padding-left: 15px;
}
.main-content-column:last-child {
  padding-right: 15px;
}
.help-block,
.control-group .help-inline {
  margin: 0;
}
#mobile-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background-color: #fff;
  z-index: 100;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  #mobile-header {
    display: flex;
  }
}
#mobile-header .page-header {
  flex-grow: 1;
  font-weight: 300;
  align-self: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 5px;
}
#mobile-header > a {
  color: inherit;
  font-size: 32px;
  line-height: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  min-width: 45px;
}
.mm-page {
  /*.mobile({padding-top: @mobile-header-height;})*/
}
@media screen and (max-width: 767px) {
  .mm-page {
    padding-top: 80px;
  }
}
.mm-menu {
  background-color: #fff;
  color: inherit;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #000;
  font-weight: bold;
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before,
.mm-menu .mm-listview > li .mm-next:after {
  border-color: #000000;
}
.mm-menu .block .block-title {
  height: 40px;
  background-color: #fff;
  padding: 10px 20px 10px 20px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  text-align: center;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-menu .mm-navbar + .block .block-title {
  margin-top: -40px;
}
.mm-menu.mm-position-right {
  left: auto;
}
html.mm-opening.mm-position-right .mm-slideout {
  transform: translate3d(-80%, 0, 0);
}
@media (min-width: 550px) {
  html.mm-opening.mm-position-right .mm-slideout {
    transform: translate3d(-440px, 0, 0);
  }
}
.mm-listview > li:not(.mm-divider):after {
  left: 0;
}
.mm-listview {
  margin: 0 !important;
}
.mm-listview li {
  float: none;
}
.mm-listview li a.active {
  background: #38373B !important;
  color: #fff !important;
}
.mm-listview li a:hover {
  background: #38373B !important;
  color: #fff !important;
}
.mm-listview > li > a,
.mm-listview > li > span {
  padding: 20px 10px 20px 20px;
  font-weight: bold;
}
.mm-listview a,
.mm-listview .mm-next {
  font-weight: bold;
}
.mm-panels > .mm-panel {
  padding-left: 0;
  padding-right: 0;
}
.mm-panels > .mm-panel:before,
.mm-panels > .mm-panel:after {
  display: none;
}
.mm-slideout {
  z-index: inherit;
}
.mm-page {
  display: flex;
  flex-direction: column;
}
.btn {
  font-size: inherit;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn-default {
  color: #fff;
  background-color: #2da0ce;
  border-color: #2da0ce;
}
.btn-default:focus,
.btn-default:hover {
  color: #fff;
  background-color: #0a75a0;
  border-color: #0a75a0;
}
.block,
.view .node {
  position: relative;
}
#scrollToTop {
  width: 37px;
  height: 21px;
  background: none;
  text-indent: 0;
  font-size: 0;
  transition: transform 0.2s;
  border: 0px;
  outline: 0px;
  display: flex;
  bottom: 120px;
  cursor: pointer;
  position: fixed;
  right: 75px;
  z-index: 500;
  transition: 0.2s;
  background-image: url(/sites/all/themes/vesta_theme/image/up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #scrollToTop {
    transform: scale(0.95);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #scrollToTop {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 767px) {
  #scrollToTop {
    bottom: 40px;
    right: 10px;
    transform: scale(0.8);
  }
}
#scrollToTop:hover {
  opacity: 1;
  transform: scale(1.05);
}
#scrollToTop:active {
  transform: scale(0.95);
  transition-duration: 0s;
}
.title_block {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: arial-b !important;
  font-size: 32px !important;
  font-weight: bold !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: normal;
  text-align: left;
  color: #38373B;
  text-transform: uppercase;
}
.title_block:before {
  content: url(/sites/all/themes/vesta_theme/image/slash.svg);
  font-size: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .title_block:before {
    content: url(/sites/all/themes/vesta_theme/image/slash1.svg);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .title_block:before {
    content: url(/sites/all/themes/vesta_theme/image/slash2.svg);
  }
}
@media screen and (max-width: 767px) {
  .title_block:before {
    content: url(/sites/all/themes/vesta_theme/image/slash3.svg);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .title_block {
    font-size: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .title_block {
    font-size: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .title_block {
    font-size: 18px !important;
    text-align: center;
    justify-content: center;
  }
}
.pink_btn {
  display: block;
  width: max-content;
  padding: 15px 24px;
  border: 3px solid #F12072;
  background-color: #F12072;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .pink_btn {
    padding: 14px 20px;
    border: 2px solid #F12072;
    font-size: 16px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .pink_btn {
    padding: 13px 15px;
    border: 1px solid #F12072;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  .pink_btn {
    padding: 12px;
    border: 1px solid #F12072;
    font-size: 14px !important;
  }
}
.pink_btn_hover {
  background-color: transparent;
  color: #38373B;
}
button.slick-arrow {
  width: 13px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
button.slick-arrow::before {
  content: '';
  display: block;
  position: relative;
  width: 13px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 0;
  opacity: 1 !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  button.slick-arrow {
    width: 12px;
    height: 21px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  button.slick-arrow {
    width: 11px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  button.slick-arrow {
    width: 10px;
    height: 20px;
  }
}
button.slick-prev.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow_l1.svg");
}
button.slick-next.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow_r1.svg");
}
.product-body1 .field-group-tabs-wrapper,
.product-body1 .field--name-dynamic-token-fieldcommerce-product-zapisatsya-na-zamer {
  display: none;
}
.product-body1 .field--name-body {
  margin-top: 5px;
}
.product-body1 .field--name-body * {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #38373b;
  margin: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-body1 .field--name-body * {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-body1 .field--name-body * {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .product-body1 .field--name-body * {
    font-size: 14px;
  }
}
.product-teaser {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 60px;
}
.product-teaser .product-teaser-image {
  max-width: 663px;
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements {
  /*.nav-slide.slick-initialized.slick-slider{
          .slick-list.draggable{
            margin: 0 -5px;
            .slick-track{
              .element.slick-slide{
                margin: 0 5px;
                max-width: 118px;
                min-width: 118px;
                max-height: 118px;
                min-height: 118px;
                img{
                  max-width: 118px;
                  max-height: 118px;
                  max-width: 118px;
                  min-width: 118px;
                  max-height: 118px;
                  min-height: 118px;
                  object-fit: cover;
                }
              }
            }
          }
        }*/
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider {
  margin: 0 0 10px;
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .element img {
  max-width: 663px;
  min-width: 663px;
  max-height: 380px;
  min-height: 380px;
  object-fit: cover;
  border-radius: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .element img {
    max-width: 500px;
    min-width: 500px;
    max-height: 270px;
    min-height: 270px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .element img {
    max-width: 738px;
    min-width: 738px;
    max-height: 420px;
    min-height: 420px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .element img {
    max-width: 546px;
    min-width: 546px;
    max-height: 320px;
    min-height: 320px;
  }
}
@media screen and (max-width: 575px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .element img {
    max-width: 500px;
    min-width: 500px;
    max-height: 270px;
    min-height: 270px;
  }
}
@media screen and (max-width: 530px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .element img {
    max-width: 450px;
    min-width: 450px;
    max-height: 230px;
    min-height: 230px;
  }
}
@media screen and (max-width: 480px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .element img {
    max-width: 400px;
    min-width: 400px;
    max-height: 200px;
    min-height: 200px;
  }
}
@media screen and (max-width: 430px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .element img {
    max-width: 350px;
    min-width: 350px;
    max-height: 200px;
    min-height: 200px;
  }
}
@media screen and (max-width: 380px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .element img {
    max-width: 330px;
    min-width: 330px;
    max-height: 150px;
    min-height: 150px;
  }
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide {
  display: none !important;
}
.product-teaser .product-teaser-image .field-group-tabs-wrapper,
.product-teaser .product-teaser-image .field--name-dynamic-token-fieldcommerce-product-zapisatsya-na-zamer {
  display: none;
}
.product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select {
  display: block;
  margin-top: 26px;
}
.product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 38px;
}
.product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row {
  width: 195px;
}
.product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row * {
  cursor: pointer;
}
.product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row .views-field-field-variation-image {
  width: 100%;
  height: 141px;
  border-radius: 5px;
  overflow: hidden;
}
.product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row .views-field-field-variation-image * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row .views-field-field-variation-image {
    height: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row .views-field-field-variation-image {
    height: 100px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row .views-field-field-variation-image {
    height: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row .views-field-field-variation-image {
    height: 80px;
  }
}
.product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row .views-field-title {
  margin-top: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #38373b;
  transition: 0.3s;
  text-transform: uppercase;
}
.product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row .views-field-title:after {
  content: '';
  display: block;
  width: 136px;
  height: 6px;
  border-radius: 20px;
  background-color: #F12072;
  font-size: 0;
  margin-top: 15px;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row .views-field-title:after {
    width: 120px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row .views-field-title:after {
    width: 100px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row .views-field-title:after {
    width: 80px;
    margin-top: 5px;
  }
}
.product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row .views-field-title * {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #38373b;
  transition: 0.3s;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row .views-field-title * {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row .views-field-title * {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row .views-field-title * {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row .views-field-title {
    margin-top: 5px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row .views-field-title {
    margin-top: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row .views-field-title {
    margin-top: 5px;
    font-size: 12px;
  }
}
.product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row .views-field-variation-id {
  display: none;
}
.product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row:hover .views-field-title {
  color: #F12072;
}
.product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row:hover .views-field-title * {
  color: #F12072;
}
.product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row:hover .views-field-title:after {
  opacity: 1;
}
.product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row.clicked .views-field-title {
  color: #F12072;
}
.product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row.clicked .views-field-title * {
  color: #F12072;
}
.product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row.clicked .views-field-title:after {
  opacity: 1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row {
    width: 146px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row {
    width: 169px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row {
    width: 175px !important;
  }
}
@media screen and (max-width: 767px) {
  .product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content .views-row {
    width: calc(50% - 5px);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content {
    gap: 20px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content {
    gap: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-teaser .product-teaser-image .field--name-dynamic-block-fieldcommerce-product-variation-select .view-variation-select .view-content {
    gap: 10px;
  }
}
.product-teaser .product-teaser-image .field--name-variations {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-teaser .product-teaser-image {
    max-width: 500px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-teaser .product-teaser-image {
    max-width: 738px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .product-teaser .product-teaser-image {
    max-width: 546px;
  }
}
@media screen and (max-width: 575px) {
  .product-teaser .product-teaser-image {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 530px) {
  .product-teaser .product-teaser-image {
    max-width: 450px;
  }
}
@media screen and (max-width: 480px) {
  .product-teaser .product-teaser-image {
    max-width: 400px;
  }
}
@media screen and (max-width: 430px) {
  .product-teaser .product-teaser-image {
    max-width: 350px;
  }
}
@media screen and (max-width: 380px) {
  .product-teaser .product-teaser-image {
    max-width: 330px;
  }
}
.product-teaser .product-teaser-info {
  width: 430px;
}
.product-teaser .product-teaser-info .field-group-tabs-wrapper {
  display: none;
}
.product-teaser .product-teaser-info .field--name-field-zagolovok-vnutrennyaya {
  margin-top: 24px;
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #F12072;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-teaser .product-teaser-info .field--name-field-zagolovok-vnutrennyaya {
    margin-top: 20px;
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-teaser .product-teaser-info .field--name-field-zagolovok-vnutrennyaya {
    margin-top: 15px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .product-teaser .product-teaser-info .field--name-field-zagolovok-vnutrennyaya {
    margin-top: 10px;
    font-size: 20px;
  }
}
.product-teaser .product-teaser-info .field--name-field-description {
  margin-top: 60px;
}
.product-teaser .product-teaser-info .field--name-field-description ul {
  padding-left: 25px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.product-teaser .product-teaser-info .field--name-field-description ul li {
  line-height: 140%;
  width: max-content;
}
.product-teaser .product-teaser-info .field--name-field-description * {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-teaser .product-teaser-info .field--name-field-description * {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-teaser .product-teaser-info .field--name-field-description * {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .product-teaser .product-teaser-info .field--name-field-description * {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-teaser .product-teaser-info .field--name-field-description {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-teaser .product-teaser-info .field--name-field-description {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-teaser .product-teaser-info .field--name-field-description {
    margin-top: 20px;
  }
}
.product-teaser .product-teaser-info .variation_price {
  display: flex;
  justify-content: start;
  gap: 10px;
  margin-top: 40px;
  font-size: 36px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #F12072;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-teaser .product-teaser-info .variation_price {
    margin-top: 30px;
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-teaser .product-teaser-info .variation_price {
    margin-top: 20px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .product-teaser .product-teaser-info .variation_price {
    margin-top: 20px;
    font-size: 24px;
  }
}
.product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zapisatsya-na-zamer {
  margin-top: 25px;
  display: flex;
  justify-content: start;
}
.product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zapisatsya-na-zamer a {
  display: block;
  width: max-content;
  padding: 15px 24px;
  border: 3px solid #F12072;
  background-color: #F12072;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zapisatsya-na-zamer a {
    padding: 14px 20px;
    border: 2px solid #F12072;
    font-size: 16px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zapisatsya-na-zamer a {
    padding: 13px 15px;
    border: 1px solid #F12072;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  .product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zapisatsya-na-zamer a {
    padding: 12px;
    border: 1px solid #F12072;
    font-size: 14px !important;
  }
}
.product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zapisatsya-na-zamer a:hover {
  background-color: transparent;
  color: #38373B;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zapisatsya-na-zamer {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zapisatsya-na-zamer {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zapisatsya-na-zamer {
    margin-top: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-teaser .product-teaser-info {
    width: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-teaser .product-teaser-info {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-teaser {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .product-teaser {
    flex-wrap: wrap;
  }
}
.product-view-full .product-body1 h1 {
  margin-top: 35px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-view-full .product-body1 h1 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-view-full .product-body1 h1 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .product-body1 h1 {
    margin-top: 20px;
  }
}
.product-view-full .field-group-tabs-wrapper {
  margin-top: 60px;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs {
  border: none;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list {
  background: transparent;
  display: flex;
  gap: 74px;
  border-bottom: none;
  position: relative;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button {
  background: transparent;
  border: none !important;
  min-width: 0;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a {
  padding: 0 0 15px;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #38373b;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a * {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #38373b;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a * {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a * {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a * {
    font-size: 12px;
  }
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a:after {
  content: '';
  transition: 0.3s;
  position: absolute;
  bottom: -1.5px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 6px;
  width: calc(100% + 6px);
  background-color: #F12072;
  border-radius: 20px;
  opacity: 0;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a:hover {
  color: #F12072;
  background-color: transparent;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a:hover * {
  color: #F12072;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a:hover:after {
  opacity: 1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a {
    font-size: 18px;
  }
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button.selected a {
  color: #F12072;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button.selected a * {
  color: #F12072;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button.selected a:after {
  opacity: 1;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list:after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  height: 3px;
  width: calc(100% + 6px);
  background-color: rgba(56, 55, 59, 0.3);
  border-radius: 20px;
  z-index: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list {
    gap: 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list {
    gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list {
    gap: 15px;
  }
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane {
  margin-top: 25px;
  padding: 0;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .details-wrapper {
  padding: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane {
    margin-top: 10px;
  }
}
.product-view-full .field-group-tabs-wrapper .field--name-field-opisanie-vkladka img,
.product-view-full .field-group-tabs-wrapper .field--name-field-zamer img,
.product-view-full .field-group-tabs-wrapper .field--name-field-uhod img {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.product-view-full .field-group-tabs-wrapper .field--name-field-zamer img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-view-full .field-group-tabs-wrapper .field--name-field-zamer table {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-view-full .field-group-tabs-wrapper .field--name-field-zamer table tbody tr {
  display: flex;
  gap: 20px;
}
.product-view-full .field-group-tabs-wrapper .field--name-field-zamer table tbody tr td {
  width: 50%;
}
.product-view-full .field-group-tabs-wrapper .field--name-field-zamer table tbody tr td:nth-child(1) {
  align-items: end;
  text-align: right;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-view-full .field-group-tabs-wrapper {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-view-full .field-group-tabs-wrapper {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .field-group-tabs-wrapper {
    margin-top: 20px;
  }
}
.product-view-full > .field-group-tabs-wrapper {
  display: none !important;
}
.product-view-full .horizontal-tabs {
  margin-top: 60px;
  border: none;
}
.product-view-full .horizontal-tabs .tab-links {
  background: transparent;
  display: flex;
  gap: 74px;
  border-bottom: none;
  position: relative;
  padding: 0 0 15px;
  margin: 0;
}
.product-view-full .horizontal-tabs .tab-links:after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  height: 3px;
  width: calc(100% + 6px);
  background-color: rgba(56, 55, 59, 0.3);
  border-radius: 20px;
  z-index: 0;
}
.product-view-full .horizontal-tabs .tab-links li {
  background: transparent;
  border: none !important;
  min-width: 0;
}
.product-view-full .horizontal-tabs .tab-links li::marker {
  font-size: 0;
}
.product-view-full .horizontal-tabs .tab-links li a {
  padding: 0 0 15px;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #38373b;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.product-view-full .horizontal-tabs .tab-links li a * {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #38373b;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-view-full .horizontal-tabs .tab-links li a * {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-view-full .horizontal-tabs .tab-links li a * {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .horizontal-tabs .tab-links li a * {
    font-size: 12px;
  }
}
.product-view-full .horizontal-tabs .tab-links li a:after {
  content: '';
  transition: 0.3s;
  position: absolute;
  bottom: -1.5px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 6px;
  width: calc(100% + 6px);
  background-color: #F12072;
  border-radius: 20px;
  opacity: 0;
}
.product-view-full .horizontal-tabs .tab-links li a:hover {
  color: #F12072;
  background-color: transparent;
}
.product-view-full .horizontal-tabs .tab-links li a:hover * {
  color: #F12072;
}
.product-view-full .horizontal-tabs .tab-links li a:hover:after {
  opacity: 1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-view-full .horizontal-tabs .tab-links li a {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-view-full .horizontal-tabs .tab-links li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .horizontal-tabs .tab-links li a {
    font-size: 12px;
  }
}
.product-view-full .horizontal-tabs .tab-links li.active a {
  color: #F12072;
}
.product-view-full .horizontal-tabs .tab-links li.active a * {
  color: #F12072;
}
.product-view-full .horizontal-tabs .tab-links li.active a:after {
  opacity: 1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-view-full .horizontal-tabs .tab-links {
    gap: 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-view-full .horizontal-tabs .tab-links {
    gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .horizontal-tabs .tab-links {
    gap: 15px;
  }
}
.product-view-full .horizontal-tabs .tab-content {
  margin-top: 25px;
  padding: 0;
}
.product-view-full .horizontal-tabs .tab-content .details-wrapper {
  padding: 0;
}
.product-view-full .horizontal-tabs .tab-content .tab {
  display: none;
}
.product-view-full .horizontal-tabs .tab-content .tab .field-group-tabs-wrapper {
  margin-top: 0 !important;
}
.product-view-full .horizontal-tabs .tab-content .tab .field-group-tabs-wrapper .horizontal-tabs {
  margin-top: 0 !important;
}
.product-view-full .horizontal-tabs .tab-content .tab .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list {
  display: none;
}
.product-view-full .horizontal-tabs .tab-content .tab .field--name-dynamic-token-fieldcommerce-product-zapisatsya-na-zamer {
  display: none;
}
.product-view-full .horizontal-tabs .tab-content .tab.active {
  display: block;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-view-full .horizontal-tabs .tab-content {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-view-full .horizontal-tabs .tab-content {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .horizontal-tabs .tab-content {
    margin-top: 10px;
  }
}
.product-view-full .horizontal-tabs .field--name-field-opisanie-vkladka img,
.product-view-full .horizontal-tabs .field--name-field-zamer img,
.product-view-full .horizontal-tabs .field--name-field-uhod img {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.product-view-full .horizontal-tabs .field--name-field-zamer img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-view-full .horizontal-tabs .field--name-field-zamer table {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-view-full .horizontal-tabs .field--name-field-zamer table tbody tr {
  display: flex;
  gap: 20px;
}
.product-view-full .horizontal-tabs .field--name-field-zamer table tbody tr td {
  width: 50%;
}
.product-view-full .horizontal-tabs .field--name-field-zamer table tbody tr td:nth-child(1) {
  align-items: end;
  text-align: right;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-view-full .horizontal-tabs {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-view-full .horizontal-tabs {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .horizontal-tabs {
    margin-top: 20px;
  }
}
.product-view-full > .field--name-dynamic-token-fieldcommerce-product-zapisatsya-na-zamer {
  display: none;
}
ul.slick-dots {
  display: flex;
  gap: 6px;
  left: 50%;
  transform: translateX(-50%);
}
ul.slick-dots li {
  max-width: 11px;
  min-width: 11px;
  max-height: 11px;
  min-height: 11px;
  margin: 0!important;
  overflow: hidden;
}
ul.slick-dots li button {
  max-width: 11px;
  min-width: 11px;
  max-height: 11px;
  min-height: 11px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5600000000000001);
  border-radius: 50%;
}
ul.slick-dots li button::before {
  display: none;
}
ul.slick-dots li.slick-active button {
  background: #fff;
}
.field--name-field-materialy {
  display: flex;
  gap: 30px;
}
.field--name-field-materialy .field__item {
  border-radius: 20px;
  box-shadow: 2px 4px 15px -2px rgba(231, 133, 171, 0.63);
  background-color: rgba(255, 255, 255, 0.63);
  overflow: hidden;
}
.field--name-field-materialy .field__item img {
  height: 200px !important;
}
.field--name-field-materialy .field__item .field__item {
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
}
.field--name-field-materialy .field__item .field--name-node-title {
  padding-left: 33px;
  padding-right: 33px;
  margin: 24px 0 48px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #38373B;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.field--name-field-materialy .field__item .field--name-node-title * {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #38373B;
  text-transform: uppercase;
  transition: 0.3s;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .field--name-field-materialy .field__item .field--name-node-title * {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .field--name-field-materialy .field__item .field--name-node-title * {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .field--name-field-materialy .field__item .field--name-node-title * {
    font-size: 14px;
  }
}
.field--name-field-materialy .field__item .field--name-node-title a *:hover {
  color: #F12072;
}
.field--name-field-materialy .field__item .field--name-node-title a:hover {
  color: #F12072;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .field--name-field-materialy .field__item .field--name-node-title {
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .field--name-field-materialy .field__item .field--name-node-title {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .field--name-field-materialy .field__item .field--name-node-title {
    font-size: 14px;
    min-height: 35px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .field--name-field-materialy .field__item {
    width: 270px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .field--name-field-materialy .field__item {
    width: 218px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .field--name-field-materialy .field__item {
    width: 226px !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .field--name-field-materialy .field__item {
    width: 258px !important;
  }
}
.field--name-field-materialy .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.field--name-field-materialy .slick-track {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  width: max-content !important;
}
.field--name-field-materialy .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
  height: inherit;
}
@media screen and (max-width: 575px) {
  .field--name-field-materialy .slick-slide {
    margin-right: 30px;
    margin-left: 30px;
  }
}
.field--name-field-materialy .slick-prev {
  left: -60px;
}
@media screen and (max-width: 1350px) {
  .field--name-field-materialy .slick-prev {
    left: -15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .field--name-field-materialy .slick-prev {
    left: -15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .field--name-field-materialy .slick-prev {
    left: -15px;
  }
}
@media screen and (max-width: 767px) {
  .field--name-field-materialy .slick-prev {
    left: 0px;
  }
}
.field--name-field-materialy .slick-next {
  right: -60px;
}
@media screen and (max-width: 1350px) {
  .field--name-field-materialy .slick-next {
    right: -15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .field--name-field-materialy .slick-next {
    right: -15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .field--name-field-materialy .slick-next {
    right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .field--name-field-materialy .slick-next {
    right: 0px;
  }
}
@media screen and (max-width: 575px) {
  .field--name-field-materialy {
    gap: 15px;
  }
}
.field--name-dynamic-block-fieldcommerce-product-variation-select {
  display: none;
}
div#page {
  background: transparent;
  overflow: visible !important;
}
div#page header#header {
  margin: 0;
  position: relative;
  z-index: 450;
  background-color: #fff;
}
div#page header#header .header-block {
  padding: 7px 0 4px;
}
@media screen and (max-width: 767px) {
  div#page header#header .header-block {
    display: none;
  }
}
div#page header#header .header-block .region.region-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 58px;
}
div#page header#header .header-block .region.region-header #block-vesta-theme-logo .field--name-body img {
  width: 122px !important;
  height: 100px !important;
  object-fit: contain;
}
div#page header#header .header-block .region.region-header div#block-vesta-theme-kontakty .field.field--name-body {
  display: flex;
  gap: 20px 45px;
  align-items: center;
}
div#page header#header .header-block .region.region-header div#block-vesta-theme-kontakty .field.field--name-body .social {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
div#page header#header .header-block .region.region-header div#block-vesta-theme-kontakty .field.field--name-body .social a {
  display: block;
  width: 35px;
  height: 35px;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
div#page header#header .header-block .region.region-header div#block-vesta-theme-kontakty .field.field--name-body .social .wp {
  background-image: url(/sites/all/themes/vesta_theme/image/wp.svg);
}
div#page header#header .header-block .region.region-header div#block-vesta-theme-kontakty .field.field--name-body .social .tg {
  background-image: url(/sites/all/themes/vesta_theme/image/tg.svg);
}
div#page header#header .header-block .region.region-header div#block-vesta-theme-kontakty .field.field--name-body .tel {
  display: flex;
  gap: 8px;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: -0.24px;
  text-align: left;
  color: #38373B;
}
div#page header#header .header-block .region.region-header div#block-vesta-theme-kontakty .field.field--name-body .tel strong {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: -0.24px;
  text-align: left;
  color: #F12072;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page header#header .header-block .region.region-header div#block-vesta-theme-kontakty .field.field--name-body .tel strong {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page header#header .header-block .region.region-header div#block-vesta-theme-kontakty .field.field--name-body .tel strong {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  div#page header#header .header-block .region.region-header div#block-vesta-theme-kontakty .field.field--name-body .tel strong {
    font-size: 18px;
  }
}
div#page header#header .header-block .region.region-header div#block-vesta-theme-kontakty .field.field--name-body .tel:hover {
  color: #F12072;
}
div#page header#header .header-block .region.region-header div#block-vesta-theme-kontakty .field.field--name-body .tel:before {
  content: url(/sites/all/themes/vesta_theme/image/phone.svg);
  font-size: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page header#header .header-block .region.region-header div#block-vesta-theme-kontakty .field.field--name-body .tel {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page header#header .header-block .region.region-header div#block-vesta-theme-kontakty .field.field--name-body .tel {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  div#page header#header .header-block .region.region-header div#block-vesta-theme-kontakty .field.field--name-body .tel {
    font-size: 18px;
  }
}
div#page header#header .header-block .region.region-header div#block-vesta-theme-kontakty .field.field--name-body:after {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page header#header .header-block .region.region-header div#block-vesta-theme-kontakty .field.field--name-body {
    gap: 15px 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page header#header .header-block .region.region-header div#block-vesta-theme-kontakty .field.field--name-body {
    gap: 15px 25px;
  }
}
@media screen and (max-width: 767px) {
  div#page header#header .header-block .region.region-header div#block-vesta-theme-kontakty .field.field--name-body {
    gap: 15px;
  }
}
div#page header#header .header-block .region.region-header .search-form.search-block-form form {
  display: flex;
}
div#page header#header .header-block .region.region-header .search-form.search-block-form form .js-form-item.form-item.js-form-type-search.form-type-search input {
  height: 40px;
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  border-radius: 4px 0px 0px 4px;
  width: 100%;
  margin: 0;
  flex: 1 1 auto;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #2b9bc7;
}
div#page header#header .header-block .region.region-header .search-form.search-block-form .form-actions.js-form-wrapper.form-wrapper {
  position: relative;
}
div#page header#header .header-block .region.region-header .search-form.search-block-form .form-actions.js-form-wrapper.form-wrapper input {
  margin-right: 0;
  border: 1px solid #2da0ce;
  border-width: 1px 1px 1px 0px;
  border-radius: 0px 4px 4px 0px;
  background-color: #2da0ce;
  color: #fff 0;
  padding: 0;
  min-height: unset;
  min-width: unset;
  font-size: 0;
  width: 50px;
  height: 100%;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
div#page header#header .header-block .region.region-header .search-form.search-block-form .form-actions.js-form-wrapper.form-wrapper input:hover {
  background-color: #0a75a0;
}
div#page header#header .header-block .region.region-header .search-form.search-block-form .form-actions.js-form-wrapper.form-wrapper::before {
  content: '';
  background-image: url("/sites/all/themes/vesta_theme/image/search.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
div#page header#header .header-block .region.region-header #block-vesta-theme-knopkaostavitzayavku .field--name-body a {
  display: block;
  width: max-content;
  padding: 15px 24px;
  border: 3px solid #F12072;
  background-color: #F12072;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: transparent;
  color: #38373B;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page header#header .header-block .region.region-header #block-vesta-theme-knopkaostavitzayavku .field--name-body a {
    padding: 14px 20px;
    border: 2px solid #F12072;
    font-size: 16px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page header#header .header-block .region.region-header #block-vesta-theme-knopkaostavitzayavku .field--name-body a {
    padding: 13px 15px;
    border: 1px solid #F12072;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  div#page header#header .header-block .region.region-header #block-vesta-theme-knopkaostavitzayavku .field--name-body a {
    padding: 12px;
    border: 1px solid #F12072;
    font-size: 14px !important;
  }
}
div#page header#header .header-block .region.region-header #block-vesta-theme-knopkaostavitzayavku .field--name-body a:hover {
  display: block;
  width: max-content;
  padding: 15px 24px;
  border: 3px solid #F12072;
  background-color: #F12072;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page header#header .header-block .region.region-header #block-vesta-theme-knopkaostavitzayavku .field--name-body a:hover {
    padding: 14px 20px;
    border: 2px solid #F12072;
    font-size: 16px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page header#header .header-block .region.region-header #block-vesta-theme-knopkaostavitzayavku .field--name-body a:hover {
    padding: 13px 15px;
    border: 1px solid #F12072;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  div#page header#header .header-block .region.region-header #block-vesta-theme-knopkaostavitzayavku .field--name-body a:hover {
    padding: 12px;
    border: 1px solid #F12072;
    font-size: 14px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page header#header .header-block .region.region-header {
    gap: 15px 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page header#header .header-block .region.region-header {
    gap: 15px 38px;
  }
}
@media screen and (max-width: 767px) {
  div#page header#header .header-block .region.region-header {
    gap: 15px 28px;
  }
}
div#page header#header .header-mobile-block {
  display: none;
}
div#page header#header .header-mobile-block #block-vesta-theme-logo-2 .field--name-body img {
  width: 67px !important;
  height: 55px !important;
  object-fit: contain;
}
div#page header#header .header-mobile-block #block-vesta-theme-kontaktyadaptiv .field--name-body .tel {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: -0.24px;
  text-align: left;
  color: #38373B;
}
div#page header#header .header-mobile-block #block-vesta-theme-kontaktyadaptiv .field--name-body .tel strong {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: -0.24px;
  text-align: left;
  color: #F12072;
}
div#page header#header .header-mobile-block #block-vesta-theme-kontaktyadaptiv .field--name-body .tel:hover {
  color: #F12072;
}
div#page header#header .header-mobile-block #block-vesta-theme-kontaktyadaptiv .field--name-body .tel:before {
  content: url(/sites/all/themes/vesta_theme/image/phone_m.svg);
  font-size: 0;
}
div#page header#header .header-mobile-block #block-vesta-theme-knopkaotkrytmobilnoemenyu .field--name-body a {
  display: block;
  width: 44px;
  height: 23px;
  font-size: 0;
}
div#page header#header .header-mobile-block #block-vesta-theme-knopkaotkrytmobilnoemenyu .field--name-body a:before {
  content: url(/sites/all/themes/vesta_theme/image/burger_menu.svg);
  font-size: 0;
}
div#page header#header .header-mobile-block #block-vesta-theme-knopkaotkrytmobilnoemenyu .field--name-body a * {
  display: none;
}
@media screen and (max-width: 767px) {
  div#page header#header .header-mobile-block {
    padding: 16px 0 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #F1F1F1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
div#page .navigation {
  position: sticky;
  top: 0;
  left: 0;
  margin: 0;
  padding-top: 12px;
  box-shadow: 0 2px 16.6px 0 rgba(125, 125, 125, 0.25);
  z-index: 400;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  div#page .navigation {
    display: none;
  }
}
div#page .navigation .region.region-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul > li:first-child > a {
  color: #F12072;
  padding-bottom: 16px;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a {
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a:hover {
  color: #F12072;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a {
    font-size: 12px;
  }
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a.menuparent {
  display: flex;
  gap: 6px;
  align-items: center;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a.menuparent:after {
  content: url(/sites/all/themes/vesta_theme/image/chevron.svg);
  font-size: 0;
  transition: 0.3s;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a.menuparent .sf-sub-indicator {
  display: none;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a.menuparent:hover:after {
  content: url(/sites/all/themes/vesta_theme/image/chevron_p.svg);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a.menuparent {
    gap: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a.menuparent {
    gap: 2px;
  }
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li > ul {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  overflow: hidden;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li.menuparent > ul {
  opacity: 0;
  top: 28px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li.menuparent > ul li a {
  font-size: 14px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li.menuparent > ul li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li.menuparent > ul li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li.menuparent > ul {
    top: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li.menuparent > ul {
    top: 16px;
  }
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul li.menuparent:hover > ul {
  opacity: 1;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul:after {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page .navigation .region.region-navigation div#block-vesta-theme-osnovnayanavigaciya-2 > ul {
    gap: 10px;
  }
}
div#page .navigation .region.region-navigation div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary a {
  display: flex;
  position: relative;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary a span.cart-block--summary__icon img {
  width: 30px;
  max-width: 30px;
  max-height: 30px;
  object-fit: cover;
}
div#page .navigation .region.region-navigation div#block-vesta-theme-korzina .cart--cart-block .cart-block--summary a span.cart-block--summary__count {
  position: absolute;
  bottom: 5px;
  left: calc(100% - 30px);
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 1px 2px 1px;
  min-width: 20px;
  height: 20px;
  font-size: 12px;
  color: #303030;
  line-height: 1;
  font-family: inherit;
  font-weight: unset;
  opacity: 1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page .navigation {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page .navigation {
    padding-top: 5px;
    padding-bottom: 10px;
  }
}
div#page div#slider-block {
  margin-bottom: 0;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content {
  margin-bottom: 0;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .node.node--type-slide.node--view-mode-default.ds-1col .field.field--name-field-image.field--type-image {
  background-color: #38373B;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .node.node--type-slide.node--view-mode-default.ds-1col .field.field--name-field-image.field--type-image img {
  width: 100% !important;
  height: 355px !important;
  object-fit: cover;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .node.node--type-slide.node--view-mode-default.ds-1col .content {
  position: absolute;
  top: 60px;
  bottom: 80px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  color: #fff;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-title * {
  font-family: arial-b !important;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-title * {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-title * {
    font-size: 20px;
  }
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-title strong {
  font-family: arial-b !important;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field.field--name-body {
  margin-top: 13px;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field.field--name-body * {
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-shadow: 1px 1px #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field.field--name-body * {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field.field--name-body * {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field.field--name-body {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field.field--name-body {
    margin-top: 5px;
  }
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-link {
  margin-top: 27px;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-link a {
  display: block;
  width: max-content;
  padding: 15px 24px;
  border: 3px solid #F12072;
  background-color: #F12072;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-link a {
    padding: 14px 20px;
    border: 2px solid #F12072;
    font-size: 16px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-link a {
    padding: 13px 15px;
    border: 1px solid #F12072;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-link a {
    padding: 12px;
    border: 1px solid #F12072;
    font-size: 14px !important;
  }
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-link a:hover {
  background-color: transparent;
  color: #38373B;
  color: #fff;
  text-shadow: 1px 1px #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-link {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-link {
    margin-top: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .node.node--type-slide.node--view-mode-default.ds-1col .content {
    top: 60px;
    bottom: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .node.node--type-slide.node--view-mode-default.ds-1col .content {
    top: 60px;
    bottom: 50px;
  }
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .contextual {
  right: 30px;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-dots {
  bottom: 60px;
  width: 1170px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-dots {
    bottom: 50px;
    width: 960px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-dots {
    bottom: 40px;
    width: 738px;
  }
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content button.slick-prev.slick-arrow {
  left: 50%;
  transform: translateX(-665px);
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content button.slick-prev.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow_l.svg");
}
@media screen and (max-width: 1375px) {
  div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content button.slick-prev.slick-arrow {
    left: 15px;
    transform: translateX(0);
  }
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content button.slick-next.slick-arrow {
  left: 50%;
  transform: translateX(665px);
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content button.slick-next.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow_r.svg");
}
@media screen and (max-width: 1375px) {
  div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content button.slick-next.slick-arrow {
    left: auto;
    right: 15px;
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  div#page div#slider-block {
    display: none;
  }
}
div#page div#form-block {
  margin-top: 120px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 80px;
  background-image: url("/sites/all/themes/vesta_theme/image/fos.jpg");
  background-size: cover;
  position: relative;
  /*.region.region-form{
      div#webform-submission-contact-node-2-form-ajax{
        form#webform-submission-contact-node-2-add-form{
          .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-privacy.form-item-privacy.form-no-label{
            display: flex;
            .description{
              margin-left: .4em;
            }
          }
        }
      }
    }*/
}
div#page div#form-block:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(94, 91, 103, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
div#page div#form-block > .container {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page div#form-block {
    margin-top: 100px;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#form-block {
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  div#page div#form-block {
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
div#page div#services-block {
  margin: 60px 0 0;
  /*.region.region-services{
      div#block-vesta-theme-views-block-catalog-block-front{
        .view.view-catalog.view-id-catalog.view-display-id-block_front{
          .view-content{
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 15px;
            .field.field--name-field-catalog-image.field--type-image.field--label-hidden.field__item{
              display: flex;
              a{
                display: flex;
                img{
                  max-width: 380px;
                  max-height: 380px;
                }
              }
            }
          }
        }
      }
    }*/
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page div#services-block {
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#services-block {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  div#page div#services-block {
    margin: 0;
  }
}
div#page div#about-block {
  margin: 120px 0 0;
}
@media screen and (max-width: 767px) {
  div#page div#about-block .region-about {
    display: flex;
    flex-direction: column;
  }
  div#page div#about-block .region-about #block-vesta-theme-views-block-about-block-1 {
    order: 1;
    margin-top: 60px;
  }
  div#page div#about-block .region-about #block-vesta-theme-views-block-preimushchestva-block-1 {
    order: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page div#about-block {
    margin: 100px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#about-block {
    margin: 80px 0 0;
  }
}
@media screen and (max-width: 767px) {
  div#page div#about-block {
    margin: 60px 0 0;
  }
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 15px;
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content .views-row {
  max-width: 380px;
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content .views-row .field.field--name-field-image-news.field--type-image.field--label-hidden {
  display: flex;
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content .views-row .field.field--name-field-image-news.field--type-image.field--label-hidden a {
  display: flex;
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content .views-row .field.field--name-field-image-news.field--type-image.field--label-hidden a img {
  max-width: 380px;
  max-height: 380px;
}
div#page div#news-block .region.region-news div#block-vesta-theme-views-block-news-block-1 .view.view-news.view-id-news.view-display-id-block_1 .view-content .views-row .content {
  background-color: #b3b3b3;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
div#page div#works-block {
  margin: 120px 0 0;
}
div#page div#works-block .region.region-works div#block-vesta-theme-views-block-photogalery-block-1 .view.view-photogalery.view-id-photogalery.view-display-id-block_1 .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 15px;
}
div#page div#works-block .region.region-works div#block-vesta-theme-views-block-photogalery-block-1 .view.view-photogalery.view-id-photogalery.view-display-id-block_1 .view-content .field.field--name-field-photo.field--type-image.field--label-hidden.field__item {
  display: flex;
}
div#page div#works-block .region.region-works div#block-vesta-theme-views-block-photogalery-block-1 .view.view-photogalery.view-id-photogalery.view-display-id-block_1 .view-content .field.field--name-field-photo.field--type-image.field--label-hidden.field__item a {
  display: flex;
}
div#page div#works-block .region.region-works div#block-vesta-theme-views-block-photogalery-block-1 .view.view-photogalery.view-id-photogalery.view-display-id-block_1 .view-content .field.field--name-field-photo.field--type-image.field--label-hidden.field__item a img {
  max-width: 380px;
  max-height: 380px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page div#works-block {
    margin: 100px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#works-block {
    margin: 80px 0 0;
  }
}
@media screen and (max-width: 767px) {
  div#page div#works-block {
    display: none;
  }
}
div#page div#map-block {
  margin: 120px 0 0;
}
@media screen and (max-width: 767px) {
  div#page div#map-block .container {
    padding-left: 0;
    padding-right: 0;
  }
}
div#page div#map-block .region.region-map .field.field--name-body {
  display: flex;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page div#map-block {
    margin: 100px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page div#map-block {
    margin: 80px 0 0;
  }
}
@media screen and (max-width: 767px) {
  div#page div#map-block {
    margin: 60px 0 0;
  }
}
div#page footer#footer {
  margin: 120px 0 0;
  background-color: #5E5B67;
  padding-top: 29px;
  padding-bottom: 27px;
}
div#page footer#footer .region.region-footer {
  padding-left: 0;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt {
  width: 265px;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt .field--name-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt .field--name-body > *:first-child {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt .field--name-body > * {
    display: none;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt .field--name-body img {
  width: 205px !important;
  height: 170px !important;
  object-fit: contain;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt .field--name-body img {
    margin-bottom: 30px;
    width: 170px !important;
    height: 140px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt .field--name-body img {
    margin-bottom: 20px;
    width: 130px !important;
    height: 110px !important;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt .field--name-body img {
    margin-bottom: 10px;
    width: 89px !important;
    height: 73px !important;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt .field--name-body p {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.16px;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt .field--name-body p {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt .field--name-body p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt .field--name-body p {
    font-size: 14px;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt .field--name-body a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.16px;
  text-align: left;
  color: #fff;
  text-decoration: underline !important;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt .field--name-body a:hover {
  color: #F12072;
  text-decoration: underline !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt .field--name-body a {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt .field--name-body a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt .field--name-body a {
    font-size: 14px;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt .field--name-body:after {
  display: none;
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt .field--name-body {
    align-items: center;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt {
    width: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-kopirayt {
    width: 100%;
  }
}
div#page footer#footer .region.region-footer #block-vesta-theme-osnovnayanavigaciya-3 .block-title,
div#page footer#footer .region.region-footer #block-vesta-theme-podval .block-title {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: start;
  font-family: arial-b !important;
  font-size: 18px !important;
  font-weight: bold !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: normal;
  text-align: left;
  color: #F12072;
  margin-bottom: 0 !important;
  text-transform: none !important;
}
div#page footer#footer .region.region-footer #block-vesta-theme-osnovnayanavigaciya-3 .block-title:before,
div#page footer#footer .region.region-footer #block-vesta-theme-podval .block-title:before {
  display: none;
}
div#page footer#footer .region.region-footer #block-vesta-theme-osnovnayanavigaciya-3 .block-title:after,
div#page footer#footer .region.region-footer #block-vesta-theme-podval .block-title:after {
  content: '';
  margin-top: 10px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-osnovnayanavigaciya-3 .block-title:after,
  div#page footer#footer .region.region-footer #block-vesta-theme-podval .block-title:after {
    margin-top: 7px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-osnovnayanavigaciya-3 .block-title,
  div#page footer#footer .region.region-footer #block-vesta-theme-podval .block-title {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-osnovnayanavigaciya-3 .block-title,
  div#page footer#footer .region.region-footer #block-vesta-theme-podval .block-title {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-osnovnayanavigaciya-3 .block-title,
  div#page footer#footer .region.region-footer #block-vesta-theme-podval .block-title {
    align-items: center;
    font-size: 14px !important;
    text-align: center;
  }
}
div#page footer#footer .region.region-footer #block-vesta-theme-osnovnayanavigaciya-3 > ul,
div#page footer#footer .region.region-footer #block-vesta-theme-podval > ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
div#page footer#footer .region.region-footer #block-vesta-theme-osnovnayanavigaciya-3 > ul li a,
div#page footer#footer .region.region-footer #block-vesta-theme-podval > ul li a {
  padding: 0;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
div#page footer#footer .region.region-footer #block-vesta-theme-osnovnayanavigaciya-3 > ul li a:hover,
div#page footer#footer .region.region-footer #block-vesta-theme-podval > ul li a:hover {
  color: #F12072;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-osnovnayanavigaciya-3 > ul li a,
  div#page footer#footer .region.region-footer #block-vesta-theme-podval > ul li a {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-osnovnayanavigaciya-3 > ul li a,
  div#page footer#footer .region.region-footer #block-vesta-theme-podval > ul li a {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-osnovnayanavigaciya-3 > ul li a,
  div#page footer#footer .region.region-footer #block-vesta-theme-podval > ul li a {
    font-size: 14px !important;
    text-align: center;
  }
}
div#page footer#footer .region.region-footer #block-vesta-theme-osnovnayanavigaciya-3 > ul:after,
div#page footer#footer .region.region-footer #block-vesta-theme-podval > ul:after {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-osnovnayanavigaciya-3 > ul,
  div#page footer#footer .region.region-footer #block-vesta-theme-podval > ul {
    margin-top: 18px;
    gap: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-osnovnayanavigaciya-3 > ul,
  div#page footer#footer .region.region-footer #block-vesta-theme-podval > ul {
    margin-top: 16px;
    gap: 13px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-osnovnayanavigaciya-3 > ul,
  div#page footer#footer .region.region-footer #block-vesta-theme-podval > ul {
    margin-top: 14px;
    gap: 12px;
  }
}
div#page footer#footer .region.region-footer #block-vesta-theme-osnovnayanavigaciya-3 {
  width: 125px;
}
div#page footer#footer .region.region-footer #block-vesta-theme-osnovnayanavigaciya-3 .block-title:after {
  width: 125px;
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-osnovnayanavigaciya-3 .block-title:after {
    width: 71px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-osnovnayanavigaciya-3 {
    width: 100%;
  }
}
div#page footer#footer .region.region-footer #block-vesta-theme-podval {
  width: 270px;
}
div#page footer#footer .region.region-footer #block-vesta-theme-podval .block-title:after {
  width: 170px;
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-podval .block-title:after {
    width: 71px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-podval {
    width: 100%;
  }
}
div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval {
  width: 250px;
}
div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body p,
div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: -0.16px;
  text-align: left;
  color: #fff;
}
div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body p:before,
div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body a:before {
  font-size: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body p,
  div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body a {
    font-size: 14px;
    gap: 9px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body p,
  div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body a {
    font-size: 12px;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body p,
  div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body a {
    font-size: 12px;
    gap: 8px;
    justify-content: center;
    text-align: center;
  }
}
div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body a:hover {
  color: #F12072;
}
div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body .adress:before {
  content: url(/sites/all/themes/vesta_theme/image/map-pin1.svg);
}
div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body .tel:before {
  content: url(/sites/all/themes/vesta_theme/image/phone2.svg);
}
div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body .mail:before {
  content: url(/sites/all/themes/vesta_theme/image/mail1.svg);
}
div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body .social {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body .social a {
  display: block;
  width: 35px;
  height: 35px;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body .social a {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body .social a {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body .social a {
    width: 18px;
    height: 18px;
  }
}
div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body .social .wp {
  background-image: url(/sites/all/themes/vesta_theme/image/wp.svg);
}
div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body .social .tg {
  background-image: url(/sites/all/themes/vesta_theme/image/tg.svg);
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body .social {
    justify-content: center;
  }
}
div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval .field--name-body:after {
  display: none;
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer #block-vesta-theme-kontaktypodval {
    width: 190px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .region.region-footer {
    justify-content: center;
  }
}
div#page footer#footer .vesta {
  margin-top: 45px;
  display: flex;
  justify-content: center;
}
div#page footer#footer .vesta a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
div#page footer#footer .vesta a:hover {
  color: #F12072;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page footer#footer .vesta a {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer .vesta a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .vesta a {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page footer#footer .vesta {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer .vesta {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer .vesta {
    margin-top: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  div#page footer#footer {
    margin: 100px 0 0;
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  div#page footer#footer {
    margin: 80px 0 0;
    padding-top: 20px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  div#page footer#footer {
    margin: 60px 0 0;
    padding-top: 17px;
    padding-bottom: 32px;
  }
}
div#page div#copyrights-block {
  margin-top: 42px;
  display: none;
}
div#page div#copyrights-block .region.region-copyrights #block-vesta-theme-kopirayt-2 .field--name-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
div#page div#copyrights-block .region.region-copyrights #block-vesta-theme-kopirayt-2 .field--name-body p,
div#page div#copyrights-block .region.region-copyrights #block-vesta-theme-kopirayt-2 .field--name-body a {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
div#page div#copyrights-block .region.region-copyrights #block-vesta-theme-kopirayt-2 .field--name-body a {
  display: block;
  width: 100%;
  text-decoration: underline !important;
}
div#page div#copyrights-block .region.region-copyrights #block-vesta-theme-kopirayt-2 .field--name-body a:hover {
  color: #F12072;
  text-decoration: underline !important;
}
div#page div#copyrights-block .region.region-copyrights #block-vesta-theme-kopirayt-2 .field--name-body:after {
  display: none;
}
@media screen and (max-width: 767px) {
  div#page div#copyrights-block {
    display: block;
  }
}
div#page main.main .region-content {
  padding-left: 0;
  padding-right: 0;
}
div#page main.main .view.view-catalog.view-id-catalog.view-display-id-page .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 15px;
}
div#page main.main .view.view-catalog.view-id-catalog.view-display-id-page .view-content .field.field--name-field-catalog-image.field--type-image.field--label-hidden.field__item {
  display: flex;
}
div#page main.main .view.view-catalog.view-id-catalog.view-display-id-page .view-content .field.field--name-field-catalog-image.field--type-image.field--label-hidden.field__item a {
  display: flex;
}
div#page main.main .view.view-catalog.view-id-catalog.view-display-id-page .view-content .field.field--name-field-catalog-image.field--type-image.field--label-hidden.field__item a img {
  max-width: 380px;
  max-height: 380px;
}
div#page main.main .view.view-news.view-id-news.view-display-id-page_1 .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 15px;
}
div#page main.main .view.view-news.view-id-news.view-display-id-page_1 .view-content .views-row {
  max-width: 380px;
}
div#page main.main .view.view-news.view-id-news.view-display-id-page_1 .view-content .views-row .field.field--name-field-image-news.field--type-image.field--label-hidden {
  display: flex;
}
div#page main.main .view.view-news.view-id-news.view-display-id-page_1 .view-content .views-row .field.field--name-field-image-news.field--type-image.field--label-hidden a {
  display: flex;
}
div#page main.main .view.view-news.view-id-news.view-display-id-page_1 .view-content .views-row .field.field--name-field-image-news.field--type-image.field--label-hidden a img {
  max-width: 380px;
  max-height: 380px;
}
div#page main.main .view.view-news.view-id-news.view-display-id-page_1 .view-content .views-row .content {
  background-color: #b3b3b3;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
div#page main.main .view.view-photogalery.view-id-photogalery.view-display-id-page_1 .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 15px;
}
div#page main.main .view.view-photogalery.view-id-photogalery.view-display-id-page_1 .view-content .views-row .field.field--name-field-photo.field--type-image {
  display: flex;
}
div#page main.main .view.view-photogalery.view-id-photogalery.view-display-id-page_1 .view-content .views-row .field.field--name-field-photo.field--type-image a {
  display: flex;
}
div#page main.main .view.view-photogalery.view-id-photogalery.view-display-id-page_1 .view-content .views-row .field.field--name-field-photo.field--type-image a img {
  max-width: 380px;
  max-height: 380px;
}
div#drupal-modal .form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-privacy {
  display: flex;
  align-items: flex-start;
}
div#drupal-modal .form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-privacy input {
  margin: 5px 0 0 0;
}
div#drupal-modal .form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-privacy .description {
  margin: 0 0 0 5px;
}
.ajax-progress-throbber .throbber {
  padding: 0;
  margin: 0;
  display: none;
}
.ajax-progress-throbber {
  display: none;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 0 !important;
    padding: 0 !important;
  }
  .slick img,
  .slick iframe {
    min-height: 500px !important;
    object-fit: cover;
  }
}
nav#mobile-nav.mm-opened {
  z-index: 500;
}
nav#mobile-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  nav#mobile-nav {
    display: block;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya,
  nav#mobile-nav div.mm-panel {
    padding: 0;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul,
  nav#mobile-nav div.mm-panel ul {
    margin: 40px 0 0 0 !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul .active-trail a,
  nav#mobile-nav div.mm-panel ul .active-trail a {
    background: #303030 !important;
    color: #fff !important;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul li,
  nav#mobile-nav div.mm-panel ul li {
    width: 100%;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul li a,
  nav#mobile-nav div.mm-panel ul li a {
    padding: 20px 10px 20px 20px;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul li::after,
  nav#mobile-nav div.mm-panel ul li::after {
    left: 0;
    border-color: rgba(0, 0, 0, 0.1);
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul .dropdown-toggle::after,
  nav#mobile-nav div.mm-panel ul .dropdown-toggle::after {
    display: none;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya .dropdown-menu,
  nav#mobile-nav div.mm-panel .dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    display: block;
    float: none;
    min-width: 100%;
    padding: 0;
    border: none;
  }
}
header {
  /*.desktop-pc({
    width: 100%;
    background-color: @white;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 500;
  });
  .tablet({
    width: 100%;
    background-color: @white;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 500;
  });
  .mobile-lg({
    width: 100%;
    background-color: @white;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 500;
  });
  .mobile({
    z-index: 500;
  });*/
}
.not-front {
  /*#page {
    .desktop-pc({
      margin-top: 170px;
    });
    .tablet({
      margin-top: 170px;
    });
    .mobile-lg({
      margin-top: 155px;
    });
  }*/
}
.not-front h1 {
  margin-bottom: 15px;
  font-family: arial-b !important;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #38373B;
  text-transform: uppercase;
}
.not-front h1 * {
  font-family: arial-b !important;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #38373B;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .not-front h1 * {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .not-front h1 * {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .not-front h1 * {
    font-size: 24px;
    text-align: center;
  }
}
.not-front h1 strong {
  color: #F12072;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .not-front h1 {
    margin-bottom: 15px;
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .not-front h1 {
    margin-bottom: 10px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .not-front h1 {
    margin-bottom: 0;
    font-size: 24px;
    text-align: center;
  }
}
.front #block-vesta-theme-zagolovokglavnaya {
  display: none;
}
.front #block-vesta-theme-zagolovokglavnaya .field--name-body {
  font-family: arial-b !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #38373B;
  text-transform: uppercase;
}
.front #block-vesta-theme-zagolovokglavnaya .field--name-body * {
  font-family: arial-b !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #38373B;
  text-transform: uppercase;
}
.front #block-vesta-theme-zagolovokglavnaya .field--name-body strong {
  color: #F12072;
}
@media screen and (max-width: 767px) {
  .front #block-vesta-theme-zagolovokglavnaya {
    display: block;
  }
}
.front .node--type-front .field--name-body h1 {
  margin-bottom: 20px;
  font-family: arial-b !important;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #38373B;
  text-transform: uppercase;
}
.front .node--type-front .field--name-body h1 * {
  font-family: arial-b !important;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #38373B;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .front .node--type-front .field--name-body h1 * {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .front .node--type-front .field--name-body h1 * {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .front .node--type-front .field--name-body h1 * {
    font-size: 16px;
    text-align: center;
  }
}
.front .node--type-front .field--name-body h1 strong {
  color: #F12072;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .front .node--type-front .field--name-body h1 {
    margin-bottom: 15px;
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .front .node--type-front .field--name-body h1 {
    margin-bottom: 10px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .front .node--type-front .field--name-body h1 {
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
  }
}
.front .node--type-front .field--name-body p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #706e76;
}
.front .node--type-front .field--name-body p * {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #706e76;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .front .node--type-front .field--name-body p * {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .front .node--type-front .field--name-body p * {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .front .node--type-front .field--name-body p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .front .node--type-front .field--name-body p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .front .node--type-front .field--name-body p {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .front .node--type-front {
    display: none;
  }
}
.front main {
  margin-top: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .front main {
    margin-top: 40px;
  }
}
.block-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: arial-b !important;
  font-size: 32px !important;
  font-weight: bold !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: normal;
  text-align: left;
  color: #38373B;
  text-transform: uppercase;
  margin-bottom: 50px !important;
}
.block-title:before {
  content: url(/sites/all/themes/vesta_theme/image/slash.svg);
  font-size: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .block-title:before {
    content: url(/sites/all/themes/vesta_theme/image/slash1.svg);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .block-title:before {
    content: url(/sites/all/themes/vesta_theme/image/slash2.svg);
  }
}
@media screen and (max-width: 767px) {
  .block-title:before {
    content: url(/sites/all/themes/vesta_theme/image/slash3.svg);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .block-title {
    font-size: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .block-title {
    font-size: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .block-title {
    font-size: 18px !important;
    text-align: center;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .block-title {
    margin-bottom: 45px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .block-title {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .block-title {
    margin-bottom: 35px !important;
  }
}
.more-link a {
  display: block;
  width: max-content;
  padding: 15px 24px;
  border: 3px solid #F12072;
  background-color: #F12072;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: transparent;
  color: #38373B;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .more-link a {
    padding: 14px 20px;
    border: 2px solid #F12072;
    font-size: 16px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .more-link a {
    padding: 13px 15px;
    border: 1px solid #F12072;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  .more-link a {
    padding: 12px;
    border: 1px solid #F12072;
    font-size: 14px !important;
  }
}
.more-link a:hover {
  display: block;
  width: max-content;
  padding: 15px 24px;
  border: 3px solid #F12072;
  background-color: #F12072;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .more-link a:hover {
    padding: 14px 20px;
    border: 2px solid #F12072;
    font-size: 16px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .more-link a:hover {
    padding: 13px 15px;
    border: 1px solid #F12072;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  .more-link a:hover {
    padding: 12px;
    border: 1px solid #F12072;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  .more-link a {
    width: 100% !important;
  }
}
#block-vesta-theme-views-block-tovary-block-1 .view-tovary,
#block-vesta-theme-views-block-nashi-uslugi-block-1 .view-tovary,
#block-vesta-theme-views-block-fotogalereya-block-1 .view-tovary,
#block-vesta-theme-views-block-skidki-i-akcii-block-1 .view-tovary,
#block-vesta-theme-views-block-tovary-block-1 .view-nashi-uslugi,
#block-vesta-theme-views-block-nashi-uslugi-block-1 .view-nashi-uslugi,
#block-vesta-theme-views-block-fotogalereya-block-1 .view-nashi-uslugi,
#block-vesta-theme-views-block-skidki-i-akcii-block-1 .view-nashi-uslugi,
#block-vesta-theme-views-block-tovary-block-1 .view-fotogalereya,
#block-vesta-theme-views-block-nashi-uslugi-block-1 .view-fotogalereya,
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya,
#block-vesta-theme-views-block-skidki-i-akcii-block-1 .view-fotogalereya,
#block-vesta-theme-views-block-tovary-block-1 .view-skidki-i-akcii,
#block-vesta-theme-views-block-nashi-uslugi-block-1 .view-skidki-i-akcii,
#block-vesta-theme-views-block-fotogalereya-block-1 .view-skidki-i-akcii,
#block-vesta-theme-views-block-skidki-i-akcii-block-1 .view-skidki-i-akcii {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#block-vesta-theme-views-block-tovary-block-1 .view-tovary .view-header,
#block-vesta-theme-views-block-nashi-uslugi-block-1 .view-tovary .view-header,
#block-vesta-theme-views-block-fotogalereya-block-1 .view-tovary .view-header,
#block-vesta-theme-views-block-skidki-i-akcii-block-1 .view-tovary .view-header,
#block-vesta-theme-views-block-tovary-block-1 .view-nashi-uslugi .view-header,
#block-vesta-theme-views-block-nashi-uslugi-block-1 .view-nashi-uslugi .view-header,
#block-vesta-theme-views-block-fotogalereya-block-1 .view-nashi-uslugi .view-header,
#block-vesta-theme-views-block-skidki-i-akcii-block-1 .view-nashi-uslugi .view-header,
#block-vesta-theme-views-block-tovary-block-1 .view-fotogalereya .view-header,
#block-vesta-theme-views-block-nashi-uslugi-block-1 .view-fotogalereya .view-header,
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-header,
#block-vesta-theme-views-block-skidki-i-akcii-block-1 .view-fotogalereya .view-header,
#block-vesta-theme-views-block-tovary-block-1 .view-skidki-i-akcii .view-header,
#block-vesta-theme-views-block-nashi-uslugi-block-1 .view-skidki-i-akcii .view-header,
#block-vesta-theme-views-block-fotogalereya-block-1 .view-skidki-i-akcii .view-header,
#block-vesta-theme-views-block-skidki-i-akcii-block-1 .view-skidki-i-akcii .view-header {
  order: 0;
}
#block-vesta-theme-views-block-tovary-block-1 .view-tovary .more-link,
#block-vesta-theme-views-block-nashi-uslugi-block-1 .view-tovary .more-link,
#block-vesta-theme-views-block-fotogalereya-block-1 .view-tovary .more-link,
#block-vesta-theme-views-block-skidki-i-akcii-block-1 .view-tovary .more-link,
#block-vesta-theme-views-block-tovary-block-1 .view-nashi-uslugi .more-link,
#block-vesta-theme-views-block-nashi-uslugi-block-1 .view-nashi-uslugi .more-link,
#block-vesta-theme-views-block-fotogalereya-block-1 .view-nashi-uslugi .more-link,
#block-vesta-theme-views-block-skidki-i-akcii-block-1 .view-nashi-uslugi .more-link,
#block-vesta-theme-views-block-tovary-block-1 .view-fotogalereya .more-link,
#block-vesta-theme-views-block-nashi-uslugi-block-1 .view-fotogalereya .more-link,
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .more-link,
#block-vesta-theme-views-block-skidki-i-akcii-block-1 .view-fotogalereya .more-link,
#block-vesta-theme-views-block-tovary-block-1 .view-skidki-i-akcii .more-link,
#block-vesta-theme-views-block-nashi-uslugi-block-1 .view-skidki-i-akcii .more-link,
#block-vesta-theme-views-block-fotogalereya-block-1 .view-skidki-i-akcii .more-link,
#block-vesta-theme-views-block-skidki-i-akcii-block-1 .view-skidki-i-akcii .more-link {
  order: 1;
}
#block-vesta-theme-views-block-tovary-block-1 .view-tovary .view-content,
#block-vesta-theme-views-block-nashi-uslugi-block-1 .view-tovary .view-content,
#block-vesta-theme-views-block-fotogalereya-block-1 .view-tovary .view-content,
#block-vesta-theme-views-block-skidki-i-akcii-block-1 .view-tovary .view-content,
#block-vesta-theme-views-block-tovary-block-1 .view-nashi-uslugi .view-content,
#block-vesta-theme-views-block-nashi-uslugi-block-1 .view-nashi-uslugi .view-content,
#block-vesta-theme-views-block-fotogalereya-block-1 .view-nashi-uslugi .view-content,
#block-vesta-theme-views-block-skidki-i-akcii-block-1 .view-nashi-uslugi .view-content,
#block-vesta-theme-views-block-tovary-block-1 .view-fotogalereya .view-content,
#block-vesta-theme-views-block-nashi-uslugi-block-1 .view-fotogalereya .view-content,
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content,
#block-vesta-theme-views-block-skidki-i-akcii-block-1 .view-fotogalereya .view-content,
#block-vesta-theme-views-block-tovary-block-1 .view-skidki-i-akcii .view-content,
#block-vesta-theme-views-block-nashi-uslugi-block-1 .view-skidki-i-akcii .view-content,
#block-vesta-theme-views-block-fotogalereya-block-1 .view-skidki-i-akcii .view-content,
#block-vesta-theme-views-block-skidki-i-akcii-block-1 .view-skidki-i-akcii .view-content {
  order: 2;
  width: 100%;
}
#block-vesta-theme-views-block-tovary-block-1 .slick-list,
#block-vesta-theme-views-block-nashi-uslugi-block-1-2 .slick-list,
#block-vesta-theme-views-block-fotogalereya-block-1 .slick-list,
#block-vesta-theme-views-block-fotogalereya-block-1-2 .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-tovary-block-1 .slick-list,
  #block-vesta-theme-views-block-nashi-uslugi-block-1-2 .slick-list,
  #block-vesta-theme-views-block-fotogalereya-block-1 .slick-list,
  #block-vesta-theme-views-block-fotogalereya-block-1-2 .slick-list {
    margin-left: 0;
    margin-right: 0;
  }
}
#block-vesta-theme-views-block-tovary-block-1 .slick-track,
#block-vesta-theme-views-block-nashi-uslugi-block-1-2 .slick-track,
#block-vesta-theme-views-block-fotogalereya-block-1 .slick-track,
#block-vesta-theme-views-block-fotogalereya-block-1-2 .slick-track {
  display: flex;
  width: max-content !important;
  margin-top: 15px;
  margin-bottom: 15px;
}
#block-vesta-theme-views-block-tovary-block-1 .slick-track .views-row,
#block-vesta-theme-views-block-nashi-uslugi-block-1-2 .slick-track .views-row,
#block-vesta-theme-views-block-fotogalereya-block-1 .slick-track .views-row,
#block-vesta-theme-views-block-fotogalereya-block-1-2 .slick-track .views-row {
  margin-right: 15px;
  margin-left: 15px;
  height: inherit;
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-tovary-block-1 .slick-track .views-row,
  #block-vesta-theme-views-block-nashi-uslugi-block-1-2 .slick-track .views-row,
  #block-vesta-theme-views-block-fotogalereya-block-1 .slick-track .views-row,
  #block-vesta-theme-views-block-fotogalereya-block-1-2 .slick-track .views-row {
    margin-right: 30px;
    margin-left: 30px;
  }
}
#block-vesta-theme-views-block-tovary-block-1 .slick-prev,
#block-vesta-theme-views-block-nashi-uslugi-block-1-2 .slick-prev,
#block-vesta-theme-views-block-fotogalereya-block-1 .slick-prev,
#block-vesta-theme-views-block-fotogalereya-block-1-2 .slick-prev {
  left: -60px;
}
@media screen and (max-width: 1350px) {
  #block-vesta-theme-views-block-tovary-block-1 .slick-prev,
  #block-vesta-theme-views-block-nashi-uslugi-block-1-2 .slick-prev,
  #block-vesta-theme-views-block-fotogalereya-block-1 .slick-prev,
  #block-vesta-theme-views-block-fotogalereya-block-1-2 .slick-prev {
    left: -15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-tovary-block-1 .slick-prev,
  #block-vesta-theme-views-block-nashi-uslugi-block-1-2 .slick-prev,
  #block-vesta-theme-views-block-fotogalereya-block-1 .slick-prev,
  #block-vesta-theme-views-block-fotogalereya-block-1-2 .slick-prev {
    left: -15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-tovary-block-1 .slick-prev,
  #block-vesta-theme-views-block-nashi-uslugi-block-1-2 .slick-prev,
  #block-vesta-theme-views-block-fotogalereya-block-1 .slick-prev,
  #block-vesta-theme-views-block-fotogalereya-block-1-2 .slick-prev {
    left: -15px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-tovary-block-1 .slick-prev,
  #block-vesta-theme-views-block-nashi-uslugi-block-1-2 .slick-prev,
  #block-vesta-theme-views-block-fotogalereya-block-1 .slick-prev,
  #block-vesta-theme-views-block-fotogalereya-block-1-2 .slick-prev {
    left: 0px;
  }
}
#block-vesta-theme-views-block-tovary-block-1 .slick-next,
#block-vesta-theme-views-block-nashi-uslugi-block-1-2 .slick-next,
#block-vesta-theme-views-block-fotogalereya-block-1 .slick-next,
#block-vesta-theme-views-block-fotogalereya-block-1-2 .slick-next {
  right: -60px;
}
@media screen and (max-width: 1350px) {
  #block-vesta-theme-views-block-tovary-block-1 .slick-next,
  #block-vesta-theme-views-block-nashi-uslugi-block-1-2 .slick-next,
  #block-vesta-theme-views-block-fotogalereya-block-1 .slick-next,
  #block-vesta-theme-views-block-fotogalereya-block-1-2 .slick-next {
    right: -15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-tovary-block-1 .slick-next,
  #block-vesta-theme-views-block-nashi-uslugi-block-1-2 .slick-next,
  #block-vesta-theme-views-block-fotogalereya-block-1 .slick-next,
  #block-vesta-theme-views-block-fotogalereya-block-1-2 .slick-next {
    right: -15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-tovary-block-1 .slick-next,
  #block-vesta-theme-views-block-nashi-uslugi-block-1-2 .slick-next,
  #block-vesta-theme-views-block-fotogalereya-block-1 .slick-next,
  #block-vesta-theme-views-block-fotogalereya-block-1-2 .slick-next {
    right: -15px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-tovary-block-1 .slick-next,
  #block-vesta-theme-views-block-nashi-uslugi-block-1-2 .slick-next,
  #block-vesta-theme-views-block-fotogalereya-block-1 .slick-next,
  #block-vesta-theme-views-block-fotogalereya-block-1-2 .slick-next {
    right: 0px;
  }
}
#block-vesta-theme-views-block-tovary-block-1 .slick-dots,
#block-vesta-theme-views-block-nashi-uslugi-block-1-2 .slick-dots,
#block-vesta-theme-views-block-fotogalereya-block-1 .slick-dots,
#block-vesta-theme-views-block-fotogalereya-block-1-2 .slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
#block-vesta-theme-views-block-tovary-block-1 .slick-dots li,
#block-vesta-theme-views-block-nashi-uslugi-block-1-2 .slick-dots li,
#block-vesta-theme-views-block-fotogalereya-block-1 .slick-dots li,
#block-vesta-theme-views-block-fotogalereya-block-1-2 .slick-dots li {
  max-width: 26px;
  min-width: 26px;
  max-height: 5px;
  min-height: 5px;
  margin: 0!important;
  overflow: hidden;
}
#block-vesta-theme-views-block-tovary-block-1 .slick-dots li button,
#block-vesta-theme-views-block-nashi-uslugi-block-1-2 .slick-dots li button,
#block-vesta-theme-views-block-fotogalereya-block-1 .slick-dots li button,
#block-vesta-theme-views-block-fotogalereya-block-1-2 .slick-dots li button {
  max-width: 26px;
  min-width: 26px;
  max-height: 5px;
  min-height: 5px;
  overflow: hidden;
  background: rgba(241, 33, 114, 0.44);
  border-radius: 0;
  padding: 0;
}
#block-vesta-theme-views-block-tovary-block-1 .slick-dots li button::before,
#block-vesta-theme-views-block-nashi-uslugi-block-1-2 .slick-dots li button::before,
#block-vesta-theme-views-block-fotogalereya-block-1 .slick-dots li button::before,
#block-vesta-theme-views-block-fotogalereya-block-1-2 .slick-dots li button::before {
  display: none;
}
#block-vesta-theme-views-block-tovary-block-1 .slick-dots li.slick-active button,
#block-vesta-theme-views-block-nashi-uslugi-block-1-2 .slick-dots li.slick-active button,
#block-vesta-theme-views-block-fotogalereya-block-1 .slick-dots li.slick-active button,
#block-vesta-theme-views-block-fotogalereya-block-1-2 .slick-dots li.slick-active button {
  background: #F12072;
}
#block-vesta-theme-views-block-nashi-uslugi-block-1 {
  margin-top: 130px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-nashi-uslugi-block-1 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-nashi-uslugi-block-1 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-nashi-uslugi-block-1 {
    display: none;
  }
}
#block-vesta-theme-views-block-nashi-uslugi-block-1-2 {
  margin-top: 60px;
  display: none;
}
#block-vesta-theme-views-block-nashi-uslugi-block-1-2 .view-nashi-uslugi .view-header,
#block-vesta-theme-views-block-nashi-uslugi-block-1-2 .view-nashi-uslugi .more-link {
  display: none !important;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-nashi-uslugi-block-1-2 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .front #block-vesta-theme-views-block-fotogalereya-block-1 {
    display: none;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-1-2 {
  margin-top: 90px;
}
#block-vesta-theme-views-block-fotogalereya-block-1-2 .block-title {
  margin-bottom: 35px !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1-2 .block-title {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1-2 .block-title {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1-2 .block-title {
    margin-bottom: 20px !important;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-1-2 .view-fotogalereya .view-header {
  display: none !important;
}
#block-vesta-theme-views-block-fotogalereya-block-1-2 .view-fotogalereya .more-link {
  order: 3;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1-2 .view-fotogalereya .more-link {
    margin-bottom: 0 !important;
  }
}
.front #block-vesta-theme-views-block-fotogalereya-block-1-2 {
  display: none;
}
@media screen and (max-width: 767px) {
  .front #block-vesta-theme-views-block-fotogalereya-block-1-2 {
    display: block;
  }
}
.not-front #block-vesta-theme-views-block-fotogalereya-block-1-2 {
  display: none;
}
.view-tovary .view-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: arial-b !important;
  font-size: 32px !important;
  font-weight: bold !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: normal;
  text-align: left;
  color: #38373B;
  text-transform: uppercase;
  margin-bottom: 35px !important;
}
.view-tovary .view-header:before {
  content: url(/sites/all/themes/vesta_theme/image/slash.svg);
  font-size: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-tovary .view-header:before {
    content: url(/sites/all/themes/vesta_theme/image/slash1.svg);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-tovary .view-header:before {
    content: url(/sites/all/themes/vesta_theme/image/slash2.svg);
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .view-header:before {
    content: url(/sites/all/themes/vesta_theme/image/slash3.svg);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-tovary .view-header {
    font-size: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-tovary .view-header {
    font-size: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .view-header {
    font-size: 18px !important;
    text-align: center;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-tovary .view-header {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-tovary .view-header {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .view-header {
    margin-bottom: 20px !important;
    display: none;
  }
}
.view-tovary .more-link {
  margin-bottom: 35px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-tovary .more-link {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-tovary .more-link {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .more-link {
    margin-bottom: 20px !important;
    display: none;
  }
}
.view-tovary .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-tovary .view-content .views-row {
  position: relative;
}
.view-tovary .view-content .views-row .product {
  border-radius: 20px;
  box-shadow: 2px 4px 15px -2px rgba(231, 133, 171, 0.63);
  background-color: rgba(255, 255, 255, 0.63);
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 1s;
}
.view-tovary .view-content .views-row .product .product-title {
  min-height: 45px;
  padding-left: 33px;
  padding-right: 33px;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #38373B;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-tovary .view-content .views-row .product .product-title * {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #38373B;
  text-transform: uppercase;
  transition: 0.3s;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-tovary .view-content .views-row .product .product-title * {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-tovary .view-content .views-row .product .product-title * {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row .product .product-title * {
    font-size: 14px;
  }
}
.view-tovary .view-content .views-row .product .product-title a *:hover {
  color: #F12072;
}
.view-tovary .view-content .views-row .product .product-title a:hover {
  color: #F12072;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-tovary .view-content .views-row .product .product-title {
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-tovary .view-content .views-row .product .product-title {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row .product .product-title {
    font-size: 14px;
    min-height: 35px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.view-tovary .view-content .views-row .product .product-image {
  margin-top: 22px;
  width: 100%;
  height: 200px !important;
  border-radius: 20px;
  overflow: hidden;
}
.view-tovary .view-content .views-row .product .product-image * {
  display: block;
  width: 100% !important;
  height: 200px !important;
  object-fit: cover;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-tovary .view-content .views-row .product .product-image * {
    height: 220px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-tovary .view-content .views-row .product .product-image * {
    height: 215px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row .product .product-image * {
    height: 210px !important;
  }
}
.view-tovary .view-content .views-row .product .product-image img {
  transition: 1s;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-tovary .view-content .views-row .product .product-image {
    margin-top: 20px;
    height: 220px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-tovary .view-content .views-row .product .product-image {
    margin-top: 18px;
    height: 215px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row .product .product-image {
    margin-top: 15px;
    height: 210px !important;
  }
}
.view-tovary .view-content .views-row .product .product-cena {
  margin-top: auto;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #38373B;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-tovary .view-content .views-row .product .product-cena {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-tovary .view-content .views-row .product .product-cena {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row .product .product-cena {
    font-size: 14px;
  }
}
.view-tovary .view-content .views-row .product .product-more {
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.view-tovary .view-content .views-row .product .product-more a {
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  background-color: #F12072;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.view-tovary .view-content .views-row .product .product-more a:after {
  content: url(/sites/all/themes/vesta_theme/image/more.svg);
  font-size: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row .product .product-more a:after {
    content: url(/sites/all/themes/vesta_theme/image/more_m.svg);
  }
}
.view-tovary .view-content .views-row .product .product-more a:hover {
  background-color: #5E5B67;
}
.view-tovary .view-content .views-row .product .product-more a:hover:after {
  content: url(/sites/all/themes/vesta_theme/image/more_g.svg);
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row .product .product-more a:hover:after {
    content: url(/sites/all/themes/vesta_theme/image/more_m_g.svg);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-tovary .view-content .views-row .product .product-more a {
    padding: 7px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-tovary .view-content .views-row .product .product-more a {
    padding: 6px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row .product .product-more a {
    padding: 6px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row .product .product-more {
    margin-top: 15px;
  }
}
.view-tovary .view-content .views-row .product .product-body-anons {
  padding: 15px;
}
.view-tovary .view-content .views-row .product .product-body-anons * {
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .view-tovary .view-content .views-row .product {
    height: 430px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-tovary .view-content .views-row .product {
    height: 450px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-tovary .view-content .views-row .product {
    height: 430px !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .view-tovary .view-content .views-row .product {
    height: 400px !important;
  }
}
.view-tovary .view-content .views-row .product:nth-child(1) {
  backface-visibility: hidden;
  transform: rotateY(0deg);
}
.view-tovary .view-content .views-row .product:nth-child(1) .product-body-anons {
  display: none;
}
.view-tovary .view-content .views-row .product:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  transform: rotateY(180deg);
}
.view-tovary .view-content .views-row .product:nth-child(2) .product-image {
  display: none;
}
.view-tovary .view-content .views-row .product:nth-child(2) .product-title,
.view-tovary .view-content .views-row .product:nth-child(2) .product-cena,
.view-tovary .view-content .views-row .product:nth-child(2) .product-more,
.view-tovary .view-content .views-row .product:nth-child(2) .product-body-anons {
  transition: 1s;
}
.view-tovary .view-content .views-row .product:nth-child(2) .product-title *,
.view-tovary .view-content .views-row .product:nth-child(2) .product-cena *,
.view-tovary .view-content .views-row .product:nth-child(2) .product-more *,
.view-tovary .view-content .views-row .product:nth-child(2) .product-body-anons * {
  transition: 1s;
}
.view-tovary .view-content .views-row .product:nth-child(1n + 3) {
  display: none;
}
.view-tovary .view-content .views-row:hover .product:nth-child(1) {
  transform: rotateY(-180deg);
}
.view-tovary .view-content .views-row:hover .product:nth-child(2) {
  transform: rotateY(0deg);
}
@media screen and (min-width: 1200px) {
  .view-tovary .view-content .views-row:hover .product {
    height: 430px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-tovary .view-content .views-row:hover .product {
    height: 450px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-tovary .view-content .views-row:hover .product {
    height: 430px !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .view-tovary .view-content .views-row:hover .product {
    height: 400px !important;
  }
}
@media screen and (min-width: 1200px) {
  .view-tovary .view-content .views-row:hover {
    height: 430px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-tovary .view-content .views-row:hover {
    height: 450px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-tovary .view-content .views-row:hover {
    height: 430px !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .view-tovary .view-content .views-row:hover {
    height: 400px !important;
  }
}
@media screen and (min-width: 1200px) {
  .view-tovary .view-content .views-row {
    width: 270px !important;
    height: 430px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-tovary .view-content .views-row {
    width: 218px !important;
    height: 450px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-tovary .view-content .views-row {
    width: 226px !important;
    height: 430px !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .view-tovary .view-content .views-row {
    width: 258px !important;
    height: 400px !important;
  }
}
@media screen and (max-width: 575px) {
  .view-tovary .view-content {
    gap: 15px;
  }
}
@media screen and (max-width: 575px) {
  .not-front .view-tovary .views-row {
    width: 100% !important;
  }
}
.view-nashi-uslugi .view-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: arial-b !important;
  font-size: 32px !important;
  font-weight: bold !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: normal;
  text-align: left;
  color: #38373B;
  text-transform: uppercase;
  margin-bottom: 35px !important;
}
.view-nashi-uslugi .view-header:before {
  content: url(/sites/all/themes/vesta_theme/image/slash.svg);
  font-size: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-nashi-uslugi .view-header:before {
    content: url(/sites/all/themes/vesta_theme/image/slash1.svg);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-nashi-uslugi .view-header:before {
    content: url(/sites/all/themes/vesta_theme/image/slash2.svg);
  }
}
@media screen and (max-width: 767px) {
  .view-nashi-uslugi .view-header:before {
    content: url(/sites/all/themes/vesta_theme/image/slash3.svg);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-nashi-uslugi .view-header {
    font-size: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-nashi-uslugi .view-header {
    font-size: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-nashi-uslugi .view-header {
    font-size: 18px !important;
    text-align: center;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-nashi-uslugi .view-header {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-nashi-uslugi .view-header {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-nashi-uslugi .view-header {
    margin-bottom: 20px !important;
  }
}
.view-nashi-uslugi .more-link {
  margin-bottom: 35px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-nashi-uslugi .more-link {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-nashi-uslugi .more-link {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .view-nashi-uslugi .more-link {
    margin-bottom: 20px;
  }
}
.view-nashi-uslugi .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-nashi-uslugi .view-content .views-row {
  position: relative;
}
.view-nashi-uslugi .view-content .views-row .node--type-usluga {
  border-radius: 20px;
  box-shadow: 2px 4px 15px -2px rgba(231, 133, 171, 0.63);
  background-color: rgba(255, 255, 255, 0.63);
  overflow: hidden;
  padding-bottom: 25px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 1s;
}
.view-nashi-uslugi .view-content .views-row .node--type-usluga .field--name-field-usluga-izobrazhenie {
  width: 100%;
  height: 175px;
  border-radius: 20px;
  overflow: hidden;
}
.view-nashi-uslugi .view-content .views-row .node--type-usluga .field--name-field-usluga-izobrazhenie * {
  width: 100% !important;
  height: 100%  !important;
  object-fit: cover;
}
.view-nashi-uslugi .view-content .views-row .node--type-usluga .field--name-field-usluga-izobrazhenie img {
  transition: 0.3s;
}
.view-nashi-uslugi .view-content .views-row .node--type-usluga .field--name-field-usluga-izobrazhenie img:hover {
  transform: scale(1.1);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-nashi-uslugi .view-content .views-row .node--type-usluga .field--name-field-usluga-izobrazhenie {
    height: 165px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-nashi-uslugi .view-content .views-row .node--type-usluga .field--name-field-usluga-izobrazhenie {
    height: 157px;
  }
}
@media screen and (max-width: 767px) {
  .view-nashi-uslugi .view-content .views-row .node--type-usluga .field--name-field-usluga-izobrazhenie {
    height: 157px;
  }
}
.view-nashi-uslugi .view-content .views-row .node--type-usluga .field--name-node-title {
  margin-top: 25px;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #38373B;
  text-transform: uppercase;
}
.view-nashi-uslugi .view-content .views-row .node--type-usluga .field--name-node-title * {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #38373B;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-nashi-uslugi .view-content .views-row .node--type-usluga .field--name-node-title * {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-nashi-uslugi .view-content .views-row .node--type-usluga .field--name-node-title * {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-nashi-uslugi .view-content .views-row .node--type-usluga .field--name-node-title * {
    font-size: 14px;
  }
}
.view-nashi-uslugi .view-content .views-row .node--type-usluga .field--name-node-title a:hover {
  color: #F12072;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-nashi-uslugi .view-content .views-row .node--type-usluga .field--name-node-title {
    padding-left: 35px;
    padding-right: 35px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-nashi-uslugi .view-content .views-row .node--type-usluga .field--name-node-title {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-nashi-uslugi .view-content .views-row .node--type-usluga .field--name-node-title {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
}
.view-nashi-uslugi .view-content .views-row .node--type-usluga .field--name-body {
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  padding: 15px;
}
.view-nashi-uslugi .view-content .views-row .node--type-usluga .field--name-node-link {
  height: 0 !important;
  overflow: hidden;
  margin-top: auto;
}
.view-nashi-uslugi .view-content .views-row .node--type-usluga .field--name-node-link a {
  display: block;
  width: max-content;
  padding: 15px 24px;
  border: 3px solid #F12072;
  background-color: #F12072;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-nashi-uslugi .view-content .views-row .node--type-usluga .field--name-node-link a {
    padding: 14px 20px;
    border: 2px solid #F12072;
    font-size: 16px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-nashi-uslugi .view-content .views-row .node--type-usluga .field--name-node-link a {
    padding: 13px 15px;
    border: 1px solid #F12072;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-nashi-uslugi .view-content .views-row .node--type-usluga .field--name-node-link a {
    padding: 12px;
    border: 1px solid #F12072;
    font-size: 14px !important;
  }
}
.view-nashi-uslugi .view-content .views-row .node--type-usluga .field--name-node-link a:hover {
  background-color: transparent;
  color: #38373B;
}
@media screen and (max-width: 767px) {
  .view-nashi-uslugi .view-content .views-row .node--type-usluga {
    padding-bottom: 30px;
  }
}
.view-nashi-uslugi .view-content .views-row .node--type-usluga:nth-child(1) {
  backface-visibility: hidden;
  transform: rotateY(0deg);
}
.view-nashi-uslugi .view-content .views-row .node--type-usluga:nth-child(1) .field--name-body {
  display: none;
}
.view-nashi-uslugi .view-content .views-row .node--type-usluga:nth-child(2) {
  backface-visibility: hidden;
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  left: 0;
}
.view-nashi-uslugi .view-content .views-row .node--type-usluga:nth-child(2) .field--name-field-usluga-izobrazhenie {
  display: none;
}
.view-nashi-uslugi .view-content .views-row .node--type-usluga:nth-child(1n + 3) {
  display: none;
}
.view-nashi-uslugi .view-content .views-row:hover .node--type-usluga:nth-child(1) {
  transform: rotateY(-180deg);
}
.view-nashi-uslugi .view-content .views-row:hover .node--type-usluga:nth-child(2) {
  transform: rotateY(0deg);
}
@media screen and (min-width: 1200px) {
  .view-nashi-uslugi .view-content .views-row:hover {
    height: 267px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-nashi-uslugi .view-content .views-row:hover {
    height: 255px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-nashi-uslugi .view-content .views-row:hover {
    height: 240px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .view-nashi-uslugi .view-content .views-row:hover {
    height: 225px;
  }
}
@media screen and (min-width: 1200px) {
  .view-nashi-uslugi .view-content .views-row {
    height: 267px;
    width: 270px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-nashi-uslugi .view-content .views-row {
    width: 218px !important;
    height: 255px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-nashi-uslugi .view-content .views-row {
    width: 226px !important;
    height: 240px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .view-nashi-uslugi .view-content .views-row {
    width: 258px !important;
    height: 225px;
  }
}
@media screen and (max-width: 575px) {
  .view-nashi-uslugi .view-content {
    gap: 15px;
  }
}
@media screen and (max-width: 575px) {
  .not-front .view-nashi-uslugi .views-row {
    width: 100% !important;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-nashi-uslugi-block-1 .view-nashi-uslugi .views-row {
    width: 100% !important;
  }
}
#block-vesta-theme-views-block-about-block-1 .block-title {
  display: none;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .block-title {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .block-title {
    display: flex;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-o-nas-foto {
  width: 570px;
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-o-nas-foto * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-o-nas-foto {
    width: 466px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-o-nas-foto {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-o-nas-foto {
    width: 100%;
    height: auto;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .content0 {
  width: 570px;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-title {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: arial-b !important;
  font-size: 32px !important;
  font-weight: bold !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: normal;
  text-align: left;
  color: #38373B;
  text-transform: uppercase;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-title:before {
  content: url(/sites/all/themes/vesta_theme/image/slash.svg);
  font-size: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-title:before {
    content: url(/sites/all/themes/vesta_theme/image/slash1.svg);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-title:before {
    content: url(/sites/all/themes/vesta_theme/image/slash2.svg);
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-title:before {
    content: url(/sites/all/themes/vesta_theme/image/slash3.svg);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-title {
    font-size: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-title {
    font-size: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-title {
    font-size: 18px !important;
    text-align: center;
    justify-content: center;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-title * {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-title {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-title {
    display: none;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-body * {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #38373B;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-body * {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-body * {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-body * {
    font-size: 14px;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-body strong {
  display: block;
  margin-bottom: 25px;
  font-weight: bold;
  color: #F12072;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-link {
  margin-top: 50px;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-link a {
  display: block;
  width: max-content;
  padding: 15px 24px;
  border: 3px solid #F12072;
  background-color: #F12072;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-link a {
    padding: 14px 20px;
    border: 2px solid #F12072;
    font-size: 16px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-link a {
    padding: 13px 15px;
    border: 1px solid #F12072;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-link a {
    padding: 12px;
    border: 1px solid #F12072;
    font-size: 14px !important;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-link a:hover {
  background-color: #5E5B67;
  border: 3px solid #5E5B67;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-link a:hover {
    border: 2px solid #5E5B67;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-link a:hover {
    border: 1px solid #5E5B67;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-link a:hover {
    color: #fff;
    border: 1px solid #5E5B67;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-link a {
    border: 2px solid #5E5B67;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-link a {
    border: 1px solid #5E5B67;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-link a {
    display: block;
    width: max-content;
    padding: 15px 24px;
    border: 3px solid #F12072;
    background-color: #F12072;
    border-radius: 100px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    background-color: transparent;
    color: #38373B;
    border: 1px solid #F12072;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-link a {
    padding: 14px 20px;
    border: 2px solid #F12072;
    font-size: 16px !important;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-link a {
    padding: 13px 15px;
    border: 1px solid #F12072;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) and screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-link a {
    padding: 12px;
    border: 1px solid #F12072;
    font-size: 14px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-link {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 .field--name-node-link {
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 {
    width: 466px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .content0 {
    width: 100%;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about:after {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about {
    gap: 20px;
  }
}
#block-vesta-theme-views-block-preimushchestva-block-1 {
  margin-top: 120px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-preimushchestva-block-1 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-preimushchestva-block-1 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-preimushchestva-block-1 {
    margin-top: 60px;
  }
}
.view-preimushchestva .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.view-preimushchestva .view-content .views-row {
  width: 270px;
  height: 303px;
  position: relative;
}
.view-preimushchestva .view-content .views-row .node--type-preimushchestvo {
  width: 100%;
  height: 303px;
  border: 1px solid rgba(94, 91, 103, 0.4);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  transition: 1s;
}
.view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-field-preimushchestvo-foto {
  width: 97px;
  height: 97px;
  min-width: 97px;
  min-height: 97px;
  max-width: 97px;
  max-height: 97px;
  border-radius: 10px;
  background-color: #F12072;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-field-preimushchestvo-foto * {
  width: 65px !important;
  height: 65px !important;
  object-fit: contain;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-field-preimushchestvo-foto * {
    width: 55px !important;
    height: 55px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-field-preimushchestvo-foto * {
    width: 45px !important;
    height: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-field-preimushchestvo-foto * {
    width: 30px !important;
    height: 30px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-field-preimushchestvo-foto {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-field-preimushchestvo-foto {
    width: 65px;
    height: 65px;
    min-width: 65px;
    min-height: 65px;
    max-width: 65px;
    max-height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-field-preimushchestvo-foto {
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    max-width: 45px;
    max-height: 45px;
  }
}
.view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title {
  font-family: arial-b !important;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}
.view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title * {
  font-family: arial-b !important;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title * {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title * {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title * {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body br {
    display: none;
  }
}
.view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body p {
  margin-bottom: 23px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body p {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body p {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body p {
    margin-bottom: 18px;
  }
}
.view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body * {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body * {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body * {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body * {
    font-size: 14px;
  }
}
.view-preimushchestva .view-content .views-row .node--type-preimushchestvo:after {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo {
    height: 275px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo {
    height: 275px;
  }
}
@media screen and (max-width: 767px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo {
    height: auto;
    gap: 10px;
  }
}
.view-preimushchestva .view-content .views-row .node--type-preimushchestvo:nth-child(1) {
  backface-visibility: hidden;
  transform: rotateY(0deg);
}
.view-preimushchestva .view-content .views-row .node--type-preimushchestvo:nth-child(2) {
  backface-visibility: hidden;
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  left: 0;
}
.view-preimushchestva .view-content .views-row .node--type-preimushchestvo:nth-child(2) .field--name-field-preimushchestvo-foto {
  display: none;
}
.view-preimushchestva .view-content .views-row .node--type-preimushchestvo:nth-child(1n + 3) {
  display: none;
}
.view-preimushchestva .view-content .views-row:hover .node--type-preimushchestvo:nth-child(1) {
  transform: rotateY(-180deg);
}
.view-preimushchestva .view-content .views-row:hover .node--type-preimushchestvo:nth-child(2) {
  transform: rotateY(0deg);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-preimushchestva .view-content .views-row {
    width: 218px;
    height: 275px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-preimushchestva .view-content .views-row {
    width: 226px;
    height: 275px;
  }
}
@media screen and (max-width: 767px) {
  .view-preimushchestva .view-content .views-row {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .view-preimushchestva .view-content {
    gap: 20px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-header,
#block-vesta-theme-views-block-fotogalereya-block-1-2 .view-fotogalereya .view-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: arial-b !important;
  font-size: 32px !important;
  font-weight: bold !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: normal;
  text-align: left;
  color: #38373B;
  text-transform: uppercase;
  margin-bottom: 50px !important;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-header:before,
#block-vesta-theme-views-block-fotogalereya-block-1-2 .view-fotogalereya .view-header:before {
  content: url(/sites/all/themes/vesta_theme/image/slash.svg);
  font-size: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-header:before,
  #block-vesta-theme-views-block-fotogalereya-block-1-2 .view-fotogalereya .view-header:before {
    content: url(/sites/all/themes/vesta_theme/image/slash1.svg);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-header:before,
  #block-vesta-theme-views-block-fotogalereya-block-1-2 .view-fotogalereya .view-header:before {
    content: url(/sites/all/themes/vesta_theme/image/slash2.svg);
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-header:before,
  #block-vesta-theme-views-block-fotogalereya-block-1-2 .view-fotogalereya .view-header:before {
    content: url(/sites/all/themes/vesta_theme/image/slash3.svg);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-header,
  #block-vesta-theme-views-block-fotogalereya-block-1-2 .view-fotogalereya .view-header {
    font-size: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-header,
  #block-vesta-theme-views-block-fotogalereya-block-1-2 .view-fotogalereya .view-header {
    font-size: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-header,
  #block-vesta-theme-views-block-fotogalereya-block-1-2 .view-fotogalereya .view-header {
    font-size: 18px !important;
    text-align: center;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-header,
  #block-vesta-theme-views-block-fotogalereya-block-1-2 .view-fotogalereya .view-header {
    margin-bottom: 45px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-header,
  #block-vesta-theme-views-block-fotogalereya-block-1-2 .view-fotogalereya .view-header {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-header,
  #block-vesta-theme-views-block-fotogalereya-block-1-2 .view-fotogalereya .view-header {
    margin-bottom: 35px !important;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .more-link,
#block-vesta-theme-views-block-fotogalereya-block-1-2 .view-fotogalereya .more-link {
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .more-link,
  #block-vesta-theme-views-block-fotogalereya-block-1-2 .view-fotogalereya .more-link {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .more-link,
  #block-vesta-theme-views-block-fotogalereya-block-1-2 .view-fotogalereya .more-link {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .more-link,
  #block-vesta-theme-views-block-fotogalereya-block-1-2 .view-fotogalereya .more-link {
    margin-bottom: 35px;
  }
}
.view-fotogalereya .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-fotogalereya .view-content .views-row {
  border-radius: 20px;
  overflow: hidden;
}
.view-fotogalereya .view-content .views-row .node--type-photogallery {
  position: relative;
}
.view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery {
  width: 100%;
  height: 230px;
  position: relative;
  z-index: 0;
}
.view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery img {
  transition: 0.3s;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery {
    height: 210px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery {
    height: 185px;
  }
}
.view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  border-radius: 20px;
  background-image: linear-gradient(to bottom, rgba(226, 101, 151, 0) 56%, #452431 100%);
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
.view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title * {
  display: flex;
  align-items: end;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title * {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title * {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title * {
    font-size: 14px;
  }
}
.view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title a {
  padding: 19px 25px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title a {
    padding: 15px 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title a {
    padding: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title a {
    padding: 15px;
    font-size: 14px;
  }
}
.view-fotogalereya .view-content .views-row:hover .field--name-field-gallery img {
  transform: scale(1.1);
}
.view-fotogalereya .view-content .views-row:hover .field--name-node-title {
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .view-fotogalereya .view-content .views-row {
    width: 370px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-fotogalereya .view-content .views-row {
    width: 300px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-fotogalereya .view-content .views-row {
    width: 354px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-fotogalereya .view-content {
    gap: 15px;
  }
}
#block-vesta-theme-vebforma .block-title {
  color: #fff;
}
#block-vesta-theme-vebforma .webform-submission-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
#block-vesta-theme-vebforma .webform-submission-form #edit-processed-text {
  width: 100%;
  margin: 0 0 12px;
}
#block-vesta-theme-vebforma .webform-submission-form #edit-processed-text * {
  color: #fff !important;
}
#block-vesta-theme-vebforma .webform-submission-form .js-form-item {
  margin: 0;
  width: 579px;
}
#block-vesta-theme-vebforma .webform-submission-form .js-form-item input,
#block-vesta-theme-vebforma .webform-submission-form .js-form-item textarea {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
#block-vesta-theme-vebforma .webform-submission-form .js-form-item input::placeholder,
#block-vesta-theme-vebforma .webform-submission-form .js-form-item textarea::placeholder {
  color: #d7d7d7;
}
#block-vesta-theme-vebforma .webform-submission-form .js-form-item input {
  padding: 17px 20px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vebforma .webform-submission-form .js-form-item input {
    height: 44px;
  }
}
#block-vesta-theme-vebforma .webform-submission-form .js-form-item textarea {
  padding: 12px 20px;
  height: 96px;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vebforma .webform-submission-form .js-form-item textarea {
    height: 68px;
  }
}
#block-vesta-theme-vebforma .webform-submission-form .js-form-item input[type="date"] {
  height: 96px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-vebforma .webform-submission-form .js-form-item {
    width: 475px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-vebforma .webform-submission-form .js-form-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vebforma .webform-submission-form .js-form-item {
    width: 100%;
  }
}
#block-vesta-theme-vebforma .webform-submission-form .webform-actions {
  margin: 12px 0 0;
}
#block-vesta-theme-vebforma .webform-submission-form .webform-actions input:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vebforma .webform-submission-form .webform-actions {
    margin: 0;
  }
}
#block-vesta-theme-vebforma .webform-submission-form .captcha__description {
  color: #fff;
}
#block-vesta-theme-vebforma .js-form-type-checkbox {
  margin-top: 8px !important;
  max-width: 440px;
  width: 100% !important;
}
#block-vesta-theme-vebforma .js-form-type-checkbox .description * {
  color: #fff;
}
#block-vesta-theme-vebforma .js-form-type-checkbox .description a {
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-vebforma .js-form-type-checkbox {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vebforma .js-form-type-checkbox {
    max-width: 100%;
  }
}
.webform-submission-form #edit-processed-text * {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: -0.18px;
  color: #38373B;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .webform-submission-form #edit-processed-text * {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .webform-submission-form #edit-processed-text * {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form #edit-processed-text * {
    font-size: 14px;
  }
}
.webform-submission-form #edit-processed-text strong {
  font-weight: 700;
}
.webform-submission-form .js-form-item input,
.webform-submission-form .js-form-item textarea {
  border-radius: 10px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #38373B;
  border: 1px solid #38373B;
}
.webform-submission-form .js-form-item input::placeholder,
.webform-submission-form .js-form-item textarea::placeholder {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #38373B;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .webform-submission-form .js-form-item input::placeholder,
  .webform-submission-form .js-form-item textarea::placeholder {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .webform-submission-form .js-form-item input::placeholder,
  .webform-submission-form .js-form-item textarea::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .js-form-item input::placeholder,
  .webform-submission-form .js-form-item textarea::placeholder {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .webform-submission-form .js-form-item input,
  .webform-submission-form .js-form-item textarea {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .webform-submission-form .js-form-item input,
  .webform-submission-form .js-form-item textarea {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .js-form-item input,
  .webform-submission-form .js-form-item textarea {
    font-size: 14px;
  }
}
.webform-submission-form .js-form-item textarea {
  resize: none;
}
.webform-submission-form .js-form-item input[type="date"] {
  position: relative;
  display: flex !important;
  align-items: start;
  padding-left: 58px !important;
  padding-top: 10px !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .webform-submission-form .js-form-item input[type="date"] {
    font-size: 16px;
    padding-top: 8px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .webform-submission-form .js-form-item input[type="date"] {
    font-size: 14px;
    padding-top: 8px !important;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .js-form-item input[type="date"] {
    font-size: 14px;
    padding-top: 8px !important;
  }
}
.webform-submission-form .js-form-item input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url(/sites/all/themes/vesta_theme/image/calendar.svg) no-repeat;
  position: absolute;
  top: 12px;
  left: 20px;
  width: 30px;
  height: 30px;
  border-width: thin;
}
@media screen and (max-width: 767px) {
  .webform-submission-form .js-form-item input[type="date"]::-webkit-calendar-picker-indicator {
    background: url(/sites/all/themes/vesta_theme/image/calendar_m.svg) no-repeat;
  }
}
.webform-submission-form .error {
  display: none !important;
}
.webform-submission-form input.error,
.webform-submission-form textarea.error {
  display: block !important;
  background-color: #913e3e !important;
}
.webform-submission-form .js-form-item-data-zamera {
  position: relative;
}
.webform-submission-form .js-form-item-data-zamera:before {
  content: url(/sites/all/themes/vesta_theme/image/calendar.svg);
  font-size: 0;
  position: absolute;
  top: 12px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .webform-submission-form .js-form-item-data-zamera:before {
    content: url(/sites/all/themes/vesta_theme/image/calendar_m.svg);
  }
}
.webform-submission-form .js-form-item-data-zamera textarea {
  padding-left: 58px !important;
}
.webform-submission-form .webform-actions input {
  display: block;
  width: max-content;
  padding: 15px 24px;
  border: 3px solid #F12072;
  background-color: #F12072;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .webform-submission-form .webform-actions input {
    padding: 14px 20px;
    border: 2px solid #F12072;
    font-size: 16px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .webform-submission-form .webform-actions input {
    padding: 13px 15px;
    border: 1px solid #F12072;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .webform-actions input {
    padding: 12px;
    border: 1px solid #F12072;
    font-size: 14px !important;
  }
}
.webform-submission-form .webform-actions input:hover {
  background-color: transparent;
  color: #38373B;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .webform-submission-form .webform-actions input {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .webform-actions input {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .webform-submission-form .webform-actions {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .webform-actions {
    width: 100%;
  }
}
.webform-submission-form .js-form-type-checkbox input {
  display: none;
}
.webform-submission-form .js-form-type-checkbox .description {
  margin: 0;
}
.webform-submission-form .js-form-type-checkbox .description * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #38373B;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .webform-submission-form .js-form-type-checkbox .description * {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .webform-submission-form .js-form-type-checkbox .description * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .js-form-type-checkbox .description * {
    font-size: 12px;
  }
}
.webform-submission-form .js-form-type-checkbox .description a {
  color: #38373B;
  text-decoration: underline !important;
}
.webform-submission-form .js-form-type-checkbox .description a:hover {
  color: #F12072 !important;
  text-decoration: underline !important;
}
#block-vesta-theme-yandekskarta-2 .field--name-body {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts {
  width: 570px;
  background-color: #5E5B67;
  border-radius: 20px;
  padding: 53px 48px 60px;
  display: flex;
  flex-direction: column;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts strong {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts strong {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts strong {
    font-size: 16px;
  }
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts p,
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts p:before,
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts a:before {
  font-size: 0;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts p,
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts a {
    gap: 8px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts p,
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts a {
    gap: 6px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts p,
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts a {
    gap: 6px;
    font-size: 14px;
  }
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts a:hover {
  color: #F12072;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .adress {
  margin-bottom: 36px;
  max-width: 325px;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .adress:before {
  content: url(/sites/all/themes/vesta_theme/image/map-pin1.svg);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts .adress {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts .adress {
    max-width: 100%;
  }
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .tel {
  margin-bottom: 10px;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .tel:before {
  content: url(/sites/all/themes/vesta_theme/image/phone2.svg);
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .mail:before {
  content: url(/sites/all/themes/vesta_theme/image/mail1.svg);
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .btn-form {
  display: block;
  width: max-content;
  padding: 15px 24px;
  border: 3px solid #F12072;
  background-color: #F12072;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-top: 27px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts .btn-form {
    padding: 14px 20px;
    border: 2px solid #F12072;
    font-size: 16px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts .btn-form {
    padding: 13px 15px;
    border: 1px solid #F12072;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts .btn-form {
    padding: 12px;
    border: 1px solid #F12072;
    font-size: 14px !important;
  }
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .btn-form:hover {
  background-color: transparent;
  color: #38373B;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts {
    width: 466px;
    padding: 50px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts {
    width: 100%;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts {
    width: 100%;
    padding: 30px 15px;
  }
}
#block-vesta-theme-yandekskarta-2 .field--name-body .mapContainer {
  width: 570px !important;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .mapContainer {
    width: 466px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .mapContainer {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .mapContainer {
    width: 100% !important;
  }
}
#block-vesta-theme-yandekskarta-2 .field--name-body:after {
  display: none;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body {
    gap: 20px;
  }
}
#block-vesta-theme-views-block-skidki-i-akcii-block-1 {
  margin-top: 120px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-skidki-i-akcii-block-1 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-skidki-i-akcii-block-1 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-skidki-i-akcii-block-1 {
    margin-top: 60px;
  }
}
.view-skidki-i-akcii .view-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: arial-b !important;
  font-size: 32px !important;
  font-weight: bold !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: normal;
  text-align: left;
  color: #38373B;
  text-transform: uppercase;
  margin-bottom: 35px !important;
}
.view-skidki-i-akcii .view-header:before {
  content: url(/sites/all/themes/vesta_theme/image/slash.svg);
  font-size: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-skidki-i-akcii .view-header:before {
    content: url(/sites/all/themes/vesta_theme/image/slash1.svg);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-skidki-i-akcii .view-header:before {
    content: url(/sites/all/themes/vesta_theme/image/slash2.svg);
  }
}
@media screen and (max-width: 767px) {
  .view-skidki-i-akcii .view-header:before {
    content: url(/sites/all/themes/vesta_theme/image/slash3.svg);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-skidki-i-akcii .view-header {
    font-size: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-skidki-i-akcii .view-header {
    font-size: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-skidki-i-akcii .view-header {
    font-size: 18px !important;
    text-align: center;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-skidki-i-akcii .view-header {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-skidki-i-akcii .view-header {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-skidki-i-akcii .view-header {
    margin-bottom: 20px !important;
  }
}
.view-skidki-i-akcii .more-link {
  margin-bottom: 35px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-skidki-i-akcii .more-link {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-skidki-i-akcii .more-link {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .view-skidki-i-akcii .more-link {
    margin-bottom: 20px;
  }
}
.view-skidki-i-akcii .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-skidki-i-akcii .view-content .views-row {
  width: 270px !important;
  position: relative;
}
.view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya {
  padding-bottom: 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 1s;
  border-radius: 20px;
  box-shadow: 2px 4px 15px -2px rgba(231, 133, 171, 0.63);
  background-color: rgba(255, 255, 255, 0.63);
  overflow: hidden;
}
.view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya .field--name-field-foto {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya .field--name-field-foto * {
  width: 100% !important;
  object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya .field--name-field-foto * {
    height: 175px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya .field--name-field-foto * {
    height: 165px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya .field--name-field-foto * {
    height: 157px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya .field--name-field-foto * {
    height: 157px !important;
  }
}
@media screen and (min-width: 1200px) {
  .view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya .field--name-field-foto {
    height: 175px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya .field--name-field-foto {
    height: 165px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya .field--name-field-foto {
    height: 157px !important;
  }
}
@media screen and (max-width: 767px) {
  .view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya .field--name-field-foto {
    height: 157px !important;
  }
}
.view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya .field--name-node-title {
  margin-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #38373B;
  text-transform: uppercase;
}
.view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya .field--name-node-title * {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #38373B;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya .field--name-node-title * {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya .field--name-node-title * {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya .field--name-node-title * {
    font-size: 14px;
  }
}
.view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya .field--name-node-title a:hover {
  color: #F12072;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya .field--name-node-title {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya .field--name-node-title {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya .field--name-node-title {
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }
}
.view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya .field--name-body {
  overflow: hidden;
  padding: 20px;
}
.view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya .field--name-body * {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya .field--name-body * {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya .field--name-body * {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya .field--name-body * {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya .field--name-body {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya .field--name-body {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya .field--name-body {
    padding: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya {
    height: 310px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya {
    height: 290px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya {
    height: 260px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya {
    height: 260px;
  }
}
@media screen and (max-width: 767px) {
  .view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya {
    padding-bottom: 30px;
  }
}
.view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya:nth-child(1) {
  backface-visibility: hidden;
  transform: rotateY(0deg);
}
.view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya:nth-child(1) .field--name-body {
  display: none;
}
.view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya:nth-child(2) {
  backface-visibility: hidden;
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
}
.view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya:nth-child(2) .field--name-field-foto {
  display: none;
}
.view-skidki-i-akcii .view-content .views-row .node--type-skidka-ili-akciya:nth-child(1n + 3) {
  display: none;
}
.view-skidki-i-akcii .view-content .views-row:hover .node--type-skidka-ili-akciya:nth-child(1) {
  transform: rotateY(-180deg);
}
.view-skidki-i-akcii .view-content .views-row:hover .node--type-skidka-ili-akciya:nth-child(2) {
  transform: rotateY(0deg);
}
@media screen and (min-width: 1200px) {
  .view-skidki-i-akcii .view-content .views-row {
    height: 310px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-skidki-i-akcii .view-content .views-row {
    width: 218px !important;
    height: 290px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-skidki-i-akcii .view-content .views-row {
    width: 226px !important;
    height: 260px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .view-skidki-i-akcii .view-content .views-row {
    height: 260px;
  }
}
@media screen and (max-width: 767px) {
  .view-skidki-i-akcii .view-content .views-row {
    width: 258px !important;
  }
}
@media screen and (max-width: 575px) {
  .view-skidki-i-akcii .view-content .views-row {
    width: 100% !important;
  }
}
@media screen and (max-width: 575px) {
  .view-skidki-i-akcii .view-content {
    gap: 15px;
  }
}
.page-view--fotogalereya .view-fotogalereya .view-header span {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #38373b;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-view--fotogalereya .view-fotogalereya .view-header span {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-view--fotogalereya .view-fotogalereya .view-header span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .page-view--fotogalereya .view-fotogalereya .view-header span {
    font-size: 14px;
  }
}
.page-view--fotogalereya .view-fotogalereya .view-content {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-view--fotogalereya .view-fotogalereya .view-content .views-row .field--name-field-gallery {
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .page-view--fotogalereya .view-fotogalereya .view-content .views-row {
    width: calc(50% - 7.5px) !important;
  }
}
#block-vesta-theme-views-block-videogalereya-block-1 {
  margin-top: 120px;
}
#block-vesta-theme-views-block-videogalereya-block-1 .field--name-field-rutube-youtube-video {
  display: flex;
  gap: 30px;
}
#block-vesta-theme-views-block-videogalereya-block-1 .field--name-field-rutube-youtube-video .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
#block-vesta-theme-views-block-videogalereya-block-1 .field--name-field-rutube-youtube-video .field__item {
  border-radius: 20px;
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
}
#block-vesta-theme-views-block-videogalereya-block-1 .field--name-field-rutube-youtube-video .field__item > div {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
#block-vesta-theme-views-block-videogalereya-block-1 .field--name-field-rutube-youtube-video .field__item > div img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
#block-vesta-theme-views-block-videogalereya-block-1 .field--name-field-rutube-youtube-video .field__item .video-embed-field-provider-rutube,
#block-vesta-theme-views-block-videogalereya-block-1 .field--name-field-rutube-youtube-video .field__item .video-embed-field-provider-youtube {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
#block-vesta-theme-views-block-videogalereya-block-1 .field--name-field-rutube-youtube-video .field__item .video-embed-field-provider-rutube *,
#block-vesta-theme-views-block-videogalereya-block-1 .field--name-field-rutube-youtube-video .field__item .video-embed-field-provider-youtube * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (min-width: 1200px) {
  #block-vesta-theme-views-block-videogalereya-block-1 .field--name-field-rutube-youtube-video .field__item {
    width: 570px !important;
    height: 355px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-videogalereya-block-1 .field--name-field-rutube-youtube-video .field__item {
    width: 466px !important;
    height: 270px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-videogalereya-block-1 .field--name-field-rutube-youtube-video .field__item {
    height: 370px !important;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-videogalereya-block-1 .field--name-field-rutube-youtube-video .field__item {
    height: auto !important;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-videogalereya-block-1 .field--name-field-rutube-youtube-video {
    gap: 15px;
  }
}
#block-vesta-theme-views-block-videogalereya-block-1 .slick-prev {
  left: -60px;
}
@media screen and (max-width: 1350px) {
  #block-vesta-theme-views-block-videogalereya-block-1 .slick-prev {
    left: -15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-videogalereya-block-1 .slick-prev {
    left: -15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-videogalereya-block-1 .slick-prev {
    left: -15px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-videogalereya-block-1 .slick-prev {
    left: 0px;
  }
}
#block-vesta-theme-views-block-videogalereya-block-1 .slick-next {
  right: -60px;
}
@media screen and (max-width: 1350px) {
  #block-vesta-theme-views-block-videogalereya-block-1 .slick-next {
    right: -15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-videogalereya-block-1 .slick-next {
    right: -15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-videogalereya-block-1 .slick-next {
    right: -15px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-videogalereya-block-1 .slick-next {
    right: 0px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-videogalereya-block-1 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-videogalereya-block-1 {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-videogalereya-block-1 {
    margin-top: 60px;
  }
}
.not-front .services-block {
  margin-top: 0 !important;
}
.view-tkani-katalog .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.view-tkani-katalog .view-content .views-row {
  width: 370px;
  border-radius: 20px;
  box-shadow: 2px 4px 15px -2px rgba(231, 133, 171, 0.63);
  background-color: rgba(255, 255, 255, 0.63);
  overflow: hidden;
}
.view-tkani-katalog .view-content .views-row .node--type-tkani .field--name-field-tkani-foto {
  width: 100%;
  height: 270px;
  border-radius: 20px;
  overflow: hidden;
}
.view-tkani-katalog .view-content .views-row .node--type-tkani .field--name-field-tkani-foto * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.view-tkani-katalog .view-content .views-row .node--type-tkani .field--name-field-tkani-foto img {
  transition: 0.3s;
}
.view-tkani-katalog .view-content .views-row .node--type-tkani .field--name-field-tkani-foto img:hover {
  transform: scale(1.1);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-tkani-katalog .view-content .views-row .node--type-tkani .field--name-field-tkani-foto {
    height: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-tkani-katalog .view-content .views-row .node--type-tkani .field--name-field-tkani-foto {
    height: 254px;
  }
}
@media screen and (max-width: 767px) {
  .view-tkani-katalog .view-content .views-row .node--type-tkani .field--name-field-tkani-foto {
    height: auto;
  }
}
.view-tkani-katalog .view-content .views-row .node--type-tkani .field--name-node-title {
  padding: 10px 20px;
  color: #38373B;
  font-size: 20px;
}
.view-tkani-katalog .view-content .views-row .node--type-tkani .field--name-node-title * {
  display: flex;
  justify-content: center;
  color: #38373B;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-tkani-katalog .view-content .views-row .node--type-tkani .field--name-node-title * {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-tkani-katalog .view-content .views-row .node--type-tkani .field--name-node-title * {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .view-tkani-katalog .view-content .views-row .node--type-tkani .field--name-node-title * {
    font-size: 14px;
  }
}
.view-tkani-katalog .view-content .views-row .node--type-tkani .field--name-node-title a:hover {
  color: #F12072;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-tkani-katalog .view-content .views-row .node--type-tkani .field--name-node-title {
    font-size: 18px;
    padding: 10px 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-tkani-katalog .view-content .views-row .node--type-tkani .field--name-node-title {
    font-size: 16px;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .view-tkani-katalog .view-content .views-row .node--type-tkani .field--name-node-title {
    font-size: 14px;
    padding: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-tkani-katalog .view-content .views-row {
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-tkani-katalog .view-content .views-row {
    width: 354px;
  }
}
@media screen and (max-width: 767px) {
  .view-tkani-katalog .view-content .views-row {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .view-tkani-katalog .view-content {
    gap: 15px;
  }
}
.node--type-tkani.node--view-mode-full .field--name-field-tkani-foto {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.node--type-tkani.node--view-mode-full .field--name-field-tkani-foto .field__item {
  width: calc(50% - 15px);
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
.node--type-tkani.node--view-mode-full .field--name-field-tkani-foto .field__item * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.node--type-tkani.node--view-mode-full .field--name-field-tkani-foto .field__item img {
  transition: 0.3s;
}
.node--type-tkani.node--view-mode-full .field--name-field-tkani-foto .field__item img:hover {
  transform: scale(1.1);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-tkani.node--view-mode-full .field--name-field-tkani-foto .field__item {
    height: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-tkani.node--view-mode-full .field--name-field-tkani-foto .field__item {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-tkani.node--view-mode-full .field--name-field-tkani-foto .field__item {
    width: calc(50% - 7.5px);
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .node--type-tkani.node--view-mode-full .field--name-field-tkani-foto {
    gap: 15px;
  }
}
.not-front .view-id-gallery_page .view-content > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  height: max-content !important;
}
.not-front .view-id-gallery_page .view-content > div > div {
  position: relative;
  width: 277px;
  height: 277px;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden;
  border-radius: 20px;
}
.not-front .view-id-gallery_page .view-content > div > div * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.not-front .view-id-gallery_page .view-content > div > div img {
  transition: 0.3s;
}
.not-front .view-id-gallery_page .view-content > div > div img:hover {
  transform: scale(1.1);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .not-front .view-id-gallery_page .view-content > div > div {
    width: 225px;
    height: 225px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .not-front .view-id-gallery_page .view-content > div > div {
    width: 232px;
    height: 232px;
  }
}
@media screen and (max-width: 767px) {
  .not-front .view-id-gallery_page .view-content > div > div {
    width: calc(50% - 10px);
    height: auto;
  }
}
.captcha .captcha__title {
  display: none;
}
.ui-dialog {
  border: none !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}
.ui-dialog .ui-dialog-titlebar,
.ui-dialog .ui-dialog-buttonpane {
  background-color: #fff !important;
  border-width: 0 !important;
}
.ui-dialog .ui-dialog-buttonpane {
  padding-bottom: 15px !important;
}
.ui-dialog .webform-submission-form {
  padding: 0;
}
.ui-dialog .webform-submission-form .js-form-item label {
  font-size: 16px;
}
.ui-dialog .webform-submission-form .js-form-item input {
  height: 50px;
  padding: 10px;
}
.ui-dialog .webform-submission-form .js-form-item textarea {
  height: 65px;
}
.ui-dialog .webform-submission-form .js-form-type-processed-text {
  display: none;
}
.ui-dialog .captcha__description {
  font-size: 12px;
}
.ui-dialog .ui-dialog-buttonset {
  width: 100%;
}
.ui-dialog .ui-dialog-buttonset .form-submit {
  display: block;
  width: max-content;
  padding: 15px 24px;
  border: 3px solid #F12072;
  background-color: #F12072;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 15px;
  font-size: 16px;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ui-dialog .ui-dialog-buttonset .form-submit {
    padding: 14px 20px;
    border: 2px solid #F12072;
    font-size: 16px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .ui-dialog .ui-dialog-buttonset .form-submit {
    padding: 13px 15px;
    border: 1px solid #F12072;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  .ui-dialog .ui-dialog-buttonset .form-submit {
    padding: 12px;
    border: 1px solid #F12072;
    font-size: 14px !important;
  }
}
.ui-dialog .ui-dialog-buttonset .form-submit:hover {
  background-color: transparent;
  color: #38373B;
}
#block-vesta-theme-socseti {
  position: fixed;
  bottom: 140px;
  right: 75px;
  z-index: 500;
}
#block-vesta-theme-socseti .field--name-body .social {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#block-vesta-theme-socseti .field--name-body .social a {
  display: block;
  width: 35px;
  height: 35px;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-socseti .field--name-body .social a {
    transform: scale(0.95);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-socseti .field--name-body .social a {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-socseti .field--name-body .social a {
    transform: scale(0.8);
  }
}
#block-vesta-theme-socseti .field--name-body .social a:hover {
  opacity: 1;
  transform: scale(1.05);
}
#block-vesta-theme-socseti .field--name-body .social .wp {
  background-image: url(/sites/all/themes/vesta_theme/image/wp.svg);
}
#block-vesta-theme-socseti .field--name-body .social .tg {
  background-image: url(/sites/all/themes/vesta_theme/image/tg.svg);
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-socseti .field--name-body .social {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-socseti {
    bottom: 50px;
    right: 11px;
  }
}
.not-front #block-vesta-theme-content > h3 > a {
  color: #38373B;
}
.not-front #block-vesta-theme-content > h3 > a:hover {
  color: #F12072;
}
.not-front .main .search-api-page-block-form-search {
  background-color: transparent;
  width: 100%;
  display: flex;
  gap: 10px;
}
.not-front .main .search-api-page-block-form-search .js-form-type-search {
  width: 100%;
}
.not-front .main .search-api-page-block-form-search .js-form-type-search input {
  border-radius: 20px;
}
.not-front .main .search-api-page-block-form-search .js-form-submit {
  border-radius: 20px;
  background-color: #F12072;
  border: 1px solid #F12072;
}
.not-front .main .search-api-page-block-form-search .js-form-submit:hover {
  color: #38373B;
  background-color: transparent;
}
.not-front .main .commerce-product--view-mode-poiskovyy-indeks,
.not-front .main .node--view-mode-search-index {
  margin-bottom: 10px;
}
.not-front .main .commerce-product--view-mode-poiskovyy-indeks a,
.not-front .main .node--view-mode-search-index a {
  color: #38373B;
  font-weight: 700;
}
.not-front .main .commerce-product--view-mode-poiskovyy-indeks a:hover,
.not-front .main .node--view-mode-search-index a:hover {
  color: #F12072;
}
.node--type-usluga.node--view-mode-full .field--name-field-usluga-izobrazhenie {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 15px;
}
.node--type-usluga.node--view-mode-full .field--name-field-usluga-izobrazhenie .field__item {
  width: 270px;
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
}
.node--type-usluga.node--view-mode-full .field--name-field-usluga-izobrazhenie .field__item * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.node--type-usluga.node--view-mode-full .field--name-field-usluga-izobrazhenie .field__item img {
  transition: 0.3s;
}
.node--type-usluga.node--view-mode-full .field--name-field-usluga-izobrazhenie .field__item img:hover {
  transform: scale(1.1);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-usluga.node--view-mode-full .field--name-field-usluga-izobrazhenie .field__item {
    width: 300px;
    height: 230px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-usluga.node--view-mode-full .field--name-field-usluga-izobrazhenie .field__item {
    width: 354px;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-usluga.node--view-mode-full .field--name-field-usluga-izobrazhenie .field__item {
    width: 100%;
    height: 250px;
  }
}
.node--type-usluga.node--view-mode-full .content0 .field--name-field-komplektuyushchie1 {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.node--type-usluga.node--view-mode-full .content0 .field--name-field-komplektuyushchie1 > .field__item {
  width: 270px;
}
.node--type-usluga.node--view-mode-full .content0 .field--name-field-komplektuyushchie1 > .field__item .node--type-komplektuyushchie .field--name-field-komplektuyushchie {
  width: 100%;
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
}
.node--type-usluga.node--view-mode-full .content0 .field--name-field-komplektuyushchie1 > .field__item .node--type-komplektuyushchie .field--name-field-komplektuyushchie .field__item {
  width: 100%;
  height: 100%;
}
.node--type-usluga.node--view-mode-full .content0 .field--name-field-komplektuyushchie1 > .field__item .node--type-komplektuyushchie .field--name-field-komplektuyushchie .field__item * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.node--type-usluga.node--view-mode-full .content0 .field--name-field-komplektuyushchie1 > .field__item .node--type-komplektuyushchie .field--name-field-komplektuyushchie .field__item img {
  transition: 0.3s;
}
.node--type-usluga.node--view-mode-full .content0 .field--name-field-komplektuyushchie1 > .field__item .node--type-komplektuyushchie .field--name-field-komplektuyushchie .field__item img:hover {
  transform: scale(1.1);
}
.node--type-usluga.node--view-mode-full .content0 .field--name-field-komplektuyushchie1 > .field__item .node--type-komplektuyushchie .field--name-field-komplektuyushchie .field__item:nth-child(1n + 2) {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-usluga.node--view-mode-full .content0 .field--name-field-komplektuyushchie1 > .field__item .node--type-komplektuyushchie .field--name-field-komplektuyushchie {
    height: 340px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-usluga.node--view-mode-full .content0 .field--name-field-komplektuyushchie1 > .field__item .node--type-komplektuyushchie .field--name-field-komplektuyushchie {
    height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-usluga.node--view-mode-full .content0 .field--name-field-komplektuyushchie1 > .field__item .node--type-komplektuyushchie .field--name-field-komplektuyushchie {
    height: 300px;
  }
}
@media screen and (max-width: 575px) {
  .node--type-usluga.node--view-mode-full .content0 .field--name-field-komplektuyushchie1 > .field__item .node--type-komplektuyushchie .field--name-field-komplektuyushchie {
    height: 200px;
  }
}
.node--type-usluga.node--view-mode-full .content0 .field--name-field-komplektuyushchie1 > .field__item .node--type-komplektuyushchie .field--name-node-title {
  padding: 15px;
  color: #F12072;
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-usluga.node--view-mode-full .content0 .field--name-field-komplektuyushchie1 > .field__item .node--type-komplektuyushchie .field--name-node-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-usluga.node--view-mode-full .content0 .field--name-field-komplektuyushchie1 > .field__item .node--type-komplektuyushchie .field--name-node-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-usluga.node--view-mode-full .content0 .field--name-field-komplektuyushchie1 > .field__item .node--type-komplektuyushchie .field--name-node-title {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-usluga.node--view-mode-full .content0 .field--name-field-komplektuyushchie1 > .field__item {
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-usluga.node--view-mode-full .content0 .field--name-field-komplektuyushchie1 > .field__item {
    width: 354px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-usluga.node--view-mode-full .content0 .field--name-field-komplektuyushchie1 > .field__item {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 767px) {
  .node--type-usluga.node--view-mode-full .content0 .field--name-field-komplektuyushchie1 {
    gap: 15px;
  }
}
.node--type-usluga.node--view-mode-full .content0 .field--name-field-usluga-izobrazhenie:nth-child(2) {
  display: none;
}
#smoke-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
#block-vesta-theme-panorama {
  margin-top: 120px;
}
#block-vesta-theme-panorama .mapContainer {
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-panorama {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-panorama {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-panorama {
    margin-top: 60px;
  }
}
.page-node--800 h1 {
  margin-top: 30px;
  width: 570px;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-node--800 h1 {
    width: 466px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-node--800 h1 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-node--800 h1 {
    width: 100%;
  }
}
.page-node--800 .header {
  order: 0;
}
.page-node--800 .navigation {
  order: 1;
}
.page-node--800 .main {
  order: 2;
}
.page-node--800 .map-block {
  order: 3;
  margin-top: 0 !important;
}
.page-node--800 .map-block #block-vesta-theme-yandekskarta-2 .block-title {
  display: none !important;
}
.page-node--800 .form-block {
  order: 4;
}
.page-node--800 .footer {
  order: 5;
}
