:root {
  --bs-body-line-height: 1.2;
  --bs-body-font-size: 16px;
}
@font-face {
  font-family: 'Inter';
  src: url('/sites/all/themes/vesta_theme/font/Inter/Inter-VariableFont_opsz,wght.woff2') format('woff2'), url('/sites/all/themes/vesta_theme/font/Inter/Inter-VariableFont_opsz,wght.woff') format('woff'), url('/sites/all/themes/vesta_theme/font/Inter/Inter-VariableFont_opsz,wght.ttf') format('ttf');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ysabeau Infant';
  src: url('/sites/all/themes/vesta_theme/font/Ysabeau Infant/YsabeauInfant-VariableFont_wght.woff2') format('woff2'), url('/sites/all/themes/vesta_theme/font/Ysabeau Infant/YsabeauInfant-VariableFont_wght.woff') format('woff'), url('/sites/all/themes/vesta_theme/font/Ysabeau Infant/YsabeauInfant-VariableFont_wght.ttf') format('ttf');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('/sites/all/themes/vesta_theme/font/Raleway/Raleway-VariableFont_wght.woff2') format('woff2'), url('/sites/all/themes/vesta_theme/font/Raleway/Raleway-VariableFont_wght.woff') format('woff'), url('/sites/all/themes/vesta_theme/font/Raleway/Raleway-VariableFont_wght.ttf') format('ttf');
  font-style: normal;
  font-display: swap;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.absolute-50 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.margin-bottom {
  margin-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .margin-bottom {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 40px;
  }
}
.img-100 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h2 {
  margin-bottom: 24px;
  font-family: 'Ysabeau Infant', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #352206;
}
@media screen and (max-width: 1199px) {
  .h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 991px) {
  .h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .h2 {
    margin-bottom: 16px;
    font-size: 22px;
  }
}
.h3 {
  font-family: 'Ysabeau Infant', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #352206;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .h3 {
    font-size: 16px;
  }
}
.text-m {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  .text-m {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .text-m {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .text-m {
    font-size: 16px;
  }
}
.text {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .text {
    font-size: 14px;
  }
}
.text-s {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  .text-s {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .text-s {
    font-size: 13px;
  }
}
.text-xs {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  .text-xs {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .text-xs {
    font-size: 12px;
  }
}
.link-arrow {
  display: flex;
  align-items: center;
}
.link-arrow::after {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background: url("/sites/all/themes/vesta_theme/image/arrow-right.svg") center center no-repeat;
  background-size: contain;
  content: '';
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .link-arrow::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .link-arrow::after {
    width: 16px;
    height: 16px;
    margin-left: 5px;
  }
}
.link-arrow:hover,
.link-arrow:active,
.link-arrow:focus,
.link-arrow:focus-visible {
  outline: none;
}
.link-arrow:hover::after,
.link-arrow:active::after,
.link-arrow:focus::after,
.link-arrow:focus-visible::after {
  background: url("/sites/all/themes/vesta_theme/image/arrow-right-light.svg") center center no-repeat;
  background-size: contain;
}
.tr {
  transition: all 0.4s ease;
}
img:not(.image-style-gallery, .pswp__img) {
  max-width: 100%;
  height: auto;
}
.field[data-blazy] {
  min-width: initial;
}
table img {
  max-width: initial;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
a {
  color: #352206;
  text-decoration: none;
  transition: all 0.4s ease;
}
a:hover,
a:active,
a:focus,
a:focus-visible {
  color: #58461D;
  outline: none;
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1200px;
  }
}
p:last-child {
  margin-bottom: 0 !important;
}
body {
  padding-top: 0 !important;
  background-color: #FFFCEB;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #58461D;
}
@media screen and (max-width: 1199px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
#app {
  overflow: hidden;
}
.toolbar-fixed #app {
  margin-top: var(--drupal-displace-offset-top);
}
@media screen and (max-width: 991px) {
  #app {
    padding-top: 70px;
  }
}
@media screen and (max-width: 475px) {
  #app {
    padding-top: 55px;
  }
}
@media screen and (max-width: 375px) {
  #app {
    padding-top: 44px;
  }
}
h1 {
  margin-bottom: 24px;
  font-family: 'Ysabeau Infant', 'Inter', sans-serif;
  font-size: 53px;
  font-weight: 700;
  color: #352206;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 43px;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 33px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 18px;
    font-size: 26px;
  }
}
h2,
main#main .block-title {
  margin-bottom: 24px;
  font-family: 'Ysabeau Infant', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #352206;
}
@media screen and (max-width: 1199px) {
  h2,
  main#main .block-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 991px) {
  h2,
  main#main .block-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  h2,
  main#main .block-title {
    margin-bottom: 16px;
    font-size: 22px;
  }
}
.custom-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.custom-list li {
  margin: 0;
  padding: 0;
}
.contacts .contacts__subtitle {
  display: none;
  margin-bottom: 7px;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  font-weight: 600;
  color: #352206;
}
@media screen and (max-width: 1199px) {
  .contacts .contacts__subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .contacts .contacts__subtitle {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .contacts .contacts__subtitle {
    font-size: 16px;
  }
}
.contacts li .contacts__detail {
  display: flex;
  align-items: center;
}
.contacts li .contacts__detail svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  object-fit: contain;
}
.contacts li .contacts__detail svg.contact-footer {
  display: none;
}
.contacts li.contacts__item--address_2 {
  display: none;
}
.messengers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
}
.messengers li {
  display: flex;
  align-items: center;
}
.messengers li a {
  display: flex;
  width: 24px;
  align-items: center;
  justify-content: center;
}
.messengers li a:hover,
.messengers li a:active,
.messengers li a:focus,
.messengers li a:focus-visible {
  opacity: 0.75;
  outline: none;
}
.messengers li a svg {
  object-fit: contain;
}
.logo img {
  object-fit: contain;
}
.nav .nav-item .nav-link {
  display: block;
  width: fit-content;
  max-width: 250px;
}
.nav .nav-item .nav-link.dropdown-toggle {
  display: flex;
  align-items: center;
  white-space: pre-wrap;
}
.nav .nav-item .nav-link.dropdown-toggle::after {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: none;
  background: url("/sites/all/themes/vesta_theme/image/chevron-right.svg") center center no-repeat;
  background-size: contain;
  content: '';
}
.nav .nav-item .dropdown-menu {
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #352206;
  background-color: #FFFCEB;
}
@media screen and (max-width: 767px) {
  .nav .nav-item .dropdown-menu {
    border-radius: 10px;
  }
}
.nav .nav-item .dropdown-menu .nav-item .dropdown-item {
  padding: 5px 7px;
  border-radius: 10px;
  white-space: pre-wrap;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #58461D;
}
@media screen and (max-width: 1199px) {
  .nav .nav-item .dropdown-menu .nav-item .dropdown-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .nav .nav-item .dropdown-menu .nav-item .dropdown-item {
    font-size: 13px;
  }
}
.nav .nav-item .dropdown-menu .nav-item .dropdown-item:hover,
.nav .nav-item .dropdown-menu .nav-item .dropdown-item:active,
.nav .nav-item .dropdown-menu .nav-item .dropdown-item:focus,
.nav .nav-item .dropdown-menu .nav-item .dropdown-item:focus-visible {
  background-color: #EFDB9E;
  outline: none;
}
.nav .nav-item .dropdown-menu .nav-item .dropdown-item.active,
.nav .nav-item .dropdown-menu .nav-item .dropdown-item.is-active {
  background-color: #58461D;
  color: #FFFCEB;
}
.btn,
.btn-primary,
.btn-default,
.more-link a,
.field--name-field-podrobnee a,
.field--name-node-link a,
.button--primary,
.button--secondary {
  display: block;
  width: fit-content;
  max-width: 500px;
  padding: 16px 54px;
  border-radius: 30px;
  border: 1px solid transparent;
  background-color: #A22511;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .btn,
  .btn-primary,
  .btn-default,
  .more-link a,
  .field--name-field-podrobnee a,
  .field--name-node-link a,
  .button--primary,
  .button--secondary {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .btn,
  .btn-primary,
  .btn-default,
  .more-link a,
  .field--name-field-podrobnee a,
  .field--name-node-link a,
  .button--primary,
  .button--secondary {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .btn,
  .btn-primary,
  .btn-default,
  .more-link a,
  .field--name-field-podrobnee a,
  .field--name-node-link a,
  .button--primary,
  .button--secondary {
    font-size: 16px;
  }
}
.btn:hover,
.btn-primary:hover,
.btn-default:hover,
.more-link a:hover,
.field--name-field-podrobnee a:hover,
.field--name-node-link a:hover,
.button--primary:hover,
.button--secondary:hover,
.btn:active,
.btn-primary:active,
.btn-default:active,
.more-link a:active,
.field--name-field-podrobnee a:active,
.field--name-node-link a:active,
.button--primary:active,
.button--secondary:active,
.btn:focus,
.btn-primary:focus,
.btn-default:focus,
.more-link a:focus,
.field--name-field-podrobnee a:focus,
.field--name-node-link a:focus,
.button--primary:focus,
.button--secondary:focus,
.btn:focus-visible,
.btn-primary:focus-visible,
.btn-default:focus-visible,
.more-link a:focus-visible,
.field--name-field-podrobnee a:focus-visible,
.field--name-node-link a:focus-visible,
.button--primary:focus-visible,
.button--secondary:focus-visible {
  border-color: #A22511;
  background-color: transparent;
  color: #A22511;
  outline: none;
}
.btn:first-child:active,
.btn-primary:first-child:active,
.btn-default:first-child:active,
.more-link a:first-child:active,
.field--name-field-podrobnee a:first-child:active,
.field--name-node-link a:first-child:active,
.button--primary:first-child:active,
.button--secondary:first-child:active {
  border-color: #A22511;
  background-color: transparent;
  color: #A22511;
}
.btn:focus-visible,
.btn-primary:focus-visible,
.btn-default:focus-visible,
.more-link a:focus-visible,
.field--name-field-podrobnee a:focus-visible,
.field--name-node-link a:focus-visible,
.button--primary:focus-visible,
.button--secondary:focus-visible {
  box-shadow: 0 0 2px 2px rgba(53, 34, 6, 0.3);
}
.btn:disabled,
.btn-primary:disabled,
.btn-default:disabled,
.more-link a:disabled,
.field--name-field-podrobnee a:disabled,
.field--name-node-link a:disabled,
.button--primary:disabled,
.button--secondary:disabled {
  border: 1px solid transparent;
  background-color: #A22511;
  color: #ffffff;
  opacity: 0.7;
}
@media screen and (max-width: 991px) {
  .btn,
  .btn-primary,
  .btn-default,
  .more-link a,
  .field--name-field-podrobnee a,
  .field--name-node-link a,
  .button--primary,
  .button--secondary {
    padding: 12px 32px;
  }
}
@media screen and (max-width: 767px) {
  .btn,
  .btn-primary,
  .btn-default,
  .more-link a,
  .field--name-field-podrobnee a,
  .field--name-node-link a,
  .button--primary,
  .button--secondary {
    padding: 10px 18px;
  }
}
.btn-default,
.more-link a,
.field--name-field-podrobnee a,
.field--name-node-link a,
.button--secondary {
  padding: 10px 34px;
  border-color: #A22511;
  background-color: #FFFCEB;
  color: #A22511;
}
@media screen and (max-width: 991px) {
  .btn-default,
  .more-link a,
  .field--name-field-podrobnee a,
  .field--name-node-link a,
  .button--secondary {
    padding: 8px 22px;
  }
}
@media screen and (max-width: 767px) {
  .btn-default,
  .more-link a,
  .field--name-field-podrobnee a,
  .field--name-node-link a,
  .button--secondary {
    padding: 8px 12px;
  }
}
.btn-default:hover,
.more-link a:hover,
.field--name-field-podrobnee a:hover,
.field--name-node-link a:hover,
.button--secondary:hover,
.btn-default:active,
.more-link a:active,
.field--name-field-podrobnee a:active,
.field--name-node-link a:active,
.button--secondary:active,
.btn-default:focus,
.more-link a:focus,
.field--name-field-podrobnee a:focus,
.field--name-node-link a:focus,
.button--secondary:focus,
.btn-default:focus-visible,
.more-link a:focus-visible,
.field--name-field-podrobnee a:focus-visible,
.field--name-node-link a:focus-visible,
.button--secondary:focus-visible {
  background-color: #A22511;
  color: #FFFCEB;
  outline: none;
}
.more-link {
  display: flex;
  justify-content: center;
}
.more-link a {
  display: flex;
  align-items: center;
}
.more-link a::after {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background: url("/sites/all/themes/vesta_theme/image/arrow-right.svg") center center no-repeat;
  background-size: contain;
  content: '';
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .more-link a::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .more-link a::after {
    width: 16px;
    height: 16px;
    margin-left: 5px;
  }
}
.more-link a:hover,
.more-link a:active,
.more-link a:focus,
.more-link a:focus-visible {
  outline: none;
}
.more-link a:hover::after,
.more-link a:active::after,
.more-link a:focus::after,
.more-link a:focus-visible::after {
  background: url("/sites/all/themes/vesta_theme/image/arrow-right-light.svg") center center no-repeat;
  background-size: contain;
}
form .form-item {
  margin-bottom: 14px;
}
form .form-item label {
  margin-bottom: 8px;
  padding: 0 20px;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  font-weight: 500;
  color: #352206;
}
@media screen and (max-width: 1199px) {
  form .form-item label {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  form .form-item label {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  form .form-item label {
    padding: 0 12px;
  }
}
form .form-control {
  padding: 20px;
  border-radius: 30px;
  border: 1px solid #EFDB9E;
  background-color: #FFFCEB;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #58461D;
}
@media screen and (max-width: 1199px) {
  form .form-control {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  form .form-control {
    font-size: 13px;
  }
}
form .form-control::placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(53, 34, 6, 0.3);
}
@media screen and (max-width: 1199px) {
  form .form-control::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  form .form-control::placeholder {
    font-size: 13px;
  }
}
form .form-control:focus,
form .form-control:focus-visible {
  outline: none;
  box-shadow: 0 0 2px 2px rgba(53, 34, 6, 0.3);
  border-color: #EFDB9E;
  background-color: #FFFCEB;
}
@media screen and (max-width: 1199px) {
  form .form-control {
    padding: 12px;
  }
}
form .form-text {
  margin-top: 0;
}
form .form-item-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(79, 51, 9, 0.7);
}
@media screen and (max-width: 1199px) {
  form .form-item-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  form .form-item-text {
    font-size: 13px;
  }
}
form .form-item-privacy {
  display: flex;
}
form .form-item-privacy input[type=checkbox] {
  flex-shrink: 0;
  margin-right: 8px;
  appearance: none;
  position: relative;
  width: 13px;
  height: 13px;
  background: transparent;
  border-radius: 2px;
  border: 1px solid #5A5A5A;
  transition: 500ms;
}
form .form-item-privacy input[type=checkbox]::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  font-size: 25px;
  background: url('/sites/all/themes/vesta_theme/image/checkmark.svg') center center no-repeat;
  background-size: contain;
  transition: 500ms;
}
form .form-item-privacy input[type=checkbox]:checked::after {
  width: 80%;
  height: 80%;
  transition: 500ms;
}
form .form-item-privacy .description {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(79, 51, 9, 0.7);
}
@media screen and (max-width: 1199px) {
  form .form-item-privacy .description {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  form .form-item-privacy .description {
    font-size: 13px;
  }
}
form .form-item-privacy .description a {
  color: rgba(79, 51, 9, 0.7);
}
form .form-item-privacy .description a:hover,
form .form-item-privacy .description a:active,
form .form-item-privacy .description a:focus,
form .form-item-privacy .description a:focus-visible {
  text-decoration: underline;
  outline: none;
}
form .alert-error,
form .form-item--error-message {
  display: none !important;
}
form .error {
  border: 1px solid red !important;
}
.search-api-page-block-form-search form,
form.search-api-page-block-form-search {
  position: relative;
  width: 800px;
  max-width: 100%;
}
.search-api-page-block-form-search form .form-item,
form.search-api-page-block-form-search .form-item {
  width: 100%;
  margin-bottom: 0;
}
.search-api-page-block-form-search form .form-actions,
form.search-api-page-block-form-search .form-actions {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 50px;
  height: 85%;
}
.search-api-page-block-form-search form .form-actions .btn,
form.search-api-page-block-form-search .form-actions .btn {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 0;
  border: none;
  outline: none;
  background-color: #FFFCEB;
  font-size: 0;
  color: transparent;
}
.search-api-page-block-form-search form .form-actions .btn:before,
form.search-api-page-block-form-search .form-actions .btn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('/sites/all/themes/vesta_theme/image/search.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  background-position: center center;
  margin: auto;
  content: '';
}
.cart-block--summary__icon {
  width: 26px;
}
.cart-block--summary__icon img {
  object-fit: contain;
}
.cart-block--summary__icon .cart-block--summary__count {
  position: absolute;
  left: 14px;
  bottom: 11px;
  min-width: 20px;
  min-height: 20px;
  padding: 5px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #EFDB9E;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #352206;
}
@media screen and (max-width: 1199px) {
  .cart-block--summary__icon .cart-block--summary__count {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .cart-block--summary__icon .cart-block--summary__count {
    font-size: 10px;
  }
}
.page-block {
  margin-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .page-block {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-block {
    margin-bottom: 40px;
  }
}
header#header .header-top {
  padding: 8px 0;
  background-color: #EFDB9E;
}
header#header .header-top .col-contacts-1 .contacts,
header#header .header-top .col-contacts-2 .contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
header#header .header-top .col-contacts-1 .contacts li .contacts__detail,
header#header .header-top .col-contacts-2 .contacts li .contacts__detail {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #58461D;
}
@media screen and (max-width: 1199px) {
  header#header .header-top .col-contacts-1 .contacts li .contacts__detail,
  header#header .header-top .col-contacts-2 .contacts li .contacts__detail {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  header#header .header-top .col-contacts-1 .contacts li .contacts__detail,
  header#header .header-top .col-contacts-2 .contacts li .contacts__detail {
    font-size: 13px;
  }
}
header#header .header-top .col-contacts-1 .contacts li .contacts__detail.contacts__link,
header#header .header-top .col-contacts-2 .contacts li .contacts__detail.contacts__link {
  color: #58461D;
}
header#header .header-top .col-contacts-1 .contacts li .contacts__detail.contacts__link:hover,
header#header .header-top .col-contacts-2 .contacts li .contacts__detail.contacts__link:hover,
header#header .header-top .col-contacts-1 .contacts li .contacts__detail.contacts__link:active,
header#header .header-top .col-contacts-2 .contacts li .contacts__detail.contacts__link:active,
header#header .header-top .col-contacts-1 .contacts li .contacts__detail.contacts__link:focus,
header#header .header-top .col-contacts-2 .contacts li .contacts__detail.contacts__link:focus,
header#header .header-top .col-contacts-1 .contacts li .contacts__detail.contacts__link:focus-visible,
header#header .header-top .col-contacts-2 .contacts li .contacts__detail.contacts__link:focus-visible {
  color: #352206;
  outline: none;
}
header#header .header-top .col-contacts-1 {
  width: 570px;
  margin-right: 20px;
}
header#header .header-top .col-contacts-2 {
  width: 166px;
}
header#header .header-top .col-messengers {
  width: 250px;
  margin-right: 20px;
}
header#header .header-top .col-messengers .messengers {
  justify-content: center;
}
header#header .header-bottom {
  padding: 5px 0;
  background-color: #FFFCEB;
}
header#header .header-bottom .logo {
  width: 296px;
  margin-right: 20px;
}
@media screen and (max-width: 1199px) {
  header#header .header-bottom .logo {
    width: 220px;
  }
}
header#header .header-bottom .col-nav {
  width: calc(100% - 296px - 20px - 20px - 88px);
  margin-right: 20px;
}
header#header .header-bottom .col-nav .nav {
  align-items: center;
  justify-content: center;
}
header#header .header-bottom .col-nav .nav .nav-item .nav-link {
  padding: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #352206;
}
@media screen and (max-width: 1199px) {
  header#header .header-bottom .col-nav .nav .nav-item .nav-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  header#header .header-bottom .col-nav .nav .nav-item .nav-link {
    font-size: 14px;
  }
}
header#header .header-bottom .col-nav .nav .nav-item .nav-link::before {
  display: block;
  content: attr(data-text);
  /* Теперь data-text существует! */
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  font-weight: 600;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  user-select: none;
  pointer-events: none;
  /* Важно: копируем все свойства, влияющие на ширину */
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  header#header .header-bottom .col-nav .nav .nav-item .nav-link::before {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  header#header .header-bottom .col-nav .nav .nav-item .nav-link::before {
    font-size: 14px;
  }
}
header#header .header-bottom .col-nav .nav .nav-item .nav-link:hover,
header#header .header-bottom .col-nav .nav .nav-item .nav-link:active,
header#header .header-bottom .col-nav .nav .nav-item .nav-link:focus,
header#header .header-bottom .col-nav .nav .nav-item .nav-link:focus-visible {
  font-weight: 600;
  outline: none;
}
header#header .header-bottom .col-nav .nav .nav-item .nav-link.dropdown-toggle {
  width: 120px;
}
header#header .header-bottom .col-nav .nav .dropdown-menu .nav-item .dropdown-item {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  header#header .header-bottom .col-nav .nav .dropdown-menu .nav-item .dropdown-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  header#header .header-bottom .col-nav .nav .dropdown-menu .nav-item .dropdown-item {
    font-size: 13px;
  }
}
header#header .header-bottom .col-search-container {
  width: 88px;
}
header#header .header-bottom .col-search-container .search-container {
  position: relative;
}
header#header .header-bottom .col-search-container .search-container .region-search {
  width: 0;
  overflow: hidden;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
  z-index: 5;
}
header#header .header-bottom .col-search-container .search-container .region-search.active {
  width: 615px;
  padding: 5px;
}
header#header .header-bottom .col-search-container .search-container .region-search.active .search-api-page-block-form-search form {
  width: 100%;
}
header#header .header-bottom .col-search-container .search-container button.search-button {
  position: relative;
  width: 26px;
  height: 26px;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 0;
  transition: all 0.4s ease;
}
header#header .header-bottom .col-search-container .search-container button.search-button::before {
  position: absolute;
  background-image: url('/sites/all/themes/vesta_theme/image/search.svg');
  background-size: contain;
  background-repeat: no-repeat;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  background-position: center center;
  margin: auto;
  content: '';
}
header#header .header-bottom .col-search-container .search-container button.search-button.active::before {
  content: '+';
  background-image: none;
  font-size: 26px;
  transform: rotate(45deg);
  color: #58461D;
}
header#header .header-bottom .col-search-container .col-cart {
  width: 26px;
}
header#header-mob {
  padding: 5px 0;
  background-color: #EFDB9E;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
}
header#header-mob .logo {
  width: 200px;
  margin-right: 10px;
}
@media screen and (max-width: 475px) {
  header#header-mob .logo {
    width: 150px;
  }
}
@media screen and (max-width: 375px) {
  header#header-mob .logo {
    width: 114px;
  }
}
header#header-mob .col-phone {
  width: 142px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  header#header-mob .col-phone {
    width: 134px;
  }
}
@media screen and (max-width: 475px) {
  header#header-mob .col-phone {
    width: 112px;
  }
}
@media screen and (max-width: 319px) {
  header#header-mob .col-phone {
    display: none;
  }
}
header#header-mob .col-phone .contacts li .contacts__detail {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  header#header-mob .col-phone .contacts li .contacts__detail {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  header#header-mob .col-phone .contacts li .contacts__detail {
    font-size: 13px;
  }
}
@media screen and (max-width: 475px) {
  header#header-mob .col-phone .contacts li .contacts__detail {
    font-size: 11px;
  }
}
header#header-mob .col-phone .contacts li .contacts__detail svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
@media screen and (max-width: 475px) {
  header#header-mob .col-phone .contacts li .contacts__detail svg {
    width: 16px;
    height: 16px;
    margin-right: 2px;
  }
}
header#header-mob .col-cart {
  flex-shrink: 0;
  margin-right: 10px;
}
header#header-mob .col-cart .cart-block--summary__icon .cart-block--summary__count {
  background-color: #FFFCEB;
}
.offcanvas {
  background-color: #EFDB9E;
  color: #58461D;
}
.offcanvas .offcanvas-header .logo {
  width: 160px;
}
.offcanvas .offcanvas-header .btn-close {
  opacity: 0.85;
}
.offcanvas .offcanvas-header .btn-close:focus,
.offcanvas .offcanvas-header .btn-close:focus-visible {
  outline: none;
  box-shadow: 0 0 2px 2px rgba(53, 34, 6, 0.3);
}
.offcanvas .offcanvas-body {
  display: flex;
  flex-direction: column;
}
.offcanvas .offcanvas-body > *:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .offcanvas .offcanvas-body > *:not(:last-child) {
    margin-bottom: 15px;
  }
}
.offcanvas .offcanvas-body .region-navigation .nav .nav-item .nav-link {
  padding: 5px 0;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #58461D;
}
@media screen and (max-width: 1199px) {
  .offcanvas .offcanvas-body .region-navigation .nav .nav-item .nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .offcanvas .offcanvas-body .region-navigation .nav .nav-item .nav-link {
    font-size: 13px;
  }
}
.offcanvas .offcanvas-body .region-navigation .nav .nav-item .nav-link:hover,
.offcanvas .offcanvas-body .region-navigation .nav .nav-item .nav-link:active,
.offcanvas .offcanvas-body .region-navigation .nav .nav-item .nav-link:focus,
.offcanvas .offcanvas-body .region-navigation .nav .nav-item .nav-link:focus-visible {
  color: #352206;
  font-weight: 600;
  outline: none;
}
.offcanvas .offcanvas-body .region-navigation .nav .nav-item .nav-link.dropdown-toggle::after {
  width: 18px;
  height: 18px;
}
.offcanvas .offcanvas-body .region-navigation .nav .nav-item .dropdown-menu {
  padding: 5px !important;
  border-radius: 10px;
  border-bottom: 1px solid #352206 !important;
}
.offcanvas .offcanvas-body .row-contacts {
  margin-top: auto;
}
.offcanvas .offcanvas-body .row-contacts .contacts {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .offcanvas .offcanvas-body .row-contacts .contacts {
    margin-bottom: 15px;
  }
}
.offcanvas .offcanvas-body .row-contacts .contacts li .contacts__detail {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  .offcanvas .offcanvas-body .row-contacts .contacts li .contacts__detail {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .offcanvas .offcanvas-body .row-contacts .contacts li .contacts__detail {
    font-size: 13px;
  }
}
.offcanvas .offcanvas-body .row-contacts .contacts li .contacts__detail.contacts__link {
  color: #58461D;
}
.offcanvas .offcanvas-body .row-contacts .contacts li .contacts__detail.contacts__link:hover,
.offcanvas .offcanvas-body .row-contacts .contacts li .contacts__detail.contacts__link:active,
.offcanvas .offcanvas-body .row-contacts .contacts li .contacts__detail.contacts__link:focus,
.offcanvas .offcanvas-body .row-contacts .contacts li .contacts__detail.contacts__link:focus-visible {
  color: #352206;
  outline: none;
}
.offcanvas .offcanvas-body .row-contacts .contacts li .contacts__detail.contacts__detail--work_hours svg {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  outline: 1px solid rgba(88, 70, 29, 0.4);
}
.offcanvas .offcanvas-body .row-contacts .contacts li .contacts__detail.contacts__detail--work_hours svg path {
  stroke-width: 1px;
}
.offcanvas .offcanvas-body .row-contacts .messengers {
  gap: 10px;
}
.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  height: auto;
}
.slick-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    gap: 7px;
  }
}
.slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid transparent;
  background: #EFDB9E;
  padding: 0;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .slick-dots li button {
    width: 5px;
    height: 5px;
  }
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li.slick-active button {
  position: relative;
  width: 23px;
  height: 23px;
  border: 1px solid #EFDB9E;
  background: transparent;
}
@media screen and (max-width: 1199px) {
  .slick-dots li.slick-active button {
    width: 13px;
    height: 13px;
  }
}
.slick-dots li.slick-active button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background: #A22511;
  content: '';
}
main#main .search-api-page-block-form-search {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  main#main .search-api-page-block-form-search {
    margin-bottom: 25px;
  }
}
main#main div#slider-block {
  margin-bottom: -24px;
}
main#main div#slider-block .node--type-slide {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  padding: 60px 0;
}
@media screen and (max-width: 1199px) {
  main#main div#slider-block .node--type-slide {
    min-height: 375px;
  }
}
@media screen and (max-width: 991px) {
  main#main div#slider-block .node--type-slide {
    min-height: 310px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#slider-block .node--type-slide {
    min-height: 240px;
    padding: 40px 0;
  }
}
main#main div#slider-block .node--type-slide::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  content: '';
  z-index: 1;
}
main#main div#slider-block .node--type-slide .field--name-field-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main#main div#slider-block .node--type-slide .field--name-field-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main#main div#slider-block .node--type-slide .content {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
main#main div#slider-block .node--type-slide .content .field--name-field-slide-title {
  width: 542px;
  max-width: 100%;
  margin-bottom: 24px;
  font-family: 'Ysabeau Infant', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  main#main div#slider-block .node--type-slide .content .field--name-field-slide-title {
    width: 420px;
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  main#main div#slider-block .node--type-slide .content .field--name-field-slide-title {
    width: 320px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#slider-block .node--type-slide .content .field--name-field-slide-title {
    width: 220px;
    margin-bottom: 18px;
    font-size: 22px;
  }
}
main#main div#slider-block .node--type-slide .content .field--name-body {
  width: 360px;
  max-width: 100%;
  margin-bottom: 48px;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  main#main div#slider-block .node--type-slide .content .field--name-body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#slider-block .node--type-slide .content .field--name-body {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#slider-block .node--type-slide .content .field--name-body {
    width: 260px;
    margin-bottom: 24px;
  }
}
main#main div#slider-block .node--type-slide .content .field--name-field-poluchit-konsultaciyu .btn {
  padding: 16px 40px;
  border-radius: 40px;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  main#main div#slider-block .node--type-slide .content .field--name-field-poluchit-konsultaciyu .btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#slider-block .node--type-slide .content .field--name-field-poluchit-konsultaciyu .btn {
    font-size: 14px;
  }
}
main#main div#slider-block .node--type-slide .content .field--name-field-poluchit-konsultaciyu .btn:hover,
main#main div#slider-block .node--type-slide .content .field--name-field-poluchit-konsultaciyu .btn:active,
main#main div#slider-block .node--type-slide .content .field--name-field-poluchit-konsultaciyu .btn:focus,
main#main div#slider-block .node--type-slide .content .field--name-field-poluchit-konsultaciyu .btn:focus-visible {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
  outline: none;
}
@media screen and (max-width: 991px) {
  main#main div#slider-block .node--type-slide .content .field--name-field-poluchit-konsultaciyu .btn {
    padding: 12px 32px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#slider-block .node--type-slide .content .field--name-field-poluchit-konsultaciyu .btn {
    padding: 10px 28px;
  }
}
main#main div#slider-block .container:has(.slick-dots) {
  transform: translateY(-48px);
}
@media screen and (max-width: 1199px) {
  main#main div#slider-block .container:has(.slick-dots) {
    transform: translateY(-24px);
  }
}
main#main div#slider-block .slick-dots {
  position: static;
  transform: none;
  justify-content: start;
}
main#main div#front_title-block {
  padding-top: 60px;
  background-color: #EFDB9E;
}
@media screen and (max-width: 767px) {
  main#main div#front_title-block {
    padding-top: 35px;
  }
}
main#main div#front_title-block .region-front-title {
  position: relative;
}
main#main div#front_title-block .region-front-title::before {
  position: absolute;
  top: -150px;
  left: 90%;
  width: 260px;
  height: 200px;
  background: url("/sites/all/themes/vesta_theme/image/decoration/front-title.svg") center no-repeat;
  background-size: contain;
  content: '';
}
@media screen and (min-width: 1700px) {
  main#main div#front_title-block .region-front-title::before {
    right: -340px;
    left: unset;
  }
}
@media screen and (max-width: 1199px) {
  main#main div#front_title-block .region-front-title::before {
    width: 200px;
    height: 140px;
    top: -120px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#front_title-block .region-front-title::before {
    width: 140px;
    height: 80px;
    top: -70px;
  }
}
@media screen and (max-width: 575px) {
  main#main div#front_title-block .region-front-title::before {
    display: none;
  }
}
main#main div#front_title-block .block-content--type-front-title {
  width: 940px;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main#main div#front_title-block .block-content--type-front-title .field--name-body {
  width: 91.5%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 28px;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  main#main div#front_title-block .block-content--type-front-title .field--name-body {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  main#main div#front_title-block .block-content--type-front-title .field--name-body {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#front_title-block .block-content--type-front-title .field--name-body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#front_title-block .block-content--type-front-title .field--name-body {
    margin-bottom: 18px;
  }
}
main#main div#front_title-block .block-content--type-front-title .field--name-field-icon {
  position: relative;
  width: 132px;
  height: 132px;
  margin-bottom: -74px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  main#main div#front_title-block .block-content--type-front-title .field--name-field-icon {
    width: 100px;
    height: 100px;
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#front_title-block .block-content--type-front-title .field--name-field-icon {
    width: 60px;
    height: 60px;
    margin-bottom: -30px;
  }
}
main#main div#front_title-block .block-content--type-front-title .field--name-field-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180%;
  height: 150%;
  background: url("/sites/all/themes/vesta_theme/image/decoration/front-title.svg") center center no-repeat;
  background-size: contain;
  content: '';
  z-index: -1;
}
main#main div#front_title-block .block-content--type-front-title .field--name-field-icon img {
  object-fit: contain;
}
main#main div#catalog-block #block-vesta-theme-katalogtovarov-2 {
  width: 545px;
  max-width: 60%;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  main#main div#catalog-block #block-vesta-theme-katalogtovarov-2 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  main#main div#catalog-block #block-vesta-theme-katalogtovarov-2 .block-title {
    text-align: center;
  }
}
main#main div#catalog-block #block-vesta-theme-katalogtovarov-2 .field--name-body {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  line-height: 1.4;
}
@media screen and (max-width: 1199px) {
  main#main div#catalog-block #block-vesta-theme-katalogtovarov-2 .field--name-body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#catalog-block #block-vesta-theme-katalogtovarov-2 .field--name-body {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  main#main div#catalog-block #block-vesta-theme-katalogtovarov-2 .field--name-body {
    text-align: center;
  }
}
main#main div#catalog-block .region-catalog {
  position: relative;
}
main#main div#catalog-block .region-catalog::before {
  position: absolute;
  bottom: 13px;
  right: calc(100% - 20px);
  width: 99px;
  height: 177px;
  background: url("/sites/all/themes/vesta_theme/image/decoration/leaves-vert.svg") center no-repeat;
  background-size: contain;
  content: '';
}
@media screen and (max-width: 1199px) {
  main#main div#catalog-block .region-catalog::before {
    width: 79px;
    height: 157px;
  }
}
@media screen and (max-width: 991px) {
  main#main div#catalog-block .region-catalog::before {
    bottom: 33px;
  }
}
@media screen and (max-width: 575px) {
  main#main div#catalog-block .region-catalog::before {
    display: none;
  }
}
main#main .view-catalog:not(.view-display-id-block_description) {
  position: relative;
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content {
  margin: 0 -15px;
  gap: 30px 0;
}
@media screen and (max-width: 1199px) {
  main#main .view-catalog:not(.view-display-id-block_description) .view-content {
    margin: 0 -10px;
    gap: 20px 0;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-catalog:not(.view-display-id-block_description) .view-content {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-catalog:not(.view-display-id-block_description) .view-content {
    margin: 0 -5px;
    margin-bottom: 25px;
    gap: 10px 0;
  }
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row {
  padding: 0 15px;
}
@media screen and (max-width: 1199px) {
  main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row {
    padding: 0 5px;
  }
}
@media screen and (max-width: 319px) {
  main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row {
    width: 100%;
  }
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  padding: 24px 24px 32px;
  border: 1px solid #F2EDD0;
  border-radius: 40px;
  background-color: #FAF6DE;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog {
    padding: 16px 16px 24px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog {
    padding: 12px 12px 20px;
  }
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .image_container {
  width: 100%;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .image_container .field--name-field-catalog-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .image_container .field--name-field-catalog-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 15px;
  }
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .image_container .field--name-field-catalog-icon img {
  max-height: 100%;
  object-fit: contain;
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .image_container .field--name-taxonomy-term-title {
  margin-bottom: 24px;
  font-family: 'Ysabeau Infant', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #352206;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .image_container .field--name-taxonomy-term-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .image_container .field--name-taxonomy-term-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .image_container .field--name-taxonomy-term-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .image_container .field--name-taxonomy-term-title {
    margin-bottom: 15px;
  }
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .image_container .field--name-taxonomy-term-title a {
  color: #352206;
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
  width: 100%;
  align-self: flex-end;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 319px) {
  main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
    display: none;
  }
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a {
  border-color: transparent;
  background-color: transparent;
  display: flex;
  align-items: center;
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a::after {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background: url("/sites/all/themes/vesta_theme/image/arrow-right.svg") center center no-repeat;
  background-size: contain;
  content: '';
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a::after {
    width: 16px;
    height: 16px;
    margin-left: 5px;
  }
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a:hover,
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a:active,
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a:focus,
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a:focus-visible {
  outline: none;
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a:hover::after,
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a:active::after,
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a:focus::after,
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a:focus-visible::after {
  background: url("/sites/all/themes/vesta_theme/image/arrow-right-light.svg") center center no-repeat;
  background-size: contain;
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .field--name-dynamic-token-fieldtaxonomy-term-go-to {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .field--name-dynamic-token-fieldtaxonomy-term-go-to a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog:hover,
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog:active,
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog:focus,
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog:focus-visible {
  outline: none;
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog:hover .field--name-taxonomy-term-link a,
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog:active .field--name-taxonomy-term-link a,
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog:focus .field--name-taxonomy-term-link a,
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog:focus-visible .field--name-taxonomy-term-link a {
  background-color: #A22511;
  color: #FFFCEB;
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog:hover .field--name-taxonomy-term-link a::after,
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog:active .field--name-taxonomy-term-link a::after,
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog:focus .field--name-taxonomy-term-link a::after,
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog:focus-visible .field--name-taxonomy-term-link a::after {
  background: url("/sites/all/themes/vesta_theme/image/arrow-right-light.svg") center center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  main#main .view-catalog:not(.view-display-id-block_description) .more-link {
    position: absolute;
    bottom: calc(100% + 103px);
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-catalog.view-display-id-block_front .view-content .views-row {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-catalog.view-display-id-block_front .view-content .views-row:first-child,
  main#main .view-catalog.view-display-id-block_front .view-content .views-row:nth-child(2),
  main#main .view-catalog.view-display-id-block_front .view-content .views-row:nth-child(3),
  main#main .view-catalog.view-display-id-block_front .view-content .views-row:nth-child(4),
  main#main .view-catalog.view-display-id-block_front .view-content .views-row:nth-child(5),
  main#main .view-catalog.view-display-id-block_front .view-content .views-row:nth-child(6) {
    display: block;
  }
}
main#main .node--type-about.node--view-mode-teaser {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
main#main .node--type-about.node--view-mode-teaser::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 110px;
  height: 86px;
  background: url("/sites/all/themes/vesta_theme/image/decoration/leaves-horiz.svg") center no-repeat;
  background-size: contain;
  content: '';
}
@media screen and (max-width: 767px) {
  main#main .node--type-about.node--view-mode-teaser::before {
    display: none;
  }
}
main#main .node--type-about.node--view-mode-teaser .group-left {
  position: relative;
  width: 50%;
  float: none;
}
@media screen and (max-width: 767px) {
  main#main .node--type-about.node--view-mode-teaser .group-left {
    width: 100%;
    order: 1;
    height: 250px;
  }
}
main#main .node--type-about.node--view-mode-teaser .group-left .field--name-field-about-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 130%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  main#main .node--type-about.node--view-mode-teaser .group-left .field--name-field-about-image {
    position: static;
    width: 100%;
    height: 100%;
  }
}
main#main .node--type-about.node--view-mode-teaser .group-left .field--name-field-about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main#main .node--type-about.node--view-mode-teaser .group-right {
  width: 50%;
  min-height: 642px;
  float: none;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  main#main .node--type-about.node--view-mode-teaser .group-right {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-about.node--view-mode-teaser .group-right {
    width: 100%;
    min-height: unset;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
  }
}
main#main .node--type-about.node--view-mode-teaser .group-right .field--name-node-title h2 {
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  main#main .node--type-about.node--view-mode-teaser .group-right .field--name-node-title h2 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-about.node--view-mode-teaser .group-right .field--name-node-title h2 {
    margin-bottom: 16px;
    text-align: center;
  }
}
main#main .node--type-about.node--view-mode-teaser .group-right .field--name-field-text-teaser {
  margin-bottom: 28px;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  main#main .node--type-about.node--view-mode-teaser .group-right .field--name-field-text-teaser {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-about.node--view-mode-teaser .group-right .field--name-field-text-teaser {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-about.node--view-mode-teaser .group-right .field--name-field-podrobnee {
    display: flex;
    justify-content: center;
  }
}
main#main .node--type-about.node--view-mode-teaser .group-right .field--name-field-podrobnee a {
  display: flex;
  align-items: center;
}
main#main .node--type-about.node--view-mode-teaser .group-right .field--name-field-podrobnee a::after {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background: url("/sites/all/themes/vesta_theme/image/arrow-right.svg") center center no-repeat;
  background-size: contain;
  content: '';
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  main#main .node--type-about.node--view-mode-teaser .group-right .field--name-field-podrobnee a::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-about.node--view-mode-teaser .group-right .field--name-field-podrobnee a::after {
    width: 16px;
    height: 16px;
    margin-left: 5px;
  }
}
main#main .node--type-about.node--view-mode-teaser .group-right .field--name-field-podrobnee a:hover,
main#main .node--type-about.node--view-mode-teaser .group-right .field--name-field-podrobnee a:active,
main#main .node--type-about.node--view-mode-teaser .group-right .field--name-field-podrobnee a:focus,
main#main .node--type-about.node--view-mode-teaser .group-right .field--name-field-podrobnee a:focus-visible {
  outline: none;
}
main#main .node--type-about.node--view-mode-teaser .group-right .field--name-field-podrobnee a:hover::after,
main#main .node--type-about.node--view-mode-teaser .group-right .field--name-field-podrobnee a:active::after,
main#main .node--type-about.node--view-mode-teaser .group-right .field--name-field-podrobnee a:focus::after,
main#main .node--type-about.node--view-mode-teaser .group-right .field--name-field-podrobnee a:focus-visible::after {
  background: url("/sites/all/themes/vesta_theme/image/arrow-right-light.svg") center center no-repeat;
  background-size: contain;
}
main#main .node--type-about.node--view-mode-full .field {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  main#main .node--type-about.node--view-mode-full .field {
    margin-bottom: 20px;
  }
}
main#main .node--type-about.node--view-mode-full .field--name-field-about-image {
  height: 350px;
}
@media screen and (max-width: 767px) {
  main#main .node--type-about.node--view-mode-full .field--name-field-about-image {
    height: 250px;
  }
}
main#main .node--type-about.node--view-mode-full .field--name-field-about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main#main div#benefits-block {
  padding: 70px 0;
  background: #EFDB9E url("/sites/all/themes/vesta_theme/image/cows-indulging-fresh-grain.webp") center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  main#main div#benefits-block {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  main#main div#benefits-block {
    padding: 35px 0;
  }
}
main#main div#benefits-block .block-title {
  text-align: center;
}
main#main div#benefits-block #block-vesta-theme-nashipreimushchestva {
  margin-bottom: 54px;
}
@media screen and (max-width: 1199px) {
  main#main div#benefits-block #block-vesta-theme-nashipreimushchestva {
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#benefits-block #block-vesta-theme-nashipreimushchestva {
    margin-bottom: 24px;
  }
}
main#main div#benefits-block #block-vesta-theme-nashipreimushchestva .field--name-body {
  width: 349px;
  max-width: 100%;
  margin: auto;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  main#main div#benefits-block #block-vesta-theme-nashipreimushchestva .field--name-body {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  main#main div#benefits-block #block-vesta-theme-nashipreimushchestva .field--name-body {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#benefits-block #block-vesta-theme-nashipreimushchestva .field--name-body {
    font-size: 16px;
  }
}
main#main .view-benefits .view-content {
  position: relative;
  width: 707px;
  max-width: 100%;
  margin: auto;
  gap: 99px 0;
}
@media screen and (max-width: 1199px) {
  main#main .view-benefits .view-content {
    gap: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-benefits .view-content {
    gap: 50px 0;
  }
}
@media screen and (max-width: 475px) {
  main#main .view-benefits .view-content {
    gap: 15px 0;
  }
}
main#main .view-benefits .view-content:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 233px;
  height: 233px;
  background: url("/sites/all/themes/vesta_theme/image/Group 3.webp") center center no-repeat;
  background-size: contain;
  content: '';
}
@media screen and (max-width: 1199px) {
  main#main .view-benefits .view-content:before {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-benefits .view-content:before {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 475px) {
  main#main .view-benefits .view-content:before {
    display: none;
  }
}
main#main .view-benefits .view-content .views-row {
  display: flex;
}
@media screen and (max-width: 475px) {
  main#main .view-benefits .view-content .views-row {
    justify-content: center;
  }
}
main#main .view-benefits .view-content .views-row:nth-child(2) {
  justify-content: end;
}
@media screen and (max-width: 475px) {
  main#main .view-benefits .view-content .views-row:nth-child(2) {
    justify-content: center;
  }
}
main#main .view-benefits .view-content .views-row:nth-child(3),
main#main .view-benefits .view-content .views-row:last-child {
  justify-content: center;
}
main#main .view-benefits .view-content .views-row .block-content--type-benefit {
  width: 191px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  main#main .view-benefits .view-content .views-row .block-content--type-benefit {
    width: 140px;
  }
}
@media screen and (max-width: 475px) {
  main#main .view-benefits .view-content .views-row .block-content--type-benefit {
    width: 100%;
  }
}
main#main .view-benefits .view-content .views-row .block-content--type-benefit .field--name-block-description {
  width: 100%;
  align-self: flex-start;
  margin-bottom: 16px;
  font-family: 'Ysabeau Infant', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #352206;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  main#main .view-benefits .view-content .views-row .block-content--type-benefit .field--name-block-description {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-benefits .view-content .views-row .block-content--type-benefit .field--name-block-description {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-benefits .view-content .views-row .block-content--type-benefit .field--name-block-description {
    margin-bottom: 7px;
    font-size: 18px;
  }
}
main#main .view-benefits .view-content .views-row .block-content--type-benefit .field--name-body {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  main#main .view-benefits .view-content .views-row .block-content--type-benefit .field--name-body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-benefits .view-content .views-row .block-content--type-benefit .field--name-body {
    font-size: 14px;
  }
}
main#main div#photogallery-block #block-vesta-theme-fotogalereya {
  width: 499px;
  max-width: 50%;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  main#main div#photogallery-block #block-vesta-theme-fotogalereya {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  main#main div#photogallery-block #block-vesta-theme-fotogalereya .block-title {
    text-align: center;
  }
}
main#main div#photogallery-block #block-vesta-theme-fotogalereya .field--name-body {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 1199px) {
  main#main div#photogallery-block #block-vesta-theme-fotogalereya .field--name-body {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  main#main div#photogallery-block #block-vesta-theme-fotogalereya .field--name-body {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#photogallery-block #block-vesta-theme-fotogalereya .field--name-body {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  main#main div#photogallery-block #block-vesta-theme-fotogalereya .field--name-body {
    text-align: center;
  }
}
main#main .view-photogallery {
  position: relative;
}
@media screen and (max-width: 991px) {
  main#main .view-photogallery .view-content {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  main#main .view-photogallery .more-link {
    position: absolute;
    bottom: calc(100% + 60px);
    right: 0;
  }
}
main#main .node--type-photogallery.node--view-mode-teaser-front .field--name-field-gallery__image,
main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery__image {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 991px) {
  main#main .node--type-photogallery.node--view-mode-teaser-front .field--name-field-gallery__image,
  main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery__image {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-photogallery.node--view-mode-teaser-front .field--name-field-gallery__image,
  main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery__image {
    gap: 10px;
  }
}
@media screen and (max-width: 375px) {
  main#main .node--type-photogallery.node--view-mode-teaser-front .field--name-field-gallery__image,
  main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery__image {
    grid-template-columns: repeat(2, 1fr);
  }
}
main#main .node--type-photogallery.node--view-mode-teaser-front .field--name-field-gallery__image .field__item img,
main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery__image .field__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main#main .view-photogallery.view-display-id-page_1 .view-content {
  gap: 30px 0;
}
@media screen and (max-width: 991px) {
  main#main .view-photogallery.view-display-id-page_1 .view-content {
    gap: 20px 0;
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-photogallery.view-display-id-page_1 .view-content {
    gap: 10px 0;
    margin: 0 -5px;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-photogallery.view-display-id-page_1 .view-content .views-row {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-photogallery.view-display-id-page_1 .view-content .views-row {
    padding: 0 5px;
  }
}
@media screen and (max-width: 319px) {
  main#main .view-photogallery.view-display-id-page_1 .view-content .views-row {
    width: 100%;
  }
}
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  padding: 24px 24px 32px;
  border: 1px solid #F2EDD0;
  border-radius: 40px;
  background-color: #FAF6DE;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser {
    padding: 16px 16px 24px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser {
    padding: 12px 12px 20px;
  }
}
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .image_container {
  width: 100%;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .image_container .field--name-field-gallery__image {
  margin-bottom: 24px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .image_container .field--name-field-gallery__image {
    margin-bottom: 15px;
    border-radius: 10px;
  }
}
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .image_container .field--name-field-gallery__image .field__item {
  height: 100%;
}
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .image_container .field--name-field-gallery__image img {
  max-height: 100%;
  object-fit: contain;
}
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .image_container .field--name-node-title {
  margin-bottom: 24px;
  font-family: 'Ysabeau Infant', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #352206;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .image_container .field--name-node-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .image_container .field--name-node-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .image_container .field--name-node-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .image_container .field--name-node-title {
    margin-bottom: 15px;
  }
}
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .image_container .field--name-node-title a {
  color: #352206;
}
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-link {
  width: 100%;
  align-self: flex-end;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 319px) {
  main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-link {
    display: none;
  }
}
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-link a {
  border-color: transparent;
  background-color: transparent;
  display: flex;
  align-items: center;
}
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-link a::after {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background: url("/sites/all/themes/vesta_theme/image/arrow-right.svg") center center no-repeat;
  background-size: contain;
  content: '';
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-link a::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-link a::after {
    width: 16px;
    height: 16px;
    margin-left: 5px;
  }
}
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-link a:hover,
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-link a:active,
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-link a:focus,
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-link a:focus-visible {
  outline: none;
}
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-link a:hover::after,
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-link a:active::after,
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-link a:focus::after,
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-link a:focus-visible::after {
  background: url("/sites/all/themes/vesta_theme/image/arrow-right-light.svg") center center no-repeat;
  background-size: contain;
}
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-dynamic-token-fieldnode-go {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-dynamic-token-fieldnode-go a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
}
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser:hover,
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser:active,
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser:focus,
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser:focus-visible {
  outline: none;
}
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser:hover .field--name-node-link a,
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser:active .field--name-node-link a,
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser:focus .field--name-node-link a,
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser:focus-visible .field--name-node-link a {
  background-color: #A22511;
  color: #FFFCEB;
}
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser:hover .field--name-node-link a::after,
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser:active .field--name-node-link a::after,
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser:focus .field--name-node-link a::after,
main#main .view-photogallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser:focus-visible .field--name-node-link a::after {
  background: url("/sites/all/themes/vesta_theme/image/arrow-right-light.svg") center center no-repeat;
  background-size: contain;
}
main#main div#map-block {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  main#main div#map-block {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  main#main div#map-block .mapContainer {
    height: 400px !important;
  }
}
@media screen and (max-width: 767px) {
  main#main div#map-block .mapContainer {
    height: 300px !important;
  }
}
main#main div#fos-block {
  position: relative;
  z-index: 1;
  margin-top: -120px;
}
@media screen and (max-width: 991px) {
  main#main div#fos-block {
    margin-top: -60px;
  }
}
@media screen and (max-width: 575px) {
  main#main div#fos-block {
    margin-top: 0;
  }
}
main#main div#fos-block::before {
  position: absolute;
  bottom: -227px;
  right: calc(100% - 432px);
  width: 562px;
  height: 635px;
  background: url("/sites/all/themes/vesta_theme/image/decoration/ear.webp") center no-repeat;
  background-size: contain;
  content: '';
}
@media screen and (max-width: 1199px) {
  main#main div#fos-block::before {
    width: 462px;
    height: 535px;
  }
}
@media screen and (max-width: 575px) {
  main#main div#fos-block::before {
    display: none;
  }
}
main#main div#fos-block::after {
  position: absolute;
  bottom: -227px;
  left: calc(100% - 432px);
  width: 661px;
  height: 730px;
  background: url("/sites/all/themes/vesta_theme/image/decoration/ear-2.webp") center no-repeat;
  background-size: contain;
  content: '';
}
@media screen and (max-width: 1199px) {
  main#main div#fos-block::after {
    width: 561px;
    height: 630px;
    left: calc(100% - 267px);
  }
}
@media screen and (max-width: 575px) {
  main#main div#fos-block::after {
    width: 361px;
    height: 430px;
    bottom: -100px;
  }
}
main#main div#fos-block .row-fos {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background-color: #FFFCEB;
}
@media screen and (max-width: 767px) {
  main#main div#fos-block .row-fos {
    border-radius: 20px;
  }
}
@media screen and (max-width: 575px) {
  main#main div#fos-block .row-fos {
    border-radius: 0;
  }
}
main#main div#fos-block .block-block-content {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  main#main div#fos-block .block-block-content {
    margin-bottom: 20px;
  }
}
main#main div#fos-block .block-block-content .block-title {
  margin-bottom: 16px;
}
main#main div#fos-block .block-block-content .field--name-body {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  main#main div#fos-block .block-block-content .field--name-body {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  main#main div#fos-block .block-block-content .field--name-body {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#fos-block .block-block-content .field--name-body {
    font-size: 16px;
  }
}
main#main div#fos-block .fos-container {
  max-width: 555px;
  padding: 50px;
  border-radius: 30px;
  background-color: #EFDB9E;
}
@media screen and (max-width: 991px) {
  main#main div#fos-block .fos-container {
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  main#main div#fos-block .fos-container {
    padding: 30px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 575px) {
  main#main div#fos-block .fos-container {
    border-radius: 0;
  }
}
main#main div#fos-block .fos-container form .form-item {
  margin-bottom: 28px;
}
@media screen and (max-width: 1199px) {
  main#main div#fos-block .fos-container form .form-item {
    margin-bottom: 16px;
  }
}
main#main div#fos-block .fos-container form .form-item-phone {
  margin-bottom: 14px;
}
main#main div#fos-block .contacts-container {
  height: auto;
  padding: 50px 60px;
  padding-left: 120px;
  background-color: #FFFCEB;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  main#main div#fos-block .contacts-container {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#fos-block .contacts-container {
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  main#main div#fos-block .contacts-container {
    padding-bottom: 0;
  }
}
main#main div#fos-block .contacts-container .contacts {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
main#main div#fos-block .contacts-container .contacts li {
  margin-bottom: 30px;
}
main#main div#fos-block .contacts-container .contacts li.contacts__item--address {
  display: none;
}
main#main div#fos-block .contacts-container .contacts li.contacts__item--address_2 {
  display: block;
  width: 230px;
  max-width: 100%;
}
main#main div#fos-block .contacts-container .contacts li.contacts__item--work_hours {
  order: 1;
}
main#main div#fos-block .contacts-container .contacts li .contacts__subtitle {
  display: block;
}
main#main div#fos-block .contacts-container .contacts li .contacts__detail {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  main#main div#fos-block .contacts-container .contacts li .contacts__detail {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#fos-block .contacts-container .contacts li .contacts__detail {
    font-size: 14px;
  }
}
main#main div#fos-block .contacts-container .contacts li .contacts__detail svg {
  display: none;
}
main#main div#fos-block .contacts-container .contacts li .contacts__detail.contacts__link {
  color: #58461D;
}
main#main div#fos-block .contacts-container .contacts li .contacts__detail.contacts__link:hover,
main#main div#fos-block .contacts-container .contacts li .contacts__detail.contacts__link:active,
main#main div#fos-block .contacts-container .contacts li .contacts__detail.contacts__link:focus,
main#main div#fos-block .contacts-container .contacts li .contacts__detail.contacts__link:focus-visible {
  color: #352206;
  outline: none;
}
footer#footer {
  position: relative;
  z-index: 1;
  padding: 60px 0 30px;
  background-color: #333333;
  color: #FFFCEB;
}
@media screen and (max-width: 767px) {
  footer#footer {
    padding: 35px 0 20px;
  }
}
footer#footer a:not(.contextual a) {
  color: #FFFCEB;
}
footer#footer a:not(.contextual a):hover,
footer#footer a:not(.contextual a):active,
footer#footer a:not(.contextual a):focus,
footer#footer a:not(.contextual a):focus-visible {
  opacity: 0.75;
  outline: none;
}
footer#footer .footer__container {
  margin-bottom: 97px;
  justify-content: space-between;
  gap: 20px 0;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__container {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container {
    margin-bottom: 20px;
  }
}
footer#footer .footer__container .col-logo {
  order: -10;
}
footer#footer .footer__container .col-logo .logo {
  width: 270px;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  footer#footer .footer__container .col-logo .logo {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .col-logo .logo {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  footer#footer .footer__container .col-logo .logo {
    max-width: 200px;
  }
}
footer#footer .footer__container .col-logo #block-vesta-theme-footer-text {
  margin-bottom: 25px;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__container .col-logo #block-vesta-theme-footer-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .col-logo #block-vesta-theme-footer-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  footer#footer .footer__container .col-logo #block-vesta-theme-footer-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .col-logo #block-vesta-theme-footer-text {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 575px) {
  footer#footer .footer__container .col-logo #block-vesta-theme-footer-text {
    width: 193px;
    max-width: 100%;
  }
}
footer#footer .footer__container .col-logo .messengers li a svg path {
  fill: #ADACA1;
}
footer#footer .footer__container .col-logo .messengers li.messengers__item--wa a svg path:last-child {
  fill: #333333;
}
footer#footer .footer__container .col-contacts {
  padding-top: 50px;
}
@media screen and (max-width: 991px) {
  footer#footer .footer__container .col-contacts {
    padding-top: 15px;
  }
}
@media screen and (max-width: 342px) {
  footer#footer .footer__container .col-contacts {
    width: 100%;
  }
}
footer#footer .footer__container .col-contacts .contacts li {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .col-contacts .contacts li {
    margin-bottom: 8px;
  }
}
footer#footer .footer__container .col-contacts .contacts li .contacts__detail {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__container .col-contacts .contacts li .contacts__detail {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .col-contacts .contacts li .contacts__detail {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  footer#footer .footer__container .col-contacts .contacts li .contacts__detail {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .col-contacts .contacts li .contacts__detail {
    font-size: 12px;
  }
}
footer#footer .footer__container .col-contacts .contacts li .contacts__detail svg {
  margin-right: 8px;
}
@media screen and (max-width: 991px) {
  footer#footer .footer__container .col-contacts .contacts li .contacts__detail svg {
    width: 18px;
    height: 18px;
  }
}
footer#footer .footer__container .col-contacts .contacts li .contacts__detail svg.contact-regular {
  display: none;
}
footer#footer .footer__container .col-contacts .contacts li .contacts__detail svg.contact-footer {
  display: block;
}
footer#footer .footer__container .col-nav {
  padding-top: 50px;
}
@media screen and (max-width: 991px) {
  footer#footer .footer__container .col-nav {
    padding-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  footer#footer .footer__container .col-nav {
    order: -1;
  }
}
@media screen and (max-width: 342px) {
  footer#footer .footer__container .col-nav {
    width: 100%;
  }
}
footer#footer .footer__container .col-nav .nav {
  flex-direction: column;
  margin-top: -6px;
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .col-nav .nav {
    margin-top: -4px;
  }
}
footer#footer .footer__container .col-nav .nav .nav-item {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .col-nav .nav .nav-item {
    margin-bottom: 0;
  }
}
footer#footer .footer__container .col-nav .nav .nav-item .nav-link {
  padding: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__container .col-nav .nav .nav-item .nav-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .col-nav .nav .nav-item .nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  footer#footer .footer__container .col-nav .nav .nav-item .nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .col-nav .nav .nav-item .nav-link {
    padding: 4px;
    font-size: 12px;
  }
}
footer#footer .footer__container .col-nav .nav .nav-item .nav-link.dropdown-toggle::after {
  display: none;
}
footer#footer .row-oferta {
  display: flex;
  justify-content: end;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  footer#footer .row-oferta {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 475px) {
  footer#footer .row-oferta {
    justify-content: start;
  }
}
footer#footer .row-oferta a:not(.contextual a) {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #999999;
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  footer#footer .row-oferta a:not(.contextual a) {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .row-oferta a:not(.contextual a) {
    font-size: 13px;
  }
}
footer#footer .row-copyright {
  gap: 15px 0;
  padding-top: 24px;
  border-top: 1px solid #6B6A6A;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #999999;
}
@media screen and (max-width: 1199px) {
  footer#footer .row-copyright {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .row-copyright {
    font-size: 13px;
  }
}
footer#footer .row-copyright a:not(.contextual a) {
  color: #999999;
  text-decoration: underline;
}
#scrollToTop {
  width: 40px;
  height: 40px;
  background: none;
  border-radius: 4px;
  text-indent: 0;
  font-size: 0;
  border: 0px;
  outline: 0px;
  display: flex;
  bottom: 120px;
  cursor: pointer;
  position: fixed;
  right: 75px;
  z-index: 10;
  transition: 0.2s;
  padding: 0;
}
#scrollToTop:hover,
#scrollToTop:active,
#scrollToTop:focus,
#scrollToTop:focus-visible {
  opacity: 0.75;
  outline: none;
}
@media screen and (max-width: 1199px) {
  #scrollToTop {
    width: 35px;
    height: 35px;
    right: 35px;
    bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  #scrollToTop {
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 30px;
  }
}
.modal,
.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.75);
  opacity: 1;
}
.modal-content,
.ui-widget-content {
  padding: 10px;
  border-radius: 20px;
  background: #EFDB9E;
  border: 1px solid #EFDB9E !important;
  font-family: 'Inter', sans-serif;
}
@media screen and (max-width: 767px) {
  .modal-content,
  .ui-widget-content {
    padding: 7px;
    border-radius: 15px;
  }
}
.modal-content .modal-header,
.ui-widget-content .modal-header,
.modal-content .ui-widget-header,
.ui-widget-content .ui-widget-header {
  display: flex;
  border: none;
  background: transparent;
}
.modal-content .modal-header .btn-close,
.ui-widget-content .modal-header .btn-close,
.modal-content .ui-widget-header .btn-close,
.ui-widget-content .ui-widget-header .btn-close,
.modal-content .modal-header .ui-dialog-titlebar-close,
.ui-widget-content .modal-header .ui-dialog-titlebar-close,
.modal-content .ui-widget-header .ui-dialog-titlebar-close,
.ui-widget-content .ui-widget-header .ui-dialog-titlebar-close {
  position: relative;
  margin: 0;
  margin-left: auto;
  border: none;
  background-color: transparent;
}
.modal-content .modal-header .btn-close:focus,
.ui-widget-content .modal-header .btn-close:focus,
.modal-content .ui-widget-header .btn-close:focus,
.ui-widget-content .ui-widget-header .btn-close:focus,
.modal-content .modal-header .ui-dialog-titlebar-close:focus,
.ui-widget-content .modal-header .ui-dialog-titlebar-close:focus,
.modal-content .ui-widget-header .ui-dialog-titlebar-close:focus,
.ui-widget-content .ui-widget-header .ui-dialog-titlebar-close:focus,
.modal-content .modal-header .btn-close:focus-visible,
.ui-widget-content .modal-header .btn-close:focus-visible,
.modal-content .ui-widget-header .btn-close:focus-visible,
.ui-widget-content .ui-widget-header .btn-close:focus-visible,
.modal-content .modal-header .ui-dialog-titlebar-close:focus-visible,
.ui-widget-content .modal-header .ui-dialog-titlebar-close:focus-visible,
.modal-content .ui-widget-header .ui-dialog-titlebar-close:focus-visible,
.ui-widget-content .ui-widget-header .ui-dialog-titlebar-close:focus-visible {
  outline: none;
  box-shadow: 0 0 2px 2px rgba(53, 34, 6, 0.3);
}
.modal-content .modal-header .btn-close::before,
.ui-widget-content .modal-header .btn-close::before,
.modal-content .ui-widget-header .btn-close::before,
.ui-widget-content .ui-widget-header .btn-close::before,
.modal-content .modal-header .ui-dialog-titlebar-close::before,
.ui-widget-content .modal-header .ui-dialog-titlebar-close::before,
.modal-content .ui-widget-header .ui-dialog-titlebar-close::before,
.ui-widget-content .ui-widget-header .ui-dialog-titlebar-close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  height: 65%;
  background: url("/sites/all/themes/vesta_theme/image/close-blck.svg") center no-repeat;
  background-size: contain;
  content: '';
}
.modal-content .ui-dialog-content a:focus-visible,
.ui-widget-content .ui-dialog-content a:focus-visible {
  outline: none;
}
.modal-content .modal-footer,
.ui-widget-content .modal-footer,
.modal-content .ui-dialog-buttonpane,
.ui-widget-content .ui-dialog-buttonpane {
  border: none;
  display: flex;
  justify-content: center;
}
.modal-content .form-actions,
.ui-widget-content .form-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.modal-content .form-actions button,
.ui-widget-content .form-actions button {
  padding: 16px;
}
@media screen and (max-width: 991px) {
  .modal-content .form-actions button,
  .ui-widget-content .form-actions button {
    padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  .modal-content .form-actions button,
  .ui-widget-content .form-actions button {
    padding: 10px;
  }
}
.modal-content .form-actions .button--secondary,
.ui-widget-content .form-actions .button--secondary {
  background-color: transparent;
}
.modal-content .form-actions .button--secondary:hover,
.ui-widget-content .form-actions .button--secondary:hover,
.modal-content .form-actions .button--secondary:active,
.ui-widget-content .form-actions .button--secondary:active,
.modal-content .form-actions .button--secondary:focus,
.ui-widget-content .form-actions .button--secondary:focus,
.modal-content .form-actions .button--secondary:focus-visible,
.ui-widget-content .form-actions .button--secondary:focus-visible {
  background-color: #A22511;
  color: #FFFCEB;
  outline: none;
}
body.not-front main#main {
  padding-top: 20px;
}
body.not-front main#main .region-content {
  margin-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  body.not-front main#main .region-content {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.not-front main#main .region-content {
    margin-bottom: 40px;
  }
}
body.not-front.body-node--800 main#main .region-content {
  margin-bottom: 0;
}
body.not-front.body-node--800 main#main #block-vesta-theme-bloknastranicekontakty .field--name-body {
  margin-bottom: 100px;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  body.not-front.body-node--800 main#main #block-vesta-theme-bloknastranicekontakty .field--name-body {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.not-front.body-node--800 main#main #block-vesta-theme-bloknastranicekontakty .field--name-body {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1199px) {
  body.not-front.body-node--800 main#main #block-vesta-theme-bloknastranicekontakty .field--name-body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.not-front.body-node--800 main#main #block-vesta-theme-bloknastranicekontakty .field--name-body {
    font-size: 14px;
  }
}
body.not-front.body-node--800 main#main div#fos-block {
  margin-top: 0;
  margin-bottom: -120px;
}
@media screen and (max-width: 991px) {
  body.not-front.body-node--800 main#main div#fos-block {
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 575px) {
  body.not-front.body-node--800 main#main div#fos-block {
    margin-bottom: 0;
  }
}
body.not-front.body-node--800 main#main div#fos-block::before,
body.not-front.body-node--800 main#main div#fos-block::after {
  display: none;
}
body.not-front.body-node--800 main#main div#fos-block .row-fos {
  border: 1px solid #F2EDD0;
  background-color: #FAF6DE;
}
body.not-front.body-node--800 main#main div#fos-block .row-fos .contacts-container {
  order: -1;
  background-color: #FAF6DE;
}
body.not-front.body-node--800 main#main div#fos-block .row-fos .contacts-container .block-title {
  display: none;
}
.view-tovary .view-content {
  gap: 30px 0;
  margin: 0 -15px;
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content {
    gap: 20px 0;
    margin: 0 -10px;
  }
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content {
    gap: 10px 0;
    margin: 0 -5px;
  }
}
.view-tovary .view-content .views-row {
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content .views-row {
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content .views-row {
    padding: 0 5px;
  }
}
@media screen and (max-width: 319px) {
  .view-tovary .view-content .views-row {
    width: 100%;
  }
}
.view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  border-radius: 30px;
  border: 1px solid #F2EDD0;
  background-color: #FAF6DE;
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser {
    border-radius: 20px;
  }
}
.view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container {
  width: 100%;
  align-self: flex-start;
}
.view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-field-image-product-view {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-field-image-product-view {
    margin-bottom: 10px;
  }
}
.view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-field-image-product-view .field__item {
  width: 100%;
  height: 100%;
}
.view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-field-image-product-view .field__item a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-field-image-product-view .field__item a {
    border-radius: 20px;
  }
}
.view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-field-image-product-view .field__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-field-image-product-view .field__item img:hover,
.view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-field-image-product-view .field__item img:active,
.view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-field-image-product-view .field__item img:focus,
.view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-field-image-product-view .field__item img:focus-visible {
  transform: scale(1.1);
  outline: none;
}
.view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-title {
  margin-bottom: 15px;
  padding: 0 20px;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  .view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-title {
    padding: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-title {
    font-size: 14px;
  }
}
.view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container {
  width: 100%;
  align-self: flex-end;
  padding: 20px;
  padding-top: 0;
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container {
    padding: 8px;
    padding-top: 0;
  }
}
.view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-price {
  margin-bottom: 15px;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  font-weight: 600;
  color: #A22511;
}
@media screen and (max-width: 1199px) {
  .view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-price {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-price {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-price {
    margin-bottom: 10px;
  }
}
.view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-variations .commerce-order-item-add-to-cart-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-variations .commerce-order-item-add-to-cart-form .field--name-purchased-entity,
.view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-variations .commerce-order-item-add-to-cart-form .add-to-cart-message {
  display: none;
}
.view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-variations .commerce-order-item-add-to-cart-form .field--name-quantity {
  margin-right: 15px;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-variations .commerce-order-item-add-to-cart-form .field--name-quantity {
    margin-right: 5px;
  }
}
.view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-variations .commerce-order-item-add-to-cart-form .field--name-quantity .btn-minus,
.view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-variations .commerce-order-item-add-to-cart-form .field--name-quantity .btn-plus {
  padding: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-variations .commerce-order-item-add-to-cart-form .field--name-quantity .btn-minus,
  .view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-variations .commerce-order-item-add-to-cart-form .field--name-quantity .btn-plus {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-variations .commerce-order-item-add-to-cart-form .field--name-quantity .btn-minus,
  .view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-variations .commerce-order-item-add-to-cart-form .field--name-quantity .btn-plus {
    padding: 0 5px;
    font-size: 24px;
  }
}
.view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-variations .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number {
  margin-bottom: 0;
}
.view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-variations .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number label {
  display: none;
}
.view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-variations .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .form-number {
  width: 60px;
  border: none;
  padding: 10px;
  background-color: transparent;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 1199px) {
  .view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-variations .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .form-number {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-variations .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .form-number {
    width: 40px;
    padding: 2px;
    font-size: 13px;
  }
}
.view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-variations .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .form-number:focus,
.view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-variations .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .form-number:focus-visible {
  outline: none;
  box-shadow: 0 0 2px 2px rgba(53, 34, 6, 0.3);
}
.view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-variations .commerce-order-item-add-to-cart-form .form-actions {
  display: flex;
  align-items: end;
}
.view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-variations .commerce-order-item-add-to-cart-form .form-actions .btn {
  position: relative;
  padding: 16px 32px;
}
@media screen and (max-width: 1199px) {
  .view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-variations .commerce-order-item-add-to-cart-form .form-actions .btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-variations .commerce-order-item-add-to-cart-form .form-actions .btn {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .view-tovary .view-content .views-row .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-variations .commerce-order-item-add-to-cart-form .form-actions .btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    height: 65%;
    background: url("/sites/all/themes/vesta_theme/image/bag-wht.svg") center center no-repeat;
    background-size: contain;
    content: '';
  }
}
.commerce-order-item-add-to-cart-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.commerce-order-item-add-to-cart-form .field--name-purchased-entity,
.commerce-order-item-add-to-cart-form .add-to-cart-message {
  display: none;
}
.commerce-order-item-add-to-cart-form .field--name-quantity {
  margin-right: 15px;
  display: flex;
  align-items: end;
}
.commerce-order-item-add-to-cart-form .field--name-quantity .btn-minus,
.commerce-order-item-add-to-cart-form .field--name-quantity .btn-plus {
  padding: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .commerce-order-item-add-to-cart-form .field--name-quantity .btn-minus,
  .commerce-order-item-add-to-cart-form .field--name-quantity .btn-plus {
    padding: 5px 10px;
    font-size: 28px;
  }
}
.commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number {
  margin-bottom: 0;
}
.commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number label {
  display: none;
}
.commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .form-number {
  width: 60px;
  border: none;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .form-number {
    width: 50px;
    padding: 2px;
  }
}
.commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .form-number:focus,
.commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .form-number:focus-visible {
  outline: none;
  box-shadow: 0 0 2px 2px rgba(53, 34, 6, 0.3);
}
.commerce-order-item-add-to-cart-form .form-actions {
  display: flex;
  align-items: end;
}
.commerce-order-item-add-to-cart-form .form-actions .btn {
  position: relative;
  box-shadow: none;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full {
    margin-top: 5px;
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .product-h1 {
  font-size: 52px;
}
@media screen and (max-width: 1199px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .product-h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .product-h1 {
    font-size: 33px;
  }
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .product-h1 {
    margin-bottom: 25px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-left {
    width: 75%;
    margin: auto;
  }
}
@media screen and (max-width: 375px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-left {
    width: 100%;
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-left .field--name-field-image-product-view {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFCEB;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-left .field--name-field-image-product-view .slick-track {
  display: flex;
  align-items: center;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-left .field--name-field-image-product-view .field__item {
  height: auto;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-left .field--name-field-image-product-view .field__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-left .field--name-field-image-product-view .field__item a img {
  object-fit: contain;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-right {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-right {
    padding-top: 20px;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-right .product-h1 {
  width: 100%;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-right .product-h1 {
    margin-bottom: 25px;
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-right .field--name-price {
  width: 100%;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 26px;
  color: #A22511;
}
@media screen and (max-width: 1199px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-right .field--name-price {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-right .field--name-price {
    margin-bottom: 25px;
    font-size: 18px;
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-right .commerce-order-item-add-to-cart-form {
  width: 100%;
  justify-content: start;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-footer {
  margin-top: 30px;
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-footer {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-footer {
    margin-top: 20px;
    font-size: 14px;
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-footer .field {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-footer .field {
    margin-bottom: 15px;
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-footer .field .field__label {
  margin-bottom: 15px;
  font-family: 'Ysabeau Infant', 'Inter', sans-serif;
  color: #352206;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-footer .field .field__label {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-footer .field .field__label {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-footer .field .field__label {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-footer .field .field__label {
    margin-bottom: 10px;
  }
}
.table {
  --bs-table-striped-bg: #FFFCEB;
  --bs-table-border-color: #EFDB9E;
  --bs-table-bg: #FFFCEB;
}
.table tr td {
  vertical-align: middle;
}
.cart-form .views-field-field-image-product-view a {
  display: block;
  width: 100px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cart-form .views-field-field-image-product-view a {
    width: 60px;
    height: 40px;
    border-radius: 5px;
  }
}
.cart-form .views-field-field-image-product-view a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.cart-form .views-field-field-image-product-view a img:hover,
.cart-form .views-field-field-image-product-view a img:active,
.cart-form .views-field-field-image-product-view a img:focus,
.cart-form .views-field-field-image-product-view a img:focus-visible {
  transform: scale(1.1);
  outline: none;
}
.cart-form .views-field-edit-quantity .form-item {
  margin-bottom: 0;
}
.cart-form .views-field-edit-quantity .form-item .form-number {
  padding: 10px;
  border: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cart-form .views-field-edit-quantity .form-item .form-number {
    padding: 7px;
  }
}
.cart-form .views-field-edit-quantity .form-item .form-number:focus,
.cart-form .views-field-edit-quantity .form-item .form-number:focus-visible {
  outline: none;
  box-shadow: 0 0 2px 2px rgba(53, 34, 6, 0.3);
}
.cart-form .views-field-remove-button .btn {
  position: relative;
  width: 40px;
  height: 40px;
  margin: auto;
  padding: 0;
  border-radius: 50%;
  box-shadow: none;
  font-size: 0;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .cart-form .views-field-remove-button .btn {
    width: 30px;
    height: 30px;
  }
}
.cart-form .views-field-remove-button .btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  background: url("/sites/all/themes/vesta_theme/image/delete-wht.svg") center center no-repeat;
  background-size: contain;
  content: '';
  transition: all 0.4s ease;
}
.cart-form .views-field-remove-button .btn:hover,
.cart-form .views-field-remove-button .btn:active,
.cart-form .views-field-remove-button .btn:focus,
.cart-form .views-field-remove-button .btn:focus-visible {
  outline: none;
}
.cart-form .views-field-remove-button .btn:hover::before,
.cart-form .views-field-remove-button .btn:active::before,
.cart-form .views-field-remove-button .btn:focus::before,
.cart-form .views-field-remove-button .btn:focus-visible::before {
  background: url("/sites/all/themes/vesta_theme/image/delete 1.svg") center center no-repeat;
  background-size: contain;
}
.cart-form .field--name-total-price .order-total-line__subtotal {
  display: none;
}
.cart-form .form-actions {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .cart-form .form-actions {
    margin-top: 20px;
  }
}
.layout-checkout-form h3 {
  font-family: 'Ysabeau Infant', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #352206;
  text-transform: uppercase;
  text-align: center;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .layout-checkout-form h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .layout-checkout-form h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .layout-checkout-form h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .layout-region-checkout-main {
    padding-bottom: 20px;
  }
}
.layout-checkout-form .layout-region-checkout-main legend {
  font-family: 'Ysabeau Infant', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #352206;
  text-transform: uppercase;
  text-align: center;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .layout-checkout-form .layout-region-checkout-main legend {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .layout-checkout-form .layout-region-checkout-main legend {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .layout-region-checkout-main legend {
    font-size: 16px;
  }
}
.layout-checkout-form .layout-region-checkout-main legend .checkout-review-edit-link {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .layout-checkout-form .layout-region-checkout-main legend .checkout-review-edit-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .layout-region-checkout-main legend .checkout-review-edit-link {
    font-size: 13px;
  }
}
.layout-checkout-form .layout-region-checkout-main legend .checkout-review-edit-link a {
  text-decoration: underline;
  text-transform: none;
}
.layout-checkout-form .layout-region-checkout-main > fieldset {
  margin-bottom: 0;
}
.layout-checkout-form .layout-region-checkout-main label {
  font-weight: 600;
  margin-bottom: 5px;
  padding-left: 15px;
}
.layout-checkout-form .layout-region-checkout-main .field--type-address > fieldset legend {
  display: none;
}
.layout-checkout-form .layout-region-checkout-main #edit-review-contact-information {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .layout-region-checkout-main #edit-review-contact-information {
    margin-bottom: 15px;
  }
}
.layout-checkout-form .layout-region-checkout-main #edit-review-contact-information .fieldset-wrapper {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  .layout-checkout-form .layout-region-checkout-main #edit-review-contact-information .fieldset-wrapper {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .layout-checkout-form .layout-region-checkout-main #edit-review-contact-information .fieldset-wrapper {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .layout-region-checkout-main #edit-review-contact-information .fieldset-wrapper {
    font-size: 16px;
  }
}
.layout-checkout-form .layout-region-checkout-main fieldset .field--type-string {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .layout-region-checkout-main fieldset .field--type-string {
    margin-bottom: 7px;
  }
}
.layout-checkout-form .layout-region-checkout-main fieldset .field__label {
  font-weight: 600;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .layout-region-checkout-main fieldset .field__label {
    margin-bottom: 2px;
  }
}
.layout-checkout-form .layout-region-checkout-main fieldset .field__item {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  .layout-checkout-form .layout-region-checkout-main fieldset .field__item {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .layout-checkout-form .layout-region-checkout-main fieldset .field__item {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .layout-region-checkout-main fieldset .field__item {
    font-size: 16px;
  }
}
.layout-checkout-form .layout-region-checkout-secondary .order-total-line__subtotal {
  display: none;
}
.layout-checkout-form .layout-region-checkout-footer {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .layout-region-checkout-footer {
    margin-top: 20px;
  }
}
.layout-checkout-form .layout-region-checkout-footer .form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .layout-region-checkout-footer .form-actions {
    gap: 15px;
  }
}
.layout-checkout-form .layout-region-checkout-footer .form-actions .link--previous {
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  .layout-checkout-form .layout-region-checkout-footer .form-actions .link--previous {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .layout-region-checkout-footer .form-actions .link--previous {
    font-size: 13px;
  }
}
.layout-checkout-form .checkout-complete {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  .layout-checkout-form .checkout-complete {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .layout-checkout-form .checkout-complete {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .checkout-complete {
    font-size: 16px;
  }
}
