:root {
  --bs-white: #fff;
  --bs-secondary: #42221a;
  --bs-primary: #bf5460;
  --bs-primary-hover: #af434f;
  --bs-link-color: var(--bs-secondary);
  --bs-nav-link-hover-color: var(--bs-primary);
  --font-body: 'Roboto';
  --font-heading: 'TenorSans';
  --font-accent: 'Montserrat';
  --font-fallback: sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  /* Использование с Bootstrap или в проекте */
  --bs-body-font-family: var(--font-body), var(--font-fallback);
  --bs-heading-font-family: var(--font-heading), var(--font-fallback);
  --bs-accent-font-family: var(--font-accent), var(--font-fallback);
  --font-size-logo-xl: 127px;
  --font-size-logo-l: 96px;
  --font-size-logo-m: 32px;
  --font-size-title-xl: 48px;
  --font-size-title-l: 36px;
  --font-size-title-m: 29px;
  --font-size-body-l: 22px;
  --font-size-body: 16px;
  --font-size-small: 14px;
  --grid-col: 225px;
  --gap: clamp(15px, 2vw, 30px);
  --transition-duration-fast: 0.2s;
  --ease-linear: linear;
  --ease-in: ease-in;
  --ease-out: ease-out;
  --ease-in-out: ease-in-out;
  --transition-base: var(--transition-duration-fast) var(--ease-linear);
}
@media screen and (max-width: 991px) {
  :root {
    --font-size-title-xl: 36px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --font-size-title-xl: 32px;
    --font-size-title-m: 22px;
  }
}
@media screen and (max-width: 576px) {
  :root {
    --font-size-title-xl: 26px;
  }
}
button {
  background: transparent;
  border: none;
  padding: 0;
}
h1,
h2,
h3 {
  margin: 0;
  line-height: 1.2;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  max-height: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/sites/all/themes/vesta_theme/font/Montserrat-Bold.woff2') format('woff2'), url('/sites/all/themes/vesta_theme/font/Montserrat-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/sites/all/themes/vesta_theme/font/Montserrat-Medium.woff2') format('woff2'), url('/sites/all/themes/vesta_theme/font/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/sites/all/themes/vesta_theme/font/Roboto-Regular.woff2') format('woff2'), url('/sites/all/themes/vesta_theme/font/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TenorSans';
  src: url('/sites/all/themes/vesta_theme/font/TenorSans-Regular.woff2') format('woff2'), url('/sites/all/themes/vesta_theme/font/TenorSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  height: 100%;
}
body {
  margin: 0;
  background: var(--bs-white);
  font-family: var(--bs-body-font-family);
  color: var(--bs-secondary);
  font-size: var(--font-size-s);
  line-height: 1.2;
  overflow-x: hidden;
}
.ui-dialog .ui-dialog-content a {
  color: var(--bs-primary);
}
/* переопределение active и focus */
.page .form-control:focus,
.page .form-checkbox:focus {
  /* background-color: inherit; */
  border-color: inherit;
}
.page :focus,
.ui-dialog :focus {
  outline: 1px dotted var(--color-focus);
  outline-offset: 1px;
}
.page .form-control:focus,
.page .form-checkbox:focus {
  outline: 1px dotted var(--color-focus);
  outline-offset: 0px;
}
.view-content > div {
  position: relative;
}
.ajax-progress-throbber {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ajax-progress-throbber .throbber {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-image: url('/sites/all/themes/vesta_theme/image/i_loading.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  background-color: var(--color-white);
  animation: spin 1.25s linear infinite;
}
.ajax-progress-throbber .message {
  font-size: 0;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#mobile-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background-color: var(--bs-white);
  z-index: 100;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
#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;
}
.region-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-mobile-block {
  display: none;
}
.search-api-page-block-form {
  position: relative;
}
.search-api-page-block-form form {
  display: flex;
}
.search-api-page-block-form .form-type-search {
  width: 100%;
}
.search-api-page-block-form .form-search:focus {
  outline-offset: -1px;
}
.search-api-page-block-form .form-actions .btn {
  position: absolute;
  right: 0;
  top: 0;
}
.cart--cart-block .cart-block--link__expand {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.node--type-slide {
  display: grid;
  align-items: center;
  color: var(--bs-white);
}
.node--type-slide div[data-once='contextual-render'] {
  top: 36px;
}
.node--type-slide .field--name-field-image {
  grid-area: 1/1;
}
.node--type-slide .field--name-field-image img {
  min-height: 290px;
}
.node--type-slide .content {
  grid-area: 1/1;
  display: flex;
  flex-direction: column;
  /* gap: 1rem; */
}
.node--type-slide::after {
  content: none;
}
#map-block {
  margin: 0;
}
#map-block .field--name-body {
  display: flex;
}
.footer .vesta {
  padding: 1.125em;
  font-size: 14px;
  color: var(--bs-white);
  display: flex;
  justify-content: center;
}
.form-item {
  margin: 0;
}
.form-control {
  border-radius: var(--bs-border-radius);
}
.form-control::placeholder {
  color: var(--color-placeholder);
}
.form-type-checkbox {
  display: flex;
  align-items: flex-start;
}
.form-type-checkbox .form-checkbox {
  margin: 0.25rem 0 0 0;
}
/* .form-type-checkbox .description {} */
/* ### WEBFORM DIALOG ### */
body .ui-dialog :is(.ui-widget-header, .ui-dialog-buttonpane) {
  background-color: transparent;
}
.ui-dialog .webform-submission-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ui-dialog .webform-submission-form .form-type-processed-text {
  margin-top: 1rem;
  font-size: 13px;
}
.view-grid .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--grid-col), 1fr));
  gap: var(--gap);
}
.view-news.view-display-id-page_1 .content {
  background-color: var(--color-bg-gray);
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
/* .mm-navbar{} */
.region-navigation-mobile .menu {
  display: grid;
}
.region-navigation-mobile .menu a {
  background-color: transparent;
  color: var(--bs-black);
}
.region-navigation-mobile .menu .is-active {
  color: var(--bs-white);
  background-color: var(--bs-primary);
  pointer-events: none;
}
.region-navigation-mobile .menu .menuparent + ul {
  display: none;
}
.nav-tabs {
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 2px;
  border-bottom: 0;
}
.nav-tabs .nav-item a,
.nav-tabs .nav-item.active a:hover {
  font-size: 12px;
  padding: 10px 14px;
  border-radius: 0;
}
.nav-tabs .nav-item.active a,
.nav-tabs .nav-item a:hover {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
/* ### ADAPTIVE ### */
@media screen and (max-width: 991px) {
  /* ### MOBILE MENU ### */
  .mm-page {
    padding-top: 0 !important;
    /* 64px */
  }
  #block-vesta-theme-osnovnayanavigaciya-2 :is(.sf-accordion-toggle, #superfish-main-accordion) {
    display: none;
  }
  #block-vesta-theme-osnovnayanavigaciya-2 #superfish-main {
    display: flex !important;
  }
  .header-mobile-block {
    display: block;
    padding: 8px 0;
    width: 100%;
    z-index: 400;
    background-color: var(--bs-white);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  }
  .header-mobile-block .region-header-mobile {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #mobile-nav .navigation {
    display: block;
  }
  /* ### webform ### */
  .webform-submission-form {
    grid-template-columns: 1fr;
  }
}
/* ### contextual-region ### */
.contextual-region .contextual {
  display: none;
  top: -8px;
  right: 8px;
}
.contextual-region .contextual-region .contextual {
  top: 8px;
}
.contextual-region:hover .contextual {
  display: block;
}
.contextual-region .contextual .trigger {
  width: 22px !important;
  height: 22px !important;
  background-size: 14px 14px;
}
/* ### commerce ### */
.view-commerce-cart-form .form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.view-commerce-cart-form .btn-primary {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.view-commerce-cart-form .btn-primary:hover {
  background-color: var(--bs-white);
  color: var(--bs-primary);
}
.view-commerce-cart-form .table-wrapper {
  overflow-x: auto;
}
/* toolbar */
.toolbar .toolbar-tab .toolbar-icon {
  padding: 0.75em 1.5em 0.75em 2.5em;
}
.container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
.cart {
  position: relative;
}
.cart .region-cart .cart-block--summary__count {
  background-color: var(--bs-primary);
}
.logo {
  font-size: var(--font-size-logo-m);
  color: var(--bs-primary);
  font-family: var(--bs-heading-font-family);
}
@media screen and (max-width: 576px) {
  .logo {
    font-size: var(--font-size-body-l);
  }
}
.title {
  margin: 0;
  font-weight: 400;
  font-size: var(--font-size-title-xl);
  color: var(--bs-primary);
  font-family: var(--bs-heading-font-family);
}
.block-page-title-block {
  margin-bottom: 20px;
}
.block-page-title-block h1 {
  font-size: var(--font-size-title-xl);
  font-family: var(--bs-heading-font-family);
  color: var(--bs-primary);
}
.breadcrumb {
  margin-bottom: 30px;
}
.breadcrumb .breadcrumb-item {
  color: var(--bs-gray-600);
}
.breadcrumb .breadcrumb-item a {
  color: var(--bs-secondary);
  transition: color var(--transition-base);
}
.breadcrumb .breadcrumb-item a:hover {
  color: var(--bs-primary);
}
.wrapper-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 0 20px;
  height: 50px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
@media screen and (max-width: 767px) {
  .wrapper-link a {
    height: 40px;
  }
}
.wrapper-link a::after {
  content: '';
  position: relative;
  bottom: -1px;
  display: block;
  width: 6px;
  height: 10px;
  background-image: url('/sites/all/themes/vesta_theme/image/arrow-right-button-white.svg');
  background-position: center;
  background-repeat: no-repeat;
  transition: transform var(--transition-base);
}
.wrapper-link a:hover::after {
  transform: translateX(3px);
}
.wrapper-link--white a {
  background-color: var(--bs-white);
  color: var(--bs-primary);
}
.wrapper-link--white a::after {
  background-image: url('/sites/all/themes/vesta_theme/image/arrow-right-button.svg');
}
.wrapper_categories {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .wrapper_categories {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper_categories {
    margin-bottom: 50px;
  }
}
.wrapper_about,
.wrapper_gallery,
.wrapper_tagline,
.wrapper_feedback {
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .wrapper_about,
  .wrapper_gallery,
  .wrapper_tagline,
  .wrapper_feedback {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper_about,
  .wrapper_gallery,
  .wrapper_tagline,
  .wrapper_feedback {
    margin-bottom: 50px;
  }
}
.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary-hover);
  border: none;
}
.nav-link {
  transition: color var(--transition-base);
}
.nav-link:hover {
  color: var(--bs-primary);
}
.nav-link:focus {
  color: var(--bs-primary);
}
.pagination {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.pagination .page-link {
  border: none;
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.pagination .page-link:focus {
  box-shadow: none;
}
.pagination .page-link:hover {
  background-color: var(--bs-primary-hover);
}
.pagination .is-active .page-link {
  background-color: var(--bs-primary-hover);
}
.view-commerce-cart-form .views-field-field-image-product-view img {
  height: 100%;
  object-fit: cover;
}
.taxonomy-term--type-catalog .field--name-field-catalog-image {
  height: 250px;
}
.taxonomy-term--type-catalog .field--name-field-catalog-image img {
  height: 100%;
  object-fit: cover;
}
.ui-dialog .ui-dialog-content a {
  color: var(--bs-primary);
}
/* переопределение active и focus */
.page .form-control:focus,
.page .form-checkbox:focus {
  /* background-color: inherit; */
  border-color: inherit;
}
.page :focus,
.ui-dialog :focus {
  outline: 1px dotted var(--color-focus);
  outline-offset: 1px;
}
.page .form-control:focus,
.page .form-checkbox:focus {
  outline: 1px dotted var(--color-focus);
  outline-offset: 0px;
}
.view-content > div {
  position: relative;
}
.ajax-progress-throbber {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ajax-progress-throbber .throbber {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-image: url('/sites/all/themes/vesta_theme/image/i_loading.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  background-color: var(--color-white);
  animation: spin 1.25s linear infinite;
}
.ajax-progress-throbber .message {
  font-size: 0;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#mobile-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background-color: var(--bs-white);
  z-index: 100;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
#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;
}
.region-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-mobile-block {
  display: none;
}
.search-api-page-block-form form {
  display: flex;
}
.cart--cart-block .cart-block--link__expand {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.node--type-slide {
  display: grid;
  align-items: center;
  color: var(--bs-white);
}
.node--type-slide div[data-once='contextual-render'] {
  top: 36px;
}
.node--type-slide .field--name-field-image {
  grid-area: 1/1;
}
.node--type-slide .field--name-field-image img {
  min-height: 290px;
}
.node--type-slide .content {
  grid-area: 1/1;
  display: flex;
  flex-direction: column;
  /* gap: 1rem; */
}
.node--type-slide::after {
  content: none;
}
#map-block {
  margin: 0;
}
#map-block .field--name-body {
  display: flex;
}
.footer .vesta {
  padding: 1.125em;
  font-size: 14px;
  color: var(--bs-white);
  display: flex;
  justify-content: center;
}
.form-item {
  margin: 0;
}
.form-control {
  border-radius: var(--bs-border-radius);
}
.form-control::placeholder {
  color: var(--color-placeholder);
}
.form-type-checkbox {
  display: flex;
  align-items: flex-start;
}
.form-type-checkbox .form-checkbox {
  margin: 0.25rem 0 0 0;
}
/* .form-type-checkbox .description {} */
/* ### WEBFORM DIALOG ### */
body .ui-dialog :is(.ui-widget-header, .ui-dialog-buttonpane) {
  background-color: transparent;
}
.ui-dialog .webform-submission-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ui-dialog .webform-submission-form .form-type-processed-text {
  margin-top: 1rem;
  font-size: 13px;
}
.view-grid .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--grid-col), 1fr));
  gap: var(--gap);
}
.view-news.view-display-id-page_1 .content {
  background-color: var(--color-bg-gray);
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
/* .mm-navbar{} */
.region-navigation-mobile .menu {
  display: grid;
}
.region-navigation-mobile .menu a {
  background-color: transparent;
  color: var(--bs-black);
}
.region-navigation-mobile .menu .is-active {
  color: var(--bs-white);
  background-color: var(--bs-primary);
  pointer-events: none;
}
.region-navigation-mobile .menu .menuparent + ul {
  display: none;
}
.nav-tabs {
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 2px;
  border-bottom: 0;
}
.nav-tabs .nav-item a,
.nav-tabs .nav-item.active a:hover {
  font-size: 12px;
  padding: 10px 14px;
  border-radius: 0;
}
.nav-tabs .nav-item.active a,
.nav-tabs .nav-item a:hover {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
#scrollToTop {
  justify-content: center;
  align-items: center;
  appearance: none;
  display: flex;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 0;
  transition: 0.2s;
  border-radius: 50%;
  background-color: var(--bs-secondary);
  border: none;
  opacity: 0.8;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  #scrollToTop {
    width: 35px;
    height: 35px;
  }
}
#scrollToTop img {
  width: 20px;
}
@media screen and (max-width: 991px) {
  #scrollToTop img {
    width: 18px;
  }
}
.social-field:hover,
#scrollToTop:hover {
  opacity: 1;
  transform: scale(1.05);
}
.social-field:active,
#scrollToTop:active {
  transform: scale(0.9);
  transition-duration: 0s;
}
/* ### ADAPTIVE ### */
@media screen and (max-width: 991px) {
  /* ### MOBILE MENU ### */
  .mm-page {
    padding-top: 0 !important;
    /* 64px */
  }
  #block-vesta-theme-osnovnayanavigaciya-2 :is(.sf-accordion-toggle, #superfish-main-accordion) {
    display: none;
  }
  #block-vesta-theme-osnovnayanavigaciya-2 #superfish-main {
    display: flex !important;
  }
  .header-mobile-block {
    display: block;
    padding: 8px 0;
    width: 100%;
    z-index: 400;
    background-color: var(--bs-white);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  }
  .header-mobile-block .region-header-mobile {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #mobile-nav .navigation {
    display: block;
  }
  /* ### webform ### */
  .webform-submission-form {
    grid-template-columns: 1fr;
  }
}
/* ### contextual-region ### */
.contextual-region .contextual {
  display: none;
  top: -8px;
  right: 8px;
}
.contextual-region .contextual-region .contextual {
  top: 8px;
}
.contextual-region:hover .contextual {
  display: block;
}
.contextual-region .contextual .trigger {
  width: 22px !important;
  height: 22px !important;
  background-size: 14px 14px;
}
/* ### commerce ### */
.view-commerce-cart-form .form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.view-commerce-cart-form .btn-primary {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.view-commerce-cart-form .btn-primary:hover {
  background-color: var(--bs-primary-hover);
  color: var(--bs-white);
}
.view-commerce-cart-form .table-wrapper {
  overflow-x: auto;
}
/* toolbar */
.toolbar .toolbar-tab .toolbar-icon {
  padding: 0.75em 1.5em 0.75em 2.5em;
}
.layout-region-checkout-main .checkout-pane > div {
  margin-bottom: 20px;
}
.layout-region-checkout-main .fieldgroup.form-composite {
  margin-bottom: 20px;
}
.layout-region-checkout-main .form-item-order-fieldscheckout-field-address-0-address-address-line1 {
  margin-bottom: 20px;
}
.layout-region-checkout-main .field--name-field-address legend {
  display: none;
}
.form-control:focus {
  box-shadow: none;
  border-color: var(--bs-primary);
}
.header__top {
  display: flex;
  padding: 8px 0;
  justify-content: center;
  text-align: center;
  background-color: var(--bs-primary);
}
.header__link {
  color: var(--bs-white);
}
.header__inner {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__contacts {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__contacts a {
  transition: transform var(--transition-base);
}
.header__contacts a:hover {
  transform: scale(1.1);
}
.header__search {
  position: relative;
}
.header__search .region-search {
  position: absolute;
  top: 30px;
  right: 0;
  pointer-events: none;
  width: 0;
  opacity: 0;
  transition: width var(--transition-base), opacity var(--transition-base);
  z-index: 10;
}
.header__search .form-item {
  width: 100%;
}
.header__search .region-search.active {
  width: 250px;
  pointer-events: visible;
  opacity: 1;
}
.header__search .form-actions {
  display: none;
}
.header .close-search-button,
.header .search-open-button {
  transition: transform var(--transition-base);
}
.header .close-search-button:hover,
.header .search-open-button:hover {
  transform: scale(1.1);
}
.header .close-search-button {
  display: none;
  color: var(--bs-primary);
}
.header .close-search-button svg {
  transform: rotate(45deg);
  width: 24px;
  height: 24px;
}
.header .close-search-button.active {
  display: block;
}
.header .search-open-button.active {
  display: none;
}
.burger-menu {
  display: none;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 991px) {
  .burger-menu {
    display: block;
  }
}
.mobile-menu-wrapper {
  background-color: var(--bs-white);
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-menu-wrapper__top {
  position: relative;
  border-bottom: 1px solid var(--bs-secondary);
  text-align: center;
  width: 100%;
  padding: 10px;
  font-size: var(--font-size-body);
}
.mobile-menu-wrapper button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-menu-wrapper .search-api-page-block-form-search {
  margin-top: 10px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.mobile-menu-wrapper .search-api-page-block-form-search .form-actions .btn {
  font-size: 20px;
  top: 19px;
  padding: 3px 10px;
  transition: background-color var(--transition-base);
}
.mobile-menu-wrapper .search-api-page-block-form-search .form-actions .btn:hover {
  background-color: var(--bs-primary-hover);
}
.mobile-nav {
  margin-top: 20px;
  margin-bottom: 40px;
}
.mobile-nav .submenu-arrow {
  cursor: pointer;
  user-select: none;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  border-left: 1px solid var(--bs-secondary);
}
.mobile-nav .submenu-arrow::after {
  content: '';
  display: block;
  background-image: url('/sites/all/themes/vesta_theme/image/mobile-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  transition: transform var(--transition-base);
  width: 40px;
  height: 100%;
}
.mobile-nav .nav-item.open .submenu-arrow::after {
  transform: rotate(90deg);
}
.mobile-nav .nav-link {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--bs-secondary);
}
.mobile-nav .nav-link::after {
  display: none;
}
.mobile-nav#js-mobile-nav .dropdown-menu {
  display: none;
  padding-left: 15px;
  position: relative;
  top: auto;
  left: auto;
  border-radius: 0;
}
.mobile-nav#js-mobile-nav .nav {
  flex-direction: column;
}
.mobile-nav#js-mobile-nav .nav li.dropdown {
  position: relative;
  /* важно для стрелки */
}
.intro-slider {
  position: relative;
}
.intro-slider__navigation {
  position: absolute;
  bottom: 20px;
  left: calc((100% - 1100px) / 2);
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  .intro-slider__navigation {
    left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .intro-slider__navigation {
    bottom: 10px;
    justify-content: center;
    left: 0;
    right: 0;
  }
}
.intro-slider__decor {
  position: absolute;
  right: calc((100% - 1838px) / 2);
  bottom: 24px;
  font-size: var(--font-size-logo-xl);
  color: transparent;
  -webkit-text-stroke: 1px var(--bs-white);
}
@media screen and (max-width: 1199px) {
  .intro-slider__decor {
    display: none;
  }
}
.intro-slider .slick-dots button {
  width: 10px;
  height: 10px;
  background-color: var(--bs-white);
  border-radius: 0;
  border: 1px solid var(--bs-white);
}
.intro-slider .slick-dots .slick-active button {
  background-color: transparent;
}
.intro-slider .slick-arrow {
  width: 10px;
  height: 5px;
}
.intro-slider .slick-arrow::before {
  display: none;
}
.slide-content {
  height: 620px;
  display: flex;
  padding-right: calc((100% - 1170px) / 2);
  position: relative;
}
@media screen and (max-width: 1199px) {
  .slide-content {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .slide-content {
    height: auto;
    flex-direction: column;
  }
}
.slide-content__image {
  width: calc(100% - 370px);
  height: 100%;
}
.slide-content__image .media-xl {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .slide-content__image {
    width: 100%;
  }
}
.slide-content__image .field--name-field-image {
  height: 100%;
}
.slide-content__image img {
  height: 100%;
  object-fit: cover;
}
.slide-content__info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 370px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  background-color: var(--bs-primary);
}
@media screen and (max-width: 767px) {
  .slide-content__info {
    padding-top: 20px;
    padding-bottom: 60px;
    width: 100%;
  }
}
.slide-content__text {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: var(--font-size-body-l);
  text-align: center;
  font-family: var(--bs-heading-font-family);
}
.slide-content .wrapper-link a {
  width: 140px;
}
.categories__top {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .categories__top {
    flex-direction: column;
    gap: 15px;
  }
}
.categories__top .wrapper-link {
  width: 316px;
}
@media screen and (max-width: 767px) {
  .categories__top .wrapper-link {
    max-width: 100%;
  }
}
.categories-list .view-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  align-items: stretch;
}
@media screen and (max-width: 991px) {
  .categories-list .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .categories-list .view-content {
    grid-template-columns: 1fr;
  }
}
.categories-list .taxonomy-term {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.categories-list .field--name-taxonomy-term-link {
  margin-top: auto;
}
.categories-list .field--name-taxonomy-term-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: var(--font-size-title-l);
  font-family: var(--bs-heading-font-family);
}
.categories-list .field--name-taxonomy-term-title a {
  transition: color var(--transition-base);
}
.categories-list .field--name-taxonomy-term-title a:hover {
  color: var(--bs-primary);
}
.categories-list .field--name-description {
  margin-bottom: 30px;
}
.categories-list .field--name-field-catalog-image {
  overflow: hidden;
  height: 270px;
}
.categories-list .field--name-field-catalog-image img {
  object-fit: cover;
  object-position: center;
  transition: transform var(--transition-base);
  width: 100%;
  height: 100%;
}
.categories-list .field--name-field-catalog-image:hover img {
  transform: scale(1.1);
}
.categories-list .media--image {
  height: 100%;
}
.about {
  position: relative;
}
@media (max-width: 1648px) {
  .about {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
.about .wrapper-link {
  width: 140px;
}
@media (max-width: 1648px) {
  .about .wrapper-link {
    margin-left: auto;
    margin-right: auto;
  }
}
.about .title {
  margin-bottom: 30px;
}
.about__left {
  padding-top: 44px;
  max-width: 742px;
}
@media (max-width: 1648px) {
  .about__left {
    padding-top: 0;
  }
}
.about__right {
  position: absolute;
  right: -20%;
  top: 0;
}
@media (max-width: 1648px) {
  .about__right {
    display: none;
  }
}
.about__imagesdesktop {
  display: none;
}
@media (max-width: 1648px) {
  .about__imagesdesktop {
    display: block;
  }
}
.about .field--name-body {
  margin-top: 53px;
  margin-bottom: 53px;
  padding-left: 170px;
}
@media (max-width: 1648px) {
  .about .field--name-body {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .about .field--name-body {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.about .field--name-field-izobrazhenie {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.about .field--name-field-izobrazhenie img {
  height: auto;
}
.node--type-about .field--name-field-izobrazhenie {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.tagline .title {
  margin-bottom: 40px;
  text-align: center;
}
.tagline__link {
  max-width: 193px;
  margin-left: auto;
  margin-right: auto;
}
.feedback {
  position: relative;
  display: flex;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--bs-primary);
}
@media screen and (max-width: 991px) {
  .feedback {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .feedback {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .feedback {
    flex-direction: column;
  }
}
.feedback__title {
  font-size: var(--font-size-title-m);
  color: var(--bs-primary);
}
.feedback__image {
  max-width: 723px;
  width: 100%;
}
.feedback__form {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 410px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .feedback__form {
    max-width: 100%;
  }
}
.feedback .field--name-field-izobrazhenie-formy {
  height: 100%;
}
.feedback .field--name-field-izobrazhenie-formy .media--image {
  height: 100%;
}
.feedback .field--name-field-izobrazhenie-formy img {
  object-fit: cover;
  height: 100%;
}
.feedback .field--name-field-izobrazhenie-logo {
  position: absolute;
  top: -70px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .feedback .field--name-field-izobrazhenie-logo {
    top: -42px;
    width: 320px;
  }
}
@media screen and (max-width: 576px) {
  .feedback .field--name-field-izobrazhenie-logo {
    top: -32px;
    width: 224px;
  }
}
.feedback .form-item {
  margin-bottom: 16px;
}
.feedback .form-item--error-message {
  font-size: var(--font-size-small);
  margin-top: 4px;
}
.feedback input,
.feedback textarea {
  padding: 0;
  padding-bottom: 6px;
  border-radius: 0;
  border: none;
  color: var(--bs-secondary);
  border-bottom: 1px solid var(--bs-primary);
}
.feedback input:focus,
.feedback textarea:focus {
  box-shadow: none;
  border-bottom: 1px solid var(--bs-secondary);
}
.feedback textarea {
  height: 30px;
  max-height: 150px;
}
.feedback .webform-button--submit {
  margin-top: 21px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 0 20px;
  height: 50px;
  border: none;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  border-radius: 0;
}
@media screen and (max-width: 576px) {
  .feedback .webform-button--submit {
    height: 40px;
  }
}
.feedback .webform-button--submit::after {
  content: '';
  position: relative;
  bottom: -1px;
  display: block;
  width: 6px;
  height: 10px;
  background-image: url('/sites/all/themes/vesta_theme/image/arrow-right-button-white.svg');
  background-position: center;
  background-repeat: no-repeat;
  transition: transform var(--transition-base);
}
.feedback .webform-button--submit:hover::after {
  transform: translateX(3px);
}
.feedback .webform-button--submit:focus-visible {
  box-shadow: none;
}
.feedback .webform-button--submit:active {
  background-color: var(--bs-primary);
}
.opytnyh-speciali-form {
  display: flex;
  flex-direction: column;
}
.opytnyh-speciali-form .form-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.opytnyh-speciali-form .webform-element-description {
  font-size: var(--font-size-small);
}
.opytnyh-speciali-form__label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.opytnyh-speciali-form__customcheckbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  border: 1px solid var(--bs-secondary);
  border-radius: 0;
  background-color: transparent;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.opytnyh-speciali-form__customcheckbox::before {
  content: '';
  position: relative;
  right: 1px;
  top: -1px;
  width: 11px;
  height: 11px;
  opacity: 0;
  background-image: url('/sites/all/themes/vesta_theme/image/check-form.svg');
  background-repeat: no-repeat;
  transition: opacity var(--transition-base);
}
.form-checkbox:checked + .opytnyh-speciali-form__customcheckbox::before {
  opacity: 1;
}
.footer {
  margin-top: auto;
  padding-top: 30px;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .footer__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .footer__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.footer__title {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: var(--font-size-body);
}
.footer__bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .footer__bottom-row {
    flex-direction: column;
    gap: 10px;
  }
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer a {
  transition: color var(--transition-base);
}
.footer a:hover {
  color: var(--bs-primary);
}
.footer__bottom {
  margin-top: 15px;
  padding: 10px 0;
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.footer__bottom a {
  border-bottom: 1px solid transparent;
  transition: border var(--transition-base);
}
.footer__bottom a:hover {
  color: var(--bs-white);
  border-bottom: 1px solid var(--bs-white);
}
.footer__up {
  color: var(--bs-white);
  border-bottom: 1px solid transparent;
  transition: border var(--transition-base);
}
.footer__up:hover {
  border-bottom: 1px solid var(--bs-white);
}
.footer-nav .nav {
  display: flex;
  flex-direction: column;
}
.footer-nav .dropdown-menu {
  display: none !important;
  visibility: hidden;
}
.footer-nav .nav-link {
  padding: 2px 0;
}
.footer-nav .nav-link::after {
  content: none;
}
.footer-nav-catalog .view-content {
  gap: 0;
  display: flex;
  flex-direction: column;
}
.footer-nav-catalog a {
  display: inline-block;
  padding: 2px 0;
}
.footer-social {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
.footer-social a {
  cursor: pointer;
  transition: transform var(--transition-base);
}
.footer-social a:hover {
  transform: scale(1.1);
}
.cookies__btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cookies__btns .btn {
  width: 170px;
  height: 38px;
  background-color: var(--bs-primary);
  font-size: var(--font-size-small);
  color: var(--bs-white);
  border: 1px solid var(--bs-primary);
  transition: background-color var(--transition-base), color var(--transition-base);
}
.cookies__btns .btn:hover {
  background-color: var(--bs-primary-hover);
  border: transparent;
}
@media screen and (max-width: 767px) {
  .view-fotogalereya-new .title {
    text-align: center;
  }
}
.view-fotogalereya-new ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .view-fotogalereya-new ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 576px) {
  .view-fotogalereya-new ul {
    grid-template-columns: 1fr;
  }
}
.view-fotogalereya-new .field--name-node-title {
  font-size: var(--font-size-title-m);
}
.view-fotogalereya-new li {
  overflow: hidden;
}
.view-fotogalereya-new li img {
  transition: transform var(--transition-base);
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .view-fotogalereya-new li img {
    width: 100%;
  }
}
.view-fotogalereya-new li:hover img {
  transform: scale(1.1);
}
.view-fotogalereya-new .view-content {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .view-fotogalereya-new .view-content {
    margin-top: 20px;
  }
}
.view-fotogalereya-new .view-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .view-fotogalereya-new .view-footer {
    flex-direction: column;
    align-items: center;
  }
}
.view-fotogalereya-new .view-footer p {
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .view-fotogalereya-new .view-footer p {
    text-align: center;
  }
}
.fotogalereya-album .view-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .fotogalereya-album .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .fotogalereya-album .view-content {
    grid-template-columns: 1fr;
  }
}
.fotogalereya-album .view-content .field__item {
  overflow: hidden;
}
.fotogalereya-album .view-content .field__item img {
  transition: transform var(--transition-base);
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .fotogalereya-album .view-content .field__item img {
    width: 100%;
  }
}
.fotogalereya-album .view-content .field__item:hover img {
  transform: scale(1.1);
}
.fotogalereya-album .field--name-node-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: var(--font-size-title-l);
  font-family: var(--bs-heading-font-family);
}
.node--type-novaya-fotogalereya .photoswipe-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .node--type-novaya-fotogalereya .photoswipe-gallery {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 576px) {
  .node--type-novaya-fotogalereya .photoswipe-gallery {
    grid-template-columns: 1fr;
  }
}
.node--type-novaya-fotogalereya .photoswipe-gallery .field__item {
  overflow: hidden;
}
.node--type-novaya-fotogalereya .photoswipe-gallery .field__item img {
  transition: transform var(--transition-base);
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .node--type-novaya-fotogalereya .photoswipe-gallery .field__item img {
    width: 100%;
  }
}
.node--type-novaya-fotogalereya .photoswipe-gallery .field__item:hover img {
  transform: scale(1.1);
}
.view-display-id-page_2 .view-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .view-display-id-page_2 .view-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .view-display-id-page_2 .view-content {
    grid-template-columns: 1fr;
  }
}
.product-item-teaser {
  display: flex;
  flex-direction: column;
  width: 270px;
  height: 100%;
}
.product-item-teaser__image {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.product-item-teaser__image img {
  transition: transform var(--transition-base);
}
.product-item-teaser__image:hover img {
  transform: scale(1.1);
}
.product-item-teaser__price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 10px;
}
.product-item-teaser__price .product--variation-field--variation_list_price__820 {
  color: var(--bs-gray-600);
  text-decoration: line-through;
}
.product-item-teaser__tags {
  top: 10px;
  right: 10px;
  position: absolute;
  z-index: 1;
}
.product-item-teaser__tags .field--name-field-metki-tovara {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.product-item-teaser__tags .field__item {
  font-size: var(--font-size-small);
  padding: 4px 13px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.product-item-teaser .field--name-quantity {
  display: none;
}
.product-item-teaser .field--name-title {
  margin-bottom: 10px;
  font-size: var(--font-size-body-l);
  font-family: var(--bs-heading-font-family);
  transition: color var(--transition-base);
}
.product-item-teaser .field--name-title:hover {
  color: var(--bs-primary-hover);
}
.product-item-teaser .field--name-price {
  font-size: var(--font-size-body-l);
  color: var(--bs-primary);
}
.product-item-teaser__buttons {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.product-item-teaser__buttons .field--name-variations,
.product-item-teaser__buttons .field--name-dynamic-token-fieldcommerce-product-knopka-podrobnee-tovar {
  width: 100%;
}
.product-item-teaser__buttons .button--add-to-cart {
  background-color: var(--bs-primary);
  width: 100%;
  height: 42px;
  color: var(--bs-white);
  border: none;
  border-radius: 0;
  border: 1px solid transparent;
  transition: background-color var(--transition-base), color var(--transition-base), border var(--transition-base);
}
.product-item-teaser__buttons .button--add-to-cart:hover {
  background-color: var(--bs-primary-hover);
  border: 1px solid var(--bs-primary);
}
.product-item-teaser__buttons .field--name-dynamic-token-fieldcommerce-product-knopka-podrobnee-tovar a {
  display: flex;
  align-items: center;
  height: 42px;
  justify-content: center;
  background-color: transparent;
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary);
  padding: 10px 0;
  transition: background-color var(--transition-base), color var(--transition-base);
}
.product-item-teaser__buttons .field--name-dynamic-token-fieldcommerce-product-knopka-podrobnee-tovar a:hover {
  color: var(--bs-white);
  background-color: var(--bs-primary);
}
.product-item-teaser__footer {
  margin-top: auto;
}
.photoswipe-gallery.field--name-field-image-product-view .current-slide {
  height: 555px;
  margin-bottom: 24px;
  border-radius: 12px;
  overflow: hidden;
}
.photoswipe-gallery.field--name-field-image-product-view .current-slide:hover img {
  transform: scale(1.1);
}
.photoswipe-gallery.field--name-field-image-product-view .current-slide img {
  transition: transform var(--transition-base);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photoswipe-gallery.field--name-field-image-product-view .nav-slide .slick-slide {
  cursor: pointer;
  margin: 0 5px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid transparent;
}
.photoswipe-gallery.field--name-field-image-product-view .nav-slide .slick-slide:hover img {
  transform: scale(1.1);
}
.photoswipe-gallery.field--name-field-image-product-view .nav-slide .slick-slide.slick-current {
  border: 1px solid var(--bs-primary);
}
.photoswipe-gallery.field--name-field-image-product-view .nav-slide img {
  transition: transform var(--transition-base);
  width: 100%;
  object-fit: cover;
}
.photoswipe-gallery.field--name-field-image-product-view button.slick-prev.slick-arrow {
  left: -10px;
}
.photoswipe-gallery.field--name-field-image-product-view button.slick-next.slick-arrow {
  right: -10px;
}
.photoswipe-gallery.field--name-field-image-product-view .slick-dots {
  margin-top: 20px;
}
.photoswipe-gallery.field--name-field-image-product-view .slick-dots button {
  background-color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}
.photoswipe-gallery.field--name-field-image-product-view .slick-dots .slick-active button {
  background-color: transparent;
}
.product-full__content {
  margin-bottom: 50px;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .product-full__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.product-full__detail {
  max-width: 250px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .product-full__detail {
    margin-left: auto;
    margin-right: auto;
  }
}
.product-full__sostav {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: left;
}
.product-full__ves {
  margin-bottom: 10px;
  display: flex;
  gap: 5px;
}
.product-full__ves span {
  color: var(--bs-primary);
}
.product-full__images {
  max-width: 555px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .product-full__images {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .product-full__images {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .product-full__info {
    order: 0;
  }
}
.product-full .field--name-field-metki-tovara {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.product-full .field--name-field-metki-tovara .field__item {
  font-size: var(--font-size-small);
  padding: 4px 13px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.product-full .field--name-sku {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--font-size-small);
  color: var(--bs-gray-600);
}
@media screen and (max-width: 767px) {
  .product-full .field--name-sku {
    justify-content: center;
  }
}
.product-full .field--name-dynamic-token-fieldcommerce-product-h1-tovara {
  margin-bottom: 20px;
}
.product-full__price {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .product-full__price {
    justify-content: center;
  }
}
.product-full__price .field--type-commerce-price {
  font-size: var(--font-size-body-l);
  color: var(--bs-primary);
}
.product-full__price .field--name-list-price {
  color: var(--bs-gray-600);
  text-decoration: line-through;
  font-size: var(--font-size-body);
}
.product-full .button--add-to-cart {
  background-color: var(--bs-primary);
  width: 140px;
  height: 42px;
  color: var(--bs-white);
  border: none;
  border-radius: 0;
  border: 1px solid transparent;
  transition: background-color var(--transition-base), color var(--transition-base), border var(--transition-base);
}
.product-full .button--add-to-cart:hover {
  background-color: var(--bs-primary-hover);
  border: 1px solid var(--bs-primary);
}
.product-full .btn-minus,
.product-full label,
.product-full .btn-plus {
  display: none;
}
@media screen and (max-width: 767px) {
  .product-full .input-counter {
    margin-left: auto;
    margin-right: auto;
  }
}
.product-full-slider .current-slide,
.product-full-slider .slick-list,
.product-full-slider .slick-track,
.product-full-slider .element {
  height: 100%;
}
.product-full-slider-one .current-slide,
.product-full-slider-one .slick-list,
.product-full-slider-one .slick-track,
.product-full-slider-one .element {
  height: 100%;
}
.product-full-slider-nav-slide {
  height: 120px;
}
.product-full-slider-nav-slide img {
  height: 100%;
  object-fit: cover;
}
.input-counter {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  border: 1px solid var(--bs-primary);
  border-radius: 12px;
  padding: 5px;
  gap: 5px;
}
.input-counter a {
  cursor: pointer;
  font-size: 24px;
  color: var(--bs-primary);
}
.input-counter a svg {
  width: 20px;
  height: 20px;
  transition: stroke var(--transition-base);
  stroke: var(--bs-primary);
}
.input-counter a:hover svg {
  stroke: var(--bs-primary-hover);
}
.input-counter input {
  font-size: var(--font-size-body-l);
  border: none;
  color: var(--bs-primary);
  width: 30px;
  text-align: center;
  background: transparent;
  pointer-events: none;
}
.input-counter input::-webkit-outer-spin-button,
.input-counter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.view-commerce-cart-form .form-actions {
  margin-top: 20px;
}
.view-commerce-cart-form .media--image {
  width: 100px;
  height: 100px;
}
