:root {
  --bs-body-line-height: 1.2;
  --bs-body-font-size: 16px;
}
@font-face {
  font-family: 'Merriweather';
  src: url('/sites/all/themes/vesta_theme/font/Merriweather_24ptBlack.eot');
  src: url('/sites/all/themes/vesta_theme/font/Merriweather_24ptBlack.eot') format('embedded-opentype'), url('/sites/all/themes/vesta_theme/font/Merriweather_24ptBlack.woff2') format('woff2'), url('/sites/all/themes/vesta_theme/font/Merriweather_24ptBlack.woff') format('woff'), url('/sites/all/themes/vesta_theme/font/Merriweather_24ptBlack.ttf') format('truetype'), url('/sites/all/themes/vesta_theme/font/Merriweather_24ptBlack.svg#Merriweather_24ptBlack') format('svg');
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: 'Merriweather';
  src: url('/sites/all/themes/vesta_theme/font/Merriweather_24ptBold.eot');
  src: url('/sites/all/themes/vesta_theme/font/Merriweather_24ptBold.eot') format('embedded-opentype'), url('/sites/all/themes/vesta_theme/font/Merriweather_24ptBold.woff2') format('woff2'), url('/sites/all/themes/vesta_theme/font/Merriweather_24ptBold.woff') format('woff'), url('/sites/all/themes/vesta_theme/font/Merriweather_24ptBold.ttf') format('truetype'), url('/sites/all/themes/vesta_theme/font/Merriweather_24ptBold.svg#Merriweather_24ptBold') format('svg');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Merriweather';
  src: url('/sites/all/themes/vesta_theme/font/Merriweather_24ptRegular.eot');
  src: url('/sites/all/themes/vesta_theme/font/Merriweather_24ptRegular.eot') format('embedded-opentype'), url('/sites/all/themes/vesta_theme/font/Merriweather_24ptRegular.woff2') format('woff2'), url('/sites/all/themes/vesta_theme/font/Merriweather_24ptRegular.woff') format('woff'), url('/sites/all/themes/vesta_theme/font/Merriweather_24ptRegular.ttf') format('truetype'), url('/sites/all/themes/vesta_theme/font/Merriweather_24ptRegular.svg#Merriweather_24ptRegular') format('svg');
  font-style: normal;
  font-weight: 400;
}
.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 {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: #007499;
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1200px;
  }
}
p {
  margin-bottom: 0.5em;
}
p:last-child {
  margin-bottom: 0 !important;
}
body {
  padding-top: 0 !important;
  font-family: 'Inter', sans-serif;
  color: var(--color2);
}
#app {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  overflow: hidden;
  background-color: #fff;
}
#app #main {
  margin-bottom: auto;
}
#app .block .block-title {
  margin-bottom: 42px;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #app .block .block-title {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #app .block .block-title {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  #app .block .block-title {
    margin-bottom: 18px;
  }
}
#app > * {
  margin-bottom: 15px;
}
#app > *:last-child {
  margin-bottom: 0;
}
#app > *:not(header,footer) .block-block .content {
  text-align: justify;
}
#app > *:not(header,footer) .block-block .content h1,
#app > *:not(header,footer) .block-block .content h2,
#app > *:not(header,footer) .block-block .content h3,
#app > *:not(header,footer) .block-block .content h4,
#app > *:not(header,footer) .block-block .content h5,
#app > *:not(header,footer) .block-block .content h6 {
  text-align: left;
}
.toolbar-fixed #app {
  margin-top: var(--drupal-displace-offset-top);
}
@media screen and (max-width: 991px) {
  #app {
    padding-top: 0px;
  }
}
html {
  line-height: 1.5;
  font-size: 16px !important;
  color: #000;
  font-family: 'Merriweather', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media screen and (max-width: 767px) {
  html {
    font-size: 15px !important;
  }
}
body {
  line-height: inherit;
  background: #fff;
  color: inherit;
  font-family: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
.page > *:not(header,footer) .block-title {
  font-family: 'Merriweather', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.25;
  margin-bottom: 0.25em;
}
h1 {
  font-size: 3.25rem;
  font-weight: bold;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 2rem;
  }
}
h2,
#app > *:not(header,footer) .block-title {
  font-size: 45px;
  font-weight: 700;
  color: inherit;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  h2,
  #app > *:not(header,footer) .block-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  h2,
  #app > *:not(header,footer) .block-title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  h2,
  #app > *:not(header,footer) .block-title {
    font-size: 1.25rem;
  }
}
h3 {
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.15rem;
  }
}
h4 {
  font-size: 1.15rem;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.1rem;
  }
}
h5 {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 1.05rem;
  }
}
h6 {
  font-size: 1rem;
}
/*Разное*/
.text-blue {
  color: #007499;
}
.text-blue a {
  color: inherit;
}
input.form-control::-webkit-input-placeholder {
  color: #000 !important;
}
input.form-control:-ms-input-placeholder {
  color: #000 !important;
}
input.form-control::-ms-input-placeholder {
  color: #000 !important;
}
input.form-control::placeholder {
  color: #000 !important;
}
input[type="text"]::-webkit-input-placeholder {
  color: #000 !important;
}
input[type="text"]:-ms-input-placeholder {
  color: #000 !important;
}
input[type="text"]::-ms-input-placeholder {
  color: #000 !important;
}
input[type="text"]::placeholder {
  color: #000 !important;
}
input[type="tel"]::-webkit-input-placeholder {
  color: #000 !important;
}
input[type="tel"]:-ms-input-placeholder {
  color: #000 !important;
}
input[type="tel"]::-ms-input-placeholder {
  color: #000 !important;
}
input[type="tel"]::placeholder {
  color: #000 !important;
}
textarea::-webkit-input-placeholder {
  color: #000 !important;
}
textarea:-ms-input-placeholder {
  color: #000 !important;
}
textarea::-ms-input-placeholder {
  color: #000 !important;
}
textarea::placeholder {
  color: #000 !important;
}
/*.search-block-form{
  .form-type-search{
    max-width: 90%;
    width: 100%;
  }
  input.form-search {
    height: 27px;
    padding: 0 0 4px;
    background-color: transparent;
    border-bottom: 1px solid #ffffff;
    border-width: 0 0 1px 0;
    border-radius: 0;
    color: @white;
    &:focus{box-shadow: none;}
  }
  .btn{
    margin-top: 10px;
    padding: 11px 26px 11px 26px;
    border-radius: 100px;
    border: none;
    background-color: #FFC700;
    color: #1b1b1b;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    &:focus{
      outline: none;
      box-shadow: none;
    }
    &:hover{
      background: #ffffff;
      color: #AA700D;
    }
  }
}*/
.not-front {
  /*.node--type-page.node--view-mode-full{
    .field--name-body{
      ul{
        list-style-image: url(/sites/all/themes/vesta_theme/image/check.svg);
      }
    }
  }*/
}
.not-front #main {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .not-front #main {
    padding-top: 90px;
  }
}
.not-front .map-block {
  padding-top: 120px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .not-front .map-block {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .not-front .map-block {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .not-front .map-block {
    margin-top: 60px;
  }
}
.btn {
  padding: 16px;
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.btn.btn-default {
  background-color: #007499;
  border: 2px solid #007499;
}
.btn.btn-default:hover {
  background-color: transparent;
  border: 2px solid #007499;
}
.line-block {
  padding-top: 42px;
  position: relative;
  border-top: 5px solid #007499;
}
.line-block .region {
  position: relative;
}
.line-block .region .block {
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .line-block .region .block {
    padding-top: 0;
  }
}
.line-block .region .block-title {
  padding: 0 10px;
  position: absolute;
  top: -75px;
  bottom: auto;
  left: 0;
  right: auto;
  background-color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .line-block .region .block-title {
    top: -68px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .line-block .region .block-title {
    top: -68px;
  }
}
@media screen and (max-width: 767px) {
  .line-block .region .block-title {
    top: -58px;
  }
}
/*Шапка*/
#header .header-top {
  padding: 20px 0 18px;
}
#header .header-top .logo img {
  max-width: 499px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #header .header-top .logo img {
    max-width: 400px;
  }
}
#header .header-top .col-contacts {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
#header .header-top .col-callback-social {
  display: -moz-box;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
#header .header-top .col-callback-social .header-callback {
  max-width: 271px;
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #header .header-top .col-callback-social .header-callback {
    max-width: 190px;
  }
}
#header .header-top .col-callback-social .header-callback #block-vesta-theme-knopkaostavitzayavku--2 .field--name-body .btn {
  width: 100%;
}
#header .header-top .col-callback-social .msngrs {
  gap: 10px;
}
#header .header-top .col-callback-social .msngrs .item a {
  display: inline-block;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #007499;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #header .header-top .col-callback-social .msngrs .item a {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-top .col-callback-social .msngrs .item a {
    width: 37px;
    height: 37px;
  }
}
#header .header-top .col-callback-social .msngrs .item a img {
  max-width: 26px;
  max-height: 26px;
  object-fit: contain;
}
#header .header-bottom {
  padding: 13px 0 12px;
}
#header .header-bottom .region-navigation .nav {
  gap: 38px;
}
#header .header-bottom .region-navigation .nav .nav-item .nav-link {
  padding: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
/*Банер на главной*/
.top-block {
  background-image: url(/sites/all/themes/vesta_theme/image/bg-top.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 93% 35%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .top-block {
    background-size: 500px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .top-block {
    background-size: 400px;
    background-position: 100% 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-block {
    background-size: 300px;
    background-position: 100% 100%;
  }
}
.top-block .region-top-block {
  min-height: 698px;
  padding: 35px 0 60px 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .top-block .region-top-block {
    min-height: 500px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .top-block .region-top-block {
    min-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .top-block .region-top-block {
    min-height: 300px;
  }
}
.top-block .region-top-block #block-vesta-theme-tekstbanera .field--name-body {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .top-block .region-top-block #block-vesta-theme-tekstbanera .field--name-body {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-block .region-top-block #block-vesta-theme-tekstbanera .field--name-body {
    font-size: 18px;
  }
}
.top-block .region-top-block #block-vesta-theme-tekstbanera .field--name-body .row-title {
  max-width: 41%;
  margin-bottom: 8px;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .top-block .region-top-block #block-vesta-theme-tekstbanera .field--name-body .row-title {
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .top-block .region-top-block #block-vesta-theme-tekstbanera .field--name-body .row-title {
    max-width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .top-block .region-top-block #block-vesta-theme-tekstbanera .field--name-body .row-title {
    max-width: 100%;
  }
}
.top-block .region-top-block #block-vesta-theme-tekstbanera .field--name-body .row-title .front-h1 {
  margin-bottom: 0;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}
.top-block .region-top-block #block-vesta-theme-tekstbanera .field--name-body .row-title .subtitle {
  align-self: flex-end;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .top-block .region-top-block #block-vesta-theme-tekstbanera .field--name-body .row-title .subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-block .region-top-block #block-vesta-theme-tekstbanera .field--name-body .row-title .subtitle {
    font-size: 18px;
  }
}
/*Продукция*/
#block-vesta-theme-produkciya {
  margin-bottom: 130px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-produkciya {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-produkciya {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-produkciya {
    margin-bottom: 30px;
  }
}
#block-vesta-theme-produkciya .field--name-body {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-produkciya .field--name-body {
    font-size: 14px;
  }
}
#block-vesta-theme-produkciya .field--name-body h3 {
  margin-bottom: 10px;
  font-size: 33px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-produkciya .field--name-body h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-produkciya .field--name-body h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-produkciya .field--name-body h3 {
    font-size: 22px;
  }
}
#block-vesta-theme-produkciya .field--name-body h4 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-produkciya .field--name-body h4 {
    font-size: 14px;
  }
}
#block-vesta-theme-produkciya .field--name-body .last-row {
  margin-top: 86px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-produkciya .field--name-body .last-row {
    margin-top: 66px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-produkciya .field--name-body .last-row {
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-produkciya .field--name-body .last-row {
    margin-top: 20px;
  }
}
#block-vesta-theme-produkciya .field--name-body img {
  margin-left: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-produkciya .field--name-body img {
    margin-left: 20px;
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-produkciya .field--name-body img {
    margin-left: 15px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-produkciya .field--name-body img {
    margin: 15px 0;
  }
}
/*О компании*/
#block-vesta-theme-views-block-about-block-1 {
  margin-bottom: 150px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 {
    margin-bottom: 30px;
  }
}
#block-vesta-theme-views-block-about-block-1 .view-content .node--type-about.node--view-mode-teaser {
  display: -moz-box;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .view-content .group-left {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .view-content .group-left {
    width: 100%;
  }
}
#block-vesta-theme-views-block-about-block-1 .view-content .group-left .field--name-body {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .view-content .group-left .field--name-body {
    font-size: 14px;
  }
}
#block-vesta-theme-views-block-about-block-1 .view-content .group-left .field--name-body ul {
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .view-content .group-left .field--name-body ul {
    font-size: 16px;
  }
}
#block-vesta-theme-views-block-about-block-1 .view-content .group-left .field--name-body ul li::marker {
  color: #007499;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .view-content .group-left .field--name-body ul li::marker {
    font-size: 16px;
  }
}
#block-vesta-theme-views-block-about-block-1 .view-content .group-left .field--name-body ul li:not(:last-child) {
  margin-bottom: 13px;
}
#block-vesta-theme-views-block-about-block-1 .view-content .group-right {
  padding-left: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .view-content .group-right {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .view-content .group-right {
    padding-left: 15px;
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .view-content .group-right {
    padding: 15px 0;
    width: 100%;
  }
}
#block-vesta-theme-views-block-about-block-1 .view-content .group-right img {
  width: 100%;
}
#block-vesta-theme-views-block-about-block-1 .view-content .group-footer {
  width: 100%;
  margin-top: 88px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .view-content .group-footer {
    margin-top: 68px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .view-content .group-footer {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .view-content .group-footer {
    margin-top: 20px;
  }
}
#block-vesta-theme-views-block-about-block-1 .view-content .group-footer .field--type-image {
  width: 100%;
  display: -moz-box;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .view-content .group-footer .field--type-image {
    gap: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .view-content .group-footer .field--type-image {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .view-content .group-footer .field--type-image {
    justify-content: space-around;
    gap: 15px;
  }
}
#block-vesta-theme-views-block-about-block-1 .view-content .group-footer .field--type-image .field__item {
  max-width: 370px;
  width: 100%;
  max-height: 271px;
  height: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .view-content .group-footer .field--type-image .field__item {
    max-width: 295px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .view-content .group-footer .field--type-image .field__item {
    max-width: 215px;
  }
}
#block-vesta-theme-views-block-about-block-1 .view-content .group-footer .field--type-image .field__item img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}
/*Купим отходы*/
#block-vesta-theme-kupimotkhody {
  margin-bottom: 180px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-kupimotkhody {
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-kupimotkhody {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-kupimotkhody {
    margin-bottom: 60px;
  }
}
#block-vesta-theme-kupimotkhody .field--name-body {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-kupimotkhody .field--name-body {
    font-size: 14px;
  }
}
#block-vesta-theme-kupimotkhody .field--name-body img {
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-kupimotkhody .field--name-body img {
    max-width: 100%;
    margin: 15px auto;
  }
}
#block-vesta-theme-kupimotkhody .field--name-body h5 {
  margin-bottom: 21px;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-kupimotkhody .field--name-body h5 {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-kupimotkhody .field--name-body h5 {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-kupimotkhody .field--name-body h5 {
    margin-bottom: 14px;
    font-size: 16px;
  }
}
#block-vesta-theme-kupimotkhody .field--name-body ul {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-kupimotkhody .field--name-body ul {
    margin-bottom: 14px;
    font-size: 15px;
  }
}
#block-vesta-theme-kupimotkhody .field--name-body ul li::marker {
  color: #007499;
  font-size: 18px;
  line-height: 1;
}
#block-vesta-theme-kupimotkhody .field--name-body ul li:not(:last-child) {
  margin-bottom: 13px;
}
#block-vesta-theme-kupimotkhody .field--name-body .phone-number {
  margin-top: 17px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-kupimotkhody .field--name-body .phone-number {
    margin-top: 14px;
    font-size: 15px;
  }
}
/*Контакты*/
.wraper-contacts {
  position: relative;
  padding: 42px 0 130px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wraper-contacts {
    padding: 42px 0 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wraper-contacts {
    padding: 42px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .wraper-contacts {
    padding: 42px 0 60px;
  }
}
.wraper-contacts .container {
  position: relative;
}
.wraper-contacts .block-title {
  margin-bottom: 42px;
  padding: 0 10px;
  position: absolute;
  top: -75px;
  bottom: auto;
  left: 0;
  right: auto;
  background-color: #fff;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wraper-contacts .block-title {
    top: -68px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wraper-contacts .block-title {
    top: -68px;
  }
}
@media screen and (max-width: 767px) {
  .wraper-contacts .block-title {
    top: -58px;
  }
}
.wraper-contacts .row-contacts {
  padding-top: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wraper-contacts .row-contacts {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wraper-contacts .row-contacts {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .wraper-contacts .row-contacts {
    padding-top: 0;
  }
}
.wraper-contacts .row-contacts .col-contacts {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .wraper-contacts .row-contacts .col-contacts {
    margin-bottom: 15px;
  }
}
.wraper-contacts .row-contacts .col-contacts .icon-contacts-text .tel-text {
  margin-bottom: 6px;
  color: #007499;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}
.wraper-contacts .row-contacts .col-contacts .icon-contacts-text .contact-item {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
.wraper-contacts .row-contacts .col-contacts .msngrs {
  margin-top: 21px;
  gap: 10px;
}
.wraper-contacts .row-contacts .col-contacts .msngrs .item a {
  display: inline-block;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #007499;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wraper-contacts .row-contacts .col-contacts .msngrs .item a {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .wraper-contacts .row-contacts .col-contacts .msngrs .item a {
    width: 37px;
    height: 37px;
  }
}
.wraper-contacts .row-contacts .col-contacts .msngrs .item a img {
  max-width: 26px;
  max-height: 26px;
  object-fit: contain;
}
.wraper-contacts .row-contacts .col-map #block-vesta-theme-yandekskarta-2 {
  padding-top: 0;
}
/*Форма обратной связи*/
#fos-block {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  #fos-block .region .block {
    padding-top: 40px;
  }
}
#fos-block .block-title {
  margin-bottom: 0;
  top: -35px;
}
@media screen and (max-width: 767px) {
  #fos-block .block-title {
    top: -18px;
  }
}
#fos-block .webform-submission-callback-form {
  display: -moz-box;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  #fos-block .webform-submission-callback-form {
    gap: 15px;
  }
}
#fos-block .webform-submission-callback-form .form-type-processed-text {
  width: 100%;
  margin-bottom: 38px;
  color: #007499;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #fos-block .webform-submission-callback-form .form-type-processed-text {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #fos-block .webform-submission-callback-form .form-type-processed-text {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #fos-block .webform-submission-callback-form .form-type-processed-text {
    margin-bottom: 15px;
  }
}
#fos-block .webform-submission-callback-form .form-item.form-item-name,
#fos-block .webform-submission-callback-form .form-item.form-item-telefon {
  max-width: 380px;
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #fos-block .webform-submission-callback-form .form-item.form-item-name,
  #fos-block .webform-submission-callback-form .form-item.form-item-telefon {
    max-width: 300px;
  }
}
@media screen and (max-width: 991px) {
  #fos-block .webform-submission-callback-form .form-item.form-item-name,
  #fos-block .webform-submission-callback-form .form-item.form-item-telefon {
    max-width: 100%;
  }
}
#fos-block .webform-submission-callback-form .webform-flexbox {
  max-width: 380px;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #fos-block .webform-submission-callback-form .webform-flexbox {
    max-width: 300px;
  }
}
@media screen and (max-width: 991px) {
  #fos-block .webform-submission-callback-form .webform-flexbox {
    max-width: 100%;
  }
}
#fos-block .webform-submission-callback-form .webform-flexbox .webform-flex {
  margin-bottom: 14px;
}
#fos-block .webform-submission-callback-form .webform-flexbox .webform-flex .webform-flex--container {
  margin: 0;
}
#fos-block .webform-submission-callback-form .webform-flexbox .webform-flex .webform-flex--container .form-actions .btn {
  width: 100%;
}
#fos-block .webform-submission-callback-form .webform-flexbox .webform-flex .webform-flex--container .form-item-privacy {
  display: -moz-box;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#fos-block .webform-submission-callback-form .webform-flexbox .webform-flex .webform-flex--container .form-item-privacy input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  border-radius: 0;
  box-sizing: border-box;
  border: 1px solid black;
  background: #fff;
}
#fos-block .webform-submission-callback-form .webform-flexbox .webform-flex .webform-flex--container .form-item-privacy input[type="checkbox"].error {
  border: 1.3px solid #E14827;
}
#fos-block .webform-submission-callback-form .webform-flexbox .webform-flex .webform-flex--container .form-item-privacy input[type="checkbox"].valid {
  border: 1.3px solid #34CE3A;
}
#fos-block .webform-submission-callback-form .webform-flexbox .webform-flex .webform-flex--container .form-item-privacy .description {
  max-width: 90%;
  width: 100%;
  white-space: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #fos-block .webform-submission-callback-form .webform-flexbox .webform-flex .webform-flex--container .form-item-privacy .description {
    max-width: 88%;
  }
}
@media screen and (max-width: 767px) {
  #fos-block .webform-submission-callback-form .webform-flexbox .webform-flex .webform-flex--container .form-item-privacy .description {
    max-width: 88%;
  }
}
#fos-block .webform-submission-callback-form .webform-flexbox .webform-flex .webform-flex--container .form-item-privacy .description a {
  color: #007499;
}
#fos-block .webform-submission-callback-form .webform-flexbox .webform-flex .webform-flex--container .form-item-privacy .description a:hover {
  text-decoration: underline;
}
.webform-submission-form .form-item:not(.form-item-privacy) input {
  width: 100%;
  height: 51px;
  margin: 0;
  padding: 16px 8px;
  border-radius: 0;
  box-sizing: border-box;
  border: 1.3px solid #007499;
  background: rgba(0, 116, 153, 0);
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
.webform-submission-form .form-item:not(.form-item-privacy) input:focus,
.webform-submission-form .form-item:not(.form-item-privacy) input:focus-visible {
  outline: none;
  box-shadow: none;
}
.webform-submission-form .form-item input.error {
  border: 1.3px solid #E14827;
}
.webform-submission-form .form-item input.valid {
  border: 1.3px solid #34CE3A;
}
.webform-submission-form .form-item--error-message {
  display: none!important;
}
.modal-dialog .modal-content {
  border-radius: 0;
}
.modal-dialog .modal-content .webform-submission-callback-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal-dialog .modal-content .webform-submission-callback-form .webform-flexbox {
  margin: 0;
}
.modal-dialog .modal-content .webform-submission-callback-form .webform-flexbox .form-item-privacy {
  display: -moz-box;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.modal-dialog .modal-content .webform-submission-callback-form .webform-flexbox .form-item-privacy input.form-checkbox {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  border-radius: 0;
  box-sizing: border-box;
  border: 1px solid black;
  background: #fff;
}
.modal-dialog .modal-content .webform-submission-callback-form .webform-flexbox .form-item-privacy input.form-checkbox.error {
  border: 1.3px solid #E14827;
}
.modal-dialog .modal-content .webform-submission-callback-form .webform-flexbox .form-item-privacy input.form-checkbox.valid {
  border: 1.3px solid #34CE3A;
}
.modal-dialog .modal-content .webform-submission-callback-form .webform-flexbox .form-item-privacy .description {
  max-width: 90%;
  width: 100%;
  white-space: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
.modal-dialog .modal-content .webform-submission-callback-form .webform-flexbox .form-item-privacy .description a {
  color: #007499;
}
.modal-dialog .modal-content .webform-submission-callback-form .webform-flexbox .form-item-privacy .description a:hover {
  text-decoration: underline;
}
/*Подвал*/
#footer {
  margin-bottom: 0;
  padding-top: 100px;
}
#footer .row .logo {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #footer .row .logo {
    margin-bottom: 15px;
  }
}
#footer .row .logo .row-logo {
  margin-bottom: 19px;
  max-width: 367px;
}
#footer .row .logo .row-copiryght {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
#footer .row .logo .row-copiryght .row-copiryght-1 {
  margin-bottom: 7px;
  font-weight: 700;
}
#footer .row .col-nav .region-navigation .nav {
  display: flex;
  flex-direction: column;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #footer .row .col-nav .region-navigation .nav {
    font-size: 14px;
    line-height: 1.2;
  }
}
#footer .row .col-nav .region-navigation .nav .nav-item .nav-link {
  padding: 0;
  color: inherit;
}
#footer .row .col-nav .region-navigation .nav .nav-item .nav-link:hover {
  color: #007499;
}
#footer .row .col-contacts {
  display: flex;
  flex-direction: column;
}
#footer .row .col-contacts .ci_label {
  color: #007499;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #footer .row .col-contacts .ci_label {
    font-size: 16px;
  }
}
#footer .row .col-contacts .contact-item {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #footer .row .col-contacts .contact-item {
    font-size: 14px;
  }
}
#footer .row .col-contacts .contact-item.footer-address {
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  #footer .row .col-callback.col-social {
    margin-top: 15px;
  }
}
#footer .row .col-callback.col-social .footer-callback {
  margin-bottom: 9px;
}
#footer .row .col-callback.col-social .footer-callback .region-callback .btn {
  width: 100%;
}
#footer .row .col-callback.col-social .msngrs {
  gap: 10px;
}
#footer .row .col-callback.col-social .msngrs .item a {
  display: inline-block;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #007499;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #footer .row .col-callback.col-social .msngrs .item a {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row .col-callback.col-social .msngrs .item a {
    width: 37px;
    height: 37px;
  }
}
#footer .row .col-callback.col-social .msngrs .item a img {
  max-width: 26px;
  max-height: 26px;
  object-fit: contain;
}
#footer .row-copiryght-footer {
  margin-top: 45px;
  padding: 11px 0;
  background-color: #007499;
}
#footer .row-copiryght-footer .col-webvesta {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}
#footer .row-copiryght-footer .col-webvesta a {
  color: inherit;
}
/*Дополнительные стили*/
.msngrs.fixed-block {
  flex-direction: column;
  gap: 14px;
  cursor: pointer;
  position: fixed;
  bottom: 190px;
  right: 30px;
  z-index: 10;
  transition: 0.2s;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .msngrs.fixed-block {
    bottom: 160px;
    right: 10px;
  }
}
.msngrs.fixed-block .item a {
  display: inline-block;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #007499;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .msngrs.fixed-block .item a {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .msngrs.fixed-block .item a {
    width: 37px;
    height: 37px;
  }
}
.msngrs.fixed-block .item a img {
  max-width: 26px;
  max-height: 26px;
  object-fit: contain;
}
.offcanvas .region-navigation {
  margin-bottom: 15px;
}
.offcanvas .region-navigation .nav {
  flex-direction: column;
  gap: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
.offcanvas .region-navigation .nav .nav-link {
  padding: 0;
  color: inherit;
}
.offcanvas .region-navigation .nav .nav-link:hover {
  color: #007499;
}
.offcanvas .contact-item .contact-item-label {
  color: #007499;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}
.offcanvas .msngrs {
  margin-top: 15px;
  gap: 10px;
}
.offcanvas .msngrs .item a {
  display: inline-block;
  width: 37px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #007499;
}
.offcanvas .msngrs .item a img {
  max-width: 26px;
  max-height: 26px;
  object-fit: contain;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-content p {
  margin-bottom: 12px;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-actions .btn {
  padding: 14px 26px;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-actions .btn.btn-secondary {
  border: 1px solid #007499;
}
