.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.margin-bottom {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 31px;
  }
}
:root {
  --bs-body-line-height: 1.2;
  --bs-body-font-size: 16px;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/sites/all/themes/vesta_theme/font/Montserrat/Montserrat-VariableFont_wght.woff2') format('woff2'), url('/sites/all/themes/vesta_theme/font/Montserrat/Montserrat-VariableFont_wght.woff') format('woff'), url('/sites/all/themes/vesta_theme/font/Montserrat/Montserrat-VariableFont_wght.ttf') format('ttf');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat italic';
  src: url('/sites/all/themes/vesta_theme/font/Montserrat/Montserrat-Italic-VariableFont_wght.woff2') format('woff2'), url('/sites/all/themes/vesta_theme/font/Montserrat/Montserrat-Italic-VariableFont_wght.woff') format('woff'), url('/sites/all/themes/vesta_theme/font/Montserrat/Montserrat-Italic-VariableFont_wght.ttf') format('ttf');
  font-style: italic;
  font-display: swap;
}
.tr {
  transition: all 0.4s ease;
}
img:not(.image-style-gallery, .pswp__img) {
  max-width: 100%;
  height: auto;
}
.field[data-blazy] {
  min-width: initial;
}
table img {
  max-width: initial;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
a {
  color: #131516;
  text-decoration: none;
  transition: all 0.4s ease;
}
a:hover,
a:active,
a:focus {
  color: #6C7072;
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1200px;
  }
}
p:last-child {
  margin-bottom: 0 !important;
}
body {
  padding-top: 0 !important;
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #131516;
}
@media screen and (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
#app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.toolbar-fixed #app {
  margin-top: var(--drupal-displace-offset-top);
}
h1 {
  margin-bottom: 56px;
  font-weight: 900;
  font-style: italic;
  font-size: 60px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 27px;
    font-size: 32px;
  }
}
@media screen and (max-width: 475px) {
  h1 {
    font-size: 26px;
  }
}
h1.term-h1 {
  font-size: 50px;
}
@media screen and (max-width: 1199px) {
  h1.term-h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  h1.term-h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  h1.term-h1 {
    margin-bottom: 27px;
    font-size: 24px;
  }
}
@media screen and (max-width: 475px) {
  h1.term-h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  h1.term-h1 {
    font-size: 16px;
  }
}
h2,
#main .block-title {
  margin-bottom: 23px;
  font-weight: 900;
  font-style: italic;
  font-size: 43px;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  h2,
  #main .block-title {
    font-size: 33px;
  }
}
@media screen and (max-width: 767px) {
  h2,
  #main .block-title {
    margin-bottom: 13px;
    font-size: 28px;
  }
}
@media screen and (max-width: 475px) {
  h2,
  #main .block-title {
    font-size: 24px;
  }
}
.custom-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.custom-list li {
  margin: 0;
  padding: 0;
}
.contacts .contacts__item .contacts__detail {
  display: flex;
  line-height: 1.3;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .contacts .contacts__item .contacts__detail {
    font-size: 14px;
  }
}
.contacts .contacts__item .contacts__detail svg {
  flex-shrink: 0;
  margin-right: 6px;
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .contacts .contacts__item .contacts__detail svg {
    width: 22px;
    height: 22px;
  }
}
.contacts .contacts__item .contacts__detail svg path {
  transition: all 0.4s ease;
}
.contacts .contacts__item .contacts__detail.contacts__link:hover svg path,
.contacts .contacts__item .contacts__detail.contacts__link:active svg path,
.contacts .contacts__item .contacts__detail.contacts__link:focus svg path {
  fill: #6C7072;
}
.messengers .messengers__item .messengers__link {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .messengers .messengers__item .messengers__link {
    font-size: 14px;
  }
}
.messengers .messengers__item .messengers__link svg {
  flex-shrink: 0;
  margin-right: 6px;
  width: 97px;
  height: 31px;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .messengers .messengers__item .messengers__link svg {
    width: 95px;
    height: 27px;
  }
}
@media screen and (max-width: 767px) {
  .messengers .messengers__item .messengers__link svg {
    width: 61px;
    height: 19px;
    margin-right: 5px;
  }
}
.messengers .messengers__item .messengers__link svg path {
  transition: all 0.4s ease;
}
.messengers .messengers__item .messengers__link:hover svg path,
.messengers .messengers__item .messengers__link:active svg path,
.messengers .messengers__item .messengers__link:focus svg path {
  fill: #6C7072;
}
.logo a:hover,
.logo a:active,
.logo a:focus {
  opacity: 0.75;
}
.logo a img {
  object-fit: contain;
}
.btn,
.primary-btn,
.field--name-field-slide-link a,
.field--name-taxonomy-term-link a,
.more-link a,
.button--primary,
.button--secondary {
  display: block;
  width: fit-content;
  max-width: 450px;
  padding: 13px 21px;
  border-radius: 5px;
  border: 1px solid transparent;
  background-color: #FCD82F;
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #131516;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .btn,
  .primary-btn,
  .field--name-field-slide-link a,
  .field--name-taxonomy-term-link a,
  .more-link a,
  .button--primary,
  .button--secondary {
    font-size: 14px;
  }
}
@media screen and (max-width: 475px) {
  .btn,
  .primary-btn,
  .field--name-field-slide-link a,
  .field--name-taxonomy-term-link a,
  .more-link a,
  .button--primary,
  .button--secondary {
    font-size: 16px;
  }
}
.btn:hover,
.primary-btn:hover,
.field--name-field-slide-link a:hover,
.field--name-taxonomy-term-link a:hover,
.more-link a:hover,
.button--primary:hover,
.button--secondary:hover,
.btn:active,
.primary-btn:active,
.field--name-field-slide-link a:active,
.field--name-taxonomy-term-link a:active,
.more-link a:active,
.button--primary:active,
.button--secondary:active,
.btn:focus,
.primary-btn:focus,
.field--name-field-slide-link a:focus,
.field--name-taxonomy-term-link a:focus,
.more-link a:focus,
.button--primary:focus,
.button--secondary:focus {
  border-color: #131516;
  background-color: transparent;
  color: #131516;
}
.btn:first-child:active,
.primary-btn:first-child:active,
.field--name-field-slide-link a:first-child:active,
.field--name-taxonomy-term-link a:first-child:active,
.more-link a:first-child:active,
.button--primary:first-child:active,
.button--secondary:first-child:active,
.btn:focus-visible,
.primary-btn:focus-visible,
.field--name-field-slide-link a:focus-visible,
.field--name-taxonomy-term-link a:focus-visible,
.more-link a:focus-visible,
.button--primary:focus-visible,
.button--secondary:focus-visible {
  border-color: #131516;
  background-color: transparent;
  color: #131516;
}
.btn:focus-visible,
.primary-btn:focus-visible,
.field--name-field-slide-link a:focus-visible,
.field--name-taxonomy-term-link a:focus-visible,
.more-link a:focus-visible,
.button--primary:focus-visible,
.button--secondary:focus-visible {
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.4);
}
.btn:disabled,
.primary-btn:disabled,
.field--name-field-slide-link a:disabled,
.field--name-taxonomy-term-link a:disabled,
.more-link a:disabled,
.button--primary:disabled,
.button--secondary:disabled {
  border-color: transparent;
  background-color: #6C7072;
  color: #ffffff;
}
.more-link a {
  margin: auto;
  padding: 13px 25px;
  font-weight: 600;
}
.button--primary,
.button--secondary {
  padding: 10px 12px;
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .button--primary,
  .button--secondary {
    font-size: 12px;
  }
}
.button--secondary {
  border-color: #131516;
  background-color: transparent;
  color: #131516;
}
.button--secondary:hover,
.button--secondary:active,
.button--secondary:focus {
  border-color: #6C7072;
  background-color: transparent;
  color: #6C7072;
}
.button--add-to-cart {
  position: relative;
  padding: 17px 24px;
  padding-left: 55px;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .button--add-to-cart {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .button--add-to-cart {
    padding: 12px 18px;
    padding-left: 55px;
  }
}
@media screen and (max-width: 475px) {
  .button--add-to-cart {
    font-size: 16px;
  }
}
.button--add-to-cart::before {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background: url("/sites/all/themes/vesta_theme/image/buy.webp") center center no-repeat;
  background-size: contain;
  content: '';
}
form input {
  background-color: #ffffff;
}
form .form-item {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  form .form-item {
    margin-bottom: 8px;
  }
}
form label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  form label {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  form label {
    margin-bottom: 3px;
    font-size: 13px;
  }
}
form .form-text {
  margin-top: 0;
}
form .form-control,
form .form-number {
  padding: 11px 22px;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(108, 112, 114, 0.5);
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #131516;
}
@media screen and (max-width: 1199px) {
  form .form-control,
  form .form-number {
    font-size: 15px;
  }
}
form .form-control::placeholder,
form .form-number::placeholder {
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #131516;
}
@media screen and (max-width: 1199px) {
  form .form-control::placeholder,
  form .form-number::placeholder {
    font-size: 15px;
  }
}
form .form-control:focus,
form .form-number:focus,
form .form-control:focus-visible,
form .form-number:focus-visible {
  border-color: rgba(108, 112, 114, 0.5);
  box-shadow: 0 0 4px 4px rgba(108, 112, 114, 0.5);
  outline: none;
}
form .form-type-checkbox {
  display: flex;
}
form .form-type-checkbox input {
  flex-shrink: 0;
  margin-right: 10px;
  appearance: none;
  position: relative;
  width: 15px;
  height: 15px;
  border: 1px solid #131516;
  border-radius: 4px;
  transition: 500ms;
}
form .form-type-checkbox input::after {
  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;
  transition: 500ms;
  content: '';
}
form .form-type-checkbox input:checked::after {
  width: 100%;
  height: 100%;
  transition: 500ms;
}
form .form-type-managed-file .webform-element-help {
  transition: all 0.4s ease;
}
form .form-type-managed-file .webform-element-help:hover,
form .form-type-managed-file .webform-element-help:active,
form .form-type-managed-file .webform-element-help:focus {
  background: #6C7072;
  border-color: #6C7072;
}
form .form-type-managed-file label.btn-primary {
  position: relative;
  padding-left: 57px;
}
form .form-type-managed-file label.btn-primary::before {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background: url("/sites/all/themes/vesta_theme/image/plus.svg") center center no-repeat;
  background-size: contain;
  content: '';
}
form .form-item--error-message {
  display: none !important;
}
form .error {
  border: 1px solid red !important;
  outline: 1px solid red;
}
form .captcha {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  form .captcha {
    margin-bottom: 8px;
  }
}
.search-api-page-block-form-search form,
form.search-api-page-block-form-search {
  position: relative;
}
.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-control,
form.search-api-page-block-form-search .form-control {
  width: 100%;
  border-color: transparent;
  background-color: #F2F0F0;
}
.search-api-page-block-form-search form .form-actions,
form.search-api-page-block-form-search .form-actions {
  position: absolute;
  top: 0;
  right: 0;
  width: 84px;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .search-api-page-block-form-search form .form-actions,
  form.search-api-page-block-form-search .form-actions {
    width: 64px;
  }
}
.search-api-page-block-form-search form .form-actions .btn,
form.search-api-page-block-form-search .form-actions .btn {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  color: transparent;
  font-size: 0;
  transition: all 0.4s ease;
}
.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: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/sites/all/themes/vesta_theme/image/search.webp") center center no-repeat;
  background-size: 24px;
  content: '';
}
.search-api-page-block-form-search form .form-actions .btn:hover,
form.search-api-page-block-form-search .form-actions .btn:hover,
.search-api-page-block-form-search form .form-actions .btn:active,
form.search-api-page-block-form-search .form-actions .btn:active,
.search-api-page-block-form-search form .form-actions .btn:focus,
form.search-api-page-block-form-search .form-actions .btn:focus {
  opacity: 0.75;
}
.search-api-page-block-form-search form .form-actions .btn::focus-visible,
form.search-api-page-block-form-search .form-actions .btn::focus-visible {
  box-shadow: none;
}
main#main #search-api-page-block-form-search {
  width: 800px;
  max-width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  main#main #search-api-page-block-form-search {
    margin-bottom: 40px;
  }
}
.cart-block--summary__icon {
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
}
.cart-block--summary__icon:hover,
.cart-block--summary__icon:active,
.cart-block--summary__icon:focus {
  opacity: 0.75;
}
.cart-block--summary__icon img {
  flex-shrink: 0;
  margin-right: 6px;
  object-fit: contain;
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 1199px) {
  .cart-block--summary__icon img {
    width: 29px;
    height: 29px;
  }
}
.cart-block--summary__icon .cart-block--summary__count {
  flex-shrink: 0;
  font-weight: 500;
  font-size: 22px;
}
@media screen and (max-width: 1199px) {
  .cart-block--summary__icon .cart-block--summary__count {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .cart-block--summary__icon .cart-block--summary__count {
    margin-right: 5px;
    font-size: 20px;
  }
}
.nav .nav-item .nav-link {
  display: block;
  width: fit-content;
  max-width: 320px;
}
.nav .nav-item.dropdown .dropdown-toggle {
  position: relative;
  white-space: pre-wrap;
}
.nav .nav-item.dropdown .dropdown-toggle::after {
  position: absolute;
  border: none;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 10px;
  height: 8px;
  background: url("/sites/all/themes/vesta_theme/image/dropdown-wht.svg") center center no-repeat;
  background-size: contain;
  content: '';
  transition: all 0.4s ease;
}
.nav .nav-item.dropdown .dropdown-menu {
  padding: 5px;
  margin: 0;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #CACACA;
  border-radius: 5px;
}
.nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item {
  display: block;
  padding: 5px;
  border-radius: 5px;
  font-size: 16px;
  color: #131516;
  white-space: pre-wrap;
}
@media screen and (max-width: 1199px) {
  .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item {
    font-size: 14px;
  }
}
.nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item:hover,
.nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item:active,
.nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item:focus {
  background-color: transparent;
  color: #6C7072;
}
.nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item.active,
.nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item.is-active {
  background-color: #FCD82F;
  color: #373435;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  padding: 0;
  width: 59px;
  height: 59px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  font-size: 0;
  line-height: 0;
  transition: all 0.4s ease;
}
.slick-arrow:hover,
.slick-arrow:active,
.slick-arrow:focus {
  opacity: 0.75;
}
.slick-arrow::before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 0;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow-prev.svg");
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow-prev.svg");
  transform: rotate(180deg);
}
@media screen and (max-width: 1600px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
ul.slick-dots {
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 12px;
  list-style: none;
  margin: 10px 0;
}
ul.slick-dots li button {
  background: transparent;
  border-radius: 50%;
  border: 1px solid #131516;
  padding: 0;
  width: 13px;
  height: 13px;
  font-size: 0;
  display: block;
}
ul.slick-dots li.slick-active button {
  position: relative;
}
ul.slick-dots li.slick-active button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #131516;
  content: '';
}
header#header .header-top {
  padding: 4px 0 6px;
  border-bottom: 1px solid #CACACA;
}
header#header .header-top .col-contacts {
  width: calc(100% - 247px - 60px);
  margin-right: 60px;
}
@media screen and (max-width: 1199px) {
  header#header .header-top .col-contacts {
    width: calc(100% - 230px - 30px);
    margin-right: 30px;
  }
}
header#header .header-top .col-contacts .contacts {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header#header .header-top .col-contacts .contacts .contacts__item.contacts__item--address {
  order: -4;
  max-width: 428px;
}
@media screen and (max-width: 1199px) {
  header#header .header-top .col-contacts .contacts .contacts__item.contacts__item--address {
    max-width: 315px;
  }
}
header#header .header-top .col-contacts .contacts .contacts__item.contacts__item--hours {
  order: -3;
}
header#header .header-top .col-contacts .contacts .contacts__item.contacts__item--mail {
  order: -2;
}
header#header .header-top .col-contacts .contacts .contacts__item.contacts__item--phone {
  display: none;
}
header#header .header-top .col-contacts .contacts .contacts__item .contacts__detail svg {
  transform: translateY(-3px);
}
header#header .header-top .col-messengers {
  width: 247px;
}
@media screen and (max-width: 1199px) {
  header#header .header-top .col-messengers {
    width: 230px;
  }
}
header#header .header-middle {
  padding: 10px 0;
}
header#header .header-middle .logo {
  width: 187px;
  margin-right: 20px;
}
@media screen and (max-width: 1199px) {
  header#header .header-middle .logo {
    width: 160px;
  }
}
header#header .header-middle .col-search {
  width: 532px;
  margin-right: 20px;
}
@media screen and (max-width: 1199px) {
  header#header .header-middle .col-search {
    width: 430px;
  }
}
header#header .header-middle .col-phone {
  width: 165px;
  margin-right: 20px;
}
@media screen and (max-width: 1199px) {
  header#header .header-middle .col-phone {
    width: 150px;
  }
}
header#header .header-middle .col-phone .contacts .contacts__item.contacts__item--phone .contacts__detail {
  font-weight: 500;
}
header#header .header-middle .col-phone .contacts .contacts__item.contacts__item--phone .contacts__detail svg {
  width: 20px;
  height: 20px;
  margin-right: 2px;
}
header#header .header-middle .col-cart {
  width: 85px;
}
header#header .header-bottom {
  background-color: #131516;
  color: #ffffff;
}
header#header .header-bottom .nav .nav-item .nav-link {
  padding: 14px 22px;
  font-weight: 500;
  font-size: 17px;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  header#header .header-bottom .nav .nav-item .nav-link {
    font-size: 15px;
  }
}
header#header .header-bottom .nav .nav-item .nav-link:hover,
header#header .header-bottom .nav .nav-item .nav-link:active,
header#header .header-bottom .nav .nav-item .nav-link:focus {
  background-color: rgba(252, 216, 47, 0.9);
  color: #373435;
}
header#header .header-bottom .nav .nav-item .nav-link.is-active {
  background-color: #FCD82F;
  color: #373435;
}
header#header .header-bottom .nav .nav-item .nav-link.dropdown-toggle:hover::after,
header#header .header-bottom .nav .nav-item .nav-link.dropdown-toggle:active::after,
header#header .header-bottom .nav .nav-item .nav-link.dropdown-toggle:focus::after {
  background: url("/sites/all/themes/vesta_theme/image/dropdown-mud.svg") center center no-repeat;
  background-size: contain;
}
header#header .header-bottom .nav .nav-item .nav-link.dropdown-toggle.is-active::after {
  background: url("/sites/all/themes/vesta_theme/image/dropdown-mud.svg") center center no-repeat;
  background-size: contain;
}
header#header-mob .header-mob-top {
  padding: 3px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #CACACA;
}
header#header-mob .header-mob-top .col-nav a {
  display: flex;
  width: 43px;
  height: 43px;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #FCD82F;
}
header#header-mob .header-mob-top .col-nav a:hover,
header#header-mob .header-mob-top .col-nav a:active,
header#header-mob .header-mob-top .col-nav a:focus {
  border-color: #131516;
  background-color: transparent;
}
header#header-mob .header-mob-top .col-nav a img {
  object-fit: contain;
}
header#header-mob .header-mob-bottom {
  padding: 8px 0;
}
.offcanvas {
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .offcanvas .logo {
    width: 136px;
  }
}
.offcanvas .offcanvas-body {
  display: flex;
  flex-direction: column;
  padding-top: 6px;
}
.offcanvas .offcanvas-body .region-search {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .offcanvas .offcanvas-body .region-search {
    margin-bottom: 15px;
  }
}
.offcanvas .offcanvas-body .region-navigation {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .offcanvas .offcanvas-body .region-navigation {
    margin-bottom: 15px;
  }
}
.offcanvas .offcanvas-body .region-navigation .nav .nav-item .nav-link {
  display: block;
  padding: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #131516;
}
@media screen and (max-width: 767px) {
  .offcanvas .offcanvas-body .region-navigation .nav .nav-item .nav-link {
    font-size: 14px;
  }
}
.offcanvas .offcanvas-body .region-navigation .nav .nav-item .nav-link:hover,
.offcanvas .offcanvas-body .region-navigation .nav .nav-item .nav-link:active,
.offcanvas .offcanvas-body .region-navigation .nav .nav-item .nav-link:focus {
  color: #6C7072;
}
.offcanvas .offcanvas-body .region-navigation .nav .nav-item.dropdown .dropdown-toggle::after {
  right: -12px;
  background: url("/sites/all/themes/vesta_theme/image/dropdown-mud.svg") center center no-repeat;
  background-size: contain;
}
.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;
  }
}
main#main {
  flex-grow: 1;
}
main#main div#slider-block {
  position: relative;
}
main#main div#slider-block .slick-arrow.slick-prev {
  left: 45px;
}
@media screen and (max-width: 1600px) {
  main#main div#slider-block .slick-arrow.slick-prev {
    left: 5px;
  }
}
main#main div#slider-block .slick-arrow.slick-next {
  right: 45px;
}
@media screen and (max-width: 1600px) {
  main#main div#slider-block .slick-arrow.slick-next {
    right: 5px;
  }
}
main#main div#slider-block ul.slick-dots {
  position: absolute;
  margin: 0;
  bottom: 108px;
  left: calc(19% + 10px);
}
@media screen and (min-width: 2000px) {
  main#main div#slider-block ul.slick-dots {
    left: 30%;
  }
}
@media screen and (max-width: 1600px) {
  main#main div#slider-block ul.slick-dots {
    bottom: 55px;
    left: 13%;
  }
}
@media screen and (max-width: 991px) {
  main#main div#slider-block ul.slick-dots {
    bottom: 5px;
    left: 25%;
  }
}
@media screen and (max-width: 767px) {
  main#main div#slider-block ul.slick-dots {
    bottom: 3px;
  }
}
@media screen and (max-width: 991px) {
  main#main div#slider-block ul.slick-dots li button {
    border: 1px solid #FCD82F;
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 991px) {
  main#main div#slider-block ul.slick-dots li.slick-active button::after {
    width: 4px;
    height: 4px;
    background-color: #FCD82F;
  }
}
main#main div#slider-block .slick-track {
  display: flex;
}
main#main div#slider-block .views-row {
  height: auto;
}
main#main .node--type-slide {
  position: relative;
  height: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
main#main .node--type-slide::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 986px;
  max-width: 60%;
  height: 574px;
  max-height: 96%;
  background: url("/sites/all/themes/vesta_theme/image/slider-bg.svg") left top no-repeat;
  background-size: contain;
  z-index: 1;
  content: '';
  box-shadow: -999px -999px 0 30px #FCD82F;
}
@media screen and (min-width: 1921px) {
  main#main .node--type-slide::before {
    left: 12%;
    box-shadow: -999px -30px 0 30px #FCD82F;
  }
}
@media screen and (max-width: 1600px) {
  main#main .node--type-slide::before {
    max-width: unset;
    max-height: unset;
  }
}
@media screen and (max-width: 1500px) {
  main#main .node--type-slide::before {
    left: -160px;
  }
}
@media screen and (max-width: 1400px) {
  main#main .node--type-slide::before {
    left: -250px;
  }
}
@media screen and (max-width: 1199px) {
  main#main .node--type-slide::before {
    left: -350px;
  }
}
@media screen and (max-width: 991px) {
  main#main .node--type-slide::before {
    left: 75px;
    box-shadow: -210px -11px 0 11px #FCD82F;
    width: 550px;
    height: 290px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-slide::before {
    height: 230px;
  }
}
@media screen and (max-width: 575px) {
  main#main .node--type-slide::before {
    left: -40px;
  }
}
@media screen and (max-width: 475px) {
  main#main .node--type-slide::before {
    width: 354px;
    height: 93%;
    left: 0;
    background: url("/sites/all/themes/vesta_theme/image/Rectangle 6.svg") left top no-repeat;
    background-size: contain;
  }
}
main#main .node--type-slide::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 951px;
  max-width: 55%;
  height: 325px;
  max-height: 54%;
  background: url("/sites/all/themes/vesta_theme/image/slider-track.svg") left top no-repeat;
  background-size: contain;
  z-index: 1;
  content: '';
}
@media screen and (max-width: 1500px) {
  main#main .node--type-slide::after {
    left: -80px;
  }
}
@media screen and (max-width: 575px) {
  main#main .node--type-slide::after {
    width: 275px;
    height: 94px;
    max-width: unset;
    max-height: unset;
    left: -40px;
  }
}
@media screen and (max-width: 991px) {
  main#main .node--type-slide {
    min-height: 310px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-slide {
    min-height: 242px;
    padding-top: 22px;
    padding-bottom: 35px;
  }
}
main#main .node--type-slide .field--name-field-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main#main .node--type-slide .field--name-field-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main#main .node--type-slide .content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main#main .node--type-slide .content .field--name-field-slide-title {
  width: 435px;
  max-width: 50%;
  margin-bottom: 18px;
  font-weight: 800;
  font-size: 28px;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  main#main .node--type-slide .content .field--name-field-slide-title {
    width: 370px;
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  main#main .node--type-slide .content .field--name-field-slide-title {
    margin-bottom: 3px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-slide .content .field--name-field-slide-title {
    width: 300px;
    margin-bottom: 3px;
    font-size: 18px;
  }
}
@media screen and (max-width: 475px) {
  main#main .node--type-slide .content .field--name-field-slide-title {
    width: 60%;
  }
}
main#main .node--type-slide .content .field--name-body {
  width: 435px;
  max-width: 50%;
  margin-bottom: 22px;
  font-weight: 400;
  font-size: 24px;
}
@media screen and (max-width: 1199px) {
  main#main .node--type-slide .content .field--name-body {
    width: 370px;
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  main#main .node--type-slide .content .field--name-body {
    margin-bottom: 13px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-slide .content .field--name-body {
    width: 300px;
    margin-bottom: 13px;
    font-size: 14px;
  }
}
@media screen and (max-width: 475px) {
  main#main .node--type-slide .content .field--name-body {
    width: 60%;
  }
}
main#main .node--type-slide .content .field--name-field-slide-link a {
  padding: 17px 21px;
  border-color: #131516;
  font-weight: 600;
}
main#main .node--type-slide .content .field--name-field-slide-link a:hover,
main#main .node--type-slide .content .field--name-field-slide-link a:active,
main#main .node--type-slide .content .field--name-field-slide-link a:focus {
  border-color: #131516;
  background-color: #131516;
  color: #FCD82F;
}
@media screen and (max-width: 767px) {
  main#main .node--type-slide .content .field--name-field-slide-link a {
    padding: 13px 14px;
  }
}
main#main .region-catalog {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  main#main .region-catalog {
    margin-bottom: 31px;
  }
}
main#main .region-catalog .block-views-blockcatalog-block-front {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  main#main .region-catalog .block-views-blockcatalog-block-front {
    margin-bottom: 19px;
  }
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 991px) {
  main#main .view-catalog:not(.view-display-id-block_description) .view-content {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-catalog:not(.view-display-id-block_description) .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 475px) {
  main#main .view-catalog:not(.view-display-id-block_description) .view-content {
    grid-template-columns: 1fr;
  }
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  min-height: 370px;
  padding: 32px 20px;
  padding-top: 132px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog {
    min-height: 292px;
    padding-top: 84px;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog {
    min-height: 225px;
    padding: 32px 10px;
  }
}
@media screen and (max-width: 475px) {
  main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog {
    min-height: 220px;
    flex-direction: column;
    justify-content: end;
  }
}
@media screen and (max-width: 375px) {
  main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog {
    min-height: 330px;
  }
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 77%;
  background: url("/sites/all/themes/vesta_theme/image/temn.png") left bottom no-repeat;
  background-size: cover;
  content: '';
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image::before {
    height: 100%;
  }
}
@media screen and (max-width: 375px) {
  main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image::before {
    height: 85%;
  }
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  content: '';
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image a {
  display: block;
  width: 100%;
  height: 100%;
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .catalog_content_title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 23px;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .catalog_content_title {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .catalog_content_title {
    font-size: 16px;
  }
}
@media screen and (max-width: 475px) {
  main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .catalog_content_title {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
  position: relative;
  z-index: 1;
  width: 100%;
  align-self: flex-end;
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a {
  font-weight: 600;
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .field--name-dynamic-token-fieldtaxonomy-term-go-to {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog .field--name-dynamic-token-fieldtaxonomy-term-go-to a {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 0;
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog:hover .field--name-field-catalog-image::after,
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog:active .field--name-field-catalog-image::after,
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog:focus .field--name-field-catalog-image::after {
  background: rgba(0, 0, 0, 0.7);
}
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog:hover .field--name-taxonomy-term-link a,
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog:active .field--name-taxonomy-term-link a,
main#main .view-catalog:not(.view-display-id-block_description) .view-content .views-row .taxonomy-term--type-catalog:focus .field--name-taxonomy-term-link a {
  border-color: #FCD82F;
  background-color: transparent;
  color: #FCD82F;
}
main#main .block-content--type-gosty .field--name-field-file {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 475px) {
  main#main .block-content--type-gosty .field--name-field-file {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }
}
main#main .block-content--type-gosty .field--name-field-file .field__item a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  color: #656767;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  main#main .block-content--type-gosty .field--name-field-file .field__item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 475px) {
  main#main .block-content--type-gosty .field--name-field-file .field__item a {
    font-size: 16px;
  }
}
main#main .block-content--type-gosty .field--name-field-file .field__item a::after {
  width: 23px;
  height: 23px;
  margin-left: 13px;
  background: url("/sites/all/themes/vesta_theme/image/pdf.svg") center center no-repeat;
  background-size: contain;
  content: '';
  transition: all 0.4s ease;
}
main#main .block-content--type-gosty .field--name-field-file .field__item a:hover,
main#main .block-content--type-gosty .field--name-field-file .field__item a:active,
main#main .block-content--type-gosty .field--name-field-file .field__item a:focus {
  color: #373435;
}
main#main .block-content--type-gosty .field--name-field-file .field__item a:hover::after,
main#main .block-content--type-gosty .field--name-field-file .field__item a:active::after,
main#main .block-content--type-gosty .field--name-field-file .field__item a:focus::after {
  background: url("/sites/all/themes/vesta_theme/image/pdf-mud.svg") center center no-repeat;
  background-size: contain;
}
main#main div#benefits-block {
  padding-bottom: 89px;
  background: #F2F0F0 url("/sites/all/themes/vesta_theme/image/fon preimusch.webp") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  main#main div#benefits-block {
    padding-bottom: 56px;
  }
}
main#main div#benefits-block .block-title {
  position: relative;
  margin-bottom: 56px;
  padding: 64px 0 62px;
}
@media screen and (max-width: 1199px) {
  main#main div#benefits-block .block-title {
    padding: 54px 0 52px;
  }
}
@media screen and (max-width: 991px) {
  main#main div#benefits-block .block-title {
    padding: 44px 0 42px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#benefits-block .block-title {
    margin-bottom: 30px;
    padding: 25px 0 26px;
  }
}
main#main div#benefits-block .block-title::before {
  position: absolute;
  top: 0;
  left: -370px;
  width: 1217px;
  height: 178px;
  background: url("/sites/all/themes/vesta_theme/image/benefits-title-bg.svg") left top no-repeat;
  background-size: contain;
  content: '';
  z-index: -1;
  box-shadow: -999px 0 0 0 #FCD82F;
}
@media screen and (max-width: 1199px) {
  main#main div#benefits-block .block-title::before {
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  main#main div#benefits-block .block-title::before {
    left: -220px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#benefits-block .block-title::before {
    left: -220px;
    background: #FCD82F;
  }
}
main#main div#benefits-block .block-title::after {
  position: absolute;
  top: 0;
  left: -370px;
  width: 451px;
  height: 154px;
  background: url("/sites/all/themes/vesta_theme/image/slider-track.svg") left top no-repeat;
  background-size: contain;
  content: '';
  z-index: -1;
}
@media screen and (min-width: 1921px) {
  main#main div#benefits-block .block-title::after {
    left: -50%;
  }
}
@media screen and (max-width: 1600px) {
  main#main div#benefits-block .block-title::after {
    left: -180px;
  }
}
@media screen and (max-width: 1199px) {
  main#main div#benefits-block .block-title::after {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  main#main div#benefits-block .block-title::after {
    left: -133px;
  }
}
main#main .view-benefits .view-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 30px;
}
@media screen and (max-width: 991px) {
  main#main .view-benefits .view-content {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-benefits .view-content {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 7px;
  }
}
@media screen and (max-width: 475px) {
  main#main .view-benefits .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
main#main .view-benefits .view-content .views-row .block-content--type-benefit {
  height: 100%;
  min-height: 238px;
  display: flex;
  flex-direction: column;
  padding: 23px 33px 38px 28px;
  border-radius: 5px;
  box-shadow: 21px 20px 14px rgba(0, 0, 0, 0.09);
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1199px) {
  main#main .view-benefits .view-content .views-row .block-content--type-benefit {
    min-height: 210px;
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-benefits .view-content .views-row .block-content--type-benefit {
    padding: 15px 9px 20px 12px;
  }
}
main#main .view-benefits .view-content .views-row .block-content--type-benefit .field--name-field-icon {
  height: 42px;
  margin-bottom: 9px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  main#main .view-benefits .view-content .views-row .block-content--type-benefit .field--name-field-icon {
    height: 32px;
  }
}
main#main .view-benefits .view-content .views-row .block-content--type-benefit .field--name-field-icon img {
  max-height: 100%;
  object-fit: contain;
}
main#main .view-benefits .view-content .views-row .block-content--type-benefit .field--name-body {
  font-weight: 500;
  font-size: 17px;
}
@media screen and (max-width: 1199px) {
  main#main .view-benefits .view-content .views-row .block-content--type-benefit .field--name-body {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-benefits .view-content .views-row .block-content--type-benefit .field--name-body {
    font-size: 13px;
  }
}
main#main div#about-block {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  main#main div#about-block {
    margin-bottom: 31px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#about-block {
    margin-bottom: 43px;
  }
}
main#main .node--type-about {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 0 15px;
}
@media screen and (min-width: 2200px) {
  main#main .node--type-about {
    grid-template-columns: 7fr 6fr;
  }
}
@media screen and (min-width: 1500px) {
  main#main .node--type-about {
    grid-template-columns: 7fr 5.5fr;
  }
}
@media screen and (max-width: 991px) {
  main#main .node--type-about {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
main#main .node--type-about .about_content {
  width: 700px;
  margin-right: 0;
  padding-top: 92px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  main#main .node--type-about .about_content {
    width: 550px;
  }
}
@media screen and (max-width: 991px) {
  main#main .node--type-about .about_content {
    width: unset;
    margin-right: auto;
    padding-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-about .about_content {
    padding-bottom: 30px;
  }
}
main#main .node--type-about .about_content .field--name-node-title h2 {
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  main#main .node--type-about .about_content .field--name-node-title h2 {
    margin-bottom: 8px;
  }
}
main#main .node--type-about .about_content .field--name-body {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.1;
}
@media screen and (max-width: 1199px) {
  main#main .node--type-about .about_content .field--name-body {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-about .about_content .field--name-body {
    font-size: 13px;
  }
}
main#main .node--type-about .img_wrapper {
  display: grid;
  grid-template-columns: auto 1.8fr;
  min-height: 563px;
}
@media screen and (max-width: 1400px) {
  main#main .node--type-about .img_wrapper {
    grid-template-columns: 1fr;
    min-height: unset;
  }
}
main#main .node--type-about .img_wrapper .field--name-dynamic-block-fieldnode-about-benefit {
  width: 300px;
}
@media screen and (max-width: 1400px) {
  main#main .node--type-about .img_wrapper .field--name-dynamic-block-fieldnode-about-benefit {
    width: 100%;
    height: unset;
  }
}
main#main .node--type-about .img_wrapper .field--name-dynamic-block-fieldnode-about-benefit .views-element-container {
  height: 100%;
}
main#main .node--type-about .img_wrapper .field--name-dynamic-block-fieldnode-about-benefit .views-element-container .view-about-benefits {
  height: 100%;
}
main#main .node--type-about .img_wrapper .field--name-dynamic-block-fieldnode-about-benefit .view-content {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 1400px) {
  main#main .node--type-about .img_wrapper .field--name-dynamic-block-fieldnode-about-benefit .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 475px) {
  main#main .node--type-about .img_wrapper .field--name-dynamic-block-fieldnode-about-benefit .view-content {
    grid-template-columns: 1fr;
  }
}
main#main .node--type-about .img_wrapper .field--name-dynamic-block-fieldnode-about-benefit .view-content .views-row .block-content--type-about-benefit {
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: end;
}
@media screen and (max-width: 1400px) {
  main#main .node--type-about .img_wrapper .field--name-dynamic-block-fieldnode-about-benefit .view-content .views-row .block-content--type-about-benefit {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-about .img_wrapper .field--name-dynamic-block-fieldnode-about-benefit .view-content .views-row .block-content--type-about-benefit {
    padding: 21px 25px;
  }
}
main#main .node--type-about .img_wrapper .field--name-dynamic-block-fieldnode-about-benefit .view-content .views-row .block-content--type-about-benefit .field--name-field-icon {
  height: 64px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
main#main .node--type-about .img_wrapper .field--name-dynamic-block-fieldnode-about-benefit .view-content .views-row .block-content--type-about-benefit .field--name-field-icon img {
  max-height: 100%;
  object-fit: contain;
}
main#main .node--type-about .img_wrapper .field--name-dynamic-block-fieldnode-about-benefit .view-content .views-row .block-content--type-about-benefit .field--name-body {
  font-weight: 900;
  font-style: italic;
  font-size: 19px;
}
@media screen and (max-width: 1400px) {
  main#main .node--type-about .img_wrapper .field--name-dynamic-block-fieldnode-about-benefit .view-content .views-row .block-content--type-about-benefit .field--name-body {
    hyphens: auto;
  }
}
@media screen and (max-width: 1199px) {
  main#main .node--type-about .img_wrapper .field--name-dynamic-block-fieldnode-about-benefit .view-content .views-row .block-content--type-about-benefit .field--name-body {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  main#main .node--type-about .img_wrapper .field--name-dynamic-block-fieldnode-about-benefit .view-content .views-row .block-content--type-about-benefit .field--name-body {
    hyphens: none;
  }
}
@media screen and (max-width: 475px) {
  main#main .node--type-about .img_wrapper .field--name-dynamic-block-fieldnode-about-benefit .view-content .views-row .block-content--type-about-benefit .field--name-body {
    width: 80%;
  }
}
main#main .node--type-about .img_wrapper .field--name-dynamic-block-fieldnode-about-benefit .view-content .views-row:first-child {
  background-color: #FCD82F;
}
main#main .node--type-about .img_wrapper .field--name-dynamic-block-fieldnode-about-benefit .view-content .views-row:last-child {
  overflow: hidden;
  background: #CACACA url("/sites/all/themes/vesta_theme/image/o nas ser.webp") center center no-repeat;
  background-size: cover;
}
main#main .node--type-about .img_wrapper .img_container {
  position: relative;
}
main#main .node--type-about .img_wrapper .img_container .field--name-field-about-img {
  position: relative;
  width: 100%;
  height: 100%;
}
main#main .node--type-about .img_wrapper .img_container .field--name-field-about-img::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  top: unset;
  bottom: 0;
  width: 100%;
  height: 347px;
  background: #131516;
  background: linear-gradient(180deg, rgba(19, 21, 22, 0) 0%, #131516 100%);
  content: '';
}
@media screen and (max-width: 1400px) {
  main#main .node--type-about .img_wrapper .img_container .field--name-field-about-img::after {
    height: 70%;
  }
}
main#main .node--type-about .img_wrapper .img_container .field--name-field-about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1400px) {
  main#main .node--type-about .img_wrapper .img_container .field--name-field-about-img img {
    height: 340px;
  }
}
main#main .node--type-about .img_wrapper .img_container .field--name-dynamic-block-fieldnode-about-rutube-link {
  position: absolute;
  left: 0;
  bottom: 44px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  main#main .node--type-about .img_wrapper .img_container .field--name-dynamic-block-fieldnode-about-rutube-link {
    bottom: 10px;
  }
}
main#main .node--type-about .img_wrapper .img_container .field--name-dynamic-block-fieldnode-about-rutube-link .block-content--type-rytube-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 25px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  main#main .node--type-about .img_wrapper .img_container .field--name-dynamic-block-fieldnode-about-rutube-link .block-content--type-rytube-link {
    padding: 0 17px;
  }
}
main#main .node--type-about .img_wrapper .img_container .field--name-dynamic-block-fieldnode-about-rutube-link .block-content--type-rytube-link .field--name-body {
  max-width: 250px;
  margin-right: 5px;
  font-weight: 900;
  font-style: italic;
  font-size: 19px;
  color: #ffffff;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  main#main .node--type-about .img_wrapper .img_container .field--name-dynamic-block-fieldnode-about-rutube-link .block-content--type-rytube-link .field--name-body {
    font-size: 17px;
  }
}
@media screen and (max-width: 475px) {
  main#main .node--type-about .img_wrapper .img_container .field--name-dynamic-block-fieldnode-about-rutube-link .block-content--type-rytube-link .field--name-body {
    max-width: unset;
    width: 100%;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 375px) {
  main#main .node--type-about .img_wrapper .img_container .field--name-dynamic-block-fieldnode-about-rutube-link .block-content--type-rytube-link .field--name-body {
    margin-right: 55px;
  }
}
main#main .node--type-about .img_wrapper .img_container .field--name-dynamic-block-fieldnode-about-rutube-link .block-content--type-rytube-link .field--name-field-icon {
  position: relative;
  width: 107px;
  height: 107px;
  margin-right: 30px;
  border-radius: 50%;
  background-color: rgba(19, 21, 22, 0.32);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
main#main .node--type-about .img_wrapper .img_container .field--name-dynamic-block-fieldnode-about-rutube-link .block-content--type-rytube-link .field--name-field-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: rgba(19, 21, 22, 0.58);
  content: '';
  transition: all 0.4s ease;
}
main#main .node--type-about .img_wrapper .img_container .field--name-dynamic-block-fieldnode-about-rutube-link .block-content--type-rytube-link .field--name-field-icon img {
  position: relative;
  z-index: 1;
  width: 66px;
  height: 66px;
  object-fit: contain;
  transition: all 0.4s ease;
}
main#main .node--type-about .img_wrapper .img_container .field--name-dynamic-block-fieldnode-about-rutube-link .block-content--type-rytube-link .field--name-field-text-2 {
  max-width: 76px;
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  main#main .node--type-about .img_wrapper .img_container .field--name-dynamic-block-fieldnode-about-rutube-link .block-content--type-rytube-link .field--name-field-text-2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-about .img_wrapper .img_container .field--name-dynamic-block-fieldnode-about-rutube-link .block-content--type-rytube-link .field--name-field-text-2 {
    font-size: 13px;
  }
}
main#main .node--type-about .img_wrapper .img_container .field--name-dynamic-block-fieldnode-about-rutube-link .block-content--type-rytube-link .field--name-field-rutube-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
main#main .node--type-about .img_wrapper .img_container .field--name-dynamic-block-fieldnode-about-rutube-link .block-content--type-rytube-link .field--name-field-rutube-link a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
}
main#main .node--type-about .img_wrapper .img_container .field--name-dynamic-block-fieldnode-about-rutube-link .block-content--type-rytube-link:hover .field--name-body,
main#main .node--type-about .img_wrapper .img_container .field--name-dynamic-block-fieldnode-about-rutube-link .block-content--type-rytube-link:active .field--name-body,
main#main .node--type-about .img_wrapper .img_container .field--name-dynamic-block-fieldnode-about-rutube-link .block-content--type-rytube-link:focus .field--name-body,
main#main .node--type-about .img_wrapper .img_container .field--name-dynamic-block-fieldnode-about-rutube-link .block-content--type-rytube-link:hover .field--name-field-text-2,
main#main .node--type-about .img_wrapper .img_container .field--name-dynamic-block-fieldnode-about-rutube-link .block-content--type-rytube-link:active .field--name-field-text-2,
main#main .node--type-about .img_wrapper .img_container .field--name-dynamic-block-fieldnode-about-rutube-link .block-content--type-rytube-link:focus .field--name-field-text-2 {
  color: #FCD82F;
}
main#main .node--type-about .img_wrapper .img_container .field--name-dynamic-block-fieldnode-about-rutube-link .block-content--type-rytube-link:hover .field--name-field-icon,
main#main .node--type-about .img_wrapper .img_container .field--name-dynamic-block-fieldnode-about-rutube-link .block-content--type-rytube-link:active .field--name-field-icon,
main#main .node--type-about .img_wrapper .img_container .field--name-dynamic-block-fieldnode-about-rutube-link .block-content--type-rytube-link:focus .field--name-field-icon {
  transform: scale(1.1);
}
main#main div#documents-block {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  main#main div#documents-block {
    margin-bottom: 31px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#documents-block {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1350px) {
  main#main div#documents-block h2 {
    white-space: nowrap;
  }
}
main#main div#documents-block #block-vesta-theme-podzagolovokvblokedokumenty {
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 17px;
}
@media screen and (max-width: 1199px) {
  main#main div#documents-block #block-vesta-theme-podzagolovokvblokedokumenty {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#documents-block #block-vesta-theme-podzagolovokvblokedokumenty {
    margin-bottom: 17px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#documents-block .view-documents .view-content .field--name-field-document .field__item {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  main#main div#documents-block .view-documents .view-content .field--name-field-document .field__item:first-child,
  main#main div#documents-block .view-documents .view-content .field--name-field-document .field__item:nth-child(2),
  main#main div#documents-block .view-documents .view-content .field--name-field-document .field__item:nth-child(3),
  main#main div#documents-block .view-documents .view-content .field--name-field-document .field__item:nth-child(4) {
    display: block;
  }
}
@media screen and (max-width: 475px) {
  main#main div#documents-block .view-documents .view-content .field--name-field-document .field__item:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  main#main div#documents-block .view-documents .view-content .field--name-field-document .field__item:nth-child(3) {
    display: none;
  }
}
main#main .view-documents .view-content {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  main#main .view-documents .view-content {
    margin-bottom: 14px;
  }
}
main#main .view-documents .view-content .field--name-field-document {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 38px;
}
@media screen and (max-width: 991px) {
  main#main .view-documents .view-content .field--name-field-document {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-documents .view-content .field--name-field-document {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
}
@media screen and (max-width: 475px) {
  main#main .view-documents .view-content .field--name-field-document {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 375px) {
  main#main .view-documents .view-content .field--name-field-document {
    grid-template-columns: repeat(2, 1fr);
  }
}
main#main .view-documents .view-content .field--name-field-document .field__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
main#main .view-documents .view-content .field--name-field-document .field__item a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  content: '';
}
main#main .view-documents .view-content .field--name-field-document .field__item a:hover::before,
main#main .view-documents .view-content .field--name-field-document .field__item a:active::before,
main#main .view-documents .view-content .field--name-field-document .field__item a:focus::before {
  background-color: rgba(0, 0, 0, 0.5);
}
main#main .view-documents .view-content .field--name-field-document .field__item a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
main#main div#gallery-block {
  margin-bottom: 65px;
  padding-bottom: 58px;
  background: url("/sites/all/themes/vesta_theme/image/gallery-bg.webp") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  main#main div#gallery-block {
    margin-bottom: 31px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#gallery-block {
    margin-bottom: 23px;
    padding-bottom: 37px;
  }
}
main#main div#gallery-block .block-title {
  position: relative;
  width: 864px;
  max-width: 100%;
  margin-bottom: 37px;
  padding: 72px 0 59px;
}
@media screen and (max-width: 1199px) {
  main#main div#gallery-block .block-title {
    padding: 54px 0 52px;
    width: 725px;
  }
}
@media screen and (max-width: 991px) {
  main#main div#gallery-block .block-title {
    padding: 44px 0 42px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#gallery-block .block-title {
    margin-bottom: 22px;
    padding: 29px 0 30px;
  }
}
main#main div#gallery-block .block-title::before {
  position: absolute;
  top: 0;
  left: -613px;
  width: 1604px;
  height: 235px;
  background: url("/sites/all/themes/vesta_theme/image/benefits-title-bg.svg") left top no-repeat;
  background-size: contain;
  content: '';
  z-index: -1;
  box-shadow: -999px 0 0 0 #FCD82F;
}
@media screen and (max-width: 1199px) {
  main#main div#gallery-block .block-title::before {
    height: 100%;
    left: -545px;
  }
}
@media screen and (max-width: 991px) {
  main#main div#gallery-block .block-title::before {
    left: -390px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#gallery-block .block-title::before {
    left: -220px;
    background: #FCD82F;
  }
}
main#main div#gallery-block .block-title::after {
  position: absolute;
  top: 0;
  left: -370px;
  width: 545px;
  height: 186px;
  background: url("/sites/all/themes/vesta_theme/image/slider-track.svg") left top no-repeat;
  background-size: contain;
  content: '';
  z-index: -1;
}
@media screen and (min-width: 1921px) {
  main#main div#gallery-block .block-title::after {
    left: -50%;
  }
}
@media screen and (max-width: 1600px) {
  main#main div#gallery-block .block-title::after {
    left: -180px;
  }
}
@media screen and (max-width: 1199px) {
  main#main div#gallery-block .block-title::after {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  main#main div#gallery-block .block-title::after {
    left: -133px;
  }
}
main#main div#gallery-block .view-fotogalereya .view-content {
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  main#main div#gallery-block .view-fotogalereya .view-content {
    margin-bottom: 20px;
  }
}
main#main div#gallery-block .view-fotogalereya .view-content .field--name-field-gallery-photo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 29px 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  main#main div#gallery-block .view-fotogalereya .view-content .field--name-field-gallery-photo {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#gallery-block .view-fotogalereya .view-content .field--name-field-gallery-photo {
    grid-template-columns: repeat(3, 1fr);
    gap: 7px 6px;
  }
}
@media screen and (max-width: 475px) {
  main#main div#gallery-block .view-fotogalereya .view-content .field--name-field-gallery-photo {
    grid-template-columns: repeat(2, 1fr);
  }
}
main#main div#gallery-block .view-fotogalereya .view-content .field--name-field-gallery-photo .field__item {
  transition: all 0.4s ease;
  display: none;
}
main#main div#gallery-block .view-fotogalereya .view-content .field--name-field-gallery-photo .field__item:first-child,
main#main div#gallery-block .view-fotogalereya .view-content .field--name-field-gallery-photo .field__item:nth-child(2),
main#main div#gallery-block .view-fotogalereya .view-content .field--name-field-gallery-photo .field__item:nth-child(3),
main#main div#gallery-block .view-fotogalereya .view-content .field--name-field-gallery-photo .field__item:nth-child(4),
main#main div#gallery-block .view-fotogalereya .view-content .field--name-field-gallery-photo .field__item:nth-child(5),
main#main div#gallery-block .view-fotogalereya .view-content .field--name-field-gallery-photo .field__item:nth-child(6),
main#main div#gallery-block .view-fotogalereya .view-content .field--name-field-gallery-photo .field__item:nth-child(7),
main#main div#gallery-block .view-fotogalereya .view-content .field--name-field-gallery-photo .field__item:nth-child(8) {
  display: block;
}
@media screen and (max-width: 767px) {
  main#main div#gallery-block .view-fotogalereya .view-content .field--name-field-gallery-photo .field__item:nth-child(7),
  main#main div#gallery-block .view-fotogalereya .view-content .field--name-field-gallery-photo .field__item:nth-child(8) {
    display: none;
  }
}
@media screen and (max-width: 475px) {
  main#main div#gallery-block .view-fotogalereya .view-content .field--name-field-gallery-photo .field__item:nth-child(5),
  main#main div#gallery-block .view-fotogalereya .view-content .field--name-field-gallery-photo .field__item:nth-child(6) {
    display: none;
  }
}
main#main div#gallery-block .view-fotogalereya .view-content .field--name-field-gallery-photo .field__item:hover,
main#main div#gallery-block .view-fotogalereya .view-content .field--name-field-gallery-photo .field__item:active,
main#main div#gallery-block .view-fotogalereya .view-content .field--name-field-gallery-photo .field__item:focus {
  box-shadow: 21px 20px 14px rgba(0, 0, 0, 0.09);
}
main#main div#gallery-block .view-fotogalereya .view-content .field--name-field-gallery-photo .field__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
main#main div#gallery-block .view-fotogalereya .view-content .field--name-field-gallery-photo .field__item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main#main div#gallery-block .view-fotogalereya .view-content .field--name-field-gallery-photo .field__item .video-embed-field-provider-rutube {
  height: 100%;
}
main#main .view-fotogalereya.view-display-id-page_1 .view-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 29px 16px;
}
@media screen and (max-width: 991px) {
  main#main .view-fotogalereya.view-display-id-page_1 .view-content {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-fotogalereya.view-display-id-page_1 .view-content {
    grid-template-columns: repeat(3, 1fr);
    gap: 7px 6px;
  }
}
@media screen and (max-width: 475px) {
  main#main .view-fotogalereya.view-display-id-page_1 .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
main#main .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  min-height: 282px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  main#main .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery {
    min-height: 222px;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery {
    min-height: 162px;
    padding: 15px;
  }
}
main#main .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-field-gallery-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main#main .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-field-gallery-photo::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 77%;
  background: url("/sites/all/themes/vesta_theme/image/temn.png") left bottom no-repeat;
  background-size: cover;
  content: '';
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  main#main .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-field-gallery-photo::before {
    height: 100%;
  }
}
@media screen and (max-width: 375px) {
  main#main .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-field-gallery-photo::before {
    height: 85%;
  }
}
main#main .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-field-gallery-photo::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  content: '';
}
main#main .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-field-gallery-photo .field__item {
  width: 100%;
  height: 100%;
}
main#main .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-field-gallery-photo a {
  display: block;
  width: 100%;
  height: 100%;
}
main#main .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-field-gallery-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
main#main .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-node-title {
  position: relative;
  z-index: 1;
  width: 100%;
  align-self: flex-end;
  font-weight: 700;
  font-size: 23px;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  main#main .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-node-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-node-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 475px) {
  main#main .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-node-title {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
main#main .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-node-title a {
  color: #ffffff;
}
main#main .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-node-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main#main .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-node-link a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
}
main#main .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery:hover .field--name-field-gallery-photo::after,
main#main .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery:active .field--name-field-gallery-photo::after,
main#main .view-fotogalereya.view-display-id-page_1 .view-content .views-row .node--type-photogallery:focus .field--name-field-gallery-photo::after {
  background: rgba(0, 0, 0, 0.7);
}
main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery-photo {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 29px 16px;
}
@media screen and (max-width: 991px) {
  main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery-photo {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery-photo {
    grid-template-columns: repeat(3, 1fr);
    gap: 7px 6px;
  }
}
@media screen and (max-width: 475px) {
  main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery-photo {
    grid-template-columns: repeat(2, 1fr);
  }
}
main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery-photo .field__item {
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.4s ease;
  display: none;
}
main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery-photo .field__item:first-child,
main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery-photo .field__item:nth-child(2),
main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery-photo .field__item:nth-child(3),
main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery-photo .field__item:nth-child(4),
main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery-photo .field__item:nth-child(5),
main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery-photo .field__item:nth-child(6),
main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery-photo .field__item:nth-child(7),
main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery-photo .field__item:nth-child(8) {
  display: block;
}
@media screen and (max-width: 767px) {
  main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery-photo .field__item:nth-child(7),
  main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery-photo .field__item:nth-child(8) {
    display: none;
  }
}
@media screen and (max-width: 475px) {
  main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery-photo .field__item:nth-child(5),
  main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery-photo .field__item:nth-child(6) {
    display: none;
  }
}
main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery-photo .field__item:hover,
main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery-photo .field__item:active,
main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery-photo .field__item:focus {
  box-shadow: 21px 20px 14px rgba(0, 0, 0, 0.09);
}
main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery-photo .field__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery-photo .field__item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main#main .node--type-photogallery.node--view-mode-full .field--name-field-video {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 29px 16px;
}
@media screen and (max-width: 991px) {
  main#main .node--type-photogallery.node--view-mode-full .field--name-field-video {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-photogallery.node--view-mode-full .field--name-field-video {
    gap: 7px 6px;
  }
}
@media screen and (max-width: 475px) {
  main#main .node--type-photogallery.node--view-mode-full .field--name-field-video {
    grid-template-columns: 1fr;
  }
}
main#main .node--type-photogallery.node--view-mode-full .field--name-field-video .field__item {
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
main#main .node--type-photogallery.node--view-mode-full .field--name-field-video .field__item .video-embed-field-provider-rutube {
  height: 100%;
}
main#main div#delivery-block {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  main#main div#delivery-block {
    margin-bottom: 31px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#delivery-block {
    margin-bottom: 26px;
  }
}
main#main .view-delivery .view-content {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background-color: #FCD82F;
  display: flex;
  flex-wrap: wrap;
  padding: 41px 20px 46px;
}
@media screen and (max-width: 767px) {
  main#main .view-delivery .view-content {
    padding: 23px 16px 28px;
  }
}
@media screen and (max-width: 475px) {
  main#main .view-delivery .view-content {
    padding: 0;
  }
}
main#main .view-delivery .view-content::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 93%;
  background-color: #131516;
  content: '';
  z-index: 1;
}
@media screen and (max-width: 475px) {
  main#main .view-delivery .view-content::before {
    width: 93%;
    height: 1px;
  }
}
main#main .view-delivery .view-content::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 414px;
  height: 141px;
  background: url("/sites/all/themes/vesta_theme/image/slider-track.svg") left top no-repeat;
  background-size: contain;
  content: '';
}
@media screen and (max-width: 1199px) {
  main#main .view-delivery .view-content::after {
    height: 100%;
  }
}
@media screen and (max-width: 475px) {
  main#main .view-delivery .view-content::after {
    height: 50%;
  }
}
main#main .view-delivery .view-content .views-row {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media screen and (max-width: 475px) {
  main#main .view-delivery .view-content .views-row {
    width: 100%;
  }
}
main#main .view-delivery .view-content .views-row .block-content--type-delivery {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 475px) {
  main#main .view-delivery .view-content .views-row .block-content--type-delivery {
    padding: 23px 16px 28px;
  }
}
main#main .view-delivery .view-content .views-row .block-content--type-delivery .field--name-block-description {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  main#main .view-delivery .view-content .views-row .block-content--type-delivery .field--name-block-description {
    margin-bottom: 5px;
  }
}
main#main .view-delivery .view-content .views-row .block-content--type-delivery .field--name-block-description h3 {
  margin-bottom: 0;
  font-weight: 900;
  font-style: italic;
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  main#main .view-delivery .view-content .views-row .block-content--type-delivery .field--name-block-description h3 {
    font-size: 20px;
  }
}
main#main .view-delivery .view-content .views-row .block-content--type-delivery .field--name-body {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  main#main .view-delivery .view-content .views-row .block-content--type-delivery .field--name-body {
    font-size: 14px;
  }
}
main#main .view-tovary.view-display-id-page_2 .view-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 991px) {
  main#main .view-tovary.view-display-id-page_2 .view-content {
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  main#main .view-tovary.view-display-id-page_2 .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 475px) {
  main#main .view-tovary.view-display-id-page_2 .view-content {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 475px) {
  main#main .view-tovary.view-display-id-page_2 .view-content .views-row {
    width: 260px;
    max-width: 100%;
    margin: auto;
  }
}
main#main .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 14px 14px rgba(0, 0, 0, 0.09);
  padding: 15px;
}
main#main .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .image-container {
  width: 100%;
  align-self: flex-start;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  main#main .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .image-container {
    margin-bottom: 7px;
  }
}
main#main .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .image-container .field--name-field-image-product-view {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  main#main .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .image-container .field--name-field-image-product-view {
    margin-bottom: 7px;
  }
}
main#main .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .image-container .field--name-field-image-product-view a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
main#main .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .image-container .field--name-field-image-product-view a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: all 0.4s ease;
}
main#main .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .image-container .field--name-field-image-product-view a:hover::before,
main#main .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .image-container .field--name-field-image-product-view a:active::before,
main#main .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .image-container .field--name-field-image-product-view a:focus::before {
  background-color: rgba(0, 0, 0, 0.5);
}
main#main .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .image-container .field--name-field-image-product-view a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main#main .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .image-container .field--name-title {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  main#main .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .image-container .field--name-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .image-container .field--name-title {
    font-size: 14px;
  }
}
main#main .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .content-container {
  width: 100%;
  align-self: flex-end;
  padding-top: 0;
}
main#main .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .content-container .field--name-price {
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  color: #6C7072;
  font-style: italic;
}
@media screen and (max-width: 1199px) {
  main#main .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .content-container .field--name-price {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .content-container .field--name-price {
    margin-bottom: 7px;
    font-size: 14px;
  }
}
main#main .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .content-container .field--name-variations .field--name-quantity {
  display: none;
}
main#main .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .content-container .form-actions .button--add-to-cart {
  width: 100%;
  padding-left: 24px;
}
@media screen and (max-width: 1199px) {
  main#main .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .content-container .form-actions .button--add-to-cart {
    padding: 17px 12px;
    padding-left: 12px;
  }
}
@media screen and (max-width: 1199px) {
  main#main .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .content-container .form-actions .button--add-to-cart {
    padding: 12px;
    padding-left: 12px;
  }
}
main#main .view-tovary.view-display-id-page_2 .view-content .views-row .commerce-product--view-mode-teaser .content-container .form-actions .button--add-to-cart::before {
  display: none;
}
main#main .commerce-product--view-mode-full .group-left {
  width: 500px;
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  main#main .commerce-product--view-mode-full .group-left {
    width: 400px;
  }
}
@media screen and (max-width: 991px) {
  main#main .commerce-product--view-mode-full .group-left {
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}
main#main .commerce-product--view-mode-full .group-left .field--name-field-image-product-view {
  border-radius: 5px;
  overflow: hidden;
}
main#main .commerce-product--view-mode-full .group-left .field--name-field-image-product-view a {
  display: block;
  width: 100%;
  height: 100%;
}
main#main .commerce-product--view-mode-full .group-left .field--name-field-image-product-view a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main#main .commerce-product--view-mode-full .group-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
  main#main .commerce-product--view-mode-full .group-right {
    padding-bottom: 0;
  }
}
main#main .commerce-product--view-mode-full .group-right h1.product-title {
  margin-bottom: 23px;
  font-size: 38px;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  main#main .commerce-product--view-mode-full .group-right h1.product-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  main#main .commerce-product--view-mode-full .group-right h1.product-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 375px) {
  main#main .commerce-product--view-mode-full .group-right h1.product-title {
    font-size: 22px;
  }
}
main#main .commerce-product--view-mode-full .group-right .field--name-field-description-short {
  margin-bottom: 54px;
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  main#main .commerce-product--view-mode-full .group-right .field--name-field-description-short {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main#main .commerce-product--view-mode-full .group-right .field--name-field-description-short {
    font-size: 14px;
  }
}
main#main .commerce-product--view-mode-full .group-right .field--name-price {
  margin-bottom: 33px;
  font-weight: 900;
  font-style: italic;
  font-size: 32px;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  main#main .commerce-product--view-mode-full .group-right .field--name-price {
    margin-bottom: 25px;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  main#main .commerce-product--view-mode-full .group-right .field--name-price {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
main#main .commerce-product--view-mode-full .group-right .variations-container {
  margin-top: auto;
  margin-bottom: 42px;
}
@media screen and (max-width: 1199px) {
  main#main .commerce-product--view-mode-full .group-right .variations-container {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  main#main .commerce-product--view-mode-full .group-right .variations-container {
    margin-bottom: 20px;
  }
}
main#main .commerce-product--view-mode-full .group-right .variations-container .commerce-order-item-add-to-cart-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
main#main .commerce-product--view-mode-full .group-right .variations-container .commerce-order-item-add-to-cart-form .field--name-quantity {
  width: 155px;
  display: flex;
  align-items: center;
  margin-right: 38px;
}
@media screen and (max-width: 475px) {
  main#main .commerce-product--view-mode-full .group-right .variations-container .commerce-order-item-add-to-cart-form .field--name-quantity {
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
main#main .commerce-product--view-mode-full .group-right .variations-container .commerce-order-item-add-to-cart-form .field--name-quantity .btn-minus,
main#main .commerce-product--view-mode-full .group-right .variations-container .commerce-order-item-add-to-cart-form .field--name-quantity .btn-plus {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  background-color: #F2F0F0;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 36px;
}
main#main .commerce-product--view-mode-full .group-right .variations-container .commerce-order-item-add-to-cart-form .field--name-quantity .form-item {
  margin-bottom: 0;
  margin-right: 4px;
  margin-left: 4px;
}
main#main .commerce-product--view-mode-full .group-right .variations-container .commerce-order-item-add-to-cart-form .field--name-quantity .form-item label {
  display: none;
}
main#main .commerce-product--view-mode-full .group-right .variations-container .commerce-order-item-add-to-cart-form .field--name-quantity .form-item input {
  width: 100%;
  padding: 11px 8px;
  border: 1px solid transparent;
  background-color: transparent;
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  main#main .commerce-product--view-mode-full .group-right .variations-container .commerce-order-item-add-to-cart-form .field--name-quantity .form-item input {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  main#main .commerce-product--view-mode-full .group-right .variations-container .commerce-order-item-add-to-cart-form .field--name-quantity .form-item input {
    font-size: 20px;
  }
}
main#main .commerce-product--view-mode-full .group-right .variations-container .commerce-order-item-add-to-cart-form .field--name-quantity .form-item input:focus-visible {
  outline: none;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 475px) {
  main#main .commerce-product--view-mode-full .group-right .variations-container .commerce-order-item-add-to-cart-form .form-actions {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
main#main .commerce-product--view-mode-full .group-right .field--name-dynamic-block-fieldcommerce-product-skachat-gost-ost .block-content--type-gosty .field--name-field-file {
  justify-content: start;
  gap: 20px 59px;
}
main#main .commerce-product--view-mode-full .group-footer {
  margin-top: 54px;
}
@media screen and (max-width: 1199px) {
  main#main .commerce-product--view-mode-full .group-footer {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  main#main .commerce-product--view-mode-full .group-footer {
    margin-top: 25px;
  }
}
main#main .commerce-product--view-mode-full .group-footer .field__label {
  font-size: 22px;
  font-weight: 800;
}
@media screen and (max-width: 1199px) {
  main#main .commerce-product--view-mode-full .group-footer .field__label {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  main#main .commerce-product--view-mode-full .group-footer .field__label {
    font-size: 16px;
  }
}
main#main .commerce-product--view-mode-full .group-footer .field--name-body,
main#main .commerce-product--view-mode-full .group-footer .field--name-field-harakteristiki {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 17px;
}
@media screen and (max-width: 1199px) {
  main#main .commerce-product--view-mode-full .group-footer .field--name-body,
  main#main .commerce-product--view-mode-full .group-footer .field--name-field-harakteristiki {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main#main .commerce-product--view-mode-full .group-footer .field--name-body,
  main#main .commerce-product--view-mode-full .group-footer .field--name-field-harakteristiki {
    font-size: 14px;
  }
}
main#main .commerce-product--view-mode-full .group-footer .field--name-field-harakteristiki {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  main#main .commerce-product--view-mode-full .group-footer .field--name-field-harakteristiki {
    margin-bottom: 31px;
  }
}
main#main .commerce-product--view-mode-full .group-footer .product-video {
  margin-bottom: 65px;
  padding: 62px 0 99px;
  background: #F2F0F0 url("/sites/all/themes/vesta_theme/image/product-vodeo-bg.webp") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  main#main .commerce-product--view-mode-full .group-footer .product-video {
    margin-bottom: 31px;
  }
}
@media screen and (max-width: 767px) {
  main#main .commerce-product--view-mode-full .group-footer .product-video {
    padding: 40px 0 50px;
  }
}
main#main .commerce-product--view-mode-full .group-footer .product-video .block-title {
  text-align: center;
}
main#main .commerce-product--view-mode-full .group-footer .product-video .field--name-field-video {
  width: 770px;
  max-width: 100%;
  height: 477px;
  margin: auto;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  main#main .commerce-product--view-mode-full .group-footer .product-video .field--name-field-video {
    width: 100%;
    height: auto;
  }
}
main#main .commerce-product--view-mode-full .group-footer .product-video .field--name-field-video .field__item {
  height: 100%;
}
main#main .commerce-product--view-mode-full .group-footer .product-video .field--name-field-video .field__item .video-embed-field-provider-rutube {
  height: 100%;
}
main#main .commerce-product--view-mode-full .group-footer .product-photogallery .field--name-field-photogallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 29px 16px;
}
@media screen and (max-width: 991px) {
  main#main .commerce-product--view-mode-full .group-footer .product-photogallery .field--name-field-photogallery {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  main#main .commerce-product--view-mode-full .group-footer .product-photogallery .field--name-field-photogallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 7px 6px;
  }
}
@media screen and (max-width: 475px) {
  main#main .commerce-product--view-mode-full .group-footer .product-photogallery .field--name-field-photogallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
main#main .commerce-product--view-mode-full .group-footer .product-photogallery .field--name-field-photogallery .field__item {
  transition: all 0.4s ease;
}
main#main .commerce-product--view-mode-full .group-footer .product-photogallery .field--name-field-photogallery .field__item:hover,
main#main .commerce-product--view-mode-full .group-footer .product-photogallery .field--name-field-photogallery .field__item:active,
main#main .commerce-product--view-mode-full .group-footer .product-photogallery .field--name-field-photogallery .field__item:focus {
  box-shadow: 21px 20px 14px rgba(0, 0, 0, 0.09);
}
main#main .commerce-product--view-mode-full .group-footer .product-photogallery .field--name-field-photogallery .field__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
main#main .commerce-product--view-mode-full .group-footer .product-photogallery .field--name-field-photogallery .field__item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer#footer {
  position: relative;
}
footer#footer::before {
  position: relative;
  bottom: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 35px;
  background: #B3B3B3 url("/sites/all/themes/vesta_theme/image/gallery-bg.webp") no-repeat;
  background-size: cover;
  content: '';
}
footer#footer .footer__container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 30px;
  justify-content: space-between;
  padding-top: 40px;
}
@media screen and (max-width: 991px) {
  footer#footer .footer__container {
    grid-template-columns: auto auto auto;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container {
    padding-top: 20px;
    grid-template-columns: auto auto;
  }
}
@media screen and (max-width: 575px) {
  footer#footer .footer__container {
    display: flex;
    flex-wrap: wrap;
  }
}
footer#footer .footer__container .col-logo {
  width: 267px;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__container .col-logo {
    width: 200px;
  }
}
@media screen and (max-width: 575px) {
  footer#footer .footer__container .col-logo {
    width: 45%;
  }
}
@media screen and (max-width: 320px) {
  footer#footer .footer__container .col-logo {
    width: 100%;
  }
}
footer#footer .footer__container .col-logo .logo {
  width: 187px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .col-logo .logo {
    width: 150px;
    margin-bottom: 17px;
  }
}
footer#footer .footer__container .col-logo .row-copyright {
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__container .col-logo .row-copyright {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .col-logo .row-copyright {
    font-size: 13px;
  }
}
footer#footer .footer__container .col-logo .row-copyright .copyright {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .col-logo .row-copyright .copyright {
    margin-bottom: 10px;
  }
}
footer#footer .footer__container .col-logo .row-copyright .privacy {
  display: block;
  margin-bottom: 15px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .col-logo .row-copyright .privacy {
    margin-bottom: 17px;
  }
}
footer#footer .footer__container .col-logo .row-copyright .oferta {
  display: block;
  text-decoration: underline;
}
footer#footer .footer__container .col-nav {
  width: 157px;
}
@media screen and (max-width: 575px) {
  footer#footer .footer__container .col-nav {
    width: 45%;
  }
}
@media screen and (max-width: 320px) {
  footer#footer .footer__container .col-nav {
    width: 100%;
  }
}
footer#footer .footer__container .col-nav .nav {
  margin-top: -5px;
  display: flex;
  flex-direction: column;
}
footer#footer .footer__container .col-nav .nav .nav-item .nav-link {
  display: block;
  padding: 5px 0;
  color: #131516;
  font-weight: 500;
  font-size: 16px;
}
footer#footer .footer__container .col-nav .nav .nav-item .nav-link:hover,
footer#footer .footer__container .col-nav .nav .nav-item .nav-link:active,
footer#footer .footer__container .col-nav .nav .nav-item .nav-link:focus {
  color: #6C7072;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__container .col-nav .nav .nav-item .nav-link {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .col-nav .nav .nav-item .nav-link {
    font-size: 13px;
  }
}
footer#footer .footer__container .col-nav .nav .nav-item .nav-link.dropdown-toggle::after {
  display: none;
}
footer#footer .footer__container .col-catalog {
  width: 293px;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__container .col-catalog {
    width: 205px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .col-catalog {
    margin-top: 37px;
  }
}
@media screen and (max-width: 575px) {
  footer#footer .footer__container .col-catalog {
    width: 100%;
  }
}
@media screen and (max-width: 475px) {
  footer#footer .footer__container .col-catalog {
    position: relative;
    margin-top: 0;
  }
  footer#footer .footer__container .col-catalog::before {
    position: relative;
    transform: translateX(-50%);
    display: block;
    width: 2000px;
    height: 7px;
    margin-bottom: 19px;
    background: #B3B3B3 url("/sites/all/themes/vesta_theme/image/gallery-bg.webp") no-repeat;
    background-size: cover;
    content: '';
  }
}
footer#footer .footer__container .col-catalog .view-catalog .view-content {
  margin-top: -5px;
}
footer#footer .footer__container .col-catalog .view-catalog .view-content .views-row {
  position: relative;
  padding: 5px 0;
  font-weight: 500;
  font-size: 16px;
  color: #131516;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__container .col-catalog .view-catalog .view-content .views-row {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .col-catalog .view-catalog .view-content .views-row {
    font-size: 13px;
  }
}
footer#footer .footer__container .col-catalog .view-catalog .view-content .views-row a {
  color: #131516;
}
footer#footer .footer__container .col-catalog .view-catalog .view-content .views-row .views-field-view-taxonomy-term {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer#footer .footer__container .col-catalog .view-catalog .view-content .views-row .views-field-view-taxonomy-term .field-content {
  width: 100%;
  height: 100%;
}
footer#footer .footer__container .col-catalog .view-catalog .view-content .views-row .views-field-view-taxonomy-term a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
}
footer#footer .footer__container .col-catalog .view-catalog .view-content .views-row:hover,
footer#footer .footer__container .col-catalog .view-catalog .view-content .views-row:active,
footer#footer .footer__container .col-catalog .view-catalog .view-content .views-row:focus {
  color: #6C7072;
}
footer#footer .footer__container .col-catalog .view-catalog .view-content .views-row:hover a,
footer#footer .footer__container .col-catalog .view-catalog .view-content .views-row:active a,
footer#footer .footer__container .col-catalog .view-catalog .view-content .views-row:focus a {
  color: #6C7072;
}
footer#footer .footer__container .col-contacts {
  width: 337px;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__container .col-contacts {
    width: 267px;
  }
}
@media screen and (max-width: 575px) {
  footer#footer .footer__container .col-contacts {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  footer#footer .footer__container .col-contacts {
    position: relative;
  }
  footer#footer .footer__container .col-contacts::before {
    position: relative;
    transform: translateX(-50%);
    display: block;
    width: 2000px;
    height: 7px;
    margin-bottom: 30px;
    background: #B3B3B3 url("/sites/all/themes/vesta_theme/image/gallery-bg.webp") no-repeat;
    background-size: cover;
    content: '';
  }
}
footer#footer .footer__container .col-contacts .messengers {
  margin-bottom: 12px;
}
footer#footer .footer__container .col-contacts .messengers .messengers__item .messengers__link {
  font-weight: 600;
  font-size: 17px;
}
footer#footer .footer__container .col-contacts .messengers .messengers__item .messengers__link svg {
  margin-right: 9px;
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .col-contacts .messengers .messengers__item .messengers__link svg {
    width: 97px;
    height: 31px;
    margin-right: 9px;
  }
}
footer#footer .footer__container .col-contacts .contacts .contacts__item .contacts__detail {
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__container .col-contacts .contacts .contacts__item .contacts__detail {
    font-size: 15px;
  }
}
footer#footer .footer__container .col-contacts .contacts .contacts__item .contacts__detail.contacts__detail--phone {
  font-weight: 600;
  font-size: 17px;
}
footer#footer .footer__container .col-contacts .contacts .contacts__item .contacts__detail.contacts__detail--phone svg {
  width: 20px;
  height: 20px;
}
footer#footer .row-webvesta {
  padding-top: 83px;
  padding-bottom: 40px;
}
@media screen and (max-width: 575px) {
  footer#footer .row-webvesta {
    padding-top: 35px;
    padding-bottom: 20px;
  }
}
footer#footer .row-webvesta a {
  display: block;
  margin: auto;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #B3B3B3;
}
footer#footer .row-webvesta a:hover,
footer#footer .row-webvesta a:active,
footer#footer .row-webvesta a:focus {
  color: #6C7072;
}
@media screen and (max-width: 991px) {
  footer#footer .row-webvesta a {
    position: relative;
  }
  footer#footer .row-webvesta a::before {
    position: relative;
    transform: translateX(-50%);
    display: block;
    width: 2000px;
    height: 7px;
    margin-bottom: 19px;
    background: #B3B3B3 url("/sites/all/themes/vesta_theme/image/gallery-bg.webp") no-repeat;
    background-size: cover;
    content: '';
  }
}
body.front .wr_front_content {
  position: relative;
  padding-top: 66px;
}
@media screen and (max-width: 767px) {
  body.front .wr_front_content {
    padding-top: 20px;
  }
}
body.front .wr_front_content::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 734px;
  height: 251px;
  background: url("/sites/all/themes/vesta_theme/image/Слой_20_1.svg") center center no-repeat;
  background-size: contain;
  content: '';
}
@media screen and (max-width: 767px) {
  body.front .wr_front_content::before {
    width: 527px;
    height: 146px;
  }
}
@media screen and (max-width: 475px) {
  body.front .wr_front_content::before {
    width: 427px;
    height: 146px;
  }
}
body.front .wr_front_content .container {
  position: relative;
  z-index: 1;
}
body.not-front main#main {
  margin-bottom: 65px;
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  body.not-front main#main {
    margin-bottom: 31px;
  }
}
@media screen and (max-width: 991px) {
  body.not-front main#main {
    padding-top: 20px;
  }
}
@media screen and (max-width: 475px) {
  body.not-front main#main {
    padding-top: 10px;
  }
}
body.body-node--800 .contacts-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  body.body-node--800 .contacts-wrapper {
    grid-template-columns: 1fr;
  }
}
body.body-node--800 .contacts-wrapper .contacts-container {
  padding-top: 60px;
}
@media screen and (max-width: 991px) {
  body.body-node--800 .contacts-wrapper .contacts-container {
    padding-top: 0;
  }
}
body.body-node--800 .contacts-wrapper .contacts-container .contacts {
  margin-bottom: 15px;
}
body.body-product .messages__wrapper {
  width: fit-content;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  border: 1px solid green;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  body.body-product .messages__wrapper {
    margin-top: 25px;
    margin-bottom: 35px;
    padding: 25px;
  }
}
body.body-product .messages__wrapper .messages--status {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  body.body-product .messages__wrapper .messages--status {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.body-product .messages__wrapper .messages--status {
    font-size: 16px;
  }
}
body.body-product .messages__wrapper .messages--status a {
  text-decoration: underline;
}
body.body-node--816 {
  /* Оплата и доставка*/
}
body.body-node--816 #block-vesta-theme-bloknastraniceoplataidostavka {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  body.body-node--816 #block-vesta-theme-bloknastraniceoplataidostavka {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.body-node--816 #block-vesta-theme-bloknastraniceoplataidostavka {
    margin-bottom: 25px;
    font-size: 14px;
  }
}
.vpa-wrapper {
  left: unset !important;
  right: 1% !important;
  bottom: 9px !important;
  display: flex;
  width: 775px;
  max-width: 95% !important;
  padding: 20px 43px !important;
  border-radius: 5px !important;
  border-top: none !important;
  background-color: #131516 !important;
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 1199px) {
  .vpa-wrapper {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .vpa-wrapper {
    right: 50% !important;
    transform: translateX(50%) !important;
    padding: 13px 8px 19px 17px !important;
    font-size: 12px;
  }
}
@media screen and (max-width: 475px) {
  .vpa-wrapper {
    flex-wrap: wrap;
  }
}
.vpa-wrapper .vpa-close-zone .vpa-close-el {
  top: 7px;
}
.vpa-wrapper .vpa-content {
  margin-right: 35px;
}
.vpa-wrapper .vpa-content a {
  text-decoration: none;
}
.vpa-wrapper .vpa-content a:hover,
.vpa-wrapper .vpa-content a:active,
.vpa-wrapper .vpa-content a:focus {
  color: #FCD82F;
}
.vpa-wrapper .vpa-actions .btn-primary {
  padding: 13px 21px;
  border-radius: 5px;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Montserrat', 'Inter', sans-serif;
  color: #131516;
}
.vpa-wrapper .vpa-actions .btn-primary:hover,
.vpa-wrapper .vpa-actions .btn-primary:active,
.vpa-wrapper .vpa-actions .btn-primary:focus {
  border-color: #FCD82F;
  background-color: transparent;
  color: #FCD82F;
}
@media screen and (max-width: 1199px) {
  .vpa-wrapper .vpa-actions .btn-primary {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .vpa-wrapper .vpa-actions .btn-primary {
    font-size: 16px;
  }
}
#scrollToTop {
  width: 47px;
  height: 47px;
  background: none;
  text-indent: 0;
  font-size: 0;
  border: 0px;
  outline: 0px;
  display: flex;
  bottom: 147px;
  cursor: pointer;
  position: fixed;
  right: 27px;
  z-index: 10;
  transition: 0.2s;
  padding: 0;
  transition: all 0.4s ease;
}
#scrollToTop:hover,
#scrollToTop:active,
#scrollToTop:focus {
  opacity: 0.75;
}
@media screen and (max-width: 1199px) {
  #scrollToTop {
    width: 37px;
    height: 37px;
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  #scrollToTop {
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 20px;
  }
}
.ui-widget-overlay {
  background: #000000;
  opacity: 0.5;
}
.ui-widget {
  border-radius: 5px;
  border: 1px solid #131516 !important;
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .ui-widget {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .ui-widget {
    font-size: 13px;
  }
}
.ui-widget .ui-dialog-titlebar {
  display: flex;
  justify-content: space-between;
  border-color: transparent;
  background: transparent;
}
.ui-widget .ui-dialog-titlebar .ui-dialog-title {
  font-weight: 600;
  font-size: 18px;
  white-space: pre-wrap;
}
@media screen and (max-width: 1199px) {
  .ui-widget .ui-dialog-titlebar .ui-dialog-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .ui-widget .ui-dialog-titlebar .ui-dialog-title {
    font-size: 14px;
  }
}
.ui-widget .ui-dialog-titlebar .ui-dialog-titlebar-close {
  position: relative;
  top: 14px;
  right: auto;
  border: none;
  background: transparent;
  border-radius: 0;
  flex-shrink: 0;
  transition: all 0.4s ease;
}
.ui-widget .ui-dialog-titlebar .ui-dialog-titlebar-close::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/sites/all/themes/vesta_theme/image/close-blck.svg") center center no-repeat;
  background-size: contain;
  content: '';
  opacity: 0.75;
  transition: all 0.4s ease;
}
.ui-widget .ui-dialog-titlebar .ui-dialog-titlebar-close:hover::before,
.ui-widget .ui-dialog-titlebar .ui-dialog-titlebar-close:active::before,
.ui-widget .ui-dialog-titlebar .ui-dialog-titlebar-close:focus::before {
  opacity: 1;
}
.ui-widget .ui-dialog-titlebar .ui-dialog-titlebar-close:focus {
  border-color: rgba(108, 112, 114, 0.5);
  box-shadow: 0 0 4px 4px rgba(108, 112, 114, 0.5);
}
.ui-widget .ui-dialog-buttonpane .form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 7px;
}
.ui-widget .ui-dialog-buttonpane .form-actions button {
  margin: 0;
  padding: 12px 14px;
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-weight: 500;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .ui-widget .ui-dialog-buttonpane .form-actions button {
    font-size: 12px;
  }
}
.modal-dialog form .form-type-webform-table table {
  margin-left: 20px;
  font-family: 'Montserrat', 'Inter', sans-serif;
}
.modal-dialog form .form-type-webform-table table thead th {
  font-weight: 600;
}
.modal-dialog form .form-type-webform-table table tbody tr td {
  vertical-align: middle;
}
.modal-dialog form .form-type-webform-table table .form-type-number input {
  width: 140px;
  padding: 11px;
  text-align: center;
}
.table {
  border-color: #6C7072;
  color: #131516;
}
.table tr td {
  vertical-align: middle;
}
.table tr:nth-of-type(2n+1) > * {
  --bs-table-bg-type: transparent !important;
}
.cart-form .views-field-field-variation-image a,
.cart-form .views-field-field-image-product-view a {
  position: relative;
  display: block;
  width: 80px;
  border-radius: 5px;
  overflow: hidden;
}
.cart-form .views-field-field-variation-image a::before,
.cart-form .views-field-field-image-product-view a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: all 0.4s ease;
}
.cart-form .views-field-field-variation-image a:hover::before,
.cart-form .views-field-field-image-product-view a:hover::before,
.cart-form .views-field-field-variation-image a:active::before,
.cart-form .views-field-field-image-product-view a:active::before,
.cart-form .views-field-field-variation-image a:focus::before,
.cart-form .views-field-field-image-product-view a:focus::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.cart-form .views-field-field-variation-image a img,
.cart-form .views-field-field-image-product-view a img {
  object-fit: contain;
}
.cart-form .views-field-edit-quantity .form-number {
  padding: 11px 22px;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #131516;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .cart-form .views-field-edit-quantity .form-number {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .cart-form .views-field-edit-quantity .form-number {
    padding: 8px 22px;
    font-size: 13px;
  }
}
.cart-form .views-field-edit-quantity .form-number:focus,
.cart-form .views-field-edit-quantity .form-number:focus-visible {
  border-color: rgba(108, 112, 114, 0.5);
  box-shadow: 0 0 4px 4px rgba(108, 112, 114, 0.5);
  outline: none;
}
.cart-form .views-field-remove-button .btn-primary {
  position: relative;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  color: transparent;
}
.cart-form .views-field-remove-button .btn-primary::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/sites/all/themes/vesta_theme/image/delete.svg") center center no-repeat;
  background-size: 30px;
  content: '';
}
.cart-form .field--name-total-price {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .cart-form .field--name-total-price {
    margin-bottom: 15px;
  }
}
.cart-form .field--name-total-price .order-total-line__subtotal,
.cart-form .field--name-total-price .order-total-line__adjustment {
  font-weight: 500;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .cart-form .field--name-total-price .order-total-line__subtotal,
  .cart-form .field--name-total-price .order-total-line__adjustment {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  form.commerce-checkout-flow .layout-region-checkout-main {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  form.commerce-checkout-flow .layout-region-checkout-main {
    margin-bottom: 25px;
  }
}
form.commerce-checkout-flow .layout-region-checkout-main .fieldset-legend {
  font-weight: 600;
  font-size: 28px;
}
@media screen and (max-width: 1199px) {
  form.commerce-checkout-flow .layout-region-checkout-main .fieldset-legend {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  form.commerce-checkout-flow .layout-region-checkout-main .fieldset-legend {
    font-size: 20px;
  }
}
form.commerce-checkout-flow .layout-region-checkout-main .fieldset-legend .checkout-review-edit-link {
  font-size: 20px;
  font-weight: 500;
}
form.commerce-checkout-flow .layout-region-checkout-main .fieldset-legend .checkout-review-edit-link a {
  text-decoration: underline;
}
form.commerce-checkout-flow .layout-region-checkout-main label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  form.commerce-checkout-flow .layout-region-checkout-main label {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  form.commerce-checkout-flow .layout-region-checkout-main label {
    margin-bottom: 3px;
    font-size: 13px;
  }
}
form.commerce-checkout-flow .layout-region-checkout-main fieldset.checkout-pane-contact-information {
  margin-bottom: 0;
}
form.commerce-checkout-flow .layout-region-checkout-main fieldset#edit-order-fieldscheckout-field-address-0 {
  margin-bottom: 0;
}
form.commerce-checkout-flow .layout-region-checkout-main fieldset#edit-order-fieldscheckout-field-address-0 legend {
  display: none !important;
}
form.commerce-checkout-flow .layout-region-checkout-main fieldset#edit-review-contact-information .fieldset-wrapper {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  form.commerce-checkout-flow .layout-region-checkout-main fieldset#edit-review-contact-information .fieldset-wrapper {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  form.commerce-checkout-flow .layout-region-checkout-main fieldset#edit-review-contact-information .fieldset-wrapper {
    font-size: 15px;
  }
}
form.commerce-checkout-flow .layout-region-checkout-main fieldset#edit-review-order-fieldscheckout .fieldset-wrapper .field__label {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  form.commerce-checkout-flow .layout-region-checkout-main fieldset#edit-review-order-fieldscheckout .fieldset-wrapper .field__label {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  form.commerce-checkout-flow .layout-region-checkout-main fieldset#edit-review-order-fieldscheckout .fieldset-wrapper .field__label {
    font-size: 13px;
  }
}
form.commerce-checkout-flow .layout-region-checkout-main fieldset#edit-review-order-fieldscheckout .fieldset-wrapper .field__item {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  form.commerce-checkout-flow .layout-region-checkout-main fieldset#edit-review-order-fieldscheckout .fieldset-wrapper .field__item {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  form.commerce-checkout-flow .layout-region-checkout-main fieldset#edit-review-order-fieldscheckout .fieldset-wrapper .field__item {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  form.commerce-checkout-flow .layout-region-checkout-secondary {
    float: none;
    width: 100%;
  }
}
form.commerce-checkout-flow .layout-region-checkout-secondary h3 {
  font-weight: 600 !important;
  font-size: 28px !important;
}
@media screen and (max-width: 1199px) {
  form.commerce-checkout-flow .layout-region-checkout-secondary h3 {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 767px) {
  form.commerce-checkout-flow .layout-region-checkout-secondary h3 {
    font-size: 20px !important;
  }
}
form.commerce-checkout-flow .layout-region-checkout-footer {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  form.commerce-checkout-flow .layout-region-checkout-footer {
    margin-top: 25px;
  }
}
form.commerce-checkout-flow .layout-region-checkout-footer .form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 15px 20px;
}
form.commerce-checkout-flow .layout-region-checkout-footer .form-actions .link--previous {
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  form.commerce-checkout-flow .layout-region-checkout-footer .form-actions .link--previous {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  form.commerce-checkout-flow .layout-region-checkout-footer .form-actions .link--previous {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
.taxonomy-term--type-catalog.taxonomy-term--view-mode-description .request_group .field--name-field-request-title {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 65px;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .taxonomy-term--type-catalog.taxonomy-term--view-mode-description .request_group .field--name-field-request-title {
    margin-bottom: 31px;
  }
}
@media screen and (max-width: 1199px) {
  .taxonomy-term--type-catalog.taxonomy-term--view-mode-description .request_group .field--name-field-request-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .taxonomy-term--type-catalog.taxonomy-term--view-mode-description .request_group .field--name-field-request-title {
    width: 100%;
    font-size: 16px;
  }
}
.taxonomy-term--type-catalog.taxonomy-term--view-mode-description .request_group .request_content {
  position: relative;
  padding: 37px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #FCD82F;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px 65px;
}
.taxonomy-term--type-catalog.taxonomy-term--view-mode-description .request_group .request_content::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 342px;
  max-width: 100%;
  height: 117px;
  max-height: 100%;
  background: url("/sites/all/themes/vesta_theme/image/slider-track.svg") center center no-repeat;
  background-size: contain;
  content: '';
}
.taxonomy-term--type-catalog.taxonomy-term--view-mode-description .request_group .request_content .field--name-field-request-text {
  position: relative;
  font-weight: 900;
  font-style: italic;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .taxonomy-term--type-catalog.taxonomy-term--view-mode-description .request_group .request_content .field--name-field-request-text {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .taxonomy-term--type-catalog.taxonomy-term--view-mode-description .request_group .request_content .field--name-field-request-text {
    font-size: 24px;
  }
}
.taxonomy-term--type-catalog.taxonomy-term--view-mode-description .request_group .request_content .field--name-field-request-button {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.taxonomy-term--type-catalog.taxonomy-term--view-mode-description .request_group .request_content .field--name-field-request-button .btn-primary {
  padding: 17px 55px;
  border-color: transparent;
  background-color: #131516;
  font-weight: 600;
  color: #ffffff;
}
.taxonomy-term--type-catalog.taxonomy-term--view-mode-description .request_group .request_content .field--name-field-request-button .btn-primary:hover,
.taxonomy-term--type-catalog.taxonomy-term--view-mode-description .request_group .request_content .field--name-field-request-button .btn-primary:active,
.taxonomy-term--type-catalog.taxonomy-term--view-mode-description .request_group .request_content .field--name-field-request-button .btn-primary:focus {
  border-color: #131516;
  background-color: transparent;
  color: #131516;
}
@media screen and (max-width: 767px) {
  .taxonomy-term--type-catalog.taxonomy-term--view-mode-description .request_group .request_content .field--name-field-request-button .btn-primary {
    padding: 14px 45px;
  }
}
