@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap");
:root {
  --bs-body-line-height: 1.2;
  --bs-body-font-size: 16px;
}
.tr {
  transition: all 0.4s ease;
}
body,
div,
span,
p,
a,
ul,
li,
h1,
h2,
h3,
h4 {
  font-family: "Roboto Slab", serif;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
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);
}
@media screen and (max-width: 991px) {
  #app {
    padding-top: 55px;
  }
}
.logo {
  width: 152px;
  height: 155px;
}
.header-right-top-box {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 20px;
}
.header-right-top-box .col-contacts {
  display: flex;
  align-items: center;
  gap: 45px;
}
.phone,
.mail-box {
  display: flex;
  gap: 5px;
  align-items: center;
}
.phone img,
.mail-box img {
  width: 19px;
  height: 19px !important;
}
.phone a,
.mail-box a,
.phone p,
.mail-box p {
  font-size: 16px;
  color: white;
}
.social-media {
  display: flex;
  align-items: center;
  gap: 10px;
}
.social-media img {
  width: 40px;
  height: 40px;
  transition: transform 0.5s ease;
}
.social-media img:hover {
  transform: scale(1.1);
}
#block-vesta-theme-knopkaostavitzayavku a {
  padding: 15px 12px;
  background: linear-gradient(to right, #13a5de, #24679c);
  color: white;
  border-radius: 10px;
  font-size: 16px;
  transition: transform 0.5s ease;
  border: none;
}
#block-vesta-theme-knopkaostavitzayavku a:hover {
  transform: scale(1.1);
}
.header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: inherit;
}
.header-bottom .col-search {
  display: flex;
  align-items: center;
  height: 40px;
}
.header-bottom .col-search .search-button {
  display: none;
}
.header-bottom .col-search .search-button img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.header-bottom .col-search .region-search {
  display: none;
}
.header-bottom .col-search .active {
  display: block !important;
}
.header-bottom .col-search form button {
  background: linear-gradient(to right, #13a5de, #24679c);
}
#block-vesta-theme-osnovnayanavigaciya-4 ul.nav {
  display: flex;
  gap: 40px;
}
#block-vesta-theme-osnovnayanavigaciya-4 ul.nav li a {
  padding: 0px;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
}
#block-vesta-theme-osnovnayanavigaciya-4 ul.nav li a:hover {
  color: #14a1da;
}
#block-vesta-theme-osnovnayanavigaciya-4 ul.nav li a.is-active {
  color: #14a1da;
}
#block-vesta-theme-osnovnayanavigaciya-4 ul.nav li .dropdown-menu {
  background: inherit;
}
#block-vesta-theme-osnovnayanavigaciya-4 ul.nav li .dropdown-menu li:hover {
  background: inherit;
}
#block-vesta-theme-osnovnayanavigaciya-4 ul.nav li .dropdown-menu li:hover a {
  background: inherit;
}
#block-vesta-theme-osnovnayanavigaciya-4 ul.nav li:nth-child(2) .dropdown-menu a {
  pointer-events: none;
  cursor: default;
}
.not-front #header ul.nav .dropdown-menu {
  background: #24679c;
}
#block-vesta-theme-zagolovokfonglavnoystranicy {
  position: relative;
}
#block-vesta-theme-zagolovokfonglavnoystranicy .field--name-field-fon img {
  object-fit: cover;
  height: 785px !important;
  filter: brightness(0.35);
  width: 100%;
}
#block-vesta-theme-zagolovokfonglavnoystranicy .content {
  top: 50%;
  /* Смещаем вниз на 50% от родителя */
  transform: translate(-50%, -20%);
  /* Поднимаем на половину своей высоты */
  position: absolute;
  left: 50%;
  /* Сдвигаем вправо на 50% от родителя */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
#block-vesta-theme-zagolovokfonglavnoystranicy .content .field--name-body div {
  font-size: 22px;
  text-transform: uppercase;
  background: linear-gradient(to right, #13a5de, #24679c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-weight: bold;
}
#block-vesta-theme-zagolovokfonglavnoystranicy .content h1 {
  text-align: center;
  color: white;
  font-size: 48px;
  text-transform: uppercase;
}
#block-vesta-theme-zagolovokfonglavnoystranicy .content .field--name-field-ssylka a {
  padding: 15px 12px;
  background: linear-gradient(to right, #13a5de, #24679c);
  color: white;
  border-radius: 10px;
  font-size: 16px;
  transition: transform 0.5s ease;
  border: none;
  display: inline-block;
}
#block-vesta-theme-zagolovokfonglavnoystranicy .content .field--name-field-ssylka a:hover {
  transform: scale(1.1);
}
.region-slider {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
#header {
  z-index: 2;
}
.front #about-block {
  margin-top: 590px;
  background: url("/sites/all/themes/vesta_theme/image/карта.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#block-vesta-theme-okompanii .block-title,
#block-vesta-theme-nashipreimuschestva .block-title,
.block-views-blockcatalog-block-front .block-title,
#block-vesta-theme-vebforma .block-title,
.block-views-blockuslugi-block-1 .block-title {
  font-size: 40px;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 600;
}
#block-vesta-theme-okompanii .group-right {
  width: max-content;
}
#block-vesta-theme-okompanii .group-left {
  width: auto;
  max-width: 670px;
}
#block-vesta-theme-okompanii .block-content--type-o-kompanii {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
#block-vesta-theme-okompanii .block-content--type-o-kompanii img {
  width: 470px;
  height: 325px;
  object-fit: cover;
  border-radius: 10px;
}
#block-vesta-theme-okompanii .block-content--type-o-kompanii .field--name-body {
  margin-bottom: 30px;
}
#block-vesta-theme-okompanii .block-content--type-o-kompanii .field--name-body p {
  font-size: 16px;
}
#block-vesta-theme-okompanii .block-content--type-o-kompanii a {
  padding: 15px 25px;
  background: linear-gradient(to right, #13a5de, #24679c);
  color: white;
  border-radius: 10px;
  font-size: 16px;
  transition: transform 0.5s ease;
  border: none;
  display: inline-block;
}
#block-vesta-theme-okompanii .block-content--type-o-kompanii a:hover {
  transform: scale(1.1);
}
#block-vesta-theme-nashipreimuschestva {
  margin-bottom: 65px;
}
#block-vesta-theme-nashipreimuschestva .field--name-field-priemushchestvo {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
#block-vesta-theme-nashipreimuschestva .field--name-field-priemushchestvo .paragraph--type--priemushchestvo {
  width: 270px;
  height: 205px;
  background: linear-gradient(to right, #13a5de, #24679c);
  border-radius: 10px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#block-vesta-theme-nashipreimuschestva .field--name-field-priemushchestvo .paragraph--type--priemushchestvo .field--name-field-ikonka-izobrazhenie img {
  width: 73px;
  height: 73px !important;
  object-fit: contain;
}
#block-vesta-theme-nashipreimuschestva .field--name-field-priemushchestvo .paragraph--type--priemushchestvo .field--name-field-tekst-priemushchestvo {
  margin-top: 15px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.wr_front_content,
#servcices-block {
  background: url("/sites/all/themes/vesta_theme/image/на фоне.svg") left top / 100% 100% no-repeat, #eaeaea;
}
.view-uslugi {
  padding-bottom: 60px;
}
.view-uslugi .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-uslugi .view-content .views-row {
  width: calc((100% - 90px) / 3);
  background: white;
  border-radius: 10px;
  height: 365px;
}
.view-uslugi .view-content .views-row .node--type-usluga {
  height: 100%;
}
.view-uslugi .view-content .views-row .node__content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.view-uslugi .view-content .views-row .field--name-field-izobrazhenie-uslugi {
  margin-bottom: 25px;
}
.view-uslugi .view-content .views-row .field--name-field-izobrazhenie-uslugi img {
  width: 100%;
  height: 214px !important;
  object-fit: cover;
  border-radius: 10px;
}
.view-uslugi .view-content .views-row h2 {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 15px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}
.view-uslugi .view-content .views-row .node__links {
  padding-left: 22px;
  margin-top: auto;
  margin-bottom: 22px;
  height: 42px;
}
.view-uslugi .view-content .views-row .node__links ul {
  list-style-type: none;
  padding-left: 0px;
}
.view-uslugi .view-content .views-row .node__links a {
  background: url("/sites/all/themes/vesta_theme/image/arrow.svg");
  background-repeat: no-repeat;
  background-size: 42px 42px;
  background-position: left top;
  width: 42px;
  height: 42px;
  transition: transform 0.5s ease;
  display: block;
  font-size: 0px;
}
.view-uslugi .view-content .views-row .node__links a:hover {
  transform: scale(1.1);
}
.view-uslugi .more-link {
  margin-top: 45px;
  text-align: center;
}
.view-uslugi .more-link a {
  padding: 15px 25px;
  background: linear-gradient(to right, #13a5de, #24679c);
  color: white;
  border-radius: 10px;
  font-size: 16px;
  transition: transform 0.5s ease;
  border: none;
  display: inline-block;
}
.view-uslugi .more-link a:hover {
  transform: scale(1.1);
}
.view-catalog {
  padding-bottom: 60px;
}
.view-catalog .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-catalog .view-content .views-row {
  width: calc((100% - 90px) / 4);
  background: white;
  border-radius: 10px;
  height: 353px;
}
.view-catalog .view-content .views-row:hover {
  background: #24679c;
}
.view-catalog .view-content .views-row:hover h2 a {
  color: white;
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.view-catalog .view-content .views-row .field--name-field-catalog-image {
  margin-bottom: 25px;
}
.view-catalog .view-content .views-row .field--name-field-catalog-image img {
  width: 100%;
  height: 214px !important;
  object-fit: cover;
  border-radius: 10px;
}
.view-catalog .view-content .views-row .field--name-taxonomy-term-title h2 {
  padding-left: 22px;
  padding-right: 22px;
  line-height: 15px;
}
.view-catalog .view-content .views-row .field--name-taxonomy-term-title h2 a {
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}
.view-catalog .view-content .views-row .field--name-taxonomy-term-link {
  padding-left: 22px;
  margin-top: auto;
  margin-bottom: 22px;
}
.view-catalog .view-content .views-row .field--name-taxonomy-term-link a {
  background: url("/sites/all/themes/vesta_theme/image/arrow.svg");
  background-repeat: no-repeat;
  background-size: 42px 42px;
  background-position: left top;
  width: 42px;
  height: 42px;
  transition: transform 0.5s ease;
  display: block;
}
.view-catalog .view-content .views-row .field--name-taxonomy-term-link a:hover {
  transform: scale(1.1);
}
.view-catalog .more-link {
  margin-top: 45px;
  text-align: center;
}
.view-catalog .more-link a {
  padding: 15px 25px;
  background: linear-gradient(to right, #13a5de, #24679c);
  color: white;
  border-radius: 10px;
  font-size: 16px;
  transition: transform 0.5s ease;
  border: none;
  display: inline-block;
}
.view-catalog .more-link a:hover {
  transform: scale(1.1);
}
#form-block {
  background: linear-gradient(to right, #13a5de, #24679c);
}
#block-vesta-theme-vebforma {
  padding-bottom: 70px;
}
#block-vesta-theme-vebforma .block-title {
  color: white;
}
#block-vesta-theme-vebforma form #edit-container-form {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 25px;
  justify-content: center;
}
#block-vesta-theme-vebforma form .form-type-textfield input {
  background: url("/sites/all/themes/vesta_theme/image/user.svg") 20px center / 18px 18px no-repeat, white;
}
#block-vesta-theme-vebforma form .form-type-tel input {
  background: url("/sites/all/themes/vesta_theme/image/callf.svg") 20px center / 18px 18px no-repeat, white;
}
#block-vesta-theme-vebforma form .form-type-textfield,
#block-vesta-theme-vebforma form .form-type-tel {
  width: 374px;
}
#block-vesta-theme-vebforma form .form-type-textfield input,
#block-vesta-theme-vebforma form .form-type-tel input {
  height: 58px;
  border-radius: 10px;
  padding-left: 50px;
  border: none;
}
#block-vesta-theme-vebforma form .form-actions button {
  width: 160px;
  height: 58px;
  border: 1px solid black;
  color: white;
  font-size: 16px;
  background: black;
  border-radius: 10px;
}
#block-vesta-theme-vebforma form .form-actions button:hover {
  background: white;
  color: black;
}
#block-vesta-theme-vebforma form .form-type-checkbox {
  display: flex;
  gap: 5px;
  justify-content: center;
}
#block-vesta-theme-vebforma form .form-type-checkbox .webform-element-description {
  font-size: 14px;
  color: white;
}
#block-vesta-theme-vebforma form .form-type-checkbox .webform-element-description a {
  color: black;
}
.region-map {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
}
#block-vesta-theme-kontaktyregionkarta {
  background: url("/sites/all/themes/vesta_theme/image/image (1).png");
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  width: 400px;
}
#block-vesta-theme-kontaktyregionkarta .mc-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  max-width: 240px;
}
#block-vesta-theme-kontaktyregionkarta .mc-box a,
#block-vesta-theme-kontaktyregionkarta .mc-box p {
  color: white;
  font-size: 16px;
  text-align: center;
}
#block-vesta-theme-kontaktyregionkarta .mc-box img {
  width: 54px;
  height: 54px;
}
#block-vesta-theme-yandekskarta-2 {
  flex: 1;
}
#block-vesta-theme-yandekskarta-2 iframe {
  border-radius: 10px;
}
#footer .row {
  justify-content: space-between;
}
#footer .footer-box {
  width: max-content;
}
#footer .footer-box .col-contacts {
  width: max-content;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#footer .footer-box .col-contacts a,
#footer .footer-box .col-contacts p {
  color: black;
}
#footer .footer-box .col-contacts .social-media {
  margin-top: 8px;
}
#footer .col-nav {
  width: max-content;
}
#footer .col-nav #block-vesta-theme-osnovnayanavigaciya-4 ul {
  flex-direction: column;
  gap: 15px;
}
#footer .col-nav #block-vesta-theme-osnovnayanavigaciya-4 ul a {
  color: black;
  text-transform: capitalize;
}
#footer .col-nav #block-vesta-theme-osnovnayanavigaciya-4 ul li ul.dropdown-menu {
  display: none;
}
#footer .region-footer-contacts {
  display: flex;
  width: max-content;
}
#footer .view-catalog,
#footer .view-uslugi {
  padding-bottom: 0px;
  max-width: 350px;
}
#footer .view-catalog .view-content,
#footer .view-uslugi .view-content {
  flex-direction: column;
  gap: 10px;
}
#footer .view-catalog .view-content .views-row,
#footer .view-uslugi .view-content .views-row {
  width: 350px;
  height: max-content;
}
#footer .view-catalog .view-content .views-row:hover,
#footer .view-uslugi .view-content .views-row:hover {
  background: inherit;
}
#footer .view-catalog .view-content .views-row:hover h2 a,
#footer .view-uslugi .view-content .views-row:hover h2 a {
  color: black;
}
#footer .row-copiryght {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 20px;
}
#footer .row-copiryght .political-con {
  display: flex;
  justify-content: space-between;
  width: max-content;
  gap: 5px;
}
#footer .row-copiryght .political-con a {
  color: #14a1da;
}
#block-vesta-theme-osnovnayanavigaciya-4 a::after {
  display: none;
}
#header-mob {
  justify-content: space-between;
  background: linear-gradient(to right, #13a5de, #24679c);
}
#header-mob .col-phone {
  flex: 1;
  min-width: 120px;
}
#header-mob .col-phone .contact-item {
  text-align: right;
}
#header-mob .col-phone a {
  color: white;
}
#header-mob .col-nav {
  flex: 1;
  min-width: 120px;
}
#header-mob .col-logo {
  flex: 1;
  text-align: center;
  min-width: 120px;
}
#header-mob .col-logo img {
  width: 100px;
}
#header-mob .col-cart {
  display: none;
}
.offcanvas.offcanvas-start {
  background: linear-gradient(to right, #13a5de, #24679c);
}
.offcanvas.offcanvas-start .offcanvas-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.offcanvas.offcanvas-start .offcanvas-body .contact-item .contact-item-label {
  color: white;
}
.offcanvas.offcanvas-start .offcanvas-body .contact-item a {
  color: white;
}
.offcanvas.offcanvas-start .offcanvas-body .contact-item-label.w-100 {
  color: white;
}
.offcanvas.offcanvas-start .offcanvas-body a {
  color: white;
}
.offcanvas.offcanvas-start .search-api-page-block-form-search .form-actions buttons {
  background: #24679c;
}
.offcanvas.offcanvas-start #block-vesta-theme-osnovnayanavigaciya-4 ul.nav {
  gap: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.offcanvas.offcanvas-start #block-vesta-theme-osnovnayanavigaciya-4 ul.nav .nav-link:hover {
  color: #24679c;
}
.offcanvas.offcanvas-start #block-vesta-theme-osnovnayanavigaciya-4 ul.nav a.is-active {
  color: #24679c;
  background-color: inherit !important;
}
.not-front #header {
  background: #24679c;
}
.not-front #main {
  padding-top: 60px;
}
.not-front #block-vesta-theme-page-title {
  margin-bottom: 40px;
}
.not-front #block-vesta-theme-page-title h1 {
  text-transform: uppercase;
}
.body-view--about .about-block .block-title {
  display: none;
}
.body-view--about .about-block .field--name-field-ssylka-o-kompanii {
  display: none;
}
.body-view--about .about-block #block-vesta-theme-okompanii {
  margin-bottom: 40px;
}
.body-view--catalog #main,
.body-view--uslugi #main {
  background: #eaeaea;
}
.body-view--catalog .wr_content,
.body-view--uslugi .wr_content {
  background: url("/sites/all/themes/vesta_theme/image/на фоне.svg") left top / 100% 100% no-repeat, #eaeaea;
}
.ui-dialog.ui-corner-all {
  min-height: 300px;
}
.ui-dialog.ui-corner-all .ui-dialog-titlebar {
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #13a5de, #24679c) !important;
}
.ui-dialog.ui-corner-all .ui-dialog-titlebar .ui-dialog-title {
  width: 90%;
  color: white !important;
}
.ui-dialog.ui-corner-all .webform-submission-callback-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
  padding: 10px 0px;
  align-items: center;
}
.ui-dialog.ui-corner-all .webform-submission-callback-form .form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.ui-dialog.ui-corner-all .webform-submission-callback-form .form-type-checkbox {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ui-dialog.ui-corner-all .webform-submission-callback-form .form-type-textfield input,
.ui-dialog.ui-corner-all .webform-submission-callback-form .form-type-tel input {
  height: 48px;
  width: 100%;
}
.ui-dialog.ui-corner-all .webform-submission-callback-form .form-actions {
  width: 100%;
}
.ui-dialog.ui-corner-all .webform-submission-callback-form .form-actions button {
  height: 48px;
  background: linear-gradient(to right, #13a5de, #24679c);
  width: 100%;
}
.body-taxonomy-term--catalog .field--name-field-izobrazhenie-stranica {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.body-taxonomy-term--catalog .field--name-field-izobrazhenie-stranica img {
  width: 300px;
  height: 300px !important;
  object-fit: cover;
}
.body-taxonomy-term--catalog .field--name-description table {
  border: 1px solid black;
}
.body-taxonomy-term--catalog .field--name-description table tr {
  border: 1px solid black;
}
.body-taxonomy-term--catalog .field--name-description table td {
  padding: 5px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .header-main-box {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  #block-vesta-theme-okompanii .group-left {
    width: 50% !important;
  }
  .view-catalog .view-content {
    justify-content: center !important;
  }
  .view-catalog .view-content .views-row {
    width: 320px;
    height: 385px;
  }
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-okompanii .group-left {
    width: 100% !important;
  }
  #block-vesta-theme-yandekskarta-2 {
    width: 100%;
  }
  #block-vesta-theme-kontaktyregionkarta {
    padding: 20px 0px;
  }
  .political-con {
    width: auto !important;
  }
  #footer .row {
    justify-content: space-around !important;
    gap: 20px;
  }
  .region-map {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .view-uslugi .view-content {
    justify-content: center;
  }
  .view-uslugi .view-content .views-row {
    width: 320px;
    height: 385px;
  }
  #block-vesta-theme-vebforma #edit-container-form {
    flex-direction: column;
  }
  #block-vesta-theme-vebforma #edit-container-form input {
    width: 100%;
  }
  .region-slider {
    position: relative;
  }
  #about-block {
    margin-top: 0px !important;
  }
  #block-vesta-theme-zagolovokfonglavnoystranicy .content {
    transform: translate(-50%, -50%) !important;
  }
  .block-content--type-o-kompanii {
    flex-direction: column;
    justify-content: center;
  }
  .block-content--type-o-kompanii .group-left {
    width: 100% !important;
  }
  .not-front #block-vesta-theme-page-title {
    margin-top: 40px;
  }
}
@media screen and (max-width: 769px) {
  .not-front #block-vesta-theme-page-title {
    margin-bottom: 30px;
  }
  .not-front #main {
    padding-top: 50px;
  }
  .region-footer-contacts {
    flex-direction: column;
    gap: 20px;
  }
  .political-con {
    flex-wrap: wrap;
    gap: 20px !important;
  }
  #footer .row {
    flex-direction: column;
    justify-content: space-around !important;
  }
  .region-map {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  #block-vesta-theme-zagolovokfonglavnoystranicy h1 {
    font-size: 30px !important;
  }
  #block-vesta-theme-zagolovokfonglavnoystranicy .field--name-field-fon img {
    height: 500px !important;
  }
  #block-vesta-theme-okompanii .block-title,
  #block-vesta-theme-nashipreimuschestva .block-title,
  .block-views-blockcatalog-block-front .block-title,
  #block-vesta-theme-vebforma .block-title,
  .block-views-blockuslugi-block-1 .block-title {
    font-size: 20px;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 475px) {
  #block-vesta-theme-okompanii .block-content--type-o-kompanii img {
    width: 320px !important;
  }
  #header-mob .col-phone a {
    font-size: 12px;
  }
}
@media screen and (max-width: 395px) {
  #block-vesta-theme-zagolovokfonglavnoystranicy {
    margin-top: 30px;
  }
}
