:root {
  --bs-body-font-family: "Mulish", sans-serif;
  --bs-body-color: #000;
  --bs-violet: #b15baa;
  --bs-body-font-weight: 500;
  --bs-body-line-height: normal;
  --bs-site-name: 20px;
  --bs-link-color: #000;
  --bs-title-slider: 40px;
  --bs-border-radius: 35px;
  --bs-border-radius-2: 20px;
  --bs-padding-block: 80px 0;
  --bs-padding-form: 37px 0;
  --bs-news: 20px;
  --bs-contact: 20px;
  --bs-title-info: 20px;
  --bs-h1: 44px;
  --bs-h2: 40px;
  --bs-h3: 36px;
  --bs-body-fos: 24px;
  --bs-link-hover-color: var(--bs-violet);
}
a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--bs-violet);
}
.btn-primary {
  --bs-btn-bg: var(--bs-violet);
  --bs-btn-border-color: var(--bs-violet);
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: var(--bs-violet);
  --bs-btn-hover-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: var(--bs-violet);
  --bs-btn-active-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: var(--bs-violet);
  --bs-btn-disabled-color: #000;
}
.btn {
  --bs-btn-line-height: normal;
  --bs-btn-padding-y: 10px;
}
.nav {
  --bs-nav-link-font-weight: 500;
}
.h1,
h1 {
  font-size: var(--bs-h1);
  font-weight: 700;
}
.h2,
h2 {
  font-size: var(--bs-h2);
  font-weight: 700;
  margin-bottom: 20px;
}
.h3,
h3 {
  font-size: var(--bs-h3);
  font-weight: 700;
}
.nav {
  --bs-nav-link-padding-x: 0.3rem;
}
.not-front h1 {
  margin-bottom: 25px;
}
.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--bs-violet);
}
/* header */
.col-search__block {
  width: 20px;
  height: 20px;
  background: url(/sites/all/themes/vesta_theme/image/search.svg) center center
    no-repeat;
  cursor: pointer;
  background-size: cover;
}
.col-search__block.close {
  background: url(/sites/all/themes/vesta_theme/image/close.svg) center center
    no-repeat;
  background-size: 15px;
}
header .region-search {
  display: none;
  position: absolute;
  top: 35px;
  width: max-content;
  right: 0px;
  background-color: #b15baa;
  padding: 15px;
  border-radius: 20px;
}
.col-search {
  position: relative;
}
.header-top {
  background-color: var(--bs-violet);
}
.col-adress:before {
  display: block;
  content: "";
  background: url(/sites/all/themes/vesta_theme/image/local.svg) center center
    no-repeat;
  width: 16px;
  height: 20px;
  background-size: contain;
}
.col-adress {
  gap: 10px;
  color: #fff;
}
.form-control {
  padding: 0.2rem 0.75rem;
}
.form-control:focus {
  border-color: #b15baa;
  box-shadow: none;
  background-color: #ffffff63;
}
.search-form__submit,
.search-form__submit:hover,
.search-form__submit:not(:disabled):not(.disabled):active:focus,
.search-form__submit:focus {
  background-image: url(/sites/all/themes/vesta_theme/image/search-violet.svg);
  color: transparent;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
header .search-form__submit,
header .search-form__submit:hover,
header .search-form__submit:not(:disabled):not(.disabled):active:focus,
header .search-form__submit:focus {
  background-image: url(/sites/all/themes/vesta_theme/image/search.svg);
}
.logo {
  gap: 20px;
}
.logo-name {
  font-size: var(--bs-site-name);
  font-weight: 700;
  width: 287px;
}
.logo-img {
  width: 169px;
  height: auto;
}
.logo-img img {
  width: 100%;
}
.col-contacts {
  gap: 10px;
  width: 230px;
}
.col-time {
  width: 210px;
}
.social {
  display: flex;
  gap: 10px;
}
.region-callback a {
  width: 100%;
}
.col-connect {
  width: 179px;
}
.callback {
  margin-top: 20px;
}
.phone.contact-item:before {
  background: url(/sites/all/themes/vesta_theme/image/phone.svg) center center
    no-repeat;
}
.contact-item {
  gap: 10px;
}
.contact-item:before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background-size: contain;
}
.mail.contact-item:before {
  background: url(/sites/all/themes/vesta_theme/image/mail.svg) center center
    no-repeat;
}
div#block-vesta-theme-rezhimraboty {
  display: flex;
  gap: 10px;
  align-items: center;
}
div#block-vesta-theme-rezhimraboty * {
  margin: 0;
}
div#block-vesta-theme-rezhimraboty:before {
  display: block;
  content: "";
  background: url(/sites/all/themes/vesta_theme/image/time.svg) center center
    no-repeat;
  width: 18px;
  height: 18px;
  background-size: contain;
}
.header-bottom {
  background: #fff;
}
.header-middle {
  padding: 20px;
}
ul.dropdown-menu {
  overflow: hidden;
}

/* end header */
div#block-vesta-theme-zagolovokglavnoy {
  margin-top: 20px;
}
div#block-vesta-theme-zagolovokglavnoy strong {
  color: var(--bs-violet);
}
/* slider */
.field--name-field-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.field--name-field-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick-track {
  display: flex;
}
.views-row.slick-slide {
  height: auto;
}

div#slider-block
  .view.view-slayder.view-id-slayder
  .view-content
  .node--type-slide
  .content {
  position: relative;
  font-weight: 700;
  text-align: center;
  backdrop-filter: blur(10px);
  border-radius: var(--bs-border-radius-2);
  padding: 33px 46px 42px;
  gap: 30px;
  width: 1062px;
}

.node--type-slide {
  min-height: 629px;
  padding-top: 197px;
}
.field--name-field-slide-title {
  font-size: var(--bs-title-slider);
}
ul.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
}
ul.slick-dots li button {
  background: #fff;
  height: 15px;
  width: 15px;
}
ul.slick-dots li.slick-active button {
  background: transparent;
  border: 1px solid #fff;
  position: relative;
}
ul.slick-dots li.slick-active button:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: block;
  border-radius: 50%;
  margin: auto;
}
.node--type-slide .field--name-body {
  width: 811px;
  margin: auto;
}
/* end slider */

/* about */
.about-block {
  padding: var(--bs-padding-block);
}
.field--name-field-about-img img {
  width: 100%;
  height: 100%;
  border-radius: var(--bs-border-radius-2);
}
.field--name-field-ssylka a,
.more-link a {
  background-color: var(--bs-violet);
  border: 1px solid var(--bs-violet);
  color: #fff;
  border-radius: var(--bs-border-radius);
  padding: 9px 30px;
  display: block;
  width: max-content;
  margin-top: 20px;
  text-align: center;
}
.more-link a {
  width: 100%;
  margin-top: 30px;
}
.field--name-field-ssylka a:hover,
.more-link a:hover {
  background-color: #fff;
  color: #000;
}
/* end about */

/* news */
.news-block {
  overflow-x: hidden;
}
.field--name-field-image-news {
  border-radius: var(--bs-border-radius-2);
  overflow: hidden;
  margin-bottom: 10px;
}
.field--name-field-image-news img {
  width: 100%;
}
.node--type-news.node--view-mode-teaser .content,
.node--type-afisha.node--view-mode-teaser .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  height: calc(100% - 310px);
  text-align: center;
  font-size: var(--bs-news);
}
.field--name-field-date {
  color: #999999;
}
.node--type-news.node--view-mode-teaser .field--name-node-link,
.node--type-afisha.node--view-mode-teaser .field--name-node-link {
  font-weight: 700;
  color: var(--bs-violet);
  text-decoration: underline;
  margin-top: 10px;
}
img.image-style-news {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.node--type-news.node--view-mode-teaser .field--name-node-title,
.node--type-afisha.node--view-mode-teaser .field--name-node-title {
  font-weight: 700;
}
.view-news.view-display-id-block_1 .slick-list,
.view-fotogalereya.view-display-id-block_1 .slick-list {
  overflow: visible;
  margin: 0 -15px;
}
.view-news.view-display-id-block_1 .slick-initialized .slick-slide,
.view-fotogalereya.view-display-id-block_1 .slick-initialized .slick-slide {
  margin: 0 15px;
}
.region-news h2.block-title {
  text-align: center;
}
/* end news */

/* Контакты */
.contacts-block {
  padding: var(--bs-padding-block);
}
.contact {
  gap: 9px;
  align-items: baseline;
}
#block-vesta-theme-kontakty .contact-block {
  font-size: var(--bs-contact);
}
.contact-block {
  gap: 20px;
}
.region-contacts {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
div#block-vesta-theme-yandekskarta-2 {
  width: 65%;
  border-radius: var(--bs-border-radius-2);
  overflow: hidden;
}
div#block-vesta-theme-yandekskarta-2 .field--name-body {
  height: 100%;
}
.contact-phone {
  gap: 10px;
}
.contact-label {
  margin-bottom: 5px;
  padding-left: 30px;
  opacity: 50%;
}
.contacts-block {
  font-size: var(--bs-contact);
  gap: 19px;
}
#block-vesta-theme-kontakty .block-title {
  margin-bottom: 30px;
}

/* end Контакты */

/* info-block */

.field--name-field-info-block-item
  > .field__item:first-child
  .field--name-field-title-info {
  font-size: var(--bs-title-info);
  margin: 0;
}
.field--name-field-title-info {
  font-weight: 700;
  margin-bottom: 10px;
}
.field--name-field-info-block-item {
  display: flex;
  flex-wrap: wrap;
  gap: 31px;
  justify-content: space-between;
}
.field--name-field-info-block-item > .field__item,
.field--name-field-info-block-item
  .field--name-field-info-block-item
  > .field__item {
  width: 569px;
  background-color: var(--bs-violet);
  padding: 16px;
  color: #fff;
  border-radius: var(--bs-border-radius-2);
}
.field--name-field-info-qr-kod {
  width: 180px;
  height: 182px;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: var(--bs-border-radius-2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.field--name-field-info-qr-kod img {
  object-fit: contain;
}

.info-body {
  gap: 21px;
}
.field--name-field-info-block-item
  > .field__item:not(:first-child)
  .field--name-field-info-description {
  font-size: 14px;
}
.field--name-field-info-msnr {
  width: 100%;
}
.field--name-field-info-msnr a {
  display: block;
  background-color: #fff;
  color: #000;
  border-radius: var(--bs-border-radius);
  padding: 9px;
  border: 1px solid #fff;
  text-align: center;
}
.field--name-field-info-msnr a:hover {
  background-color: var(--bs-violet);
  color: #fff;
}
.info-btn {
  gap: 20px;
}
.field--name-field-info-block-item > .field__item:first-child {
  padding: 19px 25px 25px;
}
.field--name-field-info-block-item
  > .field__item:first-child
  .paragraph--type-info {
  display: flex;
  flex-direction: column;
  gap: 29px;
  justify-content: space-between;
  height: 100%;
}
.field--name-field-info-block-item
  > .field__item:first-child
  .paragraph--type-info.clearfix:after {
  display: none;
}
.field--name-field-info-link a {
  display: block;
  color: #000;
  text-align: center;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: var(--bs-border-radius);
  padding: 9px;
}
.field--name-field-info-link a:hover {
  background-color: var(--bs-violet);
  color: #fff;
}
/* end info-block */

/* gallery */
.gallery-block {
  padding: var(--bs-padding-block);
  overflow-x: hidden;
}
img.image-style-fotogalereya,
.field--name-field-gallery img,
.views-field-field-media-image img {
  border-radius: var(--bs-border-radius-2);
  width: 100%;
}
.node--type-photogallery.node--view-mode-teaser .field--name-node-title {
  font-size: var(--bs-title-info);
  font-weight: 700;
  margin-top: 10px;
}
/* end gallery */

/* fos */
.form-block {
  padding: var(--bs-padding-form);
  background-image: url(/sites/all/themes/vesta_theme/image/form-bg.jpg);
  background-size: cover;
}
.region-form {
  display: flex;
  gap: 55px;
}
div#block-vesta-theme-vebforma {
  width: 500px;
  flex-shrink: 0;
}
.webform-submission-form .form-control {
  padding: 20px 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
div#block-vesta-theme-vebforma .webform-submission-form .form-control,
div#block-vesta-theme-vebforma
  .webform-submission-form
  .form-control::placeholder {
  color: #fff;
}
.webform-submission-form .form-control::placeholder {
  font-weight: 700;
}

div#block-vesta-theme-fos {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
div#block-vesta-theme-fos .field--name-body {
  font-size: var(--bs-body-fos);
  font-weight: 700;
}
.js-form-item-privacy {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 127.5%;
  margin-bottom: 20px;
}
div#block-vesta-theme-vebforma .js-form-item-privacy {
  color: #fff;
}
.form-control {
  border-radius: var(--bs-border-radius-2);
  font-weight: 500;
  background-color: #ffffff63;
}
.webform-submission-form .form-textarea-wrapper .form-control {
  padding: 18px 26px;
  min-height: 99px;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  border: 1px solid #000;
  border-radius: 3px;
}
input[type="checkbox"]:checked {
  background: url(/sites/all/themes/vesta_theme/image/checked.svg) center center;
  background-size: contain;
}
div#block-vesta-theme-vebforma input[type="checkbox"] {
  border-color: #fff;
}
div#block-vesta-theme-vebforma .webform-button--submit {
  background-color: #fff;
  color: #000;
  font-weight: 700;
  border-color: #fff;
}
.webform-button--submit {
  width: 100%;
}
div#block-vesta-theme-vebforma .webform-button--submit:hover {
  color: #fff;
  background-color: var(--bs-violet);
  border-color: var(--bs-violet);
}
/* end fos */

/* footer */
.footer_contacts {
  width: 340px;
}
footer#footer {
  padding-top: 80px;
}
.copyright {
  font-size: 14px;
  gap: 10px;
}
footer .logo {
  width: 250px;
}
.logo img {
  width: 169px;
  height: auto;
}
footer .nav-link {
  padding: 0 0 5px 0;
}
footer ul.nav {
  flex-direction: column;
}
div#block-vesta-theme-osnovnayanavigaciya-menu {
  font-weight: 700;
  margin-bottom: 5px;
}
footer .dropdown-toggle::after {
  display: none;
}
.webvesta {
  color: #fff;
  background-color: var(--bs-violet);
  padding: 11px;
  font-size: 14px;
  margin-top: 30px;
}
.webvesta a:hover {
  color: #000;
}
/* end footer */

/* document */
.paragraph--type-dokumenty {
  margin-bottom: 5px;
}
/* end document */

/* collectivity */
.node--type-kollektivy.node--view-mode-teaser .field--name-node-title {
  font-size: var(--bs-news);
  font-weight: 700;
  margin-top: 5px;
}
img.image-style-kollektivy {
  border-radius: var(--bs-border-radius-2);
}
.node--type-kollektivy.node--view-mode-full
  .field--name-field-img-collectivity {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.node--type-kollektivy.node--view-mode-full .field__item {
  width: 31%;
}
.node--type-kollektivy.node--view-mode-full img.image-style-kollektivy {
  width: 100%;
}
/* collectivity */
#scrollToTop {
  width: 41px;
  height: 41px;
  right: 169px;
}
button.slick-arrow,
button.slick-arrow::before {
  width: 41px;
  height: 41px;
}
.modal-footer {
  border-top: none;
  padding-top: 0;
}
.modal-header {
  border-bottom: none;
}
#header-mob {
  background: #fff;
}
.offcanvas {
  --bs-offcanvas-bg: #fff;
}
.offcanvas .contact-block .social {
  display: none;
}
.offcanvas .contact-block {
  margin-bottom: 20px;
}
.not-front main#main {
  margin-top: 20px;
}
.special {
  display: flex;
  gap: 10px;
  color: #fff;
  margin-left: auto;
  margin-right: 16px;
}
button.slick-next.slick-arrow {
  right: -42px;
}
button.slick-prev.slick-arrow {
  left: -42px;
}
.body-node--841 .field--name-body {
  overflow: auto;
}
p {
  margin-bottom: 10px;
}
.pagination {
  --bs-pagination-active-bg: var(--bs-violet);
  --bs-pagination-active-border-color: var(--bs-violet);
}
nav.pager {
  margin-top: 40px;
}
.page-link:focus {
  box-shadow: none;
}
