:root {
  --bs-body-font-family: "Inter", sans-serif;
  --bs-body-font-family-title: "Manrope", sans-serif;
  --bs-body-font-size: 20px;
  --bs-body-color: #000;
  --bs-color-blue: #304057;
  --bs-color-hover: #58667a;
  --bs-color-grey: #787c83;
  --bs-color-light-grey: #e8eaed;
  --bs-color-light-grey-2: #d7dce3;
  --bs-h1: 60px;
  --bs-h2: 48px;
  --bs-h3: 32px;
  --bs-catalog-teaser: 24px;
  --bs-btn-fsz: 16px;
  --bs-link-color: var(--bs-body-color);
  --bs-border-radius: 30px;
  --bs-border-radius-2: 25px;
  --bs-link-hover-color: var(--bs-color-blue);
  --bs-padding-block: 80px 0;
  --bs-block-body-fsz: 22px;
  --bs-benefits-title: 24px;
  --bs-price-fsz: 24px;
  --vpa-btn-radius: var(--bs-border-radius);
  --bs-emphasis-color: var(--bs-body-color);
}

h1 {
  font-family: var(--bs-body-font-family-title);
  font-size: var(--bs-h1);
  line-height: 105%;
  font-weight: 600;
}
h2 {
  font-family: var(--bs-body-font-family-title);
  font-size: var(--bs-h2);
  line-height: 105%;
  font-weight: 600;
}
h3 {
  font-family: var(--bs-body-font-family-title);
  font-size: var(--bs-h3);
  line-height: 105%;
  font-weight: 600;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--bs-color-blue);
}
.field > a:hover {
  text-decoration: none;
}

.btn {
  --bs-btn-padding-x: 19.55px;
  --bs-btn-padding-y: 16px;
  --bs-btn-font-size: 16px;
  --bs-btn-line-height: 100%;
  text-transform: uppercase;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-color-blue);
  --bs-btn-border-color: var(--bs-color-blue);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-color-hover);
  --bs-btn-hover-border-color: var(--bs-color-hover);
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-color-hover);
  --bs-btn-active-border-color: var(--bs-color-hover);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-color-hover);
  --bs-btn-disabled-border-color: var(--bs-color-hover);
  --bs-btn-disabled-color: #fff;
  -webkit-transition: -webkit-box-shadow 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: box-shadow 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: box-shadow 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    box-shadow 0.8s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-box-shadow 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  position: relative;
  overflow: hidden;
  transform: translateY(0);
  transition: all 0.1s ease;
}
.btn-primary:active {
  transform: translateY(3px) scale(0.96);
}
.dropdown-menu {
  --bs-dropdown-link-hover-bg: transparent;
  --bs-dropdown-border-color: var(--bs-color-light-grey-2);
  --bs-dropdown-link-active-bg: transparent;
  --bs-dropdown-link-active-color: var(--bs-body-color);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.dropdown-item.active,
.dropdown-item:active {
  text-decoration: underline;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: underline;
}
.wr_front_content {
  padding: var(--bs-padding-block);
}
.front-h1 {
  margin-bottom: 40px;
}
a.favorite-counter__link {
  width: 21px;
  height: 21px;
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 4px;
}
.favorite-counter__icon svg {
  fill: var(--bs-body-color);
  width: 100%;
  height: auto;
}
.favorite-counter__icon:hover svg {
  fill: var(--bs-color-hover);
}

.favorite-counter__count {
  position: absolute;
  width: 14px;
  height: 14px;
  font-size: 12px;
  background: var(--bs-color-blue);
  color: #fff;
  top: -3px;
  right: -5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
main .field--name-body p,
.view-header,
.field--name-field-about-short-body p,
.field--name-field-opt-body-2 p {
  text-indent: 0.5rem;
}
.view-header {
  margin-bottom: 15px;
}
main .field--name-body a {
  color: var(--bs-color-blue);
  text-decoration: underline;
}
/* header */
header .nav-link {
  padding: 0 12px;
  font-size: 20px;
}
header .nav-item:first-child .nav-link {
  padding-left: 0;
}
header .contacts .adress {
  display: none;
}
.contacts {
  gap: 16px;
  align-items: center;
}
header .contacts {
  font-size: 19px;
  line-height: 100%;
}
header .contacts .mail {
  order: -1;
}
.contact-item {
  align-items: center;
  gap: 4px;
}
.contact-item:before {
  content: "";
  flex-shrink: 0;
  height: 16px;
  width: 16px;
  background-size: contain;
}
.block-phone .contact-item.tel:first-child {
  padding-right: 6px;
  border-right: 1px solid var(--bs-color-light-grey-2);
}
.block-phone .contact-item.tel:last-child {
  padding-left: 6px;
}
.block-phone .contact-item.tel:last-child:before {
  display: none;
}
header .block-phone .contact-item.tel:last-child:before {
  display: none;
}
.block-phone .contact-item.tel:first-child:before {
  background-image: url(/sites/all/themes/vesta_theme/image/phone.svg);
}
.region-contacts {
  flex-shrink: 0;
}
.contact-item.mail:before {
  background-image: url(/sites/all/themes/vesta_theme/image/mail.svg);
}
.contact-item.adress:before {
  background-image: url(/sites/all/themes/vesta_theme/image/local.svg);
}
.cart-block--summary .cart-block--summary__count {
  width: 14px;
  height: 14px;
  font-size: 12px;
  background: var(--bs-color-blue);
  border: none;
  font-weight: 500;
}
.form-search.form-control {
  color: var(--bs-color-grey);
  padding: 11px 50px 11px 22px;
}
header .form-search.form-control {
  width: 384px;
}

.search-api-page-block-form-search form,
.search-api-page-block-form {
  position: relative;
  width: max-content;
}
ul.pager__items.js-pager__items {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 7px;
  margin-top: 20px;
}
.search-form__submit:hover,
.search-form__submit:not(:disabled):not(.disabled):active:focus,
.search-form__submit:focus {
  background-image: url(/sites/all/themes/vesta_theme/image/search-hover.svg);
  border: none;
  background-color: transparent;
  color: transparent;
}
.search-form__submit {
  background-color: transparent;
  color: transparent;
  width: 20px;
  height: 20px;
  background-image: url(/sites/all/themes/vesta_theme/image/search.svg);
  background-position: center;
  background-size: contain;
  border: none;
  padding: 0;
}
.search-api-page-block-form-search form .form-actions,
.search-api-page-block-form .form-actions {
  position: absolute;
  top: 10px;
  right: 22px;
}
.header-top {
  background-color: #f7f8f9;
  padding: 10px 0;
}
.dropdown-toggle::after {
  border: 0;
  background-image: url(/sites/all/themes/vesta_theme/image/arrow-menu.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 11px;
  height: 6px;
  background-size: contain;
  margin-left: 9px;
  vertical-align: 2px;
}
.region-catalog-menu .dropdown-toggle::before {
  background-image: url(/sites/all/themes/vesta_theme/image/catalog-burger.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  margin-right: 12px;
  vertical-align: -5px;
}
.region-catalog-menu a.nav-link.dropdown-toggle {
  background-color: var(--bs-color-light-grey);
  color: var(--bs-color-blue);
  text-transform: uppercase;
  padding: 13.5px 23.1px;
  font-size: 16px;
  border-radius: var(--bs-border-radius);
  transition: all 0.1s ease;
  transform: translateY(0);
}
.region-catalog-menu a.nav-link.dropdown-toggle:active {
  transform: translateY(3px) scale(0.96);
}
.region-catalog-menu a.nav-link.dropdown-toggle:hover {
  text-decoration: none;
}
.region-catalog-menu li.nav-item.dropdown:hover a.nav-link.dropdown-toggle {
  background-color: var(--bs-color-hover);
  color: #fff;
}
.region-catalog-menu li.nav-item.dropdown:hover .dropdown-toggle::before {
  background-image: url(/sites/all/themes/vesta_theme/image/catalog-close.svg);
}
.region-catalog-menu li.nav-item.dropdown:hover .dropdown-toggle::after {
  background-image: url(/sites/all/themes/vesta_theme/image/arrow-menu-hover.svg);
}
.dropdown-item:focus,
.dropdown-item:hover {
  text-decoration: underline;
}
.header-top .nav-item:first-child {
  display: none;
}
.cart-block--summary__icon {
  width: 24px;
  height: 24px;
}
.cart-block--summary__icon svg {
  fill: var(--bs-body-color);
  width: 100%;
  height: auto;
}
.cart-block--summary__icon:hover svg {
  fill: var(--bs-color-hover);
}
.btn:hover {
  text-decoration: none;
}
header .logo {
  max-width: 249px;
}
a.profile-user {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/sites/all/themes/vesta_theme/image/user.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
/* end header */

/* slider */
.slider-block {
  position: relative;
}
.slider-block .field--name-field-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.slider-block .field--name-field-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-block .field--name-node-title {
  font-size: var(--bs-h2);
  font-weight: 600;
  font-family: var(--bs-body-font-family-title);
  line-height: 100%;
}
div#slider-block .content .field--name-body {
  font-size: var(--bs-block-body-fsz);
}
.field--name-field-slide-link a {
  display: block;
  text-transform: uppercase;
  text-align: center;
  width: max-content;
  color: #fff;
  background-color: var(--bs-color-blue);
  border-radius: var(--bs-border-radius);
  font-size: var(--bs-btn-fsz);
  line-height: 100%;
  padding: 17px 20px;
  margin-top: 24px;
  text-decoration: none;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.1s ease;
  transform: translateY(0);
}
.field--name-field-slide-link a:active {
  transform: translateY(3px) scale(0.96);
}
.field--name-field-slide-link a:hover {
  background-color: var(--bs-color-hover);
}
.node--type-slide.node--view-mode-default {
  height: 100%;
}
.slider-block .views-row.slick-slide {
  height: auto;
}
.slider-block .slick-track {
  display: flex;
}
.slider-block ul.slick-dots {
  justify-content: start;
}
ul.slick-dots li button {
  background: #acb4bf;
  border-radius: 5px;
  width: 24px;
  height: 6px;
}
ul.slick-dots li.slick-active button {
  background: var(--bs-color-grey);
  width: 70px;
}
.slider-block .view-footer {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  top: auto;
  height: 30px;
}
.dots {
  height: 20px;
}
/* end slider */

/* catalog */
.view-catalog .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser {
  display: flex;
  flex-direction: column;
  gap: 34px;
  padding: 24px;
  border-radius: var(--bs-border-radius-2);
  background-color: var(--bs-color-light-grey);
  position: relative;
  height: 100%;
}
.field--name-taxonomy-term-title {
  font-family: var(--bs-body-font-family-title);
  font-size: var(--bs-catalog-teaser);
  font-weight: 600;
  color: var(--bs-color-blue);
  line-height: 115%;
}
.field--name-field-catalog-image {
  align-self: center;
}
.field--name-field-catalog-image img {
  width: 181px;
  height: 196px;
  object-fit: contain;
}
.field--name-taxonomy-term-link {
  position: absolute;
  bottom: 30px;
  right: 34px;
}
.field--name-taxonomy-term-link a {
  width: 20px;
  height: 20px;
  background-image: url(/sites/all/themes/vesta_theme/image/arrow-catalog.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser:hover
  .field--name-taxonomy-term-title {
  color: var(--bs-color-hover);
}
.taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser:hover
  .field--name-taxonomy-term-link
  a {
  background-image: url(/sites/all/themes/vesta_theme/image/arrow-catalog-hover.svg);
}
/* end catalog */

/* opt */
.opt-block {
  padding: var(--bs-padding-block);
  background: url(/sites/all/themes/vesta_theme/image/opt-bg.jpg) center center
    no-repeat;
  background-size: cover;
}
.opt-block h2.block-title {
  margin-bottom: 24px;
}
div#block-vesta-theme-dlyaoptovykhzakupok {
  max-width: 612px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.block-content--type-opt {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.field--name-field-opt-link a {
  display: block;
  background-color: #9bb5d8;
  color: var(--bs-body-color);
  text-transform: uppercase;
  font-size: var(--bs-btn-fsz);
  text-align: center;
  width: max-content;
  border-radius: var(--bs-border-radius);
  padding: 17px 20.75px;
  line-height: 100%;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.1s ease;
  transform: translateY(0);
}
.field--name-field-opt-link a:active {
  transform: translateY(3px) scale(0.96);
}
.field--name-field-opt-link a:hover {
  background-color: var(--bs-color-hover);
  color: #fff;
}
.block-content--type-opt .field--name-body {
  font-size: var(--bs-block-body-fsz);
  line-height: 125%;
}
/* end opt */

/* about */
.about-block {
  padding: var(--bs-padding-block);
}
.about-block .block-title {
  margin-bottom: 32px;
}
.node--type-about.node--view-mode-teaser {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.about-left .field--name-node-link {
  margin-top: 16px;
}
.field--name-node-link a {
  display: block;
  border: 1px solid var(--bs-color-hover);
  background-color: #fff;
  font-size: var(--bs-btn-fsz);
  line-height: 100%;
  text-align: center;
  border-radius: var(--bs-border-radius);
  text-transform: uppercase;
  color: var(--bs-color-blue);
  width: max-content;
  max-width: 100%;
  padding: 12px 12.55px;
  overflow: hidden;
  position: relative;
  transition: all 0.1s ease;
  transform: translateY(0);
}
.field--name-node-link a:active {
  transform: translateY(3px) scale(0.96);
}

.field--name-node-link a:hover {
  color: #fff;
  background-color: var(--bs-color-hover);
  transition: background 7s;
}
.field--name-field-about-img {
  height: auto;
  border-radius: var(--bs-border-radius-2);
  overflow: hidden;
}
.field--name-field-about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 99px;
  line-height: 125%;
}
/* end about */

/* benefits */
.benefits-block .block-title {
  margin-bottom: 40px;
}
.field--name-field-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.field--name-field-benefits .paragraph--type-benefit {
  background-color: var(--bs-color-light-grey);
  border-radius: var(--bs-border-radius-2);
  padding: 22px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
}
.field--name-field-benefits .field--name-field-benefit-title {
  font-size: var(--bs-benefits-title);
  line-height: 115%;
  font-family: var(--bs-body-font-family-title);
  font-weight: 600;
  letter-spacing: -2%;
}
.field--name-field-benefit-img {
  height: 140px;
}
.field--name-field-benefit-img img {
  height: 100%;
  object-fit: contain;
}
.field--name-field-benefits .paragraph--type-benefit.clearfix::after {
  display: none;
}
/* end benefits */

/* contacts */
.contact-block {
  margin-top: 80px;
}

.adress {
  display: flex;
}
.contact-block .block-title {
  margin-bottom: 40px;
}
/* end contacts */

/* map/ fos */
.map-block {
  margin-top: 30px;
}
.region-map {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--bs-color-light-grey-2);
  border-radius: var(--bs-border-radius-2);
  overflow: hidden;
}
div#block-vesta-theme-yandekskarta-2 .field--name-body {
  height: 100%;
}
.mapContainer {
  height: 100%;
}
div#block-vesta-theme-vebforma {
  padding: 24px;
  background-color: #f7f8f9;
}
div#block-vesta-theme-vebforma .block-title {
  text-align: center;
  margin-bottom: 12px;
}
.webform-submission-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.webform-submission-form > div {
  grid-column: span 2;
}
.webform-submission-form .js-form-item-phone,
.webform-submission-form .js-form-item-email {
  grid-column: span 1;
}
.form-control {
  padding: 7px 16px;
  color: var(--bs-color-grey);
  border-color: var(--bs-color-light-grey-2);
  margin: 0;
}
.form-control:focus {
  border-color: var(--bs-color-hover);
  box-shadow: none;
}
.js-form-item-message .form-control {
  border-radius: var(--bs-border-radius-2);
}
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border: 1px solid var(--bs-color-blue);
  border-radius: 3px;
}
input[type="checkbox"]:checked {
  background: url(/sites/all/themes/vesta_theme/image/checked.svg) center center;
  background-size: 12px;
  background-repeat: no-repeat;
  background-color: var(--bs-color-blue);
  border-color: var(--bs-color-blue);
}
.js-form-item-privacy,
.field--name-field-privacy
  .js-form-item-order-fieldscheckout-field-privacy-value {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  line-height: 125%;
}
.webform-submission-form .description,
.field--name-field-privacy
  .js-form-item-order-fieldscheckout-field-privacy-value
  label {
  width: calc(100% - 18px - 8px);
}
.webform-submission-form .form-item--error-message,
.field--name-field-privacy
  .js-form-item-order-fieldscheckout-field-privacy-value
  .form-item--error-message {
  order: 2;
}
span.checkout-review-edit-link {
  font-size: 16px;
}
.webform-submission-form .webform-actions {
  text-align: center;
}
.webform-button--submit {
  margin-top: 12px;
}
.js-form-item-desc-form {
  text-align: center;
}
.page-node--800 .mapContainer {
  height: 300px;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 20px;
}
.form-call {
  font-size: 14px;
}
main .contact-block .field--name-body p.contact-item {
  text-indent: 0;
}
/* end map/ fos */

/* footer */
footer#footer {
  margin-top: 80px;
  border-top: 1px solid var(--bs-color-light-grey-2);
  padding-top: 40px;
}
.footer-content {
  margin-bottom: 24px;
}
footer .contacts {
  flex-direction: column;
  align-items: start;
}
footer .contacts .block-phone {
  flex-direction: column;
  gap: 16px;
}
footer .block-phone .contact-item.tel:last-child:before {
  background-image: url(/sites/all/themes/vesta_theme/image/phone.svg);
}
footer .block-phone .contact-item.tel:last-child {
  padding-left: 0;
}
footer .contact-item {
  gap: 6px;
}
footer .block-phone .contact-item.tel:first-child {
  border-right: none;
}
footer .contacts .vk_link {
  display: none;
}
footer .logo {
  width: 270px;
  flex-shrink: 0;
}
.nav-catalog {
  max-width: 230px;
}
.nav-menu {
  max-width: 187px;
}
.nav-menu .nav {
  flex-direction: column;
}
.contacts-footer {
  max-width: 275px;
}
a.policy {
  font-size: 1rem;
}
footer#footer .nav-link {
  padding: 0 0 12px;
}
footer#footer .nav-link:hover {
  color: var(--bs-color-hover);
}
footer#footer a:not(.btn, .nav-link):hover {
  color: var(--bs-color-hover);
}
.policy {
  text-decoration: underline;
}
.block-westa {
  background-color: #f7f8f9;
  padding: 15.5px 0;
}
div#block-vesta-theme-catalog-footer-menu,
div#block-vesta-theme-osnovnayanavigaciya-menu,
div#block-vesta-theme-kontakty-3 .block-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 16px;
  color: var(--bs-color-blue);
}
.copyright {
  margin-top: 16px;
}
/* end footer */

/* product */
.view-id-tovary.view-display-id-page_2 .view-content,
.view-products-favorites.view-display-id-page_1 .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser {
  border: 1px solid var(--bs-color-light-grey-2);
  border-radius: var(--bs-border-radius-2);
  overflow: hidden;
  position: relative;
  height: 100%;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser:hover {
  border-color: var(--bs-color-blue);
}
.product-teaser-content {
  padding: 10px 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  justify-content: space-between;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser
  .field--name-title {
  font-family: var(--bs-body-font-family-title);
  font-weight: 600;
  font-size: 22px;
  line-height: 115%;
  color: var(--bs-color-blue);
}
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser
  .field--name-title:hover {
  color: var(--bs-color-hover);
}
.product-teaser-content_bottom {
  gap: 12px;
}
.product-teaser-block {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-attributes .field {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.field--name-quantity .js-form-type-number label {
  display: none;
}
.field--name-quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--bs-color-grey-2);
  background-color: var(--bs-color-light-grey);
  border-radius: var(--bs-border-radius);
  overflow: hidden;
  font-size: var(--bs-btn-fsz);
}
.commerce-order-item-add-to-cart-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
}
.commerce-order-item-add-to-cart-form .form-number {
  width: 36px;
  text-align: center;
  background-color: var(--bs-color-light-grey);
  border: 0;
}
span.btn-plus,
span.btn-minus {
  color: var(--bs-color-blue);
  padding: 8px 16px;
  cursor: pointer;
}
span.btn-plus:hover,
span.btn-minus:hover {
  color: var(--bs-color-hover);
}
.button--add-to-cart {
  padding: 12px 10px;
  width: 100%;
}
.product-teaser-content_bottom .button--add-to-cart.is-disabled {
  font-size: 12px;
  padding: 12px 6px;
}
.product-attributes > .field {
  color: var(--bs-body-color);
  padding: 6px 0;
  border-bottom: 1px solid var(--bs-color-light-grey-2);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--bs-body-font-family-title);
}
.product-attributes > .field:first-child {
  border-top: 1px solid var(--bs-color-light-grey-2);
}
.field--name-price {
  font-size: var(--bs-price-fsz);
  font-weight: 600;
  font-family: var(--bs-body-font-family-title);
}
.field--name-field-image-product-view {
  aspect-ratio: 1/1;
  width: 100%;
}
.field--name-field-image-product-view img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
div#block-vesta-theme-page-title {
  margin-bottom: 40px;
}
.product-view-full .product-attributes {
  width: 300px;
  max-width: 100%;
}
.product-full-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.product-full .commerce-order-item-add-to-cart-form {
  min-width: 280px;
  overflow: hidden;
  max-width: 320px;
}
.product-full-other {
  margin-top: 40px;
}
.nav-slide .slick-slide.slick-current.slick-active img {
  border: 1px solid var(--bs-color-blue);
}
.flag-zakladki a {
  color: transparent;
  background-image: url(/sites/all/themes/vesta_theme/image/no-like.svg);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  background-size: 18px;
  background-position: center;
  display: block;
  background-color: var(--bs-color-light-grey-2);
  border-radius: 15px;
  margin-right: 0;
  margin-left: auto;
}
.flag-zakladki {
  width: max-content;
  position: absolute;
  top: 12px;
  right: 12px;
}
.flag-zakladki a:hover,
.flag-zakladki.action-unflag a {
  background-image: url(/sites/all/themes/vesta_theme/image/like.svg);
}
.product-view-full .flag-zakladki {
  width: max-content;
  position: absolute;
  top: -30px;
  right: 0;
}
.slick-list.draggable {
  width: 100%;
}
footer .block-phone .contact-item.tel:last-child:before {
  display: block;
}
.field--name-field-variation-image .elements {
  width: 100%;
  overflow-x: hidden;
}
.slick-track {
  display: flex;
}
.product-view-full {
  overflow: hidden;
}
/* end product */

/* cart */
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: #f7f8f9;
}
.field--type-address legend {
  display: none;
}
.layout-region-checkout-main .checkout-pane > div {
  margin-bottom: 10px;
}
.layout-region-checkout-main > fieldset {
  margin-bottom: 15px;
}
.layout-region-checkout-footer {
  margin-top: 20px;
}
.js-form-item-coupon-redemption-form-code input {
  margin: 14px 0;
}
/* end cart */

/* certificate*/
.view-id-certificate .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
.node--type-sertifikaty.node--type-sertifikaty .field--name-node-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--bs-color-blue);
}
/* end certificate*/

/* btn */
.btn.btn-primary span,
.field--name-field-opt-link span,
.field--name-node-link span,
.field--name-field-slide-link span {
  -webkit-transition: color 200ms ease-in 300ms;
  -o-transition: color 200ms ease-in 300ms;
  transition: color 200ms ease-in 300ms;
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.btn.btn-primary:hover,
.field--name-field-opt-link a:hover,
.field--name-field-slide-link a:hover {
  transition: background 2s;
}
.btn.btn-primary:not(.search-form__submit)::after,
.field--name-field-opt-link a::after,
.btn.btn-primary:not(.search-form__submit)::before,
.field--name-field-opt-link a::before,
.field--name-node-link a::before,
.field--name-node-link a::after,
.field--name-field-slide-link a::before,
.field--name-field-slide-link a::after {
  padding: 18px 0 11px;
  content: "";
  position: absolute;
  top: 0;
  left: calc(-100.1% - 30px);
  height: 100.1%;
  width: calc(100.1% + 20px);
  color: #fff;
  border-radius: 2px;
  -webkit-transform: skew(-23deg);
  -ms-transform: skew(-23deg);
  transform: skew(-23deg);
}
.btn.btn-primary:not(.search-form__submit)::before,
.field--name-field-opt-link a::before,
.field--name-node-link a::before,
.field--name-field-slide-link a::before {
  background: var(--bs-color-hover);
  z-index: 5;
  -webkit-transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.field--name-field-opt-link a::after,
.btn.btn-primary:not(.search-form__submit)::after,
.field--name-field-slide-link a::after {
  background: #9bb5d8;
  -webkit-transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s;
  -o-transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s;
  transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s;
  z-index: 0;
  opacity: 0.8;
}
.field--name-node-link a::after {
  -webkit-transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s;
  -o-transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s;
  transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s;
  z-index: 0;
  opacity: 0;
}
.field--name-field-opt-link a::after {
  background: var(--bs-color-light-grey);
}

.btn.btn-primary:not(.search-form__submit):hover::before,
.field--name-field-opt-link a:hover::before,
.field--name-node-link a:hover::before,
.field--name-field-slide-link a:hover::before {
  left: calc(0.1% - 10px);
  -webkit-transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.btn.btn-primary:not(.search-form__submit):hover::after,
.field--name-field-opt-link a:hover::after,
.field--name-node-link a:hover::after,
.field--name-field-slide-link a:hover::after {
  left: calc(0.1% - 10px);
  -webkit-transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
/* end btn */
.ajax-progress .throbber,
.ajax-progress-throbber .throbber {
  display: inline-block;
  float: none;
  margin: 400px auto 0 auto;
  width: 64px;
  height: 64px;
  background: url("../image/preloader.gif") no-repeat center center;
}
.ajax-progress,
.ajax-progress-throbber {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4444;
  vertical-align: middle;
  text-align: center;
}
div#block-vesta-theme-strokanavigacii {
  margin: 20px 0;
}
.modal-header,
.modal-footer {
  border: none;
}
.modal-footer {
  justify-content: center;
}
.vpa-actions .btn {
  padding: 11px 18px;
}
.ui-widget.ui-widget-content {
  font-family: var(--bs-body-font-family);
}
.ui-dialog .ui-dialog-title {
  font-size: 18px;
  font-weight: 500;
}
button.ui-dialog-titlebar-close {
  background-image: url(/sites/all/themes/vesta_theme/image/close-form.svg);
  background-size: contain;
  border: none;
  background-color: #fff;
}
.ui-corner-all {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.ui-widget-header {
  border: none;
  background: #fff;
  color: var(--bs-body-color);
}
.ui-dialog .ui-dialog-titlebar-close {
  width: 16px;
  height: 16px;
}
.ui-dialog .ui-dialog-buttonpane button {
  border-radius: var(--bs-border-radius);
  border: 1px solid var(--bs-color-blue);
  padding: 8.5px 10px;
  text-transform: uppercase;
  transition: all 0.1s ease;
  transform: translateY(0);
}
.ui-dialog .ui-dialog-buttonpane button:active {
  transform: translateY(3px) scale(0.96);
}
.ui-dialog .ui-dialog-buttonpane button:first-child {
  background-color: var(--bs-color-blue);
  color: #fff;
}
.ui-dialog .ui-dialog-buttonpane button:first-child:hover {
  background-color: #fff;
  color: var(--bs-color-blue);
}
.ui-dialog .ui-dialog-buttonpane button:last-child {
  background-color: #fff;
  color: var(--bs-color-blue);
}
.ui-dialog .ui-dialog-buttonpane button:last-child:hover {
  background-color: var(--bs-color-blue);
  color: #fff;
}
.ui-widget button {
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-btn-fsz);
}
.ui-widget-content {
  border: none;
}
ul.pager__items.js-pager__items {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 7px;
  margin-top: 20px;
}
.node--type-opt.node--view-mode-full {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.field--name-field-fos-opt {
  max-width: 585px;
  margin: auto;
  border: 1px solid var(--bs-color-blue);
  padding: 30px;
  border-radius: var(--bs-border-radius);
}
.view-commerce-cart-form .form-actions {
  width: max-content;
}
.view-commerce-cart-form form > div {
  width: 100%;
}

.view-commerce-cart-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.btn-catalog {
  order: 2;
  max-width: 250px;
}
.cart-empty-page a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
