:root {
  --bs-body-line-height: 1.2;
  --bs-body-font-size: 16px;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/sites/all/themes/vesta_theme/font/MontserratRegular.eot');
  src: url('/sites/all/themes/vesta_theme/font/MontserratRegular.eot') format('embedded-opentype'), url('/sites/all/themes/vesta_theme/font/MontserratRegular.woff2') format('woff2'), url('/sites/all/themes/vesta_theme/font/MontserratRegular.woff') format('woff'), url('/sites/all/themes/vesta_theme/font/MontserratRegular.ttf') format('truetype'), url('/sites/all/themes/vesta_theme/font/MontserratRegular.svg#MontserratRegular') format('svg');
  font-size: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/sites/all/themes/vesta_theme/font/MontserratMedium.eot');
  src: url('/sites/all/themes/vesta_theme/font/MontserratMedium.eot') format('embedded-opentype'), url('/sites/all/themes/vesta_theme/font/MontserratMedium.woff2') format('woff2'), url('/sites/all/themes/vesta_theme/font/MontserratMedium.woff') format('woff'), url('/sites/all/themes/vesta_theme/font/MontserratMedium.ttf') format('truetype'), url('/sites/all/themes/vesta_theme/font/MontserratMedium.svg#MontserratMedium') format('svg');
  font-size: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/sites/all/themes/vesta_theme/font/MontserratBold.eot');
  src: url('/sites/all/themes/vesta_theme/font/MontserratBold.eot') format('embedded-opentype'), url('/sites/all/themes/vesta_theme/font/MontserratBold.woff2') format('woff2'), url('/sites/all/themes/vesta_theme/font/MontserratBold.woff') format('woff'), url('/sites/all/themes/vesta_theme/font/MontserratBold.ttf') format('truetype'), url('/sites/all/themes/vesta_theme/font/MontserratBold.svg#MontserratBold') format('svg');
  font-size: normal;
  font-weight: 700;
}
.tr {
  transition: all 0.4s ease;
}
img:not(.image-style-gallery, .pswp__img) {
  max-width: 100%;
  height: auto !important;
}
.field[data-blazy] {
  min-width: initial;
}
table img {
  max-width: initial;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
/*a{
  color: var(--color);
  .tr;
}*/
@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;
  /*.desctop-md-max({
    padding-top: 55px;
  });*/
}
.toolbar-fixed #app {
  margin-top: var(--drupal-displace-offset-top);
}
html {
  line-height: 1.2;
  font-size: 16px !important;
  color: #45497D;
  font-family: 'Montserrat', -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: 14px !important;
  }
}
body {
  line-height: inherit;
  background: #fff;
  color: inherit;
  font-family: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
#app > *:not(header,footer) .block-title {
  font-family: 'Montserrat', -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.2;
  margin-bottom: 0.25em;
}
h1 {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
}
h2,
#app > *:not(header,footer) .block-title {
  font-size: 2.25rem;
  line-height: 1.2;
  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;
}
p {
  margin-bottom: 0.5em;
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
  color: rgba(23, 24, 21, 0.61);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: #45497D;
}
#app {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  overflow: hidden;
  background-color: #fff;
}
#app #footer {
  margin-top: auto;
}
#app .block .block-title {
  margin-bottom: 70px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #app .block .block-title {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #app .block .block-title {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  #app .block .block-title {
    margin-bottom: 20px;
  }
}
#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;
}
/*Разное*/
input.form-control::-webkit-input-placeholder {
  color: rgba(23, 24, 21, 0.68) !important;
}
input.form-control:-ms-input-placeholder {
  color: rgba(23, 24, 21, 0.68) !important;
}
input.form-control::-ms-input-placeholder {
  color: rgba(23, 24, 21, 0.68) !important;
}
input.form-control::placeholder {
  color: rgba(23, 24, 21, 0.68) !important;
}
input[type="text"]::-webkit-input-placeholder {
  color: rgba(23, 24, 21, 0.68) !important;
}
input[type="text"]:-ms-input-placeholder {
  color: rgba(23, 24, 21, 0.68) !important;
}
input[type="text"]::-ms-input-placeholder {
  color: rgba(23, 24, 21, 0.68) !important;
}
input[type="text"]::placeholder {
  color: rgba(23, 24, 21, 0.68) !important;
}
input[type="email"]::-webkit-input-placeholder {
  color: rgba(23, 24, 21, 0.68) !important;
}
input[type="email"]:-ms-input-placeholder {
  color: rgba(23, 24, 21, 0.68) !important;
}
input[type="email"]::-ms-input-placeholder {
  color: rgba(23, 24, 21, 0.68) !important;
}
input[type="email"]::placeholder {
  color: rgba(23, 24, 21, 0.68) !important;
}
input[type="tel"]::-webkit-input-placeholder {
  color: rgba(23, 24, 21, 0.68) !important;
}
input[type="tel"]:-ms-input-placeholder {
  color: rgba(23, 24, 21, 0.68) !important;
}
input[type="tel"]::-ms-input-placeholder {
  color: rgba(23, 24, 21, 0.68) !important;
}
input[type="tel"]::placeholder {
  color: rgba(23, 24, 21, 0.68) !important;
}
textarea::-webkit-input-placeholder {
  color: rgba(23, 24, 21, 0.68) !important;
}
textarea:-ms-input-placeholder {
  color: rgba(23, 24, 21, 0.68) !important;
}
textarea::-ms-input-placeholder {
  color: rgba(23, 24, 21, 0.68) !important;
}
textarea::placeholder {
  color: rgba(23, 24, 21, 0.68) !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;
    }
  }
}*/
.offcanvas-body .search-block-form {
  margin-bottom: 15px;
}
.offcanvas-body .search-block-form .form-type-search {
  max-width: 55%;
  width: 100%;
}
.offcanvas-body .search-block-form input.form-search {
  padding: 11px;
  background-color: #fff;
  border: 1px solid #fff;
  border-width: 0 0 1px 0;
  border-radius: 5px;
  color: #fff;
}
.offcanvas-body .search-block-form input.form-search:focus {
  box-shadow: none;
}
.offcanvas-body .search-block-form .btn {
  padding: 11px;
  border-radius: 5px;
  border: none;
  background-color: #676CB1;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0;
}
.offcanvas-body .search-block-form .btn:focus {
  outline: none;
  box-shadow: none;
}
.offcanvas-body .search-block-form .btn:hover {
  background: #fff;
  color: transparent;
}
.offcanvas-body .region-navigation {
  margin-bottom: 15px;
}
.offcanvas-body .region-navigation .nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.offcanvas-body .region-navigation .nav .nav-item .nav-link {
  padding: 0;
  color: #fff;
}
.offcanvas-body .contact-item {
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0;
}
.offcanvas-body .contact-item a {
  color: inherit;
}
.offcanvas-body .contact-item-label {
  margin-bottom: 5px;
  color: #fff;
}
.offcanvas-body .msngrs {
  gap: 10px;
}
.btn {
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}
.btn::focus {
  outline: none;
  box-shadow: none;
}
.btn.btn-default {
  min-width: 250px;
  padding: 21px 12px;
  border: 1px solid #676CB1;
  background-color: #676CB1;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .btn.btn-default {
    padding: 18px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .btn.btn-default {
    padding: 16px 8px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-default {
    padding: 6px;
  }
}
.btn.btn-default:hover {
  background-color: #E0DEEF;
  color: #45497D;
}
.btn.btn-white {
  min-width: 200px;
  padding: 10px 31px;
  background-color: #E0DEEF;
  color: #45497D;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .btn.btn-white {
    padding: 10px 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .btn.btn-white {
    padding: 8px 20px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-white {
    padding: 6px;
  }
}
.btn.btn-white:hover {
  background-color: #676CB1;
  color: #fff;
}
.field--name-field-slide-link.field--type-link {
  text-align: center;
}
.field--name-field-slide-link.field--type-link a {
  min-width: 250px;
  padding: 21px 12px;
  border-radius: 5px;
  border: 1px solid #676CB1;
  background-color: #676CB1;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .field--name-field-slide-link.field--type-link a {
    padding: 18px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .field--name-field-slide-link.field--type-link a {
    padding: 16px 8px;
  }
}
@media screen and (max-width: 767px) {
  .field--name-field-slide-link.field--type-link a {
    padding: 6px;
    font-size: 14px;
  }
}
.field--name-field-slide-link.field--type-link a:hover {
  background-color: #E0DEEF;
  color: #45497D;
}
.field--name-field-slide-link.field--type-link a::focus {
  outline: none;
  box-shadow: none;
}
.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: 30px 0;
}
@media screen and (max-width: 767px) {
  .not-front #main {
    padding: 30px 0 20px;
  }
}
.not-front #main #block-vesta-theme-page-title {
  margin-bottom: 20px;
}
.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;
  }
}
.icon-contacts {
  position: relative;
  display: flex;
  flex-direction: row;
  /*flex-wrap: wrap;*/
  justify-content: flex-start;
  align-items: center;
}
.icon-contacts:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.icon-contacts.footer-address::before,
.icon-contacts.header-address::before {
  background-image: url(/sites/all/themes/vesta_theme/image/contacts-map.svg);
}
.icon-contacts.footer-phone::before,
.icon-contacts.header-phone::before {
  background-image: url(/sites/all/themes/vesta_theme/image/contacts-phone.svg);
}
.icon-contacts.footer-mail::before,
.icon-contacts.header-mail::before {
  background-image: url(/sites/all/themes/vesta_theme/image/contacts-mail.svg);
}
/*Шапка*/
#header {
  background-color: #45497D;
}
#header .header-top .logo {
  max-width: 32%;
  width: 30%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #header .header-top .logo {
    max-width: 20%;
  }
}
#header .header-top .col-contacts {
  max-width: 24%;
  width: 100%;
  color: #fff;
  letter-spacing: 0;
}
#header .header-top .col-contacts a {
  color: inherit;
  text-decoration: none;
}
#header .header-top .col-contacts a:hover {
  text-decoration: underline;
}
#header .header-top .col-contacts.col-contacts-1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
}
#header .header-top .col-contacts.col-contacts-2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
#header .header-top .col-contacts .icon-contacts:before {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
#header .header-top .col-contacts .icon-contacts:not(:last-child) {
  margin-bottom: 13px;
}
#header .header-top .col-callback {
  max-width: 210px;
  width: 100%;
  text-align: right;
}
#header .header-bottom {
  background-color: #45497D;
}
#header .header-bottom.header-bottom-1 {
  padding: 11px 0;
  border-top: 1px solid rgba(224, 222, 239, 0.46);
}
#header .header-bottom.header-bottom-1 .nav {
  gap: 20px;
}
#header .header-bottom.header-bottom-1 .nav .nav-link {
  color: #fff;
  padding: 0 0 4px 0;
}
#header .header-bottom.header-bottom-1 .nav .nav-link.is-active,
#header .header-bottom.header-bottom-1 .nav .nav-link:hover {
  border-bottom: 2px solid #E0DEEF;
}
#header .header-bottom.header-bottom-1 .msngrs {
  gap: 10px;
}
#header .header-bottom.header-bottom-1 .msngrs img {
  width: 27px;
  height: 27px;
}
#header .header-bottom.header-bottom-2 {
  background-color: #E0DEEF;
}
#header .header-bottom.header-bottom-2 .menu--menu-catalog .nav .nav-item .nav-link {
  color: #45497D;
}
#header .header-bottom.header-bottom-2 .menu--menu-catalog .nav .nav-item .nav-link.is-active,
#header .header-bottom.header-bottom-2 .menu--menu-catalog .nav .nav-item .nav-link:hover {
  background: #ffffff;
}
#header .header-bottom.header-bottom-2 .menu--menu-catalog .nav:not(.sub-menu) .nav-item .nav-link {
  padding: 14px 19px 14px 10px;
}
.block-menu .nav {
  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: center;
  position: relative;
}
.block-menu .nav .nav-item .nav-link {
  border-bottom: 2px solid transparent;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block-menu .nav .nav-item .nav-link::after {
  width: 6px;
  height: 4px;
  margin-left: 3px;
  background-image: url(/sites/all/themes/vesta_theme/image/menu-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  vertical-align: 0.15em;
}
.block-menu .nav .nav-item > ul {
  min-width: 292px;
  max-width: 711px;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  grid-column-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr) 295px);
  list-style: none;
  padding: 23px 10px;
  position: absolute;
  z-index: 2;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 9.390000000000001px 0px rgba(69, 73, 125, 0.27);
}
.block-menu .nav .nav-item > ul .nav-item .nav-link.is-active,
.block-menu .nav .nav-item > ul .nav-item .nav-link:hover {
  border-bottom: 2px solid #45497D;
}
.block-menu .nav .nav-item > ul.active {
  display: grid;
  opacity: 1;
}
/*О нас*/
.block-about {
  padding: 90px 0 80px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .block-about {
    padding: 70px 0 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .block-about {
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .block-about {
    padding: 30px 0 20px;
  }
}
.block-about .front-h1 {
  padding: 0 3px;
  margin-bottom: 70px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .block-about .front-h1 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .block-about .front-h1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .block-about .front-h1 {
    margin-bottom: 15px;
  }
}
.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: stretch;
  gap: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-about.node--view-mode-teaser {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-about.node--view-mode-teaser {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-about.node--view-mode-teaser {
    gap: 10px;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }
}
.node--type-about.node--view-mode-teaser .group-left {
  max-width: 570px;
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-about.node--view-mode-teaser .group-left {
    max-width: 458px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-about.node--view-mode-teaser .group-left {
    max-width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-about.node--view-mode-teaser .group-left {
    max-width: 100%;
  }
}
.node--type-about.node--view-mode-teaser .group-left .field--name-field-additional-text {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-about.node--view-mode-teaser .group-left .field--name-field-additional-text {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-about.node--view-mode-teaser .group-left .field--name-field-additional-text {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-about.node--view-mode-teaser .group-left .field--name-field-additional-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 120%;
  }
}
.node--type-about.node--view-mode-teaser .group-right {
  max-width: 570px;
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-about.node--view-mode-teaser .group-right {
    max-width: 458px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-about.node--view-mode-teaser .group-right {
    max-width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-about.node--view-mode-teaser .group-right {
    max-width: 100%;
  }
}
.node--type-about.node--view-mode-teaser .group-right .field--name-body {
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-about.node--view-mode-teaser .group-right .field--name-body {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-about.node--view-mode-teaser .group-right .field--name-body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-about.node--view-mode-teaser .group-right .field--name-body {
    font-size: 14px;
    line-height: 1.2;
  }
}
/*Слайдер*/
@media screen and (max-width: 991px) {
  .region-slider .node--type-slide .field--type-image img {
    height: 400px!important;
    object-fit: cover;
  }
}
.region-slider .node--type-slide .field--name-field-slide-title {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .region-slider .node--type-slide .field--name-field-slide-title {
    margin-bottom: 30px;
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .region-slider .node--type-slide .field--name-field-slide-title {
    margin-bottom: 25px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .region-slider .node--type-slide .field--name-field-slide-title {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
}
.region-slider .node--type-slide .field--name-body {
  margin-bottom: 45px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .region-slider .node--type-slide .field--name-body {
    margin-bottom: 35px;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .region-slider .node--type-slide .field--name-body {
    margin-bottom: 25px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .region-slider .node--type-slide .field--name-body {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.region-slider .node--type-slide .field--name-field-knopka-formy {
  text-align: center;
}
/*Услуги*/
.block-views-blockcatalog-block-front {
  padding: 90px 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .block-views-blockcatalog-block-front {
    padding: 70px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .block-views-blockcatalog-block-front {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .block-views-blockcatalog-block-front {
    padding: 30px 0;
  }
}
.view-catalog.view-display-id-block_front .view-content,
.view-catalog.view-display-id-page .view-content,
.view-tovary.view-display-id-block_2 .view-content {
  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: stretch;
  gap: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-catalog.view-display-id-block_front .view-content,
  .view-catalog.view-display-id-page .view-content,
  .view-tovary.view-display-id-block_2 .view-content {
    gap: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-catalog.view-display-id-block_front .view-content,
  .view-catalog.view-display-id-page .view-content,
  .view-tovary.view-display-id-block_2 .view-content {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog.view-display-id-block_front .view-content,
  .view-catalog.view-display-id-page .view-content,
  .view-tovary.view-display-id-block_2 .view-content {
    gap: 15px;
  }
}
.view-catalog.view-display-id-block_front .view-content .views-row,
.view-catalog.view-display-id-page .view-content .views-row,
.view-tovary.view-display-id-block_2 .view-content .views-row {
  max-width: 270px;
  width: 100%;
  min-height: 252px;
  /*.desctop-lg({
        max-width: 455px;
        min-height: 370px;
      });*/
}
@media screen and (max-width: 991px) {
  .view-catalog.view-display-id-block_front .view-content .views-row,
  .view-catalog.view-display-id-page .view-content .views-row,
  .view-tovary.view-display-id-block_2 .view-content .views-row {
    max-width: 48%;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog.view-display-id-block_front .view-content .views-row,
  .view-catalog.view-display-id-page .view-content .views-row,
  .view-tovary.view-display-id-block_2 .view-content .views-row {
    max-width: 100%;
  }
}
.view-catalog.view-display-id-block_front .more-link,
.view-catalog.view-display-id-page .more-link,
.view-tovary.view-display-id-block_2 .more-link {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-catalog.view-display-id-block_front .more-link,
  .view-catalog.view-display-id-page .more-link,
  .view-tovary.view-display-id-block_2 .more-link {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-catalog.view-display-id-block_front .more-link,
  .view-catalog.view-display-id-page .more-link,
  .view-tovary.view-display-id-block_2 .more-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog.view-display-id-block_front .more-link,
  .view-catalog.view-display-id-page .more-link,
  .view-tovary.view-display-id-block_2 .more-link {
    margin-top: 20px;
  }
}
.taxonomy-term.taxonomy-term--view-mode-teaser {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #676CB1;
}
.taxonomy-term.taxonomy-term--view-mode-teaser .field--name-field-catalog-image {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 130px;
  display: inline-block;
  overflow: hidden;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .taxonomy-term.taxonomy-term--view-mode-teaser .field--name-field-catalog-image {
    height: 130px;
  }
}
@media screen and (max-width: 991px) {
  .taxonomy-term.taxonomy-term--view-mode-teaser .field--name-field-catalog-image {
    height: auto;
  }
}
.taxonomy-term.taxonomy-term--view-mode-teaser .field--name-field-catalog-image img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  display: block;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .taxonomy-term.taxonomy-term--view-mode-teaser .field--name-field-catalog-image img {
    height: 130px;
  }
}
.taxonomy-term.taxonomy-term--view-mode-teaser:hover img {
  transform: scale(1.15);
}
.taxonomy-term.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title {
  min-height: 118px;
  padding: 15px;
  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;
  /*.desctop-lg({padding: 25px 20px;});
    .desctop-md({padding: 20px 15px;});*/
}
@media screen and (max-width: 991px) {
  .taxonomy-term.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title {
    min-height: auto;
  }
}
.taxonomy-term.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title h4 {
  max-width: 200px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  /*.desctop-md({font-size: 18px;});
      .desctop-sm-max({font-size: 16px;});*/
}
.taxonomy-term.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title h4 a {
  color: inherit;
  text-decoration: none;
}
.taxonomy-term.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title h4 a:hover {
  color: #E0DEEF;
}
.taxonomy-term.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title:after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 14px;
  background-image: url(/sites/all/themes/vesta_theme/image/arrow-services.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.taxonomy-term.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title:hover:after {
  transform: translateX(10px);
}
.node--type-services.node--view-mode-teaser {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #676CB1;
}
.node--type-services.node--view-mode-teaser .field--type-image {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 130px;
  display: inline-block;
  overflow: hidden;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-services.node--view-mode-teaser .field--type-image {
    height: 130px;
  }
}
@media screen and (max-width: 991px) {
  .node--type-services.node--view-mode-teaser .field--type-image {
    height: auto;
  }
}
.node--type-services.node--view-mode-teaser .field--type-image img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  display: block;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-services.node--view-mode-teaser .field--type-image img {
    height: 130px;
  }
}
.node--type-services.node--view-mode-teaser:hover img {
  transform: scale(1.15);
}
.node--type-services.node--view-mode-teaser .field--name-node-title {
  min-height: 118px;
  padding: 15px;
  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;
  /*.desctop-lg({padding: 25px 20px;});
      .desctop-md({padding: 20px 15px;});*/
}
@media screen and (max-width: 991px) {
  .node--type-services.node--view-mode-teaser .field--name-node-title {
    min-height: auto;
  }
}
.node--type-services.node--view-mode-teaser .field--name-node-title h4 {
  max-width: 200px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  /*.desctop-md({font-size: 18px;});
        .desctop-sm-max({font-size: 16px;});*/
}
.node--type-services.node--view-mode-teaser .field--name-node-title h4 a {
  color: inherit;
  text-decoration: none;
}
.node--type-services.node--view-mode-teaser .field--name-node-title h4 a:hover {
  color: #E0DEEF;
}
.node--type-services.node--view-mode-teaser .field--name-node-title:after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 14px;
  background-image: url(/sites/all/themes/vesta_theme/image/arrow-services.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.node--type-services.node--view-mode-teaser .field--name-node-title:hover:after {
  transform: translateX(10px);
}
.node--type-services.node--view-mode-full .field--name-body {
  margin-bottom: 15px;
}
.node--type-services.node--view-mode-full .field--name-field-img-gallery-services {
  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;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .node--type-services.node--view-mode-full .field--name-field-img-gallery-services {
    justify-content: space-around;
  }
}
.node--type-services.node--view-mode-full .field--name-field-img-gallery-services .field__item {
  max-width: 220px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .node--type-services.node--view-mode-full .field--name-field-img-gallery-services .field__item {
    max-width: 142px;
  }
}
.node--type-services.node--view-mode-full .field--name-field-img-gallery-services .field__item img {
  width: 100%;
  height: 130px !important;
  object-fit: cover;
  border-radius: 10px;
}
/*Преимущества*/
.block-benefits {
  background-image: url(/sites/all/themes/vesta_theme/image/bg-advantage.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.block-benefits .region-benefits {
  padding: 90px 0;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .block-benefits .region-benefits {
    padding: 70px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .block-benefits .region-benefits {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .block-benefits .region-benefits {
    padding: 20px 0;
  }
}
.view-advantage .view-content {
  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: stretch;
  gap: 104px 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-advantage .view-content {
    gap: 84px 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-advantage .view-content {
    gap: 44px 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-advantage .view-content {
    gap: 20px;
  }
}
.view-advantage .view-content .views-row {
  max-width: 30%;
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-advantage .view-content .views-row {
    max-width: 31%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-advantage .view-content .views-row {
    max-width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .view-advantage .view-content .views-row {
    max-width: 100%;
  }
}
.node--type-advantage.node--view-mode-teaser {
  width: 100%;
  height: 100%;
  color: #fff;
}
.node--type-advantage.node--view-mode-teaser .field--type-image {
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-advantage.node--view-mode-teaser .field--type-image {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-advantage.node--view-mode-teaser .field--type-image {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-advantage.node--view-mode-teaser .field--type-image {
    margin-bottom: 10px;
  }
}
.node--type-advantage.node--view-mode-teaser .field--type-image img {
  width: 67px;
  height: 53px;
  object-fit: contain;
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-advantage.node--view-mode-teaser .field--type-image img {
    width: 57px;
    height: 43px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-advantage.node--view-mode-teaser .field--type-image img {
    width: 47px;
    height: 33px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-advantage.node--view-mode-teaser .field--type-image img {
    width: 37px;
    height: 23px;
  }
}
.node--type-advantage.node--view-mode-teaser .field--name-node-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-advantage.node--view-mode-teaser .field--name-node-title {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-advantage.node--view-mode-teaser .field--name-node-title {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
.node--type-advantage.node--view-mode-teaser .field--name-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .node--type-advantage.node--view-mode-teaser .field--name-body {
    font-size: 14px;
  }
}
/*Портфолио*/
.region-gallery {
  padding: 90px 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .region-gallery {
    padding: 70px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .region-gallery {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .region-gallery {
    padding: 20px 0;
  }
}
.view-fotogalereya.view-display-id-block_1 .view-content {
  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: stretch;
  gap: 40px 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-fotogalereya.view-display-id-block_1 .view-content {
    gap: 30px 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-fotogalereya.view-display-id-block_1 .view-content {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-fotogalereya.view-display-id-block_1 .view-content {
    justify-content: space-around;
    gap: 15px;
  }
}
.view-fotogalereya.view-display-id-block_1 .view-content .views-row {
  max-width: 370px;
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-fotogalereya.view-display-id-block_1 .view-content .views-row {
    max-width: 295px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-fotogalereya.view-display-id-block_1 .view-content .views-row {
    max-width: 335px;
  }
}
@media screen and (max-width: 767px) {
  .view-fotogalereya.view-display-id-block_1 .view-content .views-row {
    max-width: 100%;
  }
}
.view-fotogalereya.view-display-id-block_1 .more-link {
  margin-top: 50px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-fotogalereya.view-display-id-block_1 .more-link {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-fotogalereya.view-display-id-block_1 .more-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .view-fotogalereya.view-display-id-block_1 .more-link {
    margin-top: 20px;
  }
}
.view-fotogalereya.view-display-id-page_1 .view-content {
  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: stretch;
  gap: 40px 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-fotogalereya.view-display-id-page_1 .view-content {
    gap: 30px 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-fotogalereya.view-display-id-page_1 .view-content {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-fotogalereya.view-display-id-page_1 .view-content {
    justify-content: space-around;
    gap: 15px;
  }
}
.view-fotogalereya.view-display-id-page_1 .view-content .views-row {
  max-width: 370px;
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row {
    max-width: 295px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row {
    max-width: 335px;
  }
}
@media screen and (max-width: 767px) {
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row {
    max-width: 100%;
  }
}
.node--type-photogallery.node--view-mode-teaser .field--name-field-gallery {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .node--type-photogallery.node--view-mode-teaser .field--name-field-gallery {
    margin-bottom: 10px;
  }
}
.node--type-photogallery.node--view-mode-teaser .field--name-field-gallery .media {
  width: 370px;
  height: 249px;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-photogallery.node--view-mode-teaser .field--name-field-gallery .media {
    width: 295px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-photogallery.node--view-mode-teaser .field--name-field-gallery .media {
    width: 335px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-photogallery.node--view-mode-teaser .field--name-field-gallery .media {
    width: 100%;
  }
}
.node--type-photogallery.node--view-mode-teaser .field--name-field-gallery .media img {
  width: 100%;
  height: 100%!important;
  /*object-fit: cover;*/
  border-radius: 10px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.node--type-photogallery.node--view-mode-teaser .field--name-field-gallery .media img:hover {
  border-radius: 10px;
  transform: scale(1.2);
}
.node--type-photogallery.node--view-mode-teaser .field--name-node-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .node--type-photogallery.node--view-mode-teaser .field--name-node-title {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.node--type-photogallery.node--view-mode-teaser .field--name-node-title a {
  color: #45497D;
  text-decoration: none;
}
.node--type-photogallery.node--view-mode-teaser .field--name-node-title a:hover {
  color: rgba(23, 24, 21, 0.61);
}
.node--type-photogallery.node--view-mode-teaser .field--name-node-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .node--type-photogallery.node--view-mode-teaser .field--name-node-link {
    font-size: 1.2;
  }
}
.node--type-photogallery.node--view-mode-teaser .field--name-node-link a {
  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: center;
  text-decoration: none;
}
.node--type-photogallery.node--view-mode-teaser .field--name-node-link a:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-left: 10px;
  background-image: url(/sites/all/themes/vesta_theme/image/arrow-photogallery.svg);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.node--type-photogallery.node--view-mode-teaser .field--name-node-link a:hover:after {
  transform: translateX(10px);
}
/*Специалисты*/
.block-experts {
  background-color: #E0DEEF;
}
.block-experts .region-experts {
  padding: 90px 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .block-experts .region-experts {
    padding: 70px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .block-experts .region-experts {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .block-experts .region-experts {
    padding: 20px 0;
  }
}
#block-vesta-theme-ekspertyispecialisty {
  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;
  gap: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #block-vesta-theme-ekspertyispecialisty {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-ekspertyispecialisty {
    margin-bottom: 15px;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-ekspertyispecialisty {
    margin-bottom: 15px;
    gap: 10px;
  }
}
#block-vesta-theme-ekspertyispecialisty .block-title {
  max-width: 30%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-ekspertyispecialisty .block-title {
    max-width: 100%;
  }
}
#block-vesta-theme-ekspertyispecialisty .field--name-body {
  max-width: 50%;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #block-vesta-theme-ekspertyispecialisty .field--name-body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-ekspertyispecialisty .field--name-body {
    max-width: 100%;
    font-size: 14px;
  }
}
.view-specialists.view-display-id-block_1 .view-content,
.view-specialists.view-display-id-page_1 .view-content {
  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: stretch;
  gap: 25px;
}
@media screen and (max-width: 991px) {
  .view-specialists.view-display-id-block_1 .view-content,
  .view-specialists.view-display-id-page_1 .view-content {
    justify-content: space-around;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-specialists.view-display-id-block_1 .view-content,
  .view-specialists.view-display-id-page_1 .view-content {
    gap: 15px;
  }
}
.view-specialists.view-display-id-block_1 .view-content .views-row,
.view-specialists.view-display-id-page_1 .view-content .views-row {
  max-width: 214px;
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-specialists.view-display-id-block_1 .view-content .views-row,
  .view-specialists.view-display-id-page_1 .view-content .views-row {
    max-width: 167px;
  }
}
@media screen and (max-width: 991px) {
  .view-specialists.view-display-id-block_1 .view-content .views-row,
  .view-specialists.view-display-id-page_1 .view-content .views-row {
    max-width: 214px;
  }
}
.view-specialists.view-display-id-block_1 .more-link,
.view-specialists.view-display-id-page_1 .more-link {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-specialists.view-display-id-block_1 .more-link,
  .view-specialists.view-display-id-page_1 .more-link {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-specialists.view-display-id-block_1 .more-link,
  .view-specialists.view-display-id-page_1 .more-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .view-specialists.view-display-id-block_1 .more-link,
  .view-specialists.view-display-id-page_1 .more-link {
    margin-top: 20px;
  }
}
.node--type-specialisty.node--view-mode-teaser {
  width: 100%;
  height: 100%;
}
.node--type-specialisty.node--view-mode-teaser .field--name-field-image img {
  width: 214px;
  height: 238px;
  margin-bottom: 30px;
  object-fit: contain;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-specialisty.node--view-mode-teaser .field--name-field-image img {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-specialisty.node--view-mode-teaser .field--name-field-image img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-specialisty.node--view-mode-teaser .field--name-field-image img {
    margin-bottom: 15px;
  }
}
.node--type-specialisty.node--view-mode-teaser .field--name-node-title {
  max-width: 194px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}
.node--type-specialisty.node--view-mode-teaser .field--name-node-title a {
  color: #45497D;
  text-decoration: none;
}
.node--type-specialisty.node--view-mode-teaser .field--name-node-title a:hover {
  color: rgba(23, 24, 21, 0.61);
}
.node--type-specialisty.node--view-mode-teaser .field--name-body {
  /*margin-top: auto;*/
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*Блог*/
.region-blog {
  padding: 90px 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .region-blog {
    padding: 70px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .region-blog {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .region-blog {
    padding: 20px 0;
  }
}
.view-articles.view-display-id-block_1 .view-content,
.view-articles.view-display-id-page_1 .view-content {
  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: stretch;
  gap: 40px 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-articles.view-display-id-block_1 .view-content,
  .view-articles.view-display-id-page_1 .view-content {
    gap: 30px 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-articles.view-display-id-block_1 .view-content,
  .view-articles.view-display-id-page_1 .view-content {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-articles.view-display-id-block_1 .view-content,
  .view-articles.view-display-id-page_1 .view-content {
    justify-content: space-around;
    gap: 15px;
  }
}
.view-articles.view-display-id-block_1 .view-content .views-row,
.view-articles.view-display-id-page_1 .view-content .views-row {
  max-width: 370px;
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-articles.view-display-id-block_1 .view-content .views-row,
  .view-articles.view-display-id-page_1 .view-content .views-row {
    max-width: 295px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-articles.view-display-id-block_1 .view-content .views-row,
  .view-articles.view-display-id-page_1 .view-content .views-row {
    max-width: 335px;
  }
}
@media screen and (max-width: 767px) {
  .view-articles.view-display-id-block_1 .view-content .views-row,
  .view-articles.view-display-id-page_1 .view-content .views-row {
    max-width: 100%;
  }
}
.view-articles.view-display-id-block_1 .more-link,
.view-articles.view-display-id-page_1 .more-link {
  margin-top: 50px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-articles.view-display-id-block_1 .more-link,
  .view-articles.view-display-id-page_1 .more-link {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-articles.view-display-id-block_1 .more-link,
  .view-articles.view-display-id-page_1 .more-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .view-articles.view-display-id-block_1 .more-link,
  .view-articles.view-display-id-page_1 .more-link {
    margin-top: 20px;
  }
}
.node--type-article.node--view-mode-teaser .field--name-field-image {
  width: 100%;
  margin-bottom: 20px;
  width: 370px;
  height: 249px;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-article.node--view-mode-teaser .field--name-field-image {
    width: 295px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-article.node--view-mode-teaser .field--name-field-image {
    width: 335px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-article.node--view-mode-teaser .field--name-field-image {
    width: 100%;
    margin-bottom: 10px;
  }
}
.node--type-article.node--view-mode-teaser .field--name-field-image img {
  width: 100%;
  height: 100%!important;
  /*object-fit: cover;*/
  border-radius: 10px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.node--type-article.node--view-mode-teaser .field--name-field-image img:hover {
  transform: scale(1.2);
  border-radius: 10px;
}
.node--type-article.node--view-mode-teaser .field--name-node-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .node--type-article.node--view-mode-teaser .field--name-node-title {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.node--type-article.node--view-mode-teaser .field--name-node-title a {
  color: #45497D;
  text-decoration: none;
}
.node--type-article.node--view-mode-teaser .field--name-node-title a:hover {
  color: rgba(23, 24, 21, 0.61);
}
.node--type-article.node--view-mode-teaser .field--name-node-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .node--type-article.node--view-mode-teaser .field--name-node-link {
    font-size: 1.2;
  }
}
.node--type-article.node--view-mode-teaser .field--name-node-link a {
  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: center;
  text-decoration: none;
}
.node--type-article.node--view-mode-teaser .field--name-node-link a:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-left: 10px;
  background-image: url(/sites/all/themes/vesta_theme/image/arrow-photogallery.svg);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.node--type-article.node--view-mode-teaser .field--name-node-link a:hover:after {
  transform: translateX(10px);
}
/*ФОС*/
.block-fos {
  background-image: url(/sites/all/themes/vesta_theme/image/bg-fos.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.block-fos .region-fos {
  padding: 126px 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .block-fos .region-fos {
    padding: 106px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .block-fos .region-fos {
    padding: 76px 0;
  }
}
@media screen and (max-width: 767px) {
  .block-fos .region-fos {
    padding: 30px 0;
  }
}
#app #block-vesta-theme-vebforma .block-title {
  max-width: 814px;
  width: 100%;
  margin: 0 auto 70px auto;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #app #block-vesta-theme-vebforma .block-title {
    margin: 0 auto 50px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #app #block-vesta-theme-vebforma .block-title {
    margin: 0 auto 30px auto;
  }
}
@media screen and (max-width: 767px) {
  #app #block-vesta-theme-vebforma .block-title {
    margin: 0 auto 15px auto;
  }
}
#app #block-vesta-theme-vebforma .webform-submission-callback-form {
  max-width: 960px;
  width: 100%;
  margin: auto;
  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: stretch;
  gap: 12px;
}
#app #block-vesta-theme-vebforma .webform-submission-callback-form .error.form-item--error-message {
  display: none;
}
@media screen and (max-width: 767px) {
  #app #block-vesta-theme-vebforma .webform-submission-callback-form .form-item {
    max-width: 100%;
    width: 100%;
  }
}
#app #block-vesta-theme-vebforma .webform-submission-callback-form .form-item input {
  margin: 0;
  border-radius: 5px;
  border: none;
  background: rgba(255, 255, 255, 0.93);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  #app #block-vesta-theme-vebforma .webform-submission-callback-form .form-item input {
    font-size: 14px;
  }
}
#app #block-vesta-theme-vebforma .webform-submission-callback-form .form-item input:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
#app #block-vesta-theme-vebforma .webform-submission-callback-form .form-item input.valid {
  border: 1px solid #34CE3A;
}
#app #block-vesta-theme-vebforma .webform-submission-callback-form .form-item input.error {
  border: 1px solid #E14827;
}
#app #block-vesta-theme-vebforma .webform-submission-callback-form .form-item:not(.form-type-textarea, .form-type-checkbox) input {
  max-width: 312px;
  width: 100%;
  padding: 18px 20px 20px 25px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #app #block-vesta-theme-vebforma .webform-submission-callback-form .form-item:not(.form-type-textarea, .form-type-checkbox) input {
    max-width: 300px;
    padding: 15px 17px 17px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #app #block-vesta-theme-vebforma .webform-submission-callback-form .form-item:not(.form-type-textarea, .form-type-checkbox) input {
    max-width: 224px;
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  #app #block-vesta-theme-vebforma .webform-submission-callback-form .form-item:not(.form-type-textarea, .form-type-checkbox) input {
    max-width: 100%;
    padding: 12px;
  }
}
#app #block-vesta-theme-vebforma .webform-submission-callback-form .form-item.form-type-textarea {
  width: 100%;
}
#app #block-vesta-theme-vebforma .webform-submission-callback-form .form-item.form-type-textarea textarea {
  width: 100%;
  height: 73px;
  padding: 25px;
  margin: 0 auto 4px auto;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.93);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
#app #block-vesta-theme-vebforma .webform-submission-callback-form .form-item.form-type-textarea textarea:focus {
  box-shadow: none;
  border: none;
}
#app #block-vesta-theme-vebforma .webform-submission-callback-form .form-item.form-type-textarea textarea.valid {
  border: 1px solid #34CE3A;
}
#app #block-vesta-theme-vebforma .webform-submission-callback-form .form-item.form-type-textarea textarea.error {
  border: 1px solid #E14827;
}
#app #block-vesta-theme-vebforma .webform-submission-callback-form .form-item.form-type-checkbox {
  width: 100%;
  margin-bottom: 9px;
  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: center;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 113%;
  letter-spacing: 0;
}
#app #block-vesta-theme-vebforma .webform-submission-callback-form .form-item.form-type-checkbox .description {
  max-width: 93%;
}
#app #block-vesta-theme-vebforma .webform-submission-callback-form .form-item.form-type-checkbox .description .webform-element-description {
  margin-left: 7px;
}
#app #block-vesta-theme-vebforma .webform-submission-callback-form .form-item.form-type-checkbox a {
  color: inherit;
  text-decoration: none;
}
#app #block-vesta-theme-vebforma .webform-submission-callback-form .form-item.form-type-checkbox a:hover {
  text-decoration: underline;
}
#app #block-vesta-theme-vebforma .webform-submission-callback-form .form-item.form-type-checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: borer-box;
  width: 15px;
  height: 14px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
}
#app #block-vesta-theme-vebforma .webform-submission-callback-form .form-item.form-type-checkbox input[type="checkbox"]:focus {
  box-shadow: none;
}
#app #block-vesta-theme-vebforma .webform-submission-callback-form .form-item.form-type-checkbox input[type="checkbox"].error {
  border: 1px solid #E14827;
}
#app #block-vesta-theme-vebforma .webform-submission-callback-form .form-item.form-type-checkbox input[type="checkbox"]:checked {
  background-color: transparent;
  background-image: url(/sites/all/themes/vesta_theme/image/check.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
}
#app #block-vesta-theme-vebforma .webform-submission-callback-form .webform-actions {
  width: 100%;
  text-align: center;
}
#app #block-vesta-theme-vebforma .webform-submission-callback-form .webform-actions .btn {
  max-width: 500px;
  width: 100%;
}
/*Новости / Полезная информация*/
.region-news {
  padding: 90px 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .region-news {
    padding: 70px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .region-news {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .region-news {
    padding: 20px 0;
  }
}
.view-news.view-display-id-block_1,
.view-news.view-display-id-page_1 {
  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) {
  .view-news.view-display-id-block_1,
  .view-news.view-display-id-page_1 {
    gap: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-news.view-display-id-block_1,
  .view-news.view-display-id-page_1 {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_1,
  .view-news.view-display-id-page_1 {
    gap: 15px;
  }
}
.view-news.view-display-id-block_1:after,
.view-news.view-display-id-page_1:after {
  order: 2;
  content: '';
  display: inline-block;
  max-width: 370px;
  width: 100%;
  height: 423px;
  border-radius: 10px;
  background-image: url(/sites/all/themes/vesta_theme/image/news.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_1:after,
  .view-news.view-display-id-page_1:after {
    max-width: 295px;
  }
}
@media screen and (max-width: 991px) {
  .view-news.view-display-id-block_1:after,
  .view-news.view-display-id-page_1:after {
    display: none;
  }
}
.view-news.view-display-id-block_1 .view-content,
.view-news.view-display-id-page_1 .view-content {
  max-width: 65%;
  width: 100%;
  /*display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;*/
  display: grid;
  /*grid-column-gap: 15px;*/
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  order: 1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-news.view-display-id-block_1 .view-content,
  .view-news.view-display-id-page_1 .view-content {
    grid-template-columns: repeat(auto-fit, minmax(295px, 1fr));
    gap: 10px;
  }
}
@media screen and (max-width: 991px) {
  .view-news.view-display-id-block_1 .view-content,
  .view-news.view-display-id-page_1 .view-content {
    max-width: 100%;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_1 .view-content,
  .view-news.view-display-id-page_1 .view-content {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.view-news.view-display-id-block_1 .view-content .views-row,
.view-news.view-display-id-page_1 .view-content .views-row {
  max-width: 370px;
  width: 100%;
  /*max-height: 120px;*/
}
@media screen and (max-width: 767px) {
  .view-news.view-display-id-block_1 .view-content .views-row,
  .view-news.view-display-id-page_1 .view-content .views-row {
    max-width: 100%;
  }
}
.view-news.view-display-id-block_1 .more-link,
.view-news.view-display-id-page_1 .more-link {
  order: 3;
}
.node--type-news.node--view-mode-teaser {
  width: 100%;
  height: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #E0DEEF;
  display: flex;
  flex-direction: column;
}
.node--type-news.node--view-mode-teaser .field--name-node-title {
  max-width: 340px;
  margin-bottom: 15px;
  color: #45497D;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .node--type-news.node--view-mode-teaser .field--name-node-title {
    max-width: 100%;
    font-size: 16px;
  }
}
.node--type-news.node--view-mode-teaser .field--name-node-title a {
  color: inherit;
  text-decoration: none;
}
.node--type-news.node--view-mode-teaser .field--name-node-title a:hover {
  color: rgba(23, 24, 21, 0.61);
}
.node--type-news.node--view-mode-teaser .field--name-node-link {
  margin-top: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0;
}
.node--type-news.node--view-mode-teaser .field--name-node-link a {
  display: -moz-box;
  display: -webkit-flex;
  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: center;
  text-decoration: none;
  /*margin-top: auto;*/
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.node--type-news.node--view-mode-teaser .field--name-node-link a:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-left: 10px;
  background-image: url(/sites/all/themes/vesta_theme/image/arrow-photogallery.svg);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.node--type-news.node--view-mode-teaser .field--name-node-link a:hover {
  color: #45497D;
}
.node--type-news.node--view-mode-teaser .field--name-node-link a:hover:after {
  transform: translateX(10px);
}
/*Контакты*/
.wraper-contacts {
  padding: 90px 0;
  background-color: #EDEEF2;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wraper-contacts {
    padding: 70px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wraper-contacts {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .wraper-contacts {
    padding: 20px 0;
  }
}
.wraper-contacts .row-title {
  margin-bottom: 70px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wraper-contacts .row-title {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wraper-contacts .row-title {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .wraper-contacts .row-title {
    margin-bottom: 20px;
  }
}
.wraper-contacts .row-contacts {
  align-items: stretch;
}
.wraper-contacts .row-contacts #block-vesta-theme-yandekskarta-2 {
  max-width: 570px;
  width: 100%;
  max-height: 532px;
  height: 100%;
}
.wraper-contacts .row-contacts #block-vesta-theme-yandekskarta-2 .mapContainer,
.wraper-contacts .row-contacts #block-vesta-theme-yandekskarta-2 iframe {
  border-radius: 10px;
}
.wraper-contacts .row-contacts #block-vesta-theme-yandekskarta-2 .mapContainer:after,
.wraper-contacts .row-contacts #block-vesta-theme-yandekskarta-2 iframe:after {
  border-radius: 10px;
}
.wraper-contacts .row-contacts .col-contacts {
  padding: 90px 27px 90px 70px;
  border-radius: 10px;
  background-color: #45497D;
  color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wraper-contacts .row-contacts .col-contacts {
    padding: 70px 27px 70px 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wraper-contacts .row-contacts .col-contacts {
    padding: 50px 20px 50px 50px;
  }
}
@media screen and (max-width: 767px) {
  .wraper-contacts .row-contacts .col-contacts {
    padding: 20px;
    margin-bottom: 10px;
  }
}
.wraper-contacts .row-contacts .col-contacts a {
  color: #fff;
  text-decoration: none;
}
.wraper-contacts .row-contacts .col-contacts a:hover {
  text-decoration: underline;
}
.wraper-contacts .row-contacts .col-contacts .cintacts-title {
  margin-bottom: 70px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wraper-contacts .row-contacts .col-contacts .cintacts-title {
    margin-bottom: 45px;
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wraper-contacts .row-contacts .col-contacts .cintacts-title {
    margin-bottom: 35px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .wraper-contacts .row-contacts .col-contacts .cintacts-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.wraper-contacts .row-contacts .col-contacts .icon-contacts {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wraper-contacts .row-contacts .col-contacts .icon-contacts {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .wraper-contacts .row-contacts .col-contacts .icon-contacts {
    margin-bottom: 10px;
  }
}
.wraper-contacts .row-contacts .col-contacts .msngrs {
  gap: 15px;
}
.wraper-contacts .row-contacts .col-contacts .msngrs .item img {
  width: 38px;
  height: 38px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wraper-contacts .row-contacts .col-contacts .msngrs .item img {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wraper-contacts .row-contacts .col-contacts .msngrs .item img {
    width: 27px;
    height: 27px;
  }
}
@media screen and (max-width: 767px) {
  .wraper-contacts .row-contacts .col-contacts .msngrs .item img {
    width: 20px;
    height: 20px;
  }
}
.body-node--800 .wr_content .col-contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.body-node--800 .wr_content .col-contacts .icon-contacts::before {
  filter: brightness(0.5);
}
.body-node--800 .wr_content .col-contacts .msngrs {
  gap: 10px;
}
.body-node--800 .wr_content .col-contacts .msngrs img {
  width: 28px;
  height: 28px;
}
.body-node--800 .wr_content .region-map {
  margin-top: 20px;
}
/*Подвал*/
#footer {
  background-color: #45497D;
  background-image: url(/sites/all/themes/vesta_theme/image/bg-footer.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
#footer a:not(.btn) {
  color: inherit;
}
#footer .contextual-links a {
  color: #45497D;
}
#footer .row-footer-content {
  padding: 52px 0 32px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #footer .row-footer-content {
    padding: 40px 0 20px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row-footer-content {
    padding: 30px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row-footer-content {
    padding: 15px 0;
  }
}
#footer .row-footer-content .col-logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0;
}
#footer .row-footer-content .col-nav {
  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-around;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  #footer .row-footer-content .col-nav {
    gap: 15px;
    margin: 15px 0;
  }
}
#footer .row-footer-content .col-nav .nav {
  max-width: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  #footer .row-footer-content .col-nav .nav {
    max-width: 160px;
    gap: 5px;
  }
}
#footer .row-footer-content .col-nav .nav .nav-item .nav-link {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: normal;
}
#footer .row-footer-content .col-nav .nav .nav-item .nav-link:after {
  display: none;
}
#footer .row-footer-content .col-nav .nav .nav-item .nav-link:hover {
  border-bottom: 2px solid #E0DEEF;
}
#footer .row-footer-content .col-nav .nav .nav-item > ul,
#footer .row-footer-content .col-nav .nav .nav-item > .sub-menu {
  display: none;
}
#footer .row-footer-content .col-contacts {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #footer .row-footer-content .col-contacts {
    gap: 10px;
  }
}
#footer .row-footer-content .col-contacts .icon-contacts {
  line-height: 1.2;
  letter-spacing: 0;
}
#footer .row-footer-content .col-contacts .icon-contacts a {
  text-decoration: none;
}
#footer .row-footer-content .col-contacts .icon-contacts a:hover {
  text-decoration: underline;
}
#footer .row-footer-content .col-contacts .icon-contacts.footer-phone {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #footer .row-footer-content .col-contacts .icon-contacts.footer-phone {
    font-size: 16px;
  }
}
#footer .row-footer-content .col-contacts .icon-contacts.footer-mail,
#footer .row-footer-content .col-contacts .icon-contacts.footer-address {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #footer .row-footer-content .col-contacts .icon-contacts.footer-mail,
  #footer .row-footer-content .col-contacts .icon-contacts.footer-address {
    font-size: 14px;
  }
}
#footer .row-footer-content .col-contacts .msngrs {
  margin: 13px 0 7px;
  gap: 10px;
}
#footer .row-footer-content .col-contacts .msngrs img {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  #footer .row-footer-content .col-contacts .msngrs img {
    width: 24px;
    height: 24px;
  }
}
#footer .row-copiryght {
  padding: 25px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0;
}
#footer .row-copiryght a {
  text-decoration: none;
}
#footer .row-copiryght a:hover {
  text-decoration: underline;
}
/*Всплывающая форма*/
.modal-dialog .modal-content .modal-body .webform-submission-callback-form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 15px;
}
.modal-dialog .modal-content .modal-body .webform-submission-callback-form .form-item:not(.form-type-checkbox) input,
.modal-dialog .modal-content .modal-body .webform-submission-callback-form .form-item:not(.form-type-checkbox) textarea {
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid #45497D;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
.modal-dialog .modal-content .modal-body .webform-submission-callback-form .form-item:not(.form-type-checkbox) input {
  width: 100%;
  min-height: 55px;
  padding: 18px 25px;
  border-radius: 5px;
}
.modal-dialog .modal-content .modal-body .webform-submission-callback-form .form-item:not(.form-type-checkbox) textarea {
  height: 80px;
  padding: 25px;
}
.modal-dialog .modal-content .modal-body .webform-submission-callback-form .form-item.form-type-checkbox {
  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;
  gap: 10px;
}
.modal-dialog .modal-content .modal-body .webform-submission-callback-form .form-item.form-type-checkbox .description {
  max-width: 95%;
  font-size: 14px;
  font-weight: 400;
  line-height: 113%;
}
@media screen and (max-width: 767px) {
  .modal-dialog .modal-content .modal-body .webform-submission-callback-form .form-item.form-type-checkbox .description {
    max-width: 90%;
  }
}
.modal-dialog .modal-content .modal-footer .btn {
  width: 100%;
}
/*Дисклеймер*/
#block-vesta-theme-vestaprivacyaccessblock .vpa-wrapper {
  background-color: #E0DEEF;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-wrapper .vpa-content p:not(:last-child) {
  margin-bottom: 15px;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-wrapper .vpa-actions {
  margin-top: 25px;
}
