@font-face {
  font-family: 'Nunito';
  src: url('/sites/all/themes/vesta_theme/font/Nunito/Nunito-VariableFont_wght.woff2') format('woff2'), url('/sites/all/themes/vesta_theme/font/Nunito/Nunito-VariableFont_wght.woff') format('woff'), url('/sites/all/themes/vesta_theme/font/Nunito/Nunito-VariableFont_wght.ttf') format('ttf');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shantell Sans';
  src: url('/sites/all/themes/vesta_theme/font/Shantell Sans/ShantellSans-VariableFont_BNCE,INFM,SPAC,wght.woff2') format('woff2'), url('/sites/all/themes/vesta_theme/font/Shantell Sans/ShantellSans-VariableFont_BNCE,INFM,SPAC,wght.woff') format('woff'), url('/sites/all/themes/vesta_theme/font/Shantell Sans/ShantellSans-VariableFont_BNCE,INFM,SPAC,wght.ttf') format('ttf');
  font-style: normal;
  font-display: swap;
}
.absolute-100 {
  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: 90px;
}
@media screen and (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 60px;
  }
}
.content-bottom {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .content-bottom {
    margin-bottom: 20px;
  }
}
.brightness {
  filter: brightness(1.2);
}
.img-100 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-auto {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.a-100 {
  display: block;
  width: 100%;
  height: 100%;
}
.h3-l {
  font-family: 'Shantell Sans', 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 115%;
  letter-spacing: -0.01em;
  color: #5E3016;
}
@media screen and (max-width: 1199px) {
  .h3-l {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .h3-l {
    font-size: 20px;
  }
}
.h3 {
  font-family: 'Shantell Sans', 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: -0.01em;
  color: #5E3016;
}
@media screen and (max-width: 1199px) {
  .h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .h3 {
    font-size: 14px;
  }
}
.h4 {
  font-family: 'Shantell Sans', 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  letter-spacing: -0.01em;
  color: #5E3016;
}
@media screen and (max-width: 1199px) {
  .h4 {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .h4 {
    font-size: 12px;
  }
}
.text-m {
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1199px) {
  .text-m {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .text-m {
    font-size: 14px;
  }
}
.text {
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1199px) {
  .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .text {
    font-size: 13px;
  }
}
.text-s {
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1199px) {
  .text-s {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .text-s {
    font-size: 12px;
  }
}
.button {
  display: block;
  width: fit-content;
  max-width: 450px;
  padding: 11px 18px;
  border-radius: 25px;
  border: 1px solid;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .button {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 13px;
  }
}
.button-primary {
  display: block;
  width: fit-content;
  max-width: 450px;
  padding: 11px 18px;
  border-radius: 25px;
  border: 1px solid;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  background-color: #93B230;
  border-color: #93B230;
  color: #FEFBF9;
}
@media screen and (max-width: 1199px) {
  .button-primary {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .button-primary {
    font-size: 13px;
  }
}
.button-primary:hover,
.button-primary:active,
.button-primary:focus,
.button-primary:focus-visible {
  background-color: #829A33;
  border-color: #829A33;
  color: #FEFBF9;
  outline: none;
}
.button-primary:focus-visible {
  box-shadow: 0 0 4px 4px rgba(147, 178, 48, 0.5);
}
.button-primary:disabled {
  opacity: 0.75;
}
.button-default {
  display: block;
  width: fit-content;
  max-width: 450px;
  padding: 11px 18px;
  border-radius: 25px;
  border: 1px solid;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  background-color: transparent;
  border-color: #93B230;
  color: #93B230;
}
@media screen and (max-width: 1199px) {
  .button-default {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .button-default {
    font-size: 13px;
  }
}
.button-default:hover,
.button-default:active,
.button-default:focus,
.button-default:focus-visible {
  background-color: #829A33;
  border-color: #829A33;
  color: #FEFBF9;
  outline: none;
}
.button-default:focus-visible {
  box-shadow: 0 0 4px 4px rgba(147, 178, 48, 0.5);
}
.button-default:disabled {
  opacity: 0.75;
}
.link-arrow {
  display: flex;
  align-items: center;
}
.link-arrow::after {
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background: url("/sites/all/themes/vesta_theme/image/chevron-white.svg") center center no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
  content: '';
}
.tr {
  transition: all 0.4s ease;
}
img:not(.image-style-gallery, .pswp__img) {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.field[data-blazy] {
  min-width: initial;
}
table img {
  max-width: initial;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
a {
  color: #5E3016;
  text-decoration: none;
  transition: all 0.4s ease;
}
a:hover,
a:active,
a:focus,
a:focus-visible {
  color: #915D3F;
  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 {
  height: 100%;
  margin: 0;
  padding-top: 0 !important;
  background-color: #FEFBF9;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #1E1008;
}
@media screen and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}
#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.toolbar-fixed #page {
  margin-top: var(--drupal-displace-offset-top);
}
@media screen and (max-width: 991px) {
  #page {
    padding-top: 78px;
  }
}
.ajax-progress {
  display: none;
}
.page-block {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .page-block {
    margin-bottom: 60px;
  }
}
h1 {
  margin-bottom: 48px;
  font-family: 'Shantell Sans', 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 46px;
  line-height: 115%;
  letter-spacing: -0.01em;
  color: #5E3016;
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
h1.front-h1 {
  font-size: 56px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  h1.front-h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  h1.front-h1 {
    font-size: 28px;
  }
}
h2,
#main .block-title {
  margin-bottom: 48px;
  font-family: 'Shantell Sans', 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 46px;
  line-height: 115%;
  letter-spacing: -0.01em;
  color: #5E3016;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  h2,
  #main .block-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  h2,
  #main .block-title {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
h3 {
  font-family: 'Shantell Sans', 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: -0.01em;
  color: #5E3016;
}
@media screen and (max-width: 1199px) {
  h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 14px;
  }
}
.logo a:hover,
.logo a:active,
.logo a:focus,
.logo a:focus-visible {
  filter: brightness(1.2);
  outline: none;
}
.custom-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.custom-list li {
  margin: 0;
  padding: 0;
}
.contacts li:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .contacts li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.contacts .contacts__detail {
  display: flex;
  align-items: center;
}
.contacts .contacts__detail .contacts__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #FAF1E8;
}
@media screen and (max-width: 767px) {
  .contacts .contacts__detail .contacts__icon {
    width: 30px;
    height: 30px;
  }
}
.contacts .contacts__detail .contacts__icon svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .contacts .contacts__detail .contacts__icon svg {
    width: 18px;
    height: 18px;
  }
}
.messengers {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .messengers {
    gap: 8px;
  }
}
.messengers li .messengers__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FAF1E8;
}
.messengers li .messengers__link svg {
  width: 24px;
  height: 24px;
}
.messengers li .messengers__link svg path {
  transition: all 0.4s ease;
}
.messengers li .messengers__link:hover,
.messengers li .messengers__link:active,
.messengers li .messengers__link:focus,
.messengers li .messengers__link:focus-visible {
  background-color: #829A33;
  outline: none;
}
.messengers li .messengers__link:hover svg path,
.messengers li .messengers__link:active svg path,
.messengers li .messengers__link:focus svg path,
.messengers li .messengers__link:focus-visible svg path {
  fill: #FAF1E8;
}
.user .user-icons {
  gap: 16px;
}
.user .user-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #93B230;
}
.user .user-icon:hover,
.user .user-icon:active,
.user .user-icon:focus,
.user .user-icon:focus-visible {
  background-color: #829A33;
  outline: none;
}
@media screen and (max-width: 767px) {
  .user .user-icon {
    width: 30px;
    height: 30px;
  }
}
.user .user-icon svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .user .user-icon svg {
    width: 18px;
    height: 18px;
  }
}
.user .user-icon svg path {
  transition: all 0.4s ease;
}
.user .user-icon .user-text {
  margin-left: 4px;
  font-weight: 600;
  color: #FEFBF9;
}
@media screen and (max-width: 767px) {
  .user .user-icon .user-text {
    display: none !important;
  }
}
.user .user-icon.user--not-logged-in {
  width: 110px;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .user .user-icon.user--not-logged-in {
    width: 30px;
    height: 30px;
  }
}
.user .user-icon.user--logout {
  border: 1px solid #93B230;
  background-color: transparent;
}
.user .user-icon.user--logout:hover,
.user .user-icon.user--logout:active,
.user .user-icon.user--logout:focus,
.user .user-icon.user--logout:focus-visible {
  border-color: #829A33;
  background-color: #829A33;
  outline: none;
}
.user .user-icon.user--logout:hover svg path,
.user .user-icon.user--logout:active svg path,
.user .user-icon.user--logout:focus svg path,
.user .user-icon.user--logout:focus-visible svg path {
  fill: #FEFBF9;
}
.region-site-description {
  font-family: 'Shantell Sans', 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #5E3016;
}
@media screen and (max-width: 1199px) {
  .region-site-description {
    font-size: 14px;
  }
}
.nav .nav-item .nav-link {
  display: flex;
  width: fit-content;
  max-width: 350px;
  white-space: pre-wrap;
}
.nav .nav-item .dropdown-toggle::after {
  width: 16px;
  height: 16px;
  margin: 0;
  margin-left: 4px;
  border: none;
  flex-shrink: 0;
  background-image: url("/sites/all/themes/vesta_theme/image/chevron-down.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  transition: all 0.4s ease;
}
.nav .nav-item .dropdown-toggle:hover,
.nav .nav-item .dropdown-toggle:active,
.nav .nav-item .dropdown-toggle:focus,
.nav .nav-item .dropdown-toggle:focus-visible {
  outline: none;
}
.nav .nav-item .dropdown-toggle:hover::after,
.nav .nav-item .dropdown-toggle:active::after,
.nav .nav-item .dropdown-toggle:focus::after,
.nav .nav-item .dropdown-toggle:focus-visible::after {
  background-image: url("/sites/all/themes/vesta_theme/image/chevron-hover.svg");
}
.nav .nav-item .dropdown-menu {
  transition: all 0.4s ease;
}
.nav .nav-item .dropdown-menu .nav-item .dropdown-item {
  white-space: pre-wrap;
}
form .form-item {
  margin-bottom: 14px;
}
form .form-text {
  margin-top: 0;
}
form .form-control,
form .form-tel {
  padding: 8px 16px;
  border-radius: 25px;
  background-color: #FEFBF9;
  border: 1px solid #E0CABC;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #5E3016;
}
@media screen and (max-width: 1199px) {
  form .form-control,
  form .form-tel {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  form .form-control,
  form .form-tel {
    font-size: 13px;
  }
}
form .form-control::placeholder,
form .form-tel::placeholder {
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #5E3016;
}
@media screen and (max-width: 1199px) {
  form .form-control::placeholder,
  form .form-tel::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  form .form-control::placeholder,
  form .form-tel::placeholder {
    font-size: 13px;
  }
}
form .form-control:focus,
form .form-tel:focus {
  border-color: #829A33;
  box-shadow: 0 0 4px 4px rgba(147, 178, 48, 0.5);
}
form label {
  margin-bottom: 8px;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #5E3016;
}
@media screen and (max-width: 1199px) {
  form label {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  form label {
    font-size: 13px;
  }
}
form .form-type-checkbox {
  display: flex;
}
form .form-type-checkbox input[type=checkbox] {
  flex-shrink: 0;
  margin-right: 8px;
  appearance: none;
  position: relative;
  width: 18px;
  height: 18px;
  background: #FEFBF9;
  border-radius: 5px;
  border: 1.5px solid #93B230;
  transition: 500ms;
}
form .form-type-checkbox 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-blck.svg') center center no-repeat;
  background-size: contain;
  transition: 500ms;
}
form .form-type-checkbox input[type=checkbox]:checked::after {
  width: 70%;
  height: 70%;
  transition: 500ms;
}
form .form-type-checkbox .description {
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1199px) {
  form .form-type-checkbox .description {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  form .form-type-checkbox .description {
    font-size: 12px;
  }
}
form .form-type-checkbox .description a {
  position: relative;
  color: #1E1008;
  text-decoration: underline;
}
form .form-type-checkbox .description a:hover,
form .form-type-checkbox .description a:active,
form .form-type-checkbox .description a:focus,
form .form-type-checkbox .description a:focus-visible {
  color: #915D3F;
  outline: none;
}
form .error {
  border: 1px solid red !important;
  outline: 1px solid red !important;
}
form .webform-confirmation {
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: -0.01em;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  form .webform-confirmation {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  form .webform-confirmation {
    font-size: 14px;
  }
}
.webform-submission-callback-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 14px;
}
@media screen and (max-width: 575px) {
  .webform-submission-callback-form {
    grid-template-columns: 1fr;
  }
}
.webform-submission-callback-form > * {
  grid-column: 1 / -1;
}
.webform-submission-callback-form .form-item-phone,
.webform-submission-callback-form .form-item-email {
  grid-column: auto;
}
.webform-submission-callback-form .form-item-privacy {
  margin-bottom: 24px;
}
.webform-submission-callback-form .form-actions {
  display: flex;
  justify-content: center;
}
.webform-submission-callback-form .webform-confirmation__message {
  margin-bottom: 0;
}
.webform-submission-callback-form .alert,
.webform-submission-callback-form .form-item--error-message {
  display: none !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-item .form-control,
form.search-api-page-block-form-search .form-item .form-control {
  padding-right: 54px;
}
.search-api-page-block-form-search form .form-actions,
form.search-api-page-block-form-search .form-actions {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 50px;
  height: 95%;
  transform: translateY(-50%);
}
.search-api-page-block-form-search form .form-actions .btn,
form.search-api-page-block-form-search .form-actions .btn {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  border-radius: 25px;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  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%);
  width: 20px;
  height: 20px;
  background-image: url("/sites/all/themes/vesta_theme/image/search.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  transition: all 0.4s ease;
}
.search-api-page-block-form-search form:hover,
form.search-api-page-block-form-search:hover,
.search-api-page-block-form-search form:active,
form.search-api-page-block-form-search:active,
.search-api-page-block-form-search form:focus,
form.search-api-page-block-form-search:focus,
.search-api-page-block-form-search form:focus-visible,
form.search-api-page-block-form-search:focus-visible {
  outline: none;
}
.search-api-page-block-form-search form:hover .form-actions .btn::before,
form.search-api-page-block-form-search:hover .form-actions .btn::before,
.search-api-page-block-form-search form:active .form-actions .btn::before,
form.search-api-page-block-form-search:active .form-actions .btn::before,
.search-api-page-block-form-search form:focus .form-actions .btn::before,
form.search-api-page-block-form-search:focus .form-actions .btn::before,
.search-api-page-block-form-search form:focus-visible .form-actions .btn::before,
form.search-api-page-block-form-search:focus-visible .form-actions .btn::before {
  background-image: url("/sites/all/themes/vesta_theme/image/search-hover.svg");
}
.btn {
  display: block;
  width: fit-content;
  max-width: 450px;
  padding: 11px 18px;
  border-radius: 25px;
  border: 1px solid;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 13px;
  }
}
.btn.btn-primary {
  display: block;
  width: fit-content;
  max-width: 450px;
  padding: 11px 18px;
  border-radius: 25px;
  border: 1px solid;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  background-color: #93B230;
  border-color: #93B230;
  color: #FEFBF9;
}
@media screen and (max-width: 1199px) {
  .btn.btn-primary {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-primary {
    font-size: 13px;
  }
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:focus-visible {
  background-color: #829A33;
  border-color: #829A33;
  color: #FEFBF9;
  outline: none;
}
.btn.btn-primary:focus-visible {
  box-shadow: 0 0 4px 4px rgba(147, 178, 48, 0.5);
}
.btn.btn-primary:disabled {
  opacity: 0.75;
}
.btn.btn-default {
  display: block;
  width: fit-content;
  max-width: 450px;
  padding: 11px 18px;
  border-radius: 25px;
  border: 1px solid;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  background-color: transparent;
  border-color: #93B230;
  color: #93B230;
}
@media screen and (max-width: 1199px) {
  .btn.btn-default {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-default {
    font-size: 13px;
  }
}
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-default:focus-visible {
  background-color: #829A33;
  border-color: #829A33;
  color: #FEFBF9;
  outline: none;
}
.btn.btn-default:focus-visible {
  box-shadow: 0 0 4px 4px rgba(147, 178, 48, 0.5);
}
.btn.btn-default:disabled {
  opacity: 0.75;
}
.btn-close {
  padding: 6px !important;
  border-radius: 5px;
}
.btn-close:focus,
.btn-close:focus-visible {
  outline: none;
  box-shadow: 0 0 4px 4px rgba(147, 178, 48, 0.5);
}
.more-link {
  display: flex;
  justify-content: center;
}
.more-link a {
  display: block;
  width: fit-content;
  max-width: 450px;
  padding: 11px 18px;
  border-radius: 25px;
  border: 1px solid;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  background-color: transparent;
  border-color: #93B230;
  color: #93B230;
}
@media screen and (max-width: 1199px) {
  .more-link a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .more-link a {
    font-size: 13px;
  }
}
.more-link a:hover,
.more-link a:active,
.more-link a:focus,
.more-link a:focus-visible {
  background-color: #829A33;
  border-color: #829A33;
  color: #FEFBF9;
  outline: none;
}
.more-link a:focus-visible {
  box-shadow: 0 0 4px 4px rgba(147, 178, 48, 0.5);
}
.more-link a:disabled {
  opacity: 0.75;
}
.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  height: auto;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  border: 1px solid #5E3016;
  background-color: #FEFBF9;
  transition: all 0.4s ease;
  z-index: 10;
}
@media screen and (max-width: 1310px) {
  .slick-arrow {
    top: 80%;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 28px;
    height: 28px;
    top: unset;
    bottom: 12px;
  }
}
.slick-arrow::before {
  width: 24px;
  height: 24px;
  background-image: url("/sites/all/themes/vesta_theme/image/chevron-down.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .slick-arrow::before {
    width: 18px;
    height: 18px;
  }
}
.slick-arrow.slick-prev {
  left: 140px;
}
@media screen and (max-width: 1650px) {
  .slick-arrow.slick-prev {
    left: 20px;
  }
}
.slick-arrow.slick-prev::before {
  transform: rotate(90deg);
}
.slick-arrow.slick-next {
  right: 140px;
}
@media screen and (max-width: 1650px) {
  .slick-arrow.slick-next {
    right: 20px;
  }
}
.slick-arrow.slick-next::before {
  transform: rotate(-90deg);
}
.slick-arrow:hover,
.slick-arrow:active,
.slick-arrow:focus,
.slick-arrow:focus-visible {
  border-color: #915D3F;
  background-color: #915D3F;
  outline: none;
}
.slick-arrow:hover::before,
.slick-arrow:active::before,
.slick-arrow:focus::before,
.slick-arrow:focus-visible::before {
  background-image: url("/sites/all/themes/vesta_theme/image/chevron-white.svg");
}
ul.slick-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
ul.slick-dots li button {
  display: block;
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #D3C8C1;
  font-size: 0;
}
ul.slick-dots li.slick-active button {
  background: #5E3016;
}
header#header {
  padding: 10px 0 15px;
}
header#header .col-logo {
  width: 85px;
  margin-right: 30px;
}
@media screen and (max-width: 1199px) {
  header#header .col-logo {
    width: 65px;
    margin-right: 20px;
  }
}
header#header .col-header-content {
  width: calc(100% - 85px - 30px);
}
@media screen and (max-width: 1199px) {
  header#header .col-header-content {
    width: calc(100% - 65px - 20px);
  }
}
header#header .header-top {
  margin-bottom: 15px;
  padding: 0 14px;
}
header#header .header-top > *:not(:last-child) {
  margin-right: 33px;
}
@media screen and (max-width: 1199px) {
  header#header .header-top > *:not(:last-child) {
    margin-right: 20px;
  }
}
header#header .header-top .region-site-description {
  width: 270px;
}
@media screen and (max-width: 1199px) {
  header#header .header-top .region-site-description {
    width: 200px;
  }
}
header#header .header-top .col-contacts {
  width: calc(100% - 270px - 110px - 66px);
  justify-content: end;
}
@media screen and (max-width: 1199px) {
  header#header .header-top .col-contacts {
    width: calc(100% - 200px - 110px - 40px);
  }
}
header#header .header-top .col-contacts .contacts {
  display: flex;
}
header#header .header-top .col-contacts .contacts > * {
  margin-right: 33px;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  header#header .header-top .col-contacts .contacts > * {
    margin-right: 20px;
  }
}
header#header .header-top .col-contacts .contacts .contacts__item--address {
  display: none !important;
}
header#header .header-top .col-contacts .contacts .contacts__detail {
  color: #5E3016;
}
@media screen and (max-width: 1199px) {
  header#header .header-top .col-contacts .contacts .contacts__detail {
    font-size: 13px;
  }
}
header#header .header-top .col-contacts .contacts .contacts__detail.contacts__link {
  color: #5E3016;
}
header#header .header-top .col-contacts .contacts .contacts__detail.contacts__link:hover,
header#header .header-top .col-contacts .contacts .contacts__detail.contacts__link:active,
header#header .header-top .col-contacts .contacts .contacts__detail.contacts__link:focus,
header#header .header-top .col-contacts .contacts .contacts__detail.contacts__link:focus-visible {
  color: #915D3F;
  outline: none;
}
@media screen and (max-width: 1199px) {
  header#header .header-top .col-contacts .contacts .contacts__icon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 1199px) {
  header#header .header-top .col-contacts .contacts .contacts__icon svg {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 1199px) {
  header#header .header-top .col-contacts .messengers li a {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 1199px) {
  header#header .header-top .col-contacts .messengers li a svg {
    width: 18px;
    height: 18px;
  }
}
header#header .header-top .col-user {
  width: 110px;
}
header#header .header-bottom {
  padding: 8px 14px;
  border-radius: 25px;
  background-color: #FAF1E8;
}
header#header .header-bottom .region-navigation {
  width: calc(100% - 490px - 30px);
}
header#header .header-bottom .region-navigation .nav {
  margin: 0 -15px;
}
header#header .header-bottom .region-navigation .nav .nav-item .nav-link {
  padding: 10px 15px;
  font-weight: 600;
  font-size: 18px;
  color: #5E3016;
}
@media screen and (max-width: 1199px) {
  header#header .header-bottom .region-navigation .nav .nav-item .nav-link {
    font-size: 16px;
  }
}
header#header .header-bottom .region-navigation .nav .nav-item .nav-link:hover,
header#header .header-bottom .region-navigation .nav .nav-item .nav-link:active,
header#header .header-bottom .region-navigation .nav .nav-item .nav-link:focus,
header#header .header-bottom .region-navigation .nav .nav-item .nav-link:focus-visible {
  color: #915D3F;
  outline: none;
}
header#header .header-bottom .region-navigation .nav .nav-item .dropdown-toggle::after {
  transform: translateY(2px);
}
header#header .header-bottom .region-navigation .nav .nav-item .dropdown-menu {
  display: block;
  opacity: 0;
  z-index: -1;
  min-width: 260px;
  margin: -7px 0;
  padding: 16px 0;
  border: none;
  border-radius: 25px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #FEFBF9;
}
header#header .header-bottom .region-navigation .nav .nav-item .dropdown-menu .nav-item .dropdown-item {
  padding: 7px 16px;
  background-color: transparent;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #1E1008;
}
@media screen and (max-width: 1199px) {
  header#header .header-bottom .region-navigation .nav .nav-item .dropdown-menu .nav-item .dropdown-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  header#header .header-bottom .region-navigation .nav .nav-item .dropdown-menu .nav-item .dropdown-item {
    font-size: 13px;
  }
}
header#header .header-bottom .region-navigation .nav .nav-item .dropdown-menu .nav-item .dropdown-item:hover,
header#header .header-bottom .region-navigation .nav .nav-item .dropdown-menu .nav-item .dropdown-item:active,
header#header .header-bottom .region-navigation .nav .nav-item .dropdown-menu .nav-item .dropdown-item:focus,
header#header .header-bottom .region-navigation .nav .nav-item .dropdown-menu .nav-item .dropdown-item:focus-visible {
  background-color: #93B230;
  color: #FEFBF9;
  outline: none;
}
header#header .header-bottom .region-navigation .nav .nav-item:hover,
header#header .header-bottom .region-navigation .nav .nav-item:active,
header#header .header-bottom .region-navigation .nav .nav-item:focus,
header#header .header-bottom .region-navigation .nav .nav-item:focus-visible {
  outline: none;
}
header#header .header-bottom .region-navigation .nav .nav-item:hover .dropdown-menu,
header#header .header-bottom .region-navigation .nav .nav-item:active .dropdown-menu,
header#header .header-bottom .region-navigation .nav .nav-item:focus .dropdown-menu,
header#header .header-bottom .region-navigation .nav .nav-item:focus-visible .dropdown-menu {
  opacity: 1;
  z-index: 1;
}
header#header .header-bottom .col-social {
  width: 490px;
}
header#header .header-bottom .col-social .col-search {
  width: 310px;
}
header#header .header-bottom .col-social .col-callback .btn {
  border-color: #5E3016;
  background-color: #5E3016;
}
header#header .header-bottom .col-social .col-callback .btn:hover,
header#header .header-bottom .col-social .col-callback .btn:active,
header#header .header-bottom .col-social .col-callback .btn:focus,
header#header .header-bottom .col-social .col-callback .btn:focus-visible {
  border-color: #915D3F;
  background-color: #915D3F;
  outline: none;
}
header#header-mob {
  top: 0;
  left: 0;
  width: 100%;
  padding: 3px 0;
  background-color: #FEFBF9;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  z-index: 50;
}
header#header-mob .header-mob-container > *:not(:last-child) {
  margin-right: 15px;
}
header#header-mob .header-mob-container .col-logo {
  width: 55px;
}
@media screen and (max-width: 324px) {
  header#header-mob .header-mob-container .col-phone {
    display: none !important;
  }
}
header#header-mob .header-mob-container .col-navs {
  gap: 15px;
}
.offcanvas {
  background-color: #E0CABC;
}
.offcanvas .offcanvas-header {
  padding-top: 5px;
  padding-bottom: 5px;
}
.offcanvas .offcanvas-body {
  display: flex;
  flex-direction: column;
}
.offcanvas .offcanvas-body > *:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .offcanvas .offcanvas-body > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
.offcanvas .offcanvas-body .nav {
  flex-direction: column;
}
.offcanvas .offcanvas-body .nav .nav-item .nav-link {
  padding: 5px 0;
  color: #5E3016;
}
.offcanvas .offcanvas-body .nav .nav-item .nav-link:hover,
.offcanvas .offcanvas-body .nav .nav-item .nav-link:active,
.offcanvas .offcanvas-body .nav .nav-item .nav-link:focus,
.offcanvas .offcanvas-body .nav .nav-item .nav-link:focus-visible {
  color: #915D3F;
  outline: none;
}
.offcanvas .offcanvas-body .nav .nav-item .nav-link.dropdown-toggle::after {
  width: 12px;
  height: 12px;
  transform: translateY(1px);
}
.offcanvas .offcanvas-body .nav .nav-item.dropdown .dropdown-menu {
  padding: 5px;
  border: none;
  background-color: transparent;
}
.offcanvas .offcanvas-body .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item {
  padding: 3px 0;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #5E3016;
}
@media screen and (max-width: 1199px) {
  .offcanvas .offcanvas-body .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .offcanvas .offcanvas-body .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item {
    font-size: 12px;
  }
}
.offcanvas .offcanvas-body .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item:hover,
.offcanvas .offcanvas-body .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item:active,
.offcanvas .offcanvas-body .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item:focus,
.offcanvas .offcanvas-body .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item:focus-visible {
  background-color: transparent;
  color: #915D3F;
  outline: none;
}
.offcanvas .offcanvas-body .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item.active,
.offcanvas .offcanvas-body .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item.is-active {
  background-color: transparent;
  color: #915D3F;
}
.offcanvas .offcanvas-body .row-contacts {
  margin-top: auto;
}
.offcanvas .offcanvas-body .row-contacts .contacts {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .offcanvas .offcanvas-body .row-contacts .contacts {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .offcanvas#offcanvasNav .nav .dropdown-menu {
    display: none;
    position: static;
    border: 0px solid;
  }
}
#main {
  flex-grow: 1;
}
#main form.search-api-page-block-form-search {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  #main form.search-api-page-block-form-search {
    margin-bottom: 20px;
  }
}
#main .region-slider {
  position: relative;
}
#main .region-slider::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 375px;
  height: 205px;
  background: url("/sites/all/themes/vesta_theme/image/page-decor/верхняя завитушка.svg") center center no-repeat;
  background-size: contain;
  content: '';
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  #main .region-slider::before {
    transform: scale(0.6);
    transform-origin: top left;
  }
}
@media screen and (max-width: 767px) {
  #main .region-slider::before {
    transform: scale(0.4);
  }
}
#main .node--type-slide {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  padding: 80px 0;
}
@media screen and (min-width: 1200px) {
  #main .node--type-slide {
    padding-bottom: 230px;
  }
}
@media screen and (max-width: 1199px) {
  #main .node--type-slide {
    min-height: 550px;
  }
}
@media screen and (max-width: 991px) {
  #main .node--type-slide {
    min-height: 450px;
  }
}
@media screen and (max-width: 767px) {
  #main .node--type-slide {
    min-height: 350px;
    padding: 50px 0;
  }
}
#main .node--type-slide::before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(254, 251, 249, 0.45);
  content: '';
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #main .node--type-slide::before {
    display: block;
  }
}
#main .node--type-slide .field--name-field-image,
#main .node--type-slide .field--name-field-image-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .node--type-slide .field--name-field-image img,
#main .node--type-slide .field--name-field-image-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #main .node--type-slide .field--name-field-image {
    display: none !important;
  }
}
#main .node--type-slide .field--name-field-image-mobile {
  display: none !important;
}
@media screen and (max-width: 767px) {
  #main .node--type-slide .field--name-field-image-mobile {
    display: block !important;
  }
}
#main .node--type-slide .content {
  position: relative;
  z-index: 1;
}
#main .node--type-slide .content > * {
  width: 595px;
  max-width: 90%;
}
@media screen and (max-width: 1199px) {
  #main .node--type-slide .content > * {
    width: 395px;
  }
}
@media screen and (max-width: 767px) {
  #main .node--type-slide .content > * {
    width: 295px;
  }
}
#main .node--type-slide .content .field--name-field-slide-title {
  margin-bottom: 16px;
  font-family: 'Shantell Sans', 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 46px;
  line-height: 115%;
  letter-spacing: -0.01em;
  color: #5E3016;
}
@media screen and (max-width: 1199px) {
  #main .node--type-slide .content .field--name-field-slide-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  #main .node--type-slide .content .field--name-field-slide-title {
    font-size: 26px;
    text-shadow: 0px 1px 2px #ffffff, 0px -1px 2px #ffffff, 1px 0px 2px #ffffff, -1px 0px 2px #ffffff;
  }
}
#main .node--type-slide .content .field--name-body {
  margin-bottom: 48px;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1199px) {
  #main .node--type-slide .content .field--name-body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #main .node--type-slide .content .field--name-body {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #main .node--type-slide .content .field--name-body {
    text-shadow: 0px 1px 2px #ffffff, 0px -1px 2px #ffffff, 1px 0px 2px #ffffff, -1px 0px 2px #ffffff;
  }
}
#main .node--type-slide .content .field--name-field-slide-link a {
  display: block;
  width: fit-content;
  max-width: 450px;
  padding: 11px 18px;
  border-radius: 25px;
  border: 1px solid;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  background-color: #93B230;
  border-color: #93B230;
  color: #FEFBF9;
}
@media screen and (max-width: 1199px) {
  #main .node--type-slide .content .field--name-field-slide-link a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #main .node--type-slide .content .field--name-field-slide-link a {
    font-size: 13px;
  }
}
#main .node--type-slide .content .field--name-field-slide-link a:hover,
#main .node--type-slide .content .field--name-field-slide-link a:active,
#main .node--type-slide .content .field--name-field-slide-link a:focus,
#main .node--type-slide .content .field--name-field-slide-link a:focus-visible {
  background-color: #829A33;
  border-color: #829A33;
  color: #FEFBF9;
  outline: none;
}
#main .node--type-slide .content .field--name-field-slide-link a:focus-visible {
  box-shadow: 0 0 4px 4px rgba(147, 178, 48, 0.5);
}
#main .node--type-slide .content .field--name-field-slide-link a:disabled {
  opacity: 0.75;
}
#main #catalog-block {
  position: relative;
}
#main #catalog-block::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 375px;
  height: 254px;
  background: url("/sites/all/themes/vesta_theme/image/page-decor/Нжняя завятушка.svg") center center no-repeat;
  background-size: contain;
  content: '';
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  #main #catalog-block::before {
    transform: scale(0.6);
    transform-origin: right bottom;
  }
}
@media screen and (max-width: 767px) {
  #main #catalog-block::before {
    transform: scale(0.4);
  }
}
#main .view-games-catalog .view-content {
  gap: 30px 0;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 1199px) {
  #main .view-games-catalog .view-content {
    gap: 20px 0;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 991px) {
  #main .view-games-catalog .view-content {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 991px) and screen and (max-width: 767px) {
  #main .view-games-catalog .view-content {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main .view-games-catalog .view-content {
    gap: 10px 0;
    margin-left: -5px;
    margin-right: -5px;
  }
}
#main .view-games-catalog .view-content .views-row {
  padding: 0 15px;
}
@media screen and (max-width: 1199px) {
  #main .view-games-catalog .view-content .views-row {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #main .view-games-catalog .view-content .views-row {
    padding: 0 5px;
  }
}
@media screen and (max-width: 475px) {
  #main .view-games-catalog .view-content .views-row {
    width: 50%;
  }
}
@media screen and (max-width: 249px) {
  #main .view-games-catalog .view-content .views-row {
    width: 100%;
  }
}
#main .view-games-catalog .more-link a {
  font-family: 'Shantell Sans', 'Nunito', sans-serif;
  background-color: #93B230;
  border-color: #93B230;
  font-weight: 500;
  font-size: 18px;
  color: #FEFBF9;
}
#main .view-games-catalog .more-link a:hover,
#main .view-games-catalog .more-link a:active,
#main .view-games-catalog .more-link a:focus,
#main .view-games-catalog .more-link a:focus-visible {
  background-color: #829A33;
  border-color: #829A33;
  color: #FEFBF9;
  outline: none;
}
@media screen and (min-width: 992px) {
  #main .view-games-catalog .more-link a {
    width: 100%;
    height: 270px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1199px) {
  #main .view-games-catalog .more-link a {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #main .view-games-catalog .more-link a {
    height: 219px;
  }
}
@media screen and (max-width: 767px) {
  #main .view-games-catalog .more-link a {
    font-size: 13px;
  }
}
#main .view-games-catalog.view-display-id-block_1 .view-content {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #main .view-games-catalog.view-display-id-block_1 .view-content {
    margin-bottom: 60px;
  }
}
#main .taxonomy-term--type-games-catalog.taxonomy-term--view-mode-teaser {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#main .taxonomy-term--type-games-catalog.taxonomy-term--view-mode-teaser .field--name-field-catalog-image {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FEFBF9;
}
#main .taxonomy-term--type-games-catalog.taxonomy-term--view-mode-teaser .field--name-field-catalog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: circle(50%);
}
#main .taxonomy-term--type-games-catalog.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title {
  font-family: 'Shantell Sans', 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: -0.01em;
  color: #5E3016;
  text-align: center;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  #main .taxonomy-term--type-games-catalog.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #main .taxonomy-term--type-games-catalog.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title {
    font-size: 14px;
  }
}
#main .taxonomy-term--type-games-catalog.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .taxonomy-term--type-games-catalog.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-link a {
  display: block;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  font-size: 0;
  color: transparent;
}
#main .taxonomy-term--type-games-catalog.taxonomy-term--view-mode-teaser:hover,
#main .taxonomy-term--type-games-catalog.taxonomy-term--view-mode-teaser:active,
#main .taxonomy-term--type-games-catalog.taxonomy-term--view-mode-teaser:focus,
#main .taxonomy-term--type-games-catalog.taxonomy-term--view-mode-teaser:focus-visible {
  outline: none;
}
#main .taxonomy-term--type-games-catalog.taxonomy-term--view-mode-teaser:hover .field--name-taxonomy-term-title,
#main .taxonomy-term--type-games-catalog.taxonomy-term--view-mode-teaser:active .field--name-taxonomy-term-title,
#main .taxonomy-term--type-games-catalog.taxonomy-term--view-mode-teaser:focus .field--name-taxonomy-term-title,
#main .taxonomy-term--type-games-catalog.taxonomy-term--view-mode-teaser:focus-visible .field--name-taxonomy-term-title {
  color: #829A33;
}
@media screen and (max-width: 991px) {
  #main .node--type-about.node--view-mode-teaser .col-image {
    order: 1;
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #main .node--type-about.node--view-mode-teaser .col-image {
    padding-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  #main .node--type-about.node--view-mode-teaser .group-left .field--name-field-image {
    display: flex;
    justify-content: center;
    height: 250px;
  }
}
#main .node--type-about.node--view-mode-teaser .group-left .field--name-field-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
@media screen and (min-width: 992px) {
  #main .node--type-about.node--view-mode-teaser .group-right {
    padding-left: 110px;
  }
}
#main .node--type-about.node--view-mode-teaser .group-right > *:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  #main .node--type-about.node--view-mode-teaser .group-right > *:not(:last-child) {
    margin-bottom: 24px;
  }
}
#main .node--type-about.node--view-mode-teaser .group-right .field--name-node-title h2 {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  #main .node--type-about.node--view-mode-teaser .group-right .field--name-node-title h2 {
    text-align: left;
  }
}
#main .node--type-about.node--view-mode-teaser .group-right .field--name-field-body-teaser {
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1199px) {
  #main .node--type-about.node--view-mode-teaser .group-right .field--name-field-body-teaser {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #main .node--type-about.node--view-mode-teaser .group-right .field--name-field-body-teaser {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  #main .node--type-about.node--view-mode-teaser .group-right .field--name-field-slide-link {
    display: flex;
    justify-content: center;
  }
}
#main .node--type-about.node--view-mode-teaser .group-right .field--name-field-slide-link a {
  display: block;
  width: fit-content;
  max-width: 450px;
  padding: 11px 18px;
  border-radius: 25px;
  border: 1px solid;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  background-color: transparent;
  border-color: #93B230;
  color: #93B230;
}
@media screen and (max-width: 1199px) {
  #main .node--type-about.node--view-mode-teaser .group-right .field--name-field-slide-link a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #main .node--type-about.node--view-mode-teaser .group-right .field--name-field-slide-link a {
    font-size: 13px;
  }
}
#main .node--type-about.node--view-mode-teaser .group-right .field--name-field-slide-link a:hover,
#main .node--type-about.node--view-mode-teaser .group-right .field--name-field-slide-link a:active,
#main .node--type-about.node--view-mode-teaser .group-right .field--name-field-slide-link a:focus,
#main .node--type-about.node--view-mode-teaser .group-right .field--name-field-slide-link a:focus-visible {
  background-color: #829A33;
  border-color: #829A33;
  color: #FEFBF9;
  outline: none;
}
#main .node--type-about.node--view-mode-teaser .group-right .field--name-field-slide-link a:focus-visible {
  box-shadow: 0 0 4px 4px rgba(147, 178, 48, 0.5);
}
#main .node--type-about.node--view-mode-teaser .group-right .field--name-field-slide-link a:disabled {
  opacity: 0.75;
}
#main .node--type-about.node--view-mode-full .group-left {
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1199px) {
  #main .node--type-about.node--view-mode-full .group-left {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #main .node--type-about.node--view-mode-full .group-left {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  #main .node--type-about.node--view-mode-full .group-left {
    padding-right: 60px;
  }
}
@media screen and (max-width: 991px) {
  #main .node--type-about.node--view-mode-full .group-left {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #main .node--type-about.node--view-mode-full .group-left {
    padding-bottom: 20px;
  }
}
#main .node--type-about.node--view-mode-full .group-right {
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  #main .node--type-about.node--view-mode-full .group-right {
    padding-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  #main .node--type-about.node--view-mode-full .group-right {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  #main .node--type-about.node--view-mode-full .group-right .field--name-field-image {
    display: flex;
    justify-content: center;
  }
}
#main .node--type-about.node--view-mode-full .group-right .field--name-field-image img {
  height: 350px;
}
@media screen and (max-width: 991px) {
  #main .node--type-about.node--view-mode-full .group-right .field--name-field-image img {
    height: 250px;
  }
}
#main #benefits-block {
  padding: 90px 0;
  background: url("/sites/all/themes/vesta_theme/image/benefits-bg.webp") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  #main #benefits-block {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  #main #benefits-block {
    padding: 50px 0;
  }
}
#main .view-benefits .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 0;
}
@media screen and (max-width: 375px) {
  #main .view-benefits .view-content {
    gap: 0;
  }
}
#main .view-benefits .view-content .views-row {
  position: relative;
  width: 20%;
}
@media screen and (max-width: 991px) {
  #main .view-benefits .view-content .views-row {
    width: 30%;
  }
}
@media screen and (max-width: 475px) {
  #main .view-benefits .view-content .views-row {
    width: 33.3%;
  }
}
@media screen and (max-width: 375px) {
  #main .view-benefits .view-content .views-row {
    width: 100%;
  }
}
#main .view-benefits .view-content .views-row::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #E0CABC;
  content: '';
}
@media screen and (max-width: 375px) {
  #main .view-benefits .view-content .views-row::after {
    top: unset;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}
#main .view-benefits .view-content .views-row:last-child::after {
  display: none;
}
@media screen and (max-width: 991px) {
  #main .view-benefits .view-content .views-row:nth-child(3)::after {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  #main .view-benefits .view-content .views-row:nth-child(3)::after {
    display: block;
  }
}
#main .block-content--type-benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 15px;
}
@media screen and (max-width: 375px) {
  #main .block-content--type-benefit {
    flex-direction: row;
    padding: 10px;
  }
}
#main .block-content--type-benefit .field--name-field-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 16px;
  background-color: #93B230;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  #main .block-content--type-benefit .field--name-field-icon {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 575px) {
  #main .block-content--type-benefit .field--name-field-icon {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 375px) {
  #main .block-content--type-benefit .field--name-field-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
#main .block-content--type-benefit .field--name-field-icon img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
@media screen and (max-width: 991px) {
  #main .block-content--type-benefit .field--name-field-icon img {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 575px) {
  #main .block-content--type-benefit .field--name-field-icon img {
    transform: scale(0.55);
  }
}
#main .block-content--type-benefit .field--name-body {
  font-family: 'Shantell Sans', 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  letter-spacing: -0.01em;
  color: #5E3016;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  #main .block-content--type-benefit .field--name-body {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  #main .block-content--type-benefit .field--name-body {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  #main .block-content--type-benefit .field--name-body {
    text-align: left;
  }
}
#main #games-block {
  position: relative;
}
#main #games-block::before {
  position: absolute;
  top: 34px;
  left: 0;
  width: 186px;
  height: 439px;
  background: url("/sites/all/themes/vesta_theme/image/page-decor/games-decor-1.webp") center center no-repeat;
  background-size: contain;
  content: '';
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  #main #games-block::before {
    transform: scale(0.7);
    transform-origin: left top;
  }
}
@media screen and (max-width: 767px) {
  #main #games-block::before {
    transform: scale(0.5);
  }
}
#main #games-block::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 138px;
  height: 415px;
  background: url("/sites/all/themes/vesta_theme/image/page-decor/games-decor-2.webp") center center no-repeat;
  background-size: contain;
  content: '';
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  #main #games-block::after {
    transform: scale(0.7);
    transform-origin: right bottom;
  }
}
@media screen and (max-width: 767px) {
  #main #games-block::after {
    transform: scale(0.5);
  }
}
#main .view-games .view-content {
  gap: 30px 0;
  margin-bottom: 32px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 767px) {
  #main .view-games .view-content {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  #main .view-games .view-content {
    gap: 20px 0;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 767px) {
  #main .view-games .view-content {
    gap: 15px 0;
    margin-left: -5px;
    margin-right: -5px;
  }
}
#main .view-games .view-content .views-row {
  padding: 0 15px;
}
@media screen and (max-width: 1199px) {
  #main .view-games .view-content .views-row {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #main .view-games .view-content .views-row {
    padding: 0 5px;
  }
}
@media screen and (max-width: 319px) {
  #main .view-games .view-content .views-row {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #main .view-games.view-display-id-block_1 .view-content .views-row {
    display: none;
  }
}
#main .view-games.view-display-id-block_1 .view-content .views-row:first-child,
#main .view-games.view-display-id-block_1 .view-content .views-row:nth-child(2),
#main .view-games.view-display-id-block_1 .view-content .views-row:nth-child(3) {
  display: block;
}
#main .node--type-game.node--view-mode-teaser {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 12px;
  border-radius: 25px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #E0CABC;
  background-color: #FEFBF9;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  #main .node--type-game.node--view-mode-teaser {
    border-radius: 15px;
  }
}
@media screen and (max-width: 475px) {
  #main .node--type-game.node--view-mode-teaser {
    padding: 8px;
  }
}
#main .node--type-game.node--view-mode-teaser .field--name-field-image {
  margin-bottom: 10px;
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  #main .node--type-game.node--view-mode-teaser .field--name-field-image {
    border-radius: 15px;
  }
}
#main .node--type-game.node--view-mode-teaser .field--name-field-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .node--type-game.node--view-mode-teaser .field--name-node-title {
  margin-bottom: 8px;
  font-family: 'Shantell Sans', 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: -0.01em;
  color: #5E3016;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  #main .node--type-game.node--view-mode-teaser .field--name-node-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #main .node--type-game.node--view-mode-teaser .field--name-node-title {
    font-size: 14px;
  }
}
#main .node--type-game.node--view-mode-teaser .field--name-body {
  margin-bottom: 12px;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1199px) {
  #main .node--type-game.node--view-mode-teaser .field--name-body {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #main .node--type-game.node--view-mode-teaser .field--name-body {
    font-size: 13px;
  }
}
#main .node--type-game.node--view-mode-teaser .field--name-node-link {
  margin-top: auto;
}
#main .node--type-game.node--view-mode-teaser .field--name-node-link a {
  display: block;
  width: fit-content;
  max-width: 450px;
  padding: 11px 18px;
  border-radius: 25px;
  border: 1px solid;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  background-color: #93B230;
  border-color: #93B230;
  color: #FEFBF9;
  padding: 8px 14px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  #main .node--type-game.node--view-mode-teaser .field--name-node-link a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #main .node--type-game.node--view-mode-teaser .field--name-node-link a {
    font-size: 13px;
  }
}
#main .node--type-game.node--view-mode-teaser .field--name-node-link a:hover,
#main .node--type-game.node--view-mode-teaser .field--name-node-link a:active,
#main .node--type-game.node--view-mode-teaser .field--name-node-link a:focus,
#main .node--type-game.node--view-mode-teaser .field--name-node-link a:focus-visible {
  background-color: #829A33;
  border-color: #829A33;
  color: #FEFBF9;
  outline: none;
}
#main .node--type-game.node--view-mode-teaser .field--name-node-link a:focus-visible {
  box-shadow: 0 0 4px 4px rgba(147, 178, 48, 0.5);
}
#main .node--type-game.node--view-mode-teaser .field--name-node-link a:disabled {
  opacity: 0.75;
}
#main .node--type-game.node--view-mode-teaser .field--name-node-link a::after {
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background: url("/sites/all/themes/vesta_theme/image/chevron-white.svg") center center no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
  content: '';
}
#main .node--type-game.node--view-mode-teaser .field--name-dynamic-token-fieldnode-pereyti {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .node--type-game.node--view-mode-teaser .field--name-dynamic-token-fieldnode-pereyti a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
}
#main .node--type-game.node--view-mode-teaser:hover,
#main .node--type-game.node--view-mode-teaser:active,
#main .node--type-game.node--view-mode-teaser:focus,
#main .node--type-game.node--view-mode-teaser:focus-visible {
  border-color: #915D3F;
  outline: none;
}
#main .node--type-game.node--view-mode-teaser:hover .field--name-node-title,
#main .node--type-game.node--view-mode-teaser:active .field--name-node-title,
#main .node--type-game.node--view-mode-teaser:focus .field--name-node-title,
#main .node--type-game.node--view-mode-teaser:focus-visible .field--name-node-title {
  color: #829A33;
}
#main .node--type-game.node--view-mode-teaser:hover .field--name-node-link a,
#main .node--type-game.node--view-mode-teaser:active .field--name-node-link a,
#main .node--type-game.node--view-mode-teaser:focus .field--name-node-link a,
#main .node--type-game.node--view-mode-teaser:focus-visible .field--name-node-link a {
  background-color: #829A33;
  border-color: #829A33;
}
#main .node--type-game.node--view-mode-full .group-left {
  padding-right: 60px;
}
@media screen and (max-width: 991px) {
  #main .node--type-game.node--view-mode-full .group-left {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .node--type-game.node--view-mode-full .group-left {
    padding-bottom: 20px;
  }
}
#main .node--type-game.node--view-mode-full .group-left img {
  width: auto;
  max-width: 100%;
  height: 187px;
  border-radius: 25px;
}
@media screen and (max-width: 991px) {
  #main .node--type-game.node--view-mode-full .group-left img {
    border-radius: 15px;
  }
}
#main .node--type-game.node--view-mode-full .group-footer {
  padding-top: 40px;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1199px) {
  #main .node--type-game.node--view-mode-full .group-footer {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #main .node--type-game.node--view-mode-full .group-footer {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #main .node--type-game.node--view-mode-full .group-footer {
    padding-top: 20px;
  }
}
#main .node--type-game.node--view-mode-full .group-footer > * {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  #main .node--type-game.node--view-mode-full .group-footer > * {
    margin-bottom: 20px;
  }
}
#main .subscription-prompt {
  margin-bottom: 48px;
  font-family: 'Shantell Sans', 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: -0.01em;
  color: #5E3016;
}
@media screen and (max-width: 1199px) {
  #main .subscription-prompt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #main .subscription-prompt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #main .subscription-prompt {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 991px) {
  #main #fos-block .col-contacts {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #main #fos-block .col-contacts {
    margin-bottom: 20px;
  }
}
#main #fos-block .col-contacts .contacts-container > * {
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  #main #fos-block .col-contacts .contacts-container > * {
    width: 470px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #main #fos-block .col-contacts .contacts-container > * {
    margin-bottom: 24px;
  }
}
#main #fos-block .col-contacts .contacts-container > *:last-child {
  margin-bottom: 0;
}
#main #fos-block .col-contacts .contacts-container .block-title {
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  #main #fos-block .col-contacts .contacts-container .block-title {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #main #fos-block .col-contacts .contacts-container .block-title {
    margin-bottom: 24px;
  }
}
#main #fos-block .col-contacts .contacts-container .region-fos-text {
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1199px) {
  #main #fos-block .col-contacts .contacts-container .region-fos-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #main #fos-block .col-contacts .contacts-container .region-fos-text {
    font-size: 14px;
  }
}
#main #fos-block .col-contacts .contacts-container .row-contacts .contacts {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #main #fos-block .col-contacts .contacts-container .row-contacts .contacts {
    margin-bottom: 10px;
  }
}
#main #fos-block .col-contacts .contacts-container .row-contacts .contacts .contacts__item--address {
  display: none !important;
}
#main #fos-block .col-contacts .contacts-container .row-contacts .contacts .contacts__detail {
  color: #1E1008;
}
#main #fos-block .col-contacts .contacts-container .row-contacts .contacts .contacts__detail.contacts__link {
  color: #1E1008;
}
#main #fos-block .col-contacts .contacts-container .row-contacts .contacts .contacts__detail.contacts__link:hover,
#main #fos-block .col-contacts .contacts-container .row-contacts .contacts .contacts__detail.contacts__link:active,
#main #fos-block .col-contacts .contacts-container .row-contacts .contacts .contacts__detail.contacts__link:focus,
#main #fos-block .col-contacts .contacts-container .row-contacts .contacts .contacts__detail.contacts__link:focus-visible {
  color: #915D3F;
  outline: none;
}
#main #fos-block .col-fos .fos-container {
  padding: 24px;
  border-radius: 25px;
  border: 1px solid #E0CABC;
  background-color: #FAF1E8;
}
footer#footer {
  border-top: 1px solid #E0CABC;
}
footer#footer .row-footer {
  padding-top: 40px;
  padding-bottom: 32px;
  gap: 32px 0;
}
@media screen and (min-width: 992px) {
  footer#footer .row-footer {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .row-footer {
    gap: 24px 0;
    padding: 25px 0;
  }
}
footer#footer .block-title,
footer#footer #block-vesta-theme-osnovnayanavigaciya-menu {
  margin-bottom: 16px;
  font-family: 'Shantell Sans', 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: -0.01em;
  color: #5E3016;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  footer#footer .block-title,
  footer#footer #block-vesta-theme-osnovnayanavigaciya-menu {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .block-title,
  footer#footer #block-vesta-theme-osnovnayanavigaciya-menu {
    font-size: 14px;
  }
}
footer#footer .col-logo {
  order: -2;
}
@media screen and (min-width: 1200px) {
  footer#footer .col-logo {
    width: 152px;
  }
}
@media screen and (max-width: 259px) {
  footer#footer .col-logo {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  footer#footer .col-catalog {
    width: 283px;
    padding-left: 30px;
  }
}
footer#footer .col-catalog .view-games-catalog .view-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0 40px;
  height: 135px;
  margin: -7px 0;
}
@media screen and (max-width: 259px) {
  footer#footer .col-catalog .view-games-catalog .view-content {
    height: auto;
  }
}
footer#footer .col-catalog .view-games-catalog .view-content .views-row {
  min-width: 0;
  max-width: 124px;
  overflow-wrap: break-word;
  word-break: break-word;
}
footer#footer .col-catalog .view-games-catalog .view-content .views-row a {
  display: block;
  padding: 7px 0;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #1E1008;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-break: break-word;
}
@media screen and (max-width: 1199px) {
  footer#footer .col-catalog .view-games-catalog .view-content .views-row a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .col-catalog .view-games-catalog .view-content .views-row a {
    font-size: 13px;
  }
}
footer#footer .col-catalog .view-games-catalog .view-content .views-row a:hover,
footer#footer .col-catalog .view-games-catalog .view-content .views-row a:active,
footer#footer .col-catalog .view-games-catalog .view-content .views-row a:focus,
footer#footer .col-catalog .view-games-catalog .view-content .views-row a:focus-visible {
  color: #915D3F;
  outline: none;
}
@media screen and (min-width: 1200px) {
  footer#footer .col-nav {
    width: 132px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 575px) {
  footer#footer .col-nav {
    order: -1;
  }
}
@media screen and (max-width: 259px) {
  footer#footer .col-nav {
    width: 100%;
  }
}
footer#footer .col-nav .nav {
  display: flex;
  flex-direction: column;
  margin: -7px 0;
}
footer#footer .col-nav .nav .nav-item .nav-link {
  padding: 7px 0;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #1E1008;
}
@media screen and (max-width: 1199px) {
  footer#footer .col-nav .nav .nav-item .nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .col-nav .nav .nav-item .nav-link {
    font-size: 13px;
  }
}
footer#footer .col-nav .nav .nav-item .nav-link:hover,
footer#footer .col-nav .nav .nav-item .nav-link:active,
footer#footer .col-nav .nav .nav-item .nav-link:focus,
footer#footer .col-nav .nav .nav-item .nav-link:focus-visible {
  color: #915D3F;
  outline: none;
}
footer#footer .col-nav .nav .nav-item .nav-link.dropdown-toggle::after {
  display: none;
}
@media screen and (min-width: 1200px) {
  footer#footer .col-contacts {
    padding-left: 40px;
  }
}
@media screen and (max-width: 475px) {
  footer#footer .col-contacts {
    width: 100%;
  }
}
footer#footer .col-contacts .contacts .contacts__icon {
  width: 30px;
  height: 30px;
}
footer#footer .col-contacts .contacts .contacts__icon svg {
  width: 18px;
  height: 18px;
}
footer#footer .col-contacts .contacts .contacts__detail {
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #1E1008;
}
@media screen and (max-width: 1199px) {
  footer#footer .col-contacts .contacts .contacts__detail {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .col-contacts .contacts .contacts__detail {
    font-size: 13px;
  }
}
footer#footer .col-contacts .contacts .contacts__detail.contacts__link {
  color: #1E1008;
}
footer#footer .col-contacts .contacts .contacts__detail.contacts__link:hover,
footer#footer .col-contacts .contacts .contacts__detail.contacts__link:active,
footer#footer .col-contacts .contacts .contacts__detail.contacts__link:focus,
footer#footer .col-contacts .contacts .contacts__detail.contacts__link:focus-visible {
  color: #915D3F;
  outline: none;
}
@media screen and (max-width: 475px) {
  footer#footer .col-messengers {
    width: 100%;
  }
}
footer#footer .col-messengers .row-messengers {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  footer#footer .col-messengers .row-messengers {
    margin-bottom: 24px;
  }
}
footer#footer .col-messengers .row-copyrights {
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #1E1008;
}
@media screen and (max-width: 1199px) {
  footer#footer .col-messengers .row-copyrights {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .col-messengers .row-copyrights {
    font-size: 13px;
  }
}
footer#footer .col-messengers .row-copyrights > *:not(:last-child) {
  margin-bottom: 14px;
}
footer#footer .col-messengers .row-copyrights a {
  color: #1E1008;
}
footer#footer .col-messengers .row-copyrights a:hover,
footer#footer .col-messengers .row-copyrights a:active,
footer#footer .col-messengers .row-copyrights a:focus,
footer#footer .col-messengers .row-copyrights a:focus-visible {
  color: #915D3F;
  outline: none;
}
footer#footer .col-messengers .row-copyrights a.privacy-link {
  text-decoration: underline;
}
footer#footer .row-webvesta {
  padding: 16px 0;
  background-color: #FAF1E8;
}
footer#footer .row-webvesta .webvesta-link {
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #1E1008;
}
@media screen and (max-width: 1199px) {
  footer#footer .row-webvesta .webvesta-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .row-webvesta .webvesta-link {
    font-size: 13px;
  }
}
footer#footer .row-webvesta .webvesta-link:hover,
footer#footer .row-webvesta .webvesta-link:active,
footer#footer .row-webvesta .webvesta-link:focus,
footer#footer .row-webvesta .webvesta-link:focus-visible {
  color: #915D3F;
  outline: none;
}
#scrollToTop {
  position: fixed;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #5E3016;
  background-color: #FEFBF9;
  bottom: 80px;
  right: 50px;
  text-indent: 0;
  font-size: 0;
  color: transparent;
  outline: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: 0.2s;
  padding: 0;
}
#scrollToTop::before {
  width: 24px;
  height: 24px;
  background-image: url("/sites/all/themes/vesta_theme/image/chevron-down.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  transition: all 0.4s ease;
  content: '';
}
@media screen and (max-width: 1199px) {
  #scrollToTop {
    width: 34px;
    height: 34px;
    bottom: 50px;
    right: 20px;
  }
  #scrollToTop::before {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 575px) {
  #scrollToTop {
    right: 5px;
  }
}
#scrollToTop:hover,
#scrollToTop:active,
#scrollToTop:focus,
#scrollToTop:focus-visible {
  border-color: #915D3F;
  background-color: #915D3F;
  outline: none;
}
#scrollToTop:hover::before,
#scrollToTop:active::before,
#scrollToTop:focus::before,
#scrollToTop:focus-visible::before {
  background-image: url("/sites/all/themes/vesta_theme/image/chevron-white.svg");
}
.modal-dialog {
  width: 600px;
  max-width: 90%;
  margin: auto;
}
.modal-content {
  padding: 20px;
  border-radius: 20px;
  border: 0px solid;
  background-color: #FEFBF9;
}
@media screen and (max-width: 991px) {
  .modal-content {
    padding: 10px;
    border-radius: 15px;
  }
}
.modal-content .modal-header {
  border: none;
  display: flex;
}
.modal-content .modal-header .modal-title {
  width: calc(100% - 20px - 20px);
  padding-left: 40px;
  font-family: 'Shantell Sans', 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: -0.01em;
  color: #5E3016;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .modal-content .modal-header .modal-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .modal-content .modal-header .modal-title {
    font-size: 14px;
  }
}
.modal-content .modal-header .btn-close {
  width: 20px;
  height: 20px;
}
.modal-content .modal-footer {
  border: none;
  display: flex;
  justify-content: center;
}
.wr_content {
  padding-top: 20px;
}
body.not-front .region-content {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  body.not-front .region-content {
    margin-bottom: 60px;
  }
}
body.not-front.body-node--800 .region-content {
  margin-bottom: 0;
}
body.not-front.body-node--800 .region-content #block-vesta-theme-bloknastranicekontakty .field--name-body {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  body.not-front.body-node--800 .region-content #block-vesta-theme-bloknastranicekontakty .field--name-body {
    margin-bottom: 60px;
  }
}
body.not-front.body-node--800 .col-contacts .contacts-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 24px;
  border-radius: 25px;
  border: 1px solid #E0CABC;
  background-color: #FAF1E8;
}
body.not-front.body-node--800 .col-contacts .contacts-container .contacts {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  body.not-front.body-node--800 .col-contacts .contacts-container .contacts {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  body.not-front.body-node--800 .col-map {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.not-front.body-node--800 .col-map {
    padding-top: 20px;
  }
}
body.not-front.body-node--800 .col-map .mapContainer {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  body.not-front.body-node--800 .col-map .mapContainer {
    border-radius: 15px;
    height: 350px !important;
  }
}
body.not-front.body-node--800 #fos-block .fos-container {
  width: 740px;
  max-width: 90%;
  margin: auto;
  padding: 24px;
  border-radius: 25px;
  border: 1px solid #E0CABC;
  background-color: #FAF1E8;
}
@media screen and (max-width: 991px) {
  body.not-front.body-node--800 #fos-block .fos-container {
    width: 100%;
    max-width: 100%;
  }
}
body.not-front.body-node--800 #fos-block .fos-container .region-fos-text {
  margin-bottom: 32px;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  body.not-front.body-node--800 #fos-block .fos-container .region-fos-text {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  body.not-front.body-node--800 #fos-block .fos-container .region-fos-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.not-front.body-node--800 #fos-block .fos-container .region-fos-text {
    font-size: 14px;
  }
}
ul.pagination {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  border: none;
}
ul.pagination .page-item .page-link {
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  color: #1E1008;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1199px) {
  ul.pagination .page-item .page-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagination .page-item .page-link {
    font-size: 13px;
  }
}
ul.pagination .page-item .page-link:hover,
ul.pagination .page-item .page-link:active,
ul.pagination .page-item .page-link:focus,
ul.pagination .page-item .page-link:focus-visible {
  color: #93B230;
  outline: none;
}
ul.pagination .page-item .page-link:focus,
ul.pagination .page-item .page-link:focus-visible {
  box-shadow: 0 0 4px 4px rgba(147, 178, 48, 0.5);
  outline: none;
}
ul.pagination .page-item.is-active .page-link,
ul.pagination .page-item.active .page-link {
  border-color: #93B230;
  background-color: #93B230;
  color: #FEFBF9;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .field--name-quantity,
.product-view-full .field--name-quantity,
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .button--add-to-cart,
.product-view-full .button--add-to-cart {
  display: none !important;
}
.product-view-full .field--name-title,
.product-view-full .field--name-sku,
.product-view-full .field--name-price {
  display: none !important;
}
.table {
  --bs-table-striped-bg: #FEFBF9;
  --bs-table-border-color: #E0CABC;
  --bs-table-bg: #FEFBF9;
}
.table tr td {
  vertical-align: middle;
}
.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 4px 4px rgba(147, 178, 48, 0.5);
}
.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 .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;
  }
}
.cart-form .form-actions .js-hide.js-form-submit.form-submit {
  display: none !important;
}
.layout-checkout-form {
  padding: 40px;
  border-radius: 25px;
  border: 1px solid #E0CABC;
  background-color: #FAF1E8;
}
@media screen and (max-width: 991px) {
  .layout-checkout-form {
    padding: 20px;
    border-radius: 20px;
  }
}
.layout-checkout-form h3 {
  font-family: 'Shantell Sans', 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: -0.01em;
  color: #5E3016;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .layout-checkout-form h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .layout-checkout-form h3 {
    font-size: 14px;
  }
}
.layout-checkout-form .layout-region-checkout-main {
  width: 100%;
  padding-right: 0;
}
.layout-checkout-form legend {
  font-family: 'Shantell Sans', 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: -0.01em;
  color: #5E3016;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .layout-checkout-form legend {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .layout-checkout-form legend {
    font-size: 14px;
  }
}
.layout-checkout-form legend .checkout-review-edit-link {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .layout-checkout-form legend .checkout-review-edit-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .layout-checkout-form legend .checkout-review-edit-link {
    font-size: 13px;
  }
}
.layout-checkout-form legend .checkout-review-edit-link a {
  text-decoration: underline;
  text-transform: none;
}
.layout-checkout-form > fieldset {
  margin-bottom: 0;
}
.layout-checkout-form .field--type-address > fieldset legend {
  display: none;
}
.layout-checkout-form #edit-review-contact-information {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .layout-checkout-form #edit-review-contact-information {
    margin-bottom: 15px;
  }
}
.layout-checkout-form #edit-review-contact-information .fieldset-wrapper {
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1199px) {
  .layout-checkout-form #edit-review-contact-information .fieldset-wrapper {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .layout-checkout-form #edit-review-contact-information .fieldset-wrapper {
    font-size: 14px;
  }
}
.layout-checkout-form fieldset .field--type-string {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .layout-checkout-form fieldset .field--type-string {
    margin-bottom: 7px;
  }
}
.layout-checkout-form fieldset .field__label {
  font-weight: 600;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .layout-checkout-form fieldset .field__label {
    margin-bottom: 2px;
  }
}
.layout-checkout-form fieldset .field__item {
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1199px) {
  .layout-checkout-form fieldset .field__item {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .layout-checkout-form fieldset .field__item {
    font-size: 14px;
  }
}
.layout-checkout-form .layout-region-checkout-secondary {
  display: none;
}
.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 .form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .form-actions {
    gap: 15px;
  }
}
.layout-checkout-form .form-actions .link--previous {
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  .layout-checkout-form .form-actions .link--previous {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .form-actions .link--previous {
    font-size: 13px;
  }
}
.layout-checkout-form .checkout-complete {
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1199px) {
  .layout-checkout-form .checkout-complete {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .checkout-complete {
    font-size: 14px;
  }
}
form.user-form,
.user-login-form,
.user-pass {
  padding: 40px;
  border-radius: 25px;
  border: 1px solid #E0CABC;
  background-color: #FAF1E8;
}
@media screen and (max-width: 991px) {
  form.user-form,
  .user-login-form,
  .user-pass {
    padding: 20px;
    border-radius: 20px;
  }
}
form.user-form .form-item .description,
.user-login-form .form-item .description,
.user-pass .form-item .description {
  font-weight: 500;
  font-size: 14px;
  margin-top: 5px;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  form.user-form .form-item .description,
  .user-login-form .form-item .description,
  .user-pass .form-item .description {
    font-size: 12px;
  }
}
form.user-form .form-actions,
.user-login-form .form-actions,
.user-pass .form-actions {
  margin-top: 20px;
}
article.profile > * {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  article.profile > * {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  article.profile .row-profile {
    gap: 20px 0;
  }
}
article.profile .field__label {
  margin-bottom: 5px;
  font-weight: 500;
}
article.profile .field__item {
  font-family: 'Shantell Sans', 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: -0.01em;
  color: #5E3016;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  article.profile .field__item {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  article.profile .field__item {
    font-size: 14px;
  }
}
article.profile .col-user {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 25px;
  border: 1px solid;
}
@media screen and (max-width: 991px) {
  article.profile .col-user {
    border-radius: 20px;
  }
}
article.profile .col-user h3 {
  margin-bottom: 32px;
  font-family: 'Shantell Sans', 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 115%;
  letter-spacing: -0.01em;
  color: #5E3016;
}
@media screen and (max-width: 1199px) {
  article.profile .col-user h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  article.profile .col-user h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  article.profile .col-user h3 {
    margin-bottom: 24px;
  }
}
article.profile .col-user .user-field,
article.profile .col-user .subscription-field {
  margin-bottom: 14px;
}
article.profile .col-user .user-field .label,
article.profile .col-user .subscription-field .label {
  font-family: 'Shantell Sans', 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: -0.01em;
  color: #5E3016;
  line-height: 100%;
}
@media screen and (max-width: 1199px) {
  article.profile .col-user .user-field .label,
  article.profile .col-user .subscription-field .label {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  article.profile .col-user .user-field .label,
  article.profile .col-user .subscription-field .label {
    font-size: 14px;
  }
}
article.profile .col-user .user-field .value,
article.profile .col-user .subscription-field .value {
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: -0.01em;
  line-height: 100%;
}
@media screen and (max-width: 1199px) {
  article.profile .col-user .user-field .value,
  article.profile .col-user .subscription-field .value {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  article.profile .col-user .user-field .value,
  article.profile .col-user .subscription-field .value {
    font-size: 14px;
  }
}
article.profile .col-user .user-actions {
  margin-top: auto;
}
article.profile .user-fields-info {
  border-color: #E0CABC;
  background-color: #FAF1E8;
}
article.profile .subscription-info {
  position: relative;
}
article.profile .subscription-info > * {
  position: relative;
  z-index: 1;
}
article.profile .subscription-info::before {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 196px;
  height: 196px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}
article.profile .subscription-info.subscription-info--inactive {
  border-color: #FFF198;
  background-color: #fff9e6;
}
article.profile .subscription-info.subscription-info--inactive::before {
  background-image: url("/sites/all/themes/vesta_theme/image/Exclamation Circle Fill.webp");
}
article.profile .subscription-info.subscription-info--inactive .btn-default {
  background-color: #fff9e6;
}
article.profile .subscription-info.subscription-info--inactive .btn-default:hover,
article.profile .subscription-info.subscription-info--inactive .btn-default:active,
article.profile .subscription-info.subscription-info--inactive .btn-default:focus,
article.profile .subscription-info.subscription-info--inactive .btn-default:focus-visible {
  background-color: #829A33;
  border-color: #829A33;
  color: #FEFBF9;
  outline: none;
}
article.profile .subscription-info.subscription-info--active {
  border-color: #D9EC91;
  background-color: #F8FAEA;
}
article.profile .subscription-info.subscription-info--active::before {
  background-image: url("/sites/all/themes/vesta_theme/image/Check Circle Fill.webp");
}
article.profile .subscription-info.subscription-info--active .btn-default {
  background-color: #F8FAEA;
}
article.profile .subscription-info.subscription-info--active .btn-default:hover,
article.profile .subscription-info.subscription-info--active .btn-default:active,
article.profile .subscription-info.subscription-info--active .btn-default:focus,
article.profile .subscription-info.subscription-info--active .btn-default:focus-visible {
  background-color: #829A33;
  border-color: #829A33;
  color: #FEFBF9;
  outline: none;
}
article.profile .subscription-info .subscription-prompt {
  margin-bottom: 0;
}
article.profile .subscription-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
body.user-authenticated h1 .field--name-order-number {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body.user-authenticated h1 .field--name-order-number .field__item {
  font-weight: 600;
}
body.user-authenticated .customer-information .field,
body.user-authenticated .order-information .field {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  body.user-authenticated .customer-information .field,
  body.user-authenticated .order-information .field {
    margin-bottom: 15px;
  }
}
body.user-authenticated .customer-information .field .field__label,
body.user-authenticated .order-information .field .field__label {
  margin-bottom: 5px;
  font-weight: 600;
}
body.user-authenticated .customer-information .field--name-total-price .order-total-line__subtotal,
body.user-authenticated .order-information .field--name-total-price .order-total-line__subtotal {
  display: none;
}
.openid-connect-user-logout .form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
ul.nav-tabs {
  border: none;
}
ul.nav-tabs .nav-item .nav-link {
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 10px;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #1E1008;
}
@media screen and (max-width: 1199px) {
  ul.nav-tabs .nav-item .nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  ul.nav-tabs .nav-item .nav-link {
    font-size: 13px;
  }
}
ul.nav-tabs .nav-item .nav-link:hover,
ul.nav-tabs .nav-item .nav-link:active,
ul.nav-tabs .nav-item .nav-link:focus,
ul.nav-tabs .nav-item .nav-link:focus-visible {
  color: #915D3F;
  outline: none;
}
ul.nav-tabs .nav-item .nav-link.active,
ul.nav-tabs .nav-item .nav-link.is-active {
  border-color: #E0CABC;
  background-color: #FAF1E8;
}
ul.nav-tabs .nav-item .nav-link.active:hover,
ul.nav-tabs .nav-item .nav-link.is-active:hover,
ul.nav-tabs .nav-item .nav-link.active:active,
ul.nav-tabs .nav-item .nav-link.is-active:active,
ul.nav-tabs .nav-item .nav-link.active:focus,
ul.nav-tabs .nav-item .nav-link.is-active:focus,
ul.nav-tabs .nav-item .nav-link.active:focus-visible,
ul.nav-tabs .nav-item .nav-link.is-active:focus-visible {
  color: #1E1008;
  outline: none;
}
