.container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
html {
  line-height: normal;
  font-size: 18px !important;
  color: #060721;
  font-family: Commissioner, -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";
  overflow-wrap: anywhere;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 15px !important;
  }
}
body {
  line-height: inherit;
  background: #fff;
  color: inherit;
  font-family: inherit;
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6,
.page > *:not(header,footer) .block-title {
  font-family: Commissioner, -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 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  h1 {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
h2,
.page > *:not(header,footer) .block-title {
  width: fit-content;
  max-width: 100%;
  margin-bottom: 30px;
  border-bottom: 5px solid #3E4095;
  font-size: 48px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  h2,
  .page > *:not(header,footer) .block-title {
    margin-bottom: 20px;
    border-bottom: 3px solid #3E4095;
    font-size: 18px;
  }
}
@media screen and (max-width: 425px) {
  h2,
  .page > *:not(header,footer) .block-title {
    border-bottom: 1px solid #3E4095;
  }
}
h3 {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 16px;
  }
}
h4 {
  font-size: 1.15rem;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.1rem;
  }
}
h5 {
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 1.05rem;
  }
}
h6 {
  font-size: 1rem;
}
p {
  margin-bottom: 0.5em;
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
  color: #060721;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover,
a:active,
a:focus {
  color: #3E4095;
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
img:hover {
  transform: scale(1.02);
}
.fal,
.fas,
.far,
.fab {
  font-style: normal;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.col-lg,
.col-md,
.col-sm,
.col-xl,
.col-1,
.col-lg-1,
.col-md-1,
.col-sm-1,
.col-xl-1,
.col-2,
.col-lg-2,
.col-md-2,
.col-sm-2,
.col-xl-2,
.col-3,
.col-lg-3,
.col-md-3,
.col-sm-3,
.col-xl-3,
.col-4,
.col-lg-4,
.col-md-4,
.col-sm-4,
.col-xl-4,
.col-5,
.col-lg-5,
.col-md-5,
.col-sm-5,
.col-xl-5,
.col-6,
.col-lg-6,
.col-md-6,
.col-sm-6,
.col-xl-6,
.col-7,
.col-lg-7,
.col-md-7,
.col-sm-7,
.col-xl-7,
.col-8,
.col-lg-8,
.col-md-8,
.col-sm-8,
.col-xl-8,
.col-9,
.col-lg-9,
.col-md-9,
.col-sm-9,
.col-xl-9,
.col-10,
.col-lg-10,
.col-md-10,
.col-sm-10,
.col-xl-10,
.col-11,
.col-lg-11,
.col-md-11,
.col-sm-11,
.col-xl-11,
.col-12,
.col-lg-12,
.col-md-12,
.col-sm-12,
.col-xl-12,
.col-auto,
.col-lg-auto,
.col-md-auto,
.col-sm-auto,
.col-xl-auto {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .col,
  .col-lg,
  .col-md,
  .col-sm,
  .col-xl,
  .col-1,
  .col-lg-1,
  .col-md-1,
  .col-sm-1,
  .col-xl-1,
  .col-2,
  .col-lg-2,
  .col-md-2,
  .col-sm-2,
  .col-xl-2,
  .col-3,
  .col-lg-3,
  .col-md-3,
  .col-sm-3,
  .col-xl-3,
  .col-4,
  .col-lg-4,
  .col-md-4,
  .col-sm-4,
  .col-xl-4,
  .col-5,
  .col-lg-5,
  .col-md-5,
  .col-sm-5,
  .col-xl-5,
  .col-6,
  .col-lg-6,
  .col-md-6,
  .col-sm-6,
  .col-xl-6,
  .col-7,
  .col-lg-7,
  .col-md-7,
  .col-sm-7,
  .col-xl-7,
  .col-8,
  .col-lg-8,
  .col-md-8,
  .col-sm-8,
  .col-xl-8,
  .col-9,
  .col-lg-9,
  .col-md-9,
  .col-sm-9,
  .col-xl-9,
  .col-10,
  .col-lg-10,
  .col-md-10,
  .col-sm-10,
  .col-xl-10,
  .col-11,
  .col-lg-11,
  .col-md-11,
  .col-sm-11,
  .col-xl-11,
  .col-12,
  .col-lg-12,
  .col-md-12,
  .col-sm-12,
  .col-xl-12,
  .col-auto,
  .col-lg-auto,
  .col-md-auto,
  .col-sm-auto,
  .col-xl-auto {
    max-width: unset;
    flex-basis: 100%;
  }
}
.page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  overflow: hidden;
}
.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;
}
.breadcrumbs .breadcrumb {
  display: block;
  text-align: justify;
  margin-bottom: 0;
  color: #808080;
  font-size: 13px;
  padding: 0.75rem 0;
  background-color: transparent;
  border-radius: 0;
}
main {
  flex-grow: 1;
  margin-bottom: 0;
}
main .block {
  margin-bottom: 15px;
}
main .region-facets {
  margin-bottom: 15px;
}
main .region-facets .block {
  margin-bottom: 0;
}
main > .container > .row {
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  main > .container > .row {
    flex-wrap: wrap;
  }
}
.main-content-column {
  flex-grow: 1;
  padding-left: 0;
  padding-right: 0;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .main-content-column {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main-content-column:first-child {
  padding-left: 15px;
}
.main-content-column:last-child {
  padding-right: 15px;
}
.help-block,
.control-group .help-inline {
  margin: 0;
}
#mobile-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background-color: #fff;
  z-index: 100;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  #mobile-header {
    display: flex;
  }
}
#mobile-header .page-header {
  flex-grow: 1;
  font-weight: 300;
  align-self: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 5px;
}
#mobile-header > a {
  color: inherit;
  font-size: 32px;
  line-height: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  min-width: 45px;
}
@media screen and (max-width: 768px) {
  .mm-page {
    padding-top: 45px;
  }
}
.mm-menu {
  background-color: #fff;
  color: inherit;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #000;
  font-weight: bold;
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before,
.mm-menu .mm-listview > li .mm-next:after {
  border-color: #000000;
}
.mm-menu .block .block-title {
  height: 40px;
  background-color: #fff;
  padding: 10px 20px 10px 20px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  text-align: center;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-menu .mm-navbar + .block .block-title {
  margin-top: -40px;
}
.mm-menu.mm-position-right {
  left: auto;
}
html.mm-opening.mm-position-right .mm-slideout {
  transform: translate3d(-80%, 0, 0);
}
@media (min-width: 550px) {
  html.mm-opening.mm-position-right .mm-slideout {
    transform: translate3d(-440px, 0, 0);
  }
}
.mm-listview > li:not(.mm-divider):after {
  left: 0;
}
.mm-listview {
  margin: 0 !important;
}
.mm-listview li {
  float: none;
}
.mm-listview li a.active {
  background: #3E4095 !important;
  color: #fff !important;
}
.mm-listview li a:hover,
.mm-listview li a:active,
.mm-listview li a:focus {
  background: #3E4095 !important;
  color: #fff !important;
}
.mm-listview > li > a,
.mm-listview > li > span {
  padding: 20px 10px 20px 20px;
  font-weight: bold;
}
.mm-listview a,
.mm-listview .mm-next {
  font-weight: bold;
}
.mm-panels > .mm-panel {
  padding-left: 0;
  padding-right: 0;
}
.mm-panels > .mm-panel:before,
.mm-panels > .mm-panel:after {
  display: none;
}
.mm-slideout {
  z-index: inherit;
}
.mm-page {
  display: flex;
  flex-direction: column;
}
.btn,
.more-link a {
  padding: 12px 38px;
  width: fit-content;
  max-width: 380px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.btn:active,
.more-link a:active,
.btn.active,
.more-link a.active {
  outline: 0;
  background-image: none;
}
@media screen and (max-width: 768px) {
  .btn,
  .more-link a {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .btn,
  .more-link a {
    padding: 5px;
    font-size: 10px;
  }
}
.btn-default,
.more-link a {
  color: #3E4095;
  background-color: #fff;
  border: 1px solid #3E4095;
}
.btn-default:focus,
.more-link a:focus,
.btn-default:active,
.more-link a:active,
.btn-default:hover,
.more-link a:hover {
  color: #fff;
  background-color: #3E4095;
  border-color: #3E4095;
}
.more-link a {
  display: block;
  margin: auto;
  width: 270px;
  max-width: 90%;
}
.btn-primary {
  width: 100%;
  max-width: 370px;
  border-color: #3E4095;
  background-color: #3E4095;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: rgba(62, 64, 149, 0.8);
}
.block,
.view .node {
  position: relative;
}
#scrollToTop {
  width: 50px;
  height: 50px;
  background: none;
  text-indent: 0;
  font-size: 0;
  transition: transform 0.2s;
  border: 0px;
  outline: 0px;
  display: flex;
  bottom: 215px;
  cursor: pointer;
  position: fixed;
  right: 20px;
  z-index: 100;
  transition: 0.2s;
  background-image: url(/sites/all/themes/vesta_theme/image/scroll-to-top.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  #scrollToTop {
    transform: scale(0.95);
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  #scrollToTop {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 768px) {
  #scrollToTop {
    bottom: 40px;
    right: 10px;
    transform: scale(0.8);
  }
}
#scrollToTop:hover {
  opacity: 1;
  transform: scale(1.02);
}
#scrollToTop:active {
  transform: scale(0.95);
  transition-duration: 0s;
}
#block-vesta-theme-kontakty .field--name-body,
#block-vesta-theme-kontakty-3 .field--name-body {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  #block-vesta-theme-kontakty .field--name-body,
  #block-vesta-theme-kontakty-3 .field--name-body {
    column-gap: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #block-vesta-theme-kontakty .field--name-body,
  #block-vesta-theme-kontakty-3 .field--name-body {
    column-gap: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 425px) {
  #block-vesta-theme-kontakty .field--name-body,
  #block-vesta-theme-kontakty-3 .field--name-body {
    font-size: 9px !important;
  }
}
#block-vesta-theme-kontakty .field--name-body span,
#block-vesta-theme-kontakty-3 .field--name-body span,
#block-vesta-theme-kontakty .field--name-body a,
#block-vesta-theme-kontakty-3 .field--name-body a {
  display: flex;
  align-items: center;
}
#block-vesta-theme-kontakty .field--name-body span::before,
#block-vesta-theme-kontakty-3 .field--name-body span::before,
#block-vesta-theme-kontakty .field--name-body a::before,
#block-vesta-theme-kontakty-3 .field--name-body a::before {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  content: '';
}
@media screen and (max-width: 768px) {
  #block-vesta-theme-kontakty .field--name-body span::before,
  #block-vesta-theme-kontakty-3 .field--name-body span::before,
  #block-vesta-theme-kontakty .field--name-body a::before,
  #block-vesta-theme-kontakty-3 .field--name-body a::before {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 425px) {
  #block-vesta-theme-kontakty .field--name-body span::before,
  #block-vesta-theme-kontakty-3 .field--name-body span::before,
  #block-vesta-theme-kontakty .field--name-body a::before,
  #block-vesta-theme-kontakty-3 .field--name-body a::before {
    width: 8px;
    height: 8px;
  }
}
#block-vesta-theme-kontakty .field--name-body .address::before,
#block-vesta-theme-kontakty-3 .field--name-body .address::before {
  background: url('/sites/all/themes/vesta_theme/image/location.svg') center center no-repeat;
  background-size: contain;
}
#block-vesta-theme-kontakty .field--name-body .tel::before,
#block-vesta-theme-kontakty-3 .field--name-body .tel::before {
  background: url('/sites/all/themes/vesta_theme/image/Phone.svg') center center no-repeat;
  background-size: contain;
}
#block-vesta-theme-kontakty .field--name-body .mail::before,
#block-vesta-theme-kontakty-3 .field--name-body .mail::before {
  background: url('/sites/all/themes/vesta_theme/image/sms.svg') center center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#block-vesta-theme-kontakty-2 .field--name-body,
  #block-vesta-theme-footer-address .field--name-body,
  #block-vesta-theme-footer-contactcs-callback .field--name-body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  div#block-vesta-theme-kontakty-2 .field--name-body,
  #block-vesta-theme-footer-address .field--name-body,
  #block-vesta-theme-footer-contactcs-callback .field--name-body {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  div#block-vesta-theme-kontakty-2 .field--name-body,
  #block-vesta-theme-footer-address .field--name-body,
  #block-vesta-theme-footer-contactcs-callback .field--name-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 8px;
    font-size: 10px;
  }
}
div#block-vesta-theme-kontakty-2 .field--name-body .contacts_group:not(:last-child),
#block-vesta-theme-footer-address .field--name-body .contacts_group:not(:last-child),
#block-vesta-theme-footer-contactcs-callback .field--name-body .contacts_group:not(:last-child) {
  margin-bottom: 10px;
}
div#block-vesta-theme-kontakty-2 .field--name-body .contacts_subtitle,
#block-vesta-theme-footer-address .field--name-body .contacts_subtitle,
#block-vesta-theme-footer-contactcs-callback .field--name-body .contacts_subtitle {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#block-vesta-theme-kontakty-2 .field--name-body .contacts_subtitle,
  #block-vesta-theme-footer-address .field--name-body .contacts_subtitle,
  #block-vesta-theme-footer-contactcs-callback .field--name-body .contacts_subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  div#block-vesta-theme-kontakty-2 .field--name-body .contacts_subtitle,
  #block-vesta-theme-footer-address .field--name-body .contacts_subtitle,
  #block-vesta-theme-footer-contactcs-callback .field--name-body .contacts_subtitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  div#block-vesta-theme-kontakty-2 .field--name-body .contacts_subtitle,
  #block-vesta-theme-footer-address .field--name-body .contacts_subtitle,
  #block-vesta-theme-footer-contactcs-callback .field--name-body .contacts_subtitle {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#block-vesta-theme-messendzhery,
  div#block-vesta-theme-messendzhery-2,
  div#block-vesta-theme-footer-messengers {
    width: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#block-vesta-theme-messendzhery,
  div#block-vesta-theme-messendzhery-2,
  div#block-vesta-theme-footer-messengers {
    width: 65px;
  }
}
div#block-vesta-theme-messendzhery .contacts_messengers,
div#block-vesta-theme-messendzhery-2 .contacts_messengers,
div#block-vesta-theme-footer-messengers .contacts_messengers {
  display: flex;
  gap: 10px;
}
div#block-vesta-theme-messendzhery .contacts_messengers a,
div#block-vesta-theme-messendzhery-2 .contacts_messengers a,
div#block-vesta-theme-footer-messengers .contacts_messengers a {
  width: 50px;
}
.highlight {
  color: #3E4095;
}
form .form-item,
form .form-actions {
  margin: 0;
}
form .form-item input {
  height: 50px;
}
form .form-item input,
form .form-item textarea {
  padding: 15px 10px;
  border-radius: 0;
  border: 1px solid transparent;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #CACACA;
}
form .form-item input::placeholder,
form .form-item textarea::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #CACACA;
}
form .form-item input:hover,
form .form-item textarea:hover,
form .form-item input:active,
form .form-item textarea:active,
form .form-item input:focus,
form .form-item textarea:focus {
  box-shadow: 0 0 4px 4px rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 768px) {
  form .form-item input,
  form .form-item textarea {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  form .form-item input,
  form .form-item textarea {
    height: 30px;
    font-size: 12px;
  }
  form .form-item input::placeholder,
  form .form-item textarea::placeholder {
    font-size: 12px;
  }
}
form .form-item input.error,
form .form-item textarea.error {
  outline: 2px solid red;
}
@media screen and (max-width: 375px) {
  form .form-item textarea {
    height: 73px;
  }
}
form .form-item.form-item-privacy input[type=checkbox] {
  display: none;
}
form .form-item.form-item-privacy .description {
  width: 75%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  form .form-item.form-item-privacy .description {
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  form .form-item.form-item-privacy .description {
    width: 90%;
  }
}
form .form-item.form-item-privacy .description .webform-element-description {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  form .form-item.form-item-privacy .description .webform-element-description {
    font-size: 12px;
  }
}
form .form-item.form-item-privacy .description .webform-element-description a {
  font-weight: 600;
  color: #fff;
}
form .form-item.form-item-privacy .description .webform-element-description a:hover,
form .form-item.form-item-privacy .description .webform-element-description a:active,
form .form-item.form-item-privacy .description .webform-element-description a:focus {
  color: #060721;
}
form .form-actions input {
  border-color: #fff;
  background-color: #fff;
  color: #3E4095;
}
form .form-actions input:hover,
form .form-actions input:active,
form .form-actions input:focus {
  background-color: #3E4095;
  color: #fff;
}
form strong.error {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .top-indent {
    position: absolute;
    width: 100%;
    height: 80px;
    top: -80px;
    left: 0;
  }
}
button.slick-arrow {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
button.slick-arrow::before {
  content: '';
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 0;
}
button.slick-prev.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/scroll-to-top.svg");
  transform: rotate(-90deg);
}
button.slick-next.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/scroll-to-top.svg");
  transform: rotate(90deg);
}
ul.slick-dots li {
  max-width: 10px;
  min-width: 10px;
  max-height: 10px;
  min-height: 10px;
  overflow: hidden;
}
ul.slick-dots li button {
  max-width: 10px;
  min-width: 10px;
  max-height: 10px;
  min-height: 10px;
  overflow: hidden;
  background: #686868;
  border-radius: 50%;
}
ul.slick-dots li button::before {
  display: none;
}
ul.slick-dots li.slick-active button {
  background: #272727;
}
div#page {
  background: #fff;
}
div#page header#header {
  margin: 0;
}
@media screen and (max-width: 768px) {
  div#page header#header .header-block {
    display: none;
  }
}
div#page header#header .header-block .region-header-contacts {
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  div#page header#header .header-block .region-header-contacts {
    padding: 7px 0;
  }
}
div#page header#header .header-block .region-header-contacts #block-vesta-theme-kontakty .field--name-body {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .region-header-contacts #block-vesta-theme-kontakty .field--name-body {
    gap: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  div#page header#header .header-block .region-header-contacts #block-vesta-theme-kontakty .field--name-body {
    gap: 10px;
    font-size: 14px;
  }
}
div#page header#header .header-block .region-header-contacts #block-vesta-theme-kontakty .field--name-body span,
div#page header#header .header-block .region-header-contacts #block-vesta-theme-kontakty .field--name-body a {
  display: flex;
  align-items: center;
}
div#page header#header .header-block .region-header-contacts #block-vesta-theme-kontakty .field--name-body span::before,
div#page header#header .header-block .region-header-contacts #block-vesta-theme-kontakty .field--name-body a::before {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  content: '';
}
@media screen and (max-width: 768px) {
  div#page header#header .header-block .region-header-contacts #block-vesta-theme-kontakty .field--name-body span::before,
  div#page header#header .header-block .region-header-contacts #block-vesta-theme-kontakty .field--name-body a::before {
    width: 18px;
    height: 18px;
  }
}
div#page header#header .header-block .region-header-contacts #block-vesta-theme-kontakty .field--name-body .address::before {
  background: url('/sites/all/themes/vesta_theme/image/location.svg') center center no-repeat;
}
div#page header#header .header-block .region-header-contacts #block-vesta-theme-kontakty .field--name-body .tel::before {
  background: url('/sites/all/themes/vesta_theme/image/Phone.svg') center center no-repeat;
}
div#page header#header .header-block .region-header-contacts #block-vesta-theme-kontakty .field--name-body .mail::before {
  background: url('/sites/all/themes/vesta_theme/image/sms.svg') center center no-repeat;
}
div#page header#header .header-block .header-block-wrapper {
  background-color: #3E4095;
  color: #fff;
}
div#page header#header .header-block .header-block-wrapper .region.region-header {
  padding: 20px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .header-block-wrapper .region.region-header {
    gap: 5px;
  }
}
div#page header#header .header-block .header-block-wrapper .region.region-header div#block-vesta-theme-logo {
  width: 235px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page header#header .header-block .header-block-wrapper .region.region-header div#block-vesta-theme-logo {
    width: 160px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .header-block-wrapper .region.region-header div#block-vesta-theme-logo {
    width: 103px;
  }
}
div#page header#header .header-block .header-block-wrapper .region.region-header div#block-vesta-theme-osnovnayanavigaciya-2 {
  width: 380px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .header-block-wrapper .region.region-header div#block-vesta-theme-osnovnayanavigaciya-2 {
    width: 310px;
  }
}
div#page header#header .header-block .header-block-wrapper .region.region-header div#block-vesta-theme-osnovnayanavigaciya-2 > ul {
  display: flex;
  flex-wrap: wrap;
}
div#page header#header .header-block .header-block-wrapper .region.region-header div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a {
  padding: 14px 10px;
  color: #fff;
}
div#page header#header .header-block .header-block-wrapper .region.region-header div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a:hover,
div#page header#header .header-block .header-block-wrapper .region.region-header div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a:active,
div#page header#header .header-block .header-block-wrapper .region.region-header div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a:focus {
  background-color: #fff;
  color: #3E4095;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .header-block-wrapper .region.region-header div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a {
    padding: 12px 7px;
    font-size: 14px;
  }
}
div#page header#header .header-block .header-block-wrapper .region.region-header div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a.menuparent {
  padding-right: 20px;
}
div#page header#header .header-block .header-block-wrapper .region.region-header div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a.menuparent .sf-sub-indicator {
  right: 0;
  opacity: 1;
}
div#page header#header .header-block .header-block-wrapper .region.region-header div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a.menuparent .sf-sub-indicator::after {
  content: url('/sites/all/themes/vesta_theme/image/dropdown.svg');
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .header-block-wrapper .region.region-header div#block-vesta-theme-osnovnayanavigaciya-2 > ul li a.menuparent .sf-sub-indicator {
    right: 5px;
    transform: translateY(-50%) scale(0.7);
  }
}
div#page header#header .header-block .header-block-wrapper .region.region-header div#block-vesta-theme-osnovnayanavigaciya-2 > ul li > ul {
  background-color: #3E4095;
}
div#page header#header .header-block .header-block-wrapper .region.region-header div#block-vesta-theme-osnovnayanavigaciya-2 > ul li > ul li a {
  padding: 10px 16px;
  font-size: 16px;
}
div#page header#header .header-block .header-block-wrapper .region.region-header .search-form.search-block-form form {
  position: relative;
  display: flex;
}
div#page header#header .header-block .header-block-wrapper .region.region-header .search-form.search-block-form form .js-form-item.form-item.js-form-type-search.form-type-search {
  width: 200px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page header#header .header-block .header-block-wrapper .region.region-header .search-form.search-block-form form .js-form-item.form-item.js-form-type-search.form-type-search {
    width: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .header-block-wrapper .region.region-header .search-form.search-block-form form .js-form-item.form-item.js-form-type-search.form-type-search {
    width: 120px;
  }
}
div#page header#header .header-block .header-block-wrapper .region.region-header .search-form.search-block-form form .js-form-item.form-item.js-form-type-search.form-type-search input {
  height: 50px;
  width: 100%;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 0;
  flex: 1 1 auto;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #CACACA;
  background-color: #fff;
  background-clip: padding-box;
}
div#page header#header .header-block .header-block-wrapper .region.region-header .search-form.search-block-form form .js-form-item.form-item.js-form-type-search.form-type-search input::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #CACACA;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .header-block-wrapper .region.region-header .search-form.search-block-form form .js-form-item.form-item.js-form-type-search.form-type-search input {
    height: 35px;
  }
}
div#page header#header .header-block .header-block-wrapper .region.region-header .search-form.search-block-form form .form-actions.js-form-wrapper.form-wrapper {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
}
div#page header#header .header-block .header-block-wrapper .region.region-header .search-form.search-block-form form .form-actions.js-form-wrapper.form-wrapper input {
  margin-right: 0;
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #fff;
  color: #fff 0;
  padding: 0;
  min-height: unset;
  min-width: unset;
  font-size: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background: url("/sites/all/themes/vesta_theme/image/Поиск.svg") center center no-repeat;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page header#header .header-block .header-block-wrapper .region.region-header div#block-vesta-theme-knopkaostavitzayavku {
    width: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .header-block-wrapper .region.region-header div#block-vesta-theme-knopkaostavitzayavku {
    width: 120px;
  }
}
div#page header#header .header-block .header-block-wrapper .region.region-header div#block-vesta-theme-knopkaostavitzayavku .btn-default:hover {
  border-color: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page header#header .header-block .header-block-wrapper .region.region-header div#block-vesta-theme-knopkaostavitzayavku .btn-default {
    padding: 12px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .header-block-wrapper .region.region-header div#block-vesta-theme-knopkaostavitzayavku .btn-default {
    padding: 8px 5px;
    font-size: 12px;
  }
}
div#page header#header .header-block .header-block-wrapper .region.region-header div#block-vesta-theme-messendzhery {
  width: 110px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page header#header .header-block .header-block-wrapper .region.region-header div#block-vesta-theme-messendzhery {
    width: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page header#header .header-block .header-block-wrapper .region.region-header div#block-vesta-theme-messendzhery {
    width: 65px;
  }
}
div#page header#header .header-block .header-block-wrapper .region.region-header div#block-vesta-theme-messendzhery .contacts_messengers {
  display: flex;
  gap: 10px;
}
div#page header#header .header-block .header-block-wrapper .region.region-header div#block-vesta-theme-messendzhery .contacts_messengers a {
  width: 50px;
}
div#page header#header .header-mobile-block {
  display: none;
}
@media screen and (max-width: 768px) {
  div#page header#header .header-mobile-block {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  }
  div#page header#header .header-mobile-block .header_mobile_contacts-block-wrapper {
    background-color: #fff;
  }
  div#page header#header .header-mobile-block .header_mobile_contacts-block-wrapper .region-header-contacts-mobile #block-vesta-theme-kontakty-3 {
    padding: 7px 0;
  }
  div#page header#header .header-mobile-block .header_mobile_contacts-block-wrapper .region-header-contacts-mobile #block-vesta-theme-kontakty-3 .field--name-body {
    font-size: 14px;
  }
  div#page header#header .header-mobile-block .header_mobile_contacts-block-wrapper .region-header-contacts-mobile #block-vesta-theme-kontakty-3 .field--name-body .address {
    display: none;
  }
  div#page header#header .header-mobile-block .header-mobile-block-wrapper {
    padding: 7px 0;
    background-color: #3E4095;
    color: #fff;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-messendzhery-2 {
    max-width: 90px;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-messendzhery-2 .contacts_messengers {
    gap: 5px;
  }
  div#page header#header .header-mobile-block .region.region-header-mobile #block-vesta-theme-logo-2 {
    max-width: 135px;
  }
}
@media screen and (max-width: 768px) and screen and (max-width: 425px) {
  div#page header#header .header-mobile-block .header_mobile_contacts-block-wrapper .region-header-contacts-mobile #block-vesta-theme-kontakty-3 .field--name-body {
    font-size: 9px;
  }
}
@media screen and (max-width: 425px) {
  div#page header#header .header-mobile-block #block-vesta-theme-kontakty-3 {
    padding: 5px 0;
  }
  div#page header#header .header-mobile-block #block-vesta-theme-messendzhery-2 {
    max-width: 70px !important;
  }
  div#page header#header .header-mobile-block #block-vesta-theme-logo-2 {
    max-width: 85px !important;
  }
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .contextual {
  right: 30px;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .node.node--type-slide.node--view-mode-default.ds-1col .content {
  position: absolute;
  top: 0;
  bottom: calc(1vw + 12px);
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-title p {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field.field--name-body p {
  margin: 0.5rem;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-link {
  margin-top: 0.75rem;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content .slick-list.draggable .slick-track .slick-slide .node.node--type-slide.node--view-mode-default.ds-1col .content .field.field--name-field-slide-link a {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #0a75a0;
  border: 1px solid #0a75a0;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content button.slick-prev.slick-arrow {
  left: 25px;
}
div#page div#slider-block .region.region-slider div#block-vesta-theme-views-block-slayder-block-1 .view.view-slayder.view-id-slayder .view-content button.slick-next.slick-arrow {
  right: 25px;
}
div#page div#intro-block {
  position: relative;
  min-height: 437px;
  margin-bottom: 80px;
  padding-top: 10px;
}
div#page div#intro-block::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 500px;
  background-color: #3E4095;
  content: '';
}
@media screen and (max-width: 1360px) {
  div#page div#intro-block::before {
    width: 10px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#intro-block::before {
    display: none;
  }
}
@media screen and (min-width: 1760px) {
  div#page div#intro-block {
    min-height: 636px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#intro-block {
    margin-bottom: 45px;
    padding-top: 0;
  }
}
div#page div#intro-block #block-vesta-theme-front-title {
  width: 60%;
}
@media screen and (max-width: 576px) {
  div#page div#intro-block #block-vesta-theme-front-title {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#intro-block #block-vesta-theme-front-title h1 {
    hyphens: auto;
  }
}
@media screen and (max-width: 768px) {
  div#page div#intro-block #block-vesta-theme-front-title h1 {
    hyphens: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#intro-block #block-vesta-theme-front-title h1 br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  div#page div#intro-block #block-vesta-theme-front-title h1 br {
    display: none;
  }
}
div#page div#intro-block #block-vesta-theme-mirprofessionalnogoakvablastinga {
  width: 60%;
}
@media screen and (max-width: 576px) {
  div#page div#intro-block #block-vesta-theme-mirprofessionalnogoakvablastinga {
    width: 100%;
    margin-bottom: 20px;
  }
}
div#page div#intro-block #block-vesta-theme-mirprofessionalnogoakvablastinga .field--name-body {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  div#page div#intro-block #block-vesta-theme-mirprofessionalnogoakvablastinga .field--name-body {
    margin-bottom: 25px;
  }
}
div#page div#intro-block #block-vesta-theme-mirprofessionalnogoakvablastinga .field--name-dynamic-token-fieldblock-content-go-to-catalog a.btn-default {
  width: 370px;
}
@media screen and (max-width: 768px) {
  div#page div#intro-block #block-vesta-theme-mirprofessionalnogoakvablastinga .field--name-dynamic-token-fieldblock-content-go-to-catalog a.btn-default {
    width: 90%;
  }
}
div#page div#intro-block .intro__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 620px;
  height: 437px;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 30px;
}
@media screen and (min-width: 1760px) {
  div#page div#intro-block .intro__bg {
    width: 49%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1360px) {
  div#page div#intro-block .intro__bg {
    width: 520px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page div#intro-block .intro__bg {
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#intro-block .intro__bg {
    grid-template-columns: 2fr 1fr;
    gap: 10px;
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  div#page div#intro-block .intro__bg {
    grid-template-columns: 2fr 1fr;
    gap: 10px;
    width: 40%;
  }
}
@media screen and (max-width: 576px) {
  div#page div#intro-block .intro__bg {
    position: static;
    width: 90%;
    height: 250px;
    margin: auto;
    grid-template-columns: 1fr 1fr;
  }
}
div#page div#intro-block .intro__bg .intro__bg-item-1 {
  width: 407px;
  height: 206px;
  background: url('/sites/all/themes/vesta_theme/image/1741250134475.jpg') center center no-repeat;
  background-size: cover;
  grid-column: 1 / span 2;
  justify-self: end;
}
@media screen and (min-width: 1760px) {
  div#page div#intro-block .intro__bg .intro__bg-item-1 {
    width: 620px;
    height: 306px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1360px) {
  div#page div#intro-block .intro__bg .intro__bg-item-1 {
    width: 310px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page div#intro-block .intro__bg .intro__bg-item-1 {
    grid-column: 1 / 2;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#intro-block .intro__bg .intro__bg-item-1 {
    grid-column: 1 / 2;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  div#page div#intro-block .intro__bg .intro__bg-item-1 {
    grid-column: 1 / 2;
    width: 100%;
    height: 100%;
  }
}
div#page div#intro-block .intro__bg .intro__bg-item-2 {
  width: 152px;
  height: 436px;
  background: url('/sites/all/themes/vesta_theme/image/1741250134801.jpg') center center no-repeat;
  background-size: cover;
  grid-column: 3 / 4;
  grid-row: 1 / span 2;
}
@media screen and (min-width: 1760px) {
  div#page div#intro-block .intro__bg .intro__bg-item-2 {
    width: 260px;
    height: 636px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1360px) {
  div#page div#intro-block .intro__bg .intro__bg-item-2 {
    width: 94px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page div#intro-block .intro__bg .intro__bg-item-2 {
    grid-column: 2 / 3;
    grid-row: 1 / span 3;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#intro-block .intro__bg .intro__bg-item-2 {
    grid-column: 2 / 3;
    grid-row: 1 / span 3;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  div#page div#intro-block .intro__bg .intro__bg-item-2 {
    grid-column: 2 / 3;
    grid-row: 1 / span 3;
    width: 100%;
    height: 100%;
  }
}
div#page div#intro-block .intro__bg .intro__bg-item-3 {
  width: 137px;
  height: 90px;
  background: url('/sites/all/themes/vesta_theme/image/1741250134664.jpg') center center no-repeat;
  background-size: cover;
  align-self: self-end;
  justify-self: end;
}
@media screen and (min-width: 1760px) {
  div#page div#intro-block .intro__bg .intro__bg-item-3 {
    width: 237px;
    height: 150px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1360px) {
  div#page div#intro-block .intro__bg .intro__bg-item-3 {
    width: 96px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page div#intro-block .intro__bg .intro__bg-item-3 {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#intro-block .intro__bg .intro__bg-item-3 {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  div#page div#intro-block .intro__bg .intro__bg-item-3 {
    width: 100%;
    height: 100%;
  }
}
div#page div#intro-block .intro__bg .intro__bg-item-4 {
  width: 285px;
  height: 200px;
  background: url('/sites/all/themes/vesta_theme/image/1741250134497.jpg') center center no-repeat;
  background-size: cover;
  justify-self: end;
}
@media screen and (min-width: 1760px) {
  div#page div#intro-block .intro__bg .intro__bg-item-4 {
    width: 493px;
    height: 300px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1360px) {
  div#page div#intro-block .intro__bg .intro__bg-item-4 {
    width: 254px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page div#intro-block .intro__bg .intro__bg-item-4 {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#intro-block .intro__bg .intro__bg-item-4 {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  div#page div#intro-block .intro__bg .intro__bg-item-4 {
    width: 100%;
    height: 100%;
  }
}
div#page div#about-block {
  position: relative;
  padding-bottom: 25px;
}
div#page div#about-block::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 250px;
  background-color: #3E4095;
  content: '';
}
@media screen and (max-width: 1360px) {
  div#page div#about-block::before {
    width: 10px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#about-block::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  div#page div#about-block {
    padding-bottom: 15px;
  }
}
div#page .view-about .node--type-about {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 42px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page .view-about .node--type-about {
    grid-template-columns: 2fr 1fr;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .view-about .node--type-about {
    grid-template-columns: 2fr 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  div#page .view-about .node--type-about {
    grid-template-columns: 2fr 1fr;
  }
}
@media screen and (max-width: 576px) {
  div#page .view-about .node--type-about {
    grid-template-columns: unset;
  }
}
div#page .view-about .node--type-about .field--name-body {
  hyphens: auto;
}
div#page .view-about .node--type-about .field--name-field-image {
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  div#page .view-about .node--type-about .field--name-field-image {
    grid-row: 1 / 2;
    height: 100px;
  }
}
@media screen and (max-width: 576px) {
  div#page .view-about .node--type-about .field--name-field-image img {
    width: auto;
    height: 100%;
    object-fit: contain;
  }
}
div#page div#advantages-block {
  margin-bottom: 80px;
  padding: 20px 0;
  background-color: #3E4095;
  color: #fff;
}
@media screen and (max-width: 768px) {
  div#page div#advantages-block {
    margin-bottom: 45px;
    padding: 15px 0;
  }
}
div#page .view-advantages .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
div#page .view-advantages .view-content .views-row .block-content--type-advantages {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  div#page .view-advantages .view-content .views-row .block-content--type-advantages {
    gap: 7px;
  }
}
div#page .view-advantages .view-content .views-row .block-content--type-advantages .field--name-field-icon {
  width: 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  div#page .view-advantages .view-content .views-row .block-content--type-advantages .field--name-field-icon {
    width: 60px;
  }
}
@media screen and (max-width: 425px) {
  div#page .view-advantages .view-content .views-row .block-content--type-advantages .field--name-field-icon {
    width: 40px;
  }
}
div#page .view-advantages .view-content .views-row .block-content--type-advantages .field--name-block-title h3 {
  margin: 0;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  div#page .view-advantages .view-content .views-row .block-content--type-advantages .field--name-block-title h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  div#page .view-advantages .view-content .views-row .block-content--type-advantages .field--name-block-title h3 {
    font-size: 12px;
  }
}
div#page div#services-block {
  position: relative;
  margin-bottom: 40px;
}
div#page div#services-block::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 500px;
  background-color: #3E4095;
  content: '';
}
@media screen and (max-width: 1360px) {
  div#page div#services-block::before {
    width: 10px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#services-block::before {
    display: none;
  }
}
div#page div#services-block::after {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 50px;
  height: 500px;
  background-color: #3E4095;
  content: '';
}
@media screen and (max-width: 1360px) {
  div#page div#services-block::after {
    width: 10px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#services-block::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  div#page div#services-block {
    margin-bottom: 25px;
  }
}
div#page div#services-block .services-block-wrapper {
  position: relative;
}
div#page div#services-block .services-block-wrapper::after {
  position: absolute;
  top: 35%;
  left: 0;
  width: 50px;
  height: 250px;
  background-color: #3E4095;
  content: '';
}
@media screen and (max-width: 1360px) {
  div#page div#services-block .services-block-wrapper::after {
    width: 10px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#services-block .services-block-wrapper::after {
    display: none;
  }
}
div#page .view-tovary.view-display-id-block_front .view-content,
div#page .view-tovary.view-display-id-page_1 .view-content {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .view-tovary.view-display-id-block_front .view-content,
  div#page .view-tovary.view-display-id-page_1 .view-content {
    gap: 20px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  div#page .view-tovary.view-display-id-block_front .view-content,
  div#page .view-tovary.view-display-id-page_1 .view-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 375px) {
  div#page .view-tovary.view-display-id-block_front .view-content,
  div#page .view-tovary.view-display-id-page_1 .view-content {
    gap: 10px;
  }
}
div#page .view-tovary.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser,
div#page .view-tovary.view-display-id-page_1 .view-content .views-row .commerce-product--view-mode-teaser {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
div#page .view-tovary.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .product_teaser_top,
div#page .view-tovary.view-display-id-page_1 .view-content .views-row .commerce-product--view-mode-teaser .product_teaser_top {
  width: 100%;
  align-self: flex-start;
  display: flex;
  flex-wrap: wrap;
}
div#page .view-tovary.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .product_teaser_top .product_teaser_top_inner,
div#page .view-tovary.view-display-id-page_1 .view-content .views-row .commerce-product--view-mode-teaser .product_teaser_top .product_teaser_top_inner {
  width: 100%;
  align-self: flex-start;
}
div#page .view-tovary.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .product_teaser_bottom,
div#page .view-tovary.view-display-id-page_1 .view-content .views-row .commerce-product--view-mode-teaser .product_teaser_bottom {
  width: 100%;
  align-self: flex-end;
}
div#page .view-tovary.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view,
div#page .view-tovary.view-display-id-page_1 .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view {
  width: 100%;
  height: 270px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .view-tovary.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view,
  div#page .view-tovary.view-display-id-page_1 .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  div#page .view-tovary.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view,
  div#page .view-tovary.view-display-id-page_1 .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view {
    height: 150px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 375px) {
  div#page .view-tovary.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view,
  div#page .view-tovary.view-display-id-page_1 .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view {
    height: 100px;
  }
}
div#page .view-tovary.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view a,
div#page .view-tovary.view-display-id-page_1 .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div#page .view-tovary.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view a img,
div#page .view-tovary.view-display-id-page_1 .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-image-product-view a img {
  height: 100%;
}
div#page .view-tovary.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-title,
div#page .view-tovary.view-display-id-page_1 .view-content .views-row .commerce-product--view-mode-teaser .field--name-title {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CACACA;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .view-tovary.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-title,
  div#page .view-tovary.view-display-id-page_1 .view-content .views-row .commerce-product--view-mode-teaser .field--name-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  div#page .view-tovary.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-title,
  div#page .view-tovary.view-display-id-page_1 .view-content .views-row .commerce-product--view-mode-teaser .field--name-title {
    margin-bottom: 7px;
    padding-bottom: 7px;
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  div#page .view-tovary.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-title,
  div#page .view-tovary.view-display-id-page_1 .view-content .views-row .commerce-product--view-mode-teaser .field--name-title {
    font-size: 13px;
    line-height: 1;
  }
}
div#page .view-tovary.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-harakteristiki,
div#page .view-tovary.view-display-id-page_1 .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-harakteristiki {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CACACA;
  align-self: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page .view-tovary.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-harakteristiki,
  div#page .view-tovary.view-display-id-page_1 .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-harakteristiki {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  div#page .view-tovary.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-harakteristiki,
  div#page .view-tovary.view-display-id-page_1 .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-harakteristiki {
    margin-bottom: 7px;
    padding-bottom: 7px;
  }
}
@media screen and (max-width: 375px) {
  div#page .view-tovary.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-harakteristiki,
  div#page .view-tovary.view-display-id-page_1 .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-harakteristiki {
    font-size: 11px;
    line-height: 1;
  }
}
div#page .view-tovary.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-harakteristiki ul,
div#page .view-tovary.view-display-id-page_1 .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-harakteristiki ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div#page .view-tovary.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-harakteristiki ul li,
div#page .view-tovary.view-display-id-page_1 .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-harakteristiki ul li {
  display: grid;
  grid-template-columns: 11px auto;
  align-items: center;
}
div#page .view-tovary.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-harakteristiki ul li::before,
div#page .view-tovary.view-display-id-page_1 .view-content .views-row .commerce-product--view-mode-teaser .field--name-field-harakteristiki ul li::before {
  margin-right: 5px;
  width: 6px;
  height: 6px;
  background-color: #060721;
  border-radius: 50%;
  content: '';
}
div#page .view-tovary.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-variations,
div#page .view-tovary.view-display-id-page_1 .view-content .views-row .commerce-product--view-mode-teaser .field--name-variations {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  div#page .view-tovary.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-variations,
  div#page .view-tovary.view-display-id-page_1 .view-content .views-row .commerce-product--view-mode-teaser .field--name-variations {
    margin-bottom: 15px;
  }
}
div#page .view-tovary.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-variations .field--name-price,
div#page .view-tovary.view-display-id-page_1 .view-content .views-row .commerce-product--view-mode-teaser .field--name-variations .field--name-price {
  font-weight: 700;
  font-size: 24px;
  color: #3E4095;
}
@media screen and (max-width: 768px) {
  div#page .view-tovary.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-variations .field--name-price,
  div#page .view-tovary.view-display-id-page_1 .view-content .views-row .commerce-product--view-mode-teaser .field--name-variations .field--name-price {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  div#page .view-tovary.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-variations .field--name-price,
  div#page .view-tovary.view-display-id-page_1 .view-content .views-row .commerce-product--view-mode-teaser .field--name-variations .field--name-price {
    font-size: 14px;
  }
}
div#page .view-tovary.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-dynamic-token-fieldcommerce-product-go-to-product,
div#page .view-tovary.view-display-id-page_1 .view-content .views-row .commerce-product--view-mode-teaser .field--name-dynamic-token-fieldcommerce-product-go-to-product {
  width: 100%;
  display: flex;
}
div#page .view-tovary.view-display-id-block_front .view-content .views-row .commerce-product--view-mode-teaser .field--name-dynamic-token-fieldcommerce-product-go-to-product a,
div#page .view-tovary.view-display-id-page_1 .view-content .views-row .commerce-product--view-mode-teaser .field--name-dynamic-token-fieldcommerce-product-go-to-product a {
  align-self: flex-end;
}
div#page .product-view-full .product-teaser {
  display: grid;
  grid-template-columns: 370px auto;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  div#page .product-view-full .product-teaser {
    margin-bottom: 25px;
    gap: 20px;
    grid-template-columns: 170px auto;
  }
}
@media screen and (max-width: 375px) {
  div#page .product-view-full .product-teaser {
    grid-template-columns: unset;
  }
}
div#page .product-view-full .product-teaser .product-teaser-image {
  max-width: 370px;
}
@media screen and (max-width: 768px) {
  div#page .product-view-full .product-teaser .product-teaser-image {
    max-width: 170px;
  }
}
div#page .product-view-full .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider {
  margin: 0 0 10px;
}
div#page .product-view-full .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
  max-width: 370px;
  min-width: 370px;
  max-height: 370px;
  min-height: 370px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  div#page .product-view-full .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
    max-width: 170px;
    min-width: 170px;
    max-height: 170px;
    min-height: 170px;
  }
}
div#page .product-view-full .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable {
  margin: 0 -5px;
}
div#page .product-view-full .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide {
  display: flex;
  margin: 0 5px;
  max-width: 80px;
  min-width: 80px;
  max-height: 80px;
  min-height: 80px;
}
div#page .product-view-full .product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
  object-fit: cover;
}
div#page .product-view-full .product-teaser .product-teaser-info .field--name-price {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  div#page .product-view-full .product-teaser .product-teaser-info .field--name-price {
    margin-bottom: 15px;
  }
}
div#page .product-view-full .product-teaser .product-teaser-info .field--name-field-harakteristiki {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  div#page .product-view-full .product-teaser .product-teaser-info .field--name-field-harakteristiki {
    margin-bottom: 15px;
  }
}
div#page .product-view-full .product-teaser .product-teaser-info .field--name-field-harakteristiki ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
div#page .product-view-full .product-teaser .product-teaser-info .field--name-body {
  display: none;
}
div#page .product-view-full .field--name-field-harakteristiki {
  display: none;
}
div#page .product-view-full .field--name-body img {
  width: auto;
  max-width: 30px;
}
div#page .product-view-full .field--name-body img:hover {
  transform: none;
}
div#page div#form-block {
  margin-bottom: 80px;
  padding: 20px 0 30px;
  background: #3E4095 url('/sites/all/themes/vesta_theme/image/texture.png') center center no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 768px) {
  div#page div#form-block {
    margin-bottom: 45px;
    padding: 15px 2 20px;
  }
}
div#page div#form-block .block-title {
  margin-bottom: 40px;
  border-bottom: none;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  div#page div#form-block .block-title {
    margin-bottom: 25px;
    font-size: 18px;
  }
}
div#page form.webform-submission-callback-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 15px;
}
@media screen and (max-width: 576px) {
  div#page form.webform-submission-callback-form {
    grid-template-columns: repeat(2, 1fr);
  }
}
div#page form.webform-submission-callback-form .form-item,
div#page form.webform-submission-callback-form .form-actions {
  margin: 0;
}
div#page form.webform-submission-callback-form .form-item input {
  height: 50px;
  padding: 15px 10px;
  border-radius: 0;
  border: 1px solid transparent;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #CACACA;
}
div#page form.webform-submission-callback-form .form-item input::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #CACACA;
}
div#page form.webform-submission-callback-form .form-item input:hover,
div#page form.webform-submission-callback-form .form-item input:active,
div#page form.webform-submission-callback-form .form-item input:focus {
  box-shadow: 0 0 4px 4px rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 768px) {
  div#page form.webform-submission-callback-form .form-item input {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  div#page form.webform-submission-callback-form .form-item input {
    height: 30px;
    font-size: 12px;
  }
  div#page form.webform-submission-callback-form .form-item input::placeholder {
    font-size: 12px;
  }
}
div#page form.webform-submission-callback-form .form-item input.error {
  outline: 2px solid red;
}
div#page form.webform-submission-callback-form .form-item.form-item-privacy {
  grid-column: -1 / -2;
}
@media screen and (max-width: 768px) {
  div#page form.webform-submission-callback-form .form-item.form-item-privacy {
    grid-column: 1 / span 3;
  }
}
@media screen and (max-width: 576px) {
  div#page form.webform-submission-callback-form .form-item.form-item-privacy {
    grid-column: unset;
  }
}
@media screen and (max-width: 425px) {
  div#page form.webform-submission-callback-form .form-item.form-item-privacy {
    grid-column: 1 / span 2;
  }
}
div#page form.webform-submission-callback-form .form-item.form-item-privacy input[type=checkbox] {
  display: none;
}
div#page form.webform-submission-callback-form .form-item.form-item-privacy .description {
  width: 75%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page form.webform-submission-callback-form .form-item.form-item-privacy .description {
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page form.webform-submission-callback-form .form-item.form-item-privacy .description {
    width: 90%;
  }
}
div#page form.webform-submission-callback-form .form-item.form-item-privacy .description .webform-element-description {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  div#page form.webform-submission-callback-form .form-item.form-item-privacy .description .webform-element-description {
    font-size: 12px;
  }
}
div#page form.webform-submission-callback-form .form-item.form-item-privacy .description .webform-element-description a {
  font-weight: 600;
  color: #fff;
}
div#page form.webform-submission-callback-form .form-item.form-item-privacy .description .webform-element-description a:hover,
div#page form.webform-submission-callback-form .form-item.form-item-privacy .description .webform-element-description a:active,
div#page form.webform-submission-callback-form .form-item.form-item-privacy .description .webform-element-description a:focus {
  color: #060721;
}
div#page form.webform-submission-callback-form .form-actions input {
  border-color: #fff;
  background-color: #fff;
  color: #3E4095;
}
div#page form.webform-submission-callback-form .form-actions input:hover,
div#page form.webform-submission-callback-form .form-actions input:active,
div#page form.webform-submission-callback-form .form-actions input:focus {
  background-color: #3E4095;
  color: #fff;
}
div#page form.webform-submission-callback-form strong.error {
  display: none !important;
}
div#page div#works-block {
  position: relative;
  margin-bottom: 80px;
}
div#page div#works-block::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 250px;
  background-color: #3E4095;
  content: '';
}
@media screen and (max-width: 1360px) {
  div#page div#works-block::before {
    width: 10px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#works-block::before {
    display: none;
  }
}
div#page div#works-block::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 500px;
  background-color: #3E4095;
  content: '';
}
@media screen and (max-width: 1360px) {
  div#page div#works-block::after {
    width: 10px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#works-block::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  div#page div#works-block {
    margin-bottom: 45px;
  }
}
div#page div#works-block .works-block-wrapper {
  position: relative;
}
div#page div#works-block .works-block-wrapper::after {
  position: absolute;
  top: 15%;
  right: 0;
  width: 50px;
  height: 250px;
  background-color: #3E4095;
  content: '';
}
@media screen and (max-width: 1360px) {
  div#page div#works-block .works-block-wrapper::after {
    width: 10px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#works-block .works-block-wrapper::after {
    display: none;
  }
}
div#page .view-nashi-raboty .view-content {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  div#page .view-nashi-raboty .view-content {
    margin-bottom: 25px;
  }
}
div#page .view-nashi-raboty .view-content .field__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  div#page .view-nashi-raboty .view-content .field__items {
    gap: 20px;
  }
}
@media screen and (max-width: 375px) {
  div#page .view-nashi-raboty .view-content .field__items {
    gap: 10px;
  }
}
div#page .view-nashi-raboty .view-content .field__items .field__item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div#page div#delivery-block {
  position: relative;
  margin-bottom: 80px;
  padding: 20px 0 80px;
  background-color: #3E4095;
  color: #fff;
}
div#page div#delivery-block::before {
  position: absolute;
  top: 15%;
  right: -10%;
  width: 515px;
  height: 515px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
}
@media screen and (min-width: 1760px) {
  div#page div#delivery-block::before {
    top: -70px;
    right: -80px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page div#delivery-block::before {
    top: 30%;
    right: -15%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#delivery-block {
    padding: 20px 0 0;
  }
  div#page div#delivery-block::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  div#page div#delivery-block {
    margin-bottom: 45px;
    padding: 15px 0 0;
  }
  div#page div#delivery-block::before {
    display: none;
  }
}
div#page div#delivery-block .block-title {
  border-bottom-color: #fff;
}
div#page div#delivery-block .field--name-body {
  width: 50%;
}
@media screen and (min-width: 1760px) {
  div#page div#delivery-block .field--name-body {
    width: 60%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page div#delivery-block .field--name-body {
    width: 55%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#delivery-block .field--name-body {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  div#page div#delivery-block .field--name-body {
    width: 80%;
  }
}
@media screen and (max-width: 375px) {
  div#page div#delivery-block .field--name-body {
    width: 100%;
    margin-bottom: 10px;
  }
}
div#page div#delivery-block .field--name-body h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  div#page div#delivery-block .field--name-body h3 {
    margin-bottom: 15px;
  }
}
div#page div#delivery-block .field--name-body ul {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  div#page div#delivery-block .field--name-body ul {
    margin-bottom: 15px;
  }
}
div#page div#delivery-block .field--name-body ul li {
  margin-bottom: 10px;
}
div#page div#delivery-block .delivery_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 600px;
  height: 488px;
  transform: translateX(10px);
  background: url('/sites/all/themes/vesta_theme/image/Курьер.png') center center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1760px) {
  div#page div#delivery-block .delivery_bg {
    width: 737px;
    height: 607px;
    transform: translateX(10px);
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page div#delivery-block .delivery_bg {
    width: 45%;
    height: 375px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#delivery-block .delivery_bg {
    position: static;
    margin-left: auto;
    width: 370px;
    height: 255px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#delivery-block .delivery_bg {
    position: static;
    margin-left: auto;
    width: 370px;
    max-width: 100%;
    height: 255px;
  }
}
div#page div#contacts-block {
  position: relative;
  margin-bottom: 80px;
}
div#page div#contacts-block::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 150px;
  background-color: #3E4095;
  content: '';
}
@media screen and (max-width: 1360px) {
  div#page div#contacts-block::before {
    width: 10px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#contacts-block::before {
    display: none;
  }
}
div#page div#contacts-block::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 150px;
  background-color: #3E4095;
  content: '';
}
@media screen and (max-width: 1360px) {
  div#page div#contacts-block::after {
    width: 10px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#contacts-block::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  div#page div#contacts-block {
    margin-bottom: 45px;
  }
}
div#page div#contacts-block .region-contacts {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  div#page div#contacts-block .region-contacts {
    gap: 15px;
  }
}
@media screen and (max-width: 576px) {
  div#page div#contacts-block .region-contacts {
    grid-template-columns: unset;
    gap: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#contacts-block .region-contacts div#block-vesta-theme-kontakty-2 .field--name-body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#contacts-block .region-contacts div#block-vesta-theme-kontakty-2 .field--name-body {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  div#page div#contacts-block .region-contacts div#block-vesta-theme-kontakty-2 .field--name-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 8px;
    font-size: 10px;
  }
}
div#page div#contacts-block .region-contacts div#block-vesta-theme-kontakty-2 .field--name-body .contacts_group:not(:last-child) {
  margin-bottom: 10px;
}
div#page div#contacts-block .region-contacts div#block-vesta-theme-kontakty-2 .field--name-body .contacts_subtitle {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page div#contacts-block .region-contacts div#block-vesta-theme-kontakty-2 .field--name-body .contacts_subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  div#page div#contacts-block .region-contacts div#block-vesta-theme-kontakty-2 .field--name-body .contacts_subtitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  div#page div#contacts-block .region-contacts div#block-vesta-theme-kontakty-2 .field--name-body .contacts_subtitle {
    font-size: 12px;
  }
}
div#page div#contacts-block .region-contacts div#block-vesta-theme-yandekskarta-2 .field--name-body {
  height: 100%;
}
div#page div#contacts-block .region-contacts div#block-vesta-theme-yandekskarta-2 .field--name-body .mapContainer {
  height: 100% !important;
}
div#page div#fos-block {
  margin-bottom: 80px;
  padding: 20px 0 40px;
  background: #3E4095 url('/sites/all/themes/vesta_theme/image/texture2png.png') center center no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 768px) {
  div#page div#fos-block {
    margin-bottom: 45px;
    padding: 15px 0 25px;
  }
}
div#page div#fos-block .block-title {
  margin: auto;
  margin-bottom: 0;
  border-bottom: none;
  text-align: center;
}
div#page form.webform-submission-ostalis-voprosy-form {
  max-width: 787px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (max-width: 768px) {
  div#page form.webform-submission-ostalis-voprosy-form {
    gap: 10px;
  }
}
div#page form.webform-submission-ostalis-voprosy-form .form-item textarea {
  min-height: 115px;
}
@media screen and (max-width: 375px) {
  div#page form.webform-submission-ostalis-voprosy-form .form-item textarea {
    min-height: 73px;
  }
}
div#page form.webform-submission-ostalis-voprosy-form .form-item.form-item-description {
  margin: 0;
  margin-bottom: 5px;
  text-align: center;
  grid-column: span 2;
}
div#page form.webform-submission-ostalis-voprosy-form .form-item.form-item-comment {
  grid-row: span 2;
}
div#page form.webform-submission-ostalis-voprosy-form .form-item.form-item-privacy {
  grid-column: span 2;
  justify-self: center;
}
div#page form.webform-submission-ostalis-voprosy-form .form-item.form-item-privacy .description {
  width: 55%;
}
div#page form.webform-submission-ostalis-voprosy-form .form-actions {
  grid-column: span 2;
  justify-self: center;
}
@media screen and (max-width: 768px) {
  div#page form.webform-submission-ostalis-voprosy-form .form-actions {
    max-width: 80%;
  }
}
div#page form.webform-submission-ostalis-voprosy-form .form-actions input {
  width: 380px;
  max-width: 100%;
  border-color: #fff;
  background-color: #fff;
  color: #3E4095;
}
div#page form.webform-submission-ostalis-voprosy-form .form-actions input:hover,
div#page form.webform-submission-ostalis-voprosy-form .form-actions input:active,
div#page form.webform-submission-ostalis-voprosy-form .form-actions input:focus {
  background-color: #3E4095;
  color: #fff;
}
div#page footer#footer {
  margin: 0;
  padding: 0;
}
div#page footer#footer .region.region-footer {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  border-top: 1px solid #3E4095;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page footer#footer .region.region-footer {
    font-size: 14px;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer {
    padding: 15px 0;
    gap: 15px;
  }
}
div#page footer#footer .region.region-footer .block-title {
  margin-bottom: 5px;
  font-weight: 700;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-footer-logo {
  width: 235px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-footer-logo {
    width: 170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-footer-logo {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-footer-logo {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-footer-logo .field--name-body {
    width: 150px;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 {
  width: 160px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 {
    width: 125px;
  }
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 {
    width: 125px;
  }
}
@media screen and (max-width: 576px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 {
    width: 80px;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul {
  width: 100%;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-osnovnayanavigaciya-3 > ul li a {
  padding: 5px 0;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-footer-address {
  width: 200px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-footer-address {
    width: 150px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-footer-address {
    width: 150px;
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-footer-address {
    width: 135px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-footer-address .field--name-body {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-footer-address .field--name-body {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-footer-address .field--name-body {
    display: block;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-footer-address .contacts_subtitle {
  font-size: 18px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-footer-address .contacts_subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-footer-address .contacts_subtitle {
    font-size: 14px;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-footer-contactcs-callback {
  width: 270px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-footer-contactcs-callback {
    width: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-footer-contactcs-callback {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-footer-contactcs-callback {
    width: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-footer-contactcs-callback .field--name-body {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-footer-contactcs-callback .field--name-body {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-footer-contactcs-callback .field--name-body {
    display: block;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-footer-contactcs-callback .contacts_group {
  margin-bottom: 5px;
}
div#page footer#footer .region.region-footer div#block-vesta-theme-footer-contactcs-callback a.btn-primary {
  margin-top: 15px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-footer-contactcs-callback a.btn-primary {
    padding: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-footer-contactcs-callback a.btn-primary {
    padding: 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-footer-contactcs-callback a.btn-primary {
    margin-top: 5px;
    padding: 12px;
    font-size: 14px;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-footer-messengers {
  width: 110px;
  align-self: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-footer-messengers {
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region.region-footer div#block-vesta-theme-footer-messengers {
    width: 75px;
  }
}
div#page footer#footer .region.region-footer div#block-vesta-theme-footer-messengers .avito {
  box-shadow: 0 0 30px 0 rgba(6, 7, 33, 0.15);
  border-radius: 50%;
}
div#page footer#footer .region-copyrights {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region-copyrights {
    margin-bottom: 15px;
  }
}
div#page footer#footer .region-copyrights .copyright {
  font-size: 16px;
  color: #CACACA;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  div#page footer#footer .region-copyrights .copyright {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  div#page footer#footer .region-copyrights .copyright {
    font-size: 14px;
  }
}
div#page footer#footer .region-copyrights .copyright a {
  display: block;
  margin-bottom: 5px;
  color: #CACACA;
}
div#page footer#footer .region-copyrights .copyright a:hover,
div#page footer#footer .region-copyrights .copyright a:active,
div#page footer#footer .region-copyrights .copyright a:focus {
  color: #3E4095;
}
div#page footer#footer .vesta_backlink-wrapper {
  margin-bottom: 20px;
  padding: 10px 0;
  border-top: 1px solid #3E4095;
  border-bottom: 1px solid #3E4095;
}
@media screen and (max-width: 768px) {
  div#page footer#footer .vesta_backlink-wrapper {
    margin-bottom: 15px;
    padding: 7px 0;
  }
}
div#page footer#footer .vesta_backlink-wrapper .vesta {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  div#page footer#footer .vesta_backlink-wrapper .vesta {
    font-size: 14px;
  }
}
div#page footer#footer .vesta_backlink-wrapper .vesta a {
  color: #3E4095;
}
div#page footer#footer .vesta_backlink-wrapper .vesta a:hover,
div#page footer#footer .vesta_backlink-wrapper .vesta a:active,
div#page footer#footer .vesta_backlink-wrapper .vesta a:focus {
  color: #060721;
}
@media screen and (max-width: 768px) {
  div#page main.main {
    padding-top: 50px;
  }
}
div#drupal-modal .form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-privacy {
  display: flex;
  align-items: flex-start;
}
div#drupal-modal .form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-privacy input {
  margin: 5px 0 0 0;
}
div#drupal-modal .form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-privacy .description {
  margin: 0 0 0 5px;
}
.ajax-progress-throbber .throbber {
  padding: 0;
  margin: 0;
  display: none;
}
.ajax-progress-throbber {
  display: none;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 0 !important;
    padding: 0 !important;
  }
  .slick img,
  .slick iframe {
    min-height: 500px !important;
    object-fit: cover;
  }
}
nav#mobile-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  nav#mobile-nav {
    display: block;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya,
  nav#mobile-nav div.mm-panel {
    padding: 0;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul,
  nav#mobile-nav div.mm-panel ul {
    margin: 40px 0 0 0 !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul li,
  nav#mobile-nav div.mm-panel ul li {
    width: 100%;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul li a,
  nav#mobile-nav div.mm-panel ul li a {
    padding: 20px 10px 20px 20px;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul li::after,
  nav#mobile-nav div.mm-panel ul li::after {
    left: 0;
    border-color: rgba(0, 0, 0, 0.1);
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya ul .dropdown-toggle::after,
  nav#mobile-nav div.mm-panel ul .dropdown-toggle::after {
    display: none;
  }
  nav#mobile-nav div#block-vesta-theme-osnovnayanavigaciya .dropdown-menu,
  nav#mobile-nav div.mm-panel .dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    display: block;
    float: none;
    min-width: 100%;
    padding: 0;
    border: none;
  }
}
form.search-api-page-block-form-search {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  form.search-api-page-block-form-search {
    margin-bottom: 20px;
  }
}
form.search-api-page-block-form-search .form-item input {
  border: 1px solid #3E4095;
}
form.search-api-page-block-form-search .form-actions input {
  border-color: #3E4095;
}
div#page.not-front main.main {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  div#page.not-front main.main {
    margin-bottom: 35px;
  }
}
div#page.not-front.page-node--800 div#contacts-block .region-contacts {
  grid-template-columns: unset;
}
div#page.not-front.page-node--800 div#contacts-block .region-contacts #block-vesta-theme-kontakty-2 .block-title {
  display: none;
}
div#page.not-front.page-node--800 div#contacts-block .region-contacts #block-vesta-theme-kontakty-2 .field--name-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
div#page.not-front.page-node--800 div#contacts-block .region-contacts #block-vesta-theme-yandekskarta-2 {
  height: 300px;
}
div#page.not-front.page-node--810 main.main {
  margin-bottom: 0;
}
div#page.not-front.page-node--810 div#delivery-block .block-title {
  display: none;
}
div[role=dialog] {
  border-radius: 0;
  overflow: hidden;
}
div[role=dialog] .ui-dialog-titlebar {
  background-color: #fff;
}
div[role=dialog] .ui-front {
  background-color: #fff;
}
div[role=dialog] .ui-front form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
div[role=dialog] .ui-front input {
  border-radius: 0;
  border-color: #3E4095;
}
div[role=dialog] .ui-front a {
  display: inline;
  padding: 0;
  font-weight: 600;
  color: #060721;
}
div[role=dialog] .ui-front a:hover,
div[role=dialog] .ui-front a:focus-visible {
  color: #3E4095;
  text-decoration: underline;
}
div[role=dialog] .ui-front .description {
  width: 100%;
}
div[role=dialog] .ui-front .description .webform-element-description {
  text-align: left;
}
div[role=dialog] .ui-front .description .webform-element-description a {
  color: #060721;
}
div[role=dialog] .ui-front .description .webform-element-description a:hover {
  color: #3E4095;
}
div[role=dialog] .ui-front strong.error {
  display: none !important;
}
div[role=dialog] .ui-dialog-buttonpane {
  background-color: #fff;
}
div[role=dialog] .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: left;
}
div[role=dialog] .ui-dialog-buttonpane .ui-dialog-buttonset button {
  display: block;
  width: fit-content;
  max-width: 250px;
  padding: 12px 25px;
  border-radius: 0;
  border-color: #3E4095;
  background-color: #fff;
  color: #3E4095;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
div[role=dialog] .ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
  background-color: #3E4095;
  outline: 1px solid #E7E7E7;
  color: #fff;
  text-decoration: none;
}
