/* Container */
/* Fonts */
/* Colors */
:root {
  /* Fonts */
  --font-50: 50px;
  --font-44: 44px;
  --font-36: 36px;
  --font-34: 34px;
  --font-24: 24px;
  --font-20: 20px;
  --font-18: 18px;
  --font-16: 16px;
  --font-14: 14px;
  /* Margins */
  --margin-90: 90px;
  --margin-60: 60px;
  --margin-32: 32px;
  --margin-30: 30px;
  --margin-22: 22px;
  --margin-20: 20px;
  --margin-15-n: -15px;
  --margin-14: 14px;
  --margin-10: 10px;
  --margin-8: 8px;
  /* Paddings */
  --padding-60: 60px;
  --padding-45: 45px;
  --padding-20: 20px;
  --padding-16: 16px;
  --padding-15: 15px;
  --padding-14: 14px;
  --padding-10: 10px;
  --padding-search: 10px 18px;
  --padding-catalog: 18px 14px;
  --padding-advantage: 22px 10px;
  --padding-button: 14px 22px;
  --padding-input: 14px 22px;
  --padding-cookies: 17px 20px;
  /* Gaps */
  --gap-50: 50px;
  --gap-48: 48px;
  --gap-32: 32px;
  --gap-30: 30px;
  --gap-25: 25px;
  --gap-20: 20px;
  --gap-14: 14px;
  --gap-12: 12px;
  --gap-10: 10px;
  --gap-8: 8px;
}
@media screen and (max-width: 1199px) {
  :root {
    /* Fonts */
    --font-50: 44px;
    --font-44: 38px;
    --font-36: 26px;
    --font-34: 30px;
    --font-24: 20px;
    --font-20: 15px;
    --font-18: 16px;
    --font-16: 14px;
    --font-14: 12px;
    /* Margins */
    --margin-90: 70px;
    --margin-60: 50px;
    --margin-32: 28px;
    --margin-30: 24px;
    --margin-22: 18px;
    --margin-20: 16px;
    --margin-15-n: -12px;
    --margin-14: 12px;
    --margin-10: 8px;
    --margin-8: 8px;
    /* Paddings */
    --padding-60: 50px;
    --padding-45: 40px;
    --padding-20: 16px;
    --padding-16: 14px;
    --padding-15: 12px;
    --padding-14: 12px;
    --padding-10: 8px;
    --padding-search: 8px 16px;
    --padding-catalog: 16px 12px;
    --padding-advantage: 18px 8px;
    --padding-button: 12px 20px;
    --padding-input: 12px 20px;
    --padding-cookies: 15px 18px;
    /* Gaps */
    --gap-50: 30px;
    --gap-48: 20px;
    --gap-32: 24px;
    --gap-30: 24px;
    --gap-25: 20px;
    --gap-20: 16px;
    --gap-14: 12px;
    --gap-12: 10px;
    --gap-10: 8px;
  }
}
@media screen and (max-width: 991px) {
  :root {
    /* Fonts */
    --font-50: 35px;
    --font-44: 34px;
    --font-36: 22px;
    --font-34: 22px;
    --font-24: 14px;
    --font-20: 16px;
    --font-18: 14px;
    --font-16: 12px;
    /* Margins */
    --margin-90: 50px;
    --margin-60: 40px;
    --margin-32: 24px;
    --margin-30: 20px;
    --margin-22: 16px;
    --margin-20: 14px;
    --margin-15-n: -10px;
    --margin-14: 10px;
    --margin-10: 8px;
    /* Paddings */
    --padding-60: 40px;
    --padding-45: 32px;
    --padding-20: 14px;
    --padding-16: 12px;
    --padding-15: 10px;
    --padding-14: 10px;
    --padding-10: 8px;
    --padding-search: 8px 12px;
    --padding-catalog: 14px 10px;
    --padding-advantage: 14px 8px;
    --padding-button: 10px 18px;
    --padding-input: 10px 18px;
    --padding-cookies: 10px 16px;
    /* Gaps */
    --gap-50: 32px;
    --gap-48: 32px;
    --gap-32: 24px;
    --gap-30: 20px;
    --gap-25: 17px;
    --gap-20: 14px;
    --gap-14: 10px;
    --gap-12: 8px;
    --gap-10: 8px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    /* Fonts */
    --font-50: 26px;
    --font-44: 28px;
    --font-36: 20px;
    --font-34: 16px;
    --font-20: 14px;
    --font-18: 12px;
    /* Margins */
    --margin-90: 40px;
    --margin-60: 32px;
    --margin-32: 24px;
    --margin-30: 20px;
    --margin-22: 14px;
    --margin-20: 14px;
    --margin-15-n: -10px;
    --margin-14: 10px;
    /* Paddings */
    --padding-60: 32px;
    --padding-45: 24px;
    --padding-20: 12px;
    --padding-16: 12px;
    --padding-search: 6px 10px;
    --padding-catalog: 12px 8px;
    --padding-advantage: 12px 6px;
    --padding-button: 8px 16px;
    --padding-input: 8px 16px;
    --padding-cookies: 8px 14px;
    /* Gaps */
    --gap-50: 28px;
    --gap-48: 28px;
    --gap-32: 24px;
    --gap-30: 20px;
    --gap-25: 16px;
    --gap-20: 12px;
    --gap-14: 10px;
    --gap-12: 8px;
  }
}
@media screen and (max-width: 575px) {
  :root {
    /* Fonts */
    --font-50: 22px;
    --font-44: 20px;
    --font-36: 20px;
    --font-34: 14px;
    --font-20: 13px;
    /* Margins */
    --margin-90: 32px;
    --margin-60: 24px;
    --margin-32: 20px;
    --margin-30: 16px;
    --margin-22: 12px;
    --margin-20: 12px;
    --margin-15-n: -8px;
    /* Paddings */
    --padding-60: 24px;
    --padding-45: 20px;
    --padding-20: 10px;
    --padding-search: 6px 8px;
    --padding-catalog: 10px 8px;
    --padding-advantage: 10px 6px;
    --padding-button: 8px 12px;
    --padding-input: 8px 12px;
    --padding-cookies: 6px 10px;
    /* Gaps */
    --gap-50: 24px;
    --gap-48: 24px;
    --gap-32: 20px;
    --gap-30: 16px;
    --gap-25: 13px;
    --gap-20: 10px;
    --gap-14: 8px;
  }
}
p:last-child {
  margin-bottom: 0 !important;
}
body {
  padding-top: 0 !important;
  font-family: "Golos Text", sans-serif;
  font-size: var(--font-18);
  line-height: 140%;
  color: #313131;
}
#page {
  overflow: hidden;
}
.toolbar-fixed #page {
  margin-top: var(--drupal-displace-offset-top);
}
@media screen and (max-width: 991px) {
  #page {
    padding-top: 55px;
  }
}
.ajax-progress-throbber .throbber {
  padding: 0;
  margin: 0;
  display: none;
}
.ajax-progress-throbber {
  display: none;
}
.clearfix::after {
  display: none;
}
.container {
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.header__top {
  padding: var(--padding-14) 0;
  background-color: #fff;
}
.header__bottom {
  background-color: #1a4e89;
}
.header__container {
  display: flex;
  align-items: center;
  column-gap: var(--gap-32);
}
.header__contact {
  display: flex;
  align-items: center;
  column-gap: var(--gap-10);
  font-size: var(--font-14);
  line-height: 120%;
  color: #313131;
}
.header__contact:not(.header__contact--stroke) svg path {
  fill: #cc2626;
}
.header__contact .header__contact--stroke svg path {
  stroke: #cc2626;
}
.header__link {
  font-size: var(--font-14);
  line-height: 120%;
  color: #313131;
  transition: color 0.2s ease;
  text-decoration: none;
}
.header__link:hover,
.header__link:focus {
  color: #cc2626;
}
.header__link:active {
  color: #a11e1e;
}
.header__search {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .header__logo {
    width: 200px;
  }
}
.header__callback {
  margin-left: -10px;
}
#header .search-api-page-block-form-search .search-form__submit {
  display: none;
}
#header .region-callback .btn {
  padding: var(--padding-button);
  font-size: var(--font-18);
  line-height: 130%;
  font-weight: 500;
  color: #fff;
  background-color: #1a4e89;
  transition: color 0.2s ease;
  transition: background-color 0.2s ease;
  border: none;
  border-radius: 0;
}
#header .region-callback .btn:hover,
#header .region-callback .btn:focus {
  color: #fff;
  background-color: #cc2626;
}
#header .region-callback .btn:active {
  color: #fff;
  background-color: #a11e1e;
}
#header .nav {
  column-gap: var(--gap-50);
}
#header .nav-link {
  padding: var(--padding-10) 0;
  font-size: var(--font-18);
  line-height: 130%;
  font-weight: 500;
  color: #fff;
  transition: color 0.2s ease;
}
#header .nav-link:hover,
#header .nav-link:focus {
  color: #cc2626;
}
#header .nav-link:active {
  color: #a11e1e;
}
#header .nav-link.active,
#header .nav-link.is-active {
  color: #cc2626;
  transition: color 0.2s ease;
}
#header .nav-link.active:hover,
#header .nav-link.is-active:hover,
#header .nav-link.active:focus,
#header .nav-link.is-active:focus {
  color: #a11e1e;
}
#header .nav-link.active:active,
#header .nav-link.is-active:active {
  color: #761616;
}
#header .nav-item:not(.dropdown-menu .nav-item):first-child {
  position: relative;
  background-color: #cc2626;
  transition: background-color 0.2s ease;
}
#header .nav-item:not(.dropdown-menu .nav-item):first-child:hover,
#header .nav-item:not(.dropdown-menu .nav-item):first-child:focus {
  background-color: #313131;
}
#header .nav-item:not(.dropdown-menu .nav-item):first-child .nav-link {
  padding-right: var(--padding-45);
  padding-left: var(--padding-14);
  color: #fff;
  transition: color 0.2s ease;
}
#header .nav-item:not(.dropdown-menu .nav-item):first-child .nav-link:hover,
#header .nav-item:not(.dropdown-menu .nav-item):first-child .nav-link:focus {
  color: #fff;
}
#header .nav-item:not(.dropdown-menu .nav-item):first-child .nav-link:active {
  color: #e6e6e6;
}
#header .nav-item:not(.dropdown-menu .nav-item):first-child::after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-5px);
  right: 20px;
  width: 15px;
  height: 10px;
  background-image: url('/sites/all/themes/vesta_theme/image/nav-white.svg');
  background-position: center;
  background-size: contain;
}
#header-mob {
  min-height: 55px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #header-mob .header__logo {
    max-width: 150px;
  }
}
@media screen and (max-width: 575px) {
  #header-mob .header__logo {
    max-width: 120px;
  }
}
@media screen and (max-width: 380px) {
  #header-mob .header__contact svg {
    display: none;
  }
}
#header-mob .header__link {
  color: #313131;
  transition: color 0.2s ease;
}
#header-mob .header__link:hover,
#header-mob .header__link:focus {
  color: #cc2626;
}
#header-mob .header__link:active {
  color: #a11e1e;
}
.page.not-front #header-mob {
  border-bottom: 1px solid #1a4e89;
}
#offcanvasNav {
  background-color: #fff;
}
#offcanvasNav .nav {
  margin-bottom: var(--margin-10);
}
#offcanvasNav .nav-link {
  padding: var(--padding-10);
  padding-left: 0;
  color: #313131;
  transition: color 0.2s ease;
  font-size: var(--font-14);
}
#offcanvasNav .nav-link:hover,
#offcanvasNav .nav-link:focus {
  color: #cc2626;
}
#offcanvasNav .nav-link:active {
  color: #a11e1e;
}
#offcanvasNav .nav .dropdown-menu {
  border: none;
}
#offcanvasNav .nav .dropdown-item {
  padding-left: var(--padding-10);
  font-size: var(--font-14);
}
#offcanvasNav .header__contact {
  margin-bottom: var(--margin-20);
}
#offcanvasNav .header__search {
  width: max-content;
}
#offcanvasNav .region-callback .btn {
  padding: var(--padding-button);
  font-size: var(--font-18);
  line-height: 130%;
  font-weight: 500;
  color: #fff;
  background-color: #1a4e89;
  transition: color 0.2s ease;
  transition: background-color 0.2s ease;
  border: none;
  border-radius: 0;
}
#offcanvasNav .region-callback .btn:hover,
#offcanvasNav .region-callback .btn:focus {
  color: #fff;
  background-color: #cc2626;
}
#offcanvasNav .region-callback .btn:active {
  color: #fff;
  background-color: #a11e1e;
}
#offcanvasNav .btn__search {
  top: 10px;
}
@media screen and (max-width: 767px) {
  #offcanvasNav .btn__search {
    top: 8px;
  }
}
@media screen and (max-width: 575px) {
  #offcanvasNav .btn__search {
    top: 6px;
  }
}
#offcanvasNav .form-submit {
  display: none;
}
#offcanvasNav .form-control:focus {
  box-shadow: none;
}
.form-search {
  width: 300px;
  padding: var(--padding-search);
  font-size: var(--font-14);
  line-height: 120%;
  color: #313131;
  border: 1px solid #1a4e89;
  transition: border-color 0.2s ease;
  border-radius: 0;
  opacity: 0.5;
}
@media screen and (max-width: 1199px) {
  .form-search {
    width: 200px;
  }
}
.form-search:hover,
.form-search:focus {
  border-color: #cc2626;
}
.form-search::placeholder {
  font-size: var(--font-14);
  line-height: 120%;
  color: #1a4e89;
}
.form-search::-webkit-search-cancel-button {
  position: relative;
  right: 20px;
}
.page.front main {
  background-color: #fdfdfd;
}
.btn__search {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 19px;
  top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: transparent;
}
@media screen and (max-width: 1199px) {
  .btn__search {
    top: 10px;
  }
}
.btn__search svg {
  flex-shrink: 0;
}
.btn__search:hover svg path,
.btn__search:focus svg path {
  fill: #cc2626;
}
.node.node--type-slide .field--name-field-slide-title {
  max-width: 650px;
  margin-bottom: var(--margin-20);
  font-family: "Geologica", sans-serif;
  font-size: var(--font-34);
  line-height: 120%;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .node.node--type-slide .field--name-field-slide-title {
    max-width: 535px;
  }
}
@media screen and (max-width: 991px) {
  .node.node--type-slide .field--name-field-slide-title {
    max-width: 390px;
  }
}
.node.node--type-slide .field--name-body {
  max-width: 650px;
  margin-bottom: var(--margin-30);
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .node.node--type-slide .field--name-body {
    max-width: 550px;
  }
}
@media screen and (max-width: 991px) {
  .node.node--type-slide .field--name-body {
    max-width: 410px;
  }
}
.node.node--type-slide .field--name-field-slide-link {
  z-index: 2;
}
.node.node--type-slide .field--name-field-slide-link a {
  padding: var(--padding-button);
  font-size: var(--font-18);
  line-height: 130%;
  font-weight: 500;
  color: #1a4e89;
  background-color: #fff;
  transition: color 0.2s ease;
  transition: background-color 0.2s ease;
  text-decoration: none;
}
.node.node--type-slide .field--name-field-slide-link a:hover,
.node.node--type-slide .field--name-field-slide-link a:focus {
  color: #fff;
  background-color: #cc2626;
}
.node.node--type-slide .field--name-field-slide-link a:active {
  color: #fff;
  background-color: #a11e1e;
}
.node.node--type-slide::before,
.node.node--type-slide::after {
  position: absolute;
  content: '';
  height: 100%;
  left: 0;
  top: 0;
  background-color: #104179;
  opacity: 0.7;
  clip-path: polygon(0% 0%, 78% 0%, 100% 100%, 100% 100%, 0% 100%);
  pointer-events: none;
}
@media screen and (max-width: 575px) {
  .node.node--type-slide::before,
  .node.node--type-slide::after {
    clip-path: none;
  }
}
.node.node--type-slide::before {
  width: 65vw;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .node.node--type-slide::before {
    width: 90vw;
  }
}
@media screen and (max-width: 575px) {
  .node.node--type-slide::before {
    display: none;
  }
}
.node.node--type-slide::after {
  width: 70vw;
  z-index: 2;
  display: block;
}
@media screen and (max-width: 767px) {
  .node.node--type-slide::after {
    width: 92vw;
  }
}
@media screen and (max-width: 575px) {
  .node.node--type-slide::after {
    width: 100vw;
  }
}
.node.node--type-slide .content {
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .node.node--type-slide .field--name-field-image {
    height: 255px;
    max-height: 100%;
  }
}
.node.node--type-slide .field--name-field-image img {
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .node.node--type-slide .field--name-field-image img {
    height: 100%;
  }
}
button.slick-prev.slick-arrow {
  left: 35px;
}
button.slick-next.slick-arrow {
  right: 35px;
}
button.slick-arrow {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.2s ease;
  opacity: 0.5;
}
button.slick-arrow::before {
  width: 23px;
  height: 17px;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  button.slick-arrow.slick-prev {
    width: 50px;
    height: 50px;
    left: initial;
    right: calc((100vw - 1170px) / 2 + 75px);
    bottom: 0;
    top: initial;
  }
}
@media screen and (max-width: 1199px) {
  button.slick-arrow.slick-prev {
    right: calc((100vw - 962px) / 2 + 75px);
  }
}
@media screen and (max-width: 991px) {
  button.slick-arrow.slick-prev {
    right: calc((100vw - 738px) / 2 + 75px);
  }
}
@media screen and (max-width: 767px) {
  button.slick-arrow.slick-prev {
    width: 40px;
    height: 40px;
    right: calc((100vw - 546px) / 2 + 55px);
  }
}
@media screen and (max-width: 575px) {
  button.slick-arrow.slick-prev {
    right: 55px;
  }
}
button.slick-arrow.slick-prev::before {
  transform: rotate(180deg);
}
@media screen and (max-width: 1400px) {
  button.slick-arrow.slick-next {
    width: 50px;
    height: 50px;
    right: calc((100vw - 1170px) / 2);
    bottom: 0;
    top: initial;
  }
}
@media screen and (max-width: 1199px) {
  button.slick-arrow.slick-next {
    right: calc((100vw - 962px) / 2);
  }
}
@media screen and (max-width: 991px) {
  button.slick-arrow.slick-next {
    right: calc((100vw - 738px) / 2);
  }
}
@media screen and (max-width: 767px) {
  button.slick-arrow.slick-next {
    width: 40px;
    height: 40px;
    right: calc((100vw - 546px) / 2);
  }
}
@media screen and (max-width: 575px) {
  button.slick-arrow.slick-next {
    right: 10px;
  }
}
button.slick-arrow.slick-next::before {
  transform: rotate(0);
}
button.slick-arrow:hover,
button.slick-arrow:focus {
  opacity: 1;
  background-color: #cc2626;
}
button.slick-arrow:active {
  background-color: #a11e1e;
}
ul.slick-dots {
  position: absolute;
  bottom: 36px;
  left: 0;
  right: 0;
  gap: var(--gap-12);
}
@media screen and (max-width: 991px) {
  ul.slick-dots {
    bottom: 14px;
  }
}
ul.slick-dots li button {
  width: 78px;
  height: 2px;
  border-radius: 0;
  background-color: #fff;
  opacity: 0.3;
}
@media screen and (max-width: 991px) {
  ul.slick-dots li button {
    width: 60px;
  }
}
ul.slick-dots li.slick-active button {
  opacity: 1;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .region-slider .node--type-slide {
    min-height: 255px;
  }
}
.front-h1 {
  margin: var(--margin-90) 0;
  font-family: "Geologica", sans-serif;
  font-size: var(--font-50);
  line-height: 120%;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.block-title {
  margin-bottom: var(--margin-30);
  font-family: "Geologica", sans-serif;
  font-size: var(--font-44);
  line-height: 120%;
  font-weight: 500;
}
.view-catalog .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-30);
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content {
    grid-template-columns: 1fr;
  }
}
.view-catalog .view-content .views-row {
  position: relative;
  height: 100%;
  flex-grow: 1;
}
.view-catalog .view-content .views-row:nth-child(6n + 1),
.view-catalog .view-content .views-row:nth-child(6n + 6) {
  width: 23%;
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row:nth-child(6n + 1),
  .view-catalog .view-content .views-row:nth-child(6n + 6) {
    width: 100%;
  }
}
.view-catalog .view-content .views-row:nth-child(6n + 2),
.view-catalog .view-content .views-row:nth-child(6n + 5) {
  width: 40%;
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row:nth-child(6n + 2),
  .view-catalog .view-content .views-row:nth-child(6n + 5) {
    width: 100%;
  }
}
.view-catalog .view-content .views-row:nth-child(6n + 3),
.view-catalog .view-content .views-row:nth-child(6n + 4) {
  width: 31%;
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row:nth-child(6n + 3),
  .view-catalog .view-content .views-row:nth-child(6n + 4) {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row {
    width: 100%;
  }
}
.view-catalog .view-content .views-row:nth-child(4n + 1) {
  grid-column: 1 / 2;
}
.view-catalog .view-content .views-row:nth-child(4n + 2) {
  grid-column: 2 / 4;
}
.view-catalog .view-content .views-row:nth-child(4n + 3) {
  grid-column: 1 / 3;
}
.view-catalog .view-content .views-row:nth-child(4n) {
  grid-column: 3 / 4;
}
.view-catalog .view-content .views-row:nth-child(4n + 1),
.view-catalog .view-content .views-row:nth-child(4n + 2),
.view-catalog .view-content .views-row:nth-child(4n + 3),
.view-catalog .view-content .views-row:nth-child(4n) {
  grid-column: 1 / -1;
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row:nth-child(4n + 1),
  .view-catalog .view-content .views-row:nth-child(4n + 2),
  .view-catalog .view-content .views-row:nth-child(4n + 3),
  .view-catalog .view-content .views-row:nth-child(4n) {
    grid-column: initial;
  }
}
.taxonomy-term--type-catalog {
  position: relative;
}
.taxonomy-term--type-catalog:hover .catalog__more:not(:hover),
.taxonomy-term--type-catalog:focus .catalog__more:not(:hover) {
  text-decoration: none;
}
.taxonomy-term--type-catalog:hover .field--name-field-catalog-image::after,
.taxonomy-term--type-catalog:focus .field--name-field-catalog-image::after {
  background-image: url('/sites/all/themes/vesta_theme/image/red-gradient.svg');
}
.taxonomy-term--type-catalog .field--name-taxonomy-term-title h3 {
  max-width: 366px;
  margin-bottom: var(--margin-10);
  font-family: "Geologica", sans-serif;
  font-size: var(--font-20);
  line-height: 120%;
  font-weight: 500;
  color: #fff;
}
.taxonomy-term--type-catalog .field--name-field-catalog-image {
  height: 220px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .taxonomy-term--type-catalog .field--name-field-catalog-image {
    max-height: 180px;
  }
}
.taxonomy-term--type-catalog .field--name-field-catalog-image::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('/sites/all/themes/vesta_theme/image/blue-gradient.svg');
}
.taxonomy-term--type-catalog .field--name-field-catalog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-views-blockcatalog-block-front {
  margin-bottom: var(--margin-90);
}
@media screen and (max-width: 575px) {
  .block-views-blockcatalog-block-front .block-title {
    max-width: 195px;
  }
}
.block-views-blockcatalog-block-front .contextual-region {
  position: initial;
}
.block-views-blockcatalog-block-front .more-link {
  position: absolute;
  top: 15px;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .block-views-blockcatalog-block-front .more-link {
    top: 12px;
  }
}
@media screen and (max-width: 991px) {
  .block-views-blockcatalog-block-front .more-link {
    top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .block-views-blockcatalog-block-front .more-link {
    top: 4px;
  }
}
.catalog__info {
  position: absolute;
  bottom: 20px;
  left: 14px;
  right: 14px;
}
.catalog__more {
  font-size: var(--font-16);
  line-height: 120%;
  color: #fff;
}
.block-views-blockcatalog-block-front {
  position: relative;
}
.more-link a {
  padding: var(--padding-button);
  color: #fff;
  background-color: #1a4e89;
  transition: color 0.2s ease;
  transition: background-color 0.2s ease;
  text-decoration: none;
}
.more-link a:hover,
.more-link a:focus {
  color: #fff;
  background-color: #cc2626;
}
.more-link a:active {
  color: #fff;
  background-color: #a11e1e;
}
.block-views-blockservices-block-1 {
  position: relative;
}
.block-views-blockservices-block-1 > div > .contextual-region {
  position: initial;
}
.block-views-blockservices-block-1 .more-link {
  position: absolute;
  top: 15px;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .block-views-blockservices-block-1 .more-link {
    top: 12px;
  }
}
@media screen and (max-width: 991px) {
  .block-views-blockservices-block-1 .more-link {
    top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .block-views-blockservices-block-1 .more-link {
    top: 4px;
  }
}
@media screen and (max-width: 575px) {
  .block-views-blockservices-block-1 .block-title {
    max-width: 195px;
  }
}
.view-services .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap-30);
}
@media screen and (max-width: 767px) {
  .view-services .view-content {
    grid-template-columns: 1fr;
  }
}
.view-services .views-row {
  height: 100%;
}
.services {
  margin-bottom: var(--margin-90);
}
.services__info {
  min-height: 142px;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  padding: var(--padding-16);
  background: rgba(143, 147, 157, 0.34);
  backdrop-filter: blur(80px);
}
@media screen and (max-width: 1199px) {
  .services__info {
    min-height: 125px;
  }
}
@media screen and (max-width: 991px) {
  .services__info {
    min-height: 120px;
  }
}
.services__more {
  font-size: var(--font-14);
  line-height: 120%;
  font-weight: 500;
  color: #fff;
  transition: color 0.2s ease;
}
.services__more:hover,
.services__more:focus {
  color: #cc2626;
}
.services__more:active {
  color: #a11e1e;
}
.node--type-service {
  position: relative;
  height: 100%;
  min-height: 280px;
  display: flex;
  padding: var(--padding-20);
}
@media screen and (max-width: 1199px) {
  .node--type-service {
    min-height: 230px;
  }
}
@media screen and (max-width: 991px) {
  .node--type-service {
    min-height: 176px;
  }
}
.node--type-service .field--name-field-service-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.node--type-service .field--name-field-service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.node--type-service .field--name-node-title h3 {
  margin-bottom: var(--margin-10);
  font-family: "Geologica", sans-serif;
  font-size: var(--font-24);
  line-height: 120%;
  font-weight: 500;
  color: #fff;
}
.node--type-service .field--name-body {
  margin-bottom: var(--margin-10);
  font-size: var(--font-16);
  line-height: 120%;
  color: #fff;
}
.node--type-service .field--name-body p {
  margin-bottom: var(--margin-10);
}
.node--type-service .field--name-field-additional-text {
  font-size: var(--font-16);
  line-height: 120%;
}
.node--type-service .field--name-field-additional-text p {
  margin-bottom: var(--margin-10);
}
.node--type-service .field--name-node-link {
  margin-top: auto;
}
.node--type-service.node--view-mode-full {
  padding: 0;
  min-height: auto;
  display: flex;
  flex-direction: column;
}
.node--type-service.node--view-mode-full .field--name-body {
  margin-bottom: var(--margin-30);
  color: #313131;
}
.node--type-service.node--view-mode-full .btn__callback {
  padding: var(--padding-button);
  font-size: var(--font-18);
  line-height: 130%;
  font-weight: 500;
  color: #fff;
  background-color: #1a4e89;
  transition: color 0.2s ease;
  transition: background-color 0.2s ease;
  border: none;
  border-radius: 0;
}
.node--type-service.node--view-mode-full .btn__callback:hover,
.node--type-service.node--view-mode-full .btn__callback:focus {
  color: #fff;
  background-color: #cc2626;
}
.node--type-service.node--view-mode-full .btn__callback:active {
  color: #fff;
  background-color: #a11e1e;
}
.about {
  padding: var(--padding-60) 0;
  background-color: #eff0f3;
}
.about__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--margin-30);
}
.about__link {
  padding: var(--padding-button);
  color: #fff;
  background-color: #1a4e89;
  transition: color 0.2s ease;
  transition: background-color 0.2s ease;
  text-decoration: none;
}
.about__link:hover,
.about__link:focus {
  color: #fff;
  background-color: #cc2626;
}
.about__link:active {
  color: #fff;
  background-color: #a11e1e;
}
.node--type-about .field--name-body,
.node--type-about .field--name-field-about-additional-text {
  margin-bottom: var(--margin-30);
}
.node--type-about .field--name-body p,
.node--type-about .field--name-field-about-additional-text p {
  margin-bottom: var(--margin-10);
}
.node--type-about .field--name-field-about-image img {
  width: 100%;
}
.advantages {
  margin-bottom: var(--margin-90);
  padding-bottom: var(--padding-60);
  background-color: #eff0f3;
}
.view-advantages .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--gap-30);
}
@media screen and (max-width: 767px) {
  .view-advantages .view-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .view-advantages .view-content {
    grid-template-columns: 1fr;
  }
}
.view-advantages .views-row {
  height: 100%;
}
.node--type-advantage {
  height: 100%;
  display: flex;
  align-items: center;
  column-gap: var(--gap-30);
  padding: var(--padding-advantage);
  background-color: #c5d5e8;
}
@media screen and (max-width: 991px) {
  .node--type-advantage {
    flex-direction: column;
    row-gap: var(--gap-10);
  }
}
.node--type-advantage .field--name-field-advantage-icon {
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  .node--type-advantage .field--name-field-advantage-icon {
    max-width: 50px;
  }
}
.node--type-advantage .field--name-node-title h3 {
  margin: 0;
  font-family: "Geologica", sans-serif;
  font-size: var(--font-20);
  line-height: 120%;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .node--type-advantage .field--name-node-title h3 {
    text-align: center;
  }
}
.node--type-advantage .field--name-body {
  font-size: var(--font-14);
  line-height: 120%;
}
@media screen and (max-width: 991px) {
  .node--type-advantage .field--name-body {
    text-align: center;
  }
}
.advantage__right {
  display: flex;
  flex-direction: column;
  row-gap: var(--gap-10);
}
.gallery {
  margin-bottom: var(--margin-90);
}
.block-views-blockfotogalereya-block-1 {
  position: relative;
}
.block-views-blockfotogalereya-block-1 > div > .contextual-region {
  position: initial;
}
.block-views-blockfotogalereya-block-1 .more-link {
  position: absolute;
  top: 15px;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .block-views-blockfotogalereya-block-1 .more-link {
    top: 12px;
  }
}
@media screen and (max-width: 991px) {
  .block-views-blockfotogalereya-block-1 .more-link {
    top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .block-views-blockfotogalereya-block-1 .more-link {
    top: 4px;
  }
}
@media screen and (max-width: 575px) {
  .block-views-blockfotogalereya-block-1 .block-title {
    max-width: 195px;
  }
}
.view-fotogalereya .slick-list {
  margin: 0 var(--margin-15-n);
}
.view-fotogalereya .slick-slide {
  padding: 0 var(--padding-15);
}
.view-fotogalereya .slick-arrow {
  background-color: #1a4e89;
  width: 45px;
  height: 45px;
  border: none;
}
.view-fotogalereya button.slick-prev.slick-arrow {
  left: -66px;
}
@media screen and (max-width: 1400px) {
  .view-fotogalereya button.slick-prev.slick-arrow {
    top: -55px;
    left: initial;
    right: calc((100vw - 1170px) / 2 + 300px);
    opacity: 1;
  }
}
@media screen and (max-width: 1199px) {
  .view-fotogalereya button.slick-prev.slick-arrow {
    right: calc((100vw - 962px) / 2 + 300px);
  }
}
@media screen and (max-width: 991px) {
  .view-fotogalereya button.slick-prev.slick-arrow {
    right: calc((100vw - 738px) / 2 + 300px);
  }
}
@media screen and (max-width: 767px) {
  .view-fotogalereya button.slick-prev.slick-arrow {
    right: calc((100vw - 546px) / 2 + 175px);
  }
}
.view-fotogalereya button.slick-next.slick-arrow {
  right: -66px;
}
@media screen and (max-width: 1400px) {
  .view-fotogalereya button.slick-next.slick-arrow {
    top: -55px;
    right: calc((100vw - 1170px) / 2 + 200px);
    opacity: 1;
  }
}
@media screen and (max-width: 1199px) {
  .view-fotogalereya button.slick-next.slick-arrow {
    right: calc((100vw - 962px) / 2 + 200px);
  }
}
@media screen and (max-width: 991px) {
  .view-fotogalereya button.slick-next.slick-arrow {
    right: calc((100vw - 738px) / 2 + 200px);
  }
}
@media screen and (max-width: 767px) {
  .view-fotogalereya button.slick-next.slick-arrow {
    right: calc((100vw - 546px) / 2 + 120px);
  }
}
@media screen and (max-width: 1199px) {
  .view-fotogalereya button.slick-next.slick-arrow,
  .view-fotogalereya button.slick-prev.slick-arrow {
    width: 44px;
    height: 44px;
    top: -46px;
  }
}
@media screen and (max-width: 991px) {
  .view-fotogalereya button.slick-next.slick-arrow,
  .view-fotogalereya button.slick-prev.slick-arrow {
    width: 37px;
    height: 37px;
    top: -41px;
  }
}
@media screen and (max-width: 767px) {
  .view-fotogalereya button.slick-next.slick-arrow,
  .view-fotogalereya button.slick-prev.slick-arrow {
    width: 31px;
    height: 31px;
    top: -35px;
  }
}
.page-view--fotogalereya .node--type-photogallery .field--name-field-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--gap-30);
}
.node--type-photogallery .field--name-node-link {
  position: absolute;
  top: 15px;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .node--type-photogallery .field--name-node-link {
    top: 12px;
  }
}
@media screen and (max-width: 991px) {
  .node--type-photogallery .field--name-node-link {
    top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .node--type-photogallery .field--name-node-link {
    top: 4px;
  }
}
.node--type-photogallery.node--view-mode-full .field--name-field-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--gap-30);
}
@media screen and (max-width: 767px) {
  .node--type-photogallery.node--view-mode-full .field--name-field-gallery {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .node--type-photogallery.node--view-mode-full .field--name-field-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.delivery {
  margin-bottom: var(--margin-90);
}
.delivery__left {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .delivery__left {
    margin-bottom: var(--margin-20);
  }
}
.delivery__link {
  font-size: var(--font-16);
  line-height: 120%;
  color: #1a4e89;
  transition: color 0.2s ease;
}
.delivery__link:hover,
.delivery__link:focus {
  color: #cc2626;
}
.delivery__link:active {
  color: #a11e1e;
}
.node--type-delivery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: var(--gap-30);
}
@media screen and (max-width: 767px) {
  .node--type-delivery {
    grid-template-columns: 1fr;
  }
}
.node--type-delivery .field--name-node-title {
  margin-bottom: var(--margin-20);
}
.node--type-delivery .field--name-node-title h2 {
  margin: 0;
  font-family: "Geologica", sans-serif;
  font-size: var(--font-44);
  line-height: 120%;
  font-weight: 500;
}
.node--type-delivery .field--name-body {
  margin-bottom: var(--margin-30);
}
.node--type-delivery .field--name-field-delivery-image img {
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .node--type-delivery .field--name-field-delivery-image img {
    height: 100%;
  }
}
.node--type-delivery.node--view-mode-full {
  display: flex;
  flex-direction: column;
}
.request {
  position: relative;
  padding: var(--padding-60) 0;
}
.request::before,
.request::after {
  position: absolute;
  content: '';
  height: calc(100% + 1px);
  left: 0;
  top: 0;
  background-color: #104179;
  opacity: 0.7;
  clip-path: polygon(0% 0%, 88% 0%, 100% 100%, 100% 100%, 0% 100%);
  pointer-events: none;
}
.request::before {
  width: 68vw;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .request::before {
    width: 85vw;
  }
}
@media screen and (max-width: 575px) {
  .request::before {
    display: none;
  }
}
.request::after {
  width: 73vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .request::after {
    width: 90vw;
  }
}
@media screen and (max-width: 575px) {
  .request::after {
    width: 100vw;
    clip-path: none;
  }
}
.node--type-request {
  position: relative;
}
.node--type-request .field--name-node-title {
  position: relative;
  max-width: 720px;
  margin-bottom: var(--margin-20);
  z-index: 5;
}
@media screen and (max-width: 1199px) {
  .node--type-request .field--name-node-title {
    max-width: 580px;
  }
}
@media screen and (max-width: 991px) {
  .node--type-request .field--name-node-title {
    max-width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-request .field--name-node-title {
    max-width: 410px;
  }
}
.node--type-request .field--name-node-title h2 {
  margin: 0;
  font-family: "Geologica", sans-serif;
  font-size: var(--font-36);
  line-height: 110%;
  font-weight: 400;
  color: #fff;
}
.node--type-request .field--name-body {
  position: relative;
  max-width: 720px;
  margin-bottom: var(--margin-20);
  color: #fff;
  z-index: 5;
}
@media screen and (max-width: 1199px) {
  .node--type-request .field--name-body {
    max-width: 590px;
  }
}
@media screen and (max-width: 991px) {
  .node--type-request .field--name-body {
    max-width: 470px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-request .field--name-body {
    max-width: 425px;
  }
}
.node--type-request .field--name-field-request-image {
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 1;
  height: calc(100% + 120px);
}
@media screen and (max-width: 1199px) {
  .node--type-request .field--name-field-request-image {
    top: -49px;
    height: calc(100% + 99px);
  }
}
@media screen and (max-width: 991px) {
  .node--type-request .field--name-field-request-image {
    top: -40px;
    height: calc(100% + 80px);
  }
}
@media screen and (max-width: 767px) {
  .node--type-request .field--name-field-request-image {
    top: -32px;
    height: calc(100% + 64px);
  }
}
@media screen and (max-width: 575px) {
  .node--type-request .field--name-field-request-image {
    top: -24px;
    height: calc(100% + 48px);
  }
}
.node--type-request .field--name-field-request-image img {
  width: 100vw;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.webform-submission-form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap-12);
  width: 500px;
  max-width: 100%;
}
.webform-submission-form .alert-error {
  z-index: 6;
}
.webform-submission-form .alert-error a {
  color: #313131;
  transition: color 0.2s ease;
}
.webform-submission-form .alert-error a:hover,
.webform-submission-form .alert-error a:focus {
  color: #cc2626;
}
.webform-submission-form .alert-error a:active {
  color: #a11e1e;
}
@media screen and (max-width: 991px) {
  .webform-submission-form {
    width: 465px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form {
    width: 435px;
  }
}
@media screen and (max-width: 575px) {
  .webform-submission-form {
    display: flex;
    flex-direction: column;
  }
}
.webform-submission-form .form-item-name,
.webform-submission-form .form-item-phone,
.webform-submission-form .form-item-message {
  position: relative;
  z-index: 3;
}
.webform-submission-form .form-item-name:has(input:hover),
.webform-submission-form .form-item-phone:has(input:hover),
.webform-submission-form .form-item-message:has(input:hover),
.webform-submission-form .form-item-name:has(input:focus),
.webform-submission-form .form-item-phone:has(input:focus),
.webform-submission-form .form-item-message:has(input:focus),
.webform-submission-form .form-item-name:has(textarea:hover),
.webform-submission-form .form-item-phone:has(textarea:hover),
.webform-submission-form .form-item-message:has(textarea:hover),
.webform-submission-form .form-item-name:has(textarea:focus),
.webform-submission-form .form-item-phone:has(textarea:focus),
.webform-submission-form .form-item-message:has(textarea:focus) {
  z-index: 5;
}
.webform-submission-form .form-item-privacy,
.webform-submission-form .form-actions {
  position: relative;
  z-index: 5;
}
.webform-submission-form .form-item-name {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.webform-submission-form .form-item-phone {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.webform-submission-form .form-item-message {
  grid-column: 1 / -1;
  grid-row: 2 / 3;
}
.webform-submission-form .form-actions {
  grid-column: 1 / -1;
  grid-row: 4 / 5;
}
.webform-submission-form input,
.webform-submission-form textarea,
.webform-submission-form .webform-button--submit {
  border-radius: 0;
}
.webform-submission-form .form-item:has(.form-item--error-message) {
  z-index: 5;
}
.webform-submission-form input[type="text"],
.webform-submission-form textarea {
  margin-top: 0;
  padding: var(--padding-input);
  font-size: var(--font-16);
  line-height: 120%;
  color: #fff;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  transition: border-color 0.2s ease;
}
.webform-submission-form input[type="text"]:hover,
.webform-submission-form textarea:hover,
.webform-submission-form input[type="text"]:focus,
.webform-submission-form textarea:focus {
  border-color: #104179;
}
.webform-submission-form input[type="text"]::placeholder,
.webform-submission-form textarea::placeholder {
  font-size: var(--font-16);
  line-height: 120%;
  color: #fff;
}
.webform-submission-form textarea {
  height: 64px;
}
.webform-submission-form .form-item-privacy {
  grid-column: 1 / -1;
  grid-row: 3 / 4;
  display: grid;
  grid-template-columns: 22px auto;
  gap: var(--gap-14);
  align-items: center;
  margin-bottom: var(--margin-8);
}
.webform-submission-form .form-item-privacy input[type="checkbox"] {
  width: 22px;
  height: 22px;
  accent-color: #104179;
  cursor: pointer;
}
.webform-submission-form .form-item-privacy .description {
  font-size: var(--font-14);
  line-height: 120%;
  color: #fff;
}
.webform-submission-form .form-item-privacy .description a {
  font-size: var(--font-14);
  line-height: 120%;
  color: #fff;
  text-decoration: none;
}
.webform-submission-form .form-item-privacy .description a:hover,
.webform-submission-form .form-item-privacy .description a:focus {
  text-decoration: underline;
}
.webform-submission-form .form-item-privacy .form-item--error-message {
  grid-column: 1 / -1;
  grid-row: 2 / 3;
}
.webform-submission-form .webform-button--submit {
  width: 100%;
  padding: var(--padding-button);
  font-size: var(--font-18);
  line-height: 130%;
  font-weight: 500;
  color: #1a4e89;
  background-color: #fff;
  transition: color 0.2s ease;
  transition: background-color 0.2s ease;
  text-align: center;
  border: 1px solid #fff;
}
.webform-submission-form .webform-button--submit:hover,
.webform-submission-form .webform-button--submit:focus {
  color: #fff;
  background-color: #1a4e89;
}
.webform-submission-form .webform-button--submit:active {
  color: #fff;
  background-color: #12365e;
}
.webform-submission-form .form-item--error-message,
.webform-submission-form .webform-confirmation__message {
  font-size: var(--font-14);
  font-weight: 400;
  color: #fff;
}
.modal-dialog {
  max-width: 540px;
}
.modal-dialog .webform-submission-form {
  width: 100%;
}
.modal-dialog .modal-header .modal-title {
  font-family: "Geologica", sans-serif;
  font-size: var(--font-36);
  line-height: 110%;
  color: #fff;
}
.modal-dialog .modal-content {
  background-color: #104179;
}
.modal-dialog .modal-footer .webform-button--submit {
  width: 100%;
  padding: var(--padding-button);
  font-size: var(--font-18);
  line-height: 130%;
  font-weight: 500;
  color: #1a4e89;
  background-color: #fff;
  transition: color 0.2s ease;
  transition: background-color 0.2s ease;
  text-align: center;
  border: 1px solid #fff;
}
.modal-dialog .modal-footer .webform-button--submit:hover,
.modal-dialog .modal-footer .webform-button--submit:focus {
  color: #fff;
  background-color: #1a4e89;
}
.modal-dialog .modal-footer .webform-button--submit:active {
  color: #fff;
  background-color: #12365e;
}
.modal-dialog .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}
#footer {
  background-color: #104179;
}
#footer .nav {
  row-gap: var(--gap-14);
}
@media screen and (max-width: 991px) {
  #footer .nav {
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  #footer .nav-item {
    align-items: center;
  }
}
#footer .nav-link {
  padding: 0;
  font-size: var(--font-16);
  line-height: 120%;
  font-weight: 400;
  color: #fff;
  transition: color 0.2s ease;
}
#footer .nav-link:hover,
#footer .nav-link:focus {
  color: #cc2626;
}
#footer .nav-link:active {
  color: #a11e1e;
}
#footer .nav-link.active,
#footer .nav-link.is-active {
  color: #cc2626;
  transition: color 0.2s ease;
}
#footer .nav-link.active:hover,
#footer .nav-link.is-active:hover,
#footer .nav-link.active:focus,
#footer .nav-link.is-active:focus {
  color: #a11e1e;
}
#footer .nav-link.active:active,
#footer .nav-link.is-active:active {
  color: #761616;
}
#footer .view-catalog .view-header,
#footer .view-services .view-header {
  padding-bottom: var(--padding-10);
  margin-bottom: var(--margin-10);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#footer .view-catalog .view-content,
#footer .view-services .view-content {
  display: flex;
  flex-direction: column;
  row-gap: var(--gap-8);
}
#footer .view-catalog .view-content a,
#footer .view-services .view-content a {
  font-size: var(--font-16);
  line-height: 120%;
  color: #fff;
  transition: color 0.2s ease;
  text-decoration: none;
}
#footer .view-catalog .view-content a:hover,
#footer .view-services .view-content a:hover,
#footer .view-catalog .view-content a:focus,
#footer .view-services .view-content a:focus {
  color: #cc2626;
}
#footer .view-catalog .view-content a:active,
#footer .view-services .view-content a:active {
  color: #a11e1e;
}
@media screen and (max-width: 991px) {
  #footer .view-catalog {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  #footer .view-catalog .view-content {
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  #footer .view-catalog .view-content .views-row {
    text-align: center;
  }
}
#footer .view-catalog .view-content .views-row:nth-child(6n + 1),
#footer .view-catalog .view-content .views-row:nth-child(6n + 6),
#footer .view-catalog .view-content .views-row:nth-child(6n + 2),
#footer .view-catalog .view-content .views-row:nth-child(6n + 5),
#footer .view-catalog .view-content .views-row:nth-child(6n + 3),
#footer .view-catalog .view-content .views-row:nth-child(6n + 4) {
  width: 100%;
}
#footer .region-contacts-list .field--name-body {
  display: flex;
  flex-direction: column;
  row-gap: var(--gap-10);
}
#footer .region-footer-nav,
#footer .region-contacts-list {
  min-width: 150px;
}
#footer .region-footer-services,
#footer .region-footer-catalog {
  min-width: 220px;
}
@media screen and (max-width: 1199px) {
  #footer .region-footer-catalog {
    min-width: 140px;
  }
}
@media screen and (max-width: 991px) {
  #footer .region-footer-catalog {
    min-width: initial;
  }
}
@media screen and (max-width: 991px) {
  #footer .view-services .view-header,
  #footer .view-services .view-content {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  #footer .contact {
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  #footer .privacy-content {
    text-align: center;
  }
}
.footer__top {
  padding: var(--padding-45) 0;
}
.footer__container {
  display: flex;
  column-gap: var(--gap-48);
}
@media screen and (max-width: 991px) {
  .footer__container {
    flex-direction: column;
    align-items: center;
    row-gap: var(--gap-30);
  }
}
.footer__logo {
  margin-bottom: var(--margin-20);
}
@media screen and (max-width: 1199px) {
  .footer__logo {
    max-width: 190px;
  }
}
.footer__info {
  min-width: 220px;
}
@media screen and (max-width: 1199px) {
  .footer__info {
    min-width: 190px;
  }
}
.footer__info .region-copyright,
.footer__info .region-confidencial {
  margin-bottom: var(--margin-10);
}
@media screen and (max-width: 991px) {
  .footer__info .region-copyright,
  .footer__info .region-confidencial,
  .footer__info .region-oferta {
    display: none;
  }
}
.footer__link {
  font-size: var(--font-16);
  line-height: 120%;
  color: #fff;
  transition: color 0.2s ease;
  text-decoration: none;
}
.footer__link:hover,
.footer__link:focus {
  color: #cc2626;
}
.footer__link:active {
  color: #a11e1e;
}
.footer__mob-info {
  display: none;
}
@media screen and (max-width: 991px) {
  .footer__mob-info {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .footer__mob-info .region-copyright,
  .footer__mob-info .region-confidencial,
  .footer__mob-info .region-oferta {
    text-align: center;
  }
}
.footer__bottom {
  padding: var(--padding-14) 0;
  text-align: center;
}
.privacy-content {
  font-size: var(--font-14);
  line-height: 120%;
  color: #fff;
}
.privacy-content__link {
  font-size: var(--font-14);
  line-height: 120%;
  color: #fff;
  transition: color 0.2s ease;
  text-decoration: none;
}
.privacy-content__link:hover,
.privacy-content__link:focus {
  color: #cc2626;
}
.privacy-content__link:active {
  color: #a11e1e;
}
.contact {
  display: flex;
  column-gap: var(--gap-10);
  font-size: var(--font-14);
  line-height: 120%;
  color: #fff;
}
.contact__link {
  font-size: var(--font-14);
  line-height: 120%;
  color: #fff;
  transition: color 0.2s ease;
  text-decoration: none;
}
.contact__link:hover,
.contact__link:focus {
  color: #cc2626;
}
.contact__link:active {
  color: #a11e1e;
}
.contact .pin {
  min-width: 18px;
}
#scrollToTop {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #fff;
  right: calc((100vw - 1200px + 28px) / 2);
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 1199px) {
  #scrollToTop {
    right: calc((100vw - 992px + 28px) / 2);
  }
}
@media screen and (max-width: 991px) {
  #scrollToTop {
    right: calc((100vw - 768px + 28px) / 2);
  }
}
@media screen and (max-width: 767px) {
  #scrollToTop {
    right: calc((100vw - 576px + 28px) / 2);
  }
}
@media screen and (max-width: 575px) {
  #scrollToTop {
    right: 15px;
  }
}
#scrollToTop svg path {
  transition: fill 0.2s ease;
}
#scrollToTop:hover,
#scrollToTop:focus {
  background-color: #cc2626;
}
#scrollToTop:hover svg path,
#scrollToTop:focus svg path {
  fill: #fff;
}
.page.not-front .wr_content {
  padding: var(--padding-60) 0;
}
.page.not-front .wr_content .contact {
  font-size: var(--font-18);
  line-height: 120%;
  font-weight: 500;
  color: #313131;
}
.page.not-front .wr_content .contact__link {
  font-size: var(--font-18);
  line-height: 120%;
  font-weight: 500;
}
.block-page-title-block h1 {
  margin-bottom: var(--margin-30);
  font-family: "Geologica", sans-serif;
  font-size: var(--font-44);
  line-height: 120%;
  font-weight: 500;
}
.page-node--824 .wr_content a,
.page-node--800 .wr_content a,
.page-view--about .wr_content a,
.page-view--delivery .wr_content a {
  color: #313131;
  transition: color 0.2s ease;
}
.page-node--824 .wr_content a:hover,
.page-node--800 .wr_content a:hover,
.page-view--about .wr_content a:hover,
.page-view--delivery .wr_content a:hover,
.page-node--824 .wr_content a:focus,
.page-node--800 .wr_content a:focus,
.page-view--about .wr_content a:focus,
.page-view--delivery .wr_content a:focus {
  color: #cc2626;
}
.page-node--824 .wr_content a:active,
.page-node--800 .wr_content a:active,
.page-view--about .wr_content a:active,
.page-view--delivery .wr_content a:active {
  color: #a11e1e;
}
.search-api-page-block-form:not(.region-search .search-api-page-block-form) {
  margin-bottom: var(--margin-20);
}
.search-api-page-block-form:not(.region-search .search-api-page-block-form) .form-search {
  opacity: 1;
}
.search-api-page-block-form:not(.region-search .search-api-page-block-form) .form-search::-webkit-search-cancel-button {
  position: initial;
  right: 0;
}
.search-api-page-block-form:not(.region-search .search-api-page-block-form) .search-form__submit {
  padding: var(--padding-search);
  font-size: var(--font-14);
  line-height: 120%;
  color: #313131;
  border: 1px solid #1a4e89;
  border-radius: 0;
  background-color: #fff;
  transition: border-color 0.2s ease;
  transition: color 0.2s ease;
}
.search-api-page-block-form:not(.region-search .search-api-page-block-form) .search-form__submit:hover,
.search-api-page-block-form:not(.region-search .search-api-page-block-form) .search-form__submit:focus {
  color: #cc2626;
  border-color: #cc2626;
}
.search__link,
h3:has(.search__link) {
  font-size: var(--font-18);
  line-height: 120%;
  color: #313131;
  transition: color 0.2s ease;
}
.search__link:hover,
h3:has(.search__link):hover,
.search__link:focus,
h3:has(.search__link):focus {
  color: #cc2626;
}
.search__link:active,
h3:has(.search__link):active {
  color: #a11e1e;
}
h3:has(.search__link) {
  margin-bottom: var(--margin-10);
}
.page-link {
  font-size: var(--font-18);
  color: #313131;
  background-color: #fff;
  transition: color 0.2s ease;
  transition: background-color 0.2s ease;
  border-color: #313131;
}
.page-link:hover,
.page-link:focus {
  color: #cc2626;
  background-color: #eff0f3;
}
.page-link:active {
  color: #cc2626;
  background-color: #d2d5dd;
}
.page-link:hover,
.page-link:focus {
  border-color: #313131;
}
.page-item.active .page-link {
  color: #fff;
  background-color: #1a4e89;
  transition: color 0.2s ease;
  transition: background-color 0.2s ease;
  border-color: transparent;
}
.page-item.active .page-link:hover,
.page-item.active .page-link:focus {
  color: #fff;
  background-color: #313131;
}
.page-item.active .page-link:active {
  color: #fff;
  background-color: #181818;
}
@media screen and (max-width: 575px) {
  .page-item {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .page-item.pager__item--first,
  .page-item.pager__item--previous,
  .page-item.active,
  .page-item.pager__item--next,
  .page-item.pager__item--last {
    display: block;
  }
}
div#vpa-short-wrapper {
  max-width: 764px;
  gap: var(--gap-25);
  padding: var(--padding-cookies);
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  div#vpa-short-wrapper {
    padding-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  div#vpa-short-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: var(--gap-20);
  }
}
div#vpa-short-wrapper .vpa-content {
  font-size: var(--font-14);
  line-height: 120%;
  color: #313131;
}
@media screen and (max-width: 575px) {
  div#vpa-short-wrapper .vpa-content {
    text-align: center;
  }
}
div#vpa-short-wrapper .vpa-content a {
  font-size: var(--font-14);
  line-height: 120%;
  color: #313131;
  transition: color 0.2s ease;
  text-decoration: none;
}
div#vpa-short-wrapper .vpa-content a:hover,
div#vpa-short-wrapper .vpa-content a:focus {
  color: #cc2626;
}
div#vpa-short-wrapper .vpa-content a:active {
  color: #a11e1e;
}
div#vpa-short-wrapper .vpa-close-zone {
  height: 30px;
}
div#vpa-short-wrapper .vpa-actions button.btn {
  font-size: var(--font-18);
  line-height: 130%;
  font-weight: 500;
  color: #fff;
  background-color: #cc2626;
  transition: color 0.2s ease;
  transition: background-color 0.2s ease;
  border: none;
  border-radius: 0;
}
div#vpa-short-wrapper .vpa-actions button.btn:hover,
div#vpa-short-wrapper .vpa-actions button.btn:focus {
  color: #fff;
  background-color: #313131;
}
div#vpa-short-wrapper .vpa-actions button.btn:active {
  color: #fff;
  background-color: #181818;
}
.dropdown-item {
  color: #313131;
  transition: color 0.2s ease;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #cc2626;
}
.dropdown-item:active {
  color: #a11e1e;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active {
  background-color: #fff;
}
.dropdown-item.is-active,
.dropdown-item.active {
  background-color: #1a4e89;
}
#header .nav-item:not(.dropdown-menu .nav-item):first-child .dropdown-toggle::after {
  display: none;
}
.page-cart button.button.form-submit,
.page-checkout button.button.form-submit,
.page-cart button.button.delete-order-item,
.page-checkout button.button.delete-order-item {
  padding: var(--padding-10);
  font-size: var(--font-18);
  line-height: 130%;
  font-weight: 500;
  color: #fff;
  background-color: #1a4e89;
  transition: color 0.2s ease;
  transition: background-color 0.2s ease;
  border: none;
  border-radius: 0;
}
.page-cart button.button.form-submit:hover,
.page-checkout button.button.form-submit:hover,
.page-cart button.button.delete-order-item:hover,
.page-checkout button.button.delete-order-item:hover,
.page-cart button.button.form-submit:focus,
.page-checkout button.button.form-submit:focus,
.page-cart button.button.delete-order-item:focus,
.page-checkout button.button.delete-order-item:focus {
  color: #fff;
  background-color: #cc2626;
}
.page-cart button.button.form-submit:active,
.page-checkout button.button.form-submit:active,
.page-cart button.button.delete-order-item:active,
.page-checkout button.button.delete-order-item:active {
  color: #fff;
  background-color: #a11e1e;
}
.page-checkout .wr_content {
  padding-bottom: 0;
}
.page-checkout main {
  padding-bottom: var(--padding-60);
}
.page-checkout legend {
  font-size: var(--font-24);
  font-weight: 500;
}
.page-checkout label {
  font-size: var(--font-18);
}
.page-checkout .checkout-pane:not(.checkout-pane-order-summary),
.page-checkout .field--name-field-phone {
  margin-bottom: var(--margin-20);
}
.page-checkout input[type="radio"] {
  accent-color: #cc2626;
}
.page-checkout input[type="text"],
.page-checkout input[type="email"],
.page-checkout textarea {
  border: 1px solid #1a4e89;
  border-radius: 0;
  transition: border-color 0.2s ease;
}
.page-checkout input[type="text"]:hover,
.page-checkout input[type="email"]:hover,
.page-checkout textarea:hover,
.page-checkout input[type="text"]:focus,
.page-checkout input[type="email"]:focus,
.page-checkout textarea:focus {
  border-color: #cc2626;
}
.page-checkout .checkout-review-edit-link a,
.page-checkout .link--previous {
  font-size: var(--font-16);
  line-height: 120%;
  color: #1a4e89;
  transition: color 0.2s ease;
}
.page-checkout .checkout-review-edit-link a:hover,
.page-checkout .link--previous:hover,
.page-checkout .checkout-review-edit-link a:focus,
.page-checkout .link--previous:focus {
  color: #cc2626;
}
.page-checkout .checkout-review-edit-link a:active,
.page-checkout .link--previous:active {
  color: #a11e1e;
}
.page-checkout .link--previous {
  margin-left: var(--margin-10);
}
.page-checkout fieldset[data-drupal-selector="edit-review-contact-information"],
.page-checkout fieldset[data-drupal-selector="edit-review-order-fieldscheckout"],
.page-checkout fieldset[data-drupal-selector="edit-review-payment-information"] {
  margin-bottom: var(--margin-20);
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons .ui-dialog-titlebar-close {
  background-image: url('/sites/all/themes/vesta_theme/image/close.svg');
  background-size: contain;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons .ui-dialog-content a {
  font-size: var(--font-16);
  line-height: 120%;
  color: #1a4e89;
  transition: color 0.2s ease;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons .ui-dialog-content a:hover,
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons .ui-dialog-content a:focus {
  color: #cc2626;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons .ui-dialog-content a:active {
  color: #a11e1e;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons .form-actions {
  display: flex;
  column-gap: 10px;
  float: none;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons .form-actions button {
  margin: 0;
  padding: var(--padding-10);
  font-size: var(--font-18);
  line-height: 130%;
  font-weight: 500;
  color: #fff;
  background-color: #1a4e89;
  transition: color 0.2s ease;
  transition: background-color 0.2s ease;
  border: none;
  border-radius: 0;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons .form-actions button:hover,
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons .form-actions button:focus {
  color: #fff;
  background-color: #cc2626;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons .form-actions button:active {
  color: #fff;
  background-color: #a11e1e;
}
.page-taxonomy-term--catalog .view-catalog .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 991px) {
  .page-taxonomy-term--catalog .view-catalog .view-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .page-taxonomy-term--catalog .view-catalog .view-content {
    grid-template-columns: 1fr;
  }
}
.page-taxonomy-term--catalog .view-catalog .view-content .views-row {
  width: 100%;
  grid-column: initial;
}
.page-taxonomy-term--catalog .taxonomy-term--type-catalog .catalog__info .field--name-taxonomy-term-title h3 {
  color: #fff;
}
.page-taxonomy-term--catalog .view-tovary .view-header {
  margin-bottom: var(--margin-20);
}
.page-taxonomy-term--catalog .view-tovary .view-header table {
  margin: var(--margin-20) 0;
}
@media screen and (max-width: 575px) {
  .page-taxonomy-term--catalog .view-tovary .view-header table {
    display: block;
    overflow: auto;
  }
}
.page-taxonomy-term--catalog .view-tovary .view-header table > :not(caption) > * > * {
  padding: 5px;
}
@media screen and (max-width: 575px) {
  .page-taxonomy-term--catalog .view-tovary .view-header table td,
  .page-taxonomy-term--catalog .view-tovary .view-header table th {
    word-break: break-word;
    word-wrap: break-word;
    hyphens: auto;
  }
}
.page-taxonomy-term--catalog .view-tovary .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--gap-30);
}
@media screen and (max-width: 991px) {
  .page-taxonomy-term--catalog .view-tovary .view-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .page-taxonomy-term--catalog .view-tovary .view-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.page-taxonomy-term--catalog .commerce-product {
  display: flex;
  flex-direction: column;
  gap: var(--gap-20);
  align-items: center;
  text-align: center;
}
.page-taxonomy-term--catalog .commerce-product .field--name-title {
  grid-column: 1 / -1;
  grid-row: 1 / 2;
}
.page-taxonomy-term--catalog .commerce-product .field--name-title a {
  font-size: var(--font-24);
  font-weight: 500;
  color: #313131;
  transition: color 0.2s ease;
}
.page-taxonomy-term--catalog .commerce-product .field--name-title a:hover,
.page-taxonomy-term--catalog .commerce-product .field--name-title a:focus {
  color: #cc2626;
}
.page-taxonomy-term--catalog .commerce-product .field--name-title a:active {
  color: #a11e1e;
}
.page-taxonomy-term--catalog .commerce-product .field--name-field-image-product-view {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  height: 300px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .page-taxonomy-term--catalog .commerce-product .field--name-field-image-product-view {
    height: 270px;
  }
}
@media screen and (max-width: 991px) {
  .page-taxonomy-term--catalog .commerce-product .field--name-field-image-product-view {
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .page-taxonomy-term--catalog .commerce-product .field--name-field-image-product-view {
    height: 180px;
  }
}
@media screen and (max-width: 575px) {
  .page-taxonomy-term--catalog .commerce-product .field--name-field-image-product-view {
    height: 160px;
  }
}
.page-taxonomy-term--catalog .commerce-product .field--name-field-image-product-view img {
  max-width: 300px;
  max-height: 300px;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .page-taxonomy-term--catalog .commerce-product .field--name-field-image-product-view img {
    max-width: 270px;
    max-height: 270px;
  }
}
@media screen and (max-width: 991px) {
  .page-taxonomy-term--catalog .commerce-product .field--name-field-image-product-view img {
    width: 100%;
    max-width: 220px;
    max-height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .page-taxonomy-term--catalog .commerce-product .field--name-field-image-product-view img {
    max-width: 180px;
    max-height: 180px;
  }
}
@media screen and (max-width: 575px) {
  .page-taxonomy-term--catalog .commerce-product .field--name-field-image-product-view img {
    max-width: 160px;
    max-height: 160px;
  }
}
.page-taxonomy-term--catalog .commerce-product .field--name-variations {
  grid-column: 2 / -1;
  grid-row: 2 / 3;
}
.page-taxonomy-term--catalog .commerce-product .field--name-variations .field__item {
  height: 100%;
}
.page-taxonomy-term--catalog .commerce-product .field--name-variations .field__item > div {
  height: 100%;
}
.page-taxonomy-term--catalog .commerce-product .field--name-variations .commerce-order-item-add-to-cart-form {
  display: flex;
  flex-direction: column;
  row-gap: var(--gap-10);
  height: 100%;
}
.page-taxonomy-term--catalog .commerce-product .field--name-variations .commerce-order-item-add-to-cart-form .form-actions {
  margin-top: auto;
}
.page-taxonomy-term--catalog .commerce-product .field--name-variations label {
  margin-bottom: var(--margin-10);
}
.page-taxonomy-term--catalog .commerce-product .field--name-variations .form-type-number {
  width: 100%;
}
.page-taxonomy-term--catalog .commerce-product .field--name-variations .form-type-number label {
  display: none;
}
.page-taxonomy-term--catalog .commerce-product .field--name-variations .form-select {
  width: 100%;
  max-width: 100%;
  min-width: max-content;
}
.page-taxonomy-term--catalog .commerce-product .field--name-variations .button--add-to-cart {
  width: 100%;
  margin: 0;
  padding: var(--padding-10);
  font-size: var(--font-18);
  line-height: 130%;
  font-weight: 500;
  color: #fff;
  background-color: #1a4e89;
  transition: color 0.2s ease;
  transition: background-color 0.2s ease;
  border: none;
  border-radius: 0;
}
.page-taxonomy-term--catalog .commerce-product .field--name-variations .button--add-to-cart:hover,
.page-taxonomy-term--catalog .commerce-product .field--name-variations .button--add-to-cart:focus {
  color: #fff;
  background-color: #cc2626;
}
.page-taxonomy-term--catalog .commerce-product .field--name-variations .button--add-to-cart:active {
  color: #fff;
  background-color: #a11e1e;
}
.page-taxonomy-term--catalog .commerce-product .field--name-variations .field--type-decimal {
  display: flex;
  column-gap: var(--gap-10);
}
@media screen and (max-width: 575px) {
  .page-taxonomy-term--catalog .commerce-product .field--name-variations .field--type-decimal {
    justify-content: space-between;
  }
}
.page-taxonomy-term--catalog .commerce-product .field--name-variations .btn-plus,
.page-taxonomy-term--catalog .commerce-product .field--name-variations .btn-minus {
  aspect-ratio: 30 / 30;
  width: 30px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #1a4e89;
  transition: border-color 0.2s ease;
  cursor: pointer;
}
.page-taxonomy-term--catalog .commerce-product .field--name-variations .btn-plus:hover,
.page-taxonomy-term--catalog .commerce-product .field--name-variations .btn-minus:hover,
.page-taxonomy-term--catalog .commerce-product .field--name-variations .btn-plus:focus,
.page-taxonomy-term--catalog .commerce-product .field--name-variations .btn-minus:focus {
  border-color: #cc2626;
}
.page-taxonomy-term--catalog .commerce-product .field--name-variations .form-number {
  width: 100%;
  height: 30px;
  border: 1px solid #1a4e89;
  transition: border-color 0.2s ease;
  text-align: center;
}
.page-taxonomy-term--catalog .commerce-product .field--name-variations .form-number:hover,
.page-taxonomy-term--catalog .commerce-product .field--name-variations .form-number:focus {
  border-color: #cc2626;
}
.page-taxonomy-term--catalog .commerce-product .field-group-tabs-wrapper {
  grid-column: 1 / -1;
  grid-row: 3 / 4;
}
.page-taxonomy-term--catalog .commerce-product .field-group-tabs-wrapper .horizontal-tab-button a {
  font-size: var(--font-16);
  line-height: 120%;
  color: #1a4e89;
  transition: color 0.2s ease;
}
.page-taxonomy-term--catalog .commerce-product .field-group-tabs-wrapper .horizontal-tab-button a:hover,
.page-taxonomy-term--catalog .commerce-product .field-group-tabs-wrapper .horizontal-tab-button a:focus {
  color: #cc2626;
}
.page-taxonomy-term--catalog .commerce-product .field-group-tabs-wrapper .horizontal-tab-button a:active {
  color: #a11e1e;
}
.page-product .product-view-full {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 575px) {
  .page-product .product-view-full .field-group-tabs-wrapper {
    max-width: 100%;
  }
}
.page-product .product-view-full .field-group-tabs-wrapper .horizontal-tabs-panes,
.page-product .product-view-full .field-group-tabs-wrapper .horizontal-tabs-pane {
  padding: 0;
}
.page-product .product-view-full:has(.product-teaser-image div) .field--name-field-image-product-view {
  display: none;
}
.page-product .product-view-full:has(.product-teaser-image div) .btn__callback {
  display: none;
}
.page-product .product-view-full .field--name-field-image-product-view {
  max-width: 330px;
  max-height: 330px;
  margin-bottom: var(--margin-20);
}
.page-product .product-view-full .field--name-field-image-product-view img {
  max-width: 330px;
  max-height: 330px;
  object-fit: cover;
}
.page-product .product-view-full .btn__callback {
  padding: var(--padding-button);
  font-size: var(--font-18);
  line-height: 130%;
  font-weight: 500;
  color: #fff;
  background-color: #1a4e89;
  transition: color 0.2s ease;
  transition: background-color 0.2s ease;
  border: none;
  border-radius: 0;
}
.page-product .product-view-full .btn__callback:hover,
.page-product .product-view-full .btn__callback:focus {
  color: #fff;
  background-color: #cc2626;
}
.page-product .product-view-full .btn__callback:active {
  color: #fff;
  background-color: #a11e1e;
}
.page-product .product-view-full .field--name-body {
  margin-bottom: var(--margin-20);
}
.page-product .product-teaser {
  margin-bottom: var(--margin-30);
}
.page-product .product-teaser-info {
  display: flex;
  flex-direction: column;
  row-gap: var(--gap-10);
}
.page-product .form-type-number {
  width: 100%;
}
.page-product .form-type-number label {
  display: none;
}
.page-product .form-select {
  width: 100%;
  max-width: 100%;
  min-width: max-content;
}
.page-product .form-type-select {
  margin-bottom: var(--margin-10);
}
.page-product .button--add-to-cart {
  width: 100%;
  margin: 0;
  padding: var(--padding-10);
  font-size: var(--font-18);
  line-height: 130%;
  font-weight: 500;
  color: #fff;
  background-color: #1a4e89;
  transition: color 0.2s ease;
  transition: background-color 0.2s ease;
  border: none;
  border-radius: 0;
}
.page-product .button--add-to-cart:hover,
.page-product .button--add-to-cart:focus {
  color: #fff;
  background-color: #cc2626;
}
.page-product .button--add-to-cart:active {
  color: #fff;
  background-color: #a11e1e;
}
.page-product .field--type-decimal {
  display: flex;
  column-gap: var(--gap-10);
  margin-bottom: var(--margin-30);
}
@media screen and (max-width: 575px) {
  .page-product .field--type-decimal {
    justify-content: space-between;
  }
}
.page-product .btn-plus,
.page-product .btn-minus {
  aspect-ratio: 30 / 30;
  width: 30px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #1a4e89;
  transition: border-color 0.2s ease;
  cursor: pointer;
}
.page-product .btn-plus:hover,
.page-product .btn-minus:hover,
.page-product .btn-plus:focus,
.page-product .btn-minus:focus {
  border-color: #cc2626;
}
.page-product .form-number {
  width: 100%;
  height: 30px;
  border: 1px solid #1a4e89;
  transition: border-color 0.2s ease;
  text-align: center;
}
.page-product .form-number:hover,
.page-product .form-number:focus {
  border-color: #cc2626;
}
.page-product .horizontal-tab-button a {
  font-size: var(--font-16);
  line-height: 120%;
  color: #1a4e89;
  transition: color 0.2s ease;
}
.page-product .horizontal-tab-button a:hover,
.page-product .horizontal-tab-button a:focus {
  color: #cc2626;
}
.page-product .horizontal-tab-button a:active {
  color: #a11e1e;
}
@media screen and (max-width: 991px) {
  .page-product .block-page-title-block h1 {
    text-align: center;
  }
}
.product-teaser .product-teaser-image {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .product-teaser .product-teaser-image {
    max-width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .product-teaser .product-teaser-image {
    max-width: 200px;
  }
}
@media screen and (max-width: 575px) {
  .product-teaser .product-teaser-image {
    max-width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
    max-width: 360px;
    min-width: 360px;
    max-height: 360px;
    min-height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
    max-width: 200px;
    min-width: 200px;
    max-height: 200px;
    min-height: 200px;
  }
}
@media screen and (max-width: 575px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
    max-width: 150px;
    min-width: 150px;
    max-height: 150px;
    min-height: 150px;
  }
}
@media screen and (max-width: 991px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide {
    max-width: 82px;
    min-width: 82px;
    max-height: 82px;
    min-height: 82px;
  }
}
@media screen and (max-width: 767px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide {
    max-width: 42px;
    min-width: 42px;
    max-height: 42px;
    min-height: 42px;
  }
}
@media screen and (max-width: 575px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide {
    max-width: 30px;
    min-width: 30px;
    max-height: 30px;
    min-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
    max-width: 82px;
    min-width: 82px;
    max-height: 82px;
    min-height: 82px;
  }
}
@media screen and (max-width: 767px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
    max-width: 42px;
    min-width: 42px;
    max-height: 42px;
    min-height: 42px;
  }
}
@media screen and (max-width: 575px) {
  .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
    max-width: 30px;
    min-width: 30px;
    max-height: 30px;
    min-height: 30px;
  }
}
.form-item-order-fieldscheckout-field-approve-value {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: var(--gap-10);
  margin-top: var(--margin-10);
  margin-bottom: var(--margin-10);
}
.form-item-order-fieldscheckout-field-approve-value label {
  display: none;
}
.form-item-order-fieldscheckout-field-approve-value input[type="checkbox"] {
  width: 22px;
  height: 22px;
  accent-color: #104179;
  cursor: pointer;
}
.form-item-order-fieldscheckout-field-approve-value a {
  font-size: var(--font-18);
  line-height: 120%;
  color: #313131;
  transition: color 0.2s ease;
  text-decoration: none;
}
.form-item-order-fieldscheckout-field-approve-value a:hover,
.form-item-order-fieldscheckout-field-approve-value a:focus {
  color: #cc2626;
}
.form-item-order-fieldscheckout-field-approve-value a:active {
  color: #a11e1e;
}
