:root {
  --bs-body-line-height: 1.2;
  --bs-body-font-size: 16px;
}
@font-face {
  font-family: 'Exo 2';
  src: url('/sites/all/themes/vesta_theme/font/Exo2Bold.eot');
  src: url('/sites/all/themes/vesta_theme/font/Exo2Bold.eot') format('embedded-opentype'), url('/sites/all/themes/vesta_theme/font/Exo2Bold.woff2') format('woff2'), url('/sites/all/themes/vesta_theme/font/Exo2Bold.woff') format('woff'), url('/sites/all/themes/vesta_theme/font/Exo2Bold.ttf') format('truetype'), url('/sites/all/themes/vesta_theme/font/Exo2Bold.svg#Exo2Bold') format('svg');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Overpass';
  src: url('/sites/all/themes/vesta_theme/font/OverpassRegular.eot');
  src: url('/sites/all/themes/vesta_theme/font/OverpassRegular.eot') format('embedded-opentype'), url('/sites/all/themes/vesta_theme/font/OverpassRegular.woff2') format('woff2'), url('/sites/all/themes/vesta_theme/font/OverpassRegular.woff') format('woff'), url('/sites/all/themes/vesta_theme/font/OverpassRegular.ttf') format('truetype'), url('/sites/all/themes/vesta_theme/font/OverpassRegular.svg#OverpassRegular') format('svg');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Overpass';
  src: url('/sites/all/themes/vesta_theme/font/OverpassMedium.eot');
  src: url('/sites/all/themes/vesta_theme/font/OverpassMedium.eot') format('embedded-opentype'), url('/sites/all/themes/vesta_theme/font/OverpassMedium.woff2') format('woff2'), url('/sites/all/themes/vesta_theme/font/OverpassMedium.woff') format('woff'), url('/sites/all/themes/vesta_theme/font/OverpassMedium.ttf') format('truetype'), url('/sites/all/themes/vesta_theme/font/OverpassMedium.svg#OverpassMedium') format('svg');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'Overpass';
  src: url('/sites/all/themes/vesta_theme/font/OverpassSemiBold.eot');
  src: url('/sites/all/themes/vesta_theme/font/OverpassSemiBold.eot') format('embedded-opentype'), url('/sites/all/themes/vesta_theme/font/OverpassSemiBold.woff2') format('woff2'), url('/sites/all/themes/vesta_theme/font/OverpassSemiBold.woff') format('woff'), url('/sites/all/themes/vesta_theme/font/OverpassSemiBold.ttf') format('truetype'), url('/sites/all/themes/vesta_theme/font/OverpassSemiBold.svg#OverpassSemiBold') format('svg');
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'Overpass';
  src: url('/sites/all/themes/vesta_theme/font/OverpassBold.eot');
  src: url('/sites/all/themes/vesta_theme/font/OverpassBold.eot') format('embedded-opentype'), url('/sites/all/themes/vesta_theme/font/OverpassBold.woff2') format('woff2'), url('/sites/all/themes/vesta_theme/font/OverpassBold.woff') format('woff'), url('/sites/all/themes/vesta_theme/font/OverpassBold.ttf') format('truetype'), url('/sites/all/themes/vesta_theme/font/OverpassBold.svg#OverpassBold') format('svg');
  font-style: 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;*/
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  color: #25BB88;
}
@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;
  background-color: #02030B;
  font-family: Overpass, -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";
  /*color: var(--color2)*/
  color: #fff;
}
#app {
  overflow: hidden;
  background: url(/sites/all/themes/vesta_theme/image/bg-top.png) center top no-repeat, url(/sites/all/themes/vesta_theme/image/bg-wraper.png) center 40% no-repeat;
  display: flex;
  flex-direction: column;
}
#app footer {
  margin-top: auto;
}
.toolbar-fixed #app {
  margin-top: var(--drupal-displace-offset-top);
}
@media screen and (max-width: 991px) {
  #app {
    padding-top: 0;
  }
}
html {
  line-height: 1.5;
  font-size: 16px !important;
  color: #fff;
  font-family: Overpass, -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;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.page > *:not(header,footer) .block-title {
  font-family: Overpass, -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: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.5rem;
  }
}
h2,
.page > *:not(header,footer) .block-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: inherit;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  h2,
  .page > *:not(header,footer) .block-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  h2,
  .page > *:not(header,footer) .block-title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  h2,
  .page > *: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: @link-color;
  .transition();
  &:hover{
    color: @link-hover;
  }
}*/
.page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  overflow: hidden;
  background-color: #02030B;
}
.page .block .block-title {
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page .block .block-title {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page .block .block-title {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .page .block .block-title {
    margin-bottom: 20px;
  }
}
.page > * {
  margin-bottom: 15px;
}
.page > *:last-child {
  margin-bottom: 0;
}
.page > *:not(header,footer) .block-block .content {
  text-align: justify;
}
.page > *:not(header,footer) .block-block .content h1,
.page > *:not(header,footer) .block-block .content h2,
.page > *:not(header,footer) .block-block .content h3,
.page > *:not(header,footer) .block-block .content h4,
.page > *:not(header,footer) .block-block .content h5,
.page > *:not(header,footer) .block-block .content h6 {
  text-align: left;
}
/*Разное*/
.btn-default,
.more-link a {
  min-width: 290px;
  height: 60px;
  padding: 10px;
  border-radius: 20px;
  background-color: #349cae;
  background: linear-gradient(90deg, #25bb88, #18a1be 100%);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  -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) {
  .btn-default,
  .more-link a {
    padding: 10px 26px;
    min-width: 260px;
    height: 54px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .btn-default,
  .more-link a {
    padding: 8px 20px;
    min-width: auto;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .btn-default,
  .more-link a {
    padding: 6px 16px;
    min-width: auto;
    height: auto;
  }
}
.btn-default:focus,
.more-link a:focus,
.btn-default:hover,
.more-link a:hover {
  outline: none;
  box-shadow: none;
  background-color: #349cae;
  background: linear-gradient(90deg, #18a1be, #25bb88 100%);
  color: #fff;
}
.btn-default.btn-white,
.more-link a.btn-white {
  background: #fff;
  color: #03022F;
}
.btn-default.btn-white:focus,
.more-link a.btn-white:focus,
.btn-default.btn-white:hover,
.more-link a.btn-white:hover {
  outline: none;
  box-shadow: none;
  background: linear-gradient(90deg, #18a1be, #25bb88 100%);
  color: #fff;
}
input.form-control::-webkit-input-placeholder {
  color: #fff !important;
}
input.form-control:-ms-input-placeholder {
  color: #fff !important;
}
input.form-control::-ms-input-placeholder {
  color: #fff !important;
}
input.form-control::placeholder {
  color: #fff !important;
}
input[type="text"]::-webkit-input-placeholder {
  color: #fff !important;
}
input[type="text"]:-ms-input-placeholder {
  color: #fff !important;
}
input[type="text"]::-ms-input-placeholder {
  color: #fff !important;
}
input[type="text"]::placeholder {
  color: #fff !important;
}
input[type="tel"]::-webkit-input-placeholder {
  color: #fff !important;
}
input[type="tel"]:-ms-input-placeholder {
  color: #fff !important;
}
input[type="tel"]::-ms-input-placeholder {
  color: #fff !important;
}
input[type="tel"]::placeholder {
  color: #fff !important;
}
textarea::-webkit-input-placeholder {
  color: #fff !important;
}
textarea:-ms-input-placeholder {
  color: #fff !important;
}
textarea::-ms-input-placeholder {
  color: #fff !important;
}
textarea::placeholder {
  color: #fff !important;
}
.region-search .search-form form {
  margin: auto;
}
.search-block-form form {
  width: 356px;
  height: 60px;
  padding: 0;
  border-radius: 20px;
  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;
}
.search-block-form .form-type-search {
  max-width: 305px;
  width: 100%;
  height: 100%;
}
.search-block-form input.form-search {
  height: 100%;
  padding: 21px 19px;
  border-radius: 20px 0 0 20px;
  border: none;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(80px);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
.search-block-form input.form-search:focus {
  box-shadow: none;
}
.search-block-form input.form-search[type="search"]::-webkit-input-placeholder {
  color: #fff !important;
}
.search-block-form input.form-search[type="search"]:-ms-input-placeholder {
  color: #fff !important;
}
.search-block-form input.form-search[type="search"]::-ms-input-placeholder {
  color: #fff !important;
}
.search-block-form input.form-search[type="search"]::placeholder {
  color: #fff !important;
}
.search-block-form .form-actions {
  display: inline-block;
  width: 51px;
  height: 60px;
  padding: 0;
  border-radius: 0px 20px 20px 0px;
  background: linear-gradient(90deg, #25bb88, #18a1be 100%), #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-block-form .form-actions .btn {
  width: 100%;
  height: 100%;
  padding: 21px 19px;
  border: none;
  background-color: transparent;
  background-image: url(/sites/all/themes/vesta_theme/image/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
}
.search-block-form .form-actions .btn:focus {
  outline: none;
  box-shadow: none;
}
.icon-contacts {
  position: relative;
  display: flex;
  flex-direction: row;
  /*flex-wrap: wrap;*/
  justify-content: flex-start;
  align-items: center;
  /*&:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-position: center;
  }
  &.footer-address, &.header-address{
    &::before {
      background-image: url(/sites/all/themes/vesta_theme/image/contacts-map.svg);
    }
  }
  &.footer-phone, &.header-phone{
    &::before {
      background-image: url(/sites/all/themes/vesta_theme/image/contacts-phone.svg);
    }
  }
  &.footer-mail, &.header-mail{
    &::before {
      background-image: url(/sites/all/themes/vesta_theme/image/contacts-mail.svg);
    }
  }*/
}
.col-header-mail {
  position: relative;
  display: flex;
  flex-direction: row;
  /*flex-wrap: wrap;*/
  justify-content: flex-start;
  align-items: center;
}
.col-header-mail .glass-frame {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 6px;
  border-radius: 8px;
  background-image: url(/sites/all/themes/vesta_theme/image/bg-mail.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  box-shadow: inset -1px -1px 5px 0px rgba(255, 255, 255, 0.25);
}
.col-header-mail .glass-frame img {
  width: 18px;
  height: 14px;
}
.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 #app {
  min-height: 100vh;
}
.not-front #main {
  padding: 30px 0;
}
.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;
  }
}
#vpa-full-wrapper {
  background: linear-gradient(90deg, #25bb88, #18a1be 100%);
}
.block-content--type-zagolovki {
  margin-bottom: 40px;
  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: 0 30px;
}
@media screen and (min-width: 1199px) {
  .block-content--type-zagolovki {
    gap: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .block-content--type-zagolovki {
    margin-bottom: 30px;
    gap: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .block-content--type-zagolovki {
    margin-bottom: 25px;
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .block-content--type-zagolovki {
    margin-bottom: 20px;
    gap: 15px;
  }
}
.block-content--type-zagolovki .group-left {
  max-width: 16%;
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .block-content--type-zagolovki .group-left {
    max-width: 18%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .block-content--type-zagolovki .group-left {
    max-width: 24%;
  }
}
@media screen and (max-width: 767px) {
  .block-content--type-zagolovki .group-left {
    max-width: 100%;
  }
}
.block-content--type-zagolovki .group-left .field--name-block-title {
  min-width: 100px;
  max-width: 160px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 12px 12px 12px 10px;
  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;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  border-radius: 10px;
  background-image: url(/sites/all/themes/vesta_theme/image/title-border.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  box-shadow: inset -1px -1px 11px 0px rgba(255, 255, 255, 0.25);
}
.block-content--type-zagolovki .group-left .field--name-block-title:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, #25bb88, #18a1be 100%);
}
.block-content--type-zagolovki .group-right {
  max-width: 80%;
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .block-content--type-zagolovki .group-right {
    max-width: 78%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .block-content--type-zagolovki .group-right {
    max-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .block-content--type-zagolovki .group-right {
    max-width: 100%;
  }
}
.block-content--type-zagolovki .group-right .field--name-body h2 {
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .block-content--type-zagolovki .group-right .field--name-body h2 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .block-content--type-zagolovki .group-right .field--name-body h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .block-content--type-zagolovki .group-right .field--name-body h2 {
    font-size: 1.5rem;
  }
}
.block-content--type-zagolovki .group-right .field--name-body .title-color {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to right, #25BB88, #18A1BE);
}
.wraper-contacts .row-title {
  margin-bottom: 40px;
}
.wraper-contacts .row-title .d-flex {
  gap: 0 30px;
  align-items: flex-start;
}
.wraper-contacts .row-title .d-flex .title-block {
  min-width: 100px;
  max-width: 160px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 12px 12px 12px 10px;
  margin-right: 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: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  border-radius: 10px;
  background-image: url(/sites/all/themes/vesta_theme/image/title-border.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  box-shadow: inset -1px -1px 11px 0px rgba(255, 255, 255, 0.25);
}
.wraper-contacts .row-title .d-flex .title-block:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, #25bb88, #18a1be 100%);
}
.wraper-contacts .row-title .d-flex .text-block {
  max-width: 80%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wraper-contacts .row-title .d-flex .text-block {
    max-width: 100%;
  }
}
.wraper-contacts .row-title .d-flex .text-block h2 {
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wraper-contacts .row-title .d-flex .text-block h2 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wraper-contacts .row-title .d-flex .text-block h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .wraper-contacts .row-title .d-flex .text-block h2 {
    font-size: 1.5rem;
  }
}
.wraper-contacts .row-title .d-flex .text-block .title-color {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to right, #25BB88, #18A1BE);
}
/*Шапка*/
#header .header-top {
  padding: 14px 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #header .header-top .container > .d-flex {
    gap: 15px;
  }
}
#header .header-top .logo {
  max-width: 15%;
  width: 100%;
}
#header .header-top .col-search {
  max-width: 32%;
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #header .header-top .col-search {
    max-width: 38%;
  }
}
#header .header-top .col-contacts {
  max-width: 18%;
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #header .header-top .col-contacts {
    max-width: 22%;
  }
}
#header .header-top .col-contacts.col-header-mail {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
#header .header-top .col-contacts.col-header-mail a {
  text-decoration: none;
}
#header .header-top .col-callback {
  max-width: 30%;
  width: 100%;
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  #header .header-top .col-callback {
    max-width: 93%;
  }
}
#header .header-top .col-callback .msngrs {
  gap: 7px;
}
#header .header-top .col-callback .msngrs .item img {
  width: 30px;
  height: 30px;
}
#header .header-top .col-callback .tel {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
}
#header .header-top .col-callback #block-vesta-theme-knopkaostavitzayavku .field--name-body .btn {
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background: #d9d9d9, linear-gradient(90deg, #25bb88, #18a1be 100%);
  font-size: 0;
  padding: 18px;
}
#header .header-bottom .region-navigation {
  width: 100%;
}
#header .header-bottom .region-navigation .navigation {
  width: 100%;
}
#header .header-bottom .region-navigation .navigation .nav {
  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;
}
#header .header-bottom .region-navigation .navigation .nav .nav-item .nav-link {
  padding: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
#header .header-bottom .region-navigation .navigation .nav .nav-item .nav-link:hover {
  color: #25BB88;
}
/*Банер*/
.wr_front_content {
  position: relative;
  padding: 83px 0 160px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wr_front_content {
    padding: 63px 0 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wr_front_content {
    padding: 43px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .wr_front_content {
    padding: 23px 0 30px;
  }
}
.wr_front_content .region:not(.region-content, .region-bnr-top, :last-child) {
  margin-bottom: 160px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wr_front_content .region:not(.region-content, .region-bnr-top, :last-child) {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wr_front_content .region:not(.region-content, .region-bnr-top, :last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .wr_front_content .region:not(.region-content, .region-bnr-top, :last-child) {
    margin-bottom: 30px;
  }
}
.wr_front_content .top-block {
  margin-bottom: 100px;
  padding-bottom: 95px;
  position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wr_front_content .top-block {
    margin-bottom: 80px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wr_front_content .top-block {
    margin-bottom: 60px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .wr_front_content .top-block {
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
}
.wr_front_content .top-block .bnr-btn-decor.bnr-btn-decor-0 {
  min-width: 201px;
  width: auto;
  min-height: 40px;
  padding: 12px 10px 12px 36px;
  margin: auto auto 10px;
  background-image: url(/sites/all/themes/vesta_theme/image/star-bnr.svg);
  background-repeat: no-repeat;
  background-position: 9px 7px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: inline-block;
  cursor: default;
}
.wr_front_content .top-block .bnr-btn-decor.bnr-btn-decor-1,
.wr_front_content .top-block .bnr-btn-decor.bnr-btn-decor-2 {
  width: 292px;
  height: 72px;
  padding: 33px 30px 18px 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  z-index: 2;
  border-radius: 30px;
  background-image: url(/sites/all/themes/vesta_theme/image/glass.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: inset -1px -1px 11px 0px rgba(255, 255, 255, 0.25);
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  /*&:after{
          content: '';
          display: inline-block;
          width: 292px;
          height: 72px;
          border-radius: 30px;
          background-image: url(/sites/all/themes/vesta_theme/image/glass.png);
          background-repeat: no-repeat;
          background-size: contain;
          position: absolute;
          top: 0; left: 0;
          z-index: 1;
          /*border: 1px solid #fff;
          clip-path: inset(0 0 0 0 round 0% 25% 0% 25%);
          filter: blur(0.04rem);border-image: linear-gradient(to right, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.4) 100%) 1;
         /box-shadow: inset 0px 0px 1px rgba(255,255,255,0.4);
        }*/
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wr_front_content .top-block .bnr-btn-decor.bnr-btn-decor-1,
  .wr_front_content .top-block .bnr-btn-decor.bnr-btn-decor-2 {
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .wr_front_content .top-block .bnr-btn-decor.bnr-btn-decor-1,
  .wr_front_content .top-block .bnr-btn-decor.bnr-btn-decor-2 {
    display: none;
  }
}
.wr_front_content .top-block .bnr-btn-decor.bnr-btn-decor-1::before,
.wr_front_content .top-block .bnr-btn-decor.bnr-btn-decor-2::before {
  content: '';
  display: inline-block;
  width: 54px;
  height: 54px;
  backdrop-filter: blur(124px);
  background: #25bb88;
  position: absolute;
  top: -31px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  border-radius: 50%;
}
.wr_front_content .top-block .bnr-btn-decor.bnr-btn-decor-1 {
  top: 410px;
  bottom: auto;
  left: 0;
  right: auto;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wr_front_content .top-block .bnr-btn-decor.bnr-btn-decor-1 {
    top: 364px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wr_front_content .top-block .bnr-btn-decor.bnr-btn-decor-1 {
    top: 410px;
    left: -25px;
  }
}
.wr_front_content .top-block .bnr-btn-decor.bnr-btn-decor-1:before {
  background-image: url(/sites/all/themes/vesta_theme/image/card.svg);
}
.wr_front_content .top-block .bnr-btn-decor.bnr-btn-decor-2 {
  top: 530px;
  bottom: auto;
  left: auto;
  right: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wr_front_content .top-block .bnr-btn-decor.bnr-btn-decor-2 {
    top: 440px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wr_front_content .top-block .bnr-btn-decor.bnr-btn-decor-2 {
    top: 410px;
  }
}
.wr_front_content .top-block .bnr-btn-decor.bnr-btn-decor-2:before {
  background-image: url(/sites/all/themes/vesta_theme/image/clock.svg);
}
.wr_front_content .top-block .front-h1 {
  margin-bottom: 10px;
  font-family: 'Exo 2';
  font-size: 92px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wr_front_content .top-block .front-h1 {
    font-size: 72px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wr_front_content .top-block .front-h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .wr_front_content .top-block .front-h1 {
    font-size: 2.5rem;
  }
}
.wr_front_content .top-block #block-vesta-theme-tekstbanera .field--name-body .bnr-subtitle {
  position: relative;
  padding-bottom: 76px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wr_front_content .top-block #block-vesta-theme-tekstbanera .field--name-body .bnr-subtitle {
    padding-bottom: 56px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wr_front_content .top-block #block-vesta-theme-tekstbanera .field--name-body .bnr-subtitle {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 767px) {
  .wr_front_content .top-block #block-vesta-theme-tekstbanera .field--name-body .bnr-subtitle {
    padding-bottom: 26px;
  }
}
.wr_front_content .top-block #block-vesta-theme-tekstbanera .field--name-body .bnr-subtitle:before {
  content: '';
  width: 1px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  bottom: 14px;
  left: 0;
  right: 0;
  margin: auto auto 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wr_front_content .top-block #block-vesta-theme-tekstbanera .field--name-body .bnr-subtitle:before {
    height: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wr_front_content .top-block #block-vesta-theme-tekstbanera .field--name-body .bnr-subtitle:before {
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .wr_front_content .top-block #block-vesta-theme-tekstbanera .field--name-body .bnr-subtitle:before {
    height: 12px;
  }
}
.wr_front_content .top-block #block-vesta-theme-tekstbanera .field--name-body .bnr-subtitle h2 {
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wr_front_content .top-block #block-vesta-theme-tekstbanera .field--name-body .bnr-subtitle h2 {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wr_front_content .top-block #block-vesta-theme-tekstbanera .field--name-body .bnr-subtitle h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .wr_front_content .top-block #block-vesta-theme-tekstbanera .field--name-body .bnr-subtitle h2 {
    font-size: 1.5rem;
  }
}
.wr_front_content .top-block #block-vesta-theme-tekstbanera .field--name-body .bnr-text {
  padding-bottom: 86px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wr_front_content .top-block #block-vesta-theme-tekstbanera .field--name-body .bnr-text {
    padding-bottom: 66px;
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wr_front_content .top-block #block-vesta-theme-tekstbanera .field--name-body .bnr-text {
    padding-bottom: 46px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .wr_front_content .top-block #block-vesta-theme-tekstbanera .field--name-body .bnr-text {
    padding-bottom: 26px;
    font-size: 14px;
  }
}
.wr_front_content .top-block #block-vesta-theme-tekstbanera .field--name-body .bnr-text:before {
  content: '';
  width: 1px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  bottom: 22px;
  left: 0;
  right: 0;
  margin: auto auto 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wr_front_content .top-block #block-vesta-theme-tekstbanera .field--name-body .bnr-text:before {
    height: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wr_front_content .top-block #block-vesta-theme-tekstbanera .field--name-body .bnr-text:before {
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .wr_front_content .top-block #block-vesta-theme-tekstbanera .field--name-body .bnr-text:before {
    height: 12px;
    bottom: 12px;
  }
}
.wr_front_content .top-block #block-vesta-theme-tekstbanera .field--name-body .bnr-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wr_front_content .top-block #block-vesta-theme-tekstbanera .field--name-body .bnr-btn .btn {
  margin: auto;
}
/*Услуги*/
.view-services .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: 20px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-services .view-content {
    justify-content: space-around;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-services .view-content {
    justify-content: space-around;
    gap: 10px;
  }
}
.view-services .view-content .views-row {
  max-width: 377px;
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-services .view-content .views-row {
    max-width: 298px;
  }
}
.view-services .more-link {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-services .more-link {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-services .more-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .view-services .more-link {
    margin-top: 20px;
  }
}
.node--type-services.node--view-mode-teaser {
  width: 100%;
  height: 100%;
  padding: 30px 25px;
  border-radius: 10px;
  border-width: 1px 0px 1px 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 4px 62px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-services.node--view-mode-teaser {
    padding: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-services.node--view-mode-teaser {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-services.node--view-mode-teaser {
    padding: 15px;
  }
}
.node--type-services.node--view-mode-teaser .field--name-field-icon-services {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-image: url(/sites/all/themes/vesta_theme/image/bg-icon-services.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  box-shadow: inset -1px -1px 11px 0px rgba(255, 255, 255, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .node--type-services.node--view-mode-teaser .field--name-field-icon-services {
    margin-bottom: 15px;
  }
}
.node--type-services.node--view-mode-teaser .field--name-node-title {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node--type-services.node--view-mode-teaser .field--name-node-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .node--type-services.node--view-mode-teaser .field--name-node-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-services.node--view-mode-teaser .field--name-node-title {
    font-size: 20px;
  }
}
.node--type-services.node--view-mode-teaser .field--name-node-title a {
  text-decoration: none;
}
.node--type-services.node--view-mode-teaser .field--name-body {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .node--type-services.node--view-mode-teaser .field--name-body {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.node--type-services.node--view-mode-teaser .field--name-field-btn-callback {
  margin-top: auto;
}
.node--type-services.node--view-mode-teaser .field--name-field-btn-callback .btn {
  width: 100%;
}
.node--type-services.node--view-mode-full .field--name-field-btn-callback {
  margin-top: 30px;
}
/*О нас*/
#block-vesta-theme-views-block-about-block-1 {
  max-width: 83%;
  width: 100%;
  margin: 0 0 40px auto;
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 {
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}
.node--type-about.node--view-mode-teaser .field--name-field-announcement-text {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.node--type-about.node--view-mode-teaser .field--name-field-announcement-text p {
  margin-bottom: 20px;
}
.node--type-about.node--view-mode-teaser .field--name-node-link .btn {
  max-width: 387px;
  width: 100%;
}
.view-numbers-about .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: 20px;
  cursor: default;
}
@media screen and (max-width: 991px) {
  .view-numbers-about .view-content {
    justify-content: center;
    gap: 10px;
  }
}
.view-numbers-about .view-content .views-row .node--type-numbers-about.node--view-mode-teaser .numbers-content {
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.view-numbers-about .view-content .views-row .node--type-numbers-about.node--view-mode-teaser .numbers-content .field--name-field-numbers {
  margin-bottom: auto;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-numbers-about .view-content .views-row .node--type-numbers-about.node--view-mode-teaser .numbers-content .field--name-field-numbers {
    font-size: 56px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-numbers-about .view-content .views-row .node--type-numbers-about.node--view-mode-teaser .numbers-content .field--name-field-numbers {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .view-numbers-about .view-content .views-row .node--type-numbers-about.node--view-mode-teaser .numbers-content .field--name-field-numbers {
    font-size: 2.3rem;
  }
}
.view-numbers-about .view-content .views-row .node--type-numbers-about.node--view-mode-teaser .numbers-content .field--name-body {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-numbers-about .view-content .views-row .node--type-numbers-about.node--view-mode-teaser .numbers-content .field--name-body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .view-numbers-about .view-content .views-row .node--type-numbers-about.node--view-mode-teaser .numbers-content .field--name-body {
    font-size: 14px;
  }
}
.view-numbers-about .view-content .views-row:first-child {
  max-width: 590px;
  width: 100%;
  min-height: 220px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-numbers-about .view-content .views-row:first-child {
    max-width: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-numbers-about .view-content .views-row:first-child {
    min-height: 170px;
  }
}
@media screen and (max-width: 767px) {
  .view-numbers-about .view-content .views-row:first-child {
    min-height: 150px;
  }
}
.view-numbers-about .view-content .views-row:first-child .node--type-numbers-about.node--view-mode-teaser {
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
}
.view-numbers-about .view-content .views-row:first-child .node--type-numbers-about.node--view-mode-teaser:before {
  content: '';
  display: inline-block;
  width: 292px;
  height: 220px;
  border-radius: 10px;
  background-image: url(/sites/all/themes/vesta_theme/image/bg-about-circle.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-numbers-about .view-content .views-row:first-child .node--type-numbers-about.node--view-mode-teaser:before {
    height: 170px;
  }
}
@media screen and (max-width: 767px) {
  .view-numbers-about .view-content .views-row:first-child .node--type-numbers-about.node--view-mode-teaser:before {
    height: 150px;
  }
}
.view-numbers-about .view-content .views-row:first-child .node--type-numbers-about.node--view-mode-teaser .field--name-field-image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.view-numbers-about .view-content .views-row:first-child .node--type-numbers-about.node--view-mode-teaser .field--name-field-image img {
  width: 590px;
  height: 220px!important;
  object-fit: cover;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-numbers-about .view-content .views-row:first-child .node--type-numbers-about.node--view-mode-teaser .field--name-field-image img {
    width: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-numbers-about .view-content .views-row:first-child .node--type-numbers-about.node--view-mode-teaser .field--name-field-image img {
    height: 170px!important;
  }
}
@media screen and (max-width: 767px) {
  .view-numbers-about .view-content .views-row:first-child .node--type-numbers-about.node--view-mode-teaser .field--name-field-image img {
    height: 150px!important;
  }
}
.view-numbers-about .view-content .views-row:not(:first-child) {
  max-width: 270px;
  width: 100%;
  min-height: 220px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-numbers-about .view-content .views-row:not(:first-child) {
    max-width: 248px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .view-numbers-about .view-content .views-row:not(:first-child) {
    max-width: 289px;
    min-height: 170px;
  }
}
@media screen and (max-width: 767px) {
  .view-numbers-about .view-content .views-row:not(:first-child) {
    max-width: 100%;
    min-height: 110px;
  }
}
.view-numbers-about .view-content .views-row:not(:first-child) .node--type-numbers-about.node--view-mode-teaser {
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
  border-radius: 10px;
  background: #fff;
}
.view-numbers-about .view-content .views-row:not(:first-child) .node--type-numbers-about.node--view-mode-teaser .field--name-field-image {
  position: absolute;
  z-index: 0;
}
.view-numbers-about .view-content .views-row:not(:first-child) .node--type-numbers-about.node--view-mode-teaser .field--name-field-image img {
  width: 270px;
  height: 220px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
}
.view-numbers-about .view-content .views-row:not(:first-child) .node--type-numbers-about.node--view-mode-teaser .field--name-field-numbers {
  background: linear-gradient(90deg, #25bb88, #18a1be 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.view-numbers-about .view-content .views-row:not(:first-child) .node--type-numbers-about.node--view-mode-teaser .field--name-body {
  color: #101010;
}
/*Форма обратной связи*/
.region-fos {
  padding: 40px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .region-fos {
    padding: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .region-fos {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .region-fos {
    padding: 15px;
  }
}
.region-fos #block-vesta-theme-zagolovokkforme {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .region-fos #block-vesta-theme-zagolovokkforme {
    margin-bottom: 15px;
  }
}
.region-fos #block-vesta-theme-zagolovokkforme .field--name-body {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .region-fos #block-vesta-theme-zagolovokkforme .field--name-body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .region-fos #block-vesta-theme-zagolovokkforme .field--name-body {
    font-size: 14px;
  }
}
.region-fos #block-vesta-theme-zagolovokkforme .field--name-body h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .region-fos #block-vesta-theme-zagolovokkforme .field--name-body h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .region-fos #block-vesta-theme-zagolovokkforme .field--name-body h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .region-fos #block-vesta-theme-zagolovokkforme .field--name-body h2 {
    font-size: 1.8rem;
  }
}
.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: center;
  gap: 20px 19px;
}
@media screen and (max-width: 991px) {
  .webform-submission-callback-form {
    gap: 15px;
  }
}
.webform-submission-callback-form #edit-telefon-error {
  display: none!important;
}
.webform-submission-callback-form .form-type-textfield,
.webform-submission-callback-form .form-type-tel {
  max-width: 348px;
  width: 100%;
  height: 60px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .webform-submission-callback-form .form-type-textfield,
  .webform-submission-callback-form .form-type-tel {
    max-width: 270px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-callback-form .form-type-textfield,
  .webform-submission-callback-form .form-type-tel {
    max-width: 100%;
  }
}
.webform-submission-callback-form .form-type-textfield .error.form-item--error-message,
.webform-submission-callback-form .form-type-tel .error.form-item--error-message {
  display: none;
}
.webform-submission-callback-form .form-type-textfield input,
.webform-submission-callback-form .form-type-tel input {
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 10px 20px 10px 20px;
  border-radius: 20px;
  box-shadow: inset -1px -1px 11px 0px rgba(255, 255, 255, 0.25);
  background-color: transparent;
  background-image: url(/sites/all/themes/vesta_theme/image/bg-input.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border: 1px solid transparent;
}
@media screen and (max-width: 991px) {
  .webform-submission-callback-form .form-type-textfield input,
  .webform-submission-callback-form .form-type-tel input {
    border-radius: 33px;
  }
}
.webform-submission-callback-form .form-type-textfield input:focus,
.webform-submission-callback-form .form-type-tel input:focus {
  box-shadow: none;
  outline: none;
}
.webform-submission-callback-form .form-type-textfield input.valid,
.webform-submission-callback-form .form-type-tel input.valid {
  border: 1px solid #34CE3A;
}
.webform-submission-callback-form .form-type-textfield input.error,
.webform-submission-callback-form .form-type-tel input.error {
  border: 1px solid #E14827;
}
.webform-submission-callback-form .form-actions {
  max-width: 348px;
  width: 100%;
  height: 60px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .webform-submission-callback-form .form-actions {
    max-width: 270px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-callback-form .form-actions {
    max-width: 100%;
  }
}
.webform-submission-callback-form .form-actions .btn {
  width: 100%;
}
.webform-submission-callback-form .form-item-privacy {
  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: flex-start;
  align-items: center;
}
.webform-submission-callback-form .form-item-privacy input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: borer-box;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  cursor: pointer;
  border-radius: 4px;
  background: #D4D4D4;
}
.webform-submission-callback-form .form-item-privacy input[type="checkbox"]:focus {
  box-shadow: none;
  border: none;
}
.webform-submission-callback-form .form-item-privacy input[type="checkbox"]:checked {
  background: #D4D4D4;
  background-image: url(/sites/all/themes/vesta_theme/image/check.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
}
.webform-submission-callback-form .form-item-privacy .description {
  width: 89%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
input[type="text"]::-webkit-input-placeholder {
  color: #fff !important;
}
input[type="text"]:-ms-input-placeholder {
  color: #fff !important;
}
input[type="text"]::-ms-input-placeholder {
  color: #fff !important;
}
input[type="text"]::placeholder {
  color: #fff !important;
}
input[type="tel"]::-webkit-input-placeholder {
  color: #fff !important;
}
input[type="tel"]:-ms-input-placeholder {
  color: #fff !important;
}
input[type="tel"]::-ms-input-placeholder {
  color: #fff !important;
}
input[type="tel"]::placeholder {
  color: #fff !important;
}
textarea::-webkit-input-placeholder {
  color: #fff !important;
}
textarea:-ms-input-placeholder {
  color: #fff !important;
}
textarea::-ms-input-placeholder {
  color: #fff !important;
}
textarea::placeholder {
  color: #fff !important;
}
/*Фотогалерея*/
.view-fotogalereya .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: 20px;
}
@media screen and (max-width: 991px) {
  .view-fotogalereya .view-content {
    justify-content: space-around;
    gap: 10px;
  }
}
.view-fotogalereya .view-content .views-row {
  max-width: 578px;
  width: 100%;
  min-height: 347px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-fotogalereya .view-content .views-row {
    max-width: 456px;
  }
}
.view-fotogalereya .more-link {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-fotogalereya .more-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .view-fotogalereya .more-link {
    margin-top: 20px;
  }
}
.node--type-photogallery.node--view-mode-teaser {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
}
.node--type-photogallery.node--view-mode-teaser .field--name-node-title {
  margin-bottom: auto;
  padding: 9px 10px;
  border: 10px 0 0 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}
.node--type-photogallery.node--view-mode-teaser .field--name-node-title a {
  text-decoration: none;
}
.node--type-photogallery.node--view-mode-teaser .field--name-field-gallery img {
  max-width: 578px;
  width: 100%;
  height: 311px!important;
  object-fit: cover;
  border-radius: 10px;
}
.view-gallery-page.view-id-gallery_page.view-display-id-block_1 .view-content .blazy .views-field-field-media-image img {
  max-width: 290px;
  width: 100%;
  object-fit: cover;
}
/*Преимущества*/
.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: 20px;
}
@media screen and (max-width: 991px) {
  .view-advantage .view-content {
    gap: 10px;
  }
}
.view-advantage .view-content .views-row {
  max-width: 578px;
  width: 100%;
  min-height: 153px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .view-advantage .view-content .views-row {
    max-width: 458px;
  }
}
@media screen and (max-width: 991px) {
  .view-advantage .view-content .views-row {
    max-width: 100%;
    min-height: auto;
  }
}
.node--type-advantage.node--view-mode-teaser {
  width: 100%;
  height: 100%;
  padding: 12px 20px 15px 20px;
  background-image: url(/sites/all/themes/vesta_theme/image/bg-advantage.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: inset -1px -1px 11px 0px rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  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: 12px;
}
.node--type-advantage.node--view-mode-teaser .group-left {
  max-width: 40px;
  width: 100%;
}
.node--type-advantage.node--view-mode-teaser .group-left .field--name-field-advantage-icon {
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 4px;
  background: linear-gradient(90deg, #25bb88, #18a1be 100%);
}
.node--type-advantage.node--view-mode-teaser .group-left .field--name-field-advantage-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.node--type-advantage.node--view-mode-teaser .group-right {
  max-width: 90%;
  width: 100%;
}
.node--type-advantage.node--view-mode-teaser .group-right .field--name-node-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
.node--type-advantage.node--view-mode-teaser .group-right .field--name-body {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}
/*Контакты*/
.wraper-contacts {
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wraper-contacts {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wraper-contacts {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .wraper-contacts {
    margin-bottom: 30px;
  }
}
.wraper-contacts .row-contacts {
  margin-bottom: 20px;
  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: 20px;
}
@media screen and (max-width: 991px) {
  .wraper-contacts .row-contacts {
    padding: 0 10px;
    margin-bottom: 15px;
    gap: 10px;
  }
}
.wraper-contacts .row-contacts .icon-contacts {
  max-width: 385px;
  width: 100%;
  min-height: 118px;
  /*height: 100%;*/
  padding: 10px 14px;
  border-radius: 10px;
  backdrop-filter: blur(54px);
  background: rgba(245, 247, 248, 0.2);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wraper-contacts .row-contacts .icon-contacts {
    max-width: 305px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .wraper-contacts .row-contacts .icon-contacts {
    max-width: 100%;
    font-size: 14px;
    min-height: auto;
  }
}
.wraper-contacts .row-contacts .icon-contacts a {
  text-decoration: none;
}
.wraper-contacts .row-contacts .icon-contacts .tel-text {
  margin-bottom: 10px;
  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;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.wraper-contacts .row-contacts .icon-contacts .tel-text:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 10px;
  margin-right: 10px;
  border-radius: 10px;
}
.wraper-contacts .row-contacts .icon-contacts.footer-address .tel-text:before {
  background: url(/sites/all/themes/vesta_theme/image/contacts-address.svg), linear-gradient(90deg, #25bb88, #18a1be 100%);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.wraper-contacts .row-contacts .icon-contacts.footer-phone .tel-text:before {
  background: url(/sites/all/themes/vesta_theme/image/contacts-phone.svg), linear-gradient(90deg, #25bb88, #18a1be 100%);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.wraper-contacts .row-contacts .icon-contacts.footer-mail .tel-text:before {
  background: url(/sites/all/themes/vesta_theme/image/contacts-mail.svg), linear-gradient(90deg, #25bb88, #18a1be 100%);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.region-map #block-vesta-theme-yandekskarta-2 .mapContainer,
.region-map #block-vesta-theme-yandekskarta-2 iframe {
  border-radius: 10px;
}
.body-node--800 .wr_content .col-contacts {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.body-node--800 .wr_content .col-contacts .contact-item {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
.body-node--800 .wr_content .col-contacts .contact-item a {
  text-decoration: none;
}
.body-node--800 .wr_content .col-contacts .msngrs {
  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;
  gap: 10px;
}
.body-node--800 .wr_content .region-map {
  margin-top: 20px;
}
/*Подвал*/
#footer {
  background-color: #02030B;
  background-image: url(/sites/all/themes/vesta_theme/image/bg-footer.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
#footer .row-footer {
  padding: 40px 0 21px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #footer .row-footer {
    padding: 30px 0 21px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row-footer {
    padding: 21px 0;
  }
}
#footer .col-logo .logo {
  margin-bottom: 18px;
}
#footer .col-logo .logo img {
  width: 155px;
  height: 38px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
#footer .col-logo .msngrs {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 11px;
}
#footer .col-logo .msngrs .item a {
  width: 120px;
  height: 60px;
  padding: 3px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #footer .col-logo .msngrs .item a {
    width: 110px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #footer .col-logo .msngrs .item a {
    width: 100px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #footer .col-logo .msngrs .item a {
    width: 90px;
    font-size: 14px;
  }
}
#footer .col-logo .msngrs .item a img {
  width: 30px;
  height: 30px;
  margin-bottom: auto;
  object-fit: contain;
}
#footer .col-logo .widgets {
  margin-top: 20px;
  gap: 10px;
}
#footer .col-logo .widgets .widget-item {
  max-width: 183px;
  width: 100%;
  height: 60px;
  padding: 7px 10px;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .col-logo .widgets .widget-item img {
  max-width: 183px;
  width: 100%;
  object-fit: contain;
}
#footer .col-nav {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  #footer .col-nav {
    margin: 15px auto;
  }
}
#footer .col-nav .region-footer-menu {
  height: 100%;
  margin-bottom: auto display: -webkit-box; display: -moz-box; display: -ms-flexbox; 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; display: flex; flex-wrap: wrap;;
}
#footer .col-nav .region-footer-menu .block-menu .nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #footer .col-nav .region-footer-menu .block-menu .nav {
    gap: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #footer .col-nav .region-footer-menu .block-menu .nav {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  #footer .col-nav .region-footer-menu .block-menu .nav {
    gap: 5px;
  }
}
#footer .col-nav .region-footer-menu .block-menu .nav .nav-item .nav-link {
  padding: 0;
  color: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #footer .col-nav .region-footer-menu .block-menu .nav .nav-item .nav-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #footer .col-nav .region-footer-menu .block-menu .nav .nav-item .nav-link {
    font-size: 14px;
  }
}
#footer .col-nav .region-footer-menu .block-menu .nav .nav-item .nav-link:hover {
  color: #25BB88;
}
#footer .col-nav .copyright {
  opacity: 0.7;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
#footer .col-contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#footer .col-contacts .contact-item .tel-text {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #footer .col-contacts .contact-item .tel-text {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #footer .col-contacts .contact-item .tel-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #footer .col-contacts .contact-item .tel-text {
    font-size: 14px;
  }
}
#footer .col-contacts .contact-item a {
  text-decoration: none;
}
#footer .col-contacts .contact-item.phone,
#footer .col-contacts .contact-item.mail {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #footer .col-contacts .contact-item.phone,
  #footer .col-contacts .contact-item.mail {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #footer .col-contacts .contact-item.phone,
  #footer .col-contacts .contact-item.mail {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #footer .col-contacts .contact-item.phone,
  #footer .col-contacts .contact-item.mail {
    font-size: 16px;
  }
}
#footer .col-contacts .privacy {
  opacity: 0.7;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}
#footer .row-copiryght {
  padding: 14px 0 10px;
  background-color: #02030B;
}
#footer .row-copiryght .col-webvesta {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0;
}
#footer .row-copiryght .col-webvesta a {
  text-decoration: none;
}
/*Всплывающее окно*/
.ui-widget.ui-widget-content {
  padding: 0;
  background-color: #02040B;
  border-radius: 15px;
}
.ui-widget.ui-widget-content .ui-dialog-titlebar {
  background: transparent;
  color: #fff;
  border-radius: 0;
  border-width: 0 0 1px 0;
  border-radius: 15px 15px 0 0;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-actions {
  display: none;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-item-privacy .description {
  color: #fff;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-item-privacy .description a {
  color: inherit;
}
.ui-widget.ui-widget-content .ui-dialog-content .form-item-privacy .description a:hover {
  color: #25BB88;
}
.ui-widget.ui-widget-content .ui-dialog-buttonpane {
  padding: 0.5em 1em;
  background-color: transparent;
  border-radius: 0 0 15px 15px;
}
.ui-widget.ui-widget-content .ui-dialog-buttonpane .form-actions {
  width: 100%;
}
.ui-widget.ui-widget-content .ui-dialog-buttonpane .form-actions .btn {
  min-width: auto;
  width: 100%;
  border-radius: 20px;
}
