@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --bs-body-line-height: 1.2;
  --bs-body-font-size: 16px;
}
body {
  font-family: "Roboto", sans-serif;
}
.animated_icon {
  transition: 0.5s transform ease;
}
.animated_icon:hover {
  transform: scale(1.1);
}
.red-text {
  /* 1. Градиент на фоне */
  background-image: linear-gradient(#e32636, #f75d62);
  /* 2. Обрезаем фон по форме текста */
  background-clip: text;
  -webkit-background-clip: text;
  /* Для Safari и старых Chrome */
  /* 3. Делаем текст прозрачным, чтобы фоновый градиент был виден */
  color: transparent;
}
.h1 {
  font-size: 41px;
  font-weight: bold;
}
@media screen and (max-width: 993px) {
  .h1 {
    font-size: 28px;
  }
}
.h2 {
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 993px) {
  .h2 {
    font-size: 25px;
  }
}
.s1 {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 993px) {
  .s1 {
    font-size: 20px;
  }
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-20 {
  font-size: 20px;
}
@media screen and (max-width: 993px) {
  .fs-20 {
    font-size: 18px;
  }
}
.fs-23 {
  font-size: 23px;
}
@media screen and (max-width: 993px) {
  .fs-23 {
    font-size: 20px;
  }
}
.fs-25 {
  font-size: 24px;
}
@media screen and (max-width: 993px) {
  .fs-25 {
    font-size: 21px;
  }
}
.fw-normal {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-bold {
  font-weight: 700;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.custom_text {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  background: rgba(227, 38, 54, 0.1);
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 10px 20px;
  border-radius: 20px;
}
.custom_text::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e32636;
}
.block-title {
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 993px) {
  .block-title {
    font-size: 25px;
  }
}
.custom_link {
  font-size: 16px;
  font-weight: 700;
  color: #f85d62;
  display: flex;
  gap: 8px;
  align-items: center;
  text-transform: uppercase;
}
.custom_link::after {
  content: "";
  background: url("/sites/all/themes/vesta_theme/image/Arrow 2.png");
  margin-left: 8px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.custom_link:hover {
  text-decoration: underline;
}
.wr_front_content {
  background: url("/sites/all/themes/vesta_theme/image/Services Bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
}
@media screen and (max-width: 993px) {
  .wr_front_content {
    padding-bottom: 20px;
  }
}
.benefits-block {
  background: url("/sites/all/themes/vesta_theme/image/About Bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 993px) {
  .benefits-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#fos-block {
  background: url("/sites/all/themes/vesta_theme/image/Form Bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 993px) {
  #fos-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
a {
  text-decoration: none;
}
.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: 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;
  background: #f3f4f6;
}
.toolbar-fixed #app {
  margin-top: var(--drupal-displace-offset-top);
}
#header-mob {
  background: white;
}
#header-mob .col-logo img {
  max-width: 120px;
  height: auto;
}
#header-mob .col-phone a {
  font-size: 14px;
  color: #2d2c2a;
}
#header-mob .col-phone a:hover {
  color: #f85d62;
}
.offcanvas {
  background-color: white;
}
.offcanvas .logo img {
  max-width: 120px;
  height: auto;
}
.offcanvas #block-vesta-theme-knopkapoiska {
  display: none;
}
.offcanvas .offcanvas-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.offcanvas .offcanvas-body .region-search #block-vesta-theme-knopkapoiska {
  display: none;
}
.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: #2d2c2a;
  font-weight: bold;
}
.offcanvas .offcanvas-body .region-navigation ul.nav li a:hover {
  color: #f85d62;
}
.offcanvas .offcanvas-body .contact-item-label {
  color: #2d2c2a;
  font-weight: bold;
  margin-bottom: 10px;
}
.offcanvas .offcanvas-body .contact-item-el a {
  color: #2d2c2a;
  font-weight: bold;
}
.offcanvas .offcanvas-body .contact-item-el a:hover {
  color: #f85d62;
}
.offcanvas .offcanvas-body .msng img {
  transition: 0.5s transform ease;
}
.offcanvas .offcanvas-body .msng img:hover {
  transform: scale(1.1);
}
.offcanvas .header-top-contacts-text {
  margin-top: 10px;
}
.header-top {
  background: #21201e;
  color: #ffffff;
  padding: 12px 0px;
}
.header-top .header-top-text {
  max-width: 330px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.header-top .header-top-text p {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.header-top .header-top-text p.red-text {
  display: flex;
  gap: 5px;
  align-items: flex-end;
}
.header-top .header-top-adress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  max-width: 310px;
}
.header-top .header-top-adress p {
  max-width: 300px;
}
.header-top .header-top-contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.header-top .header-top-contacts-el {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.header-top .header-top-contacts-el a {
  font-size: 14px;
  font-weight: 500;
  color: #f75c61;
}
.header-top .header-top-contacts-el a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .header-top .header-top-contacts-el {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.header-top .header-top-contacts-text {
  font-size: 14px;
  color: #b3b3b3;
}
@media screen and (max-width: 1200px) {
  .header-top .header-top-contacts-text {
    text-align: center;
  }
}
.logo img {
  max-width: 192px;
}
ul.nav a.dropdown-toggle::after {
  display: none;
}
.region-search #block-vesta-theme-knopkapoiska {
  display: none;
}
.region-search .search-form__submit {
  border: 1px solid #f85d62;
  background: #f85d62;
}
.region-search .search-form__submit:hover {
  color: #f85d62;
  background: white;
}
.region-search .search-active {
  display: flex !important;
}
.header-bottom {
  background: white;
  padding: 10px 0px;
}
.header-bottom ul.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.header-bottom ul.nav li a {
  padding: 0px;
  color: #2d2c2a;
}
.header-bottom ul.nav li a:hover {
  color: #f85d62;
}
.header-bottom ul.nav li ul.dropdown-menu li {
  padding: 10px;
}
.header-bottom ul.nav li ul.dropdown-menu li a.is-active.active {
  background-color: #f85d62;
  color: white;
}
@media screen and (max-width: 1200px) {
  .header-bottom ul.nav {
    gap: 10px;
  }
}
.header-bottom .region-search {
  position: relative;
  width: 20px;
  height: 20px;
}
.header-bottom .region-search .search-api-page-block-form-search {
  display: none;
  width: 300px;
  left: -200px;
  top: -10px;
  position: absolute;
}
.header-bottom .region-search .search-active {
  display: flex;
}
.header-bottom .header-bottom-contats-el {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.header-bottom .header-bottom-contats-el .header-bottom-conacts-el-phone {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-end;
}
.header-bottom .header-bottom-contats-el .region-callback a {
  font-size: 13px;
  color: #e31e25;
  text-decoration: underline;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0px;
}
.header-bottom .header-bottom-contats-el .region-callback a:hover {
  color: #f85d62;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0px;
}
.header-bottom .header-bottom-contats-el a.tel {
  font-size: 20px;
  color: #2d2c2a;
}
@media screen and (max-width: 993px) {
  .header-bottom .header-bottom-contats-el a.tel {
    font-size: 18px;
  }
}
.header-bottom .header-bottom-contats-el img {
  transition: 0.5s transform ease;
}
.header-bottom .header-bottom-contats-el img:hover {
  transform: scale(1.1);
}
.view-slayder {
  position: relative;
}
.view-slayder .content {
  height: 100%;
}
.view-slayder .field--name-field-image img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media screen and (max-width: 993px) {
  .view-slayder .field--name-field-image img {
    height: 550px;
  }
}
.view-slayder .field--name-field-tekst-nad-zagolovkom {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  background: rgba(227, 38, 54, 0.1);
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 10px 20px;
  border-radius: 20px;
  margin-bottom: 40px;
  max-width: 920px;
}
.view-slayder .field--name-field-tekst-nad-zagolovkom::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e32636;
}
@media screen and (max-width: 993px) {
  .view-slayder .field--name-field-tekst-nad-zagolovkom {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 993px) {
  .view-slayder .field--name-field-tekst-nad-zagolovkom {
    display: none;
  }
}
.view-slayder h1 {
  margin-bottom: 20px;
  font-size: 41px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}
@media screen and (max-width: 993px) {
  .view-slayder h1 {
    font-size: 28px;
  }
}
.view-slayder h1 .red-text {
  font-size: 41px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 993px) {
  .view-slayder h1 .red-text {
    font-size: 28px;
  }
}
.view-slayder .field--name-body {
  max-width: 850px;
  margin-bottom: 40px;
}
@media screen and (max-width: 993px) {
  .view-slayder .field--name-body {
    margin-bottom: 20px;
  }
}
.view-slayder .field--name-body p,
.view-slayder .field--name-body span {
  font-weight: 400;
  font-size: 20px;
  color: white;
}
@media screen and (max-width: 993px) {
  .view-slayder .field--name-body p,
  .view-slayder .field--name-body span {
    font-size: 18px;
  }
}
.view-slayder .field--name-field-parametry-banner {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  justify-content: flex-start;
}
@media screen and (max-width: 993px) {
  .view-slayder .field--name-field-parametry-banner {
    margin-bottom: 20px;
  }
}
.view-slayder .field--name-field-parametry-banner .paragraph--type--parametry-glavnyy-banner {
  background: rgba(225, 225, 255, 0.1);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
}
@media screen and (max-width: 993px) {
  .view-slayder .field--name-field-parametry-banner {
    display: none;
  }
}
.view-slayder .field--name-field-ssylka-glavnyy-banner a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 64px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  background: linear-gradient(#e32636, #f75d62);
  border-radius: 30px;
  border: none;
  box-shadow: 0px 10px 15px -3px rgba(227, 38, 54, 0.4);
  transition: 0.5s transform ease;
  width: 100%;
  max-width: 405px;
}
.view-slayder .field--name-field-ssylka-glavnyy-banner a::after {
  content: "";
  background: url("/sites/all/themes/vesta_theme/image/Arrow.png");
  margin-left: 8px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.view-slayder .field--name-field-ssylka-glavnyy-banner a:hover {
  transform: scale(1.1);
}
.ok-box {
  background: linear-gradient(#2d2c2a, #21201e);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ok-box .ok-box-info {
  padding: 45px;
}
@media screen and (max-width: 993px) {
  .ok-box .ok-box-info {
    padding: 20px;
  }
}
.ok-box .ok-box-info .field--name-field-o-kompanii-tekst-nad-zagol {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  background: rgba(227, 38, 54, 0.1);
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 10px 20px;
  border-radius: 20px;
  margin-bottom: 40px;
  max-width: 350px;
}
.ok-box .ok-box-info .field--name-field-o-kompanii-tekst-nad-zagol::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e32636;
}
@media screen and (max-width: 993px) {
  .ok-box .ok-box-info .field--name-field-o-kompanii-tekst-nad-zagol {
    margin-bottom: 20px;
  }
}
.ok-box .ok-box-info .field--name-field-zagolovok-o-kompanii {
  font-size: 36px;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
}
@media screen and (max-width: 993px) {
  .ok-box .ok-box-info .field--name-field-zagolovok-o-kompanii {
    font-size: 25px;
  }
}
.ok-box .ok-box-info .field--name-body {
  margin-bottom: 40px;
}
@media screen and (max-width: 993px) {
  .ok-box .ok-box-info .field--name-body {
    margin-bottom: 20px;
  }
}
.ok-box .ok-box-info .field--name-body p,
.ok-box .ok-box-info .field--name-body span {
  font-size: 20px;
  color: #b3b3b3;
}
@media screen and (max-width: 993px) {
  .ok-box .ok-box-info .field--name-body p,
  .ok-box .ok-box-info .field--name-body span {
    font-size: 18px;
  }
}
.ok-box .ok-box-info .field--name-field-ssylka-o-kompanii a {
  font-size: 16px;
  font-weight: 700;
  color: #f85d62;
  display: flex;
  gap: 8px;
  align-items: center;
  text-transform: uppercase;
}
.ok-box .ok-box-info .field--name-field-ssylka-o-kompanii a::after {
  content: "";
  background: url("/sites/all/themes/vesta_theme/image/Arrow 2.png");
  margin-left: 8px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.ok-box .ok-box-info .field--name-field-ssylka-o-kompanii a:hover {
  text-decoration: underline;
}
.ok-box .field--name-field-o-kompanii-izobrazhenie img {
  height: 370px;
  width: 370px;
  object-fit: cover;
  min-width: 370px;
}
@media screen and (max-width: 993px) {
  .ok-box .field--name-field-o-kompanii-izobrazhenie img {
    width: 100%;
    height: auto;
    min-width: 100%;
  }
}
@media screen and (max-width: 993px) {
  .ok-box {
    display: flex;
    flex-direction: column;
  }
}
#block-vesta-theme-okompanii {
  margin-top: -60px;
  position: relative;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-okompanii {
    margin-top: 30px;
  }
}
.block-views-blockcatalog-block-front {
  margin-top: 30px;
}
@media screen and (max-width: 993px) {
  .block-views-blockcatalog-block-front {
    margin-top: 20px;
  }
}
.view-catalog .view-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 993px) {
  .view-catalog .view-content {
    gap: 15px;
  }
}
.view-catalog .view-content .views-row {
  width: calc((100% / 3) - 30px);
  height: 370px;
  background: white;
}
@media screen and (max-width: 993px) {
  .view-catalog .view-content .views-row {
    width: calc((100% / 2) - 15px);
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .view-catalog .view-content .views-row {
    width: 100%;
  }
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog {
  border-radius: 6px;
  border-top: 2px solid white;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 993px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog {
    padding: 15px;
  }
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
  margin-bottom: 20px;
  min-height: 60px;
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title h2 {
  line-height: 22px;
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title a {
  font-size: 23px;
  color: #2d2c2a;
  font-weight: 700;
}
@media screen and (max-width: 993px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title a {
    font-size: 20px;
  }
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-description p,
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-description span {
  font-size: 20px;
  color: #2d2c2a;
}
@media screen and (max-width: 993px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-description p,
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-description span {
    font-size: 18px;
  }
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
  margin-top: auto;
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a {
  font-size: 16px;
  font-weight: 700;
  color: #f85d62;
  display: flex;
  gap: 8px;
  align-items: center;
  text-transform: uppercase;
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a::after {
  content: "";
  background: url("/sites/all/themes/vesta_theme/image/Arrow 2.png");
  margin-left: 8px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a:hover {
  text-decoration: underline;
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog:hover {
  border-top: 2px solid #e32636;
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog:hover .field--name-taxonomy-term-title a {
  text-decoration: underline;
}
.more-link {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 993px) {
  .more-link {
    margin-top: 20px;
  }
}
.more-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 64px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  background: linear-gradient(#e32636, #f75d62);
  border-radius: 30px;
  border: none;
  width: 200px;
  color: white;
  box-shadow: 0px 10px 15px -3px rgba(227, 38, 54, 0.4);
  transition: 0.5s transform ease;
}
.more-link a::after {
  content: "";
  background: url("/sites/all/themes/vesta_theme/image/Arrow.png");
  margin-left: 8px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.more-link a:hover {
  transform: scale(1.1);
}
#block-vesta-theme-views-block-dopolnitelnye-uslugi-block-1 {
  margin-top: 60px;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-views-block-dopolnitelnye-uslugi-block-1 {
    margin-top: 40px;
  }
}
#block-vesta-theme-views-block-dopolnitelnye-uslugi-block-1 .block-title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-views-block-dopolnitelnye-uslugi-block-1 .block-title {
    margin-bottom: 20px;
  }
}
.view-dopolnitelnye-uslugi .view-content {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 6px;
}
.view-dopolnitelnye-uslugi .view-content .views-row {
  width: calc(100% / 3);
  padding: 25px;
  border-right: 1px solid #ecedef;
}
@media screen and (max-width: 993px) {
  .view-dopolnitelnye-uslugi .view-content .views-row {
    padding: 12px;
  }
}
@media screen and (max-width: 993px) {
  .view-dopolnitelnye-uslugi .view-content .views-row {
    width: calc(100% / 2);
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .view-dopolnitelnye-uslugi .view-content .views-row {
    width: 100%;
  }
}
.view-dopolnitelnye-uslugi .view-content .views-row h2 {
  display: none;
}
.view-dopolnitelnye-uslugi .view-content .views-row .dopu-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 993px) {
  .view-dopolnitelnye-uslugi .view-content .views-row .dopu-block {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 993px) {
  .view-dopolnitelnye-uslugi .view-content .views-row .dopu-block {
    justify-content: flex-start;
  }
}
.view-dopolnitelnye-uslugi .view-content .views-row .field--name-body p,
.view-dopolnitelnye-uslugi .view-content .views-row .field--name-body span {
  font-size: 20px;
  color: #2d2c2a;
}
@media screen and (max-width: 993px) {
  .view-dopolnitelnye-uslugi .view-content .views-row .field--name-body p,
  .view-dopolnitelnye-uslugi .view-content .views-row .field--name-body span {
    font-size: 18px;
  }
}
.view-dopolnitelnye-uslugi .view-content .views-row .field--name-field-zagolovok-dop-uslugi {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 993px) {
  .view-dopolnitelnye-uslugi .view-content .views-row .field--name-field-zagolovok-dop-uslugi {
    font-size: 18px;
  }
}
.geo-box {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 993px) {
  .geo-box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 993px) {
  .geo-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}
.geo-box .geo-left-box,
.geo-box .geo-right-box {
  flex: 1;
}
.geo-box .geo-left-box {
  display: flex;
  flex-direction: column;
  height: 322px;
}
.geo-box .geo-left-box .field--name-field-kastomnyy-zagolovok-geogra {
  margin-bottom: 20px;
}
.geo-box .geo-left-box .field--name-field-kastomnyy-zagolovok-geogra .block-title {
  color: white;
  max-width: 550px;
}
.geo-box .geo-left-box .field--name-body p,
.geo-box .geo-left-box .field--name-body span {
  font-size: 20px;
  color: #b3b3b3;
}
@media screen and (max-width: 993px) {
  .geo-box .geo-left-box .field--name-body p,
  .geo-box .geo-left-box .field--name-body span {
    font-size: 18px;
  }
}
.geo-box .geo-left-box .field--name-field-rasschitat-stoimost-perevo {
  margin-top: auto;
}
.geo-box .geo-left-box .field--name-field-rasschitat-stoimost-perevo a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  border-bottom: 1px solid #e32636;
  color: white;
  width: max-content;
}
.geo-box .geo-left-box .field--name-field-rasschitat-stoimost-perevo a::after {
  content: "";
  background: url("/sites/all/themes/vesta_theme/image/Arrow.png");
  margin-left: 8px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}
.geo-box .geo-left-box .field--name-field-rasschitat-stoimost-perevo a:hover {
  color: #e32636;
}
.geo-box .geo-left-box .field--name-field-rasschitat-stoimost-perevo a:hover::after {
  background: url("/sites/all/themes/vesta_theme/image/Arrow 2.png");
  background-size: contain;
}
.geo-box .geo-right-top-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 993px) {
  .geo-box .geo-right-top-box {
    margin-bottom: 15px;
  }
}
.geo-box .geo-right-top-box .field--name-field-let-v-transportnoy-sfere,
.geo-box .geo-right-top-box .field--name-field-gps-kontrol-perevozki {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
  border-top: 1px solid rgba(225, 225, 255, 0.1);
  background: rgba(225, 225, 255, 0.05);
  border-radius: 6px;
  padding: 40px;
  padding-top: 23px;
  padding-bottom: 23px;
  height: 145px;
}
@media screen and (max-width: 993px) {
  .geo-box .geo-right-top-box .field--name-field-let-v-transportnoy-sfere,
  .geo-box .geo-right-top-box .field--name-field-gps-kontrol-perevozki {
    padding: 20px;
  }
}
@media screen and (max-width: 993px) {
  .geo-box .geo-right-top-box .field--name-field-let-v-transportnoy-sfere,
  .geo-box .geo-right-top-box .field--name-field-gps-kontrol-perevozki {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.geo-box .geo-right-top-box .field--name-field-let-v-transportnoy-sfere .field__item p,
.geo-box .geo-right-top-box .field--name-field-gps-kontrol-perevozki .field__item p,
.geo-box .geo-right-top-box .field--name-field-let-v-transportnoy-sfere .field__item span,
.geo-box .geo-right-top-box .field--name-field-gps-kontrol-perevozki .field__item span {
  font-size: 36px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
@media screen and (max-width: 993px) {
  .geo-box .geo-right-top-box .field--name-field-let-v-transportnoy-sfere .field__item p,
  .geo-box .geo-right-top-box .field--name-field-gps-kontrol-perevozki .field__item p,
  .geo-box .geo-right-top-box .field--name-field-let-v-transportnoy-sfere .field__item span,
  .geo-box .geo-right-top-box .field--name-field-gps-kontrol-perevozki .field__item span {
    font-size: 25px;
  }
}
.geo-box .geo-right-top-box .field--name-field-let-v-transportnoy-sfere .field__item div,
.geo-box .geo-right-top-box .field--name-field-gps-kontrol-perevozki .field__item div {
  color: white;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
.geo-box .geo-right-top-box .field--name-field-let-v-transportnoy-sfere .field__item div span,
.geo-box .geo-right-top-box .field--name-field-gps-kontrol-perevozki .field__item div span {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
.geo-box .geo-right-top-box .field--name-field-let-v-transportnoy-sfere .field__label,
.geo-box .geo-right-top-box .field--name-field-gps-kontrol-perevozki .field__label {
  font-size: 16px;
  font-weight: 700;
  color: #b3b3b3;
}
.geo-box .geo-right-top-box .field--name-field-let-v-transportnoy-sfere .red-text,
.geo-box .geo-right-top-box .field--name-field-gps-kontrol-perevozki .red-text {
  color: transparent !important;
}
@media screen and (max-width: 993px) {
  .geo-box .geo-right-top-box .field--name-field-let-v-transportnoy-sfere,
  .geo-box .geo-right-top-box .field--name-field-gps-kontrol-perevozki {
    width: 100%;
  }
}
@media screen and (max-width: 993px) {
  .geo-box .geo-right-top-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}
.geo-box .geo-right-bottom-box {
  background: rgba(227, 38, 54, 0.05);
  border-radius: 6px;
  border-top: 1px solid #e32636;
  width: 100%;
  padding: 40px;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 993px) {
  .geo-box .geo-right-bottom-box {
    padding: 20px;
  }
}
@media screen and (max-width: 993px) {
  .geo-box .geo-right-bottom-box {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.geo-box .geo-right-bottom-box .field--name-field-strahovanie-grazhdanskoy-o {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
}
.geo-box .geo-right-bottom-box .field--name-field-strahovanie-grazhdanskoy-o .field__label {
  font-size: 16px;
  font-weight: 700;
  color: #b3b3b3;
}
.geo-box .geo-right-bottom-box .field--name-field-strahovanie-grazhdanskoy-o .field__item p,
.geo-box .geo-right-bottom-box .field--name-field-strahovanie-grazhdanskoy-o .field__item span {
  font-size: 36px;
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 993px) {
  .geo-box .geo-right-bottom-box .field--name-field-strahovanie-grazhdanskoy-o .field__item p,
  .geo-box .geo-right-bottom-box .field--name-field-strahovanie-grazhdanskoy-o .field__item span {
    font-size: 25px;
  }
}
.geo-box .geo-right-bottom-box .field--name-field-fayl-strahovanie .field__label {
  display: none;
}
.geo-box .geo-right-bottom-box .field--name-field-fayl-strahovanie a {
  font-size: 0px;
  background: url("/sites/all/themes/vesta_theme/image/Container3.png");
  background-repeat: no-repeat;
  background-size: 27px 36px;
  width: 27px;
  height: 36px;
  display: block;
}
#block-vesta-theme-konkurentnoepriemushchestvo .field--name-body {
  margin-bottom: 40px;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-konkurentnoepriemushchestvo .field--name-body {
    margin-bottom: 20px;
  }
}
#block-vesta-theme-konkurentnoepriemushchestvo .field--name-body p {
  margin-bottom: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
#block-vesta-theme-konkurentnoepriemushchestvo .field--name-body .block-title {
  text-align: center;
  color: white;
}
#block-vesta-theme-konkurentnoepriemushchestvo .field--name-field-priemushchestva {
  background: rgba(225, 225, 255, 0.05);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#block-vesta-theme-konkurentnoepriemushchestvo .field--name-field-priemushchestva > .field__item {
  width: calc(100% / 3);
  padding: 32px;
  border-right: 1px solid rgba(225, 225, 255, 0.1);
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-konkurentnoepriemushchestvo .field--name-field-priemushchestva > .field__item {
    padding: 12px;
  }
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-konkurentnoepriemushchestvo .field--name-field-priemushchestva > .field__item {
    width: calc(100% / 2);
    border: none;
  }
}
@media screen and (max-width: 768px) {
  #block-vesta-theme-konkurentnoepriemushchestvo .field--name-field-priemushchestva > .field__item {
    width: 100%;
  }
}
#block-vesta-theme-konkurentnoepriemushchestvo .field--name-field-priemushchestva > .field__item .paragraph--type--konkurentno-priemushchestvo {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#block-vesta-theme-konkurentnoepriemushchestvo .field--name-field-priemushchestva > .field__item .kpr-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
#block-vesta-theme-konkurentnoepriemushchestvo .field--name-field-priemushchestva > .field__item .kpr-box .field--name-field-zagolovok-konkurentnogo-pr {
  color: white;
  font-size: 24px;
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-konkurentnoepriemushchestvo .field--name-field-priemushchestva > .field__item .kpr-box .field--name-field-zagolovok-konkurentnogo-pr {
    font-size: 21px;
  }
}
@media screen and (max-width: 993px) {
  #block-vesta-theme-konkurentnoepriemushchestvo .field--name-field-priemushchestva > .field__item .kpr-box {
    justify-content: flex-start;
    gap: 10px;
  }
}
#block-vesta-theme-konkurentnoepriemushchestvo .field--name-field-priemushchestva > .field__item .field--name-field-tekst-konkurentnogo-priemu {
  color: white;
  font-size: 16px;
  color: #b3b3b3;
}
#block-vesta-theme-konkurentnoepriemushchestvo .field--name-field-priemushchestva > .field__item:nth-child(3) {
  border-right: none;
}
.block-views-blockavtopark-block-1 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 993px) {
  .block-views-blockavtopark-block-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.view-avtopark .view-header {
  margin-bottom: 40px;
}
.view-avtopark .view-header span {
  text-align: center;
  margin-bottom: 8px;
  width: 100%;
  /* 1. Градиент на фоне */
  background-image: linear-gradient(#e32636, #f75d62);
  /* 2. Обрезаем фон по форме текста */
  background-clip: text;
  -webkit-background-clip: text;
  /* Для Safari и старых Chrome */
  /* 3. Делаем текст прозрачным, чтобы фоновый градиент был виден */
  color: transparent;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}
.view-avtopark .view-header .block-title {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 993px) {
  .view-avtopark .view-header .block-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 993px) {
  .view-avtopark .view-header {
    margin-bottom: 20px;
  }
}
.view-avtopark .view-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.view-avtopark .view-content .views-row {
  width: calc((100% / 3) - 30px);
  height: 370px;
  border-radius: 6px;
  border-top: 2px solid transparent;
  transition: border-top-color 0.3s ease;
  /* Smooth border transition */
  overflow: hidden;
}
@media screen and (max-width: 993px) {
  .view-avtopark .view-content .views-row {
    width: calc((100% / 2) - 15px);
  }
}
@media screen and (max-width: 768px) {
  .view-avtopark .view-content .views-row {
    width: 100%;
  }
}
.view-avtopark .view-content .views-row .responsive-lg {
  height: 330px;
}
.view-avtopark .view-content .views-row.finger-hover {
  border-top-color: #e32636;
}
.view-avtopark .view-content .views-row.finger-hover h2 {
  display: block;
  padding: 30px;
  background: white;
}
.view-avtopark .view-content .views-row.finger-hover h2 a {
  text-decoration: underline;
}
.view-avtopark .view-content .views-row.finger-hover .field--name-field-foto-transport-tizer img {
  height: 280px;
}
.view-avtopark .view-content .node--type-transport {
  display: flex;
  flex-direction: column-reverse;
}
.view-avtopark .view-content h2 {
  margin-bottom: 0px;
  transition: all 0.3s ease;
  /* Smooth transition for h2 */
  display: none;
  line-height: 29px;
}
.view-avtopark .view-content h2 a {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
}
@media screen and (max-width: 993px) {
  .view-avtopark .view-content h2 a {
    font-size: 21px;
  }
}
.view-avtopark .view-content .field--name-field-foto-transport-tizer {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  /* Smooth transition for container */
}
.view-avtopark .view-content .field--name-field-foto-transport-tizer img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  transition: height 0.3s ease;
  /* Smooth height transition */
}
.view-avtopark .view-content .views-row:hover {
  border-top-color: #e32636;
  /* Changed from border-top to border-top-color for smooth transition */
}
.view-avtopark .view-content .views-row:hover h2 {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 122px;
  background: white;
}
.view-avtopark .view-content .views-row:hover h2 a {
  text-decoration: underline;
  text-align: center;
}
.view-avtopark .view-content .views-row:hover .field--name-field-foto-transport-tizer img {
  height: 260px;
}
.node--type-transport.node--view-mode-full {
  margin-bottom: 60px;
}
@media screen and (max-width: 993px) {
  .node--type-transport.node--view-mode-full {
    margin-bottom: 30px;
  }
}
.node--type-transport.node--view-mode-full .node__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.node--type-transport.node--view-mode-full .field--name-field-galereya-transporta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.node--type-transport.node--view-mode-full .field--name-field-galereya-transporta img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}
#fos-block form {
  background: white;
  border-radius: 8px;
  border-top: 2px solid black;
  padding: 40px;
}
@media screen and (max-width: 993px) {
  #fos-block form {
    padding: 15px;
  }
}
#fos-block form .form-type-processed-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 993px) {
  #fos-block form .form-type-processed-text {
    margin-bottom: 20px;
  }
}
#fos-block form .form-type-processed-text p {
  text-align: center;
  font-size: 20px;
  color: #2d2c2a;
  max-width: 605px;
}
@media screen and (max-width: 993px) {
  #fos-block form .form-type-processed-text p {
    font-size: 18px;
  }
}
#fos-block form .form-type-processed-text .block-title {
  text-align: center;
  margin-bottom: 20px;
}
#fos-block form .form-type-processed-text .red-text {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
#fos-block form .form-wrapper:nth-child(2) {
  display: flex;
  margin-bottom: 20px;
  gap: 30px;
  align-items: center;
}
#fos-block form .form-wrapper:nth-child(2) .form-item-name,
#fos-block form .form-wrapper:nth-child(2) .form-item-kontaktnyy-telefon {
  flex: 1;
}
#fos-block form .form-wrapper:nth-child(2) .form-item-name input,
#fos-block form .form-wrapper:nth-child(2) .form-item-kontaktnyy-telefon input {
  width: 100%;
  height: 60px;
  border-radius: 8px;
  border: 1px solid #ecedef;
  background: #f3f4f6;
  padding-left: 16px;
  color: #9ca3af;
}
#fos-block form .form-wrapper:nth-child(2) .form-item-name input::placeholder,
#fos-block form .form-wrapper:nth-child(2) .form-item-kontaktnyy-telefon input::placeholder {
  padding-left: 16px;
  color: #9ca3af;
}
#fos-block form .form-wrapper:nth-child(2) .form-item-name label,
#fos-block form .form-wrapper:nth-child(2) .form-item-kontaktnyy-telefon label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 993px) {
  #fos-block form .form-wrapper:nth-child(2) {
    flex-direction: column;
  }
}
#fos-block form .form-item-message {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 993px) {
  #fos-block form .form-item-message {
    margin-bottom: 20px;
  }
}
#fos-block form .form-item-message textarea {
  width: 100%;
  height: 60px;
  border-radius: 8px;
  border: 1px solid #ecedef;
  background: #f3f4f6;
  padding-left: 16px;
  color: #9ca3af;
  padding-top: 17px;
}
#fos-block form .form-item-message textarea::placeholder {
  color: #9ca3af;
}
#fos-block form .form-item-message label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
#fos-block form .form-wrapper:nth-child(4) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
#fos-block form .form-wrapper:nth-child(4) .form-type-checkbox {
  max-width: 475px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
#fos-block form .form-wrapper:nth-child(4) .form-type-checkbox input {
  width: 16px;
  height: 16px;
  accent-color: #f85d62;
}
#fos-block form .form-wrapper:nth-child(4) .form-type-checkbox .webform-element-description {
  color: #2d2c2a;
  font-size: 16px;
}
#fos-block form .form-wrapper:nth-child(4) .form-type-checkbox .webform-element-description a {
  color: #2d2c2a;
  font-size: 16px;
}
#fos-block form .form-wrapper:nth-child(4) .webform-button--submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 64px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  background: linear-gradient(#e32636, #f75d62);
  border-radius: 30px;
  border: none;
  width: 265px;
  box-shadow: 0px 10px 15px -3px rgba(227, 38, 54, 0.4);
  transition: 0.5s transform ease;
}
#fos-block form .form-wrapper:nth-child(4) .webform-button--submit::after {
  content: "";
  background: url("/sites/all/themes/vesta_theme/image/Arrow.png");
  margin-left: 8px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
#fos-block form .form-wrapper:nth-child(4) .webform-button--submit:hover {
  transform: scale(1.1);
}
.region-map {
  position: relative;
}
.region-map .contact-map-block {
  position: absolute;
  z-index: 2;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
}
.region-map .contact-map-block .contact-map-block-bg {
  background: white;
  max-width: 570px;
  border-radius: 6px;
  border-top: 2px solid black;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 993px) {
  .region-map .contact-map-block .contact-map-block-bg {
    padding: 15px;
  }
}
.region-map .contact-map-block a.tel {
  font-size: 24px;
  margin-bottom: 0px;
  font-weight: 700;
}
@media screen and (max-width: 993px) {
  .region-map .contact-map-block a.tel {
    font-size: 21px;
  }
}
.region-map .contact-map-block a.tel:hover {
  color: #f85d62;
}
.region-map .contact-map-block .contact-map-block-el {
  display: flex;
  flex-direction: column;
}
.region-map .contact-map-block .contact-map-block-el .contact-map-block-el-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #e32636;
  margin-bottom: 10px;
}
.region-map .contact-map-block .contact-map-block-el a.tel {
  margin-bottom: 8px;
}
.region-map .contact-map-block .contact-map-block-el a.mail {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.region-map .contact-map-block .contact-map-block-el a.mail:hover {
  color: #f85d62;
}
.region-map .contact-map-block .item img {
  transition: 0.5s transform ease;
}
.region-map .contact-map-block .item img:hover {
  transform: scale(1.1);
}
.region-map .contact-map-block .contact-map-adress {
  display: flex;
  align-items: center;
}
.region-map .contact-map-block .contact-map-adress p {
  font-size: 16px;
  font-weight: 700;
}
.region-map #block-vesta-theme-yandekskarta-2 {
  filter: brightness(0.7);
}
#footer {
  padding-top: 40px;
  padding-bottom: 20px;
  background: #fffefc;
}
#footer .row-copiryght {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
#footer .row-copiryght div {
  width: max-content;
}
#footer .row-copiryght .copyright,
#footer .row-copiryght a {
  font-size: 14px;
  color: #575654;
}
#footer .row-copiryght a:hover {
  color: #f85d62;
}
.footer-main-box {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 993px) {
  .footer-main-box {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 993px) {
  .footer-main-box {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.footer-main-box .footer-box .footer-logo img {
  max-width: 215px;
  height: auto;
}
.footer-main-box .footer-box .footer-contacts {
  margin-top: 120px;
}
@media screen and (max-width: 993px) {
  .footer-main-box .footer-box .footer-contacts {
    margin-top: 10px;
  }
}
.footer-main-box .footer-box .footer-contacts .item {
  margin-bottom: 20px;
}
.footer-main-box .footer-box .footer-contacts .item img {
  transition: 0.5s transform ease;
}
.footer-main-box .footer-box .footer-contacts .item img:hover {
  transform: scale(1.1);
}
.footer-main-box .footer-box .footer-contacts a.tel {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 993px) {
  .footer-main-box .footer-box .footer-contacts a.tel {
    font-size: 21px;
  }
}
.footer-main-box .footer-box .footer-contacts a.tel:hover {
  color: #f85d62;
}
.footer-main-box ul.nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-main-box ul.nav li a {
  padding: 0px;
  font-size: 16px;
  font-weight: 700;
  color: black;
}
.footer-main-box ul.nav li a:hover {
  color: #f85d62;
}
.footer-main-box ul.nav li ul.dropdown-menu {
  display: none;
}
.footer-main-box .view-catalog .view-content,
.footer-main-box .view-dopolnitelnye-uslugi .view-content {
  background: inherit;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-main-box .view-catalog .view-content .views-row,
.footer-main-box .view-dopolnitelnye-uslugi .view-content .views-row {
  width: 100%;
  height: 100%;
  background: inherit;
  border: none;
  padding: 0px;
}
.footer-main-box .view-catalog .view-content .views-row a,
.footer-main-box .view-dopolnitelnye-uslugi .view-content .views-row a {
  font-size: 16px;
  font-weight: 700;
}
.footer-main-box .view-catalog .view-content .views-row a:hover,
.footer-main-box .view-dopolnitelnye-uslugi .view-content .views-row a:hover {
  color: #f85d62;
}
.footer-main-box .footer-addres {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 255px;
}
.footer-main-box .footer-addres p {
  font-size: 16px;
  font-weight: 700;
}
.footer-main-box .footer-addres .contact-map-block-el {
  display: flex;
  flex-direction: column;
}
.footer-main-box .footer-addres .contact-map-block-el .contact-map-block-el-title {
  font-size: 14px;
  color: #575654;
  margin-bottom: 8px;
}
.footer-main-box .footer-addres .contact-map-block-el .tel,
.footer-main-box .footer-addres .contact-map-block-el .mail {
  font-size: 16px;
  font-weight: 700;
}
.footer-main-box .footer-addres .contact-map-block-el .tel:hover,
.footer-main-box .footer-addres .contact-map-block-el .mail:hover {
  color: #f85d62;
}
.vpa-content p,
.vpa-content a {
  font-size: 16px;
  font-weight: 700;
}
.vpa-actions button {
  background: linear-gradient(#e32636, #f75d62) !important;
  border-radius: 30px !important;
  text-transform: uppercase;
  width: 150px;
  height: 60px;
  box-shadow: 0px 10px 15px -3px rgba(227, 38, 54, 0.4);
  transition: 0.5s transform ease;
}
.vpa-actions button:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .vpa-actions button {
    width: 100px;
    height: 40px;
  }
}
.ui-dialog-titlebar {
  background: inherit;
  border: none;
}
.ui-dialog-titlebar button {
  background: url("/sites/all/themes/vesta_theme/image/close_black.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: none;
}
.modal-body form,
.ui-front form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.modal-body form .form-item-name,
.ui-front form .form-item-name,
.modal-body form .form-type-tel,
.ui-front form .form-type-tel,
.modal-body form .form-item-message,
.ui-front form .form-item-message {
  width: 100%;
}
.modal-body form .form-item-name input,
.ui-front form .form-item-name input,
.modal-body form .form-type-tel input,
.ui-front form .form-type-tel input,
.modal-body form .form-item-message input,
.ui-front form .form-item-message input,
.modal-body form .form-item-name textarea,
.ui-front form .form-item-name textarea,
.modal-body form .form-type-tel textarea,
.ui-front form .form-type-tel textarea,
.modal-body form .form-item-message textarea,
.ui-front form .form-item-message textarea {
  width: 100%;
  height: 45px;
  border-radius: 6px;
  border: 1px solid #21201e;
  padding-left: 10px;
}
.modal-body form .form-type-checkbox,
.ui-front form .form-type-checkbox {
  display: flex;
  gap: 5px;
  align-items: center;
}
.modal-body form .form-type-checkbox input,
.ui-front form .form-type-checkbox input {
  accent-color: #f85d62;
}
.modal-footer .webform-button--submit,
.ui-front .webform-button--submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 64px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  background: linear-gradient(#e32636, #f75d62);
  border-radius: 30px;
  border: none;
  width: 150px;
  height: 50px;
  box-shadow: 0px 10px 15px -3px rgba(227, 38, 54, 0.4);
  transition: 0.5s transform ease;
}
.modal-footer .webform-button--submit::after,
.ui-front .webform-button--submit::after {
  content: "";
  background: url("/sites/all/themes/vesta_theme/image/Arrow.png");
  margin-left: 8px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.modal-footer .webform-button--submit:hover,
.ui-front .webform-button--submit:hover {
  transform: scale(1.1);
}
.not-front #block-vesta-theme-page-title {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 993px) {
  .not-front #block-vesta-theme-page-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.not-front .view-dopolnitelnye-uslugi .more-link {
  display: none;
}
.not-front #block-vesta-theme-content {
  margin-bottom: 40px;
}
@media screen and (max-width: 993px) {
  .not-front #block-vesta-theme-content {
    margin-bottom: 20px;
  }
}
.body-node--800 .region-map .block-title {
  display: none;
}
.body-node--800 #block-vesta-theme-content {
  margin-bottom: 0px;
}
.body-view--about #block-vesta-theme-content {
  margin-bottom: 0px;
}
#scrollToTop {
  width: 94px;
  height: 49px;
  right: 20px;
}
#scrollToTop img {
  width: 94px;
  height: 49px;
  border-radius: 30px;
}
@media screen and (max-width: 993px) {
  #scrollToTop {
    width: 50px;
    height: 25px;
    right: 10px;
  }
  #scrollToTop img {
    width: 50px;
    height: 25px;
  }
}
.view-about {
  margin-bottom: 60px;
}
@media screen and (max-width: 993px) {
  .view-about {
    margin-bottom: 30px;
  }
}
.not-front .block-views-blockdopolnitelnye-uslugi-block-1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 993px) {
  .not-front .block-views-blockdopolnitelnye-uslugi-block-1 {
    margin-bottom: 30px;
  }
}
.not-front .region-content .search-form__submit {
  border: 1px solid #f85d62;
  background: #f85d62;
}
.not-front .region-content .search-form__submit:hover {
  color: #f85d62;
  background: white;
}
.not-front .region-content:has(.search-api-page-block-form-search) h3 a {
  font-size: 16px;
  text-decoration: none;
}
.not-front .region-content:has(.search-api-page-block-form-search) h3 a:hover {
  color: #f85d62;
}
.not-front .region-content:has(.search-api-page-block-form-search) h2 {
  font-size: 16px;
  margin: 10px 0;
}
.not-front .region-content ul.pagination li a {
  color: #f85d62;
}
.not-front .region-content ul.pagination li.is-active.active a {
  color: white;
  background-color: #f85d62;
  border: 1px solid #f85d62;
}
.node--type-about.node--view-mode-full {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  align-items: flex-start;
  flex-wrap: wrap;
}
