:root {
  --bs-body-line-height: 1.2;
  --bs-body-font-size: 16px;
}
@font-face {
  font-family: 'Onest';
  src: url('/sites/all/themes/vesta_theme/font/Onest/Onest-VariableFont_wght.woff2') format('woff2'), url('/sites/all/themes/vesta_theme/font/Onest/Onest-VariableFont_wght.woff') format('woff'), url('/sites/all/themes/vesta_theme/font/Onest/Onest-VariableFont_wght.ttf') format('ttf');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/sites/all/themes/vesta_theme/font/Inter/Inter-VariableFont_opsz,wght.woff2') format('woff2'), url('/sites/all/themes/vesta_theme/font/Inter/Inter-VariableFont_opsz,wght.woff') format('woff'), url('/sites/all/themes/vesta_theme/font/Inter/Inter-VariableFont_opsz,wght.ttf') format('ttf');
  font-style: normal;
  font-display: swap;
}
.h1 {
  font-family: 'Onest', 'Inter', sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 105%;
  letter-spacing: -1px;
}
@media screen and (max-width: 1199px) {
  .h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .h1 {
    font-size: 26px;
  }
}
.h2 {
  font-family: 'Onest', 'Inter', sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 105%;
  letter-spacing: -1px;
}
@media screen and (max-width: 1199px) {
  .h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .h2 {
    font-size: 22px;
  }
}
.h3 {
  font-family: 'Onest', 'Inter', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 105%;
  letter-spacing: -1px;
}
@media screen and (max-width: 1199px) {
  .h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .h3 {
    font-size: 15px;
  }
}
.text {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}
@media screen and (max-width: 1199px) {
  .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .text {
    font-size: 13px;
  }
}
.button {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}
@media screen and (max-width: 1199px) {
  .button {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 13px;
  }
}
.margin-bottom {
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .margin-bottom {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 40px;
  }
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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: #002359;
  text-decoration: none;
  transition: all 0.4s ease;
}
a:hover,
a:active,
a:focus {
  color: #FF3817;
}
@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;
  color: #191C27;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}
@media screen and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}
#app {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.toolbar-fixed #app {
  margin-top: var(--drupal-displace-offset-top);
}
h1 {
  font-family: 'Onest', 'Inter', sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 105%;
  letter-spacing: -1px;
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
  }
}
h2,
#main .block-title {
  margin-bottom: 56px;
  font-family: 'Onest', 'Inter', sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 105%;
  letter-spacing: -1px;
  color: #002359;
}
@media screen and (max-width: 1199px) {
  h2,
  #main .block-title {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  h2,
  #main .block-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  h2,
  #main .block-title {
    margin-bottom: 36px;
  }
}
h3 {
  font-family: 'Onest', 'Inter', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 105%;
  letter-spacing: -1px;
}
@media screen and (max-width: 1199px) {
  h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 15px;
  }
}
.logo a img {
  object-fit: cover;
}
.custom-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.custom-list li {
  margin: 0;
  padding: 0;
}
.contacts .contacts__item {
  display: flex;
}
.contacts .contacts__item img {
  object-fit: contain;
}
.messengers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.messengers .messengers__item .messengers__link svg {
  object-fit: contain;
  transition: all 0.4s ease;
}
.messengers .messengers__item .messengers__link svg path {
  transition: all 0.4s ease;
}
.messengers .messengers__item .messengers__link:hover svg path,
.messengers .messengers__item .messengers__link:active svg path,
.messengers .messengers__item .messengers__link:focus svg path {
  fill: #FF3817;
}
.nav .nav-item .nav-link {
  display: block;
  width: fit-content;
  max-width: 330px;
}
.nav .nav-item.dropdown .dropdown-toggle {
  white-space: pre-wrap;
  position: relative;
}
.nav .nav-item.dropdown .dropdown-toggle::after {
  position: absolute;
  top: 8px;
  right: 0;
  border: none;
  display: block;
  width: 24px;
  height: 24px;
  background: url("/sites/all/themes/vesta_theme/image/chevron-down.svg") center center no-repeat;
  background-size: contain;
  content: '';
  transition: all 0.4s ease;
}
.nav .nav-item.dropdown .dropdown-toggle:hover::after,
.nav .nav-item.dropdown .dropdown-toggle:active::after,
.nav .nav-item.dropdown .dropdown-toggle:focus::after {
  background: url("/sites/all/themes/vesta_theme/image/chevron-up.svg") center center no-repeat;
  background-size: contain;
}
.nav .nav-item.dropdown .dropdown-menu {
  border-radius: 0 0 2px 2px;
  border: none;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.15);
}
.nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item {
  display: flex;
  align-items: center;
  padding: 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #002359;
}
@media screen and (max-width: 1199px) {
  .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item {
    font-size: 13px;
  }
}
.nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item::before {
  flex-shrink: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background: url("/sites/all/themes/vesta_theme/image/arrow-left.svg") center center no-repeat;
  background-size: contain;
  content: '';
  transition: all 0.4s ease;
}
.nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item:hover,
.nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item:active,
.nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item:focus {
  background-color: transparent;
  color: #FF3817;
}
.nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item:hover::before,
.nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item:active::before,
.nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item:focus::before {
  background: url("/sites/all/themes/vesta_theme/image/arrow-left-brick.svg") center center no-repeat;
  background-size: contain;
}
.nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item.active,
.nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item.is-active {
  background-color: transparent;
}
form {
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  form {
    gap: 12px;
  }
}
form .form-control {
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #191C27;
}
@media screen and (max-width: 1199px) {
  form .form-control {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  form .form-control {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  form .form-control {
    padding: 10px 12px;
  }
}
form .form-control::placeholder {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #707070;
}
@media screen and (max-width: 1199px) {
  form .form-control::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  form .form-control::placeholder {
    font-size: 13px;
  }
}
form .form-control:focus {
  box-shadow: 0 0 3px 3px rgba(0, 35, 89, 0.57);
}
form .form-text {
  margin-top: 0;
}
form .form-type-checkbox {
  display: flex;
}
form .form-type-checkbox input[type=checkbox] {
  flex-shrink: 0;
  appearance: none;
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #191C27;
  transition: 500ms;
}
form .form-type-checkbox input[type=checkbox]::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  font-size: 25px;
  background: url('/sites/all/themes/vesta_theme/image/Vector (Stroke).svg') center center no-repeat;
  transition: 500ms;
}
form .form-type-checkbox input[type=checkbox]:checked {
  border: 1px solid #FF5E16;
}
form .form-type-checkbox input[type=checkbox]:checked::after {
  width: 100%;
  height: 100%;
  transition: 500ms;
}
form .form-type-checkbox .description {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 1199px) {
  form .form-type-checkbox .description {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  form .form-type-checkbox .description {
    font-size: 12px;
  }
}
form .form-type-checkbox .description a {
  color: #ffffff;
  text-decoration: underline;
}
form .form-type-checkbox .description a:hover,
form .form-type-checkbox .description a:active,
form .form-type-checkbox .description a:focus {
  color: #FF3817;
}
form .alert-error,
form .form-item--error-message {
  display: none !important;
}
form .error {
  border: 1px solid red !important;
  outline: 1px solid red;
}
.webform-submission-form {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 475px) {
  .webform-submission-form {
    grid-template-columns: 1fr;
  }
}
.webform-submission-form .form-item-tekst {
  grid-column: 1 / span 2;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .form-item-tekst {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .form-item-tekst {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 475px) {
  .webform-submission-form .form-item-tekst {
    grid-column: auto;
  }
}
.webform-submission-form .form-item-name {
  grid-column: 1 / span 2;
}
@media screen and (max-width: 475px) {
  .webform-submission-form .form-item-name {
    grid-column: auto;
  }
}
.webform-submission-form .form-item-message {
  grid-column: 1 / span 2;
}
@media screen and (max-width: 475px) {
  .webform-submission-form .form-item-message {
    grid-column: auto;
  }
}
.webform-submission-form .form-item-privacy {
  grid-column: 1 / span 2;
}
@media screen and (max-width: 475px) {
  .webform-submission-form .form-item-privacy {
    grid-column: auto;
  }
}
.webform-submission-form .form-actions {
  grid-column: 1 / span 2;
  margin-top: 8px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 475px) {
  .webform-submission-form .form-actions {
    grid-column: auto;
  }
}
.webform-submission-form .form-actions .btn-primary {
  padding: 13px 24px;
}
@media screen and (max-width: 767px) {
  .webform-submission-form .form-actions .btn-primary {
    padding: 10px 16px;
  }
}
.search-api-page-block-form-search form,
form.search-api-page-block-form-search {
  position: relative;
  width: 800px;
  max-width: 100%;
}
.search-api-page-block-form-search form .form-item,
form.search-api-page-block-form-search .form-item {
  width: 100%;
  margin-bottom: 0;
}
.search-api-page-block-form-search form .form-item .form-control,
form.search-api-page-block-form-search .form-item .form-control {
  border-color: #191C27;
}
.search-api-page-block-form-search form .form-actions,
form.search-api-page-block-form-search .form-actions {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
}
.search-api-page-block-form-search form .form-actions .btn-primary,
form.search-api-page-block-form-search .form-actions .btn-primary {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 1px solid transparent;
  background-color: transparent;
  color: transparent;
  font-size: 0;
}
.search-api-page-block-form-search form .form-actions .btn-primary::before,
form.search-api-page-block-form-search .form-actions .btn-primary::before {
  position: absolute;
  background-image: url('/sites/all/themes/vesta_theme/image/search.svg');
  background-size: 24px;
  background-repeat: no-repeat;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  background-position: center center;
  margin: auto;
  content: '';
}
main#main #search-api-page-block-form-search {
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  main#main #search-api-page-block-form-search {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  main#main #search-api-page-block-form-search {
    margin-bottom: 40px;
  }
}
.btn,
.more-link a,
.field--name-field-about-link a {
  display: block;
  width: fit-content;
  max-width: 300px;
  padding: 16px 24px;
  border-radius: 5px;
  border: 1px solid transparent;
  background-color: #FF5E16;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .btn,
  .more-link a,
  .field--name-field-about-link a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .btn,
  .more-link a,
  .field--name-field-about-link a {
    font-size: 13px;
  }
}
.btn:hover,
.more-link a:hover,
.field--name-field-about-link a:hover,
.btn:active,
.more-link a:active,
.field--name-field-about-link a:active,
.btn:focus,
.more-link a:focus,
.field--name-field-about-link a:focus {
  background-color: #FF3817;
  border-color: transparent;
  color: #ffffff;
}
.btn:first-child:active,
.more-link a:first-child:active,
.field--name-field-about-link a:first-child:active,
.btn:focus-visible,
.more-link a:focus-visible,
.field--name-field-about-link a:focus-visible {
  background-color: #FF3817;
  border-color: transparent;
  color: #ffffff;
}
.btn:focus-visible,
.more-link a:focus-visible,
.field--name-field-about-link a:focus-visible {
  box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.5);
}
.btn:disabled,
.more-link a:disabled,
.field--name-field-about-link a:disabled {
  background-color: #002359;
  border-color: transparent;
  color: #ffffff;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .btn,
  .more-link a,
  .field--name-field-about-link a {
    padding: 12px 18px;
  }
}
.more-link {
  display: flex;
  justify-content: center;
}
.highlighted {
  color: #FF5E16;
}
header#header .header-top {
  padding: 12px 0;
  background-color: #002359;
  color: #ffffff;
}
header#header .header-top .logo {
  width: 86px;
  flex-shrink: 0;
}
header#header .header-top .col-contacts {
  width: 465px;
  display: flex;
  justify-content: space-between;
}
header#header .header-top .col-contacts .contacts {
  display: flex;
  gap: 0 24px;
  margin-right: 20px;
}
header#header .header-top .col-contacts .contacts .contacts__item {
  align-items: center;
}
header#header .header-top .col-contacts .contacts .contacts__item img {
  width: 18px;
  margin-right: 6px;
}
header#header .header-top .col-contacts .contacts .contacts__item .contacts__link {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  header#header .header-top .col-contacts .contacts .contacts__item .contacts__link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  header#header .header-top .col-contacts .contacts .contacts__item .contacts__link {
    font-size: 13px;
  }
}
header#header .header-top .col-contacts .contacts .contacts__item .contacts__link:hover,
header#header .header-top .col-contacts .contacts .contacts__item .contacts__link:active,
header#header .header-top .col-contacts .contacts .contacts__item .contacts__link:focus {
  text-decoration: underline;
}
header#header .header-top .col-contacts .messengers .messengers__item .messengers__link svg path {
  fill: #ffffff;
}
header#header .header-top .col-contacts .messengers .messengers__item .messengers__link:hover svg path,
header#header .header-top .col-contacts .messengers .messengers__item .messengers__link:active svg path,
header#header .header-top .col-contacts .messengers .messengers__item .messengers__link:focus svg path {
  fill: #FF3817;
}
header#header .header-bottom {
  padding: 16px;
  background-color: #ffffff;
}
header#header .header-bottom .region-navigation {
  width: 750px;
}
@media screen and (max-width: 1199px) {
  header#header .header-bottom .region-navigation {
    width: 650px;
  }
}
header#header .header-bottom .region-navigation .nav {
  margin-left: -8px;
}
header#header .header-bottom .region-navigation .nav .nav-item .nav-link {
  padding: 12px 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #002359;
}
@media screen and (max-width: 1199px) {
  header#header .header-bottom .region-navigation .nav .nav-item .nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  header#header .header-bottom .region-navigation .nav .nav-item .nav-link {
    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 {
  color: #FF3817;
}
header#header .header-bottom .region-navigation .nav .nav-item.dropdown .dropdown-toggle {
  position: relative;
  padding-right: 26px;
}
header#header .header-bottom .region-navigation .nav .nav-item.dropdown .dropdown-toggle::after {
  position: absolute;
  top: 8px;
  right: 0;
  border: none;
  display: block;
  width: 24px;
  height: 24px;
  background: url("/sites/all/themes/vesta_theme/image/chevron-down.svg") center center no-repeat;
  background-size: contain;
  content: '';
  transition: all 0.4s ease;
}
header#header .header-bottom .region-navigation .nav .nav-item.dropdown .dropdown-toggle:hover::after,
header#header .header-bottom .region-navigation .nav .nav-item.dropdown .dropdown-toggle:active::after,
header#header .header-bottom .region-navigation .nav .nav-item.dropdown .dropdown-toggle:focus::after {
  background: url("/sites/all/themes/vesta_theme/image/chevron-up.svg") center center no-repeat;
  background-size: contain;
}
header#header .header-bottom .region-navigation .nav .nav-item.dropdown .dropdown-menu {
  width: 623px;
  height: 263px;
  padding: 8px;
  flex-direction: column;
  flex-wrap: wrap;
}
header#header .header-bottom .region-navigation .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item {
  display: flex;
  align-items: center;
  padding: 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #002359;
}
@media screen and (max-width: 1199px) {
  header#header .header-bottom .region-navigation .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  header#header .header-bottom .region-navigation .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item {
    font-size: 13px;
  }
}
header#header .header-bottom .region-navigation .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item::before {
  flex-shrink: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background: url("/sites/all/themes/vesta_theme/image/arrow-left.svg") center center no-repeat;
  background-size: contain;
  content: '';
  transition: all 0.4s ease;
}
header#header .header-bottom .region-navigation .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item:hover,
header#header .header-bottom .region-navigation .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item:active,
header#header .header-bottom .region-navigation .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item:focus {
  background-color: transparent;
  color: #FF3817;
}
header#header .header-bottom .region-navigation .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item:hover::before,
header#header .header-bottom .region-navigation .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item:active::before,
header#header .header-bottom .region-navigation .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item:focus::before {
  background: url("/sites/all/themes/vesta_theme/image/arrow-left-brick.svg") center center no-repeat;
  background-size: contain;
}
header#header .header-bottom .region-navigation .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item.active,
header#header .header-bottom .region-navigation .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item.is-active {
  background-color: transparent;
}
header#header .header-bottom .region-navigation .nav .nav-item.dropdown:hover .dropdown-menu,
header#header .header-bottom .region-navigation .nav .nav-item.dropdown:active .dropdown-menu,
header#header .header-bottom .region-navigation .nav .nav-item.dropdown:focus .dropdown-menu {
  display: flex;
}
header#header .header-bottom .col-callback {
  display: flex;
  align-items: center;
}
header#header .header-bottom .col-callback .search-container {
  position: relative;
  margin-right: 30px;
}
header#header .header-bottom .col-callback .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-callback .search-container .region-search.active {
  width: 215px;
  padding: 5px;
}
header#header .header-bottom .col-callback .search-container button.search-button {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
  font-size: 0;
  transition: all 0.4s ease;
}
header#header .header-bottom .col-callback .search-container button.search-button::before {
  position: absolute;
  background-image: url('/sites/all/themes/vesta_theme/image/search.svg');
  background-size: contain;
  background-repeat: no-repeat;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  background-position: center center;
  margin: auto;
  content: '';
  transition: all 0.4s ease;
}
header#header .header-bottom .col-callback .search-container button.search-button:hover::before,
header#header .header-bottom .col-callback .search-container button.search-button:active::before,
header#header .header-bottom .col-callback .search-container button.search-button:focus::before {
  background-image: url('/sites/all/themes/vesta_theme/image/search-blue.svg');
}
header#header .header-bottom .col-callback .search-container button.search-button.active::before {
  content: '+';
  background-image: none;
  font-size: 26px;
  transform: rotate(45deg);
}
header#header .header-bottom .col-callback .region-callback .btn {
  padding: 16px 24px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  header#header .header-bottom .col-callback .region-callback .btn {
    padding: 12px 18px;
  }
}
header#header-mob {
  padding: 10px;
  background-color: #002359;
  color: #ffffff;
}
header#header-mob .col-phone .contacts .contacts__item .contacts__link {
  color: #ffffff;
}
header#header-mob .col-phone .contacts .contacts__item .contacts__link:hover,
header#header-mob .col-phone .contacts .contacts__item .contacts__link:active,
header#header-mob .col-phone .contacts .contacts__item .contacts__link:focus {
  text-decoration: underline;
}
.offcanvas {
  background-color: #002359;
  color: #ffffff;
}
.offcanvas .btn-close {
  width: 24px;
  height: 24px;
  background: transparent url("/sites/all/themes/vesta_theme/image/bt-close-wht.svg") center center no-repeat;
  background-size: 16px;
  opacity: 1;
  transition: all 0.4s ease;
}
.offcanvas .btn-close:hover,
.offcanvas .btn-close:active,
.offcanvas .btn-close:focus {
  opacity: 0.75;
}
.offcanvas .offcanvas-body {
  display: flex;
  flex-direction: column;
}
.offcanvas .offcanvas-body .region-search {
  margin-top: 10px;
  margin-bottom: 20px;
}
.offcanvas .offcanvas-body .region-search .form-control:focus {
  box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.5);
}
.offcanvas .offcanvas-body .region-navigation {
  margin-bottom: 20px;
}
.offcanvas .offcanvas-body .region-navigation .nav .nav-item .nav-link {
  padding: 5px 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .offcanvas .offcanvas-body .region-navigation .nav .nav-item .nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .offcanvas .offcanvas-body .region-navigation .nav .nav-item .nav-link {
    font-size: 13px;
  }
}
.offcanvas .offcanvas-body .region-navigation .nav .nav-item .nav-link:hover,
.offcanvas .offcanvas-body .region-navigation .nav .nav-item .nav-link:active,
.offcanvas .offcanvas-body .region-navigation .nav .nav-item .nav-link:focus {
  color: #FF3817;
}
.offcanvas .offcanvas-body .region-navigation .nav .nav-item.dropdown .dropdown-toggle::after {
  top: 6px;
  right: -15px;
  width: 16px;
  height: 16px;
  background: url("/sites/all/themes/vesta_theme/image/chevron-down-wht.svg") center center no-repeat;
  background-size: contain;
}
.offcanvas .offcanvas-body .region-navigation .nav .nav-item.dropdown .dropdown-toggle:hover::after,
.offcanvas .offcanvas-body .region-navigation .nav .nav-item.dropdown .dropdown-toggle:active::after,
.offcanvas .offcanvas-body .region-navigation .nav .nav-item.dropdown .dropdown-toggle:focus::after {
  background: url("/sites/all/themes/vesta_theme/image/chevron-up.svg") center center no-repeat;
  background-size: contain;
}
.offcanvas .offcanvas-body .region-navigation .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .offcanvas .offcanvas-body .region-navigation .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .offcanvas .offcanvas-body .region-navigation .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item {
    font-size: 13px;
  }
}
.offcanvas .offcanvas-body .region-navigation .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item:hover,
.offcanvas .offcanvas-body .region-navigation .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item:active,
.offcanvas .offcanvas-body .region-navigation .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item:focus {
  color: #FF3817;
}
.offcanvas .offcanvas-body .region-navigation .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item.active,
.offcanvas .offcanvas-body .region-navigation .nav .nav-item.dropdown .dropdown-menu .nav-item .dropdown-item.is-active {
  background-color: transparent;
  color: #ffffff;
}
.offcanvas .offcanvas-body .contacts {
  margin-top: auto;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.offcanvas .offcanvas-body .contacts .contacts__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}
.offcanvas .offcanvas-body .contacts .contacts__item img {
  flex-shrink: 0;
}
.offcanvas .offcanvas-body .contacts .contacts__item .contacts__detail {
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .offcanvas .offcanvas-body .contacts .contacts__item .contacts__detail {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .offcanvas .offcanvas-body .contacts .contacts__item .contacts__detail {
    font-size: 13px;
  }
}
.offcanvas .offcanvas-body .contacts .contacts__item .contacts__detail.contacts__link:hover,
.offcanvas .offcanvas-body .contacts .contacts__item .contacts__detail.contacts__link:active,
.offcanvas .offcanvas-body .contacts .contacts__item .contacts__detail.contacts__link:focus {
  text-decoration: underline;
}
main#main {
  flex-grow: 1;
}
main#main div#banner-block {
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  main#main div#banner-block {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#banner-block {
    margin-bottom: 40px;
  }
}
main#main div#banner-block .block-content--type-banner {
  position: relative;
  min-height: 618px;
  display: flex;
  align-items: center;
  padding: 50px 0;
}
@media screen and (max-width: 1199px) {
  main#main div#banner-block .block-content--type-banner {
    min-height: 386px;
  }
}
@media screen and (max-width: 991px) {
  main#main div#banner-block .block-content--type-banner {
    min-height: 320px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#banner-block .block-content--type-banner {
    padding: 30px 0;
  }
}
main#main div#banner-block .block-content--type-banner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 62%;
  height: 100%;
  background-color: rgba(212, 230, 255, 0.65);
  backdrop-filter: blur(8px);
  content: '';
}
@media screen and (max-width: 767px) {
  main#main div#banner-block .block-content--type-banner::after {
    width: 72%;
  }
}
@media screen and (max-width: 375px) {
  main#main div#banner-block .block-content--type-banner::after {
    display: none;
  }
}
main#main div#banner-block .block-content--type-banner .field--name-field-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main#main div#banner-block .block-content--type-banner .field--name-field-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main#main div#banner-block .block-content--type-banner .content {
  position: relative;
  z-index: 1;
}
main#main div#banner-block .block-content--type-banner .content .field--name-field-text-1 {
  font-family: 'Onest', 'Inter', sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 105%;
  letter-spacing: -1px;
  color: #FF5E16;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  main#main div#banner-block .block-content--type-banner .content .field--name-field-text-1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#banner-block .block-content--type-banner .content .field--name-field-text-1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 375px) {
  main#main div#banner-block .block-content--type-banner .content .field--name-field-text-1 {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  }
}
main#main div#banner-block .block-content--type-banner .content .field--name-field-front-title {
  width: 770px;
  max-width: 100%;
  margin-bottom: 16px;
  font-family: 'Onest', 'Inter', sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 105%;
  letter-spacing: -1px;
}
@media screen and (max-width: 1199px) {
  main#main div#banner-block .block-content--type-banner .content .field--name-field-front-title {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#banner-block .block-content--type-banner .content .field--name-field-front-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1199px) {
  main#main div#banner-block .block-content--type-banner .content .field--name-field-front-title {
    width: 570px;
  }
}
@media screen and (max-width: 991px) {
  main#main div#banner-block .block-content--type-banner .content .field--name-field-front-title {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#banner-block .block-content--type-banner .content .field--name-field-front-title {
    width: 350px;
  }
}
main#main div#banner-block .block-content--type-banner .content .field--name-field-front-title h1 {
  font-family: 'Onest', 'Inter', sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 105%;
  letter-spacing: -1px;
}
@media screen and (max-width: 1199px) {
  main#main div#banner-block .block-content--type-banner .content .field--name-field-front-title h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#banner-block .block-content--type-banner .content .field--name-field-front-title h1 {
    font-size: 26px;
  }
}
main#main div#banner-block .block-content--type-banner .content .field--name-body {
  margin-bottom: 48px;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  main#main div#banner-block .block-content--type-banner .content .field--name-body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#banner-block .block-content--type-banner .content .field--name-body {
    width: 250px;
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 15px;
  }
}
main#main div#services-block {
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  main#main div#services-block {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#services-block {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 375px) {
  main#main div#services-block #block-vesta-theme-zagolovokvblokeuslugi h2 br {
    display: none;
  }
}
main#main .view-services .view-content {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  main#main .view-services .view-content {
    gap: 15px;
  }
}
@media screen and (max-width: 375px) {
  main#main .view-services .view-content {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-services .view-content {
    margin-bottom: 25px;
  }
}
main#main .view-services .view-content .views-row {
  width: 270px;
}
@media screen and (max-width: 1199px) {
  main#main .view-services .view-content .views-row {
    width: 211px;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-services .view-content .views-row {
    width: 222px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-services .view-content .views-row {
    width: 47%;
  }
}
@media screen and (max-width: 375px) {
  main#main .view-services .view-content .views-row {
    width: 100%;
  }
}
main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser {
  position: relative;
  min-height: 270px;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser {
    min-height: 211px;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser {
    min-height: 222px;
  }
}
@media screen and (max-width: 375px) {
  main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser {
    min-height: 170px;
  }
}
main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser .field--name-field-service-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser .field--name-field-service-image::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: all 0.4s ease;
}
main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser .field--name-field-service-image .field__item {
  width: 100%;
  height: 100%;
}
main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser .field--name-field-service-image .field__item a {
  display: block;
  width: 100%;
  height: 100%;
}
main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser .field--name-field-service-image .field__item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser .content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 12px;
}
main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser .content .field--name-node-link {
  width: 100%;
  align-self: flex-start;
  display: flex;
  justify-content: end;
}
main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser .content .field--name-node-link a {
  position: relative;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 4px;
  background-color: #FF5E16;
  color: transparent;
  font-size: 0;
}
main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser .content .field--name-node-link a::after {
  position: absolute;
  top: 4px;
  right: 4px;
  display: block;
  width: 24px;
  height: 24px;
  background: url("/sites/all/themes/vesta_theme/image/arrow-up-right.svg") center center no-repeat;
  background-size: contain;
  content: '';
}
main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser .content .field--name-node-title {
  width: 100%;
  align-self: flex-end;
}
main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser .content .field--name-node-title h3 {
  margin-bottom: 0;
  font-family: 'Onest', 'Inter', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 105%;
  letter-spacing: -1px;
}
@media screen and (max-width: 1199px) {
  main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser .content .field--name-node-title h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser .content .field--name-node-title h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 475px) {
  main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser .content .field--name-node-title h3 {
    hyphens: auto;
  }
}
main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser .content .field--name-node-title a {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 6px 16px;
  background-color: #002359;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser .content .field--name-node-title a {
    min-height: 44px;
  }
}
main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser .field--name-dynamic-token-fieldnode-service-go {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser .field--name-dynamic-token-fieldnode-service-go a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
}
main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser:hover .field--name-field-service-image::after,
main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser:active .field--name-field-service-image::after,
main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser:focus .field--name-field-service-image::after {
  background-color: rgba(0, 35, 89, 0.73);
}
main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser:hover .content .field--name-node-link a,
main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser:active .content .field--name-node-link a,
main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser:focus .content .field--name-node-link a {
  width: fit-content;
  padding: 8px 10px;
  padding-right: 38px;
  background-color: #FF3817;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}
@media screen and (max-width: 1199px) {
  main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser:hover .content .field--name-node-link a,
  main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser:active .content .field--name-node-link a,
  main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser:focus .content .field--name-node-link a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser:hover .content .field--name-node-link a,
  main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser:active .content .field--name-node-link a,
  main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser:focus .content .field--name-node-link a {
    font-size: 13px;
  }
}
main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser:hover .content .field--name-node-title a,
main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser:active .content .field--name-node-title a,
main#main .view-services .view-content .views-row .node--type-service.node--view-mode-teaser:focus .content .field--name-node-title a {
  background-color: #EEEEEE;
  color: #002359;
}
@media screen and (max-width: 375px) {
  main#main .view-services.view-display-id-block_1 .view-content .views-row {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  main#main .view-services.view-display-id-block_1 .view-content .views-row:first-child,
  main#main .view-services.view-display-id-block_1 .view-content .views-row:nth-child(2),
  main#main .view-services.view-display-id-block_1 .view-content .views-row:nth-child(3),
  main#main .view-services.view-display-id-block_1 .view-content .views-row:nth-child(4) {
    display: block;
  }
}
main#main .node--type-service.node--view-mode-full .field--name-body {
  margin-bottom: 80px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}
@media screen and (max-width: 1199px) {
  main#main .node--type-service.node--view-mode-full .field--name-body {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-service.node--view-mode-full .field--name-body {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1199px) {
  main#main .node--type-service.node--view-mode-full .field--name-body {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-service.node--view-mode-full .field--name-body {
    font-size: 13px;
  }
}
main#main .node--type-service.node--view-mode-full .field--name-field-service-image {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  main#main .node--type-service.node--view-mode-full .field--name-field-service-image {
    gap: 15px;
  }
}
@media screen and (max-width: 375px) {
  main#main .node--type-service.node--view-mode-full .field--name-field-service-image {
    gap: 10px;
  }
}
main#main .node--type-service.node--view-mode-full .field--name-field-service-image .field__item {
  width: 270px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  main#main .node--type-service.node--view-mode-full .field--name-field-service-image .field__item {
    width: 211px;
  }
}
@media screen and (max-width: 991px) {
  main#main .node--type-service.node--view-mode-full .field--name-field-service-image .field__item {
    width: 162px;
  }
}
@media screen and (max-width: 475px) {
  main#main .node--type-service.node--view-mode-full .field--name-field-service-image .field__item {
    width: 47%;
  }
}
main#main .node--type-service.node--view-mode-full .field--name-field-service-image .field__item img {
  object-fit: cover;
}
main#main div#renovation_types-block {
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  main#main div#renovation_types-block {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#renovation_types-block {
    margin-bottom: 40px;
  }
}
main#main div#renovation_types-block h2 {
  margin-bottom: 16px;
}
main#main div#renovation_types-block #block-vesta-theme-tekstvblokeremont {
  margin-bottom: 56px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}
@media screen and (max-width: 1199px) {
  main#main div#renovation_types-block #block-vesta-theme-tekstvblokeremont {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#renovation_types-block #block-vesta-theme-tekstvblokeremont {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#renovation_types-block #block-vesta-theme-tekstvblokeremont {
    margin-bottom: 25px;
  }
}
main#main div#renovation_types-block #block-vesta-theme-poluchitkonsultaciyu .field--name-body {
  display: flex;
  justify-content: center;
}
main#main .view-renovation-types .view-content {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  main#main .view-renovation-types .view-content {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-renovation-types .view-content {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 375px) {
  main#main .view-renovation-types .view-content {
    gap: 10px;
  }
}
main#main .view-renovation-types .view-content .views-row {
  width: 370px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1199px) {
  main#main .view-renovation-types .view-content .views-row {
    width: 292px;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-renovation-types .view-content .views-row {
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-renovation-types .view-content .views-row {
    width: 47%;
  }
}
@media screen and (max-width: 375px) {
  main#main .view-renovation-types .view-content .views-row {
    width: 100%;
  }
}
main#main .view-renovation-types .view-content .views-row:first-child,
main#main .view-renovation-types .view-content .views-row:nth-child(2) {
  width: 570px;
}
@media screen and (max-width: 1199px) {
  main#main .view-renovation-types .view-content .views-row:first-child,
  main#main .view-renovation-types .view-content .views-row:nth-child(2) {
    width: 453px;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-renovation-types .view-content .views-row:first-child,
  main#main .view-renovation-types .view-content .views-row:nth-child(2) {
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-renovation-types .view-content .views-row:first-child,
  main#main .view-renovation-types .view-content .views-row:nth-child(2) {
    width: 47%;
  }
}
@media screen and (max-width: 375px) {
  main#main .view-renovation-types .view-content .views-row:first-child,
  main#main .view-renovation-types .view-content .views-row:nth-child(2) {
    width: 100%;
  }
}
main#main .view-renovation-types .view-content .views-row .node--type-renovation-type {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
main#main .view-renovation-types .view-content .views-row .node--type-renovation-type .image_container {
  position: relative;
  display: flex;
  align-items: end;
  width: 100%;
  height: 220px;
}
@media screen and (max-width: 1199px) {
  main#main .view-renovation-types .view-content .views-row .node--type-renovation-type .image_container {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-renovation-types .view-content .views-row .node--type-renovation-type .image_container {
    height: 180px;
  }
}
@media screen and (max-width: 375px) {
  main#main .view-renovation-types .view-content .views-row .node--type-renovation-type .image_container {
    height: 150px;
  }
}
main#main .view-renovation-types .view-content .views-row .node--type-renovation-type .image_container .field--name-field-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main#main .view-renovation-types .view-content .views-row .node--type-renovation-type .image_container .field--name-field-img a {
  width: 100%;
  height: 100%;
}
main#main .view-renovation-types .view-content .views-row .node--type-renovation-type .image_container .field--name-field-img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main#main .view-renovation-types .view-content .views-row .node--type-renovation-type .image_container .field--name-field-price {
  position: relative;
  z-index: 1;
  padding: 8px 16px;
  border-radius: 0 5px 0 0;
  background-color: #002359;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}
@media screen and (max-width: 1199px) {
  main#main .view-renovation-types .view-content .views-row .node--type-renovation-type .image_container .field--name-field-price {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-renovation-types .view-content .views-row .node--type-renovation-type .image_container .field--name-field-price {
    font-size: 13px;
  }
}
main#main .view-renovation-types .view-content .views-row .node--type-renovation-type .content {
  height: calc(100% - 220px);
  display: flex;
  flex-wrap: wrap;
  padding: 12px 16px 16px;
}
@media screen and (max-width: 1199px) {
  main#main .view-renovation-types .view-content .views-row .node--type-renovation-type .content {
    height: calc(100% - 200px);
  }
}
@media screen and (max-width: 767px) {
  main#main .view-renovation-types .view-content .views-row .node--type-renovation-type .content {
    height: calc(100% - 180px);
  }
}
@media screen and (max-width: 375px) {
  main#main .view-renovation-types .view-content .views-row .node--type-renovation-type .content {
    height: calc(100% - 150px);
  }
}
main#main .view-renovation-types .view-content .views-row .node--type-renovation-type .content .field--name-node-title {
  width: 100%;
  align-self: flex-start;
  margin-bottom: 8px;
}
main#main .view-renovation-types .view-content .views-row .node--type-renovation-type .content .field--name-node-title h3 {
  font-family: 'Onest', 'Inter', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 105%;
  letter-spacing: -1px;
}
@media screen and (max-width: 1199px) {
  main#main .view-renovation-types .view-content .views-row .node--type-renovation-type .content .field--name-node-title h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-renovation-types .view-content .views-row .node--type-renovation-type .content .field--name-node-title h3 {
    font-size: 15px;
  }
}
main#main .view-renovation-types .view-content .views-row .node--type-renovation-type .content .field--name-field-description-short {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}
@media screen and (max-width: 1199px) {
  main#main .view-renovation-types .view-content .views-row .node--type-renovation-type .content .field--name-field-description-short {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-renovation-types .view-content .views-row .node--type-renovation-type .content .field--name-field-description-short {
    font-size: 13px;
  }
}
main#main .node--type-renovation-type.node--view-mode-full .group-left {
  width: 40%;
  padding-right: 30px;
}
@media screen and (max-width: 991px) {
  main#main .node--type-renovation-type.node--view-mode-full .group-left {
    width: 100%;
    float: none;
    padding-right: 0;
  }
}
main#main .node--type-renovation-type.node--view-mode-full .group-left img {
  border-radius: 5px;
}
main#main .node--type-renovation-type.node--view-mode-full .group-right {
  width: 60%;
}
@media screen and (max-width: 991px) {
  main#main .node--type-renovation-type.node--view-mode-full .group-right {
    width: 100%;
    float: none;
  }
}
main#main .node--type-renovation-type.node--view-mode-full .group-right .field--name-field-price {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 16px 24px;
  border-radius: 5px;
  background-color: #002359;
  color: #ffffff;
  font-family: 'Onest', 'Inter', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 105%;
  letter-spacing: -1px;
}
@media screen and (max-width: 1199px) {
  main#main .node--type-renovation-type.node--view-mode-full .group-right .field--name-field-price {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-renovation-type.node--view-mode-full .group-right .field--name-field-price {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-renovation-type.node--view-mode-full .group-right .field--name-field-price {
    margin-bottom: 25px;
    padding: 12px 18px;
  }
}
main#main .node--type-renovation-type.node--view-mode-full .group-right .field--name-field-description-short {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}
@media screen and (max-width: 1199px) {
  main#main .node--type-renovation-type.node--view-mode-full .group-right .field--name-field-description-short {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-renovation-type.node--view-mode-full .group-right .field--name-field-description-short {
    font-size: 13px;
  }
}
main#main .node--type-renovation-type.node--view-mode-full .group-footer {
  padding-top: 40px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}
@media screen and (max-width: 1199px) {
  main#main .node--type-renovation-type.node--view-mode-full .group-footer {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-renovation-type.node--view-mode-full .group-footer {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-renovation-type.node--view-mode-full .group-footer {
    padding-top: 25px;
  }
}
main#main .node--type-renovation-type.node--view-mode-full .group-footer .field--name-body,
main#main .node--type-renovation-type.node--view-mode-full .group-footer .field--name-dynamic-token-fieldnode-service-info {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  main#main .node--type-renovation-type.node--view-mode-full .group-footer .field--name-body,
  main#main .node--type-renovation-type.node--view-mode-full .group-footer .field--name-dynamic-token-fieldnode-service-info {
    margin-bottom: 25px;
  }
}
main#main .node--type-renovation-type.node--view-mode-full .group-footer .field--name-dynamic-token-fieldnode-order-service {
  display: flex;
  justify-content: center;
}
main#main div#about-block {
  margin-bottom: 80px;
  padding: 56px 0;
  background-color: #002359;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  main#main div#about-block {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#about-block {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1199px) {
  main#main div#about-block {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  main#main div#about-block {
    padding: 25px 0;
  }
}
main#main div#about-block h2 {
  margin-bottom: 40px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  main#main div#about-block h2 {
    margin-bottom: 25px;
  }
}
main#main .node--type-about.node--view-mode-teaser {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  main#main .node--type-about.node--view-mode-teaser {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
main#main .node--type-about.node--view-mode-teaser .group-left {
  width: 100%;
  float: none;
  display: flex;
  flex-direction: column;
}
main#main .node--type-about.node--view-mode-teaser .group-left .field--name-body {
  margin-bottom: 24px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}
@media screen and (max-width: 1199px) {
  main#main .node--type-about.node--view-mode-teaser .group-left .field--name-body {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-about.node--view-mode-teaser .group-left .field--name-body {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-about.node--view-mode-teaser .group-left .field--name-body {
    margin-bottom: 15px;
  }
}
main#main .node--type-about.node--view-mode-teaser .group-left .field--name-field-services-for {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  main#main .node--type-about.node--view-mode-teaser .group-left .field--name-field-services-for {
    margin-bottom: 15px;
  }
}
main#main .node--type-about.node--view-mode-teaser .group-left .field--name-field-services-for .field__label {
  margin-bottom: 16px;
  font-family: 'Onest', 'Inter', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #FF5E16;
}
@media screen and (max-width: 1199px) {
  main#main .node--type-about.node--view-mode-teaser .group-left .field--name-field-services-for .field__label {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-about.node--view-mode-teaser .group-left .field--name-field-services-for .field__label {
    font-size: 18px;
  }
}
main#main .node--type-about.node--view-mode-teaser .group-left .field--name-field-services-for .field__items .field__item .field--name-field-product-param-param {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding-left: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}
@media screen and (max-width: 1199px) {
  main#main .node--type-about.node--view-mode-teaser .group-left .field--name-field-services-for .field__items .field__item .field--name-field-product-param-param {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-about.node--view-mode-teaser .group-left .field--name-field-services-for .field__items .field__item .field--name-field-product-param-param {
    font-size: 13px;
  }
}
main#main .node--type-about.node--view-mode-teaser .group-left .field--name-field-services-for .field__items .field__item .field--name-field-product-param-param::before {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #FF5E16;
  transform: translateY(-1px);
  content: '';
}
main#main .node--type-about.node--view-mode-teaser .group-left .field--name-field-about-link {
  margin-top: auto;
}
main#main .node--type-about.node--view-mode-teaser .group-right {
  width: 100%;
  float: none;
}
main#main .node--type-about.node--view-mode-teaser .group-right .field--name-field-img-teaser img {
  object-fit: contain;
}
main#main .node--type-about.node--view-mode-full .field--name-body,
main#main .node--type-about.node--view-mode-full .field--name-field-text-2 {
  margin-bottom: 24px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}
@media screen and (max-width: 1199px) {
  main#main .node--type-about.node--view-mode-full .field--name-body,
  main#main .node--type-about.node--view-mode-full .field--name-field-text-2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-about.node--view-mode-full .field--name-body,
  main#main .node--type-about.node--view-mode-full .field--name-field-text-2 {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-about.node--view-mode-full .field--name-body,
  main#main .node--type-about.node--view-mode-full .field--name-field-text-2 {
    margin-bottom: 15px;
  }
}
main#main .node--type-about.node--view-mode-full .field--name-field-services-for,
main#main .node--type-about.node--view-mode-full .field--name-field-pochemu-vybirayut-nas {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  main#main .node--type-about.node--view-mode-full .field--name-field-services-for,
  main#main .node--type-about.node--view-mode-full .field--name-field-pochemu-vybirayut-nas {
    margin-bottom: 15px;
  }
}
main#main .node--type-about.node--view-mode-full .field--name-field-services-for .field__label,
main#main .node--type-about.node--view-mode-full .field--name-field-pochemu-vybirayut-nas .field__label {
  margin-bottom: 16px;
  font-family: 'Onest', 'Inter', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #FF5E16;
}
@media screen and (max-width: 1199px) {
  main#main .node--type-about.node--view-mode-full .field--name-field-services-for .field__label,
  main#main .node--type-about.node--view-mode-full .field--name-field-pochemu-vybirayut-nas .field__label {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-about.node--view-mode-full .field--name-field-services-for .field__label,
  main#main .node--type-about.node--view-mode-full .field--name-field-pochemu-vybirayut-nas .field__label {
    font-size: 18px;
  }
}
main#main .node--type-about.node--view-mode-full .field--name-field-services-for .field__items .field__item .field--name-field-product-param-param,
main#main .node--type-about.node--view-mode-full .field--name-field-pochemu-vybirayut-nas .field__items .field__item .field--name-field-product-param-param {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding-left: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}
@media screen and (max-width: 1199px) {
  main#main .node--type-about.node--view-mode-full .field--name-field-services-for .field__items .field__item .field--name-field-product-param-param,
  main#main .node--type-about.node--view-mode-full .field--name-field-pochemu-vybirayut-nas .field__items .field__item .field--name-field-product-param-param {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  main#main .node--type-about.node--view-mode-full .field--name-field-services-for .field__items .field__item .field--name-field-product-param-param,
  main#main .node--type-about.node--view-mode-full .field--name-field-pochemu-vybirayut-nas .field__items .field__item .field--name-field-product-param-param {
    font-size: 13px;
  }
}
main#main .node--type-about.node--view-mode-full .field--name-field-services-for .field__items .field__item .field--name-field-product-param-param::before,
main#main .node--type-about.node--view-mode-full .field--name-field-pochemu-vybirayut-nas .field__items .field__item .field--name-field-product-param-param::before {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #FF5E16;
  transform: translateY(-1px);
  content: '';
}
main#main .node--type-about.node--view-mode-full .about_images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 991px) {
  main#main .node--type-about.node--view-mode-full .about_images {
    gap: 15px;
  }
}
@media screen and (max-width: 375px) {
  main#main .node--type-about.node--view-mode-full .about_images {
    gap: 10px;
  }
}
main#main .node--type-about.node--view-mode-full .about_images .field--name-field-about-image,
main#main .node--type-about.node--view-mode-full .about_images .field--name-field-about-image-2 {
  border-radius: 5px;
  overflow: hidden;
}
main#main .node--type-about.node--view-mode-full .about_images .field--name-field-about-image img,
main#main .node--type-about.node--view-mode-full .about_images .field--name-field-about-image-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main#main div#benefits-block {
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  main#main div#benefits-block {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#benefits-block {
    margin-bottom: 40px;
  }
}
main#main .view-benefits .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  main#main .view-benefits .view-content {
    gap: 15px;
  }
}
@media screen and (max-width: 375px) {
  main#main .view-benefits .view-content {
    gap: 10px;
  }
}
main#main .view-benefits .view-content .views-row {
  width: 270px;
}
@media screen and (max-width: 1199px) {
  main#main .view-benefits .view-content .views-row {
    width: 211px;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-benefits .view-content .views-row {
    width: 162px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-benefits .view-content .views-row {
    width: 117px;
  }
}
@media screen and (max-width: 575px) {
  main#main .view-benefits .view-content .views-row {
    width: 47%;
  }
}
main#main .view-benefits .view-content .views-row .block-content--type-benefit {
  border-radius: 5px;
  overflow: hidden;
  background-color: #DFEBFE;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
main#main .view-benefits .view-content .views-row .block-content--type-benefit .field--name-block-description {
  width: 100%;
  align-self: flex-start;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  main#main .view-benefits .view-content .views-row .block-content--type-benefit .field--name-block-description {
    padding: 12px;
  }
}
main#main .view-benefits .view-content .views-row .block-content--type-benefit .field--name-block-description h3 {
  font-family: 'Onest', 'Inter', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 105%;
  letter-spacing: -1px;
}
@media screen and (max-width: 1199px) {
  main#main .view-benefits .view-content .views-row .block-content--type-benefit .field--name-block-description h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-benefits .view-content .views-row .block-content--type-benefit .field--name-block-description h3 {
    font-size: 15px;
  }
}
main#main .view-benefits .view-content .views-row .block-content--type-benefit .field--name-field-benefit-icon {
  width: 100%;
  height: 103px;
  align-self: flex-end;
  margin-top: -15px;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 1199px) {
  main#main .view-benefits .view-content .views-row .block-content--type-benefit .field--name-field-benefit-icon {
    height: 85px;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-benefits .view-content .views-row .block-content--type-benefit .field--name-field-benefit-icon {
    height: 75px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-benefits .view-content .views-row .block-content--type-benefit .field--name-field-benefit-icon {
    height: 45px;
  }
}
main#main .view-benefits .view-content .views-row .block-content--type-benefit .field--name-field-benefit-icon img {
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  main#main .view-benefits .view-content .views-row .block-content--type-benefit .field--name-field-benefit-icon img {
    width: auto;
    height: 100%;
  }
}
main#main div#portfolio-block {
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  main#main div#portfolio-block {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#portfolio-block {
    margin-bottom: 40px;
  }
}
main#main .view-portfolio .view-content {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  main#main .view-portfolio .view-content {
    margin-bottom: 25px;
  }
}
main#main .view-portfolio .view-content .views-field-field-photo .item-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  main#main .view-portfolio .view-content .views-field-field-photo .item-list ul {
    gap: 15px;
  }
}
@media screen and (max-width: 375px) {
  main#main .view-portfolio .view-content .views-field-field-photo .item-list ul {
    gap: 10px;
  }
}
main#main .view-portfolio .view-content .views-field-field-photo .item-list ul li {
  width: 270px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  main#main .view-portfolio .view-content .views-field-field-photo .item-list ul li {
    width: 211px;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-portfolio .view-content .views-field-field-photo .item-list ul li {
    width: 162px;
  }
}
@media screen and (max-width: 475px) {
  main#main .view-portfolio .view-content .views-field-field-photo .item-list ul li {
    width: 47%;
  }
}
main#main .view-portfolio.view-display-id-page_1 .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  main#main .view-portfolio.view-display-id-page_1 .view-content {
    gap: 15px;
  }
}
@media screen and (max-width: 375px) {
  main#main .view-portfolio.view-display-id-page_1 .view-content {
    gap: 10px;
  }
}
main#main .view-portfolio.view-display-id-page_1 .view-content .views-row {
  width: 270px;
}
@media screen and (max-width: 1199px) {
  main#main .view-portfolio.view-display-id-page_1 .view-content .views-row {
    width: 211px;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-portfolio.view-display-id-page_1 .view-content .views-row {
    width: 222px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-portfolio.view-display-id-page_1 .view-content .views-row {
    width: 47%;
  }
}
@media screen and (max-width: 375px) {
  main#main .view-portfolio.view-display-id-page_1 .view-content .views-row {
    width: 100%;
  }
}
main#main .view-portfolio.view-display-id-page_1 .view-content .views-row .node--type-photogallery {
  min-height: 270px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: end;
  padding: 12px;
}
@media screen and (max-width: 1199px) {
  main#main .view-portfolio.view-display-id-page_1 .view-content .views-row .node--type-photogallery {
    min-height: 211px;
  }
}
@media screen and (max-width: 991px) {
  main#main .view-portfolio.view-display-id-page_1 .view-content .views-row .node--type-photogallery {
    min-height: 222px;
  }
}
@media screen and (max-width: 375px) {
  main#main .view-portfolio.view-display-id-page_1 .view-content .views-row .node--type-photogallery {
    min-height: 170px;
  }
}
main#main .view-portfolio.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-field-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main#main .view-portfolio.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-field-photo .field__item {
  width: 100%;
  height: 100%;
}
main#main .view-portfolio.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-field-photo .field__item a {
  display: block;
  width: 100%;
  height: 100%;
}
main#main .view-portfolio.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-field-photo .field__item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main#main .view-portfolio.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-node-title {
  position: relative;
  z-index: 1;
  width: 100%;
}
main#main .view-portfolio.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-node-title h3 {
  margin-bottom: 0;
  font-family: 'Onest', 'Inter', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 105%;
  letter-spacing: -1px;
}
@media screen and (max-width: 1199px) {
  main#main .view-portfolio.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-node-title h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main#main .view-portfolio.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-node-title h3 {
    font-size: 15px;
  }
}
main#main .view-portfolio.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-node-title a {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 6px 16px;
  background-color: #002359;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  main#main .view-portfolio.view-display-id-page_1 .view-content .views-row .node--type-photogallery .field--name-node-title a {
    min-height: 44px;
  }
}
main#main .view-portfolio.view-display-id-page_1 .view-content .views-row .node--type-photogallery:hover .field--name-node-title h3 a,
main#main .view-portfolio.view-display-id-page_1 .view-content .views-row .node--type-photogallery:active .field--name-node-title h3 a,
main#main .view-portfolio.view-display-id-page_1 .view-content .views-row .node--type-photogallery:focus .field--name-node-title h3 a {
  background-color: #EEEEEE;
  color: #002359;
}
main#main .node--type-photogallery.node--view-mode-full .field--name-field-photo {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  main#main .node--type-photogallery.node--view-mode-full .field--name-field-photo {
    gap: 15px;
  }
}
@media screen and (max-width: 375px) {
  main#main .node--type-photogallery.node--view-mode-full .field--name-field-photo {
    gap: 10px;
  }
}
main#main .node--type-photogallery.node--view-mode-full .field--name-field-photo .field__item {
  width: 270px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  main#main .node--type-photogallery.node--view-mode-full .field--name-field-photo .field__item {
    width: 211px;
  }
}
@media screen and (max-width: 991px) {
  main#main .node--type-photogallery.node--view-mode-full .field--name-field-photo .field__item {
    width: 162px;
  }
}
@media screen and (max-width: 475px) {
  main#main .node--type-photogallery.node--view-mode-full .field--name-field-photo .field__item {
    width: 47%;
  }
}
main#main div#fos-block {
  padding: 56px 0 70px;
  background: rgba(0, 35, 89, 0.57) url("/sites/all/themes/vesta_theme/image/Фон обратная связь на главной.webp") center center no-repeat;
  background-size: cover;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  main#main div#fos-block {
    padding: 46px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#fos-block {
    padding: 30px 0 40px;
  }
}
main#main div#fos-block .region-fos-title h2 {
  margin-bottom: 32px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  main#main div#fos-block .region-fos-title h2 {
    margin-bottom: 25px;
  }
}
main#main div#fos-block .fos-wrapper {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  main#main div#fos-block .fos-wrapper {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#fos-block .fos-wrapper {
    grid-template-columns: 1fr;
  }
}
main#main div#fos-block .fos-wrapper .contacts-container {
  padding: 16px;
  border-radius: 5px;
  background-color: rgba(0, 35, 89, 0.44);
}
@media screen and (max-width: 767px) {
  main#main div#fos-block .fos-wrapper .contacts-container {
    padding: 12px;
  }
}
main#main div#fos-block .fos-wrapper .contacts-container .contacts {
  display: flex;
  flex-direction: column;
}
main#main div#fos-block .fos-wrapper .contacts-container .contacts .contacts__item {
  margin-bottom: 24px;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main#main div#fos-block .fos-wrapper .contacts-container .contacts .contacts__item {
    margin-bottom: 15px;
  }
}
main#main div#fos-block .fos-wrapper .contacts-container .contacts .contacts__item img {
  margin-right: 4px;
  flex-shrink: 0;
}
main#main div#fos-block .fos-wrapper .contacts-container .contacts .contacts__item .contacts__subtitle {
  font-family: 'Onest', 'Inter', sans-serif;
  font-weight: 500;
  font-size: 24px;
}
@media screen and (max-width: 1199px) {
  main#main div#fos-block .fos-wrapper .contacts-container .contacts .contacts__item .contacts__subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#fos-block .fos-wrapper .contacts-container .contacts .contacts__item .contacts__subtitle {
    font-size: 18px;
  }
}
main#main div#fos-block .fos-wrapper .contacts-container .contacts .contacts__item .contacts__detail {
  width: 100%;
  margin-top: 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  main#main div#fos-block .fos-wrapper .contacts-container .contacts .contacts__item .contacts__detail {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main#main div#fos-block .fos-wrapper .contacts-container .contacts .contacts__item .contacts__detail {
    font-size: 15px;
  }
}
main#main div#fos-block .fos-wrapper .contacts-container .contacts .contacts__item .contacts__detail.contacts__link {
  color: #ffffff;
}
main#main div#fos-block .fos-wrapper .contacts-container .contacts .contacts__item .contacts__detail.contacts__link:hover,
main#main div#fos-block .fos-wrapper .contacts-container .contacts .contacts__item .contacts__detail.contacts__link:active,
main#main div#fos-block .fos-wrapper .contacts-container .contacts .contacts__item .contacts__detail.contacts__link:focus {
  text-decoration: underline;
  color: #ffffff;
}
footer#footer {
  background-color: #002359;
  color: #ffffff;
}
footer#footer a:not(.contextual ul.contextual-links li a) {
  color: #ffffff;
}
footer#footer a:not(.contextual ul.contextual-links li a):hover,
footer#footer a:not(.contextual ul.contextual-links li a):active,
footer#footer a:not(.contextual ul.contextual-links li a):focus {
  color: #FF5E16;
}
footer#footer .footer__container {
  padding: 40px 0;
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__container {
    padding: 30px 0;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container {
    padding: 25px 0;
    grid-template-columns: auto auto auto;
  }
}
@media screen and (max-width: 475px) {
  footer#footer .footer__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 320px) {
  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: 16px;
  font-family: 'Onest', 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #C5C5C5;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__container .block-title,
  footer#footer .footer__container #block-vesta-theme-osnovnayanavigaciya-menu {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .block-title,
  footer#footer .footer__container #block-vesta-theme-osnovnayanavigaciya-menu {
    margin-bottom: 12px;
    font-size: 12px;
  }
}
footer#footer .footer__container .logo {
  width: 86px;
}
@media screen and (max-width: 475px) {
  footer#footer .footer__container .logo {
    grid-column: 1 / span 2;
  }
}
@media screen and (max-width: 320px) {
  footer#footer .footer__container .logo {
    grid-column: auto;
  }
}
footer#footer .footer__container .footer__services {
  width: 458px;
}
@media screen and (max-width: 991px) {
  footer#footer .footer__container .footer__services {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .footer__services {
    width: 458px;
    grid-row: 2 / 3;
    grid-column: 1 / span 3;
  }
}
@media screen and (max-width: 475px) {
  footer#footer .footer__container .footer__services {
    width: auto;
    grid-column: 1 / span 2;
  }
}
@media screen and (max-width: 320px) {
  footer#footer .footer__container .footer__services {
    grid-column: auto;
  }
}
footer#footer .footer__container .footer__services .view-services .view-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 220px;
  gap: 0 30px;
  margin-top: -6px;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__container .footer__services .view-services .view-content {
    gap: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  footer#footer .footer__container .footer__services .view-services .view-content {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .footer__services .view-services .view-content {
    height: 220px;
  }
}
@media screen and (max-width: 475px) {
  footer#footer .footer__container .footer__services .view-services .view-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }
}
@media screen and (max-width: 320px) {
  footer#footer .footer__container .footer__services .view-services .view-content {
    grid-template-columns: 1fr;
  }
}
footer#footer .footer__container .footer__services .view-services .view-content .views-row {
  max-width: 50%;
}
@media screen and (max-width: 991px) {
  footer#footer .footer__container .footer__services .view-services .view-content .views-row {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .footer__services .view-services .view-content .views-row {
    max-width: 50%;
  }
}
@media screen and (max-width: 475px) {
  footer#footer .footer__container .footer__services .view-services .view-content .views-row {
    max-width: 100%;
  }
}
footer#footer .footer__container .footer__services .view-services .view-content .views-row a {
  display: block;
  padding: 6px 0;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__container .footer__services .view-services .view-content .views-row a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .footer__services .view-services .view-content .views-row a {
    font-size: 13px;
  }
}
footer#footer .footer__container .footer__navigation {
  width: 100px;
}
@media screen and (max-width: 475px) {
  footer#footer .footer__container .footer__navigation {
    width: auto;
  }
}
footer#footer .footer__container .footer__navigation .nav {
  display: flex;
  flex-direction: column;
  margin-top: -6px;
}
footer#footer .footer__container .footer__navigation .nav .nav-item .nav-link {
  display: block;
  padding: 6px 0;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__container .footer__navigation .nav .nav-item .nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .footer__navigation .nav .nav-item .nav-link {
    font-size: 13px;
  }
}
footer#footer .footer__container .footer__navigation .nav .nav-item .nav-link.dropdown-toggle::after {
  display: none;
}
footer#footer .footer__container .footer__contacts {
  width: 270px;
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .footer__contacts {
    width: 200px;
  }
}
@media screen and (max-width: 475px) {
  footer#footer .footer__container .footer__contacts {
    width: auto;
  }
}
@media screen and (max-width: 475px) {
  footer#footer .footer__container .footer__contacts {
    grid-column: 1 / span 2;
  }
}
@media screen and (max-width: 320px) {
  footer#footer .footer__container .footer__contacts {
    grid-column: auto;
  }
}
footer#footer .footer__container .footer__contacts .contacts .contacts__item {
  margin-bottom: 16px;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .footer__contacts .contacts .contacts__item {
    margin-bottom: 12px;
  }
}
footer#footer .footer__container .footer__contacts .contacts .contacts__item img {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
footer#footer .footer__container .footer__contacts .contacts .contacts__item .contacts__subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__container .footer__contacts .contacts .contacts__item .contacts__subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .footer__contacts .contacts .contacts__item .contacts__subtitle {
    font-size: 13px;
  }
}
footer#footer .footer__container .footer__contacts .contacts .contacts__item .contacts__detail {
  width: 100%;
  margin-top: 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__container .footer__contacts .contacts .contacts__item .contacts__detail {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__container .footer__contacts .contacts .contacts__item .contacts__detail {
    font-size: 13px;
  }
}
footer#footer .footer__container .footer__contacts .contacts .contacts__item .contacts__detail.contacts__link:hover,
footer#footer .footer__container .footer__contacts .contacts .contacts__item .contacts__detail.contacts__link:active,
footer#footer .footer__container .footer__contacts .contacts .contacts__item .contacts__detail.contacts__link:focus {
  color: #FF5E16;
}
footer#footer .footer__container .footer__contacts .messengers .messengers__item .messengers__link:hover svg path,
footer#footer .footer__container .footer__contacts .messengers .messengers__item .messengers__link:active svg path,
footer#footer .footer__container .footer__contacts .messengers .messengers__item .messengers__link:focus svg path {
  fill: #FF5E16;
}
footer#footer .footer__row-copyright {
  padding: 16px 0;
  border-top: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  footer#footer .footer__row-copyright {
    padding: 12px 0;
  }
}
footer#footer .footer__row-copyright .copyright-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__row-copyright .copyright-container {
    gap: 20px;
  }
}
footer#footer .footer__row-copyright .copyright-container .col-copyright {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__row-copyright .copyright-container .col-copyright {
    gap: 20px;
  }
}
footer#footer .footer__row-copyright .copyright-container .col-copyright .copyright {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__row-copyright .copyright-container .col-copyright .copyright {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__row-copyright .copyright-container .col-copyright .copyright {
    font-size: 12px;
  }
}
footer#footer .footer__row-copyright .copyright-container .col-copyright .privacy {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__row-copyright .copyright-container .col-copyright .privacy {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__row-copyright .copyright-container .col-copyright .privacy {
    font-size: 13px;
  }
}
footer#footer .footer__row-copyright .copyright-container .col-webvesta {
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 1199px) {
  footer#footer .footer__row-copyright .copyright-container .col-webvesta {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  footer#footer .footer__row-copyright .copyright-container .col-webvesta {
    font-size: 12px;
  }
}
@media screen and (max-width: 475px) {
  footer#footer .footer__row-copyright .copyright-container .col-webvesta {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
#scrollToTop {
  width: 42px;
  height: 42px;
  background: none;
  text-indent: 0;
  font-size: 0;
  border: 0px;
  outline: 0px;
  display: flex;
  bottom: 80px;
  cursor: pointer;
  position: fixed;
  right: 72px;
  z-index: 10;
  transition: 0.2s;
  padding: 0;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1600px) {
  #scrollToTop {
    right: 35px;
  }
}
@media screen and (max-width: 1199px) {
  #scrollToTop {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  #scrollToTop {
    width: 28px;
    height: 28px;
    right: 15px;
    bottom: 40px;
  }
}
#scrollToTop svg {
  object-fit: contain;
  transition: all 0.4s ease;
}
#scrollToTop svg rect {
  transition: all 0.4s ease;
}
#scrollToTop svg path {
  transition: all 0.4s ease;
}
#scrollToTop:hover svg rect,
#scrollToTop:active svg rect,
#scrollToTop:focus svg rect {
  fill: #0049BA;
  stroke: #ffffff;
}
#scrollToTop:hover svg path,
#scrollToTop:active svg path,
#scrollToTop:focus svg path {
  fill: #ffffff;
}
.vpa-container {
  font-family: 'Inter', sans-serif;
}
.vpa-container #vpa-short-wrapper {
  left: unset;
  right: unset;
  bottom: 16px;
  width: 670px;
  max-width: 95%;
  padding: 24px;
  padding-right: 38px;
  border-radius: 5px;
  border: 1px solid #002359;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .vpa-container #vpa-short-wrapper {
    padding: 16px;
    padding-right: 16px;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .vpa-container #vpa-short-wrapper {
    left: 0;
    right: 0;
    padding: 12px;
    padding-right: 12px;
    gap: 8px;
  }
}
.vpa-container #vpa-short-wrapper .vpa-content {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .vpa-container #vpa-short-wrapper .vpa-content {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .vpa-container #vpa-short-wrapper .vpa-content {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .vpa-container #vpa-short-wrapper .vpa-content {
    font-size: 9px;
  }
}
.vpa-container #vpa-short-wrapper .vpa-content a {
  font-weight: 500;
  text-decoration: underline;
}
.vpa-container #vpa-short-wrapper .vpa-actions .btn-primary {
  width: 128px;
  padding: 16px 24px;
  border: 1px solid #FF5E16;
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}
@media screen and (max-width: 1199px) {
  .vpa-container #vpa-short-wrapper .vpa-actions .btn-primary {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .vpa-container #vpa-short-wrapper .vpa-actions .btn-primary {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .vpa-container #vpa-short-wrapper .vpa-actions .btn-primary {
    width: fit-content;
  }
}
.vpa-container #vpa-short-wrapper .vpa-close-zone .vpa-close-el {
  top: 7px;
}
body.not-front h1 {
  margin-bottom: 30px;
  color: #002359;
}
@media screen and (max-width: 767px) {
  body.not-front h1 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  body.not-front main#main {
    padding-top: 20px;
  }
}
body.not-front main#main .region-content {
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  body.not-front main#main .region-content {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.not-front main#main .region-content {
    margin-bottom: 40px;
  }
}
body.not-front.body-node--800 .contacts-wrapper {
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  gap: 30px;
}
@media screen and (max-width: 1199px) {
  body.not-front.body-node--800 .contacts-wrapper {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.not-front.body-node--800 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  body.not-front.body-node--800 .contacts-wrapper {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
body.not-front.body-node--800 .contacts-wrapper .contacts-container {
  padding: 40px 20px;
  border-radius: 5px;
  background-color: #002359;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  body.not-front.body-node--800 .contacts-wrapper .contacts-container {
    padding: 16px;
  }
}
body.not-front.body-node--800 .contacts-wrapper .contacts-container .contacts {
  display: flex;
  flex-direction: column;
}
body.not-front.body-node--800 .contacts-wrapper .contacts-container .contacts .contacts__item {
  margin-bottom: 24px;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  body.not-front.body-node--800 .contacts-wrapper .contacts-container .contacts .contacts__item {
    margin-bottom: 15px;
  }
}
body.not-front.body-node--800 .contacts-wrapper .contacts-container .contacts .contacts__item img {
  margin-right: 4px;
  flex-shrink: 0;
}
body.not-front.body-node--800 .contacts-wrapper .contacts-container .contacts .contacts__item .contacts__subtitle {
  font-family: 'Onest', 'Inter', sans-serif;
  font-weight: 500;
  font-size: 24px;
}
@media screen and (max-width: 1199px) {
  body.not-front.body-node--800 .contacts-wrapper .contacts-container .contacts .contacts__item .contacts__subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.not-front.body-node--800 .contacts-wrapper .contacts-container .contacts .contacts__item .contacts__subtitle {
    font-size: 18px;
  }
}
body.not-front.body-node--800 .contacts-wrapper .contacts-container .contacts .contacts__item .contacts__detail {
  width: 100%;
  margin-top: 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  body.not-front.body-node--800 .contacts-wrapper .contacts-container .contacts .contacts__item .contacts__detail {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.not-front.body-node--800 .contacts-wrapper .contacts-container .contacts .contacts__item .contacts__detail {
    font-size: 15px;
  }
}
body.not-front.body-node--800 .contacts-wrapper .contacts-container .contacts .contacts__item .contacts__detail.contacts__link {
  color: #ffffff;
}
body.not-front.body-node--800 .contacts-wrapper .contacts-container .contacts .contacts__item .contacts__detail.contacts__link:hover,
body.not-front.body-node--800 .contacts-wrapper .contacts-container .contacts .contacts__item .contacts__detail.contacts__link:active,
body.not-front.body-node--800 .contacts-wrapper .contacts-container .contacts .contacts__item .contacts__detail.contacts__link:focus {
  text-decoration: underline;
  color: #ffffff;
}
body.not-front.body-node--800 .contacts-wrapper .mapContainer {
  border-radius: 5px;
  overflow: hidden;
}
body.not-front.body-node--800 main#main div#fos-block .region-fos-title {
  text-align: center;
}
body.not-front.body-node--800 main#main div#fos-block .fos-wrapper {
  grid-template-columns: 1fr;
  width: 75%;
  margin: auto;
}
@media screen and (max-width: 991px) {
  body.not-front.body-node--800 main#main div#fos-block .fos-wrapper {
    width: 100%;
  }
}
.modal-backdrop.show {
  background-color: #D9D9D9;
  opacity: 0.54;
}
.modal-dialog {
  width: 959px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 575px) {
  .modal-dialog {
    max-width: 85%;
  }
}
.modal-dialog .modal-content {
  border-radius: 0;
  border: 1px solid transparent;
  background: #002359 url("/sites/all/themes/vesta_theme/image/Фон обратная связь.webp") no-repeat;
  background-size: cover;
  color: #ffffff;
}
.modal-dialog .modal-content .modal-header {
  width: 687px;
  max-width: 85%;
  margin: auto;
  padding: 0;
  padding-top: 56px;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .modal-dialog .modal-content .modal-header {
    padding-top: 36px;
  }
}
.modal-dialog .modal-content .modal-header h5 {
  font-family: 'Onest', 'Inter', sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 105%;
  letter-spacing: -1px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .modal-dialog .modal-content .modal-header h5 {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .modal-dialog .modal-content .modal-header h5 {
    font-size: 22px;
  }
}
.modal-dialog .modal-content .modal-header .btn-close {
  position: absolute;
  top: 44px;
  right: 78px;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 5px;
  border: 1px solid #002359;
  background-color: #ffffff;
  opacity: 1;
  flex-shrink: 0;
  --bs-btn-close-bg: none;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .modal-dialog .modal-content .modal-header .btn-close {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .modal-dialog .modal-content .modal-header .btn-close {
    top: 24px;
    right: 48px;
  }
}
@media screen and (max-width: 767px) {
  .modal-dialog .modal-content .modal-header .btn-close {
    width: 25px;
    height: 25px;
    top: 15px;
    right: 15px;
  }
}
.modal-dialog .modal-content .modal-header .btn-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: url("/sites/all/themes/vesta_theme/image/x.svg") center center no-repeat;
  background-size: contain;
  content: '';
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .modal-dialog .modal-content .modal-header .btn-close::after {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .modal-dialog .modal-content .modal-header .btn-close::after {
    width: 15px;
    height: 15px;
  }
}
.modal-dialog .modal-content .modal-header .btn-close:hover,
.modal-dialog .modal-content .modal-header .btn-close:active,
.modal-dialog .modal-content .modal-header .btn-close:focus {
  border-color: #ffffff;
  background-color: #0049BA;
}
.modal-dialog .modal-content .modal-header .btn-close:hover::after,
.modal-dialog .modal-content .modal-header .btn-close:active::after,
.modal-dialog .modal-content .modal-header .btn-close:focus::after {
  background: url("/sites/all/themes/vesta_theme/image/x-wht.svg") center center no-repeat;
  background-size: contain;
}
.modal-dialog .modal-content .modal-body {
  width: 687px;
  max-width: 85%;
  margin: auto;
  padding: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
.modal-dialog .modal-content .modal-body form input:focus,
.modal-dialog .modal-content .modal-body form textarea:focus {
  box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0.5);
}
.modal-dialog .modal-content .modal-footer {
  width: 687px;
  max-width: 85%;
  margin: auto;
  padding: 0;
  padding-bottom: 56px;
  border-top: none;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .modal-dialog .modal-content .modal-footer {
    padding-bottom: 36px;
  }
}
.pagination {
  margin-top: 40px;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination .page-item .page-link {
  border: 1px solid #002359;
  border-radius: 5px;
  color: #002359;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}
@media screen and (max-width: 1199px) {
  .pagination .page-item .page-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .pagination .page-item .page-link {
    font-size: 13px;
  }
}
.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:active,
.pagination .page-item .page-link:focus {
  color: #FF3817;
}
.pagination .page-item .page-link:focus,
.pagination .page-item .page-link:focus-visible {
  box-shadow: 0 0 3px 3px rgba(0, 35, 89, 0.57);
}
.pagination .page-item .page-link:focus-visible {
  outline: none;
}
.pagination .page-item.is-active .page-link,
.pagination .page-item.active .page-link {
  background-color: #002359;
  color: #ffffff;
}
.pagination .page-item.is-active .page-link:hover,
.pagination .page-item.active .page-link:hover,
.pagination .page-item.is-active .page-link:active,
.pagination .page-item.active .page-link:active,
.pagination .page-item.is-active .page-link:focus,
.pagination .page-item.active .page-link:focus {
  color: #FF3817;
}
table tr td {
  border-bottom: 1px solid #FF5E16;
  color: #191C27;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  vertical-align: middle;
}
@media screen and (max-width: 1199px) {
  table tr td {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  table tr td {
    font-size: 13px;
  }
}
