* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
  font-weight: 500;
  font-family: "NT Somic", sans-serif;
  color: #272727;
}
@media screen and (max-width: 767px) {
  html html {
    font-size: 15px !important;
  }
}
body {
  background-image: url("/sites/all/themes/vesta_theme/image/texture.webp");
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.container {
  padding: 0 15px;
  margin: 0 auto;
}
.wrapper {
  min-height: 100%;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
p {
  margin-bottom: 0.5em;
}
p:last-child {
  margin-bottom: 0;
}
button,
textarea,
input {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  transition: color 0.3s ease 0s;
}
a:hover {
  color: #61A0FF;
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
.clearfix::after {
  display: none;
}
ul.sf-menu a,
ul.sf-menu span.nolink {
  padding: 0;
}
ul.sf-menu .sf-with-ul {
  padding: 0;
}
.region-sidebar-first,
.region-sidebar-second,
.region-footer,
.region-content {
  padding: 0;
}
.footer {
  padding: 0;
}
.form-item,
.form-actions {
  margin-top: 0;
  margin-bottom: 0;
}
#block-vesta-theme-vebforma #edit-actions-submit {
  border: 0;
}
#block-vesta-theme-vebforma textarea {
  resize: none;
}
ul.menu a.is-active {
  color: #61A0FF;
}
ul.menu a.is-active::after {
  width: 100%;
}
ul.sf-menu a,
ul.sf-menu span.nolink {
  display: inline-block;
}
.header {
  background-color: #272727;
}
.region-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex: 1 1 auto;
  min-height: 90px;
  color: #F6FAFF;
}
.region-header-mobile {
  display: none;
}
#block-vesta-theme-logo {
  flex: 1 1 auto;
}
#block-vesta-theme-logo img {
  max-width: 100%;
}
.icon-menu {
  display: none;
  position: relative;
  z-index: 20;
  cursor: pointer;
  width: 20px;
  height: 10px;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  background-color: transparent;
  border: none;
}
.icon-menu span,
.icon-menu::before,
.icon-menu::after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  right: 0;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  background-color: #F6FAFF;
}
.icon-menu span {
  top: calc(50% - 1px);
}
.icon-menu::before {
  top: 0;
}
.icon-menu::after {
  bottom: 0;
}
.burger-open body {
  overflow: hidden;
}
#block-vesta-theme-kontakty .field--name-body .contacts-block__phones {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 400;
}
#block-vesta-theme-kontakty .field--name-body .contacts-block__phones .first-tel {
  white-space: nowrap;
}
#block-vesta-theme-kontakty .field--name-body .contacts-block__phones .second-tel {
  white-space: nowrap;
}
#block-vesta-theme-kontakty .field--name-body .contacts-block__email {
  display: none;
}
#block-vesta-theme-kontakty .field--name-body .contacts-block__adress {
  display: none;
}
#block-vesta-theme-knopkaostavitzayavku .btn-form {
  position: relative;
  background-color: #61A0FF;
  color: #F6FAFF;
  padding: 12px 36.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  transition: background-color 0.3s ease 0s;
}
#block-vesta-theme-knopkaostavitzayavku .btn-form:hover {
  background-color: #3887fc;
}
#block-vesta-theme-knopkaostavitzayavku .btn-form::after {
  display: none;
  content: "";
  background-image: url("/sites/all/themes/vesta_theme/image/ph.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  background-position: center;
}
#block-vesta-theme-knopkaostavitzayavku .ajax-progress {
  display: none;
}
#block-vesta-theme-knopkatelegram .telegram svg rect {
  transition: fill 0.3s ease 0s;
}
#block-vesta-theme-knopkatelegram .telegram svg rect:hover {
  fill: #3887fc;
}
@media (max-width: 1200px) {
  #block-vesta-theme-knopkaostavitzayavku .btn-form {
    padding: 12px 25.5px;
  }
}
@media (max-width: 992px) {
  #block-vesta-theme-logo {
    max-width: 250px;
  }
  #block-vesta-theme-knopkaostavitzayavku .btn-form {
    padding: 5px 12px;
  }
  #block-vesta-theme-knopkatelegram .telegram svg {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 768px) {
  .header .container {
    display: flex;
    align-items: center;
  }
  .region-header {
    gap: 5px;
  }
  .header {
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    width: 100%;
  }
  .toolbar-fixed .header {
    top: 65px;
  }
  .toolbar-fixed .page {
    padding-top: 70px;
  }
  .region-header {
    min-height: 45px;
  }
  .icon-menu {
    display: block;
    width: 25px;
    height: 15px;
  }
  .region-header #block-vesta-theme-logo {
    max-width: 200px;
  }
  .search-api-page-block-form-search {
    width: 25px;
    height: 25px;
    background-size: 20px 20px;
  }
  #block-vesta-theme-knopkatelegram .telegram svg {
    width: 25px;
    height: 25px;
  }
  #block-vesta-theme-knopkaostavitzayavku .btn-form {
    font-size: 0;
    width: 25px;
    height: 25px;
    padding: 0;
  }
  #block-vesta-theme-knopkaostavitzayavku .btn-form::after {
    display: block;
  }
}
@media (max-width: 576px) {
  .region-header #block-vesta-theme-logo {
    max-width: 150px;
  }
}
@media (max-width: 445px) {
  #block-vesta-theme-kontakty .contacts-block {
    font-size: 12px;
  }
}
.search-form__submit {
  display: none;
  background-color: transparent;
}
.search-api-page-block-form-search {
  position: relative;
  background-image: url("/sites/all/themes/vesta_theme/image/search.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 20px 20px;
  margin-right: 30px;
}
.search-api-page-block-form-search--2 {
  position: relative;
  background-image: url("/sites/all/themes/vesta_theme/image/search.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 20px 20px;
  margin-right: 30px;
}
form#search-api-page-block-form-search {
  border: 1px solid #747474;
  border-radius: 10px;
  background-color: transparent;
  width: 200px;
  height: 50px;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 100;
}
form#search-api-page-block-form-search div.js-form-item {
  width: 100%;
  height: 100%;
}
form#search-api-page-block-form-search--2 {
  border: 1px solid #747474;
  border-radius: 10px;
  background-color: transparent;
  width: 200px;
  height: 50px;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 100;
}
form#search-api-page-block-form-search--2 div.js-form-item {
  width: 100%;
  height: 100%;
}
.region-header .form-control {
  border: 0;
  outline: none;
  box-shadow: none;
  padding: 14.5px 20px 14.5px 10px;
  position: relative;
  height: 100%;
  border-radius: 0;
  background-color: transparent;
  color: #747474;
}
.container-inline label {
  display: none;
}
.region-navigation .form-control {
  border: 0;
  outline: none;
  box-shadow: none;
  padding: 14.5px 20px 14.5px 10px;
  position: relative;
  height: 100%;
  border-radius: 0;
  background-color: transparent;
  color: #747474;
}
.region-navigation .form-control::after,
.region-navigation .form-control::before {
  display: none;
}
.not-front #block-vesta-theme-content .search-api-page-block-form-search {
  display: none;
}
@media (max-width: 1200px) {
  .search-api-page-block-form-search {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .search-api-page-block-form-search {
    background-position: center center;
    padding: 8px;
    width: 40px;
    height: 40px;
  }
  .search-api-page-block-form-search--2 {
    background-position: center center;
    padding: 8px;
    width: 40px;
    height: 40px;
  }
  form#search-api-page-block-form-search {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  form#search-api-page-block-form-search--2 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .search-api-page-block-form-search {
    order: 1;
  }
  .search-api-page-block-form-search--2 {
    order: 1;
  }
  .search-active form#search-api-page-block-form-search {
    width: 220px;
  }
  .search-active form#search-api-page-block-form-search--2 {
    width: 220px;
  }
  form#search-api-page-block-form-search {
    right: 50px;
  }
  form#search-api-page-block-form-search--2 {
    right: 50px;
  }
  .region-header .form-control {
    background-color: #F6FAFF;
  }
  form#search-api-page-block-form-search {
    width: 0;
    border: 0px;
    height: 40px;
  }
  form#search-api-page-block-form-search--2 {
    width: 0;
    border: 0px;
    height: 40px;
  }
  .region-header .form-control {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .search-api-page-block-form-search {
    width: 28px;
    height: 28px;
    background-size: 20px 20px;
    margin-right: 15px;
  }
  .search-api-page-block-form-search--2 {
    width: 28px;
    height: 28px;
    background-size: 20px 20px;
    margin-right: 15px;
  }
}
@media (max-width: 445px) {
  .search-active form#search-api-page-block-form-search {
    width: 150px;
  }
  .search-active form#search-api-page-block-form-search--2 {
    width: 150px;
  }
  form#search-api-page-block-form-search {
    height: 30px;
    right: 25px;
  }
  form#search-api-page-block-form-search--2 {
    height: 30px;
    right: 25px;
  }
  .region-header .form-control {
    padding: 5px;
  }
}
.navigation {
  background-color: #272727;
  color: #F6FAFF;
  border-top: 5px solid #61A0FF;
  border-bottom: 5px solid #61A0FF;
}
.navigation .region-navigation a.sf-depth-1.menuparent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navigation .region-navigation ul.sf-menu a.sf-depth-1.menuparent:after {
  content: "";
  background-image: url("/sites/all/themes/vesta_theme/image/arrow.svg");
  background-size: 19px 19px;
  width: 19px;
  height: 19px;
}
.navigation .region-navigation ul.sf-menu .sf-depth-1,
.navigation .region-navigation ul.sf-menu .sf-depth-2 {
  text-decoration: none;
}
.navigation .region-navigation ul.sf-menu .sf-depth-2:not(:last-child) {
  margin-bottom: 10px;
}
.navigation .region-navigation ul.sf-menu ul {
  width: 253px !important;
  background-color: #61A0FF;
}
.navigation .region-navigation ul.sf-menu .sf-sub-indicator {
  display: none;
}
.navigation ul.sf-menu.menu li.sf-depth-1:first-child {
  padding-left: 0;
}
#block-vesta-theme-osnovnayanavigaciya-4 {
  background-color: transparent;
  color: #272727;
  border-top: 0;
  border-bottom: 0;
}
@media (max-width: 768px) {
  #page .navigation {
    display: none;
  }
}
.mm-current ul.sf-hidden {
  position: static !important;
  clip: none !important;
  overflow: visible !important;
  width: auto !important;
}
.mm-panels > .mm-panel > .mm-listview {
  margin: 0px;
  width: 100%;
}
.region-navigation #superfish-main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.header li.menuparent a.menuparent::after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background-image: url("/sites/all/themes/vesta_theme/image/arrow.svg");
  background-repeat: no-repeat;
  background-position: top 1px center;
}
.header ul.sf-menu li:hover > ul,
ul.sf-menu li.sfHover > ul {
  top: 3em;
  left: 0px;
}
.header ul.sf-menu ul {
  width: initial;
  min-width: 194px;
  border: 1px solid #9EA853;
  border-radius: 10px;
}
.header .sf-depth-1.menuparent ul {
  padding: 20px !important;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 10px;
}
.header ul.sf-menu a,
ul.sf-menu span.nolink {
  padding: 0;
}
.form-control:focus::after,
.form-control:focus::before {
  display: none !important;
}
.form-control:hover::after,
.form-control:hover::before {
  display: none !important;
}
.region-navigation .sf-menu.menu li.sf-depth-1 {
  padding: 14.5px 0px;
}
li.sf-depth-1.menuparent ul {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 10px;
}
li.sf-depth-1.menuparent ul a.is-active {
  color: #272727;
}
li.sf-depth-1.menuparent ul a:hover {
  color: #272727;
}
.navigation li.sf-depth-1 a {
  position: relative;
}
.navigation li.sf-depth-1 a::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #61A0FF;
  transition: width 0.3s ease 0s;
}
.navigation li.sf-depth-1 a:hover::before {
  width: 100%;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-menu {
  display: block;
  position: static;
  background-color: transparent;
  border: none;
}
.dropdown-item {
  font-weight: inherit;
}
.mm-listview {
  font-size: 16px;
}
.mm-listview > li > a,
.mm-listview > li > span {
  padding: 15px 10px;
}
.mm-panels > .mm-panel {
  padding: 0 10px;
}
.mm-listview > li:not(.mm-divider):after {
  left: 0;
}
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -10px;
}
.header-mobile-block {
  display: none;
}
@media (max-width: 992px) {
  .region-navigation #superfish-main {
    gap: 5px;
    justify-content: space-between;
  }
}
#welcome-block {
  position: relative;
  background-color: #272727;
  background-image: url("/sites/all/themes/vesta_theme/image/black-texture.png"), url("/sites/all/themes/vesta_theme/image/buildings.webp");
  background-repeat: no-repeat;
  background-size: cover, 965px 715px;
  background-position: center, bottom right;
}
#welcome-block .container {
  padding-top: 40px;
  padding-bottom: 150px;
}
#welcome-block .region-welcome {
  color: #F6FAFF;
}
#welcome-block .region-welcome #block-vesta-theme-vstuplenie {
  max-width: 660px;
}
#welcome-block .region-welcome #block-vesta-theme-vstuplenie .field--name-block-title h1 {
  text-align: left;
  margin-bottom: 20px;
  color: #F6FAFF;
  text-transform: none;
}
#welcome-block .region-welcome .field--name-body {
  margin-bottom: 40px;
}
#welcome-block .region-welcome .field--name-dynamic-token-fieldblock-content-ssylka-o-nas {
  max-width: 400px;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #61A0FF;
  background-color: transparent;
  transition: background-color 0.3s ease 0s;
}
#welcome-block .region-welcome .field--name-dynamic-token-fieldblock-content-ssylka-o-nas:hover {
  background-color: #61A0FF;
  color: #F6FAFF;
}
#welcome-block .region-welcome .field--name-dynamic-token-fieldblock-content-ssylka-o-nas a {
  padding: 14.5px 14.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #61A0FF;
}
#welcome-block .region-welcome .field--name-dynamic-token-fieldblock-content-ssylka-o-nas a:hover {
  color: #F6FAFF;
}
@media (max-width: 1840px) {
  #welcome-block {
    background-size: cover, 665px 515px;
  }
}
@media (max-width: 1200px) {
  #welcome-block {
    background-size: cover, 565px 415px;
  }
}
@media (max-width: 992px) {
  #welcome-block {
    background-size: cover, 365px 215px;
  }
}
@media (max-width: 768px) {
  .welcome-block .region-welcome #block-vesta-theme-blokvstuplenie .block-title {
    padding: 10px 14px;
  }
  #welcome-block .region-welcome #block-vesta-theme-vstuplenie {
    max-width: none;
  }
  #welcome-block .region-welcome .field--name-dynamic-token-fieldblock-content-ssylka-o-nas {
    margin: 0 auto;
  }
  .user-administrator #welcome-block {
    background-size: cover, 350px 240px;
    background-position: center, top 40px center;
  }
  #welcome-block {
    background-size: cover, 350px 240px;
    background-position: center, top 80px center;
  }
}
.about-block .container {
  position: relative;
  padding-top: 80px;
  padding-bottom: 200px;
  background-image: url("/sites/all/themes/vesta_theme/image/circle.png");
  background-repeat: no-repeat;
  background-position: bottom 40px right;
  background-size: 570px 570px;
}
.about-block .container::after {
  position: absolute;
  z-index: -1;
  bottom: 40px;
  right: -20px;
  content: "";
  width: 570px;
  height: 570px;
  border-radius: 50%;
  background-color: #61A0FF;
}
#block-vesta-theme-views-block-about-block-1 {
  max-width: 590px;
}
@media (max-width: 1400px) {
  .about-block .container {
    background-size: 450px 450px;
  }
  .about-block .container::after {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1200px) {
  .about-block .container {
    padding-bottom: 80px;
    background-size: 350px 350px;
    background-position: center right;
  }
  .about-block .container::after {
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    bottom: inherit;
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .about-block .container {
    background-image: unset;
  }
  .about-block .container::after {
    display: none;
  }
  #block-vesta-theme-views-block-about-block-1 {
    max-width: none;
  }
}
@media (max-width: 768px) {
  #block-vesta-theme-views-block-about-block-1 h2 {
    margin-bottom: 20px;
  }
}
#services-block {
  background-color: #272727;
  background-image: url("/sites/all/themes/vesta_theme/image/black-texture.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#services-block .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
#block-vesta-theme-views-block-nashi-uslugi-block-1 .view-header {
  margin-bottom: 40px;
}
#block-vesta-theme-views-block-nashi-uslugi-block-1 .view-header h2 {
  color: #F6FAFF;
  margin-bottom: 15px;
}
#block-vesta-theme-views-block-nashi-uslugi-block-1 .view-header p {
  color: #F6FAFF;
}
#block-vesta-theme-views-block-nashi-uslugi-block-1 .view-content {
  display: grid;
  grid-template-columns: repeat(3, 370px);
  grid-template-rows: repeat(2, 422px);
  gap: 30px;
}
#block-vesta-theme-views-block-nashi-uslugi-block-1 .view-content:not(:last-child) {
  margin-bottom: 40px;
}
#block-vesta-theme-views-block-nashi-uslugi-block-1 .views-row > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
#block-vesta-theme-views-block-nashi-uslugi-block-1 .views-row .contextual-region {
  position: static;
}
#block-vesta-theme-views-block-nashi-uslugi-block-1 .field--name-field-izobrazhenie-uslugi {
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease 0s;
}
#block-vesta-theme-views-block-nashi-uslugi-block-1 .field--name-field-izobrazhenie-uslugi:hover {
  transform: scale(1.1);
}
#block-vesta-theme-views-block-nashi-uslugi-block-1 .field--name-node-title {
  flex: 1 1 auto;
}
#block-vesta-theme-views-block-nashi-uslugi-block-1 .field--name-node-title h3 {
  color: #F6FAFF;
  margin-bottom: 0;
}
#block-vesta-theme-views-block-nashi-uslugi-block-1 .field--name-node-link {
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #61A0FF;
  background-color: #61A0FF;
  transition: all 0.3s ease 0s;
}
#block-vesta-theme-views-block-nashi-uslugi-block-1 .field--name-node-link:hover {
  background-color: #3887fc;
  border-color: #3887fc;
}
#block-vesta-theme-views-block-nashi-uslugi-block-1 .field--name-node-link a {
  padding: 14.5px 14.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F6FAFF;
}
#block-vesta-theme-views-block-nashi-uslugi-block-1 .more-link {
  text-align: center;
}
#block-vesta-theme-views-block-nashi-uslugi-block-1 .more-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  color: #61A0FF;
  border: 1px solid #61A0FF;
  background-color: transparent;
  padding: 14.5px 14.5px;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
}
#block-vesta-theme-views-block-nashi-uslugi-block-1 .more-link a:hover {
  color: #F6FAFF;
  background-color: #61A0FF;
}
.not-front .region-content #block-vesta-theme-content .view-nashi-uslugi .view-header {
  margin-bottom: 40px;
}
.not-front .region-content #block-vesta-theme-content .view-nashi-uslugi .view-header h2 {
  color: #F6FAFF;
  margin-bottom: 15px;
}
.not-front .region-content #block-vesta-theme-content .view-nashi-uslugi .view-header p {
  color: #F6FAFF;
}
.not-front .region-content #block-vesta-theme-content .view-nashi-uslugi .view-content {
  display: grid;
  grid-template-columns: repeat(3, 370px);
  grid-template-rows: repeat(2, 422px);
  gap: 30px;
}
.not-front .region-content #block-vesta-theme-content .view-nashi-uslugi .view-content:not(:last-child) {
  margin-bottom: 40px;
}
.not-front .region-content #block-vesta-theme-content .view-nashi-uslugi .views-row > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
.not-front .region-content #block-vesta-theme-content .view-nashi-uslugi .views-row .contextual-region {
  position: static;
}
.not-front .region-content #block-vesta-theme-content .view-nashi-uslugi .field--name-field-izobrazhenie-uslugi {
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease 0s;
}
.not-front .region-content #block-vesta-theme-content .view-nashi-uslugi .field--name-field-izobrazhenie-uslugi:hover {
  transform: scale(1.1);
}
.not-front .region-content #block-vesta-theme-content .view-nashi-uslugi .field--name-node-title {
  flex: 1 1 auto;
}
.not-front .region-content #block-vesta-theme-content .view-nashi-uslugi .field--name-node-title h3 {
  margin-bottom: 0;
}
.not-front .region-content #block-vesta-theme-content .view-nashi-uslugi .field--name-node-link {
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #61A0FF;
  background-color: #61A0FF;
  transition: all 0.3s ease 0s;
}
.not-front .region-content #block-vesta-theme-content .view-nashi-uslugi .field--name-node-link:hover {
  background-color: #3887fc;
  border-color: #3887fc;
}
.not-front .region-content #block-vesta-theme-content .view-nashi-uslugi .field--name-node-link a {
  padding: 14.5px 14.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F6FAFF;
}
.not-front .region-content #block-vesta-theme-content .view-nashi-uslugi .more-link {
  text-align: center;
}
.not-front .region-content #block-vesta-theme-content .view-nashi-uslugi .more-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  color: #61A0FF;
  border: 1px solid #61A0FF;
  background-color: transparent;
  padding: 14.5px 14.5px;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
}
.not-front .region-content #block-vesta-theme-content .view-nashi-uslugi .more-link a:hover {
  color: #F6FAFF;
  background-color: #61A0FF;
}
@media (max-width: 1400px) {
  #block-vesta-theme-views-block-nashi-uslugi-block-1 .view-content {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(3, 270px);
    grid-template-rows: repeat(2, 1fr);
    gap: 30px;
  }
  .not-front .region-content #block-vesta-theme-content .view-nashi-uslugi .view-content {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(3, 270px);
    grid-template-rows: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 992px) {
  #block-vesta-theme-views-block-nashi-uslugi-block-1 .view-content {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .not-front .region-content #block-vesta-theme-content .view-nashi-uslugi .view-content {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  #block-vesta-theme-views-block-nashi-uslugi-block-1 .field--name-field-izobrazhenie-uslugi img {
    width: 100%;
    height: auto;
  }
  .not-front .region-content #block-vesta-theme-content .view-nashi-uslugi .field--name-field-izobrazhenie-uslugi img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  #block-vesta-theme-views-block-nashi-uslugi-block-1 .view-content {
    gap: 10px;
  }
  #block-vesta-theme-views-block-nashi-uslugi-block-1 .views-row > div {
    gap: 10px;
  }
  .not-front .region-content #block-vesta-theme-content .view-nashi-uslugi .view-content {
    gap: 10px;
  }
  .not-front .region-content #block-vesta-theme-content .view-nashi-uslugi .views-row > div {
    gap: 10px;
  }
}
@media (max-width: 445px) {
  #block-vesta-theme-views-block-nashi-uslugi-block-1 .view-content {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 1fr);
  }
  .not-front .region-content #block-vesta-theme-content .view-nashi-uslugi .view-content {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 1fr);
  }
}
#works-block .container {
  padding-top: 80px;
  padding-bottom: 40px;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-header h2 {
  margin-bottom: 40px;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-content {
  display: grid;
  grid-template-columns: repeat(3, 370px);
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row {
  transition: transform 0.3s ease 0s;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row:hover {
  transform: scale(1.1);
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row > div {
  position: relative;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row .field--name-field-gallery .field__item {
  border-radius: 10px;
  overflow: hidden;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row .field--name-node-title {
  background-color: #F6FAFF;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 68px;
  font-weight: 700;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row .field--name-node-title > div {
  height: 100%;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row .field--name-node-title a {
  display: flex;
  align-items: center;
  gap: 55px;
  padding: 10px;
  height: 100%;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row .field--name-node-title a::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("/sites/all/themes/vesta_theme/image/arrow-2.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  flex-shrink: 0;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .more-link {
  text-align: center;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .more-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  color: #61A0FF;
  border: 1px solid #61A0FF;
  background-color: transparent;
  padding: 14.5px 14.5px;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .more-link a:hover {
  color: #F6FAFF;
  background-color: #61A0FF;
}
.not-front .region-content #block-vesta-theme-content .view-fotogalereya .view-header h2 {
  margin-bottom: 40px;
}
.not-front .region-content #block-vesta-theme-content .view-fotogalereya .view-content {
  display: grid;
  grid-template-columns: repeat(3, 370px);
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}
.not-front .region-content #block-vesta-theme-content .view-fotogalereya .view-content .views-row {
  transition: transform 0.3s ease 0s;
}
.not-front .region-content #block-vesta-theme-content .view-fotogalereya .view-content .views-row:hover {
  transform: scale(1.1);
}
.not-front .region-content #block-vesta-theme-content .view-fotogalereya .view-content .views-row > div {
  position: relative;
}
.not-front .region-content #block-vesta-theme-content .view-fotogalereya .view-content .views-row .field--name-field-gallery .field__item {
  border-radius: 10px;
  overflow: hidden;
}
.not-front .region-content #block-vesta-theme-content .view-fotogalereya .view-content .views-row .field--name-node-title {
  background-color: #F6FAFF;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 68px;
  font-weight: 700;
}
.not-front .region-content #block-vesta-theme-content .view-fotogalereya .view-content .views-row .field--name-node-title > div {
  height: 100%;
}
.not-front .region-content #block-vesta-theme-content .view-fotogalereya .view-content .views-row .field--name-node-title a {
  display: flex;
  align-items: center;
  gap: 55px;
  padding: 10px;
  height: 100%;
}
.not-front .region-content #block-vesta-theme-content .view-fotogalereya .view-content .views-row .field--name-node-title a::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("/sites/all/themes/vesta_theme/image/arrow-2.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  flex-shrink: 0;
}
.not-front .region-content #block-vesta-theme-content .view-fotogalereya .more-link {
  text-align: center;
}
.not-front .region-content #block-vesta-theme-content .view-fotogalereya .more-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  color: #61A0FF;
  border: 1px solid #61A0FF;
  background-color: transparent;
  padding: 14.5px 14.5px;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
}
.not-front .region-content #block-vesta-theme-content .view-fotogalereya .more-link a:hover {
  color: #F6FAFF;
  background-color: #61A0FF;
}
.not-front.page-node .region-content .field--name-field-gallery {
  display: grid;
  grid-template-columns: repeat(3, 325px);
  justify-content: center;
  gap: 30px;
}
.not-front.page-node .region-content .field--name-field-gallery .field__item {
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease 0s;
}
.not-front.page-node .region-content .field--name-field-gallery .field__item:hover {
  transform: scale(1.1);
}
.not-front.page-node .region-content .field--name-field-gallery .field__item img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1400px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-content {
    grid-template-columns: repeat(3, 300px);
  }
  .not-front .region-content #block-vesta-theme-content .view-fotogalereya .view-content {
    grid-template-columns: repeat(3, 300px);
  }
  .not-front.page-node .region-content .field--name-field-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .not-front .region-content #block-vesta-theme-content .view-fotogalereya .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
  #block-vesta-theme-views-block-fotogalereya-block-1 .views-row img {
    width: 100%;
    height: auto;
  }
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-content {
    gap: 10px;
  }
  .not-front .region-content #block-vesta-theme-content .view-fotogalereya .views-row img {
    width: 100%;
    height: auto;
  }
  .not-front .region-content #block-vesta-theme-content .view-fotogalereya .view-content {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row .field--name-node-title {
    height: 48px;
  }
  .not-front .region-content #block-vesta-theme-content .view-fotogalereya .view-content .views-row .field--name-node-title {
    height: 48px;
  }
  .not-front.page-node .region-content .field--name-field-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row .field--name-node-title a {
    justify-content: space-between;
    gap: 5px;
  }
  .not-front .region-content #block-vesta-theme-content .view-fotogalereya .view-content .views-row .field--name-node-title a {
    justify-content: space-between;
    gap: 5px;
  }
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row .field--name-node-title a::after {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
  .not-front .region-content #block-vesta-theme-content .view-fotogalereya .view-content .views-row .field--name-node-title a::after {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
}
@media (max-width: 445px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-content {
    grid-template-columns: 1fr;
  }
  .not-front .region-content #block-vesta-theme-content .view-fotogalereya .view-content {
    grid-template-columns: 1fr;
  }
}
#news-block {
  background-color: #272727;
  background-image: url("/sites/all/themes/vesta_theme/image/black-texture.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#news-block .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
#block-vesta-theme-views-block-news-block-1-2 .view-header h2 {
  color: #F6FAFF;
}
#block-vesta-theme-views-block-news-block-1-2 .view-content {
  display: grid;
  grid-template-columns: repeat(3, 370px);
  justify-content: center;
  gap: 30px;
  color: #F6FAFF;
  margin-bottom: 40px;
}
#block-vesta-theme-views-block-news-block-1-2 .view-content .views-row {
  height: 100%;
}
#block-vesta-theme-views-block-news-block-1-2 .view-content .views-row > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#block-vesta-theme-views-block-news-block-1-2 .view-content .views-row .field--name-field-image-news {
  flex: 1 1 auto;
  border-radius: 10px 10px 10px 0px;
  overflow: hidden;
  margin-bottom: 10px;
}
#block-vesta-theme-views-block-news-block-1-2 .view-content .views-row .field--name-field-date {
  margin-bottom: 5px;
}
#block-vesta-theme-views-block-news-block-1-2 .view-content .views-row .datetime {
  font-size: 14px;
}
#block-vesta-theme-views-block-news-block-1-2 .view-content .views-row .field--name-node-title h4 {
  color: #61A0FF;
  margin-bottom: 5px;
}
#block-vesta-theme-views-block-news-block-1-2 .view-content .views-row .field--name-body {
  margin-bottom: 20px;
}
#block-vesta-theme-views-block-news-block-1-2 .field--name-node-link {
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #61A0FF;
  background-color: #61A0FF;
  transition: all 0.3s ease 0s;
}
#block-vesta-theme-views-block-news-block-1-2 .field--name-node-link:hover {
  background-color: #3887fc;
  border-color: #61A0FF;
}
#block-vesta-theme-views-block-news-block-1-2 .field--name-node-link a {
  padding: 14.5px 14.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F6FAFF;
}
#block-vesta-theme-views-block-news-block-1-2 .more-link {
  text-align: center;
}
#block-vesta-theme-views-block-news-block-1-2 .more-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  color: #61A0FF;
  border: 1px solid #61A0FF;
  background-color: transparent;
  padding: 14.5px 14.5px;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
}
#block-vesta-theme-views-block-news-block-1-2 .more-link a:hover {
  color: #F6FAFF;
  background-color: #61A0FF;
}
.not-front .region-content #block-vesta-theme-content .view-news .view-header h2 {
  color: #F6FAFF;
}
.not-front .region-content #block-vesta-theme-content .view-news .view-content {
  display: grid;
  grid-template-columns: repeat(3, 370px);
  justify-content: center;
  gap: 30px;
  color: #F6FAFF;
  margin-bottom: 40px;
}
.not-front .region-content #block-vesta-theme-content .view-news .view-content .views-row {
  height: 100%;
}
.not-front .region-content #block-vesta-theme-content .view-news .view-content .views-row > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.not-front .region-content #block-vesta-theme-content .view-news .view-content .views-row .field--name-field-image-news {
  flex: 1 1 auto;
  border-radius: 10px 10px 10px 0px;
  overflow: hidden;
  margin-bottom: 10px;
}
.not-front .region-content #block-vesta-theme-content .view-news .view-content .views-row .field--name-field-date {
  margin-bottom: 5px;
}
.not-front .region-content #block-vesta-theme-content .view-news .view-content .views-row .datetime {
  font-size: 14px;
  color: #272727;
}
.not-front .region-content #block-vesta-theme-content .view-news .view-content .views-row .field--name-node-title h4 {
  color: #61A0FF;
  margin-bottom: 5px;
}
.not-front .region-content #block-vesta-theme-content .view-news .view-content .views-row .field--name-body {
  margin-bottom: 20px;
  color: #272727;
}
.not-front .region-content #block-vesta-theme-content .view-news .field--name-node-link {
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #61A0FF;
  background-color: #61A0FF;
  transition: all 0.3s ease 0s;
}
.not-front .region-content #block-vesta-theme-content .view-news .field--name-node-link:hover {
  background-color: #3887fc;
  border-color: #61A0FF;
}
.not-front .region-content #block-vesta-theme-content .view-news .field--name-node-link a {
  padding: 14.5px 14.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F6FAFF;
}
.not-front .region-content #block-vesta-theme-content .view-news .more-link {
  text-align: center;
}
.not-front .region-content #block-vesta-theme-content .view-news .more-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  color: #61A0FF;
  border: 1px solid #61A0FF;
  background-color: transparent;
  padding: 14.5px 14.5px;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
}
.not-front .region-content #block-vesta-theme-content .view-news .more-link a:hover {
  color: #F6FAFF;
  background-color: #61A0FF;
}
.not-front .region-content #block-vesta-theme-content .node--view-mode-full .field--name-body:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
  #block-vesta-theme-views-block-news-block-1-2 .view-content {
    grid-template-columns: repeat(3, 300px);
  }
  #block-vesta-theme-views-block-news-block-1-2 .views-row img {
    width: 100%;
    height: auto;
  }
  .not-front .region-content #block-vesta-theme-content .view-news .view-content {
    grid-template-columns: repeat(3, 300px);
  }
  .not-front .region-content #block-vesta-theme-content .view-news .views-row img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 992px) {
  #block-vesta-theme-views-block-news-block-1-2 .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
  #block-vesta-theme-views-block-news-block-1-2 .view-content {
    gap: 10px;
  }
  .not-front .region-content #block-vesta-theme-content .view-news .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .not-front .region-content #block-vesta-theme-content .view-news .view-content {
    gap: 10px;
  }
}
@media (max-width: 445px) {
  #block-vesta-theme-views-block-news-block-1-2 .view-content {
    grid-template-columns: 1fr;
  }
  .not-front .region-content #block-vesta-theme-content .view-news .view-content {
    grid-template-columns: 1fr;
  }
}
.contacts-block__telegram {
  display: none;
}
.contacts-block__phones-title {
  display: none;
}
.contacts-block__email-title {
  display: none;
}
.contacts-block__adress-title {
  display: none;
}
#contacts-block .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
#contacts-block .region-contacts {
  display: flex;
  gap: 40px;
}
#block-vesta-theme-kontakty-3 .block-title {
  display: inline-block;
  position: relative;
  color: #272727;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 35px;
  padding-bottom: 5px;
}
#block-vesta-theme-kontakty-3 .block-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #61A0FF;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 100px;
}
#block-vesta-theme-kontakty-3 .field--name-body .contacts-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#block-vesta-theme-kontakty-3 .field--name-body .contacts-block .first-tel:not(:last-child) {
  margin-bottom: 5px;
}
#block-vesta-theme-kontakty-3 .field--name-body .contacts-block .first-tel {
  display: inline-block;
  font-size: 18px;
}
#block-vesta-theme-kontakty-3 .field--name-body .contacts-block .second-tel {
  display: inline-block;
  font-size: 18px;
}
#block-vesta-theme-kontakty-3 .field--name-body .contacts-block .mail {
  font-size: 18px;
}
#block-vesta-theme-kontakty-3 .field--name-body .contacts-block .adress {
  font-size: 18px;
}
#block-vesta-theme-kontakty-3 .field--name-body .contacts-block .contacts-block__phones-title {
  display: block;
  color: #272727;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
#block-vesta-theme-kontakty-3 .field--name-body .contacts-block .contacts-block__email-title {
  display: block;
  color: #272727;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
#block-vesta-theme-kontakty-3 .field--name-body .contacts-block .contacts-block__adress-title {
  display: block;
  color: #272727;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.page-node--800 #block-vesta-theme-kontakty-3 .block-title {
  display: none;
}
@media (max-width: 1200px) {
  #block-vesta-theme-kontakty-3 .field--name-body {
    flex-direction: column;
    gap: 25px;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  #block-vesta-theme-kontakty-3 .field--name-body .contacts-block {
    display: flex;
    flex-direction: column;
  }
}
#block-vesta-theme-yandekskarta-3 {
  border-radius: 10px;
}
#block-vesta-theme-yandekskarta-3 .mapHelp {
  display: none;
}
#block-vesta-theme-yandekskarta-3 .mapContainer {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  #block-vesta-theme-yandekskarta-3 {
    width: 100%;
  }
  #block-vesta-theme-yandekskarta-3 .mapContainer {
    width: 100% !important;
  }
}
@media (max-width: 992px) {
  #block-vesta-theme-kontakty-3 .block-title {
    margin-bottom: 20px;
  }
  #contacts-block .region-contacts {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  #contacts-block .region-contacts {
    flex-direction: column;
  }
  #block-vesta-theme-yandekskarta-3 .mapContainer {
    height: 350px;
  }
}
#form-block {
  background-color: #272727;
  background-image: url("/sites/all/themes/vesta_theme/image/black-texture.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#form-block .container {
  padding-top: 20px;
  padding-bottom: 40px;
}
#block-vesta-theme-vebforma {
  color: #F6FAFF;
}
#block-vesta-theme-vebforma .ajax-progress {
  display: none;
}
#block-vesta-theme-vebforma .block-title {
  font-size: 40px;
  color: #61A0FF;
  font-weight: 700;
  margin-bottom: 5px;
}
#block-vesta-theme-vebforma input,
#block-vesta-theme-vebforma textarea {
  color: #F6FAFF;
}
#block-vesta-theme-vebforma label {
  display: none;
}
#block-vesta-theme-vebforma .form-control {
  height: initial;
}
#block-vesta-theme-vebforma form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#block-vesta-theme-vebforma .form-item--error-message {
  display: none !important;
}
#block-vesta-theme-vebforma .form-item input.error {
  border-bottom: 1px solid #E6352F;
}
#block-vesta-theme-vebforma .form-item textarea.error {
  border-bottom: 1px solid #E6352F;
}
#block-vesta-theme-vebforma .webform-flex--container {
  height: 100%;
}
#block-vesta-theme-vebforma .webform-flex--container > div {
  height: 100%;
}
#block-vesta-theme-vebforma #edit-processed-text {
  text-align: center;
}
#block-vesta-theme-vebforma #edit-form-title {
  margin-bottom: 60px;
}
#block-vesta-theme-vebforma #edit-form-title h2 {
  color: #fff;
}
#block-vesta-theme-vebforma #edit-flexbox {
  display: flex;
  gap: 15px;
  margin: 0;
}
#block-vesta-theme-vebforma #edit-form-text {
  margin-bottom: 10px;
}
#block-vesta-theme-vebforma #edit-name {
  height: 100%;
  border-radius: 10px;
  padding: 12px 10px;
}
#block-vesta-theme-vebforma #edit-name::placeholder {
  color: #F6FAFF;
}
#block-vesta-theme-vebforma #edit-telefon {
  height: 100%;
  border-radius: 10px;
  padding: 12px 10px;
}
#block-vesta-theme-vebforma #edit-telefon::placeholder {
  color: #F6FAFF;
}
#block-vesta-theme-vebforma #edit-actions-submit {
  height: 100%;
  padding: 12px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 380px;
  color: #F6FAFF;
  border: 1px solid #61A0FF;
  background-color: #61A0FF;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
}
#block-vesta-theme-vebforma #edit-actions-submit:hover {
  background-color: #3887fc;
  border-color: #3887fc;
}
#block-vesta-theme-vebforma .form-required:after {
  display: none;
}
#block-vesta-theme-vebforma input,
#block-vesta-theme-vebforma textarea {
  background-color: transparent;
  box-shadow: none;
}
#block-vesta-theme-vebforma input:focus,
#block-vesta-theme-vebforma textarea:focus {
  box-shadow: none;
}
@media (max-width: 1200px) {
  #block-vesta-theme-vebforma #edit-actions-submit {
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  #block-vesta-theme-vebforma #edit-write-form {
    padding: 10px 15px;
  }
  #block-vesta-theme-vebforma #edit-flexbox {
    flex-direction: column;
  }
}
.field--name-dynamic-token-fieldblock-content-ostavit-zayavku {
  cursor: pointer;
  display: inline-block;
  background-color: #E6352F;
  padding: 15px 30px;
  border-radius: 10px;
  transition: background-color 0.3s ease 0s;
  box-shadow: 3px 4px 8.6px rgba(0, 0, 0, 0.55);
}
.field--name-dynamic-token-fieldblock-content-ostavit-zayavku:hover {
  background-color: #ca2f29;
}
.front #block-vesta-theme-page-title {
  display: none;
}
.not-front .region-content {
  display: flex;
  flex-direction: column;
  padding-top: 75px;
}
.not-front .region-content #block-vesta-theme-content {
  order: 3;
}
.not-front .region-content #block-vesta-theme-knopkaskrollanaverkh {
  order: 4;
}
.not-front .region-content #block-vesta-theme-strokanavigacii {
  order: 1;
}
.not-front .region-content #block-vesta-theme-page-title {
  order: 2;
}
.not-front .region-content #block-vesta-theme-vebforma-2 {
  order: 5;
}
.not-front .region-content #block-vesta-theme-vebforma-2 .form-block__submit-modal {
  display: none;
}
/*
 #drupal-modal input, #drupal-modal textarea{
   border: 1px solid #000;
 }

 #drupal-modal .form-block__inputs{
   gap: 15px;
 }

 #drupal-modal .form-block__bottom{
   display: block;
 }
*/
#scrollToTop {
  width: 50px;
  height: 50px;
  background: #61A0FF;
  text-indent: 0;
  font-size: 0;
  transition: transform 0.2s;
  border: 0px;
  border-radius: 10px;
  outline: 0px;
  display: flex;
  bottom: 120px;
  cursor: pointer;
  position: fixed;
  right: 30px;
  z-index: 1000;
  transition: 0.2s;
  background-image: url(/sites/all/themes/vesta_theme/image/arrow-to-top.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 25px;
}
#scrollToTop:hover {
  opacity: 1;
  transform: scale(1.05);
}
#scrollToTop:active {
  transform: scale(0.95);
  transition-duration: 0s;
}
.span-blue {
  color: #61A0FF;
}
.span-title {
  font-size: 20px;
}
@media (max-width: 768px) {
  #scrollToTop {
    right: 25px;
    bottom: 20px;
  }
}
.ui-dialog {
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: "NT Somic", sans-serif !important;
  color: #272727 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}
.ui-dialog .ui-dialog-titlebar {
  background-color: #61A0FF !important;
  color: #F6FAFF;
}
.ui-dialog .ui-dialog-buttonpane {
  padding: 0 !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  width: 100% !important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  color: #F6FAFF;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  width: 100%;
  background: #272727;
  border: none;
  padding: 15px;
  margin: 0;
  transition: all 0.3s ease 0s;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
  background-color: #61A0FF;
}
.ui-dialog #drupal-modal {
  background-color: #272727;
  color: #F6FAFF;
}
.ui-dialog #drupal-modal .block-title {
  display: none;
}
.ui-dialog #drupal-modal input,
.ui-dialog #drupal-modal textarea {
  color: #F6FAFF;
  border-radius: 10px;
}
.ui-dialog #drupal-modal label {
  display: none;
}
.ui-dialog #drupal-modal .form-control {
  height: initial;
}
.ui-dialog #drupal-modal .form-item--error-message {
  display: none !important;
}
.ui-dialog #drupal-modal .form-item input.error {
  border-bottom: 1px solid #E6352F;
}
.ui-dialog #drupal-modal .form-item textarea.error {
  border-bottom: 1px solid #E6352F;
}
.ui-dialog #drupal-modal .webform-flexbox .webform-flex--1:nth-child(3) {
  display: none;
}
.ui-dialog #drupal-modal .webform-flex--container {
  height: 100%;
}
.ui-dialog #drupal-modal .webform-flex--container > div {
  height: 100%;
}
.ui-dialog #drupal-modal .form-required:after {
  display: none;
}
.ui-dialog #drupal-modal input,
.ui-dialog #drupal-modal textarea {
  background-color: transparent;
  box-shadow: none;
}
.ui-dialog #drupal-modal input:focus,
.ui-dialog #drupal-modal textarea:focus {
  box-shadow: none;
}
@media (max-width: 768px) {
  .ui-dialog {
    font-size: 14px !important;
  }
  .ui-dialog #drupal-modal .webform-flexbox {
    margin: 1em -0.5em;
  }
  .ui-dialog #drupal-modal .webform-flexbox .webform-flex:not(:last-child) {
    margin-bottom: 10px;
  }
}
.footer {
  background-image: url("/sites/all/themes/vesta_theme/image/texture.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.footer > .container {
  padding-top: 85px;
}
.footer .region-footer {
  display: grid;
  grid-template-rows: 50px 1fr;
  grid-template-columns: 300px 200px 500px 145px;
  justify-content: space-between;
  row-gap: 10px;
  grid-template-areas: "l o o2 c" "k o o2 c";
  color: #272727;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #61A0FF;
}
.footer .region-footer #block-vesta-theme-logo-3 {
  grid-area: l;
}
.footer .region-footer #block-vesta-theme-logo-3 img {
  max-width: 250px;
}
.footer .region-footer #block-vesta-theme-osnovnayanavigaciya-3 {
  grid-area: o;
}
.footer .region-footer #block-vesta-theme-osnovnayanavigaciya-3 .block-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer .region-footer #block-vesta-theme-osnovnayanavigaciya-3 .menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer .region-footer #block-vesta-theme-nashiuslugi {
  grid-area: o2;
}
.footer .region-footer #block-vesta-theme-nashiuslugi .block-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer .region-footer #block-vesta-theme-nashiuslugi .menu {
  display: grid;
  grid-template-columns: 189px 222px;
  column-gap: 20px;
  row-gap: 10px;
}
.footer .region-footer #block-vesta-theme-kontakty-2 {
  grid-area: c;
}
.footer .region-footer #block-vesta-theme-kopirayt-2 {
  grid-area: k;
}
.footer #block-vesta-theme-kopirayt-2 {
  color: #7D7D7D;
  font-weight: 400;
}
.footer #block-vesta-theme-kopirayt-2 .privacy-content {
  display: flex;
  flex-direction: column;
}
.footer .vesta-layout {
  border-top: 1px solid #61A0FF;
  border-bottom: 1px solid #61A0FF;
  margin-bottom: 20px;
}
.footer .vesta {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #61A0FF;
  text-align: center;
  font-size: 14px;
}
ul.sf-menu.sf-vertical {
  width: 100%;
}
.block-superfish {
  width: initial;
}
#block-vesta-theme-kontakty-2 .block-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
#block-vesta-theme-kontakty-2 .contacts-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#block-vesta-theme-kontakty-2 .contacts-block__phones {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#block-vesta-theme-kontakty-2 .contacts-block__telegram {
  display: block;
}
#block-vesta-theme-kontakty-2 .contacts-block__telegram svg rect {
  transition: fill 0.3s ease 0s;
}
#block-vesta-theme-kontakty-2 .contacts-block__telegram svg rect:hover {
  fill: #3887fc;
}
@media (max-width: 1200px) {
  .footer .region-footer {
    grid-template-columns: 200px 150px 350px 145px;
    gap: 20px;
  }
  .footer .region-footer #block-vesta-theme-logo-3 img {
    max-width: 100%;
  }
  .footer .region-footer #block-vesta-theme-nashiuslugi .menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 992px) {
  .footer .region-footer {
    grid-template-columns: 1fr 1fr 2fr 1fr;
    gap: 10px;
  }
  #block-vesta-theme-kontakty-2 .contacts-block__telegram svg {
    width: 35px;
    height: 35px;
  }
  .footer > .container {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .footer .region-footer {
    grid-template-areas: "l l" "c o" "o2 o2" "k k";
    grid-template-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 25px;
  }
  .footer #block-vesta-theme-kopirayt-2 .privacy-content {
    align-items: center;
  }
  #block-vesta-theme-kontakty-2 .contacts-block__telegram svg {
    width: 25px;
    height: 25px;
  }
  .footer > .container {
    padding-top: 30px;
  }
  #block-vesta-theme-kontakty-2 .block-title {
    margin-bottom: 10px;
  }
  .footer .region-footer #block-vesta-theme-osnovnayanavigaciya-3 .block-title {
    margin-bottom: 10px;
  }
  .footer .region-footer #block-vesta-theme-nashiuslugi .block-title {
    margin-bottom: 10px;
  }
}
@font-face {
  font-family: "NT Somic";
  font-weight: 500;
  src: url(/sites/all/themes/vesta_theme/fonts/NTSomic-Medium.woff2);
}
@font-face {
  font-family: "NT Somic";
  font-weight: 400;
  src: url(/sites/all/themes/vesta_theme/fonts/NTSomic-Regular.woff2);
}
@font-face {
  font-family: "NT Somic";
  font-weight: 700;
  src: url(/sites/all/themes/vesta_theme/fonts/NTSomic-Bold.woff2);
}
#page {
  height: 100%;
  margin-bottom: -1px;
  display: flex;
  flex-direction: column;
}
#page .main {
  flex: 1 1 auto;
}
.mm-page {
  height: 100%;
}
#page h1 {
  font-weight: 700;
  font-size: 48px;
  color: #272727;
  margin-right: auto;
  margin-bottom: 25px;
  text-transform: uppercase;
  text-align: center;
}
#page h2 {
  display: inline-block;
  position: relative;
  color: #272727;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 35px;
  text-align: left;
  padding-bottom: 5px;
}
#page h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #61A0FF;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 100px;
}
#page h3 {
  font-size: 24px;
  font-weight: 700;
  color: #272727;
  margin-bottom: 20px;
}
#page h4 {
  font-weight: 700;
  font-size: 22px;
  color: #272727;
  margin-right: auto;
  margin-bottom: 25px;
}
.views-element-container .block-title {
  display: none;
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 16px;
  }
  #block-vesta-theme-views-block-news-block-1-2 .view-content .views-row .datetime {
    font-size: 12px;
  }
  .span-title {
    font-size: 18px;
  }
  #block-vesta-theme-kontakty-3 .field--name-body .contacts-block .contacts-block__phones-title {
    font-size: 18px;
  }
  #block-vesta-theme-kontakty-3 .field--name-body .contacts-block .contacts-block__email-title {
    font-size: 18px;
  }
  #block-vesta-theme-kontakty-3 .field--name-body .contacts-block .contacts-block__adress-title {
    font-size: 18px;
  }
  #block-vesta-theme-kontakty-3 .field--name-body .contacts-block .first-tel {
    font-size: 16px;
  }
  #block-vesta-theme-kontakty-3 .field--name-body .contacts-block .second-tel {
    font-size: 16px;
  }
  #block-vesta-theme-kontakty-3 .field--name-body .contacts-block .mail {
    font-size: 16px;
  }
  #block-vesta-theme-kontakty-3 .field--name-body .contacts-block .adress {
    font-size: 16px;
  }
  #page h1 {
    font-size: 36px;
  }
  .not-front #page h1 {
    font-size: 32px;
  }
  #page h2 {
    font-size: 24px;
  }
  #block-vesta-theme-vebforma .block-title {
    font-size: 24px;
  }
  #page h3 {
    font-size: 20px;
  }
  #page h4 {
    font-size: 18px;
  }
  #block-vesta-theme-kontakty-3 .block-title {
    font-size: 24px;
  }
  #header .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #welcome-block .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #services-block .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #about-block .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #news-block .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #form-block .container {
    padding-bottom: 20px;
  }
  #works-block .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #promotions-block .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #contacts-block .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .not-front .region-content {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
  #block-vesta-theme-views-block-news-block-1-2 .view-content .views-row .datetime {
    font-size: 10px;
  }
  .span-title {
    font-size: 16px;
  }
  #block-vesta-theme-kontakty-3 .field--name-body .contacts-block .contacts-block__phones-title {
    font-size: 16px;
  }
  #block-vesta-theme-kontakty-3 .field--name-body .contacts-block .contacts-block__email-title {
    font-size: 16px;
  }
  #block-vesta-theme-kontakty-3 .field--name-body .contacts-block .contacts-block__adress-title {
    font-size: 16px;
  }
  #block-vesta-theme-kontakty-3 .field--name-body .contacts-block .first-tel {
    font-size: 14px;
  }
  #block-vesta-theme-kontakty-3 .field--name-body .contacts-block .second-tel {
    font-size: 14px;
  }
  #block-vesta-theme-kontakty-3 .field--name-body .contacts-block .mail {
    font-size: 14px;
  }
  #block-vesta-theme-kontakty-3 .field--name-body .contacts-block .adress {
    font-size: 14px;
  }
  #page h1 {
    font-size: 24px;
  }
  .not-front #page h1 {
    font-size: 24px;
  }
  #page h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #block-vesta-theme-vebforma .block-title {
    font-size: 20px;
  }
  #block-vesta-theme-kontakty-3 .block-title {
    font-size: 20px;
  }
  #page h3 {
    font-size: 18px;
  }
  #page h4 {
    font-size: 16px;
  }
  #block-vesta-theme-vebforma #edit-write-form {
    font-size: 16px;
  }
  .footer .region-footer #block-vesta-theme-nashiuslugi .block-title {
    font-size: 16px;
  }
  .footer .region-footer #block-vesta-theme-osnovnayanavigaciya-3 .block-title {
    font-size: 16px;
  }
  #block-vesta-theme-kontakty-2 .block-title {
    font-size: 16px;
  }
  #block-vesta-theme-views-block-uslugi-block-1 .more-link a {
    padding: 10px 15px;
  }
  .not-front .region-content .view-uslugi .more-link a {
    padding: 10px 15px;
  }
  #block-vesta-theme-views-block-fotogalereya-block-1 .more-link a {
    padding: 10px 15px;
  }
  #block-vesta-theme-views-block-akcii-block-1 .view-content .views-row > div .more-link a {
    padding: 10px 15px;
  }
  .not-front .region-content .node--type-akciya .field--name-node-link a {
    padding: 10px 15px;
  }
  #block-vesta-theme-views-block-about-block-1 .field--name-node-link a {
    padding: 10px 15px;
  }
  #block-vesta-theme-vebforma #edit-actions-submit {
    padding: 10px 15px;
  }
  .field--name-dynamic-token-fieldblock-content-ostavit-zayavku {
    padding: 10px 15px;
  }
  #welcome-block .region-welcome .field--name-dynamic-token-fieldblock-content-ssylka-o-nas a {
    padding: 10px 15px;
  }
  #block-vesta-theme-views-block-nashi-uslugi-block-1 .field--name-node-link a {
    padding: 10px 15px;
  }
  #block-vesta-theme-views-block-nashi-uslugi-block-1 .more-link a {
    padding: 10px 15px;
  }
  #block-vesta-theme-views-block-news-block-1-2 .field--name-node-link a {
    padding: 10px 15px;
  }
  .not-front .region-content #block-vesta-theme-content .view-nashi-uslugi .field--name-node-link a {
    padding: 10px 15px;
  }
  .not-front .region-content #block-vesta-theme-content .field--name-node-link a {
    padding: 10px 15px;
  }
  .user-administrator #welcome-block .container {
    padding-top: 285px;
  }
  #welcome-block .container {
    padding-top: 325px;
    padding-bottom: 30px;
  }
  #services-block .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #about-block .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #news-block .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #works-block .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #promotions-block .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #contacts-block .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .not-front .region-content {
    padding-top: 90px;
  }
}
