: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;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gradient {
  background: -webkit-linear-gradient(180deg, rgba(22, 55, 152, 0), #163798);
  background: -moz-linear-gradient(180deg, rgba(22, 55, 152, 0), #163798);
  background: linear-gradient(180deg, rgba(22, 55, 152, 0), #163798);
}
.h3 {
  font-weight: 600;
  font-size: 28px;
}
@media screen and (max-width: 1199px) {
  .h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .h3 {
    font-size: 20px;
  }
}
.text-l {
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  .text-l {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .text-l {
    font-size: 14px;
  }
}
.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: #163798;
  text-decoration: none;
  transition: all 0.4s ease;
}
a:hover,
a:active,
a:focus {
  color: #000000;
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1200px;
  }
}
p:last-child {
  margin-bottom: 0 !important;
}
body {
  padding-top: 0 !important;
  background-color: #ffffff;
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
}
@media screen and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}
#app {
  overflow: hidden;
}
.toolbar-fixed #app {
  margin-top: var(--drupal-displace-offset-top);
}
@media screen and (max-width: 991px) {
  #app {
    padding-top: 74px;
  }
}
@media screen and (max-width: 767px) {
  #app {
    padding-top: 68px;
  }
}
@media screen and (max-width: 475px) {
  #app {
    padding-top: 53px;
  }
}
h1 {
  margin-bottom: 46px;
  font-weight: 600;
  font-size: 68px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 58px;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 25px;
    font-size: 28px;
  }
}
h2,
main#main .block-title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  h2,
  main#main .block-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  h2,
  main#main .block-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  h2,
  main#main .block-title {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
h3 {
  font-weight: 600;
  font-size: 28px;
}
@media screen and (max-width: 1199px) {
  h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
.custom-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.custom-list li {
  margin: 0;
  padding: 0;
}
.contacts li .contacts__detail {
  display: flex;
  align-items: center;
}
.contacts li .contacts__detail svg {
  flex-shrink: 0;
  width: 18px;
  margin-right: 13px;
}
@media screen and (max-width: 767px) {
  .contacts li .contacts__detail svg {
    width: 15px;
    margin-right: 7px;
  }
}
.contacts .region-contacts-address {
  display: none;
}
.contacts .region-contacts-address #block-vesta-theme-adres {
  display: flex;
}
.contacts .region-contacts-address #block-vesta-theme-adres::before {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 13px;
  flex-shrink: 0;
  background: url('/sites/all/themes/vesta_theme/image/Call.svg') center center no-repeat;
  background-size: contain;
  content: '';
}
@media screen and (max-width: 767px) {
  .contacts .region-contacts-address #block-vesta-theme-adres::before {
    width: 15px;
    margin-right: 7px;
  }
}
.messengers {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .messengers {
    gap: 8px;
  }
}
.messengers li a {
  display: block;
  width: 35px;
}
.messengers li a img {
  object-fit: contain;
}
.logo img {
  object-fit: contain;
}
.cart-block--summary__icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #163798;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .cart-block--summary__icon {
    width: 35px;
    height: 35px;
  }
}
.cart-block--summary__icon:hover,
.cart-block--summary__icon:active,
.cart-block--summary__icon:focus {
  background-color: #0077FF;
}
.cart-block--summary__icon img {
  width: 29px;
  height: 29px;
  object-fit: contain;
}
@media screen and (max-width: 1199px) {
  .cart-block--summary__icon img {
    width: 19px;
    height: 19px;
  }
}
.cart-block--summary__icon .cart-block--summary__count {
  width: 22px;
  height: 22px;
  background: #253172;
}
@media screen and (max-width: 1199px) {
  .cart-block--summary__icon .cart-block--summary__count {
    width: 18px;
    height: 18px;
  }
}
form .form-item {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  form .form-item {
    margin-bottom: 7px;
  }
}
form .form-item .form-control {
  padding: 12px 16px;
  border-radius: 80px;
  border: 1px solid #163798;
  background-color: #ffffff;
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}
form .form-item .form-control::placeholder {
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}
@media screen and (max-width: 1199px) {
  form .form-item .form-control::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  form .form-item .form-control::placeholder {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  form .form-item .form-control {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  form .form-item .form-control {
    padding: 10px 12px;
    font-size: 13px;
  }
}
form .form-item .form-control:focus {
  box-shadow: 0 0 4px 4px rgba(0, 119, 255, 0.6);
}
form .form-item .form-text {
  margin-top: 0;
}
form .form-item textarea.form-control {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  form .form-item textarea.form-control {
    border-radius: 20px;
  }
}
form .form-type-checkbox {
  display: flex;
}
form .form-type-checkbox input[type=checkbox] {
  flex-shrink: 0;
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  form .form-type-checkbox input[type=checkbox] {
    width: 15px;
    height: 15px;
  }
}
form .form-type-checkbox input[type=checkbox]::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  font-size: 25px;
  background: url('/sites/all/themes/vesta_theme/image/checkmark-blue.svg') center center no-repeat;
  background-size: contain;
  transition: all 0.4s ease;
}
form .form-type-checkbox input[type=checkbox]:checked::after {
  width: 80%;
  height: 80%;
}
form .form-type-checkbox .description {
  font-weight: 400;
  font-size: 13px;
}
@media screen and (max-width: 1199px) {
  form .form-type-checkbox .description {
    font-size: 12px;
  }
}
form .alert-error,
form .form-item--error-message {
  display: none !important;
}
form .form-control.error,
form .form-checkbox.error {
  border: 1px solid red;
  box-shadow: 0 0 3px 3px rgba(255, 0, 0, 0.5);
}
.search-api-page-block-form-search form,
form.search-api-page-block-form-search {
  position: relative;
  width: 800px;
  max-width: 100%;
}
.search-api-page-block-form-search form .form-item,
form.search-api-page-block-form-search .form-item {
  width: 100%;
  margin-bottom: 0;
}
.search-api-page-block-form-search form .form-actions,
form.search-api-page-block-form-search .form-actions {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  width: 50px;
  height: 90%;
}
.search-api-page-block-form-search form .form-actions .btn,
form.search-api-page-block-form-search .form-actions .btn {
  position: relative;
  padding: 0;
  border: none;
  outline: none;
  background-color: #ffffff;
  box-shadow: none;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
}
.search-api-page-block-form-search form .form-actions .btn::before,
form.search-api-page-block-form-search .form-actions .btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-image: url('/sites/all/themes/vesta_theme/image/Search-blue.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  content: '';
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .search-api-page-block-form-search form .form-actions .btn::before,
  form.search-api-page-block-form-search .form-actions .btn::before {
    width: 18px;
    height: 18px;
  }
}
.nav .nav-item .nav-link {
  display: block;
  width: fit-content;
  max-width: 250px;
  white-space: pre-wrap;
}
.btn,
.more-link a,
.field--name-field-about-link a,
.button--primary,
.button--secondary {
  display: block;
  width: fit-content;
  max-width: 350px;
  padding: 15px 23px;
  border-radius: 80px;
  border: 1px solid transparent;
  background-color: #163798;
  box-shadow: 0 3px 3px 0 rgba(0, 119, 255, 0.6);
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 1.1;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .btn,
  .more-link a,
  .field--name-field-about-link a,
  .button--primary,
  .button--secondary {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .btn,
  .more-link a,
  .field--name-field-about-link a,
  .button--primary,
  .button--secondary {
    padding: 10px 16px;
    font-size: 13px;
  }
}
.btn:hover,
.more-link a:hover,
.field--name-field-about-link a:hover,
.button--primary:hover,
.button--secondary:hover,
.btn:active,
.more-link a:active,
.field--name-field-about-link a:active,
.button--primary:active,
.button--secondary:active,
.btn:focus,
.more-link a:focus,
.field--name-field-about-link a:focus,
.button--primary:focus,
.button--secondary:focus {
  border-color: transparent;
  background-color: #0077FF;
  color: #ffffff;
}
.btn:focus-visible,
.more-link a:focus-visible,
.field--name-field-about-link a:focus-visible,
.button--primary:focus-visible,
.button--secondary:focus-visible {
  box-shadow: 0 0 4px 4px rgba(0, 119, 255, 0.6);
}
.btn:disabled,
.more-link a:disabled,
.field--name-field-about-link a:disabled,
.button--primary:disabled,
.button--secondary:disabled {
  border-color: #163798;
  opacity: 0.75;
}
.button--secondary {
  border: 1px solid #163798;
  background-color: transparent;
  color: #000000;
}
.more-link {
  display: flex;
  justify-content: center;
}
.more-link a {
  width: 200px;
  max-width: 100%;
}
.slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 25px;
    height: 25px;
  }
}
.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: 12px;
}
.slick-arrow.slick-prev::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow-prev.svg");
}
.slick-arrow.slick-next {
  right: 12px;
}
.slick-arrow.slick-next::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arrow-prev.svg");
  transform: rotate(180deg);
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 12px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    gap: 7px;
    bottom: 10px;
  }
}
.slick-dots li button {
  display: block;
  width: 13px;
  height: 13px;
  padding: 0;
  background: rgba(22, 55, 152, 0.5);
  border-radius: 50%;
  border: none;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .slick-dots li button {
    width: 7px;
    height: 7px;
  }
}
.slick-dots li.slick-active button {
  background: #163798;
}
header#header .header-top {
  padding: 8px 0 10px;
  background-color: #ffffff;
}
header#header .header-top .logo {
  width: 300px;
  margin-right: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  header#header .header-top .logo {
    width: 220px;
    margin-right: 10px;
  }
}
header#header .header-top .col-contacts {
  width: 530px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  header#header .header-top .col-contacts {
    margin-left: -15px;
  }
}
@media screen and (max-width: 1199px) {
  header#header .header-top .col-contacts {
    width: 415px;
  }
}
header#header .header-top .col-contacts .contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  header#header .header-top .col-contacts .contacts .contacts__item .contacts__detail {
    font-size: 12px !important;
  }
}
header#header .header-top .col-contacts .contacts .contacts__item.contacts__item--address {
  order: -1;
  width: 322px;
}
@media screen and (max-width: 1199px) {
  header#header .header-top .col-contacts .contacts .contacts__item.contacts__item--address {
    width: 252px;
  }
}
header#header .header-top .col-contacts .contacts .contacts__item.contacts__item--phone .contacts__detail,
header#header .header-top .col-contacts .contacts .contacts__item.contacts__item--phone-2 .contacts__detail {
  font-weight: 600;
}
header#header .header-top .col-contacts .contacts .contacts__item.contacts__item--phone {
  padding-right: 5px;
}
header#header .header-top .col-contacts .contacts .contacts__item.contacts__item--phone-2 {
  order: 1;
}
@media screen and (max-width: 1199px) {
  header#header .header-top .col-contacts .contacts .contacts__item .contacts__detail {
    font-size: 13px;
  }
}
header#header .header-top .col-contacts .contacts .contacts__item .contacts__detail.contacts__link {
  color: #000000;
}
header#header .header-top .col-contacts .contacts .contacts__item .contacts__detail.contacts__link:hover,
header#header .header-top .col-contacts .contacts .contacts__item .contacts__detail.contacts__link:active,
header#header .header-top .col-contacts .contacts .contacts__item .contacts__detail.contacts__link:focus {
  color: #163798;
}
header#header .header-top .col-cart {
  flex-shrink: 0;
  width: 45px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header#header .header-top .col-cart {
    margin-right: 10px;
  }
}
header#header .header-top .col-cart .cart-block--summary__icon {
  transform: translateY(-33%);
}
header#header .header-top .col-callback {
  flex-shrink: 0;
  width: 202px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  header#header .header-top .col-callback {
    width: 149px;
  }
}
header#header .header-top .col-callback .btn {
  transform: translateY(-25%);
}
@media screen and (max-width: 1199px) {
  header#header .header-top .col-callback .btn {
    width: 100%;
    padding: 10px 16px;
    font-size: 12px;
  }
}
header#header .header-bottom {
  padding: 5px 0;
  background-color: #163798;
}
header#header .header-bottom .region-navigation {
  width: calc(100% - 50px + 26px);
}
header#header .header-bottom .region-navigation .nav .nav-item .nav-link {
  padding: 12px 13px;
  border-radius: 80px;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  header#header .header-bottom .region-navigation .nav .nav-item .nav-link {
    padding: 10px;
    font-size: 13px;
  }
}
header#header .header-bottom .region-navigation .nav .nav-item .nav-link:hover,
header#header .header-bottom .region-navigation .nav .nav-item .nav-link:active,
header#header .header-bottom .region-navigation .nav .nav-item .nav-link:focus {
  background-color: #ffffff;
  color: #163798;
}
header#header .header-bottom .col-search {
  width: 50px;
  margin-right: -13px;
}
header#header .header-bottom .col-search .search-container {
  position: relative;
}
header#header .header-bottom .col-search .search-container .region-search {
  width: 0;
  overflow: hidden;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
  z-index: 5;
}
header#header .header-bottom .col-search .search-container .region-search.active {
  width: 715px;
  padding: 6px;
}
@media screen and (max-width: 1199px) {
  header#header .header-bottom .col-search .search-container .region-search.active {
    width: 500px;
  }
}
header#header .header-bottom .col-search .search-container .region-search.active .search-api-page-block-form-search form {
  width: 100%;
}
header#header .header-bottom .col-search .search-container .region-search.active .search-api-page-block-form-search form .form-item .form-control:focus {
  box-shadow: 0 0 4px 4px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1199px) {
  header#header .header-bottom .col-search .search-container .region-search.active .search-api-page-block-form-search form .form-item .form-control {
    padding: 8px 12px;
    font-size: 13px;
  }
  header#header .header-bottom .col-search .search-container .region-search.active .search-api-page-block-form-search form .form-item .form-control::placeholder {
    font-size: 13px;
  }
}
header#header .header-bottom .col-search .search-container button.search-button {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: transparent;
  outline: none;
  font-size: 0;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  header#header .header-bottom .col-search .search-container button.search-button {
    width: 35px;
    height: 35px;
  }
}
header#header .header-bottom .col-search .search-container button.search-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('/sites/all/themes/vesta_theme/image/Search-wht.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  content: '';
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  header#header .header-bottom .col-search .search-container button.search-button::before {
    width: 18px;
    height: 18px;
  }
}
header#header .header-bottom .col-search .search-container button.search-button:hover {
  background-color: #ffffff;
}
header#header .header-bottom .col-search .search-container button.search-button:hover::before {
  background-image: url('/sites/all/themes/vesta_theme/image/Search-blue.svg');
}
header#header .header-bottom .col-search .search-container button.search-button:focus-visible {
  background-color: #ffffff;
}
header#header .header-bottom .col-search .search-container button.search-button:focus-visible::before {
  background-image: url('/sites/all/themes/vesta_theme/image/Search-blue.svg');
}
header#header .header-bottom .col-search .search-container button.search-button.active::before {
  content: '+';
  background-image: none;
  font-size: 26px;
  transform: translate(-50%, -50%) rotate(45deg);
  color: #ffffff;
  transition: all 0.4s ease;
}
header#header .header-bottom .col-search .search-container button.search-button.active:hover::before {
  color: #163798;
}
header#header-mob {
  padding: 5px 0;
  background-color: #c5cde5;
}
header#header-mob .logo {
  width: 200px;
}
@media screen and (max-width: 767px) {
  header#header-mob .logo {
    width: 180px;
  }
}
@media screen and (max-width: 475px) {
  header#header-mob .logo {
    width: 135px;
  }
}
header#header-mob .col-phone {
  width: 155px;
}
@media screen and (max-width: 767px) {
  header#header-mob .col-phone {
    width: 137px;
  }
}
@media screen and (max-width: 475px) {
  header#header-mob .col-phone {
    width: 122px;
  }
}
@media screen and (max-width: 339px) {
  header#header-mob .col-phone {
    display: none;
  }
}
header#header-mob .col-phone .contacts li .contacts__link {
  color: #000000;
}
header#header-mob .col-phone .contacts li .contacts__link:hover,
header#header-mob .col-phone .contacts li .contacts__link:active,
header#header-mob .col-phone .contacts li .contacts__link:focus {
  color: #163798;
}
@media screen and (max-width: 475px) {
  header#header-mob .col-phone .contacts li .contacts__link {
    font-size: 12px;
  }
}
@media screen and (max-width: 475px) {
  header#header-mob .col-phone .contacts li .contacts__link svg {
    width: 12px;
    margin-right: 2px;
  }
}
header#header-mob .col-cart {
  width: 35px;
  flex-shrink: 0;
}
@media screen and (max-width: 475px) {
  header#header-mob .col-cart .cart-block--summary__icon {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 475px) {
  header#header-mob .col-cart .cart-block--summary__icon img {
    width: 17px;
    height: 17px;
  }
}
header#header-mob .col-nav {
  width: 20px;
  flex-shrink: 0;
}
.offcanvas {
  background: -webkit-linear-gradient(0deg, #c5cde5, #ffffff);
  background: -moz-linear-gradient(0deg, #c5cde5, #ffffff);
  background: linear-gradient(0deg, #c5cde5, #ffffff);
}
.offcanvas .logo {
  width: 180px;
}
.offcanvas .btn-close:focus {
  box-shadow: 0 0 2px 2px rgba(0, 119, 255, 0.6);
}
.offcanvas .offcanvas-body {
  display: flex;
  flex-direction: column;
}
.offcanvas .offcanvas-body > *:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .offcanvas .offcanvas-body > *:not(:last-child) {
    margin-bottom: 15px;
  }
}
.offcanvas .offcanvas-body .region-navigation .nav .nav-item .nav-link {
  padding: 5px 0;
  color: #000000;
}
.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: #163798;
}
.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;
  }
}
.offcanvas .offcanvas-body .row-contacts .contacts li {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .offcanvas .offcanvas-body .row-contacts .contacts li {
    margin-bottom: 7px;
  }
}
.offcanvas .offcanvas-body .row-contacts .contacts li .contacts__link {
  color: #000000;
}
.offcanvas .offcanvas-body .row-contacts .contacts li .contacts__link:hover,
.offcanvas .offcanvas-body .row-contacts .contacts li .contacts__link:active,
.offcanvas .offcanvas-body .row-contacts .contacts li .contacts__link:focus {
  color: #163798;
}
main#main .search-api-page-block-form-search {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  main#main .search-api-page-block-form-search {
    margin-bottom: 25px;
  }
}
main#main div#slider-block {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  main#main div#slider-block {
    margin-bottom: 20px;
  }
}
main#main div#slider-block .slick-track {
  display: flex;
}
main#main div#slider-block .slick-track .views-row {
  height: auto;
}
main#main div#slider-block .slick-track .views-row .node--type-slide {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 749px;
}
@media screen and (max-width: 1199px) {
  main#main div#slider-block .slick-track .views-row .node--type-slide {
    min-height: 468px;
  }
}
@media screen and (max-width: 991px) {
  main#main div#slider-block .slick-track .views-row .node--type-slide {
    min-height: 387px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#slider-block .slick-track .views-row .node--type-slide {
    min-height: 300px;
  }
}
main#main div#slider-block .slick-track .views-row .node--type-slide .field--name-field-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main#main div#slider-block .slick-track .views-row .node--type-slide .field--name-field-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main#main div#slider-block .slick-track .views-row .node--type-slide .content {
  position: relative;
  z-index: 1;
}
main#main .block-views-blockcatalog-block-front {
  margin-bottom: 18px;
}
main#main .view-catalog .view-content {
  margin: 0 -16px;
  margin-bottom: 46px;
  gap: 33px 0;
}
@media screen and (max-width: 991px) {
  main#main .view-catalog .view-content {
    margin: 0 -10px;
    margin-bottom: 46px;
    gap: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-catalog .view-content {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 475px) {
  main#main .view-catalog .view-content {
    margin: 0 -5px;
    margin-bottom: 30px;
    gap: 10px 0;
  }
}
main#main .view-catalog .view-content .views-row {
  padding: 0 16px;
}
@media screen and (max-width: 991px) {
  main#main .view-catalog .view-content .views-row {
    padding: 0 10px;
  }
}
@media screen and (max-width: 475px) {
  main#main .view-catalog .view-content .views-row {
    padding: 0 5px;
  }
}
main#main .view-catalog .view-content .views-row .taxonomy-term--type-catalog {
  position: relative;
  min-height: 340px;
  border-radius: 30px;
  overflow: hidden;
  padding: 20px;
  padding-bottom: 50px;
  display: flex;
  align-items: end;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  main#main .view-catalog .view-content .views-row .taxonomy-term--type-catalog {
    min-height: 280px;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-catalog .view-content .views-row .taxonomy-term--type-catalog {
    min-height: 220px;
    padding: 15px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-catalog .view-content .views-row .taxonomy-term--type-catalog {
    min-height: 180px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 475px) {
  main#main .view-catalog .view-content .views-row .taxonomy-term--type-catalog {
    min-height: 140px;
    padding: 10px;
  }
}
@media screen and (max-width: 375px) {
  main#main .view-catalog .view-content .views-row .taxonomy-term--type-catalog {
    min-height: 100px;
  }
}
main#main .view-catalog .view-content .views-row .taxonomy-term--type-catalog::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75%;
  background: -webkit-linear-gradient(180deg, rgba(22, 55, 152, 0), #163798);
  background: -moz-linear-gradient(180deg, rgba(22, 55, 152, 0), #163798);
  background: linear-gradient(180deg, rgba(22, 55, 152, 0), #163798);
  content: '';
  z-index: 1;
  transition: all 0.4s ease;
}
main#main .view-catalog .view-content .views-row .taxonomy-term--type-catalog:hover::before,
main#main .view-catalog .view-content .views-row .taxonomy-term--type-catalog:active::before,
main#main .view-catalog .view-content .views-row .taxonomy-term--type-catalog:focus::before {
  height: 100%;
  background: -webkit-linear-gradient(180deg, rgba(22, 55, 152, 0.1), #163798);
  background: -moz-linear-gradient(180deg, rgba(22, 55, 152, 0.1), #163798);
  background: linear-gradient(180deg, rgba(22, 55, 152, 0.1), #163798);
}
main#main .view-catalog .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 .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main#main .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 30px;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  main#main .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 475px) {
  main#main .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
    font-size: 14px;
  }
}
main#main .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title > div {
  text-align: center;
}
main#main .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
main#main .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
}
main#main div#benefits-block {
  position: relative;
  margin-bottom: 55px;
  padding: 43px 0 82px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main#main div#benefits-block {
    margin-bottom: 30px;
    padding: 25px 0 50px;
  }
}
main#main div#benefits-block::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 200%;
  background: -webkit-linear-gradient(180deg, rgba(22, 55, 152, 0), #163798);
  background: -moz-linear-gradient(180deg, rgba(22, 55, 152, 0), #163798);
  background: linear-gradient(180deg, rgba(22, 55, 152, 0), #163798);
  content: '';
  z-index: -1;
}
main#main div#benefits-block .block-title {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  main#main div#benefits-block .block-title {
    margin-bottom: 20px;
  }
}
main#main .view-benefits .view-content {
  justify-content: center;
}
@media screen and (max-width: 991px) {
  main#main .view-benefits .view-content {
    gap: 15px 0;
  }
}
main#main .view-benefits .view-content .views-row {
  padding: 0;
}
@media screen and (max-width: 767px) {
  main#main .view-benefits .view-content .views-row {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
main#main .view-benefits .view-content .views-row .block-content--type-preimushchestvo {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 13px;
  height: 100%;
}
main#main .view-benefits .view-content .views-row .block-content--type-preimushchestvo .field--name-field-icon {
  grid-row: 1 / span 2;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  main#main .view-benefits .view-content .views-row .block-content--type-preimushchestvo .field--name-field-icon {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-benefits .view-content .views-row .block-content--type-preimushchestvo .field--name-field-icon {
    width: 60px;
    height: 60px;
  }
}
main#main .view-benefits .view-content .views-row .block-content--type-preimushchestvo .field--name-field-icon img {
  max-width: 67px;
  max-height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1199px) {
  main#main .view-benefits .view-content .views-row .block-content--type-preimushchestvo .field--name-field-icon img {
    max-width: 60%;
  }
}
main#main .view-benefits .view-content .views-row .block-content--type-preimushchestvo .field--name-block-description {
  margin-bottom: 16px;
  padding-top: 29px;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 1199px) {
  main#main .view-benefits .view-content .views-row .block-content--type-preimushchestvo .field--name-block-description {
    padding-top: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-benefits .view-content .views-row .block-content--type-preimushchestvo .field--name-block-description {
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
  }
}
main#main .view-benefits .view-content .views-row .block-content--type-preimushchestvo .field--name-body {
  font-size: 14px;
}
@media screen and (max-width: 1199px) {
  main#main .view-benefits .view-content .views-row .block-content--type-preimushchestvo .field--name-body {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  main#main .view-benefits .view-content .views-row:first-child {
    width: 32%;
  }
}
@media screen and (min-width: 1200px) {
  main#main .view-benefits .view-content .views-row:nth-child(2) {
    width: 36%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  main#main .view-benefits .view-content .views-row:nth-child(2) {
    order: 1;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  main#main .view-benefits .view-content .views-row:last-child {
    width: 32%;
  }
}
@media screen and (max-width: 1199px) {
  main#main .view-benefits .view-content .views-row:last-child .block-content--type-preimushchestvo .field--name-field-icon img {
    max-width: 45%;
  }
}
main#main div#gallery-block {
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  main#main div#gallery-block {
    margin-bottom: 30px;
  }
}
main#main .view-gallery.view-display-id-block_front .view-content {
  margin-bottom: 41px;
}
@media screen and (max-width: 767px) {
  main#main .view-gallery.view-display-id-block_front .view-content {
    margin-bottom: 25px;
  }
}
main#main .node--type-photogallery.node--view-mode-teaser-front .field--name-field-gallery-photo,
main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery-photo {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 991px) {
  main#main .node--type-photogallery.node--view-mode-teaser-front .field--name-field-gallery-photo,
  main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery-photo {
    margin-bottom: 20px;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-photogallery.node--view-mode-teaser-front .field--name-field-gallery-photo,
  main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery-photo {
    margin-bottom: 15px;
    gap: 15px;
  }
}
@media screen and (max-width: 475px) {
  main#main .node--type-photogallery.node--view-mode-teaser-front .field--name-field-gallery-photo,
  main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery-photo {
    margin-bottom: 10px;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
main#main .node--type-photogallery.node--view-mode-teaser-front .field--name-field-gallery-photo .field__item a,
main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery-photo .field__item a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main#main .node--type-photogallery.node--view-mode-teaser-front .field--name-field-gallery-photo .field__item a,
  main#main .node--type-photogallery.node--view-mode-full .field--name-field-gallery-photo .field__item a {
    border-radius: 20px;
  }
}
main#main .node--type-photogallery.node--view-mode-teaser-front .field--name-field-gallery-photo .field__item a img,
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-teaser-front .field--name-field-video-rutube,
main#main .node--type-photogallery.node--view-mode-full .field--name-field-video-rutube {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 991px) {
  main#main .node--type-photogallery.node--view-mode-teaser-front .field--name-field-video-rutube,
  main#main .node--type-photogallery.node--view-mode-full .field--name-field-video-rutube {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-photogallery.node--view-mode-teaser-front .field--name-field-video-rutube,
  main#main .node--type-photogallery.node--view-mode-full .field--name-field-video-rutube {
    gap: 15px;
  }
}
@media screen and (max-width: 475px) {
  main#main .node--type-photogallery.node--view-mode-teaser-front .field--name-field-video-rutube,
  main#main .node--type-photogallery.node--view-mode-full .field--name-field-video-rutube {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
main#main .node--type-photogallery.node--view-mode-teaser-front .field--name-field-video-rutube .field__item .video-embed-field-provider-rutube,
main#main .node--type-photogallery.node--view-mode-full .field--name-field-video-rutube .field__item .video-embed-field-provider-rutube {
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main#main .node--type-photogallery.node--view-mode-teaser-front .field--name-field-video-rutube .field__item .video-embed-field-provider-rutube,
  main#main .node--type-photogallery.node--view-mode-full .field--name-field-video-rutube .field__item .video-embed-field-provider-rutube {
    border-radius: 20px;
  }
}
@media screen and (max-width: 475px) {
  main#main .node--type-photogallery.node--view-mode-teaser-front .field--name-field-gallery-photo .field__item {
    display: none;
  }
}
@media screen and (max-width: 475px) {
  main#main .node--type-photogallery.node--view-mode-teaser-front .field--name-field-gallery-photo .field__item:first-child,
  main#main .node--type-photogallery.node--view-mode-teaser-front .field--name-field-gallery-photo .field__item:nth-child(2) {
    display: block;
  }
}
@media screen and (max-width: 475px) {
  main#main .node--type-photogallery.node--view-mode-teaser-front .field--name-field-video-rutube .field__item {
    display: none;
  }
}
@media screen and (max-width: 475px) {
  main#main .node--type-photogallery.node--view-mode-teaser-front .field--name-field-video-rutube .field__item:first-child {
    display: block;
  }
}
main#main .view-gallery.view-display-id-page_1 .view-content {
  gap: 30px 0;
}
@media screen and (max-width: 991px) {
  main#main .view-gallery.view-display-id-page_1 .view-content {
    gap: 20px 0;
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-gallery.view-display-id-page_1 .view-content {
    gap: 15px 0;
    margin: 0 -7px;
  }
}
@media screen and (max-width: 475px) {
  main#main .view-gallery.view-display-id-page_1 .view-content {
    gap: 10px 0;
    margin: 0 -5px;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-gallery.view-display-id-page_1 .view-content .views-row {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-gallery.view-display-id-page_1 .view-content .views-row {
    padding: 0 7px;
  }
}
@media screen and (max-width: 475px) {
  main#main .view-gallery.view-display-id-page_1 .view-content .views-row {
    padding: 0 5px;
  }
}
main#main .view-gallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser {
  position: relative;
  min-height: 315px;
  border-radius: 30px;
  overflow: hidden;
  padding: 20px;
  padding-bottom: 50px;
  display: flex;
  align-items: end;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  main#main .view-gallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser {
    min-height: 280px;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-gallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser {
    min-height: 220px;
    padding: 15px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-gallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser {
    min-height: 180px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 475px) {
  main#main .view-gallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser {
    min-height: 140px;
    padding: 10px;
  }
}
@media screen and (max-width: 375px) {
  main#main .view-gallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser {
    min-height: 100px;
  }
}
main#main .view-gallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75%;
  background: -webkit-linear-gradient(180deg, rgba(22, 55, 152, 0), #163798);
  background: -moz-linear-gradient(180deg, rgba(22, 55, 152, 0), #163798);
  background: linear-gradient(180deg, rgba(22, 55, 152, 0), #163798);
  content: '';
  z-index: 1;
  transition: all 0.4s ease;
}
main#main .view-gallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser:hover::before,
main#main .view-gallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser:active::before,
main#main .view-gallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser:focus::before {
  height: 100%;
  background: -webkit-linear-gradient(180deg, rgba(22, 55, 152, 0.1), #163798);
  background: -moz-linear-gradient(180deg, rgba(22, 55, 152, 0.1), #163798);
  background: linear-gradient(180deg, rgba(22, 55, 152, 0.1), #163798);
}
main#main .view-gallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-field-gallery-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main#main .view-gallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-field-gallery-photo .field__item {
  width: 100%;
  height: 100%;
}
main#main .view-gallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-field-gallery-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main#main .view-gallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-title {
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 30px;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  main#main .view-gallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-gallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-gallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 475px) {
  main#main .view-gallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-title {
    font-size: 14px;
  }
}
main#main .view-gallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-title > div {
  text-align: center;
}
main#main .view-gallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
main#main .view-gallery.view-display-id-page_1 .view-content .views-row .node--type-photogallery.node--view-mode-teaser .field--name-node-link a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
}
main#main div#about-block {
  margin-bottom: 0;
}
main#main .node--type-about .field--name-field-teaser-description {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  main#main .node--type-about .field--name-field-teaser-description {
    margin-bottom: 25px;
  }
}
main#main .node--type-about .field--name-field-about-image {
  margin-bottom: 36px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  main#main .node--type-about .field--name-field-about-image {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-about .field--name-field-about-image {
    margin-bottom: 25px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 375px) {
  main#main .node--type-about .field--name-field-about-image {
    height: 150px;
  }
}
main#main .node--type-about .field--name-field-about-image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  main#main .node--type-about .field--name-field-about-image img {
    border-radius: 20px;
  }
}
main#main .node--type-about .field--name-field-about-link {
  display: flex;
  justify-content: center;
}
main#main .node--type-about .field--name-field-about-link a {
  width: 174px;
  max-width: 100%;
}
main#main div#delivery-block {
  position: relative;
  margin-bottom: 0;
  padding: 78px 0 64px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main#main div#delivery-block {
    padding: 50px 0 30px;
  }
}
main#main div#delivery-block::before {
  position: absolute;
  top: 126px;
  left: 0;
  width: 100%;
  height: 120%;
  background: -webkit-linear-gradient(180deg, rgba(22, 55, 152, 0), #163798);
  background: -moz-linear-gradient(180deg, rgba(22, 55, 152, 0), #163798);
  background: linear-gradient(180deg, rgba(22, 55, 152, 0), #163798);
  content: '';
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main#main div#delivery-block::before {
    top: 30px;
  }
}
main#main div#delivery-block .block-title {
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  main#main div#delivery-block .block-title {
    margin-bottom: 20px;
  }
}
main#main .view-delivery .view-content {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main#main .view-delivery .view-content {
    gap: 15px 0;
  }
}
main#main .view-delivery .view-content .views-row .block-content--type-delivery {
  position: relative;
  display: flex;
  justify-content: center;
}
main#main .view-delivery .view-content .views-row .block-content--type-delivery .field--name-field-icon {
  width: 188px;
  max-width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  main#main .view-delivery .view-content .views-row .block-content--type-delivery .field--name-field-icon {
    width: 156px;
  }
}
main#main .view-delivery .view-content .views-row .block-content--type-delivery .field--name-field-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main#main .view-delivery .view-content .views-row .block-content--type-delivery .field--name-field-delivery-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main#main .view-delivery .view-content .views-row .block-content--type-delivery .field--name-field-delivery-link a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
}
@media screen and (min-width: 992px) {
  main#main .view-delivery .view-content .views-row:first-child .block-content--type-delivery {
    justify-content: start;
  }
}
@media screen and (min-width: 992px) {
  main#main .view-delivery .view-content .views-row:last-child .block-content--type-delivery {
    justify-content: end;
  }
}
main#main div#fos-block {
  margin-bottom: 70px;
  padding: 44px 0 92px;
  background-color: #163798;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  main#main div#fos-block {
    padding: 30px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#fos-block {
    margin-bottom: 30px;
    padding: 25px 0 40px;
  }
}
main#main div#fos-block a:not(.contextual a) {
  color: #ffffff;
}
main#main div#fos-block a:not(.contextual a):hover,
main#main div#fos-block a:not(.contextual a):active,
main#main div#fos-block a:not(.contextual a):focus {
  opacity: 0.75;
}
main#main div#fos-block #block-vesta-theme-fos-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  main#main div#fos-block #block-vesta-theme-fos-title {
    margin-bottom: 25px;
  }
}
main#main div#fos-block #block-vesta-theme-fos-title .block-title {
  margin-bottom: 9px;
}
main#main div#fos-block #block-vesta-theme-fos-title .field--name-body {
  width: 664px;
  max-width: 100%;
  margin: auto;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  main#main div#fos-block #block-vesta-theme-fos-title .field--name-body {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#fos-block #block-vesta-theme-fos-title .field--name-body {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#fos-block .block-content--type-fos .group-left {
    margin-bottom: 20px;
  }
}
main#main div#fos-block .block-content--type-fos .group-left .field--name-field-fos-image {
  height: 100%;
}
main#main div#fos-block .block-content--type-fos .group-left .field--name-field-fos-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  main#main div#fos-block .block-content--type-fos .group-left .field--name-field-fos-image img {
    border-radius: 20px;
    height: auto;
    object-fit: contain;
  }
}
@media screen and (min-width: 1200px) {
  main#main div#fos-block .block-content--type-fos .group-right form {
    margin-top: -20px;
  }
}
main#main div#fos-block .block-content--type-fos .group-right form .form-item {
  margin-bottom: 22px;
}
@media screen and (max-width: 991px) {
  main#main div#fos-block .block-content--type-fos .group-right form .form-item {
    margin-bottom: 15px;
  }
}
main#main div#fos-block .block-content--type-fos .group-right form .form-item .form-control {
  padding: 18px 0;
  border-radius: 0;
  border-color: transparent;
  border-bottom-color: #ffffff;
  background-color: #163798;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  main#main div#fos-block .block-content--type-fos .group-right form .form-item .form-control {
    padding: 10px 0;
  }
}
main#main div#fos-block .block-content--type-fos .group-right form .form-item .form-control::placeholder {
  color: #ffffff;
}
main#main div#fos-block .block-content--type-fos .group-right form .form-item .form-control:focus {
  padding-left: 12px;
  padding-right: 12px;
}
main#main div#fos-block .block-content--type-fos .group-right form .form-type-email {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  main#main div#fos-block .block-content--type-fos .group-right form .form-type-email {
    margin-bottom: 33px;
  }
}
main#main div#fos-block .block-content--type-fos .group-right form .form-type-checkbox {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  main#main div#fos-block .block-content--type-fos .group-right form .form-type-checkbox {
    margin-bottom: 33px;
  }
}
main#main div#fos-block .block-content--type-fos .group-right form .form-type-checkbox .description {
  width: 448px;
  max-width: 90%;
}
main#main div#fos-block .block-content--type-fos .group-right form .form-control.error {
  padding-left: 10px;
  border: 1px solid red;
}
main#main div#fos-block .block-content--type-fos .group-right form .form-checkbox.error {
  border: 1px solid red;
}
@media screen and (max-width: 767px) {
  main#main div#fos-block .block-content--type-fos .group-right form .form-actions {
    display: flex;
    justify-content: center;
  }
}
main#main div#fos-block .block-content--type-fos .group-right form .form-actions .btn {
  width: 176px;
  max-width: 100%;
  background-color: #ffffff;
  color: #000000;
}
main#main div#fos-block .block-content--type-fos .group-right form .form-actions .btn:hover,
main#main div#fos-block .block-content--type-fos .group-right form .form-actions .btn:active,
main#main div#fos-block .block-content--type-fos .group-right form .form-actions .btn:focus {
  border-color: #ffffff;
  background-color: #163798;
  color: #ffffff;
}
main#main div#map-block {
  position: relative;
  padding-bottom: 70px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main#main div#map-block {
    padding-bottom: 30px;
  }
}
main#main div#map-block::before {
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%;
  height: 482px;
  max-height: 80%;
  background: -webkit-linear-gradient(180deg, rgba(22, 55, 152, 0), #163798);
  background: -moz-linear-gradient(180deg, rgba(22, 55, 152, 0), #163798);
  background: linear-gradient(180deg, rgba(22, 55, 152, 0), #163798);
  content: '';
  z-index: -1;
}
@media screen and (max-width: 991px) {
  main#main div#map-block .mapContainer {
    height: 300px !important;
  }
}
footer#footer {
  padding: 64px 0 80px;
  background-color: #000000;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  footer#footer {
    padding: 30px 0 40px;
  }
}
footer#footer a:not(.contextual a) {
  color: #ffffff;
}
footer#footer a:not(.contextual a):hover,
footer#footer a:not(.contextual a):active,
footer#footer a:not(.contextual a):focus {
  opacity: 0.75;
}
footer#footer .footer__container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 0 30px;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  footer#footer .footer__container {
    grid-template-columns: auto auto auto;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 475px) {
  footer#footer .footer__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 299px) {
  footer#footer .footer__container {
    grid-template-columns: 1fr;
  }
}
footer#footer .footer__container .block-title,
footer#footer .footer__container #block-vesta-theme-osnovnayanavigaciya-menu {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__container .block-title,
  footer#footer .footer__container #block-vesta-theme-osnovnayanavigaciya-menu {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .block-title,
  footer#footer .footer__container #block-vesta-theme-osnovnayanavigaciya-menu {
    margin-bottom: 7px;
    font-size: 14px;
  }
}
footer#footer .footer__container .col-logo {
  width: 300px;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
@media screen and (min-width: 1200px) {
  footer#footer .footer__container .col-logo {
    margin-top: -24px;
  }
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__container .col-logo {
    width: 250px;
    max-width: 80%;
  }
}
@media screen and (max-width: 991px) {
  footer#footer .footer__container .col-logo {
    grid-column: 1 / span 3;
  }
}
@media screen and (max-width: 475px) {
  footer#footer .footer__container .col-logo {
    grid-column: 1 / span 2;
  }
}
@media screen and (max-width: 299px) {
  footer#footer .footer__container .col-logo {
    grid-column: auto;
  }
}
footer#footer .footer__container .col-catalog {
  width: 150px;
  grid-row: 1 / span 2;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__container .col-catalog {
    width: 115px;
  }
}
@media screen and (max-width: 991px) {
  footer#footer .footer__container .col-catalog {
    grid-row: auto;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .col-catalog {
    width: auto;
  }
}
footer#footer .footer__container .col-catalog .view-catalog .view-content {
  margin-top: -4px;
}
footer#footer .footer__container .col-catalog .view-catalog .view-content .views-row a {
  display: block;
  padding: 4px 0;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__container .col-catalog .view-catalog .view-content .views-row a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .col-catalog .view-catalog .view-content .views-row a {
    font-size: 13px;
  }
}
footer#footer .footer__container .col-nav {
  width: 160px;
  grid-row: 1 / span 2;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__container .col-nav {
    width: 145px;
  }
}
@media screen and (max-width: 991px) {
  footer#footer .footer__container .col-nav {
    grid-row: auto;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .col-nav {
    width: auto;
  }
}
footer#footer .footer__container .col-nav .nav {
  margin-top: -4px;
  flex-direction: column;
}
footer#footer .footer__container .col-nav .nav .nav-item .nav-link {
  padding: 4px 0;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__container .col-nav .nav .nav-item .nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .col-nav .nav .nav-item .nav-link {
    font-size: 13px;
  }
}
footer#footer .footer__container .col-nav .nav .nav-item .nav-link.dropdown-toggle::after {
  display: none;
}
footer#footer .footer__container .col-contacts {
  width: 322px;
  grid-row: 1 / span 2;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__container .col-contacts {
    width: 287px;
  }
}
@media screen and (max-width: 991px) {
  footer#footer .footer__container .col-contacts {
    grid-row: auto;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .col-contacts {
    width: auto;
  }
}
@media screen and (max-width: 475px) {
  footer#footer .footer__container .col-contacts {
    grid-column: 1 / span 2;
  }
}
@media screen and (max-width: 299px) {
  footer#footer .footer__container .col-contacts {
    grid-column: auto;
  }
}
@media screen and (min-width: 1200px) {
  footer#footer .footer__container .col-contacts .block-title {
    margin-bottom: 17px;
  }
}
footer#footer .footer__container .col-contacts .contacts {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .col-contacts .contacts {
    margin-bottom: 15px;
  }
}
footer#footer .footer__container .col-contacts .contacts li {
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .col-contacts .contacts li {
    margin-bottom: 7px;
  }
}
footer#footer .footer__container .col-contacts .contacts li .contacts__detail {
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__container .col-contacts .contacts li .contacts__detail {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .col-contacts .contacts li .contacts__detail {
    font-size: 14px;
  }
}
footer#footer .footer__container .col-contacts .contacts li .contacts__detail.contacts__detail--phone {
  font-weight: 600;
}
footer#footer .footer__container .col-contacts .contacts li .contacts__detail svg path {
  stroke: #ffffff;
}
footer#footer .footer__container .col-contacts .contacts li.contacts__item--address {
  display: none;
}
footer#footer .footer__container .col-contacts .contacts .region-contacts-address {
  display: block;
  margin-bottom: 11px;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__container .col-contacts .contacts .region-contacts-address {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .col-contacts .contacts .region-contacts-address {
    margin-bottom: 7px;
    font-size: 14px;
  }
}
footer#footer .footer__container .col-contacts .contacts .region-contacts-address #block-vesta-theme-adres::before {
  background: url('/sites/all/themes/vesta_theme/image/Call-wht.svg') center center no-repeat;
  background-size: contain;
}
footer#footer .footer__container .col-contacts .btn:hover,
footer#footer .footer__container .col-contacts .btn:active,
footer#footer .footer__container .col-contacts .btn:focus {
  opacity: 1;
}
footer#footer .footer__container .col-copyrights {
  width: 243px;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  footer#footer .footer__container .col-copyrights {
    margin-top: -75px;
  }
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__container .col-copyrights {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  footer#footer .footer__container .col-copyrights {
    grid-column: 1 / span 3;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .col-copyrights {
    width: auto;
    font-size: 12px;
  }
}
@media screen and (max-width: 475px) {
  footer#footer .footer__container .col-copyrights {
    grid-column: 1 / span 2;
  }
}
@media screen and (max-width: 299px) {
  footer#footer .footer__container .col-copyrights {
    grid-column: auto;
  }
}
footer#footer .footer__container .col-copyrights > *:not(:last-child) {
  margin-bottom: 10px;
}
footer#footer .footer__container .col-copyrights a {
  display: block;
}
footer#footer .footer__container .col-copyrights .privacy-link {
  text-decoration: underline;
}
#scrollToTop {
  width: 49px;
  height: 49px;
  background: none;
  text-indent: 0;
  font-size: 0;
  border: 0px;
  outline: 0px;
  display: flex;
  bottom: 33px;
  cursor: pointer;
  position: fixed;
  right: 16px;
  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: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  #scrollToTop {
    width: 25px;
    height: 25px;
    right: 10px;
    bottom: 20px;
  }
}
.messengers-side {
  position: fixed;
  bottom: 122px;
  right: 16px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .messengers-side {
    right: 10px;
    bottom: 90px;
  }
}
.messengers-side .messengers {
  flex-direction: column;
}
.messengers-side .messengers li a {
  width: 49px;
  height: 49px;
}
.messengers-side .messengers li a:hover,
.messengers-side .messengers li a:active,
.messengers-side .messengers li a:focus {
  opacity: 0.75;
}
@media screen and (max-width: 1199px) {
  .messengers-side .messengers li a {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .messengers-side .messengers li a {
    width: 25px;
    height: 25px;
  }
}
body.not-front main#main {
  padding-top: 20px;
}
body.not-front main#main .region-content {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  body.not-front main#main .region-content {
    margin-bottom: 35px;
  }
}
body.not-front.body-product main#main div#delivery-block,
body.not-front.body-view--faq main#main div#delivery-block,
body.not-front.body-node--811 main#main div#delivery-block,
body.not-front.body-node--800 main#main div#delivery-block {
  padding-top: 0;
}
body.not-front.body-node--811 main#main .region-content {
  margin-bottom: 0;
}
body.not-front.body-node--811 main#main .field--name-body {
  margin-bottom: 40px;
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  body.not-front.body-node--811 main#main .field--name-body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.not-front.body-node--811 main#main .field--name-body {
    margin-bottom: 25px;
    font-size: 14px;
  }
}
body.not-front.body-node--811 main#main div#delivery-block .block-title {
  display: none;
}
body.not-front.body-node--811 main#main div#benefits-block {
  margin-bottom: 0;
}
body.not-front.body-node--800 main#main .region-content {
  margin-bottom: 0;
}
.view-tovary .view-content {
  gap: 30px 0;
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content {
    gap: 20px 0;
  }
}
@media screen and (max-width: 475px) {
  .view-tovary .view-content {
    gap: 10px 0;
    margin: 0 -5px;
  }
}
@media screen and (max-width: 319px) {
  .view-tovary .view-content {
    margin: 0;
  }
}
@media screen and (max-width: 475px) {
  .view-tovary .view-content .views-row {
    padding: 0 5px;
  }
}
@media screen and (max-width: 319px) {
  .view-tovary .view-content .views-row {
    width: 100%;
    padding: 0;
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  border-radius: 30px;
  box-shadow: 0 3px 3px 0 rgba(0, 119, 255, 0.6);
}
@media screen and (max-width: 991px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-teaser {
    border-radius: 20px;
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container {
  width: 100%;
  align-self: flex-start;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-field-image-product-view {
  margin-bottom: 7px;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-field-image-product-view .field__item {
  height: 100%;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-field-image-product-view .field__item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  background-color: #c5cde5;
}
@media screen and (max-width: 991px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-field-image-product-view .field__item a {
    border-radius: 20px;
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-field-image-product-view .field__item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-field-image-product-view .field__item a img:hover,
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-field-image-product-view .field__item a img:active,
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-field-image-product-view .field__item a img:focus {
  transform: scale(1.1);
}
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-title {
  margin-bottom: 7px;
  padding: 0 20px;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 1199px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-title {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-title {
    font-size: 14px;
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-title a {
  color: #000000;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-title a:hover,
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-title a:active,
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .image-container .field--name-title a:focus {
  color: #163798;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container {
  width: 100%;
  align-self: flex-end;
  padding: 0 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container {
    padding: 0 15px;
    padding-bottom: 15px;
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-price {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 600;
  color: #163798;
}
@media screen and (max-width: 1199px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-price {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .field--name-price {
    font-size: 13px;
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .commerce-order-item-add-to-cart-form {
  display: flex;
  justify-content: space-between;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .commerce-order-item-add-to-cart-form .field--name-purchased-entity,
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .commerce-order-item-add-to-cart-form .add-to-cart-message {
  display: none;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .commerce-order-item-add-to-cart-form .field--name-quantity {
  margin-right: 15px;
  display: flex;
  align-items: end;
  border-bottom: 1px solid #163798;
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .commerce-order-item-add-to-cart-form .field--name-quantity {
    margin-right: 5px;
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .commerce-order-item-add-to-cart-form .field--name-quantity .btn-minus,
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .commerce-order-item-add-to-cart-form .field--name-quantity .btn-plus {
  padding: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .commerce-order-item-add-to-cart-form .field--name-quantity .btn-minus,
  .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .commerce-order-item-add-to-cart-form .field--name-quantity .btn-plus {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .commerce-order-item-add-to-cart-form .field--name-quantity .btn-minus,
  .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .commerce-order-item-add-to-cart-form .field--name-quantity .btn-plus {
    padding: 0 5px;
    font-size: 24px;
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number {
  margin-bottom: 0;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number label {
  display: none;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .form-number {
  width: 60px;
  border: none;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 1199px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .form-number {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .form-number {
    width: 40px;
    padding: 2px;
    font-size: 13px;
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .form-number:focus,
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .form-number:focus-visible {
  outline: none;
  box-shadow: 0 0 2px 2px rgba(0, 119, 255, 0.6);
}
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .commerce-order-item-add-to-cart-form .form-actions {
  display: flex;
  align-items: end;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .commerce-order-item-add-to-cart-form .form-actions .btn {
  position: relative;
  box-shadow: none;
}
@media screen and (max-width: 1199px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .commerce-order-item-add-to-cart-form .form-actions .btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .commerce-order-item-add-to-cart-form .form-actions .btn {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-teaser .content-container .commerce-order-item-add-to-cart-form .form-actions .btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    background: url("/sites/all/themes/vesta_theme/image/Buy.svg") center center no-repeat;
    background-size: contain;
    content: '';
  }
}
.commerce-order-item-add-to-cart-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.commerce-order-item-add-to-cart-form .field--name-quantity {
  margin-right: 15px;
  display: flex;
  align-items: end;
  border-bottom: 1px solid #163798;
}
.commerce-order-item-add-to-cart-form .field--name-quantity .btn-minus,
.commerce-order-item-add-to-cart-form .field--name-quantity .btn-plus {
  padding: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .commerce-order-item-add-to-cart-form .field--name-quantity .btn-minus,
  .commerce-order-item-add-to-cart-form .field--name-quantity .btn-plus {
    padding: 5px 10px;
    font-size: 28px;
  }
}
.commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number {
  margin-bottom: 0;
}
.commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number label {
  display: none;
}
.commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .form-number {
  width: 60px;
  border: none;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .form-number {
    width: 50px;
    padding: 2px;
  }
}
.commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .form-number:focus,
.commerce-order-item-add-to-cart-form .field--name-quantity .form-type-number .form-number:focus-visible {
  outline: none;
  box-shadow: 0 0 2px 2px rgba(0, 119, 255, 0.6);
}
.commerce-order-item-add-to-cart-form .form-actions {
  display: flex;
  align-items: end;
}
.commerce-order-item-add-to-cart-form .form-actions .btn {
  position: relative;
  box-shadow: none;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full {
    margin-top: 5px;
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .product-h1 {
  font-size: 52px;
}
@media screen and (max-width: 1199px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .product-h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .product-h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .product-h1 {
    margin-bottom: 25px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-left {
    width: 75%;
    margin: auto;
  }
}
@media screen and (max-width: 375px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-left {
    width: 100%;
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-left .orig-img {
  margin-bottom: 10px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-left .orig-img {
    margin-bottom: 5px;
    border-radius: 20px;
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-left .orig-img .field--name-field-image-product-view {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5cde5;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-left .orig-img .field--name-field-image-product-view .slick-track {
  display: flex;
  align-items: center;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-left .orig-img .field--name-field-image-product-view .field__item {
  height: auto;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-left .orig-img .field--name-field-image-product-view .field__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-left .orig-img .field--name-field-image-product-view .field__item a img {
  object-fit: contain;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-left .clone-img .field--name-field-image-product-view .slick-track {
  display: flex;
  margin: 0 -5px;
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-left .clone-img .field--name-field-image-product-view .slick-track {
    margin: 0 -2px;
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-left .clone-img .field--name-field-image-product-view .slick-track .field__item {
  height: auto;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-left .clone-img .field--name-field-image-product-view .slick-track .field__item {
    padding: 0 2px;
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-left .clone-img .field--name-field-image-product-view .slick-track .field__item a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-left .clone-img .field--name-field-image-product-view .slick-track .field__item a {
    border-radius: 10px;
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-left .clone-img .field--name-field-image-product-view .slick-track .field__item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-right {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-right {
    padding-top: 20px;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-right .product-h1 {
  width: 100%;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-right .product-h1 {
    margin-bottom: 25px;
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-right .field--name-price {
  width: 100%;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 26px;
  color: #163798;
}
@media screen and (max-width: 1199px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-right .field--name-price {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-right .field--name-price {
    margin-bottom: 25px;
    font-size: 18px;
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-right .commerce-order-item-add-to-cart-form {
  width: 100%;
  justify-content: start;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-right .commerce-order-item-add-to-cart-form .field--name-purchased-entity {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-right .commerce-order-item-add-to-cart-form .field--name-purchased-entity {
    margin-bottom: 15px;
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-right .commerce-order-item-add-to-cart-form .field--name-purchased-entity fieldset {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-right .commerce-order-item-add-to-cart-form .field--name-purchased-entity fieldset {
    margin-bottom: 15px;
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-right .commerce-order-item-add-to-cart-form .field--name-purchased-entity fieldset legend {
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 1199px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-right .commerce-order-item-add-to-cart-form .field--name-purchased-entity fieldset legend {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-right .commerce-order-item-add-to-cart-form .field--name-purchased-entity fieldset legend {
    font-size: 14px;
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-right .commerce-order-item-add-to-cart-form .field--name-purchased-entity fieldset .form-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-right .commerce-order-item-add-to-cart-form .field--name-purchased-entity fieldset .form-radios {
    gap: 7px 10px;
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-right .commerce-order-item-add-to-cart-form .field--name-purchased-entity fieldset .form-radios .form-item {
  margin: 0;
  padding: 0;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-right .commerce-order-item-add-to-cart-form .field--name-purchased-entity fieldset .form-radios .form-item label.option {
  padding: 5px 10px;
  border-radius: 80px;
  border: 1px solid #163798;
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-right .commerce-order-item-add-to-cart-form .field--name-purchased-entity fieldset .form-radios .form-item input:checked + label {
  background-color: #163798;
  color: #ffffff;
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-footer {
  margin-top: 30px;
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-footer {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-footer {
    margin-top: 20px;
    font-size: 14px;
  }
}
.commerce-product--type-vesta-product.commerce-product--view-mode-full .group-footer .field--name-body {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .commerce-product--type-vesta-product.commerce-product--view-mode-full .group-footer .field--name-body {
    margin-bottom: 15px;
  }
}
.view-faq .view-content .views-row {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .view-faq .view-content .views-row {
    margin-bottom: 15px;
  }
}
.view-faq .view-content .views-row .block-content--type-faq {
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 3px 3px 0 rgba(0, 119, 255, 0.6);
}
@media screen and (max-width: 1199px) {
  .view-faq .view-content .views-row .block-content--type-faq {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-faq .view-content .views-row .block-content--type-faq {
    padding: 15px;
    border-radius: 15px;
  }
}
.view-faq .view-content .views-row .block-content--type-faq .field--name-block-description {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .view-faq .view-content .views-row .block-content--type-faq .field--name-block-description {
    margin-bottom: 10px;
  }
}
.view-faq .view-content .views-row .block-content--type-faq .field--name-block-description h2 {
  margin-bottom: 0;
  font-size: 26px;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .view-faq .view-content .views-row .block-content--type-faq .field--name-block-description h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .view-faq .view-content .views-row .block-content--type-faq .field--name-block-description h2 {
    font-size: 18px;
  }
}
.view-faq .view-content .views-row .block-content--type-faq .field--name-body {
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  .view-faq .view-content .views-row .block-content--type-faq .field--name-body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .view-faq .view-content .views-row .block-content--type-faq .field--name-body {
    font-size: 14px;
  }
}
.contacts-container {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contacts-container {
    margin-bottom: 25px;
  }
}
.contacts-container .col-contacts {
  height: 100%;
  padding: 30px;
  border-radius: 30px;
  background: -webkit-linear-gradient(0deg, #c5cde5, #ffffff);
  background: -moz-linear-gradient(0deg, #c5cde5, #ffffff);
  background: linear-gradient(0deg, #c5cde5, #ffffff);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .contacts-container .col-contacts {
    padding: 20px;
    border-radius: 20px;
  }
}
.contacts-container .col-contacts .contacts li {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contacts-container .col-contacts .contacts li {
    margin-bottom: 15px;
  }
}
.contacts-container .col-contacts .contacts li .contacts__detail {
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  .contacts-container .col-contacts .contacts li .contacts__detail {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-container .col-contacts .contacts li .contacts__detail {
    font-size: 14px;
  }
}
.contacts-container .col-contacts .contacts li .contacts__detail.contacts__link {
  color: #000000;
}
.contacts-container .col-contacts .contacts li .contacts__detail.contacts__link:hover,
.contacts-container .col-contacts .contacts li .contacts__detail.contacts__link:active,
.contacts-container .col-contacts .contacts li .contacts__detail.contacts__link:focus {
  color: #163798;
}
.contacts-container .col-contacts .contacts li.contacts__item--address {
  display: none;
}
.contacts-container .col-contacts .contacts .region-contacts-address {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  .contacts-container .col-contacts .contacts .region-contacts-address {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-container .col-contacts .contacts .region-contacts-address {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.contacts-container .col-contacts .messengers li a {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .contacts-container .col-contacts .messengers li a {
    width: 35px;
  }
}
.contacts-container .col-map {
  padding-left: 30px;
}
@media screen and (max-width: 1199px) {
  .contacts-container .col-map {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-container .col-map {
    padding-left: 0;
    padding-top: 20px;
  }
}
.contacts-container .col-map .mapContainer {
  height: 400px!important;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contacts-container .col-map .mapContainer {
    border-radius: 20px;
  }
}
.modal,
.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.modal-content,
.ui-dialog {
  padding: 10px;
  border-radius: 30px;
  border: none !important;
  background: -webkit-linear-gradient(0deg, #c5cde5, #ffffff);
  background: -moz-linear-gradient(0deg, #c5cde5, #ffffff);
  background: linear-gradient(0deg, #c5cde5, #ffffff);
  font-family: 'Montserrat', 'Inter', sans-serif;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .modal-content,
  .ui-dialog {
    padding: 5px;
    border-radius: 20px;
  }
}
.modal-content .modal-header,
.ui-dialog .modal-header,
.modal-content .ui-widget-header,
.ui-dialog .ui-widget-header {
  display: flex;
  border: none;
  background-color: transparent;
}
.modal-content .modal-header .ui-dialog-title,
.ui-dialog .modal-header .ui-dialog-title,
.modal-content .ui-widget-header .ui-dialog-title,
.ui-dialog .ui-widget-header .ui-dialog-title {
  white-space: pre-wrap;
  float: none;
}
.modal-content .modal-header .btn-close,
.ui-dialog .modal-header .btn-close,
.modal-content .ui-widget-header .btn-close,
.ui-dialog .ui-widget-header .btn-close,
.modal-content .modal-header .ui-dialog-titlebar-close,
.ui-dialog .modal-header .ui-dialog-titlebar-close,
.modal-content .ui-widget-header .ui-dialog-titlebar-close,
.ui-dialog .ui-widget-header .ui-dialog-titlebar-close {
  position: static;
  opacity: 1;
  width: 20px;
  height: 20px;
  margin: 0;
  margin-left: auto;
  padding: 0;
  border: none;
  background: transparent url("/sites/all/themes/vesta_theme/image/close-blck.svg") center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .modal-content .modal-header .btn-close,
  .ui-dialog .modal-header .btn-close,
  .modal-content .ui-widget-header .btn-close,
  .ui-dialog .ui-widget-header .btn-close,
  .modal-content .modal-header .ui-dialog-titlebar-close,
  .ui-dialog .modal-header .ui-dialog-titlebar-close,
  .modal-content .ui-widget-header .ui-dialog-titlebar-close,
  .ui-dialog .ui-widget-header .ui-dialog-titlebar-close {
    width: 15px;
    height: 15px;
  }
}
.modal-content .modal-header .btn-close:focus,
.ui-dialog .modal-header .btn-close:focus,
.modal-content .ui-widget-header .btn-close:focus,
.ui-dialog .ui-widget-header .btn-close:focus,
.modal-content .modal-header .ui-dialog-titlebar-close:focus,
.ui-dialog .modal-header .ui-dialog-titlebar-close:focus,
.modal-content .ui-widget-header .ui-dialog-titlebar-close:focus,
.ui-dialog .ui-widget-header .ui-dialog-titlebar-close:focus {
  box-shadow: 0 0 2px 2px rgba(0, 119, 255, 0.6);
}
.modal-content .ui-widget-content a:focus-visible,
.ui-dialog .ui-widget-content a:focus-visible {
  outline: none;
}
.modal-content .modal-footer,
.ui-dialog .modal-footer,
.modal-content .ui-dialog-buttonpane,
.ui-dialog .ui-dialog-buttonpane {
  border-top: none;
  display: flex;
  justify-content: center;
  background-color: transparent;
}
.modal-content .modal-footer .form-actions,
.ui-dialog .modal-footer .form-actions,
.modal-content .ui-dialog-buttonpane .form-actions,
.ui-dialog .ui-dialog-buttonpane .form-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .modal-content .modal-footer .form-actions,
  .ui-dialog .modal-footer .form-actions,
  .modal-content .ui-dialog-buttonpane .form-actions,
  .ui-dialog .ui-dialog-buttonpane .form-actions {
    gap: 7px;
  }
}
.modal-content .modal-footer .form-actions button,
.ui-dialog .modal-footer .form-actions button,
.modal-content .ui-dialog-buttonpane .form-actions button,
.ui-dialog .ui-dialog-buttonpane .form-actions button {
  margin: 0;
  font-family: 'Montserrat', 'Inter', sans-serif;
}
@media screen and (max-width: 1199px) {
  .modal-content .modal-footer .form-actions button,
  .ui-dialog .modal-footer .form-actions button,
  .modal-content .ui-dialog-buttonpane .form-actions button,
  .ui-dialog .ui-dialog-buttonpane .form-actions button {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .modal-content .modal-footer .form-actions button,
  .ui-dialog .modal-footer .form-actions button,
  .modal-content .ui-dialog-buttonpane .form-actions button,
  .ui-dialog .ui-dialog-buttonpane .form-actions button {
    padding: 10px 12px;
    font-size: 12px;
  }
}
.table {
  --bs-table-striped-bg: #ffffff;
  --bs-table-border-color: #163798;
}
.table tr td {
  vertical-align: middle;
}
.cart-form .views-field-field-image-product-view a {
  display: block;
  width: 100px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cart-form .views-field-field-image-product-view a {
    width: 60px;
    height: 40px;
    border-radius: 5px;
  }
}
.cart-form .views-field-field-image-product-view a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.cart-form .views-field-field-image-product-view a img:hover,
.cart-form .views-field-field-image-product-view a img:active,
.cart-form .views-field-field-image-product-view a img:focus {
  transform: scale(1.1);
}
.cart-form .views-field-purchased-entity a {
  color: #000000;
}
.cart-form .views-field-purchased-entity a:hover,
.cart-form .views-field-purchased-entity a:active,
.cart-form .views-field-purchased-entity a:focus {
  color: #163798;
}
.cart-form .views-field-edit-quantity .form-item {
  margin-bottom: 0;
}
.cart-form .views-field-edit-quantity .form-item .form-number {
  padding: 10px;
  border: none;
  border-bottom: 1px solid #163798;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cart-form .views-field-edit-quantity .form-item .form-number {
    padding: 7px;
  }
}
.cart-form .views-field-edit-quantity .form-item .form-number:focus,
.cart-form .views-field-edit-quantity .form-item .form-number:focus-visible {
  outline: none;
  box-shadow: 0 0 2px 2px rgba(0, 119, 255, 0.6);
}
.cart-form .views-field-remove-button .btn {
  position: relative;
  width: 40px;
  height: 40px;
  margin: auto;
  padding: 0;
  border-radius: 50%;
  box-shadow: none;
  font-size: 0;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .cart-form .views-field-remove-button .btn {
    width: 30px;
    height: 30px;
  }
}
.cart-form .views-field-remove-button .btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  background: url("/sites/all/themes/vesta_theme/image/delete-wht.svg") center center no-repeat;
  background-size: contain;
  content: '';
}
.cart-form .field--name-total-price .order-total-line__subtotal {
  display: none;
}
.cart-form .form-actions {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .cart-form .form-actions {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .layout-region-checkout-main {
    padding-bottom: 20px;
  }
}
.layout-checkout-form .layout-region-checkout-main legend {
  font-weight: 600;
  font-size: 28px;
}
@media screen and (max-width: 1199px) {
  .layout-checkout-form .layout-region-checkout-main legend {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .layout-checkout-form .layout-region-checkout-main legend {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .layout-region-checkout-main legend {
    font-size: 20px;
  }
}
.layout-checkout-form .layout-region-checkout-main legend .checkout-review-edit-link {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .layout-checkout-form .layout-region-checkout-main legend .checkout-review-edit-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .layout-region-checkout-main legend .checkout-review-edit-link {
    font-size: 13px;
  }
}
.layout-checkout-form .layout-region-checkout-main legend .checkout-review-edit-link a {
  text-decoration: underline;
}
.layout-checkout-form .layout-region-checkout-main > fieldset {
  margin-bottom: 0;
}
.layout-checkout-form .layout-region-checkout-main label {
  font-weight: 600;
  margin-bottom: 5px;
  padding-left: 15px;
}
.layout-checkout-form .layout-region-checkout-main .field--type-address > fieldset legend {
  display: none;
}
.layout-checkout-form .layout-region-checkout-main #edit-review-contact-information {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .layout-region-checkout-main #edit-review-contact-information {
    margin-bottom: 15px;
  }
}
.layout-checkout-form .layout-region-checkout-main #edit-review-contact-information .fieldset-wrapper {
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  .layout-checkout-form .layout-region-checkout-main #edit-review-contact-information .fieldset-wrapper {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .layout-region-checkout-main #edit-review-contact-information .fieldset-wrapper {
    font-size: 14px;
  }
}
.layout-checkout-form .layout-region-checkout-main fieldset .field--type-string {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .layout-region-checkout-main fieldset .field--type-string {
    margin-bottom: 7px;
  }
}
.layout-checkout-form .layout-region-checkout-main fieldset .field__label {
  font-weight: 600;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .layout-region-checkout-main fieldset .field__label {
    margin-bottom: 2px;
  }
}
.layout-checkout-form .layout-region-checkout-main fieldset .field__item {
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  .layout-checkout-form .layout-region-checkout-main fieldset .field__item {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .layout-region-checkout-main fieldset .field__item {
    font-size: 14px;
  }
}
.layout-checkout-form .layout-region-checkout-secondary .order-total-line__subtotal {
  display: none;
}
.layout-checkout-form .layout-region-checkout-footer {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .layout-region-checkout-footer {
    margin-top: 20px;
  }
}
.layout-checkout-form .layout-region-checkout-footer .form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .layout-region-checkout-footer .form-actions {
    gap: 15px;
  }
}
.layout-checkout-form .layout-region-checkout-footer .form-actions .link--previous {
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  .layout-checkout-form .layout-region-checkout-footer .form-actions .link--previous {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .layout-region-checkout-footer .form-actions .link--previous {
    font-size: 13px;
  }
}
.layout-checkout-form .checkout-complete {
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  .layout-checkout-form .checkout-complete {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .checkout-complete {
    font-size: 14px;
  }
}
