:root {
  --font-family: "Mulish", sans-serif;
  --scrollbar-track-color: #987fe0;
  --scrollbar-thumb-color: rgba(255, 255, 255, 0.5);
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
@media (max-width: 1200px) {
  html {
    font-size: 1.33vw;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 1.3vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 2.08vw;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 16px;
  }
}
body {
  font-family: var(--font-family);
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  line-height: 1.2;
}
body::-webkit-scrollbar {
  width: 0.5rem;
}
body::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track-color);
}
body::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb-color);
  border-radius: 0.2rem;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
svg {
  max-width: 100%;
  max-height: 100%;
}
h1,
h2,
h3,
h4,
p,
figure,
fieldset,
ul {
  margin: 0;
}
ul {
  padding-left: 0;
}
li {
  list-style: none;
}
input,
button,
select,
a,
textarea,
label,
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
fieldset {
  padding: 0;
  border: none;
}
input:hover,
a:hover {
  text-decoration: none;
}
input:focus,
a:focus {
  outline: 0;
}
button {
  padding: 0;
  border: none;
}
button:focus {
  outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-clip: text;
}
header#header {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  header#header {
    position: sticky;
    top: 0;
    z-index: 500;
  }
}
@media screen and (max-width: 768px) {
  header#header .header-block {
    display: none;
  }
}
header#header .header-mobile-block {
  display: none;
}
@media screen and (max-width: 768px) {
  header#header .header-mobile-block {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  }
}
nav#mobile-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  nav#mobile-nav {
    display: block;
    background-color: #fff;
  }
  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 .active-trail a,
  nav#mobile-nav div.mm-panel ul .active-trail a {
    background: #303030 !important;
    color: #fff !important;
  }
  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;
  }
}
@media screen and (max-width: 768px) {
  #mm-blocker {
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.logo a {
  display: block;
  width: 100%;
}
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: inherit;
  height: inherit;
  background-size: cover;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
button.slick-prev.slick-arrow {
  left: 25px;
}
button.slick-prev.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arr-slider.svg");
  transform: rotate(-90deg);
}
button.slick-next.slick-arrow {
  right: 25px;
}
button.slick-next.slick-arrow::before {
  background-image: url("/sites/all/themes/vesta_theme/image/arr-slider.svg");
  transform: rotate(90deg);
}
.link-menu {
  transition: 0.3s;
}
.link-menu:hover {
  color: #987fe0 !important;
  filter: blur(0.5px);
}
.link-hover {
  position: relative;
  transition: 0.3s;
}
.link-hover:hover {
  color: #987fe0;
}
.link-hover:hover .hover {
  visibility: visible;
  opacity: 1;
  filter: blur(4px);
}
.link-hover .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.user-contacts {
  display: flex;
}
.user-contacts__item {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1rem;
  line-height: 128%;
  color: #000;
}
.user-contacts__item--soc {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .user-contacts__item--soc {
    gap: 0.6rem;
  }
}
.user-contacts__item--soc a {
  position: relative;
  transition: 0.3s;
  flex-shrink: 0;
  z-index: 1;
}
.user-contacts__item--soc a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  outline: 0.25rem solid #987fe0;
  outline-offset: -0.25rem;
  z-index: -1;
  filter: blur(4px);
}
.user-contacts__item--soc a svg {
  width: 2.25rem;
  height: 2.25rem;
}
@media screen and (max-width: 768px) {
  .user-contacts__item--soc a svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.user-contacts__item--soc a:hover {
  opacity: 0.7;
}
.user-contacts__item a {
  color: #000;
}
#scrollToTop {
  width: 48px;
  height: 48px;
  background: none;
  text-indent: 0;
  font-size: 0;
  transition: transform 0.2s;
  border: 0px;
  outline: 0px;
  display: flex;
  bottom: 120px;
  cursor: pointer;
  position: fixed;
  right: 75px;
  z-index: 10;
  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 (max-width: 768px) {
  #scrollToTop {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 576px) {
  #scrollToTop {
    bottom: 40px;
    right: 10px;
    transform: scale(0.8);
  }
}
#scrollToTop:hover {
  opacity: 1;
  transform: scale(1.05);
}
#scrollToTop:active {
  transform: scale(0.95);
  transition-duration: 0s;
}
.btn,
.more-link a {
  background-color: #987fe0;
  border-radius: 1.62rem;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1.12rem;
  line-height: 128%;
  color: #fff;
  padding: 0.6rem 1.1rem;
  text-wrap: nowrap;
  position: relative;
  outline: 0.06rem solid #987fe0;
  outline-offset: -0.06rem;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
  z-index: 1;
}
.btn::before,
.more-link a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: #987fe0;
  z-index: -1;
  filter: blur(4px);
  transition: 0.3s;
}
.btn:hover,
.more-link a:hover {
  background-color: #fff;
  color: #987fe0;
}
.btn:hover::before,
.more-link a:hover::before {
  background-color: #fff;
}
.btn--white,
.more-link a--white {
  background-color: #987fe0;
  border-radius: 1.62rem;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1.12rem;
  line-height: 128%;
  color: #fff;
  padding: 0.6rem 1.1rem;
  text-wrap: nowrap;
  position: relative;
  outline: 0.06rem solid #987fe0;
  outline-offset: -0.06rem;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
  color: #000;
  background-color: #fff;
  outline: 0.06rem solid #fff;
  z-index: 1;
}
.btn--white::before,
.more-link a--white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: #987fe0;
  z-index: -1;
  filter: blur(4px);
  transition: 0.3s;
}
.btn--white:hover,
.more-link a--white:hover {
  background-color: #fff;
  color: #987fe0;
}
.btn--white:hover::before,
.more-link a--white:hover::before {
  background-color: #fff;
}
.btn--white::before,
.more-link a--white::before {
  background-color: #fff;
  filter: blur(28px);
}
.btn--white {
  background-color: #987fe0;
  border-radius: 1.62rem;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1.12rem;
  line-height: 128%;
  color: #fff;
  padding: 0.6rem 1.1rem;
  text-wrap: nowrap;
  position: relative;
  outline: 0.06rem solid #987fe0;
  outline-offset: -0.06rem;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
  color: #000;
  background-color: #fff;
  outline: 0.06rem solid #fff;
  z-index: 1;
}
.btn--white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: #987fe0;
  z-index: -1;
  filter: blur(4px);
  transition: 0.3s;
}
.btn--white:hover {
  background-color: #fff;
  color: #987fe0;
}
.btn--white:hover::before {
  background-color: #fff;
}
.btn--white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: #987fe0;
  z-index: -1;
  filter: blur(4px);
  transition: 0.3s;
}
.btn--white:hover {
  background-color: #fff;
  color: #987fe0;
}
.btn--white:hover::before {
  background-color: #fff;
}
.btn--white::before {
  background-color: #fff;
  filter: blur(28px);
}
#block-vesta-theme-strokanavigacii .breadcrumb {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
#block-vesta-theme-strokanavigacii .breadcrumb-item {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1rem;
  line-height: 128%;
  color: #000;
}
#block-vesta-theme-strokanavigacii .breadcrumb-item a {
  color: #000;
}
.webform-submission-form {
  border-radius: 2.5rem;
  background-color: #fff;
  padding: 1rem 1.25rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .webform-submission-form {
    padding: 1rem;
    border-radius: 1.88rem;
  }
}
.form-control {
  height: auto;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 128%;
  color: #000;
  border-radius: 2.62rem;
  padding: 1.06rem;
  background-color: #ededed;
}
.form-control::placeholder {
  color: #a8a8a8;
}
.form-type-checkbox {
  position: relative;
}
.form-type-checkbox .form-control[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.form-type-checkbox .form-control[type="checkbox"]:checked + .description::before {
  content: "✔";
}
.form-type-checkbox label {
  font-size: 0;
  display: block;
  flex-shrink: 0;
  position: absolute;
  width: 0.6899999999999999rem;
  height: 0.6899999999999999rem;
  background-color: #987fe0;
  left: 0;
  top: 0.25rem;
  margin-bottom: 0;
  z-index: 1;
}
.form-type-checkbox .description {
  margin-left: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.88rem;
  line-height: 128%;
  color: #000;
  padding-left: 1.06rem;
  position: relative;
}
.form-type-checkbox .description::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 0.6899999999999999rem;
  height: 0.6899999999999999rem;
  z-index: 1;
  color: #fff;
  line-height: 1;
  font-size: 0.7rem;
  pointer-events: none;
}
.form-type-checkbox .description a {
  color: #000;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 320px) {
  .container {
    max-width: none;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.mb {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 768px) {
  .mb {
    margin-bottom: 3.75rem;
  }
}
.block-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 128%;
  color: #000;
}
@media screen and (max-width: 768px) {
  .block-title {
    font-size: 1.25rem;
  }
}
.main-title {
  display: none;
}
.front .front h1 {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.mm-title {
  font-size: 0;
}
h1 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 128%;
  color: #000;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.25rem;
  }
}
#block-vesta-theme-zagolovokstranicy {
  margin-bottom: 2.5rem;
}
.reviews-block .block-title {
  margin-bottom: 1.875rem;
}
.reviews-block #block-vesta-theme-otzyvy .field--name-body {
  border-radius: 2.5rem;
  border: 0.06rem solid #987fe0;
  display: flex;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.reviews-block #block-vesta-theme-otzyvy .field--name-body iframe {
  border: 0;
}
