@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --bs-body-line-height: 1.2;
  --bs-body-font-size: 16px;
}
body div,
body p,
body span,
body ul,
body li,
body a,
body h1,
body h2,
body h3,
body h4 {
  font-family: "Jost", sans-serif;
}
a {
  text-decoration: none;
}
.color_brown {
  color: #bba189;
}
.color_grey {
  color: #777777;
}
.animated_img {
  transition: 0.5s transform ease-in;
}
.reveal-block {
  opacity: 0;
  transform: translateY(20px);
  /* Сдвиг вниз для эффекта */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.revealed {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.margin-left {
  margin-left: 0px;
}
@media screen and (min-width: 576px) {
  .margin-left {
    margin-left: calc((100vw - 540px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .margin-left {
    margin-left: calc((100vw - 720px) / 2);
  }
}
@media screen and (min-width: 992px) {
  .margin-left {
    margin-left: calc((100vw - 960px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .margin-left {
    margin-left: calc((100vw - 1200px) / 2);
  }
}
.margin-right {
  margin-right: 0px;
}
@media screen and (min-width: 576px) {
  .margin-right {
    margin-right: calc((100vw - 540px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .margin-right {
    margin-right: calc((100vw - 720px) / 2);
  }
}
@media screen and (min-width: 992px) {
  .margin-right {
    margin-right: calc((100vw - 960px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .margin-right {
    margin-right: calc((100vw - 1200px) / 2);
  }
}
.btn_white {
  border: none;
  background: white;
  color: #010101;
  text-decoration: none;
  border-radius: 0px;
}
.btn_white:hover {
  color: white;
  background: #bba189;
}
.btn_brown {
  border: none;
  background: #bba189;
  color: white;
  text-decoration: none;
  border-radius: 0px;
}
.btn_brown:hover {
  color: #bba189;
  background: white;
}
.animated_icon {
  transition: 0.5s transform ease;
}
.animated_icon:hover {
  transform: scale(1.1);
}
.front main {
  margin-top: 635px;
}
@media screen and (max-width: 993px) {
  .front main {
    margin-top: 535px;
  }
}
#block-vesta-theme-myvcifrakh {
  margin-top: 100px;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-myvcifrakh {
    margin-top: 30px;
  }
}
.fs16 {
  font-size: 16px;
}
@media screen and (max-width: 993px) {
  .fs16 {
    font-size: 12px;
  }
}
.fs20 {
  font-size: 20px;
}
@media screen and (max-width: 993px) {
  .fs20 {
    font-size: 14px;
  }
}
.h1 {
  font-size: 70px;
}
@media screen and (max-width: 993px) {
  .h1 {
    font-size: 27px;
  }
}
.fs46 {
  font-size: 46px;
}
@media screen and (max-width: 993px) {
  .fs46 {
    font-size: 20px;
  }
}
.fs47 {
  font-size: 47px;
}
.fs48 {
  font-size: 48px;
}
@media screen and (max-width: 993px) {
  .fs48 {
    font-size: 20px;
  }
}
.fs64 {
  font-size: 64px;
}
@media screen and (max-width: 993px) {
  .fs64 {
    font-size: 36px;
  }
}
.custom-header-views {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.custom-header-views .block-title {
  font-size: 48px;
  text-transform: uppercase;
  padding: 20px 0px;
  border-right: 1px solid #010101;
}
@media screen and (max-width: 993px) {
  .custom-header-views .block-title {
    font-size: 20px;
  }
}
.custom-header-views .block-title,
.custom-header-views .right-chv,
.custom-header-views .center-chv {
  width: 370px;
}
.custom-header-views .center-chv {
  border-left: 1px solid #010101;
  border-right: 1px solid #010101;
}
.custom-header-views .right-chv {
  border-left: 1px solid #010101;
}
.custom-footer-views {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.custom-footer-views .left-cfv,
.custom-footer-views .center-cfv,
.custom-footer-views .right-cfv {
  width: 370px;
  min-height: 98px;
}
.custom-footer-views .left-cfv {
  border-right: 1px solid #010101;
}
.custom-footer-views .center-cfv {
  border-left: 1px solid #010101;
  border-right: 1px solid #010101;
}
.custom-footer-views .right-cfv {
  border-left: 1px solid #010101;
}
@media screen and (max-width: 993px) {
  .view-catalog .view-header {
    border-top: 1px solid #010101;
    padding-bottom: 10px;
  }
  .view-catalog .view-header .block-title {
    border-right: none;
    padding: 8px 0px;
    width: auto;
  }
  .view-catalog .view-header .center-chv,
  .view-catalog .view-header .right-chv {
    border: none !important;
    width: auto;
  }
  .view-catalog .view-header .custom-footer-views {
    gap: 20px;
    justify-content: space-between;
  }
  .view-catalog .view-footer {
    padding-bottom: 30px;
  }
  .view-catalog .view-footer .custom-footer-views {
    display: none;
  }
}
.tr {
  transition: all 0.4s ease;
}
img:not(.image-style-gallery, .pswp__img) {
  max-width: 100%;
  height: auto !important;
}
.field[data-blazy] {
  min-width: initial;
}
table img {
  max-width: initial;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
a {
  color: var(--color);
  transition: all 0.4s ease;
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1200px;
  }
}
p:last-child {
  margin-bottom: 0 !important;
}
body {
  padding-top: 0 !important;
  font-family: "Inter", sans-serif;
  color: var(--color2);
}
#app {
  overflow: hidden;
}
.toolbar-fixed #app {
  margin-top: var(--drupal-displace-offset-top);
}
#header {
  z-index: 2;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  /* Один transition на все случаи */
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), filter 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fixed_header {
  background: #010101;
  padding-bottom: 15px;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 1000 !important;
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}
a.nav-link.dropdown-toggle::after {
  display: none;
}
#slider-block {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0 auto;
}
.front #header-mob {
  background: inherit;
}
.not-front #header-mob {
  background: #010101;
  padding-bottom: 15px;
}
#header-mob {
  flex-direction: column;
}
#header-mob .header-mob-bottom-box,
#header-mob .header-mob-top-box {
  width: 100%;
  padding: 0px;
}
#header-mob .header-mob-top-box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid white;
  align-items: center;
  padding-bottom: 5px;
}
#header-mob .header-mob-top-box .col-logo img {
  max-width: 172px;
}
#header-mob .col-phone {
  width: 100%;
  position: relative;
  padding-top: 15px;
}
#header-mob .col-phone .contact-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header-mob .col-phone .contact-item a.tel {
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}
@media screen and (max-width: 993px) {
  #header-mob .col-phone .contact-item a.tel {
    font-size: 12px;
  }
}
#header-mob .col-phone .contact-item a.tel:before {
  content: "";
  background: url("/sites/all/themes/vesta_theme/image/phone.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}
#header-mob .col-phone .contact-item a.tel:after {
  content: "";
  background: url("/sites/all/themes/vesta_theme/image/Vector2.svg");
  background-repeat: no-repeat;
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
}
#header-mob .col-phone .contact-item .soc-media-box {
  display: flex;
  gap: 12px;
  align-items: center;
}
#header-mob .col-phone .contact-item .soc-media-box img {
  transition: 0.5s transform ease;
}
#header-mob .col-phone .contact-item .soc-media-box img:hover {
  transform: scale(1.1);
}
#header-mob .col-phone .phone-menu {
  background: white;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 25px;
  display: none;
  position: absolute;
  z-index: 1000;
}
#header-mob .col-phone .phone-menu .pm-box {
  display: flex;
  align-items: center;
  gap: 8px;
}
#header-mob .col-phone .phone-menu .pm-box p,
#header-mob .col-phone .phone-menu .pm-box a {
  font-size: 16px;
}
@media screen and (max-width: 993px) {
  #header-mob .col-phone .phone-menu .pm-box p,
  #header-mob .col-phone .phone-menu .pm-box a {
    font-size: 12px;
  }
}
#header-mob .col-phone .phone-menu .pm-box a:hover {
  color: #bba189;
}
#header-mob .col-phone .phone-menu .pm-box .pm-title-text {
  font-size: 14px;
  color: #777777;
  margin-bottom: 0px;
}
#header-mob .col-phone .phone-menu .pm-soc-media {
  display: flex;
  gap: 10px;
}
#header-mob .col-phone .phone-menu .pm-soc-media img {
  transition: 0.5s transform ease;
}
#header-mob .col-phone .phone-menu .pm-soc-media img:hover {
  transform: scale(1.1);
}
#header-mob .col-phone:hover {
  background: white;
  width: 100%;
}
#header-mob .col-phone:hover .phone-menu {
  display: flex !important;
  width: 100%;
}
#header-mob .col-phone:hover a.tel {
  color: #bba189;
  padding-left: 20px;
}
#header-mob .col-phone:hover a.tel:before {
  background: url("/sites/all/themes/vesta_theme/image/phone2.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}
#header-mob .col-phone:hover a.tel:after {
  content: "";
  background: url("/sites/all/themes/vesta_theme/image/Vector3.svg");
  background-repeat: no-repeat;
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
}
#header-mob .col-phone:hover .soc-media-box {
  display: none;
}
.header-main-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}
.header-main-box .phone-box {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  width: 270px;
  padding-top: 20px;
}
.header-main-box .phone-box a.tel {
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}
@media screen and (max-width: 993px) {
  .header-main-box .phone-box a.tel {
    font-size: 12px;
  }
}
.header-main-box .phone-box a.tel:before {
  content: "";
  background: url("/sites/all/themes/vesta_theme/image/phone.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}
.header-main-box .phone-box a.tel:after {
  content: "";
  background: url("/sites/all/themes/vesta_theme/image/Vector2.svg");
  background-repeat: no-repeat;
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
}
.header-main-box .phone-box .phone-menu {
  background: white;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 25px;
  display: none;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
.header-main-box .phone-box .phone-menu .pm-box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-main-box .phone-box .phone-menu .pm-box p,
.header-main-box .phone-box .phone-menu .pm-box a {
  font-size: 16px;
}
@media screen and (max-width: 993px) {
  .header-main-box .phone-box .phone-menu .pm-box p,
  .header-main-box .phone-box .phone-menu .pm-box a {
    font-size: 12px;
  }
}
.header-main-box .phone-box .phone-menu .pm-box a:hover {
  color: #bba189;
}
.header-main-box .phone-box .phone-menu .pm-box .pm-title-text {
  font-size: 14px;
  color: #777777;
  margin-bottom: 0px;
}
.header-main-box .phone-box .phone-menu .pm-soc-media {
  display: flex;
  gap: 10px;
}
.header-main-box .phone-box .phone-menu .pm-soc-media img {
  transition: 0.5s transform ease;
}
.header-main-box .phone-box .phone-menu .pm-soc-media img:hover {
  transform: scale(1.1);
}
.header-main-box .phone-box:hover {
  background: white;
}
.header-main-box .phone-box:hover .phone-menu {
  display: flex !important;
}
.header-main-box .phone-box:hover a.tel {
  color: #bba189;
  padding-left: 20px;
}
.header-main-box .phone-box:hover a.tel:before {
  background: url("/sites/all/themes/vesta_theme/image/phone2.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}
.header-main-box .phone-box:hover a.tel:after {
  content: "";
  background: url("/sites/all/themes/vesta_theme/image/Vector3.svg");
  background-repeat: no-repeat;
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
}
.header-main-box .logo img {
  max-width: 290px;
}
.header-main-box .col-contacts {
  display: flex;
  gap: 12px;
  align-items: center;
}
.header-main-box .col-contacts .soc-media-box {
  display: flex;
  gap: 12px;
  align-items: center;
}
.header-main-box .col-contacts .soc-media-box img {
  transition: 0.5s transform ease;
}
.header-main-box .col-contacts .soc-media-box img:hover {
  transform: scale(1.1);
}
.header-main-box .col-contacts .region-callback a {
  border: none;
  background: white;
  color: #010101;
  text-decoration: none;
  border-radius: 0px;
  padding: 10px 13px;
}
.header-main-box .col-contacts .region-callback a:hover {
  color: white;
  background: #bba189;
}
.header-top {
  border-bottom: 1px solid white;
}
.header-bottom {
  padding-top: 10px;
  background: inherit;
}
.header-bottom .container {
  display: flex;
  justify-content: space-between;
}
.header-bottom .container ul.nav {
  display: flex;
  gap: 30px;
}
.header-bottom .container ul.nav li a {
  padding: 0px;
  color: white;
  font-size: 16px;
}
@media screen and (max-width: 993px) {
  .header-bottom .container ul.nav li a {
    font-size: 12px;
  }
}
.header-bottom .container ul.nav li a:hover {
  opacity: 50%;
}
.header-bottom .container ul.nav li a.nav-link.is-active {
  opacity: 50%;
}
.header-bottom .container ul.nav li ul.dropdown-menu li {
  padding: 10px;
}
.header-bottom .container ul.nav li ul.dropdown-menu li a {
  color: #010101;
}
.header-bottom .container ul.nav li ul.dropdown-menu li a:hover {
  color: #bba189;
}
.header-bottom .container .col-search {
  position: relative;
  width: 19px;
  height: 19px;
}
.header-bottom .container .col-search .region-search {
  display: flex;
}
.header-bottom .container .col-search .region-search .search-api-page-block-form-search {
  display: none;
  width: 300px;
  position: absolute;
  left: -250px;
  top: -7px;
}
.header-bottom .container .col-search .region-search .search-api-page-block-form-search form {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-bottom .container .col-search .region-search .search-api-page-block-form-search input {
  border-radius: 0px;
}
.header-bottom .container .col-search .region-search .search-api-page-block-form-search .search-form__submit {
  border: none;
  background: #bba189;
  color: white;
  text-decoration: none;
  border-radius: 0px;
  padding: 7px 12px;
}
.header-bottom .container .col-search .region-search .search-api-page-block-form-search .search-form__submit:hover {
  color: #bba189;
  background: white;
}
.header-bottom .container .col-search .region-search #block-vesta-theme-knopkapoisk {
  display: none;
}
.header-bottom .container .col-search .region-search .search-active {
  display: flex !important;
}
.view-slayder .field--name-field-image {
  height: 100%;
}
.view-slayder .field--name-field-image img {
  height: 750px !important;
  object-fit: cover;
  transition: 0.5s transform ease-in;
  filter: brightness(0.8);
}
@media screen and (max-width: 993px) {
  .view-slayder .field--name-field-image img {
    height: 625px !important;
    object-position: center;
  }
}
.view-slayder .content {
  margin-top: 180px;
}
@media screen and (max-width: 993px) {
  .view-slayder .content {
    margin-top: 0px !important;
  }
}
.view-slayder .content .slider-box {
  position: relative;
}
.view-slayder .content .slider-box .field--name-field-art img {
  max-height: 409px;
}
.view-slayder .content .slider-box .field--name-body {
  max-width: 465px;
  position: absolute;
  bottom: 8%;
}
.view-slayder .content .slider-box .field--name-body p,
.view-slayder .content .slider-box .field--name-body span {
  font-size: 20px;
}
@media screen and (max-width: 993px) {
  .view-slayder .content .slider-box .field--name-body p,
  .view-slayder .content .slider-box .field--name-body span {
    font-size: 14px;
  }
}
@media screen and (max-width: 993px) {
  .view-slayder .content .slider-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .view-slayder .content .slider-box .field--name-body {
    position: relative;
    bottom: 0;
  }
}
.view-slayder .navigation-slider {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 2%;
  display: flex;
  gap: 20px;
  align-items: center;
}
.view-slayder .navigation-slider button.slick-prev.slick-arrow,
.view-slayder .navigation-slider button.slick-next.slick-arrow {
  position: relative;
  left: 0;
  right: 0;
}
.view-slayder .navigation-slider button.slick-prev.slick-arrow:hover::before {
  background: url("/sites/all/themes/vesta_theme/image/Group 215.png");
  transform: rotate(-180deg);
}
.view-slayder .navigation-slider button.slick-next.slick-arrow:hover::before {
  background: url("/sites/all/themes/vesta_theme/image/Group 215.png");
  transform: rotate(0deg);
}
@media screen and (max-width: 993px) {
  .view-slayder .navigation-slider {
    justify-content: center;
    bottom: 125px;
  }
}
.view-slayder:hover .field--name-field-image img {
  transform: scale(1.1);
}
#block-vesta-theme-kastomnyyzagolovokglavnayastranica {
  opacity: 0;
  transform: translateY(20px);
  /* Сдвиг вниз для эффекта */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
#block-vesta-theme-kastomnyyzagolovokglavnayastranica h1 {
  font-size: 70px;
  text-align: center;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-kastomnyyzagolovokglavnayastranica h1 {
    font-size: 27px;
  }
}
#block-vesta-theme-kastomnyyzagolovokglavnayastranica .line-custom {
  border-top: 1px solid #010101;
  border-bottom: 1px solid #010101;
  display: flex;
}
#block-vesta-theme-kastomnyyzagolovokglavnayastranica .line-custom .line-custom-left,
#block-vesta-theme-kastomnyyzagolovokglavnayastranica .line-custom .line-custom-right {
  flex: 1;
  padding: 30px 0px;
}
#block-vesta-theme-kastomnyyzagolovokglavnayastranica .line-custom .line-custom-left {
  border-right: 1px solid #010101;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-kastomnyyzagolovokglavnayastranica .line-custom {
    display: none;
  }
  #block-vesta-theme-kastomnyyzagolovokglavnayastranica h1 {
    margin-bottom: 30px;
  }
}
#block-vesta-theme-ktomy {
  opacity: 0;
  transform: translateY(20px);
  /* Сдвиг вниз для эффекта */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
#block-vesta-theme-ktomy .field--name-field-kastomnyy-zagolvok-kto-my {
  border-bottom: 1px solid #010101;
}
#block-vesta-theme-ktomy .field--name-field-kastomnyy-zagolvok-kto-my .block-title {
  font-size: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-ktomy .field--name-field-kastomnyy-zagolvok-kto-my .block-title {
    font-size: 20px;
  }
}
#block-vesta-theme-ktomy .who-we-box {
  display: flex;
  padding-top: 20px;
}
#block-vesta-theme-ktomy .who-we-box ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 890px;
  padding: 0px;
}
#block-vesta-theme-ktomy .who-we-box ul li:before {
  content: "";
  background: #777777;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  min-width: 15px;
}
#block-vesta-theme-ktomy .who-we-box ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-ktomy .who-we-box ul li {
    font-size: 14px;
  }
}
#block-vesta-theme-ktomy .who-we-box .who-we-box-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}
#block-vesta-theme-ktomy .who-we-box .who-we-box-right .field--name-field-arhitektura-citata {
  max-width: 250px;
}
#block-vesta-theme-ktomy .who-we-box .who-we-box-right .field--name-field-arhitektura-citata p,
#block-vesta-theme-ktomy .who-we-box .who-we-box-right .field--name-field-arhitektura-citata span {
  font-size: 16px;
  text-align: right;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-ktomy .who-we-box .who-we-box-right .field--name-field-arhitektura-citata p,
  #block-vesta-theme-ktomy .who-we-box .who-we-box-right .field--name-field-arhitektura-citata span {
    font-size: 12px;
  }
}
#block-vesta-theme-ktomy .who-we-box .who-we-box-right .field--name-field-logo-kto-my {
  margin-top: auto;
}
#block-vesta-theme-ktomy .who-we-box .who-we-box-right .field--name-field-logo-kto-my img {
  max-width: 205px;
}
#block-vesta-theme-ktomy .who-we-box .who-we-box-right .field--name-field-podrobnee-o-nas a {
  border: none;
  background: #bba189;
  color: white;
  text-decoration: none;
  border-radius: 0px;
  padding: 9px 38px;
}
#block-vesta-theme-ktomy .who-we-box .who-we-box-right .field--name-field-podrobnee-o-nas a:hover {
  color: #bba189;
  background: white;
}
#block-vesta-theme-ktomy .who-we-box-bottom {
  margin-top: 20px;
}
#block-vesta-theme-ktomy .who-we-box-bottom p,
#block-vesta-theme-ktomy .who-we-box-bottom em {
  font-size: 46px;
  text-transform: uppercase;
  font-family: "Jost", italic;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-ktomy .who-we-box-bottom p,
  #block-vesta-theme-ktomy .who-we-box-bottom em {
    font-size: 20px;
  }
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-ktomy .field--name-field-kastomnyy-zagolvok-kto-my {
    border-top: 1px solid #010101;
    padding: 10px;
  }
  #block-vesta-theme-ktomy .who-we-box {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  #block-vesta-theme-ktomy .who-we-box .who-we-box-right {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  #block-vesta-theme-ktomy .who-we-box .who-we-box-right .field--name-field-arhitektura-citata {
    width: 100%;
    max-width: 100%;
  }
  #block-vesta-theme-ktomy .who-we-box .who-we-box-right .field--name-field-arhitektura-citata p {
    text-align: center;
  }
  #block-vesta-theme-ktomy .field--name-field-lozung p {
    text-align: center;
  }
}
#block-vesta-theme-myvcifrakh {
  border-top: 1px solid #010101;
  border-bottom: 1px solid #010101;
}
#block-vesta-theme-myvcifrakh .num-box {
  display: flex;
}
#block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-body {
  border-bottom: 1px solid #010101;
  padding-right: 25px;
}
#block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-body p,
#block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-body span {
  padding: 20px 0px;
  max-width: 675px;
  margin-left: 0px;
  font-size: 16px;
}
@media screen and (min-width: 576px) {
  #block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-body p,
  #block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-body span {
    margin-left: calc((100vw - 540px) / 2);
  }
}
@media screen and (min-width: 768px) {
  #block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-body p,
  #block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-body span {
    margin-left: calc((100vw - 720px) / 2);
  }
}
@media screen and (min-width: 992px) {
  #block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-body p,
  #block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-body span {
    margin-left: calc((100vw - 960px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  #block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-body p,
  #block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-body span {
    margin-left: calc((100vw - 1200px) / 2);
  }
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-body p,
  #block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-body span {
    font-size: 12px;
  }
}
#block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-field-my-v-cifrah {
  border-bottom: 1px solid #010101;
  padding: 20px 0px;
}
#block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-field-my-v-cifrah p,
#block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-field-my-v-cifrah span {
  font-size: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-field-my-v-cifrah p,
  #block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-field-my-v-cifrah span {
    font-size: 20px;
  }
}
#block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-field-my-v-cifrah p {
  margin-left: 0px;
}
@media screen and (min-width: 576px) {
  #block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-field-my-v-cifrah p {
    margin-left: calc((100vw - 540px) / 2);
  }
}
@media screen and (min-width: 768px) {
  #block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-field-my-v-cifrah p {
    margin-left: calc((100vw - 720px) / 2);
  }
}
@media screen and (min-width: 992px) {
  #block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-field-my-v-cifrah p {
    margin-left: calc((100vw - 960px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  #block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-field-my-v-cifrah p {
    margin-left: calc((100vw - 1200px) / 2);
  }
}
#block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-field-cifry > .field__item {
  border-bottom: 1px solid #010101;
}
#block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-field-cifry .paragraph {
  padding: 10px 0px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 0px;
}
@media screen and (min-width: 576px) {
  #block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-field-cifry .paragraph {
    margin-left: calc((100vw - 540px) / 2);
  }
}
@media screen and (min-width: 768px) {
  #block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-field-cifry .paragraph {
    margin-left: calc((100vw - 720px) / 2);
  }
}
@media screen and (min-width: 992px) {
  #block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-field-cifry .paragraph {
    margin-left: calc((100vw - 960px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  #block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-field-cifry .paragraph {
    margin-left: calc((100vw - 1200px) / 2);
  }
}
#block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-field-cifry .paragraph .field--name-field-cifra {
  width: 148px;
  font-size: 64px;
  color: white;
  text-shadow: -1px -1px 0 #010101, 1px -1px 0 #010101, -1px 1px 0 #010101, 1px 1px 0 #010101;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-field-cifry .paragraph .field--name-field-cifra {
    font-size: 36px;
  }
}
#block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-field-cifry .paragraph .field--name-field-opisanie-cifry {
  max-width: 262px;
  font-size: 20px;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-myvcifrakh .num-box .num-box-left .field--name-field-cifry .paragraph .field--name-field-opisanie-cifry {
    font-size: 14px;
  }
}
#block-vesta-theme-myvcifrakh .num-box .num-box-right {
  overflow: hidden;
  margin-right: 0px;
}
@media screen and (min-width: 576px) {
  #block-vesta-theme-myvcifrakh .num-box .num-box-right {
    margin-right: calc((100vw - 540px) / 2);
  }
}
@media screen and (min-width: 768px) {
  #block-vesta-theme-myvcifrakh .num-box .num-box-right {
    margin-right: calc((100vw - 720px) / 2);
  }
}
@media screen and (min-width: 992px) {
  #block-vesta-theme-myvcifrakh .num-box .num-box-right {
    margin-right: calc((100vw - 960px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  #block-vesta-theme-myvcifrakh .num-box .num-box-right {
    margin-right: calc((100vw - 1200px) / 2);
  }
}
#block-vesta-theme-myvcifrakh .num-box .num-box-right img {
  width: 470px;
  height: 601px;
  transition: 0.5s transform ease-in;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-myvcifrakh {
    margin-bottom: 30px;
  }
  #block-vesta-theme-myvcifrakh .field--name-field-my-v-cifrah {
    border-bottom: 1px solid #010101;
    padding: 10px 0px;
  }
  #block-vesta-theme-myvcifrakh .field--name-field-my-v-cifrah p,
  #block-vesta-theme-myvcifrakh .field--name-field-my-v-cifrah span {
    font-size: 48px;
    text-transform: uppercase;
  }
  #block-vesta-theme-myvcifrakh .field--name-field-my-v-cifrah p {
    width: 100%;
  }
  #block-vesta-theme-myvcifrakh .field--name-body {
    padding: 10px 0px;
    border-bottom: 1px solid #010101;
  }
  #block-vesta-theme-myvcifrakh .field--name-body p,
  #block-vesta-theme-myvcifrakh .field--name-body span {
    font-size: 16px;
  }
  #block-vesta-theme-myvcifrakh .field--name-body p {
    width: 100%;
  }
  #block-vesta-theme-myvcifrakh .num-box-left,
  #block-vesta-theme-myvcifrakh .num-box-right {
    flex: 1;
  }
  #block-vesta-theme-myvcifrakh .paragraph {
    flex-direction: column;
    gap: 0px !important;
    align-items: flex-start;
    padding-left: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  #block-vesta-theme-myvcifrakh .paragraph .field--name-field-opisanie-cifry {
    max-width: 155px;
  }
  #block-vesta-theme-myvcifrakh .paragraph .field--name-field-cifra {
    width: 100%;
  }
}
@media screen and (max-width: 993px) and screen and (max-width: 993px) {
  #block-vesta-theme-myvcifrakh .field--name-field-my-v-cifrah p,
  #block-vesta-theme-myvcifrakh .field--name-field-my-v-cifrah span {
    font-size: 20px;
  }
}
@media screen and (max-width: 993px) and screen and (max-width: 993px) {
  #block-vesta-theme-myvcifrakh .field--name-body p,
  #block-vesta-theme-myvcifrakh .field--name-body span {
    font-size: 12px;
  }
}
@media screen and (max-width: 535px) {
  #block-vesta-theme-myvcifrakh .field--name-field-cifry > .field__item:nth-child(3) {
    border-bottom: none !important;
  }
  #block-vesta-theme-myvcifrakh .field--name-field-my-v-cifrah-izobrazhenie {
    height: 100%;
    margin-right: 10px;
  }
  #block-vesta-theme-myvcifrakh .field--name-field-my-v-cifrah-izobrazhenie div,
  #block-vesta-theme-myvcifrakh .field--name-field-my-v-cifrah-izobrazhenie img {
    height: 100% !important;
  }
  #block-vesta-theme-myvcifrakh .field--name-field-my-v-cifrah-izobrazhenie img {
    object-fit: cover;
  }
}
#block-vesta-theme-myvcifrakh:hover .num-box-right img {
  transform: scale(1.1);
}
.view-catalog {
  width: 100%;
  overflow: hidden;
  /* Стили для Slick */
}
.view-catalog .slick-slider {
  margin: 0 -15px;
  /* Компенсация отступов слайдов */
}
@media screen and (max-width: 425px) {
  .view-catalog .slick-slider {
    margin: 0 16px;
  }
}
.view-catalog .slick-list {
  overflow: visible !important;
  /* Важно для отображения крайних слайдов */
}
@media screen and (max-width: 993px) {
  .view-catalog .slick-list {
    overflow: hidden !important;
  }
}
.view-catalog .slick-slide {
  width: 370px !important;
  border-right: 1px solid #010101;
  border-left: 1px solid #010101;
}
@media screen and (max-width: 1200px) {
  .view-catalog .slick-slide {
    width: 292px !important;
  }
}
@media screen and (max-width: 993px) {
  .view-catalog .slick-slide {
    width: 159px !important;
  }
}
.view-catalog .slick-current {
  border-right: 1px solid #010101;
  border-left: 1px solid #010101;
}
.view-catalog .right-chv {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.view-catalog .navigation-slider {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}
.view-catalog .navigation-slider button.slick-prev.slick-arrow,
.view-catalog .navigation-slider button.slick-next.slick-arrow {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  transform: none;
}
.view-catalog .navigation-slider button.slick-prev.slick-arrow::before {
  background: url("/sites/all/themes/vesta_theme/image/Group 2166.png");
  transform: rotate(0deg);
}
.view-catalog .navigation-slider button.slick-next.slick-arrow::before {
  background: url("/sites/all/themes/vesta_theme/image/Group 2166.png");
  transform: rotate(180deg);
}
.view-catalog .navigation-slider button.slick-prev.slick-arrow:hover::before {
  background: url("/sites/all/themes/vesta_theme/image/Group 2155.png");
  transform: rotate(-180deg);
}
.view-catalog .navigation-slider button.slick-next.slick-arrow:hover::before {
  background: url("/sites/all/themes/vesta_theme/image/Group 2155.png");
  transform: rotate(0deg);
}
.view-catalog .view-content .views-row {
  width: 370px;
  max-width: 370px !important;
  margin: 0 15px;
}
@media screen and (max-width: 993px) {
  .view-catalog .view-content .views-row {
    margin: 0 5px;
  }
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog {
  width: 100%;
  background: #010101;
  color: white;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog {
    min-height: 566px;
  }
}
@media screen and (max-width: 993px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog {
    min-height: auto;
  }
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image {
  overflow: hidden;
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image img {
  transition: 0.5s transform ease-in;
  width: 100%;
  height: 370px !important;
  object-fit: cover;
}
@media screen and (max-width: 993px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image img {
    height: 186px !important;
  }
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .catalog-box {
  display: flex;
  border-bottom: 1px solid white;
  height: 88px;
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .catalog-box .field--name-taxonomy-term-title {
  max-width: 270px;
  border-right: 1px solid white;
  flex: 2;
  min-height: 70px;
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .catalog-box .field--name-taxonomy-term-title h2 {
  line-height: 18px;
  padding-top: 10px;
  padding-left: 35px;
  padding-right: 32px;
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .catalog-box .field--name-taxonomy-term-title a {
  font-size: 20px;
}
@media screen and (max-width: 993px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .catalog-box .field--name-taxonomy-term-title a {
    font-size: 14px;
  }
}
@media screen and (max-width: 993px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .catalog-box .field--name-taxonomy-term-title {
    border-right: none;
  }
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .catalog-box .field--name-taxonomy-term-title h2 {
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 10px;
    line-height: 10px;
  }
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .catalog-box .field--name-taxonomy-term-link {
  width: 100px;
  background: url("/sites/all/themes/vesta_theme/image/Arrow 3.svg");
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center center;
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .catalog-box .field--name-taxonomy-term-link a {
  font-size: 0px;
  width: 100%;
  height: 100%;
  display: block;
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .catalog-box .field--name-taxonomy-term-link:hover {
  background: url("/sites/all/themes/vesta_theme/image/Arrow 2.svg"), white;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 993px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .catalog-box .field--name-taxonomy-term-link {
    background-size: 15px;
  }
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-description {
  max-height: 88px;
  overflow: hidden;
  height: 86px;
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-description p {
  padding-left: 35px;
  padding-top: 10px;
  padding-bottom: 18px;
  padding-right: 20px;
  font-size: 16px;
  color: #b2b2b2;
}
@media screen and (max-width: 993px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-description p {
    font-size: 12px;
  }
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-description p span {
  font-size: 16px;
  color: #b2b2b2;
}
@media screen and (max-width: 993px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-description p span {
    font-size: 12px;
  }
}
@media screen and (max-width: 993px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-description {
    max-height: max-content;
  }
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-description p {
    padding-bottom: 10px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.view-catalog .view-content .views-row:hover .field--name-field-catalog-image img {
  transform: scale(1.1);
}
.not-front .view-catalog .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#block-vesta-theme-views-block-proekty-block-1 {
  background: #010101;
  color: white;
  padding-bottom: 100px;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-views-block-proekty-block-1 {
    padding-bottom: 30px;
  }
}
#block-vesta-theme-views-block-proekty-block-1 .custom-header-views .block-title {
  color: white;
  font-size: 48px;
  text-transform: uppercase;
  padding: 20px 0px;
  border-right: 1px solid white;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-views-block-proekty-block-1 .custom-header-views .block-title {
    font-size: 20px;
  }
}
#block-vesta-theme-views-block-proekty-block-1 .custom-header-views .center-chv {
  border-left: 1px solid white;
  border-right: 1px solid white;
}
#block-vesta-theme-views-block-proekty-block-1 .custom-header-views .right-chv {
  border-left: 1px solid white;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}
#block-vesta-theme-views-block-proekty-block-1 .custom-header-views .right-chv p {
  max-width: 173px;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0px;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-views-block-proekty-block-1 .custom-header-views .right-chv p {
    font-size: 14px;
  }
}
#block-vesta-theme-views-block-proekty-block-1 .custom-header-views .right-chv a {
  border: none;
  background: #bba189;
  color: white;
  text-decoration: none;
  border-radius: 0px;
  color: #010101;
  padding: 9px 15px;
}
#block-vesta-theme-views-block-proekty-block-1 .custom-header-views .right-chv a:hover {
  color: #bba189;
  background: white;
}
@media screen and (max-width: 1200px) {
  #block-vesta-theme-views-block-proekty-block-1 .custom-header-views {
    gap: 10px !important;
  }
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-views-block-proekty-block-1 .custom-header-views .center-chv {
    display: none;
  }
  #block-vesta-theme-views-block-proekty-block-1 .custom-header-views .right-chv {
    flex-direction: column-reverse;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  #block-vesta-theme-views-block-proekty-block-1 .custom-header-views .right-chv p {
    text-align: right;
  }
  #block-vesta-theme-views-block-proekty-block-1 .custom-header-views .right-chv a {
    padding: 5px 10px;
  }
  #block-vesta-theme-views-block-proekty-block-1 .custom-header-views .block-title,
  #block-vesta-theme-views-block-proekty-block-1 .custom-header-views .right-chv {
    flex: 1;
  }
}
.view-proekty .view-content {
  display: flex;
  gap: 30px;
}
.view-proekty .view-content .views-row {
  max-width: 570px;
  flex: 1;
}
.view-proekty .view-content .views-row .field--name-field-proekt-izobrazhenie {
  margin-bottom: 20px;
  overflow: hidden;
}
.view-proekty .view-content .views-row .field--name-field-proekt-izobrazhenie img {
  transition: 0.5s transform ease-in;
  width: 100%;
  height: 570px !important;
  object-fit: cover;
}
.view-proekty .view-content .views-row h2 {
  margin-bottom: 10px;
}
.view-proekty .view-content .views-row h2 a {
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 993px) {
  .view-proekty .view-content .views-row h2 a {
    font-size: 14px;
  }
}
.view-proekty .view-content .views-row h2 a:hover {
  color: #bba189;
}
.view-proekty .view-content .views-row .field--name-field-opisanie-tizer p,
.view-proekty .view-content .views-row .field--name-field-opisanie-tizer span {
  font-size: 16px;
  color: #b2b2b2;
}
@media screen and (max-width: 993px) {
  .view-proekty .view-content .views-row .field--name-field-opisanie-tizer p,
  .view-proekty .view-content .views-row .field--name-field-opisanie-tizer span {
    font-size: 12px;
  }
}
.view-proekty .view-content .views-row:hover .field--name-field-proekt-izobrazhenie img {
  transform: scale(1.1);
}
@media screen and (max-width: 993px) {
  .view-proekty .view-content {
    gap: 10px;
  }
  .view-proekty .view-content .views-row {
    flex: 1;
    min-width: 159px;
    max-width: 343px;
  }
  .view-proekty .view-content .views-row .field--name-field-proekt-izobrazhenie {
    margin-bottom: 10px;
  }
  .view-proekty .view-content .views-row .field--name-field-proekt-izobrazhenie img {
    height: auto !important;
  }
  .view-proekty .view-content h2 {
    margin-bottom: 5px !important;
    line-height: 12px !important;
  }
}
.node--type-proekt .field--name-field-izobrazheniya-na-stranice {
  margin-top: 20px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
.node--type-proekt .field--name-field-izobrazheniya-na-stranice img {
  width: 300px;
  height: 300px !important;
  object-fit: cover;
}
#block-vesta-theme-video {
  background: #010101;
}
#block-vesta-theme-video .field--name-field-kastomnyy-zagolovok {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 20px 0px;
  margin-bottom: 30px;
}
#block-vesta-theme-video .field--name-field-kastomnyy-zagolovok .block-title {
  color: white;
  text-transform: uppercase;
  font-size: 48px;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-video .field--name-field-kastomnyy-zagolovok .block-title {
    font-size: 20px;
  }
}
#block-vesta-theme-video .field--name-field-kastomnyy-zagolovok .block-title span {
  text-transform: uppercase;
  font-size: 48px;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-video .field--name-field-kastomnyy-zagolovok .block-title span {
    font-size: 20px;
  }
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-video .field--name-field-kastomnyy-zagolovok {
    padding: 10px 0px;
    margin-bottom: 20px;
  }
}
#block-vesta-theme-video .video-box {
  border-left: 1px solid white;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
}
#block-vesta-theme-video .video-box .field--name-field-video-so-storonnih-resurso {
  margin-bottom: 20px;
}
#block-vesta-theme-video .video-box .field--name-field-video-so-storonnih-resurso .slick-slide {
  width: 370px;
  height: 370px;
  margin: 0px 15px;
}
#block-vesta-theme-video .video-box .field--name-field-video-so-storonnih-resurso .slick-slide .video-embed-field-responsive-video {
  height: 370px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #block-vesta-theme-video .video-box .field--name-field-video-so-storonnih-resurso .slick-slide {
    width: 292px !important;
    height: 292px !important;
  }
  #block-vesta-theme-video .video-box .field--name-field-video-so-storonnih-resurso .slick-slide .video-embed-field-responsive-video {
    height: 292px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #block-vesta-theme-video .video-box .field--name-field-video-so-storonnih-resurso .slick-slide {
    width: 159px !important;
    height: 159px !important;
    margin: 0px 5px;
  }
  #block-vesta-theme-video .video-box .field--name-field-video-so-storonnih-resurso .slick-slide .video-embed-field-responsive-video {
    height: 159px;
    width: 100%;
  }
}
#block-vesta-theme-video .video-box .navigation-slider {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}
#block-vesta-theme-video .video-box .navigation-slider button.slick-prev.slick-arrow,
#block-vesta-theme-video .video-box .navigation-slider button.slick-next.slick-arrow {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  transform: none;
}
#block-vesta-theme-video .video-box .navigation-slider button.slick-prev.slick-arrow::before {
  background: url("/sites/all/themes/vesta_theme/image/Group 219.png");
  transform: rotate(0deg);
}
#block-vesta-theme-video .video-box .navigation-slider button.slick-next.slick-arrow::before {
  background: url("/sites/all/themes/vesta_theme/image/Group 219.png");
  transform: rotate(180deg);
}
#block-vesta-theme-video .video-box .navigation-slider button.slick-prev.slick-arrow:hover::before {
  background: url("/sites/all/themes/vesta_theme/image/Group 218.png");
  transform: rotate(-180deg);
}
#block-vesta-theme-video .video-box .navigation-slider button.slick-next.slick-arrow:hover::before {
  background: url("/sites/all/themes/vesta_theme/image/Group 218.png");
  transform: rotate(0deg);
}
#block-vesta-theme-video .video-banner-box {
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-video .video-banner-box {
    padding-bottom: 30px;
  }
}
#block-vesta-theme-video .video-banner-box::before {
  content: "";
  position: absolute;
  height: 100px;
  width: 1px;
  background: white;
  bottom: 0;
  margin-left: 0px;
}
@media screen and (min-width: 576px) {
  #block-vesta-theme-video .video-banner-box::before {
    margin-left: calc((100vw - 540px) / 2);
  }
}
@media screen and (min-width: 768px) {
  #block-vesta-theme-video .video-banner-box::before {
    margin-left: calc((100vw - 720px) / 2);
  }
}
@media screen and (min-width: 992px) {
  #block-vesta-theme-video .video-banner-box::before {
    margin-left: calc((100vw - 960px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  #block-vesta-theme-video .video-banner-box::before {
    margin-left: calc((100vw - 1200px) / 2);
  }
}
#block-vesta-theme-video .video-banner-box .field--name-field-banner-video {
  overflow: hidden;
}
#block-vesta-theme-video .video-banner-box .field--name-field-banner-video img {
  transition: 0.5s transform ease-in;
  width: 100%;
  height: 453px !important;
  object-fit: cover;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-video .video-banner-box .field--name-field-banner-video img {
    height: 132px !important;
  }
}
#block-vesta-theme-video .video-banner-box .video-link-box {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-video .video-banner-box .video-link-box {
    top: 20px;
  }
}
#block-vesta-theme-video .video-banner-box .video-link-box .field--name-field-smotret-vse-video a {
  border: none;
  background: white;
  color: #010101;
  text-decoration: none;
  border-radius: 0px;
  padding: 10px 21px;
}
#block-vesta-theme-video .video-banner-box .video-link-box .field--name-field-smotret-vse-video a:hover {
  color: white;
  background: #bba189;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-video .video-banner-box .video-link-box .field--name-field-smotret-vse-video a {
    padding: 5px 10px;
  }
}
#block-vesta-theme-video .video-banner-box .field--name-field-video-logo-art {
  margin-top: 45px;
}
#block-vesta-theme-video .video-banner-box .field--name-field-video-logo-art img {
  width: 670px;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-video .video-banner-box .field--name-field-video-logo-art img {
    width: 150px !important;
  }
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-video .video-banner-box .field--name-field-video-logo-art {
    margin-top: 25px;
  }
}
#block-vesta-theme-video .video-banner-box:hover .field--name-field-banner-video img {
  transform: scale(1.1);
}
.body-node--827 #block-vesta-theme-video {
  background: white;
}
.body-node--827 #block-vesta-theme-video .field--name-field-kastomnyy-zagolovok,
.body-node--827 #block-vesta-theme-video .video-banner-box {
  display: none;
}
.body-node--827 #block-vesta-theme-video .field--name-field-video-so-storonnih-resurso {
  margin-bottom: 0px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.body-node--827 #block-vesta-theme-video .field--name-field-video-so-storonnih-resurso .field__item {
  width: 370px;
  height: 370px;
}
.body-node--827 #block-vesta-theme-video .field--name-field-video-so-storonnih-resurso .field__item .video-embed-field-responsive-video {
  height: 370px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .faq-block {
    margin: 0 10px;
  }
}
.faq-block .custom-header-views {
  border-bottom: 1px solid #010101;
}
.faq-block .custom-header-views .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  border-right: 1px solid #010101;
  padding-top: 100px;
  padding-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 993px) {
  .faq-block .custom-header-views .container {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
.faq-block .custom-header-views .container .block-title {
  width: max-content;
  border-right: none;
  padding: 0px;
}
.faq-block .custom-header-views .container .right-chv {
  width: max-content;
  border-left: none;
  padding-top: 100px;
  padding: 0px;
}
.faq-block .custom-header-views .container .right-chv a {
  border: none;
  background: #bba189;
  color: white;
  text-decoration: none;
  border-radius: 0px;
  padding: 9px 15px;
}
.faq-block .custom-header-views .container .right-chv a:hover {
  color: #bba189;
  background: white;
}
@media screen and (max-width: 993px) {
  .faq-block .custom-header-views .container .right-chv a {
    padding: 5px 9px;
    white-space: nowrap;
  }
}
.faq-block .cf-views {
  height: 100px;
  border-right: 1px solid #010101;
  padding: 0px;
}
@media screen and (max-width: 993px) {
  .faq-block .cf-views {
    height: 30px;
  }
}
.faq-block .view-content {
  border-bottom: 1px solid #010101;
}
.faq-block .view-content .faq-box {
  padding: 38px 0px;
  border-bottom: 1px solid #010101;
  border-right: 1px solid #010101;
}
@media screen and (max-width: 993px) {
  .faq-block .view-content .faq-box {
    padding: 10px 0px;
  }
}
.faq-block .view-content .faq-box .field--name-field-vopros,
.faq-block .view-content .faq-box .field--name-field-otvet-bolshoe-pole {
  font-size: 20px;
}
@media screen and (max-width: 993px) {
  .faq-block .view-content .faq-box .field--name-field-vopros,
  .faq-block .view-content .faq-box .field--name-field-otvet-bolshoe-pole {
    font-size: 14px;
  }
}
.faq-block .view-content .faq-box .field--name-field-otvet-bolshoe-pole {
  padding-top: 20px;
}
.faq-block .view-content .faq-box .field--name-field-vopros {
  background: url("/sites/all/themes/vesta_theme/image/Group 2155.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 90px 30px;
  height: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-right: 95px;
}
@media screen and (max-width: 993px) {
  .faq-block .view-content .faq-box .field--name-field-vopros {
    background-size: 40px 13px;
    background-position: right center;
    padding-right: 50px;
    height: max-content;
  }
}
.faq-block .view-content .faq-box .active_vopros {
  background: url("/sites/all/themes/vesta_theme/image/close_black.png");
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 20px 20px;
}
.faq-block .view-content .views-row:nth-child(4) .faq-box {
  border-bottom: none;
}
.not-front .view-voprosy .view-content .faq-box {
  padding: 38px 0px;
  border-bottom: 1px solid #010101;
}
@media screen and (max-width: 993px) {
  .not-front .view-voprosy .view-content .faq-box {
    padding: 10px 0px;
  }
}
.not-front .view-voprosy .view-content .faq-box .field--name-field-vopros,
.not-front .view-voprosy .view-content .faq-box .field--name-field-otvet-bolshoe-pole {
  font-size: 20px;
}
@media screen and (max-width: 993px) {
  .not-front .view-voprosy .view-content .faq-box .field--name-field-vopros,
  .not-front .view-voprosy .view-content .faq-box .field--name-field-otvet-bolshoe-pole {
    font-size: 14px;
  }
}
.not-front .view-voprosy .view-content .faq-box .field--name-field-otvet-bolshoe-pole {
  padding-top: 20px;
}
.not-front .view-voprosy .view-content .faq-box .field--name-field-vopros {
  background: url("/sites/all/themes/vesta_theme/image/Group 2155.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 90px 30px;
  height: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-right: 95px;
}
@media screen and (max-width: 993px) {
  .not-front .view-voprosy .view-content .faq-box .field--name-field-vopros {
    background-size: 40px 13px;
    background-position: right center;
    padding-right: 50px;
    height: max-content;
  }
}
.not-front .view-voprosy .view-content .faq-box .active_vopros {
  background: url("/sites/all/themes/vesta_theme/image/close_black.png");
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 20px 20px;
}
.not-front .view-voprosy .view-content .views-row:nth-child(5) .faq-box {
  border-bottom: none;
}
#fos-block {
  opacity: 0;
  transform: translateY(20px);
  /* Сдвиг вниз для эффекта */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  border-bottom: 1px solid #010101;
}
@media screen and (max-width: 576px) {
  #fos-block {
    margin: 0 10px;
  }
}
#fos-block .container {
  padding: 0px;
}
#fos-block .region-fos {
  background: url("/sites/all/themes/vesta_theme/image/Rectangle 31 (1).png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 15px;
}
#fos-block form {
  color: white;
  max-width: 970px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
#fos-block form .form-type-processed-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 993px) {
  #fos-block form .form-type-processed-text {
    margin-bottom: 10px;
  }
}
#fos-block form .form-type-processed-text .block-title {
  font-size: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 993px) {
  #fos-block form .form-type-processed-text .block-title {
    font-size: 20px;
  }
}
#fos-block form .form-type-processed-text p {
  font-size: 20px;
}
@media screen and (max-width: 993px) {
  #fos-block form .form-type-processed-text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 993px) {
  #fos-block form .form-type-processed-text p {
    text-align: center;
  }
}
#fos-block form .form-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: baseline;
  width: 100%;
}
@media screen and (max-width: 993px) {
  #fos-block form .form-wrapper {
    flex-direction: column;
    gap: 15px;
  }
}
#fos-block form .form-item-name,
#fos-block form .form-type-tel {
  flex: 1;
}
@media screen and (max-width: 993px) {
  #fos-block form .form-item-name,
  #fos-block form .form-type-tel {
    width: 100%;
  }
}
#fos-block form .form-item-name input,
#fos-block form .form-type-tel input {
  width: 100%;
  background: inherit;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  border-bottom: 1px solid white;
  color: white;
  height: 40px;
  padding-left: 0px;
  background-color: inherit !important;
}
#fos-block form .form-item-name input::placeholder,
#fos-block form .form-type-tel input::placeholder {
  color: white;
  font-size: 20px;
}
@media screen and (max-width: 993px) {
  #fos-block form .form-item-name input::placeholder,
  #fos-block form .form-type-tel input::placeholder {
    font-size: 14px;
  }
}
#fos-block form .form-item-name input:focus,
#fos-block form .form-type-tel input:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
#fos-block form .form-type-textarea {
  margin-top: 20px;
  width: 100%;
}
@media screen and (max-width: 993px) {
  #fos-block form .form-type-textarea {
    margin-top: 15px;
  }
}
#fos-block form .form-type-textarea textarea {
  width: 100%;
  background: inherit;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  border-bottom: 1px solid white;
  color: white;
  height: 40px;
  overflow-y: hidden;
  padding-left: 0px;
}
#fos-block form .form-type-textarea textarea::placeholder {
  color: white;
  font-size: 20px;
}
@media screen and (max-width: 993px) {
  #fos-block form .form-type-textarea textarea::placeholder {
    font-size: 14px;
  }
}
#fos-block form .form-type-textarea textarea:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
#fos-block form .form-type-checkbox {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 993px) {
  #fos-block form .form-type-checkbox {
    margin-top: 15px;
    align-items: center;
  }
}
#fos-block form .form-type-checkbox input {
  accent-color: #bba189;
  width: 13px;
  height: 13px;
}
#fos-block form .form-type-checkbox .webform-element-description {
  font-size: 14px;
}
#fos-block form .form-actions {
  margin-top: 10px;
  justify-content: center;
}
@media screen and (max-width: 993px) {
  #fos-block form .form-actions {
    margin-top: 15px;
    align-items: center;
  }
}
#fos-block form .form-actions .webform-button--submit {
  border: none;
  background: white;
  font-size: 16px;
  color: #010101;
  padding: 9px 55px;
  border-radius: 0px;
}
@media screen and (max-width: 993px) {
  #fos-block form .form-actions .webform-button--submit {
    font-size: 12px;
  }
}
@media screen and (max-width: 993px) {
  #fos-block form .form-actions .webform-button--submit {
    padding: 5px 22px;
  }
}
#fos-block form .form-actions .webform-button--submit:hover {
  background: #010101;
  color: white;
}
.map-line {
  height: 100px;
  border-right: 1px solid #010101;
}
@media screen and (max-width: 993px) {
  .map-line {
    height: 30px;
  }
}
@media screen and (max-width: 576px) {
  .map-line {
    margin: 0 10px;
  }
}
#footer {
  background: #010101;
  color: white;
}
#footer .footer-main-box {
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
#footer .footer-main-box .col-copyright {
  display: none;
}
#footer .footer-main-box .col-copyright .copyrights-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#footer .footer-main-box .col-copyright .copyrights-box .copyright,
#footer .footer-main-box .col-copyright .copyrights-box a {
  font-size: 16px;
}
@media screen and (max-width: 993px) {
  #footer .footer-main-box .col-copyright .copyrights-box .copyright,
  #footer .footer-main-box .col-copyright .copyrights-box a {
    font-size: 12px;
  }
}
#footer .footer-main-box .footer-logo img {
  max-width: 258px;
}
#footer .footer-main-box .footer-logo .copyrights-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 70px;
}
#footer .footer-main-box .footer-logo .copyrights-box .copyright,
#footer .footer-main-box .footer-logo .copyrights-box a {
  font-size: 16px;
}
@media screen and (max-width: 993px) {
  #footer .footer-main-box .footer-logo .copyrights-box .copyright,
  #footer .footer-main-box .footer-logo .copyrights-box a {
    font-size: 12px;
  }
}
#footer .footer-main-box ul.nav {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#footer .footer-main-box ul.nav li a {
  padding: 0px;
  font-size: 16px;
  color: white;
}
@media screen and (max-width: 993px) {
  #footer .footer-main-box ul.nav li a {
    font-size: 12px;
  }
}
#footer .footer-main-box ul.nav li a:hover {
  color: #bba189;
}
#footer .footer-main-box ul.nav li .dropdown-menu {
  display: none !important;
}
#footer .footer-main-box .region-catalog-footer .block-title {
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 5px;
}
@media screen and (max-width: 993px) {
  #footer .footer-main-box .region-catalog-footer .block-title {
    font-size: 12px;
  }
}
#footer .footer-main-box .region-catalog-footer .view-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#footer .footer-main-box .region-catalog-footer .view-content .views-row {
  width: max-content;
  margin: 0px;
  max-width: max-content;
}
#footer .footer-main-box .region-catalog-footer .view-content .views-row a {
  padding: 0px;
  font-size: 16px;
  color: white;
}
@media screen and (max-width: 993px) {
  #footer .footer-main-box .region-catalog-footer .view-content .views-row a {
    font-size: 12px;
  }
}
#footer .footer-main-box .region-catalog-footer .view-content .views-row a:hover {
  color: #bba189;
}
#footer .footer-main-box .col-contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#footer .footer-main-box .col-contacts .contacts-box {
  display: flex;
  align-items: center;
  gap: 8px;
}
#footer .footer-main-box .col-contacts .contacts-box p,
#footer .footer-main-box .col-contacts .contacts-box a {
  font-size: 16px;
  color: white;
}
@media screen and (max-width: 993px) {
  #footer .footer-main-box .col-contacts .contacts-box p,
  #footer .footer-main-box .col-contacts .contacts-box a {
    font-size: 12px;
  }
}
#footer .footer-main-box .col-contacts .contacts-box a:hover {
  color: #bba189;
}
#footer .footer-main-box .col-contacts .contacts-box p {
  max-width: 237px;
}
#footer .footer-main-box .col-contacts .soc-media-box {
  display: flex;
  gap: 10px;
}
#footer .footer-main-box .col-contacts .soc-media-box img {
  transition: 0.5s transform ease;
}
#footer .footer-main-box .col-contacts .soc-media-box img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 993px) {
  #footer .footer-main-box {
    padding-top: 30px;
    padding-bottom: 20px;
    gap: 20px;
    flex-wrap: wrap;
  }
  #footer .footer-main-box .col-copyright {
    display: block;
  }
  #footer .footer-main-box .footer-logo {
    width: 100%;
  }
  #footer .footer-main-box .footer-logo img {
    max-width: 165px;
  }
  #footer .footer-main-box .footer-logo .copyrights-box {
    display: none;
  }
  #footer .footer-main-box .col-nav {
    width: 100%;
  }
  #footer .footer-main-box ul.nav {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    row-gap: 5px;
    column-gap: 40px;
  }
}
#footer .row-copiryght {
  background: white;
  padding: 5px 0px;
}
#footer .row-copiryght .col-webvesta {
  display: flex;
  justify-content: center;
}
#footer .row-copiryght .col-webvesta a {
  color: #010101;
  font-size: 16px;
}
@media screen and (max-width: 993px) {
  #footer .row-copiryght .col-webvesta a {
    font-size: 12px;
  }
}
.not-front #header {
  background: #010101;
  padding-bottom: 15px;
}
.not-front #fos-block {
  border-bottom: none !important;
}
.not-front #fos-block .container {
  border-right: 1px solid #010101;
}
.not-front #fos-block .container .region-fos {
  margin-top: 100px;
}
@media screen and (max-width: 993px) {
  .not-front #fos-block .container .region-fos {
    margin-top: 30px;
  }
}
.not-front #block-vesta-theme-strokanavigacii {
  margin-top: 40px;
}
@media screen and (max-width: 993px) {
  .not-front #block-vesta-theme-strokanavigacii {
    margin-top: 20px;
  }
}
.not-front #block-vesta-theme-page-title {
  margin: 40px 0px;
}
@media screen and (max-width: 993px) {
  .not-front #block-vesta-theme-page-title {
    margin: 20px 0px;
  }
}
.not-front #block-vesta-theme-page-title h1 {
  font-size: 46px;
  text-transform: uppercase;
}
@media screen and (max-width: 993px) {
  .not-front #block-vesta-theme-page-title h1 {
    font-size: 20px;
  }
}
.not-front .map-line {
  border-right: none !important;
}
.body-view--about .field--name-field-kastomnyy-zagolvok-kto-my {
  border-bottom: none !important;
}
.body-view--about .field--name-field-podrobnee-o-nas {
  display: none;
}
.offcanvas {
  background-color: #010101;
}
.offcanvas .btn-close {
  --bs-btn-close-bg: url("/sites/all/themes/vesta_theme/image/close.png");
}
.offcanvas .offcanvas-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.offcanvas .offcanvas-body .region-search #block-vesta-theme-knopkapoisk {
  display: none;
}
.offcanvas .offcanvas-body .region-search .search-form__submit {
  background: #bba189;
  border: 1px solid #bba189;
}
.offcanvas .offcanvas-body .region-search .search-form__submit:hover {
  background: #010101;
  border: 1px solid #010101;
}
.offcanvas .offcanvas-body .region-navigation ul.nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.offcanvas .offcanvas-body .region-navigation ul.nav li a {
  padding: 0px;
  color: white;
  font-weight: bold;
}
.offcanvas .offcanvas-body .region-navigation ul.nav li a:hover {
  color: #bba189;
}
.offcanvas .offcanvas-body .contact-item-label {
  color: white;
  font-weight: bold;
  margin-bottom: 10px;
}
.offcanvas .offcanvas-body .contact-item-el a {
  color: white;
  font-weight: bold;
}
.offcanvas .offcanvas-body .contact-item-el a:hover {
  color: #bba189;
}
.offcanvas .msngrs {
  display: flex;
  gap: 8px;
  align-items: center;
}
.offcanvas .msngrs img {
  transition: 0.5s transform ease;
}
.offcanvas .msngrs img:hover {
  transform: scale(1.1);
}
.body-view--proekty .view-proekty .views-row {
  width: 570px;
  flex: auto;
}
.body-view--proekty .view-proekty .view-content {
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 993px) {
  .body-view--proekty .view-proekty .field--name-field-proekt-izobrazhenie img {
    height: 220px !important;
  }
}
.modal-dialog form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.modal-dialog form .form-type-processed-text {
  display: none;
}
.modal-dialog form .form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.modal-dialog form .form-wrapper .form-item-name,
.modal-dialog form .form-wrapper .form-type-tel {
  width: 100%;
}
.modal-dialog form .form-wrapper .form-item-name input,
.modal-dialog form .form-wrapper .form-type-tel input {
  height: 40px;
  width: 100%;
  border: 1px solid #bba189;
  padding-left: 10px;
}
.modal-dialog form .form-type-textarea textarea {
  height: 40px;
  border: 1px solid #bba189;
  padding-left: 10px;
}
.modal-dialog form .form-type-checkbox {
  display: flex;
  gap: 5px;
  align-items: center;
}
.modal-dialog .webform-button--submit {
  border: none;
  background: #bba189;
  color: white;
  text-decoration: none;
  border-radius: 0px;
  padding: 10px 22px;
}
.modal-dialog .webform-button--submit:hover {
  color: #bba189;
  background: white;
}
#scrollToTop {
  right: 15px;
  width: 33px;
  height: 20px;
}
#block-vesta-theme-bronirovanieknopka {
  margin-top: 30px;
}
#block-vesta-theme-bronirovanieknopka a {
  border: none;
  background: #bba189;
  color: white;
  text-decoration: none;
  border-radius: 0px;
  padding: 10px 20px;
}
#block-vesta-theme-bronirovanieknopka a:hover {
  color: #bba189;
  background: white;
}
#block-vesta-theme-bloknastranicekontakty {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#block-vesta-theme-bloknastranicekontakty .pm-box-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#block-vesta-theme-bloknastranicekontakty .pm-box-text p {
  margin-bottom: 0px;
}
#block-vesta-theme-bloknastranicekontakty .pm-box-text .pm-title-text {
  font-weight: bold;
}
#block-vesta-theme-bloknastranicekontakty .pm-soc-media {
  display: flex;
  gap: 5px;
}
#block-vesta-theme-bloknastranicekontakty .pm-soc-media img {
  transition: 0.5s transform ease;
}
#block-vesta-theme-bloknastranicekontakty .pm-soc-media img:hover {
  transform: scale(1.1);
}
