:root {
  --bs-body-line-height: 1.2;
  --bs-body-font-size: 16px;
}
.tr {
  transition: all 0.4s ease;
}
img:not(.image-style-gallery, .pswp__img) {
  max-width: 100%;
  height: auto !important;
}
.field[data-blazy] {
  min-width: initial;
}
table img {
  max-width: initial;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
a {
  color: var(--color);
  transition: all 0.4s ease;
}
a,
input,
button,
textarea,
select {
  text-decoration: none !important;
  transition: 0.3s !important;
}
a:hover,
input:hover,
button:hover,
textarea:hover,
select:hover,
a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus,
a:active,
input:active,
button:active,
textarea:active,
select:active {
  text-decoration: none !important;
  box-shadow: none !important;
}
.not-front main #block-vesta-theme-bloknastranicekontakty .field--name-body a,
.not-front main #block-vesta-theme-content .field--name-body a {
  color: #34A63D;
}
.not-front main #block-vesta-theme-bloknastranicekontakty .field--name-body a:hover,
.not-front main #block-vesta-theme-content .field--name-body a:hover {
  color: #000;
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1200px;
  }
}
p:last-child {
  margin-bottom: 0 !important;
}
body {
  padding-top: 0 !important;
  font-family: "Montserrat", sans-serif;
  color: var(--color2);
}
#app {
  overflow: clip;
  /*.desctop-md-max({
    padding-top: 55px;
  });*/
}
.toolbar-fixed #app {
  margin-top: var(--drupal-displace-offset-top);
}
.title-block {
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .title-block {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .title-block {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .title-block {
    font-size: 25px;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  .title-block {
    font-size: 23px;
  }
}
.more-button {
  width: max-content;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 7px 19px 7px 9px;
  background-color: transparent;
  border: 1px solid #34A63D;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.more-button:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #B8E0BA;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .more-button {
    padding: 7px 15px 7px 9px;
  }
}
.more-button-hover {
  background-color: #34A63D;
  color: #fff;
}
.more-button-hover:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  background-color: #fff;
}
#header {
  position: sticky !important;
  top: 0;
  background-color: #fff;
  z-index: 50;
}
#header .header-top {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}
#header .header-top .logo {
  width: 280px;
  height: 70px;
}
#header .header-top .logo * {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
#header .header-top .col-adress {
  width: 295px;
  display: flex;
  gap: 15px;
  flex-direction: column;
}
#header .header-top .col-adress * {
  display: flex;
  gap: 6px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#header .header-top .col-adress *:before {
  font-size: 0;
}
#header .header-top .col-adress .adress:before {
  content: url(/sites/all/themes/vesta_theme/image/Location-check.svg);
}
#header .header-top .col-adress .time:before {
  content: url(/sites/all/themes/vesta_theme/image/Clock.svg);
}
#header .header-top .col-contacts-links {
  width: 285px;
  display: flex;
  justify-content: space-between;
}
#header .header-top .col-contacts-links .col-contacts {
  display: flex;
  gap: 14px;
  flex-direction: column;
}
#header .header-top .col-contacts-links .col-contacts * {
  display: flex;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#header .header-top .col-contacts-links .col-contacts *:before {
  font-size: 0;
}
#header .header-top .col-contacts-links .col-contacts a:hover {
  color: #34A63D;
}
#header .header-top .col-contacts-links .col-contacts .tel:before {
  content: url(/sites/all/themes/vesta_theme/image/Phone.svg);
}
#header .header-top .col-contacts-links .col-links {
  width: 135px;
  display: flex;
  gap: 5px;
  flex-direction: column;
}
#header .header-top .col-contacts-links .col-links * {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#header .header-top .col-contacts-links .col-links a:hover {
  color: #34A63D;
}
#header .header-top .col-search {
  width: 250px;
}
@media screen and (max-width: 1199px) {
  #header .header-top .col-search {
    width: 175px;
  }
}
#header .header-bottom {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: #34A63D;
}
#header .header-bottom .d-flex {
  gap: 20px;
}
#header .header-bottom .region-navigation {
  max-width: 870px;
  width: 100%;
}
#header .header-bottom .region-navigation .nav {
  justify-content: space-between;
}
#header .header-bottom .region-navigation .nav > .nav-item > *:not(.dropdown-menu) {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  cursor: pointer;
  padding: 17px 0 !important;
  height: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  #header .header-bottom .region-navigation .nav > .nav-item > *:not(.dropdown-menu) {
    font-size: 13px;
  }
}
#header .header-bottom .region-navigation .nav > .nav-item .dropdown-toggle:after {
  content: url(/sites/all/themes/vesta_theme/image/Caret-down.svg);
  font-size: 0;
}
#header .header-bottom .region-navigation .nav > .nav-item .dropdown-toggle:hover:after {
  content: url(/sites/all/themes/vesta_theme/image/Caret-up.svg);
}
#header .header-bottom .region-navigation .nav > .nav-item a:hover {
  color: #84BD8D;
}
#header .header-bottom .region-navigation .nav > .nav-item a.active {
  background-color: transparent;
}
#header .header-bottom .region-navigation .nav > .nav-item .dropdown-menu {
  padding: 12px 20px 25px 16px;
  border-radius: 0 0 12px 12px;
  border: none;
}
#header .header-bottom .region-navigation .nav > .nav-item .dropdown-menu .nav-item a {
  padding: 0 !important;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#header .header-bottom .region-navigation .nav > .nav-item .dropdown-menu .nav-item a:hover {
  color: #34A63D;
  background-color: transparent;
}
#header .header-bottom .region-navigation .nav > .nav-item .dropdown-menu .nav-item a:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-2.svg);
  font-size: 0;
}
@media screen and (max-width: 1199px) {
  #header .header-bottom .region-navigation .nav > .nav-item .dropdown-menu .nav-item a {
    font-size: 12px;
  }
}
#header .header-bottom .region-navigation .nav > .nav-item .dropdown-menu .nav-item + .nav-item {
  margin-top: 18px;
}
#header .header-bottom .col-callback {
  margin-top: 7px;
  margin-bottom: 7px;
}
#header-mob {
  background-color: #fff;
  padding: 10px 10px 15px;
  flex-wrap: wrap;
  gap: 18px;
}
#header-mob .col-logo {
  padding: 0;
  width: 200px;
  height: 50px;
}
#header-mob .col-logo * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
#header-mob .col-nav {
  padding: 0;
  width: 42px;
  height: 32px;
}
#header-mob .col-nav * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
#header-mob .col-contacts-links {
  padding: 0;
  width: 100%;
  display: flex;
  gap: 8px;
  justify-content: center;
}
#header-mob .col-contacts-links .col-contacts {
  display: flex;
  gap: 14px;
  flex-direction: column;
}
#header-mob .col-contacts-links .col-contacts * {
  display: flex;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#header-mob .col-contacts-links .col-contacts *:before {
  font-size: 0;
}
#header-mob .col-contacts-links .col-contacts a:hover {
  color: #34A63D;
}
#header-mob .col-contacts-links .col-contacts .tel:before {
  content: url(/sites/all/themes/vesta_theme/image/Phone.svg);
}
#header-mob .col-contacts-links .col-links {
  width: 135px;
  display: flex;
  gap: 5px;
  flex-direction: column;
}
#header-mob .col-contacts-links .col-links * {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#header-mob .col-contacts-links .col-links a:hover {
  color: #34A63D;
}
.offcanvas {
  background-color: #fff;
}
.offcanvas .offcanvas-header .logo {
  display: none;
}
.offcanvas #block-vesta-theme-searchapipagesearchblockform #block-vesta-theme-searchapipagesearchblockform--2 form input {
  width: auto !important;
}
.offcanvas .nav .nav-item .nav-link {
  padding-left: 0;
  padding-right: 0;
  color: #34A63D;
  font-weight: bold;
}
.offcanvas .nav .nav-item * {
  white-space: normal;
}
.offcanvas .nav .nav-item .dropdown-menu {
  border: none !important;
}
.offcanvas .col-contacts-links a:hover {
  color: #34A63D;
}
#block-vesta-theme-knopkaostavitzayavku .field--name-body a {
  width: max-content;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 7px 19px 7px 9px;
  background-color: #fff;
  border: none;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
#block-vesta-theme-knopkaostavitzayavku .field--name-body a:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right.svg);
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #34A63D;
  transition: 0.3s;
}
#block-vesta-theme-knopkaostavitzayavku .field--name-body a:hover {
  background-color: #34A63D;
  color: #fff;
}
#block-vesta-theme-knopkaostavitzayavku .field--name-body a:hover:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  background-color: #fff;
}
#block-vesta-theme-searchapipagesearchblockform,
#block-vesta-theme-searchapipagesearchblockform--2 {
  padding: 7px 13px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 100px;
}
#block-vesta-theme-searchapipagesearchblockform form,
#block-vesta-theme-searchapipagesearchblockform--2 form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#block-vesta-theme-searchapipagesearchblockform form .form-type-search input,
#block-vesta-theme-searchapipagesearchblockform--2 form .form-type-search input {
  padding: 0;
  border: none;
  width: 190px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-searchapipagesearchblockform form .form-type-search input,
  #block-vesta-theme-searchapipagesearchblockform--2 form .form-type-search input {
    width: 120px;
  }
}
#block-vesta-theme-searchapipagesearchblockform form .form-actions .form-submit,
#block-vesta-theme-searchapipagesearchblockform--2 form .form-actions .form-submit {
  background-color: transparent;
  background-image: url(/sites/all/themes/vesta_theme/image/Search.svg);
  width: 24px;
  height: 24px;
  font-size: 0;
  border: none;
}
#block-vesta-theme-views-block-slayder-block-1 {
  height: 530px;
  overflow: hidden;
}
#block-vesta-theme-views-block-slayder-block-1 .node--type-slide {
  height: 530px;
  position: relative;
}
#block-vesta-theme-views-block-slayder-block-1 .node--type-slide .field--name-field-image * {
  width: 100% !important;
  height: 530px !important;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .field--name-field-image * {
    height: 430px !important;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .field--name-field-image * {
    height: 330px !important;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .field--name-field-image * {
    height: 280px !important;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .field--name-field-image * {
    height: 245px !important;
  }
}
#block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content {
  top: 50% !important;
  transform: translateY(-50%);
  height: calc(100% - 120px);
}
#block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-title {
  max-width: 620px;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}
#block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-title * {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-title * {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-title * {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-title * {
    font-size: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-title * {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-title {
    font-size: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-title {
    font-size: 18px;
  }
}
#block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-body {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-body * {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-body * {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-body * {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-body * {
    font-size: 9px;
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-body {
    margin-top: 25px;
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-body {
    margin-top: 20px;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-body {
    margin-top: 15px;
    font-size: 9px;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-body {
    margin-top: 9px;
  }
}
#block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-dynamic-token-fieldnode-zapisatsya-seychas {
  margin-top: 30px;
}
#block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-dynamic-token-fieldnode-zapisatsya-seychas a {
  width: max-content;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 7px 19px 7px 9px;
  background-color: #34A63D;
  border: none;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
#block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-dynamic-token-fieldnode-zapisatsya-seychas a:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.3s;
}
#block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-dynamic-token-fieldnode-zapisatsya-seychas a:hover {
  background-color: #fff;
  color: #000;
}
#block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-dynamic-token-fieldnode-zapisatsya-seychas a:hover:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right.svg);
  background-color: #34A63D;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-dynamic-token-fieldnode-zapisatsya-seychas {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content {
    height: calc(100% - 100px);
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content {
    height: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content {
    height: calc(100% - 60px);
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-slayder-block-1 .node--type-slide {
    height: 430px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-slayder-block-1 .node--type-slide {
    height: 330px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-slayder-block-1 .node--type-slide {
    height: 280px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-slayder-block-1 .node--type-slide {
    height: 245px;
  }
}
#block-vesta-theme-views-block-slayder-block-1 .slick-dots {
  position: absolute;
  bottom: 43px;
  left: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
  gap: 8px;
}
#block-vesta-theme-views-block-slayder-block-1 .slick-dots li button {
  background-color: transparent;
  border: 1px solid #34A63D;
  border-radius: 50%;
  width: 13px;
  height: 13px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-slayder-block-1 .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-slayder-block-1 .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-slayder-block-1 .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
#block-vesta-theme-views-block-slayder-block-1 .slick-dots .slick-active button {
  background-color: #34A63D;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-slayder-block-1 .slick-dots {
    bottom: 35px;
    gap: 7px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-slayder-block-1 .slick-dots {
    bottom: 25px;
    gap: 6px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-slayder-block-1 .slick-dots {
    bottom: 15px;
    gap: 5px;
  }
}
#block-vesta-theme-views-block-slayder-block-1 .slick-arrow {
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(52, 166, 61, 0.5);
  border-radius: 50%;
  transition: 0.3s;
}
#block-vesta-theme-views-block-slayder-block-1 .slick-arrow:before {
  display: none;
}
#block-vesta-theme-views-block-slayder-block-1 .slick-arrow:hover {
  background-color: #34A63D;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-slayder-block-1 .slick-arrow {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-slayder-block-1 .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-slayder-block-1 .slick-arrow {
    width: 35px;
    height: 35px;
    background-size: 25px 25px;
  }
}
#block-vesta-theme-views-block-slayder-block-1 .slick-prev {
  left: 6px;
  background-image: url(/sites/all/themes/vesta_theme/image/Caret-left-b.svg);
}
#block-vesta-theme-views-block-slayder-block-1 .slick-next {
  right: 6px;
  background-image: url(/sites/all/themes/vesta_theme/image/Caret-right-b.svg);
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-slayder-block-1 {
    height: 430px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-slayder-block-1 {
    height: 330px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-slayder-block-1 {
    height: 280px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-slayder-block-1 {
    height: 245px;
  }
}
#block-vesta-theme-zagolovoknaglavnoy {
  margin-top: 28px;
}
#block-vesta-theme-zagolovoknaglavnoy h1 {
  font-size: 45px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e31e24;
  margin: 0;
}
#block-vesta-theme-zagolovoknaglavnoy h1 strong {
  font-size: 56px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #34a63d;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-zagolovoknaglavnoy h1 strong {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-zagolovoknaglavnoy h1 strong {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-zagolovoknaglavnoy h1 strong {
    font-size: 38px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-zagolovoknaglavnoy h1 strong {
    font-size: 32px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-zagolovoknaglavnoy h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-zagolovoknaglavnoy h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-zagolovoknaglavnoy h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-zagolovoknaglavnoy h1 {
    font-size: 25px;
  }
}
#block-vesta-theme-views-block-catalog-block-front {
  margin-top: 90px;
}
#block-vesta-theme-views-block-catalog-block-front .block-title {
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-catalog-block-front .block-title {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-catalog-block-front .block-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-catalog-block-front .block-title {
    font-size: 25px;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-catalog-block-front .block-title {
    font-size: 23px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-catalog-block-front {
    margin-top: 70px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-catalog-block-front {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-catalog-block-front {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-catalog-block-front {
    margin-top: 23px;
  }
}
.view-nashi-napravleniya .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-nashi-napravleniya .view-content .views-row {
  width: 370px;
  height: 330px;
  border-radius: 20px;
  overflow: hidden;
}
.view-nashi-napravleniya .view-content .views-row .node--type-napravlenie {
  position: relative;
  height: 100%;
}
.view-nashi-napravleniya .view-content .views-row .node--type-napravlenie .field--name-field-napravlenie-foto-anons {
  width: 100%;
  height: 100%;
}
.view-nashi-napravleniya .view-content .views-row .node--type-napravlenie .field--name-field-napravlenie-foto-anons * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (max-width: 575px) {
  .view-nashi-napravleniya .view-content .views-row .node--type-napravlenie .field--name-field-napravlenie-foto-anons * {
    object-position: top;
  }
}
.view-nashi-napravleniya .view-content .views-row .node--type-napravlenie .field--name-field-napravlenie-foto-anons img {
  transition: 0.3s;
}
.view-nashi-napravleniya .view-content .views-row .node--type-napravlenie .field--name-node-title {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  width: calc(100% - 60px);
  backdrop-filter: blur(6.5px);
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 12px;
  overflow: hidden;
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-nashi-napravleniya .view-content .views-row .node--type-napravlenie .field--name-node-title * {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .view-nashi-napravleniya .view-content .views-row .node--type-napravlenie .field--name-node-title * {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .view-nashi-napravleniya .view-content .views-row .node--type-napravlenie .field--name-node-title * {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .view-nashi-napravleniya .view-content .views-row .node--type-napravlenie .field--name-node-title * {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .view-nashi-napravleniya .view-content .views-row .node--type-napravlenie .field--name-node-title * {
    font-size: 17px;
  }
}
.view-nashi-napravleniya .view-content .views-row .node--type-napravlenie .field--name-node-title a {
  padding: 32px 35px;
  display: flex;
  gap: 18px;
  align-items: center;
}
.view-nashi-napravleniya .view-content .views-row .node--type-napravlenie .field--name-node-title a:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  max-width: 18px;
  max-height: 18px;
  border-radius: 50%;
  background-color: #34A63D;
  font-size: 0;
}
@media screen and (max-width: 1199px) {
  .view-nashi-napravleniya .view-content .views-row .node--type-napravlenie .field--name-node-title a:before {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    max-width: 16px;
    max-height: 16px;
  }
}
@media screen and (max-width: 991px) {
  .view-nashi-napravleniya .view-content .views-row .node--type-napravlenie .field--name-node-title a:before {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
    max-width: 14px;
    max-height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-nashi-napravleniya .view-content .views-row .node--type-napravlenie .field--name-node-title a:before {
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
    max-width: 12px;
    max-height: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .view-nashi-napravleniya .view-content .views-row .node--type-napravlenie .field--name-node-title a {
    padding: 28px 32px;
    gap: 16px;
  }
}
@media screen and (max-width: 991px) {
  .view-nashi-napravleniya .view-content .views-row .node--type-napravlenie .field--name-node-title a {
    padding: 24px 28px;
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-nashi-napravleniya .view-content .views-row .node--type-napravlenie .field--name-node-title a {
    padding: 20px 24px;
    gap: 12px;
  }
}
@media screen and (max-width: 575px) {
  .view-nashi-napravleniya .view-content .views-row .node--type-napravlenie .field--name-node-title a {
    padding: 16px 21px;
  }
}
@media screen and (max-width: 1199px) {
  .view-nashi-napravleniya .view-content .views-row .node--type-napravlenie .field--name-node-title {
    bottom: 25px;
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .view-nashi-napravleniya .view-content .views-row .node--type-napravlenie .field--name-node-title {
    bottom: 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .view-nashi-napravleniya .view-content .views-row .node--type-napravlenie .field--name-node-title {
    bottom: 18px;
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .view-nashi-napravleniya .view-content .views-row .node--type-napravlenie .field--name-node-title {
    font-size: 17px;
  }
}
.view-nashi-napravleniya .view-content .views-row:hover .field--name-field-napravlenie-foto-anons img {
  transform: scale(1.1);
}
.view-nashi-napravleniya .view-content .views-row:hover .field--name-node-title {
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .view-nashi-napravleniya .view-content .views-row {
    width: 292px;
    height: 270px;
  }
}
@media screen and (max-width: 991px) {
  .view-nashi-napravleniya .view-content .views-row {
    width: 333px;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .view-nashi-napravleniya .view-content .views-row {
    width: 100%;
    height: 385px;
  }
}
@media screen and (max-width: 575px) {
  .view-nashi-napravleniya .view-content .views-row {
    height: 300px;
  }
}
@media screen and (max-width: 450px) {
  .view-nashi-napravleniya .view-content .views-row {
    height: 200px;
  }
}
@media screen and (max-width: 400px) {
  .view-nashi-napravleniya .view-content .views-row {
    height: 125px;
  }
}
@media screen and (max-width: 767px) {
  .view-nashi-napravleniya .view-content {
    gap: 10px;
  }
}
.view-nashi-napravleniya .more-link {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.view-nashi-napravleniya .more-link a {
  width: max-content;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 7px 19px 7px 9px;
  background-color: transparent;
  border: 1px solid #34A63D;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.view-nashi-napravleniya .more-link a:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #B8E0BA;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .view-nashi-napravleniya .more-link a {
    padding: 7px 15px 7px 9px;
  }
}
.view-nashi-napravleniya .more-link a:hover {
  background-color: #34A63D;
  color: #fff;
}
.view-nashi-napravleniya .more-link a:hover:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .view-nashi-napravleniya .more-link {
    margin-top: 35px;
  }
}
@media screen and (max-width: 991px) {
  .view-nashi-napravleniya .more-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .view-nashi-napravleniya .more-link {
    margin-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  .view-nashi-napravleniya .more-link {
    margin-top: 18px;
  }
}
.view-catalog .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-catalog .view-content .views-row {
  width: 370px;
  height: 330px;
  border-radius: 20px;
  overflow: hidden;
}
.view-catalog .view-content .views-row .taxonomy-term {
  position: relative;
  height: 100%;
}
.view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image {
  width: 100%;
  height: 100%;
}
.view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (max-width: 575px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image * {
    object-position: top;
  }
}
.view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image img {
  transition: 0.3s;
}
.view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  width: calc(100% - 60px);
  backdrop-filter: blur(6.5px);
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 12px;
  overflow: hidden;
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title * {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title * {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title * {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title * {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title * {
    font-size: 17px;
  }
}
.view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title a {
  padding: 32px 35px;
  display: flex;
  gap: 18px;
  align-items: center;
}
.view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title a:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  max-width: 18px;
  max-height: 18px;
  border-radius: 50%;
  background-color: #34A63D;
  font-size: 0;
}
@media screen and (max-width: 1199px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title a:before {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    max-width: 16px;
    max-height: 16px;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title a:before {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
    max-width: 14px;
    max-height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title a:before {
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
    max-width: 12px;
    max-height: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title a {
    padding: 28px 32px;
    gap: 16px;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title a {
    padding: 24px 28px;
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title a {
    padding: 20px 24px;
    gap: 12px;
  }
}
@media screen and (max-width: 575px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title a {
    padding: 16px 21px;
  }
}
@media screen and (max-width: 1199px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title {
    bottom: 25px;
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title {
    bottom: 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title {
    bottom: 18px;
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title {
    font-size: 17px;
  }
}
.view-catalog .view-content .views-row:hover .field--name-field-catalog-image img {
  transform: scale(1.1);
}
.view-catalog .view-content .views-row:hover .field--name-taxonomy-term-title {
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .view-catalog .view-content .views-row {
    width: 292px;
    height: 270px;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row {
    width: 333px;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .views-row {
    width: 100%;
    height: 385px;
  }
}
@media screen and (max-width: 575px) {
  .view-catalog .view-content .views-row {
    height: 300px;
  }
}
@media screen and (max-width: 450px) {
  .view-catalog .view-content .views-row {
    height: 200px;
  }
}
@media screen and (max-width: 400px) {
  .view-catalog .view-content .views-row {
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content {
    gap: 10px;
  }
}
.view-catalog .more-link {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.view-catalog .more-link a {
  width: max-content;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 7px 19px 7px 9px;
  background-color: transparent;
  border: 1px solid #34A63D;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.view-catalog .more-link a:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #B8E0BA;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .view-catalog .more-link a {
    padding: 7px 15px 7px 9px;
  }
}
.view-catalog .more-link a:hover {
  background-color: #34A63D;
  color: #fff;
}
.view-catalog .more-link a:hover:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .view-catalog .more-link {
    margin-top: 35px;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .more-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .more-link {
    margin-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  .view-catalog .more-link {
    margin-top: 18px;
  }
}
#block-vesta-theme-views-block-about-block-1 {
  margin-top: 80px;
  padding-top: 75px;
  padding-bottom: 120px;
  position: relative;
}
#block-vesta-theme-views-block-about-block-1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #EFF8F0;
  z-index: 0;
}
#block-vesta-theme-views-block-about-block-1 .block-title {
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .block-title {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .block-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .block-title {
    font-size: 25px;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-about-block-1 .block-title {
    font-size: 23px;
  }
}
#block-vesta-theme-views-block-about-block-1 > *:not(.contextual) {
  position: relative;
  z-index: 1;
}
#block-vesta-theme-views-block-about-block-1 .view-about .node--type-about {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
#block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 {
  width: 570px;
}
#block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-node-title {
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-node-title {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-node-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-node-title {
    font-size: 25px;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-node-title {
    font-size: 23px;
  }
}
#block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-node-title * {
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-node-title * {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-node-title * {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-node-title * {
    font-size: 25px;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-node-title * {
    font-size: 23px;
  }
}
#block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-field-opisanie-anons {
  width: 520px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-field-opisanie-anons * {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-field-opisanie-anons * {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-field-opisanie-anons * {
    font-size: 14px;
  }
}
#block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-field-opisanie-anons strong {
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-field-opisanie-anons {
    width: 100%;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-field-opisanie-anons {
    font-size: 14px;
  }
}
#block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-node-link {
  margin-top: 40px;
}
#block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-node-link a {
  width: max-content;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 7px 19px 7px 9px;
  background-color: transparent;
  border: 1px solid #34A63D;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
#block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-node-link a:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #B8E0BA;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-node-link a {
    padding: 7px 15px 7px 9px;
  }
}
#block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-node-link a:hover {
  background-color: #34A63D;
  color: #fff;
}
#block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-node-link a:hover:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-node-link {
    margin-top: 35px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-node-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-node-link {
    margin-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-node-link {
    margin-top: 20px;
  }
}
#block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-field-o-nas-foto {
  margin-top: 50px;
  width: 100%;
  height: 345px;
  border-radius: 20px;
  overflow: hidden;
}
#block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-field-o-nas-foto * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 .field--name-field-o-nas-foto {
    height: auto;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 {
    width: 452px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .content0 {
    width: 100%;
  }
}
#block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .field--name-field-preimushchestva-o-nas {
  width: 570px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
#block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .field--name-field-preimushchestva-o-nas > .field__item {
  background-color: #B8E0BA;
  border-radius: 20px;
  overflow: hidden;
  padding: 22px 24px;
  width: 270px;
}
#block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .field--name-field-preimushchestva-o-nas > .field__item .node--type-preimushchestvo-v-blok-o-nas {
  display: flex;
  gap: 35px;
  flex-direction: column;
}
#block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .field--name-field-preimushchestva-o-nas > .field__item .node--type-preimushchestvo-v-blok-o-nas .field--name-field-preimushchestvo-foto-o-nas {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .field--name-field-preimushchestva-o-nas > .field__item .node--type-preimushchestvo-v-blok-o-nas .field--name-field-preimushchestvo-foto-o-nas img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .field--name-field-preimushchestva-o-nas > .field__item .node--type-preimushchestvo-v-blok-o-nas .field--name-field-preimushchestvo-foto-o-nas img {
    width: 27px;
    height: 27px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .field--name-field-preimushchestva-o-nas > .field__item .node--type-preimushchestvo-v-blok-o-nas .field--name-field-preimushchestvo-foto-o-nas {
    width: 55px;
    height: 55px;
    min-width: 55px;
    min-height: 55px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .field--name-field-preimushchestva-o-nas > .field__item .node--type-preimushchestvo-v-blok-o-nas .field--name-field-preimushchestvo-foto-o-nas {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }
}
#block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .field--name-field-preimushchestva-o-nas > .field__item .node--type-preimushchestvo-v-blok-o-nas .field--name-body {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .field--name-field-preimushchestva-o-nas > .field__item .node--type-preimushchestvo-v-blok-o-nas .field--name-body * {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .field--name-field-preimushchestva-o-nas > .field__item .node--type-preimushchestvo-v-blok-o-nas .field--name-body * {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .field--name-field-preimushchestva-o-nas > .field__item .node--type-preimushchestvo-v-blok-o-nas .field--name-body * {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .field--name-field-preimushchestva-o-nas > .field__item .node--type-preimushchestvo-v-blok-o-nas .field--name-body {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .field--name-field-preimushchestva-o-nas > .field__item .node--type-preimushchestvo-v-blok-o-nas .field--name-body {
    font-size: 14px;
  }
}
#block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .field--name-field-preimushchestva-o-nas > .field__item .node--type-preimushchestvo-v-blok-o-nas:after {
  display: none;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .field--name-field-preimushchestva-o-nas > .field__item .node--type-preimushchestvo-v-blok-o-nas {
    gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .field--name-field-preimushchestva-o-nas > .field__item .node--type-preimushchestvo-v-blok-o-nas {
    gap: 25px;
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .field--name-field-preimushchestva-o-nas > .field__item .node--type-preimushchestvo-v-blok-o-nas {
    gap: 20px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .field--name-field-preimushchestva-o-nas > .field__item {
    width: 218px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .field--name-field-preimushchestva-o-nas > .field__item {
    padding: 20px 35px 20px 20px;
    width: 100%;
    height: 125px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .field--name-field-preimushchestva-o-nas {
    width: 452px;
    gap: 15px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .view-about .node--type-about .field--name-field-preimushchestva-o-nas {
    width: 100%;
    gap: 10px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 {
    margin-top: 75px;
    padding-top: 55px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 {
    margin-top: 65px;
    padding-top: 45px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 {
    margin-top: 55px;
    padding-top: 35px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-about-block-1 {
    margin-top: 45px;
    padding-top: 23px;
    padding-bottom: 48px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-2 {
  margin-top: 85px;
}
#block-vesta-theme-views-block-fotogalereya-block-2 .block-title {
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .block-title {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .block-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .block-title {
    font-size: 25px;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .block-title {
    font-size: 23px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-2 .view-fotogalereya .view-content .node--type-photogallery .field--name-field-gallery {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
#block-vesta-theme-views-block-fotogalereya-block-2 .view-fotogalereya .view-content .node--type-photogallery .field--name-field-gallery .field__item {
  width: 370px;
  height: 545px;
  border-radius: 20px;
  overflow: hidden;
}
#block-vesta-theme-views-block-fotogalereya-block-2 .view-fotogalereya .view-content .node--type-photogallery .field--name-field-gallery .field__item * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
#block-vesta-theme-views-block-fotogalereya-block-2 .view-fotogalereya .view-content .node--type-photogallery .field--name-field-gallery .field__item img {
  transition: 0.3s;
  filter: blur(6.2px);
}
#block-vesta-theme-views-block-fotogalereya-block-2 .view-fotogalereya .view-content .node--type-photogallery .field--name-field-gallery .field__item img:hover {
  filter: none;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-fotogalereya .view-content .node--type-photogallery .field--name-field-gallery .field__item {
    width: 292px;
    height: 440px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-fotogalereya .view-content .node--type-photogallery .field--name-field-gallery .field__item {
    width: 333px;
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-fotogalereya .view-content .node--type-photogallery .field--name-field-gallery .field__item {
    width: 250px;
    height: 365px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-fotogalereya .view-content .node--type-photogallery .field--name-field-gallery .field__item {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-fotogalereya .view-content .node--type-photogallery .field--name-field-gallery {
    gap: 15px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-fotogalereya .view-content .node--type-photogallery .field--name-field-gallery {
    gap: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-2 .view-fotogalereya .view-content .node--type-photogallery .field--name-node-link {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#block-vesta-theme-views-block-fotogalereya-block-2 .view-fotogalereya .view-content .node--type-photogallery .field--name-node-link a {
  width: max-content;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 7px 19px 7px 9px;
  background-color: transparent;
  border: 1px solid #34A63D;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
#block-vesta-theme-views-block-fotogalereya-block-2 .view-fotogalereya .view-content .node--type-photogallery .field--name-node-link a:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #B8E0BA;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-fotogalereya .view-content .node--type-photogallery .field--name-node-link a {
    padding: 7px 15px 7px 9px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-2 .view-fotogalereya .view-content .node--type-photogallery .field--name-node-link a:hover {
  background-color: #34A63D;
  color: #fff;
}
#block-vesta-theme-views-block-fotogalereya-block-2 .view-fotogalereya .view-content .node--type-photogallery .field--name-node-link a:hover:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-fotogalereya .view-content .node--type-photogallery .field--name-node-link {
    margin-top: 35px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-fotogalereya .view-content .node--type-photogallery .field--name-node-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-fotogalereya .view-content .node--type-photogallery .field--name-node-link {
    margin-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-fotogalereya .view-content .node--type-photogallery .field--name-node-link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 {
    margin-top: 75px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 {
    margin-top: 55px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 {
    margin-top: 45px;
  }
}
#block-vesta-theme-views-block-nashi-specialisty-block-1 {
  margin-top: 85px;
}
#block-vesta-theme-views-block-nashi-specialisty-block-1 .block-title {
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-nashi-specialisty-block-1 .block-title {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-nashi-specialisty-block-1 .block-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-nashi-specialisty-block-1 .block-title {
    font-size: 25px;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-nashi-specialisty-block-1 .block-title {
    font-size: 23px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-nashi-specialisty-block-1 {
    margin-top: 75px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-nashi-specialisty-block-1 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-nashi-specialisty-block-1 {
    margin-top: 55px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-nashi-specialisty-block-1 {
    margin-top: 45px;
  }
}
.view-nashi-specialisty .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-nashi-specialisty .view-content .views-row {
  width: 270px;
}
.view-nashi-specialisty .view-content .views-row .node--type-specialist {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-field-specialist-foto {
  width: 100%;
  height: 345px;
  border-radius: 20px;
  overflow: hidden;
}
.view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-field-specialist-foto * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-field-specialist-foto * {
    object-position: top;
  }
}
.view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-field-specialist-foto img {
  transition: 0.3s;
}
.view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-field-specialist-foto img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 1199px) {
  .view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-field-specialist-foto {
    height: 380px;
  }
}
@media screen and (max-width: 991px) {
  .view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-field-specialist-foto {
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-field-specialist-foto {
    height: 270px;
  }
}
@media screen and (max-width: 575px) {
  .view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-field-specialist-foto {
    height: 420px;
  }
}
@media screen and (max-width: 400px) {
  .view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-field-specialist-foto {
    height: 200px;
  }
}
.view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-node-title {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-node-title * {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-node-title * {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-node-title * {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-node-title * {
    text-align: center;
  }
}
.view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-node-title a:hover {
  color: #34A63D;
}
@media screen and (max-width: 1199px) {
  .view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-node-title {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-node-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-node-title {
    text-align: center;
  }
}
.view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-body {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #34a63d;
}
.view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-body * {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #34a63d;
}
@media screen and (max-width: 1199px) {
  .view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-body * {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-body * {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-body * {
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  .view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-body {
    margin-top: 25px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-body {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-body {
    margin-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  .view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-body {
    margin-top: 10px;
    text-align: center;
  }
}
.view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-field-stazh {
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #e31e24;
}
@media screen and (max-width: 1199px) {
  .view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-field-stazh {
    padding-top: 25px;
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-field-stazh {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-field-stazh {
    padding-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  .view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-field-stazh {
    padding-top: 10px;
    text-align: center;
  }
}
.view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-dynamic-token-fieldnode-zapisatsya-na-priem {
  margin-top: 30px;
}
.view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-dynamic-token-fieldnode-zapisatsya-na-priem a {
  width: max-content;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 7px 19px 7px 9px;
  background-color: #34A63D;
  border: 1px solid #34A63D;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-dynamic-token-fieldnode-zapisatsya-na-priem a:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.3s;
}
.view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-dynamic-token-fieldnode-zapisatsya-na-priem a:hover {
  background-color: #fff;
  color: #000;
}
.view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-dynamic-token-fieldnode-zapisatsya-na-priem a:hover:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right.svg);
  background-color: #34A63D;
}
@media screen and (max-width: 575px) {
  .view-nashi-specialisty .view-content .views-row .node--type-specialist .field--name-dynamic-token-fieldnode-zapisatsya-na-priem {
    margin-left: auto;
    margin-right: auto;
  }
}
.view-nashi-specialisty .view-content .views-row .node--type-specialist:after {
  display: none;
}
@media screen and (max-width: 575px) {
  .view-nashi-specialisty .view-content .views-row .node--type-specialist {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .view-nashi-specialisty .view-content .views-row {
    width: 292px;
  }
}
@media screen and (max-width: 991px) {
  .view-nashi-specialisty .view-content .views-row {
    width: 333px;
  }
}
@media screen and (max-width: 767px) {
  .view-nashi-specialisty .view-content .views-row {
    width: 250px;
  }
}
@media screen and (max-width: 575px) {
  .view-nashi-specialisty .view-content .views-row {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .view-nashi-specialisty .view-content {
    gap: 15px;
  }
}
@media screen and (max-width: 575px) {
  .view-nashi-specialisty .view-content {
    gap: 40px;
  }
}
.view-nashi-specialisty .more-link {
  margin-top: 55px;
  display: flex;
  justify-content: center;
}
.view-nashi-specialisty .more-link a {
  width: max-content;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 7px 19px 7px 9px;
  background-color: transparent;
  border: 1px solid #34A63D;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.view-nashi-specialisty .more-link a:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #B8E0BA;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .view-nashi-specialisty .more-link a {
    padding: 7px 15px 7px 9px;
  }
}
.view-nashi-specialisty .more-link a:hover {
  background-color: #34A63D;
  color: #fff;
}
.view-nashi-specialisty .more-link a:hover:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .view-nashi-specialisty .more-link {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .view-nashi-specialisty .more-link {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .view-nashi-specialisty .more-link {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .view-nashi-specialisty .more-link {
    margin-top: 32px;
  }
}
#block-vesta-theme-views-block-otzyvy-block-1 {
  margin-top: 80px;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}
#block-vesta-theme-views-block-otzyvy-block-1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #EFF8F0;
  z-index: 0;
}
#block-vesta-theme-views-block-otzyvy-block-1 .block-title {
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-otzyvy-block-1 .block-title {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-otzyvy-block-1 .block-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-otzyvy-block-1 .block-title {
    font-size: 25px;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-otzyvy-block-1 .block-title {
    font-size: 23px;
  }
}
#block-vesta-theme-views-block-otzyvy-block-1 > *:not(.contextual) {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-otzyvy-block-1 {
    margin-top: 70px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-otzyvy-block-1 {
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-otzyvy-block-1 {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-otzyvy-block-1 {
    margin-top: 45px;
    padding-top: 25px;
    padding-bottom: 35px;
  }
}
.view-otzyvy .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-otzyvy .view-content .views-row {
  width: 370px;
  border: 1px solid #34A63D;
  border-radius: 20px;
  padding: 40px;
}
.view-otzyvy .view-content .views-row .node--type-otzyv {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.view-otzyvy .view-content .views-row .node--type-otzyv .field--name-field-otzyv {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-otzyvy .view-content .views-row .node--type-otzyv .field--name-field-otzyv * {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .view-otzyvy .view-content .views-row .node--type-otzyv .field--name-field-otzyv * {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-otzyvy .view-content .views-row .node--type-otzyv .field--name-field-otzyv * {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-otzyvy .view-content .views-row .node--type-otzyv .field--name-field-otzyv * {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .view-otzyvy .view-content .views-row .node--type-otzyv .field--name-field-otzyv {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-otzyvy .view-content .views-row .node--type-otzyv .field--name-field-otzyv {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-otzyvy .view-content .views-row .node--type-otzyv .field--name-field-otzyv {
    font-size: 13px;
  }
}
.view-otzyvy .view-content .views-row .node--type-otzyv .field--name-node-title {
  padding-top: 45px;
  margin-top: auto;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-otzyvy .view-content .views-row .node--type-otzyv .field--name-node-title * {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .view-otzyvy .view-content .views-row .node--type-otzyv .field--name-node-title * {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-otzyvy .view-content .views-row .node--type-otzyv .field--name-node-title * {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-otzyvy .view-content .views-row .node--type-otzyv .field--name-node-title * {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .view-otzyvy .view-content .views-row .node--type-otzyv .field--name-node-title * {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .view-otzyvy .view-content .views-row .node--type-otzyv .field--name-node-title {
    padding-top: 40px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-otzyvy .view-content .views-row .node--type-otzyv .field--name-node-title {
    padding-top: 35px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-otzyvy .view-content .views-row .node--type-otzyv .field--name-node-title {
    padding-top: 32px;
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .view-otzyvy .view-content .views-row .node--type-otzyv .field--name-node-title {
    font-size: 12px;
  }
}
.view-otzyvy .view-content .views-row .node--type-otzyv .field--name-node-post-date {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #34A63D;
}
.view-otzyvy .view-content .views-row .node--type-otzyv .field--name-node-post-date * {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #34A63D;
}
@media screen and (max-width: 1199px) {
  .view-otzyvy .view-content .views-row .node--type-otzyv .field--name-node-post-date * {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-otzyvy .view-content .views-row .node--type-otzyv .field--name-node-post-date * {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-otzyvy .view-content .views-row .node--type-otzyv .field--name-node-post-date * {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .view-otzyvy .view-content .views-row .node--type-otzyv .field--name-node-post-date * {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .view-otzyvy .view-content .views-row .node--type-otzyv .field--name-node-post-date {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-otzyvy .view-content .views-row .node--type-otzyv .field--name-node-post-date {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-otzyvy .view-content .views-row .node--type-otzyv .field--name-node-post-date {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .view-otzyvy .view-content .views-row .node--type-otzyv .field--name-node-post-date {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .view-otzyvy .view-content .views-row {
    width: 453px;
    padding: 35px;
  }
}
@media screen and (max-width: 991px) {
  .view-otzyvy .view-content .views-row {
    width: 333px;
    padding: 32px 30px 35px;
  }
}
@media screen and (max-width: 767px) {
  .view-otzyvy .view-content .views-row {
    width: 100%;
    padding: 32px 25px 35px;
  }
}
@media screen and (max-width: 575px) {
  .view-otzyvy .view-content .views-row {
    padding: 32px 20px 35px;
  }
}
.view-otzyvy .more-link {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.view-otzyvy .more-link a {
  width: max-content;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 7px 19px 7px 9px;
  background-color: transparent;
  border: 1px solid #34A63D;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.view-otzyvy .more-link a:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #B8E0BA;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .view-otzyvy .more-link a {
    padding: 7px 15px 7px 9px;
  }
}
.view-otzyvy .more-link a:hover {
  background-color: #34A63D;
  color: #fff;
}
.view-otzyvy .more-link a:hover:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .view-otzyvy .more-link {
    margin-top: 35px;
  }
}
@media screen and (max-width: 991px) {
  .view-otzyvy .more-link {
    margin-top: 32px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-1 {
  margin-top: 85px;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .block-title {
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .block-title {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .block-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .block-title {
    font-size: 25px;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .block-title {
    font-size: 23px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .node--type-photogallery {
  border-radius: 20px;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .node--type-photogallery .slick-list {
  border-radius: 20px;
  overflow: hidden;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .node--type-photogallery .field__item * {
  display: block;
  width: 100% !important;
  height: 530px !important;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .node--type-photogallery .field__item * {
    height: 460px !important;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .node--type-photogallery .field__item * {
    height: 400px !important;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .node--type-photogallery .field__item * {
    height: 340px !important;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .node--type-photogallery .field__item * {
    height: 280px !important;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .node--type-photogallery .field__item img {
  transition: 0.3s;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .node--type-photogallery .field__item img:hover {
  transform: scale(1.1);
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .node--type-photogallery .slick-dots {
  margin-top: 33px;
  margin-bottom: 33px;
  gap: 8px;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .node--type-photogallery .slick-dots li button {
  background-color: transparent;
  border: 1px solid #34A63D;
  border-radius: 50%;
  width: 13px;
  height: 13px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .node--type-photogallery .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .node--type-photogallery .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .node--type-photogallery .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .node--type-photogallery .slick-dots .slick-active button {
  background-color: #34A63D;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .node--type-photogallery .slick-dots {
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 7px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .node--type-photogallery .slick-dots {
    margin-top: 25px;
    margin-bottom: 25px;
    gap: 6px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .node--type-photogallery .slick-dots {
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 5px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .node--type-photogallery .slick-dots {
    gap: 4px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .node--type-photogallery .slick-arrow {
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(52, 166, 61, 0.5);
  border-radius: 50%;
  transition: 0.3s;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .node--type-photogallery .slick-arrow:before {
  display: none;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .node--type-photogallery .slick-arrow:hover {
  background-color: #34A63D;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .node--type-photogallery .slick-arrow {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .node--type-photogallery .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .node--type-photogallery .slick-arrow {
    width: 35px;
    height: 35px;
    background-size: 25px 25px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .node--type-photogallery .slick-prev {
  left: -22px;
  background-image: url(/sites/all/themes/vesta_theme/image/Caret-left-b.svg);
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .node--type-photogallery .slick-prev {
    left: -12px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .node--type-photogallery .slick-next {
  right: -22px;
  background-image: url(/sites/all/themes/vesta_theme/image/Caret-right-b.svg);
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-content .node--type-photogallery .slick-next {
    right: -12px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-footer {
  display: flex;
  justify-content: center;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-footer a {
  width: max-content;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 7px 19px 7px 9px;
  background-color: transparent;
  border: 1px solid #34A63D;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-footer a:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #B8E0BA;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-footer a {
    padding: 7px 15px 7px 9px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-footer a:hover {
  background-color: #34A63D;
  color: #fff;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .view-footer a:hover:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  background-color: #fff;
}
#block-vesta-theme-views-block-news-block-1 {
  margin-top: 85px;
}
#block-vesta-theme-views-block-news-block-1 .block-title {
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-news-block-1 .block-title {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-news-block-1 .block-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-news-block-1 .block-title {
    font-size: 25px;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-news-block-1 .block-title {
    font-size: 23px;
  }
}
#block-vesta-theme-views-block-news-block-1 .view-news .view-content .views-row:nth-child(1) {
  width: 570px;
}
#block-vesta-theme-views-block-news-block-1 .view-news .view-content .views-row:nth-child(1) .node--type-news .field--name-field-image-news {
  height: 340px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-news-block-1 .view-news .view-content .views-row:nth-child(1) .node--type-news .field--name-field-image-news {
    height: 235px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-news-block-1 .view-news .view-content .views-row:nth-child(1) .node--type-news .field--name-field-image-news {
    height: 180px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-news-block-1 .view-news .view-content .views-row:nth-child(1) {
    width: 292px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-news-block-1 .view-news .view-content .views-row:nth-child(1) {
    width: 333px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-news-block-1 .view-news .view-content .views-row:nth-child(1) {
    width: 250px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-news-block-1 .view-news .view-content .views-row:nth-child(1) {
    width: 100%;
  }
}
#block-vesta-theme-views-block-news-block-1 .view-news .view-content .views-row:nth-child(1n + 2) {
  max-height: 485px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-news-block-1 .view-news .view-content .views-row:nth-child(1n + 2) {
    max-height: 1000px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-news-block-1 {
    margin-top: 75px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-news-block-1 {
    margin-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-news-block-1 {
    margin-top: 55px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-news-block-1 {
    margin-top: 45px;
  }
}
.view-news .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-news .view-content .views-row {
  width: 270px;
}
.view-news .view-content .views-row .node--type-news {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.view-news .view-content .views-row .node--type-news .field--name-field-image-news {
  width: 100%;
  height: 235px;
  border-radius: 20px;
  overflow: hidden;
}
.view-news .view-content .views-row .node--type-news .field--name-field-image-news * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.view-news .view-content .views-row .node--type-news .field--name-field-image-news img {
  transition: 0.3s;
}
.view-news .view-content .views-row .node--type-news .field--name-field-image-news img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 991px) {
  .view-news .view-content .views-row .node--type-news .field--name-field-image-news {
    height: 180px;
  }
}
.view-news .view-content .views-row .node--type-news .field--name-field-date {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  margin-top: 25px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #34a63d;
}
.view-news .view-content .views-row .node--type-news .field--name-field-date * {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #34a63d;
}
@media screen and (max-width: 1199px) {
  .view-news .view-content .views-row .node--type-news .field--name-field-date * {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .view-news .view-content .views-row .node--type-news .field--name-field-date {
    padding-bottom: 15px;
    margin-top: 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .view-news .view-content .views-row .node--type-news .field--name-field-date {
    margin-top: 15px;
  }
}
.view-news .view-content .views-row .node--type-news .field--name-node-title {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-news .view-content .views-row .node--type-news .field--name-node-title * {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .view-news .view-content .views-row .node--type-news .field--name-node-title * {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-news .view-content .views-row .node--type-news .field--name-node-title * {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .view-news .view-content .views-row .node--type-news .field--name-node-title {
    margin-top: 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-news .view-content .views-row .node--type-news .field--name-node-title {
    font-size: 14px;
  }
}
.view-news .view-content .views-row .node--type-news .field--name-body {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-news .view-content .views-row .node--type-news .field--name-body * {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .view-news .view-content .views-row .node--type-news .field--name-body * {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .view-news .view-content .views-row .node--type-news .field--name-body {
    margin-top: 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .view-news .view-content .views-row .node--type-news .field--name-body {
    margin-top: 15px;
  }
}
.view-news .view-content .views-row .node--type-news .field--name-node-link {
  margin-top: auto;
  padding-top: 25px;
}
.view-news .view-content .views-row .node--type-news .field--name-node-link a {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.view-news .view-content .views-row .node--type-news .field--name-node-link a:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #B8E0BA;
  transition: 0.3s;
}
.view-news .view-content .views-row .node--type-news .field--name-node-link a:hover {
  color: #34A63D;
}
.view-news .view-content .views-row .node--type-news .field--name-node-link a:hover:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right.svg);
  background-color: #34A63D;
}
@media screen and (max-width: 575px) {
  .view-news .view-content .views-row .node--type-news {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .view-news .view-content .views-row {
    width: 292px;
  }
}
@media screen and (max-width: 991px) {
  .view-news .view-content .views-row {
    width: 333px;
  }
}
@media screen and (max-width: 767px) {
  .view-news .view-content .views-row {
    width: 250px;
  }
}
@media screen and (max-width: 575px) {
  .view-news .view-content .views-row {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .view-news .view-content {
    gap: 15px;
  }
}
@media screen and (max-width: 575px) {
  .view-news .view-content {
    gap: 30px;
  }
}
.view-news .more-link {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.view-news .more-link a {
  width: max-content;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 7px 19px 7px 9px;
  background-color: transparent;
  border: 1px solid #34A63D;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.view-news .more-link a:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #B8E0BA;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .view-news .more-link a {
    padding: 7px 15px 7px 9px;
  }
}
.view-news .more-link a:hover {
  background-color: #34A63D;
  color: #fff;
}
.view-news .more-link a:hover:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .view-news .more-link {
    margin-top: 45px;
  }
}
@media screen and (max-width: 991px) {
  .view-news .more-link {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .view-news .more-link {
    margin-top: 35px;
  }
}
#block-vesta-theme-views-block-chasto-zadavaemye-voprosy-block-1 {
  margin-top: 85px;
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}
#block-vesta-theme-views-block-chasto-zadavaemye-voprosy-block-1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #EFF8F0;
  z-index: 0;
}
#block-vesta-theme-views-block-chasto-zadavaemye-voprosy-block-1 .block-title {
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 40px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-chasto-zadavaemye-voprosy-block-1 .block-title {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-chasto-zadavaemye-voprosy-block-1 .block-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-chasto-zadavaemye-voprosy-block-1 .block-title {
    font-size: 25px;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-chasto-zadavaemye-voprosy-block-1 .block-title {
    font-size: 23px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-chasto-zadavaemye-voprosy-block-1 .block-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-chasto-zadavaemye-voprosy-block-1 .block-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-chasto-zadavaemye-voprosy-block-1 .block-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-chasto-zadavaemye-voprosy-block-1 .block-title {
    margin-bottom: 15px;
  }
}
#block-vesta-theme-views-block-chasto-zadavaemye-voprosy-block-1 > *:not(.contextual) {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-chasto-zadavaemye-voprosy-block-1 {
    margin-top: 75px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-chasto-zadavaemye-voprosy-block-1 {
    margin-top: 65px;
    padding-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-chasto-zadavaemye-voprosy-block-1 {
    margin-top: 55px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-chasto-zadavaemye-voprosy-block-1 {
    margin-top: 45px;
  }
}
.view-chasto-zadavaemye-voprosy .view-content {
  display: flex;
  gap: 25px;
  flex-direction: column;
}
.view-chasto-zadavaemye-voprosy .view-content .views-row .node--type-vopros-otvet {
  position: relative;
  min-height: 70px;
}
.view-chasto-zadavaemye-voprosy .view-content .views-row .node--type-vopros-otvet .field--name-node-title {
  display: flex;
  align-items: center;
  min-height: 70px;
  padding-right: 75px;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-chasto-zadavaemye-voprosy .view-content .views-row .node--type-vopros-otvet .field--name-node-title * {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .view-chasto-zadavaemye-voprosy .view-content .views-row .node--type-vopros-otvet .field--name-node-title * {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .view-chasto-zadavaemye-voprosy .view-content .views-row .node--type-vopros-otvet .field--name-node-title * {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-chasto-zadavaemye-voprosy .view-content .views-row .node--type-vopros-otvet .field--name-node-title * {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .view-chasto-zadavaemye-voprosy .view-content .views-row .node--type-vopros-otvet .field--name-node-title {
    min-height: 65px;
    padding-right: 70px;
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .view-chasto-zadavaemye-voprosy .view-content .views-row .node--type-vopros-otvet .field--name-node-title {
    min-height: 60px;
    padding-right: 65px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-chasto-zadavaemye-voprosy .view-content .views-row .node--type-vopros-otvet .field--name-node-title {
    min-height: 55px;
    padding-right: 60px;
    font-size: 18px;
  }
}
.view-chasto-zadavaemye-voprosy .view-content .views-row .node--type-vopros-otvet .content1 {
  position: unset;
  border: none;
  background-color: transparent;
}
.view-chasto-zadavaemye-voprosy .view-content .views-row .node--type-vopros-otvet .content1 .card-header {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: #34A63D !important;
  border-radius: 50%;
  border: none;
}
.view-chasto-zadavaemye-voprosy .view-content .views-row .node--type-vopros-otvet .content1 .card-header:before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background-image: url(/sites/all/themes/vesta_theme/image/Plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .view-chasto-zadavaemye-voprosy .view-content .views-row .node--type-vopros-otvet .content1 .card-header {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 991px) {
  .view-chasto-zadavaemye-voprosy .view-content .views-row .node--type-vopros-otvet .content1 .card-header {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .view-chasto-zadavaemye-voprosy .view-content .views-row .node--type-vopros-otvet .content1 .card-header {
    width: 55px;
    height: 55px;
  }
}
.view-chasto-zadavaemye-voprosy .view-content .views-row .node--type-vopros-otvet .content1 .card-header[aria-expanded="true"]:before {
  transform: rotate(45deg);
}
.view-chasto-zadavaemye-voprosy .view-content .views-row .node--type-vopros-otvet .content1 .card-body {
  margin-top: 35px;
  padding: 30px;
  background-color: #B8E0BA;
  border-radius: 20px;
}
@media screen and (max-width: 1199px) {
  .view-chasto-zadavaemye-voprosy .view-content .views-row .node--type-vopros-otvet .content1 .card-body {
    margin-top: 30px;
    padding: 25px;
  }
}
@media screen and (max-width: 991px) {
  .view-chasto-zadavaemye-voprosy .view-content .views-row .node--type-vopros-otvet .content1 .card-body {
    margin-top: 25px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-chasto-zadavaemye-voprosy .view-content .views-row .node--type-vopros-otvet .content1 .card-body {
    margin-top: 20px;
    padding: 15px;
  }
}
@media screen and (max-width: 575px) {
  .view-chasto-zadavaemye-voprosy .view-content .views-row .node--type-vopros-otvet .content1 .card-body {
    margin-top: 15px;
    padding: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .view-chasto-zadavaemye-voprosy .view-content .views-row .node--type-vopros-otvet {
    min-height: 65px;
  }
}
@media screen and (max-width: 991px) {
  .view-chasto-zadavaemye-voprosy .view-content .views-row .node--type-vopros-otvet {
    min-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .view-chasto-zadavaemye-voprosy .view-content .views-row .node--type-vopros-otvet {
    min-height: 55px;
  }
}
.view-chasto-zadavaemye-voprosy .more-link {
  margin-top: 55px;
  display: flex;
  justify-content: center;
}
.view-chasto-zadavaemye-voprosy .more-link a {
  width: max-content;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 7px 19px 7px 9px;
  background-color: transparent;
  border: 1px solid #34A63D;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.view-chasto-zadavaemye-voprosy .more-link a:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #B8E0BA;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .view-chasto-zadavaemye-voprosy .more-link a {
    padding: 7px 15px 7px 9px;
  }
}
.view-chasto-zadavaemye-voprosy .more-link a:hover {
  background-color: #34A63D;
  color: #fff;
}
.view-chasto-zadavaemye-voprosy .more-link a:hover:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .view-chasto-zadavaemye-voprosy .more-link {
    margin-top: 50px;
  }
}
.js details:not([open]) {
  padding-bottom: 25px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4) !important;
  border-radius: 0px !important;
}
@media screen and (max-width: 1199px) {
  .js details:not([open]) {
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 991px) {
  .js details:not([open]) {
    padding-bottom: 15px !important;
  }
}
#block-vesta-theme-vebforma {
  margin-top: 85px;
  background-color: #34A63D;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
#block-vesta-theme-vebforma .block-title {
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 40px;
  color: #fff;
  order: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-vebforma .block-title {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-vebforma .block-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vebforma .block-title {
    font-size: 25px;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-vebforma .block-title {
    font-size: 23px;
  }
}
#block-vesta-theme-vebforma .subtitle {
  order: 1;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  max-width: 655px;
  margin-bottom: 45px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-vebforma .subtitle {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-vebforma .subtitle {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vebforma .subtitle {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-vebforma .subtitle {
    margin-bottom: 20px;
  }
}
#block-vesta-theme-vebforma .webform-ajax-form-wrapper {
  order: 2;
}
#block-vesta-theme-vebforma .webform-submission-form {
  padding: 30px 40px 40px;
  border-radius: 12px;
  position: relative;
}
#block-vesta-theme-vebforma .webform-submission-form .web_img {
  position: absolute;
  top: -142px;
  right: -8px;
  z-index: 0;
}
#block-vesta-theme-vebforma .webform-submission-form .web_img img {
  width: 410px !important;
  height: 445px !important;
  object-fit: contain;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-vebforma .webform-submission-form .web_img {
    display: none;
  }
}
#block-vesta-theme-vebforma .webform-submission-form .form-item-name,
#block-vesta-theme-vebforma .webform-submission-form .form-item-telefon,
#block-vesta-theme-vebforma .webform-submission-form .form-item-email,
#block-vesta-theme-vebforma .webform-submission-form .form-item-message {
  max-width: 595px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-vebforma .webform-submission-form .form-item-name,
  #block-vesta-theme-vebforma .webform-submission-form .form-item-telefon,
  #block-vesta-theme-vebforma .webform-submission-form .form-item-email,
  #block-vesta-theme-vebforma .webform-submission-form .form-item-message {
    max-width: 100%;
  }
}
#block-vesta-theme-vebforma .webform-submission-form .captcha,
#block-vesta-theme-vebforma .webform-submission-form .webform-actions,
#block-vesta-theme-vebforma .webform-submission-form .form-type-checkbox {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-vebforma .webform-submission-form .form-type-checkbox {
    margin-top: 35px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-vebforma .webform-submission-form {
    padding: 25px 35px 35px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-vebforma .webform-submission-form {
    padding: 25px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vebforma .webform-submission-form {
    padding: 25px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-vebforma .webform-submission-form {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-vebforma {
    padding: 25px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-vebforma {
    padding: 25px 20px 20px;
  }
}
.webform-submission-form {
  background-color: #fff;
  display: flex;
  gap: 0 35px;
  flex-wrap: wrap;
}
.webform-submission-form .subtitle {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .subtitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form .subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .subtitle {
    text-align: center;
  }
}
.webform-submission-form .form-item-name,
.webform-submission-form .form-item-telefon,
.webform-submission-form .form-item-email,
.webform-submission-form .form-item-message {
  width: 100%;
  order: 0;
  margin-bottom: 16px;
}
.webform-submission-form .form-item-name input,
.webform-submission-form .form-item-telefon input,
.webform-submission-form .form-item-email input,
.webform-submission-form .form-item-message input,
.webform-submission-form .form-item-name textarea,
.webform-submission-form .form-item-telefon textarea,
.webform-submission-form .form-item-email textarea,
.webform-submission-form .form-item-message textarea {
  margin: 0;
  width: 100%;
  height: 45px;
  padding: 12px 20px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.webform-submission-form .form-item-name input::placeholder,
.webform-submission-form .form-item-telefon input::placeholder,
.webform-submission-form .form-item-email input::placeholder,
.webform-submission-form .form-item-message input::placeholder,
.webform-submission-form .form-item-name textarea::placeholder,
.webform-submission-form .form-item-telefon textarea::placeholder,
.webform-submission-form .form-item-email textarea::placeholder,
.webform-submission-form .form-item-message textarea::placeholder {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.webform-submission-form .form-item-name textarea,
.webform-submission-form .form-item-telefon textarea,
.webform-submission-form .form-item-email textarea,
.webform-submission-form .form-item-message textarea {
  resize: none;
}
.webform-submission-form:before {
  content: '';
  display: block;
  width: 100%;
  order: 1;
}
.webform-submission-form .captcha {
  order: 2;
}
.webform-submission-form .webform-actions {
  order: 3;
}
.webform-submission-form .webform-actions button {
  width: max-content;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 7px 19px 7px 9px;
  background-color: #34A63D;
  border: 1px solid #34A63D;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.webform-submission-form .webform-actions button:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.3s;
}
.webform-submission-form .webform-actions button:hover {
  background-color: #fff;
  color: #000;
}
.webform-submission-form .webform-actions button:hover:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right.svg);
  background-color: #34A63D;
}
.webform-submission-form .form-type-checkbox {
  order: 3;
  max-width: 690px;
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.webform-submission-form .form-type-checkbox input {
  order: 0;
  appearance: none;
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  background-position: center;
  background-repeat: no-repeat;
}
.webform-submission-form .form-type-checkbox input:checked {
  background-image: url(/sites/all/themes/vesta_theme/image/check1.svg);
  background-color: #34A63D;
  border: 1px solid #34A63D;
}
.webform-submission-form .form-type-checkbox .description {
  order: 1;
  width: calc(100% - 30px);
}
.webform-submission-form .form-type-checkbox .description * {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .form-type-checkbox .description * {
    font-size: 12px;
  }
}
.webform-submission-form .form-type-checkbox .description a:hover {
  color: #34A63D;
}
.webform-submission-form .form-type-checkbox .form-item--error-message {
  order: 2;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .form-type-checkbox {
    max-width: 100%;
  }
}
#block-vesta-theme-views-block-gosorgany-block-1 {
  margin-top: 85px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-gosorgany-block-1 {
    margin-top: 75px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-gosorgany-block-1 {
    margin-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-gosorgany-block-1 {
    margin-top: 55px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-gosorgany-block-1 {
    margin-top: 45px;
  }
}
.view-gosorgany .view-content {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
}
.view-gosorgany .view-content .views-row {
  width: 146px;
}
.view-gosorgany .view-content .views-row .node--type-gosorgany {
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: center;
}
.view-gosorgany .view-content .views-row .node--type-gosorgany .field--name-field-gosorgany-foto {
  width: 70px;
  height: 70px;
}
.view-gosorgany .view-content .views-row .node--type-gosorgany .field--name-field-gosorgany-foto * {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
@media screen and (max-width: 1199px) {
  .view-gosorgany .view-content .views-row .node--type-gosorgany .field--name-field-gosorgany-foto {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 991px) {
  .view-gosorgany .view-content .views-row .node--type-gosorgany .field--name-field-gosorgany-foto {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .view-gosorgany .view-content .views-row .node--type-gosorgany .field--name-field-gosorgany-foto {
    width: 55px;
    height: 55px;
  }
}
.view-gosorgany .view-content .views-row .node--type-gosorgany .field--name-body {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.view-gosorgany .view-content .views-row .node--type-gosorgany .field--name-body * {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .view-gosorgany .view-content .views-row .node--type-gosorgany .field--name-body * {
    font-size: 11px;
  }
}
@media screen and (max-width: 991px) {
  .view-gosorgany .view-content .views-row .node--type-gosorgany .field--name-body * {
    font-size: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .view-gosorgany .view-content .views-row .node--type-gosorgany .field--name-body {
    font-size: 11px;
  }
}
@media screen and (max-width: 991px) {
  .view-gosorgany .view-content .views-row .node--type-gosorgany .field--name-body {
    font-size: 10px;
  }
}
.view-gosorgany .view-content .views-row .node--type-gosorgany:after {
  display: none;
}
@media screen and (max-width: 1199px) {
  .view-gosorgany .view-content .views-row .node--type-gosorgany {
    gap: 25px;
  }
}
@media screen and (max-width: 991px) {
  .view-gosorgany .view-content .views-row .node--type-gosorgany {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-gosorgany .view-content .views-row .node--type-gosorgany {
    gap: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .view-gosorgany .view-content {
    gap: 50px;
  }
}
@media screen and (max-width: 991px) {
  .view-gosorgany .view-content {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .view-gosorgany .view-content {
    gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  .view-gosorgany .view-content {
    gap: 20px 30px;
  }
}
#block-vesta-theme-yandekskarta-2 {
  margin-top: 85px;
}
#block-vesta-theme-yandekskarta-2 .field--name-body {
  position: relative;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-585px, -50%);
  z-index: 1;
  display: flex;
  gap: 0 8px;
  flex-wrap: wrap;
  padding: 21px 21px 31px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  width: 385px;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts img {
  width: 100% !important;
  height: 277px !important;
  object-fit: cover;
  border-radius: 12px;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts h2 {
  margin-top: 30px;
  margin-bottom: 0;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts h2 {
    margin-top: 25px;
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts h2 {
    margin-top: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts h2 {
    font-size: 18px;
  }
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .line {
  margin-top: 18px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.4);
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .adress,
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .work_time {
  margin-bottom: 0;
  display: flex;
  gap: 6px;
  align-items: center;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .adress:before,
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .work_time:before {
  font-size: 0;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .adress {
  margin-top: 20px;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .adress:before {
  content: url(/sites/all/themes/vesta_theme/image/Location-check.svg);
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .work_time {
  margin-top: 15px;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .work_time:before {
  content: url(/sites/all/themes/vesta_theme/image/Clock.svg);
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .phones {
  margin-top: 20px;
  width: 145px;
  display: flex;
  gap: 15px;
  flex-direction: column;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .phones .field-tel {
  margin: 0;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .phones .field-tel a {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .phones .field-tel a:hover {
  color: #34A63D;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .phones .field-tel a:before {
  content: url(/sites/all/themes/vesta_theme/image/Phone.svg);
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .links {
  margin-top: 20px;
  width: 135px;
  display: flex;
  gap: 5px;
  flex-direction: column;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .links * {
  margin: 0;
  line-height: 17px;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .links a {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .links a:hover {
  color: #34A63D;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .callback {
  margin-top: 45px;
  width: max-content;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 7px 19px 7px 9px;
  background-color: #34A63D;
  border: 1px solid #34A63D;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .callback:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.3s;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .callback:hover {
  background-color: #fff;
  color: #000;
}
#block-vesta-theme-yandekskarta-2 .field--name-body .contacts .callback:hover:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right.svg);
  background-color: #34A63D;
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts .callback {
    margin-top: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts .callback {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts {
    transform: translate(-470px, -50%);
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: 696px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts {
    width: 516px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .contacts {
    width: 100%;
    padding: 20px 35px 25px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .mapContainer {
    height: 500px !important;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .mapContainer {
    height: 400px !important;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-yandekskarta-2 .field--name-body .mapContainer {
    height: 260px !important;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-yandekskarta-2 {
    margin-top: 75px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-yandekskarta-2 {
    margin-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-yandekskarta-2 {
    margin-top: 55px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-yandekskarta-2 {
    margin-top: 45px;
  }
}
#footer {
  background-color: #EFF8F0;
  padding-top: 55px;
}
#footer .row-footer {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
#footer .row-footer .napravleniya .menu--napravleniya-podval > div:nth-child(1),
#footer .row-footer .klinika .menu--napravleniya-podval > div:nth-child(1),
#footer .row-footer .info .menu--napravleniya-podval > div:nth-child(1),
#footer .row-footer .napravleniya .menu--klinika > div:nth-child(1),
#footer .row-footer .klinika .menu--klinika > div:nth-child(1),
#footer .row-footer .info .menu--klinika > div:nth-child(1),
#footer .row-footer .napravleniya .menu--informaciya-dlya-pacientov > div:nth-child(1),
#footer .row-footer .klinika .menu--informaciya-dlya-pacientov > div:nth-child(1),
#footer .row-footer .info .menu--informaciya-dlya-pacientov > div:nth-child(1) {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  #footer .row-footer .napravleniya .menu--napravleniya-podval > div:nth-child(1),
  #footer .row-footer .klinika .menu--napravleniya-podval > div:nth-child(1),
  #footer .row-footer .info .menu--napravleniya-podval > div:nth-child(1),
  #footer .row-footer .napravleniya .menu--klinika > div:nth-child(1),
  #footer .row-footer .klinika .menu--klinika > div:nth-child(1),
  #footer .row-footer .info .menu--klinika > div:nth-child(1),
  #footer .row-footer .napravleniya .menu--informaciya-dlya-pacientov > div:nth-child(1),
  #footer .row-footer .klinika .menu--informaciya-dlya-pacientov > div:nth-child(1),
  #footer .row-footer .info .menu--informaciya-dlya-pacientov > div:nth-child(1) {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row-footer .napravleniya .menu--napravleniya-podval > div:nth-child(1),
  #footer .row-footer .klinika .menu--napravleniya-podval > div:nth-child(1),
  #footer .row-footer .info .menu--napravleniya-podval > div:nth-child(1),
  #footer .row-footer .napravleniya .menu--klinika > div:nth-child(1),
  #footer .row-footer .klinika .menu--klinika > div:nth-child(1),
  #footer .row-footer .info .menu--klinika > div:nth-child(1),
  #footer .row-footer .napravleniya .menu--informaciya-dlya-pacientov > div:nth-child(1),
  #footer .row-footer .klinika .menu--informaciya-dlya-pacientov > div:nth-child(1),
  #footer .row-footer .info .menu--informaciya-dlya-pacientov > div:nth-child(1) {
    font-size: 14px;
  }
}
#footer .row-footer .napravleniya .navbar-nav,
#footer .row-footer .klinika .navbar-nav,
#footer .row-footer .info .navbar-nav {
  margin-top: 20px;
  gap: 12px;
}
#footer .row-footer .napravleniya .navbar-nav .nav-item a,
#footer .row-footer .klinika .navbar-nav .nav-item a,
#footer .row-footer .info .navbar-nav .nav-item a {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#footer .row-footer .napravleniya .navbar-nav .nav-item a:hover,
#footer .row-footer .klinika .navbar-nav .nav-item a:hover,
#footer .row-footer .info .navbar-nav .nav-item a:hover {
  color: #34A63D;
}
@media screen and (max-width: 1199px) {
  #footer .row-footer .napravleniya .navbar-nav .nav-item a,
  #footer .row-footer .klinika .navbar-nav .nav-item a,
  #footer .row-footer .info .navbar-nav .nav-item a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  #footer .row-footer .napravleniya .navbar-nav,
  #footer .row-footer .klinika .navbar-nav,
  #footer .row-footer .info .navbar-nav {
    gap: 10px;
  }
}
#footer .row-footer .napravleniya {
  width: 280px;
}
@media screen and (max-width: 1199px) {
  #footer .row-footer .napravleniya {
    width: 180px;
  }
}
#footer .row-footer .klinika {
  width: 225px;
}
@media screen and (max-width: 1199px) {
  #footer .row-footer .klinika {
    width: 195px;
  }
}
#footer .row-footer .info {
  width: 275px;
}
@media screen and (max-width: 1199px) {
  #footer .row-footer .info {
    width: 160px;
  }
}
#footer .row-footer .contacts {
  width: 215px;
}
#footer .row-footer .contacts .logo {
  display: block;
  width: 100%;
  height: auto;
}
#footer .row-footer .contacts .logo * {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
#footer .row-footer .contacts .title {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  #footer .row-footer .contacts .title {
    margin-top: 25px;
  }
}
#footer .row-footer .contacts .phone-block {
  margin-top: 16px;
}
#footer .row-footer .contacts .phone-block .phone {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#footer .row-footer .contacts .phone-block .phone:hover {
  color: #34A63D;
}
#footer .row-footer .contacts .phone-block .phone:before {
  content: url(/sites/all/themes/vesta_theme/image/Phone.svg);
  font-size: 0;
}
#footer .row-footer .contacts .phone-block .policlinica,
#footer .row-footer .contacts .phone-block .kosmetologia {
  display: block;
  margin-top: 4px;
  padding-left: 26px;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#footer .row-footer .contacts .phone-block .policlinica:hover,
#footer .row-footer .contacts .phone-block .kosmetologia:hover {
  color: #34A63D;
}
#footer .row-footer .contacts .adress {
  margin-top: 25px;
  display: flex;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#footer .row-footer .contacts .adress:before {
  content: url(/sites/all/themes/vesta_theme/image/Location-check.svg);
  font-size: 0;
}
#footer .row-footer .contacts .time {
  margin-top: 12px;
  display: flex;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#footer .row-footer .contacts .time:before {
  content: url(/sites/all/themes/vesta_theme/image/Clock.svg);
  font-size: 0;
}
#footer .row-footer .contacts .email {
  margin-top: 12px;
  display: flex;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#footer .row-footer .contacts .email:hover {
  color: #34A63D;
}
#footer .row-footer .contacts .email:before {
  content: url(/sites/all/themes/vesta_theme/image/Envelope.svg);
  font-size: 0;
}
@media screen and (max-width: 1199px) {
  #footer .row-footer .contacts {
    width: 100%;
  }
  #footer .row-footer .contacts > * {
    width: 225px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  #footer .row-footer {
    gap: 40px;
  }
}
#footer .row-copiryght {
  margin-top: 70px;
  margin-bottom: 30px;
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
#footer .row-copiryght * {
  width: max-content;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 767px) {
  #footer .row-copiryght * {
    text-align: center;
  }
}
#footer .row-copiryght a:hover {
  color: #34A63D;
}
@media screen and (max-width: 1199px) {
  #footer .row-copiryght {
    margin-top: 60px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row-copiryght {
    margin-top: 50px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #footer .row-copiryght {
    margin-top: 40px;
    gap: 25px;
  }
}
@media screen and (max-width: 575px) {
  #footer .row-copiryght {
    margin-top: 25px;
  }
}
#footer .row-footer-text {
  height: 105px;
  position: relative;
}
#footer .row-footer-text:before {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  background-color: #B8E0BA;
  font-size: 0;
}
#footer .row-footer-text:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1070px;
  max-height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-image: url(/sites/all/themes/vesta_theme/image/footer-bottom-text.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  #footer .row-footer-text:after {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 1199px) {
  #footer .row-footer-text {
    height: 80px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row-footer-text {
    height: 60px;
  }
}
@media screen and (max-width: 575px) {
  #footer .row-footer-text {
    height: 30px;
  }
}
.not-front h1 {
  margin-bottom: 23px;
  font-size: 56px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}
.not-front h1 * {
  font-size: 56px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .not-front h1 * {
    font-size: 45px;
  }
}
@media screen and (max-width: 991px) {
  .not-front h1 * {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .not-front h1 * {
    font-size: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .not-front h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 991px) {
  .not-front h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .not-front h1 {
    font-size: 25px;
  }
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka1-zagolovok,
.view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka2-zagolovok,
.view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka3-zagolovok,
.view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka4-zagolovok,
.view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka5-zagolovok {
  display: none;
}
.view-taxonomy-term.view-display-id-page_1 .vkladki .horizontal-tabs {
  border: none;
}
.view-taxonomy-term.view-display-id-page_1 .vkladki .horizontal-tabs .horizontal-tabs-list {
  background-color: transparent;
  border: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.view-taxonomy-term.view-display-id-page_1 .vkladki .horizontal-tabs .horizontal-tabs-list .vkladka1,
.view-taxonomy-term.view-display-id-page_1 .vkladki .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button {
  background-color: transparent;
  border: none;
}
.view-taxonomy-term.view-display-id-page_1 .vkladki .horizontal-tabs .horizontal-tabs-list .vkladka1 a,
.view-taxonomy-term.view-display-id-page_1 .vkladki .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a {
  display: block;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  min-width: 187px;
  width: max-content;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #34a63d;
}
.view-taxonomy-term.view-display-id-page_1 .vkladki .horizontal-tabs .horizontal-tabs-list .vkladka1 a *,
.view-taxonomy-term.view-display-id-page_1 .vkladki .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a * {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #34a63d;
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .vkladki .horizontal-tabs .horizontal-tabs-list .vkladka1 a,
  .view-taxonomy-term.view-display-id-page_1 .vkladki .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a {
    min-width: 179px;
    padding: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .vkladki .horizontal-tabs .horizontal-tabs-list .vkladka1 a,
  .view-taxonomy-term.view-display-id-page_1 .vkladki .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a {
    min-width: 225px;
    padding: 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term.view-display-id-page_1 .vkladki .horizontal-tabs .horizontal-tabs-list .vkladka1 a,
  .view-taxonomy-term.view-display-id-page_1 .vkladki .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a {
    min-width: 253px;
    padding: 6px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term.view-display-id-page_1 .vkladki .horizontal-tabs .horizontal-tabs-list .vkladka1 a,
  .view-taxonomy-term.view-display-id-page_1 .vkladki .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a {
    min-width: 100%;
    padding: 5px;
    font-size: 12px;
  }
}
.view-taxonomy-term.view-display-id-page_1 .vkladki .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button:first-child:last-child {
  display: none;
}
.view-taxonomy-term.view-display-id-page_1 .vkladki .horizontal-tabs .horizontal-tabs-list .selected a {
  border: 1px solid #34A63D;
}
.view-taxonomy-term.view-display-id-page_1 .vkladki .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane {
  padding: 0;
}
.view-taxonomy-term.view-display-id-page_1 .vkladki .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .card-body {
  padding: 0;
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-banner {
  margin-top: 30px;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 330px;
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-banner * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-banner {
    margin-top: 25px;
    height: 270px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-banner {
    margin-top: 20px;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-banner {
    height: 150px;
  }
}
@media screen and (max-width: 575px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-banner {
    height: 120px;
  }
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-zagolovok-pered-zelenym-bl {
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 40px;
  margin-top: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-zagolovok-pered-zelenym-bl {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-zagolovok-pered-zelenym-bl {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-zagolovok-pered-zelenym-bl {
    font-size: 25px;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-zagolovok-pered-zelenym-bl {
    font-size: 23px;
  }
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-zagolovok-pered-zelenym-bl {
    margin-top: 25px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-zagolovok-pered-zelenym-bl {
    margin-top: 20px;
  }
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-zelenyy-blok-s-tekstom {
  margin-top: 30px;
  padding: 30px 35px 20px 25px;
  background-color: #B8E0BA;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-zelenyy-blok-s-tekstom {
    margin-top: 25px;
    padding: 25px 30px 15px 20px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-zelenyy-blok-s-tekstom {
    margin-top: 20px;
    padding: 20px 25px 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-zelenyy-blok-s-tekstom {
    padding: 15px 20px 15px 15px;
  }
}
@media screen and (max-width: 575px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-zelenyy-blok-s-tekstom {
    padding: 15px;
  }
}
.view-taxonomy-term.view-display-id-page_1 .field--name-description,
.view-taxonomy-term.view-display-id-page_1 .field--name-field-tekst-posle-priznakov {
  margin-top: 30px;
}
.view-taxonomy-term.view-display-id-page_1 .field--name-description h6,
.view-taxonomy-term.view-display-id-page_1 .field--name-field-tekst-posle-priznakov h6 {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 25px;
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-description h6,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-tekst-posle-priznakov h6 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-description h6,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-tekst-posle-priznakov h6 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-description h6,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-tekst-posle-priznakov h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-description h6,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-tekst-posle-priznakov h6 {
    font-size: 16px;
  }
}
.view-taxonomy-term.view-display-id-page_1 .field--name-description p,
.view-taxonomy-term.view-display-id-page_1 .field--name-field-tekst-posle-priznakov p {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-description p,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-tekst-posle-priznakov p {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-description p,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-tekst-posle-priznakov p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-description,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-tekst-posle-priznakov {
    margin-top: 25px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-description,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-tekst-posle-priznakov {
    margin-top: 20px;
  }
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-zagolovok-priznaki {
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 40px;
  margin-top: 85px;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-zagolovok-priznaki {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-zagolovok-priznaki {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-zagolovok-priznaki {
    font-size: 25px;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-zagolovok-priznaki {
    font-size: 23px;
  }
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-zagolovok-priznaki {
    margin-top: 65px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-zagolovok-priznaki {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-zagolovok-priznaki {
    margin-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-zagolovok-priznaki {
    margin-top: 20px;
  }
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-priznaki {
  margin-top: 45px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-priznaki .field__item {
  width: 600px;
  display: flex;
  gap: 15px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-priznaki .field__item strong {
  font-weight: 500;
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-priznaki .field__item:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  background-color: #B8E0BA;
  background-image: url(/sites/all/themes/vesta_theme/image/galochka.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-priznaki .field__item {
    width: 458px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-priznaki .field__item {
    width: 100%;
    font-size: 14px;
  }
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-priznaki .field__item:nth-child(2n) {
  width: 550px;
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-priznaki {
    margin-top: 35px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-priznaki {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-priznaki {
    margin-top: 20px;
    gap: 10px;
  }
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva {
  margin-top: 85px;
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva .field__label {
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva .field__label {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva .field__label {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva .field__label {
    font-size: 25px;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva .field__label {
    font-size: 23px;
  }
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva .field__label {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva .field__label {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva .field__label {
    margin-bottom: 20px;
  }
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva .field__items {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva .field__items > .field__item {
  width: 570px;
  padding: 20px 30px 30px 25px;
  background-color: #B8E0BA;
  border-radius: 20px;
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva .field__items > .field__item .node--type-preimushchestvo-v-napravleniya {
  display: flex;
  gap: 30px;
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva .field__items > .field__item .node--type-preimushchestvo-v-napravleniya .field--name-field-foto-preimushchestvo-v-nap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva .field__items > .field__item .node--type-preimushchestvo-v-napravleniya .field--name-field-foto-preimushchestvo-v-nap * {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva .field__items > .field__item .node--type-preimushchestvo-v-napravleniya .field--name-field-foto-preimushchestvo-v-nap {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva .field__items > .field__item .node--type-preimushchestvo-v-napravleniya .field--name-body {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva .field__items > .field__item .node--type-preimushchestvo-v-napravleniya .field--name-body * {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva .field__items > .field__item .node--type-preimushchestvo-v-napravleniya .field--name-body * {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva .field__items > .field__item .node--type-preimushchestvo-v-napravleniya .field--name-body * {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva .field__items > .field__item .node--type-preimushchestvo-v-napravleniya .field--name-body {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva .field__items > .field__item .node--type-preimushchestvo-v-napravleniya .field--name-body {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva .field__items > .field__item .node--type-preimushchestvo-v-napravleniya {
    gap: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva .field__items > .field__item {
    width: 453px;
    padding: 15px 25px 25px 20px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva .field__items > .field__item {
    width: 100%;
    padding: 15px 20px 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva .field__items > .field__item {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva .field__items {
    gap: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva {
    margin-top: 65px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva {
    margin-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-nashi-preimushchestva {
    margin-top: 20px;
  }
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-tekst-pod-nashi-preimushch {
  margin-top: 50px;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #34a63d;
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-tekst-pod-nashi-preimushch * {
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #34a63d;
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-tekst-pod-nashi-preimushch * {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-tekst-pod-nashi-preimushch * {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-tekst-pod-nashi-preimushch * {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-tekst-pod-nashi-preimushch * {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-tekst-pod-nashi-preimushch {
    margin-top: 40px;
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-tekst-pod-nashi-preimushch {
    margin-top: 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-tekst-pod-nashi-preimushch {
    margin-top: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-tekst-pod-nashi-preimushch {
    font-size: 16px;
  }
}
.view-taxonomy-term.view-display-id-page_1 .field--name-dynamic-block-fieldnode-nashi-specialisty-ds-block {
  margin-top: 85px;
}
.view-taxonomy-term.view-display-id-page_1 .field--name-dynamic-block-fieldnode-nashi-specialisty-ds-block .field__label {
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-dynamic-block-fieldnode-nashi-specialisty-ds-block .field__label {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-dynamic-block-fieldnode-nashi-specialisty-ds-block .field__label {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-dynamic-block-fieldnode-nashi-specialisty-ds-block .field__label {
    font-size: 25px;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-dynamic-block-fieldnode-nashi-specialisty-ds-block .field__label {
    font-size: 23px;
  }
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-dynamic-block-fieldnode-nashi-specialisty-ds-block {
    margin-top: 65px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-dynamic-block-fieldnode-nashi-specialisty-ds-block {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-dynamic-block-fieldnode-nashi-specialisty-ds-block {
    margin-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-dynamic-block-fieldnode-nashi-specialisty-ds-block {
    margin-top: 20px;
  }
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug {
  margin-top: 85px;
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__label {
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__label {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__label {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__label {
    font-size: 25px;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__label {
    font-size: 23px;
  }
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__label {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__label {
    margin-bottom: 20px;
  }
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table {
  display: block;
  overflow-x: auto;
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody {
  display: block;
  min-width: 696px;
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr:nth-child(1) {
  background-color: #B8E0BA;
  border-radius: 20px;
  overflow: hidden;
  border-bottom: none;
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr:nth-child(1) td {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr:nth-child(1) td * {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr:nth-child(1) td * {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr:nth-child(1) td * {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr:nth-child(1) td {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr:nth-child(1) td {
    font-size: 14px;
  }
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr:nth-child(1) td:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr:nth-child(1) td:nth-child(2) * {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr:nth-child(1) td:nth-child(2) * {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr:nth-child(1) td:nth-child(2) * {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr:nth-child(1) td:nth-child(2) {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr:nth-child(1) td:nth-child(2) {
    font-size: 14px;
  }
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr {
  width: 100%;
  padding: 20px 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr td {
  border: none;
  padding: 0;
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr td * {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr td * {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr td * {
    font-size: 14px;
  }
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr td strong {
  margin-top: 15px;
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr td strong:before {
  content: '';
  position: absolute;
  top: -4px;
  left: -45px;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #B8E0BA;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr td strong:before {
    top: 0;
    left: -35px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr td strong {
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr td strong {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr td {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr td {
    font-size: 14px;
  }
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr td:nth-child(2) {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr td:nth-child(2) * {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr td:nth-child(2) * {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr td:nth-child(2) * {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr td:nth-child(2) {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr td:nth-child(2) {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr {
    padding: 15px 35px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug .field__item table tbody tr {
    padding: 10px 35px;
  }
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug {
    margin-top: 65px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug {
    margin-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-stoimost-medicinskih-uslug {
    margin-top: 20px;
  }
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka2-tekst,
.view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka3-tekst,
.view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka4-tekst,
.view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka5-tekst {
  margin-top: 30px;
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka2-tekst h6,
.view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka3-tekst h6,
.view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka4-tekst h6,
.view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka5-tekst h6 {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 25px;
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka2-tekst h6,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka3-tekst h6,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka4-tekst h6,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka5-tekst h6 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka2-tekst h6,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka3-tekst h6,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka4-tekst h6,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka5-tekst h6 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka2-tekst h6,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka3-tekst h6,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka4-tekst h6,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka5-tekst h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka2-tekst h6,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka3-tekst h6,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka4-tekst h6,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka5-tekst h6 {
    font-size: 16px;
  }
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka2-tekst p,
.view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka3-tekst p,
.view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka4-tekst p,
.view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka5-tekst p {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka2-tekst p,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka3-tekst p,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka4-tekst p,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka5-tekst p {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka2-tekst p,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka3-tekst p,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka4-tekst p,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka5-tekst p {
    font-size: 14px;
  }
}
.view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka2-tekst img,
.view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka3-tekst img,
.view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka4-tekst img,
.view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka5-tekst img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 45%;
  border-radius: 20px;
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka2-tekst img,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka3-tekst img,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka4-tekst img,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka5-tekst img {
    border-radius: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka2-tekst img,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka3-tekst img,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka4-tekst img,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka5-tekst img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka2-tekst,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka3-tekst,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka4-tekst,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka5-tekst {
    margin-top: 25px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka2-tekst,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka3-tekst,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka4-tekst,
  .view-taxonomy-term.view-display-id-page_1 .field--name-field-vkladka5-tekst {
    margin-top: 20px;
  }
}
.view-taxonomy-term.view-display-id-page_1 .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-taxonomy-term.view-display-id-page_1 .view-content .views-row {
  width: 370px;
  height: 330px;
  border-radius: 20px;
  overflow: hidden;
}
.view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-napravlenie {
  position: relative;
  height: 100%;
}
.view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-napravlenie .field--name-field-napravlenie-foto-anons {
  width: 100%;
  height: 100%;
}
.view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-napravlenie .field--name-field-napravlenie-foto-anons * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (max-width: 575px) {
  .view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-napravlenie .field--name-field-napravlenie-foto-anons * {
    object-position: top;
  }
}
.view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-napravlenie .field--name-field-napravlenie-foto-anons img {
  transition: 0.3s;
}
.view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-napravlenie .field--name-node-title {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  width: calc(100% - 60px);
  backdrop-filter: blur(6.5px);
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 12px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-napravlenie .field--name-node-title * {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-napravlenie .field--name-node-title * {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-napravlenie .field--name-node-title * {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-napravlenie .field--name-node-title * {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-napravlenie .field--name-node-title * {
    font-size: 17px;
  }
}
.view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-napravlenie .field--name-node-title a {
  padding: 32px 35px;
  display: flex;
  gap: 18px;
  align-items: center;
}
.view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-napravlenie .field--name-node-title a:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  max-width: 18px;
  max-height: 18px;
  border-radius: 50%;
  background-color: #34A63D;
  font-size: 0;
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-napravlenie .field--name-node-title a:before {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    max-width: 16px;
    max-height: 16px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-napravlenie .field--name-node-title a:before {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
    max-width: 14px;
    max-height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-napravlenie .field--name-node-title a:before {
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
    max-width: 12px;
    max-height: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-napravlenie .field--name-node-title a {
    padding: 28px 32px;
    gap: 16px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-napravlenie .field--name-node-title a {
    padding: 24px 28px;
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-napravlenie .field--name-node-title a {
    padding: 20px 24px;
    gap: 12px;
  }
}
@media screen and (max-width: 575px) {
  .view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-napravlenie .field--name-node-title a {
    padding: 16px 21px;
  }
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-napravlenie .field--name-node-title {
    bottom: 25px;
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-napravlenie .field--name-node-title {
    bottom: 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-napravlenie .field--name-node-title {
    bottom: 18px;
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .view-taxonomy-term.view-display-id-page_1 .view-content .views-row .node--type-napravlenie .field--name-node-title {
    font-size: 17px;
  }
}
.view-taxonomy-term.view-display-id-page_1 .view-content .views-row:hover .field--name-field-napravlenie-foto-anons img {
  transform: scale(1.1);
}
.view-taxonomy-term.view-display-id-page_1 .view-content .views-row:hover .field--name-node-title {
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .view-taxonomy-term.view-display-id-page_1 .view-content .views-row {
    width: 292px;
    height: 270px;
  }
}
@media screen and (max-width: 991px) {
  .view-taxonomy-term.view-display-id-page_1 .view-content .views-row {
    width: 333px;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term.view-display-id-page_1 .view-content .views-row {
    width: 100%;
    height: 385px;
  }
}
@media screen and (max-width: 575px) {
  .view-taxonomy-term.view-display-id-page_1 .view-content .views-row {
    height: 300px;
  }
}
@media screen and (max-width: 450px) {
  .view-taxonomy-term.view-display-id-page_1 .view-content .views-row {
    height: 200px;
  }
}
@media screen and (max-width: 400px) {
  .view-taxonomy-term.view-display-id-page_1 .view-content .views-row {
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .view-taxonomy-term.view-display-id-page_1 .view-content {
    gap: 10px;
  }
}
#block-vesta-theme-strokanavigacii {
  margin-top: 40px;
  margin-bottom: 32px;
}
#block-vesta-theme-strokanavigacii .breadcrumb .breadcrumb-item {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.4);
}
#block-vesta-theme-strokanavigacii .breadcrumb .breadcrumb-item a {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#block-vesta-theme-strokanavigacii .breadcrumb .breadcrumb-item a:hover {
  color: #34A63D;
}
#block-vesta-theme-strokanavigacii .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-g.svg);
  font-size: 0;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-strokanavigacii {
    margin-top: 35px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-strokanavigacii {
    margin-top: 30px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-strokanavigacii {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-strokanavigacii {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.modal-content .modal-body .web_img {
  display: none;
}
.modal-content .modal-body .subtitle {
  margin-bottom: 15px;
}
.modal-content .modal-footer .webform-button--submit {
  width: max-content;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 7px 19px 7px 9px;
  background-color: #34A63D;
  border: 1px solid #34A63D;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.modal-content .modal-footer .webform-button--submit:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.3s;
}
.modal-content .modal-footer .webform-button--submit:hover {
  background-color: #fff;
  color: #000;
}
.modal-content .modal-footer .webform-button--submit:hover:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right.svg);
  background-color: #34A63D;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-content a {
  color: #34A63D;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-actions button {
  background-color: #34A63D;
}
.not-front .view-id-gallery_page .view-content > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  height: max-content !important;
}
.not-front .view-id-gallery_page .view-content > div > div {
  position: relative;
  width: 277px;
  height: 277px;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden;
  border-radius: 10px;
}
.not-front .view-id-gallery_page .view-content > div > div * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.not-front .view-id-gallery_page .view-content > div > div img {
  transition: 0.3s;
}
.not-front .view-id-gallery_page .view-content > div > div img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 1199px) {
  .not-front .view-id-gallery_page .view-content > div > div {
    width: 225px;
    height: 225px;
  }
}
@media screen and (max-width: 991px) {
  .not-front .view-id-gallery_page .view-content > div > div {
    width: 232px;
    height: 232px;
  }
}
@media screen and (max-width: 767px) {
  .not-front .view-id-gallery_page .view-content > div > div {
    width: calc(50% - 10px);
    height: auto;
  }
}
.body-view--fotogalereya .view-fotogalereya .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row {
  width: 370px !important;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery {
  width: 100%;
  height: 100%;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery {
  width: 100%;
  height: 400px;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery img {
  transition: 0.3s;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery {
    height: auto;
  }
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title {
  margin-top: 10px;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title a {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  margin: 0;
  text-transform: uppercase;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title a:hover {
  color: #34A63D;
}
@media screen and (max-width: 1199px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title a {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row {
    width: 300px !important;
  }
}
@media screen and (max-width: 991px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row {
    width: 354px !important;
  }
}
@media screen and (max-width: 767px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row {
    width: 265px !important;
  }
}
@media screen and (max-width: 575px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .body-view--fotogalereya .view-fotogalereya .view-content {
    gap: 15px;
  }
}
#block-vesta-theme-knopkadobavitotzyv {
  margin-bottom: 20px;
}
#block-vesta-theme-knopkadobavitotzyv .add-review {
  width: max-content;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 7px 19px 7px 9px;
  background-color: #34A63D;
  border: 1px solid #34A63D;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
#block-vesta-theme-knopkadobavitotzyv .add-review:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.3s;
}
#block-vesta-theme-knopkadobavitotzyv .add-review:hover {
  background-color: #fff;
  color: #000;
}
#block-vesta-theme-knopkadobavitotzyv .add-review:hover:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right.svg);
  background-color: #34A63D;
}
#block-vesta-theme-knopkadobavitotzyv.closed {
  display: none;
}
#block-vesta-theme-contentform {
  display: none;
}
#block-vesta-theme-contentform .field--name-field-otzyv {
  margin-top: 15px;
}
#block-vesta-theme-contentform .field--name-field-otzyv textarea {
  resize: none;
}
#block-vesta-theme-contentform .field--name-field-otzyv .form-wrapper {
  display: none;
}
#block-vesta-theme-contentform .form-type-vertical-tabs {
  display: none;
}
#block-vesta-theme-contentform .form-actions {
  margin-top: 15px;
}
#block-vesta-theme-contentform .form-actions button {
  width: max-content;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 7px 19px 7px 9px;
  background-color: #34A63D;
  border: 1px solid #34A63D;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
#block-vesta-theme-contentform .form-actions button:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.3s;
}
#block-vesta-theme-contentform .form-actions button:hover {
  background-color: #fff;
  color: #000;
}
#block-vesta-theme-contentform .form-actions button:hover:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right.svg);
  background-color: #34A63D;
}
#block-vesta-theme-contentform .form-actions button:nth-child(1n + 2) {
  display: none;
}
#block-vesta-theme-contentform.open {
  display: block;
  margin-bottom: 20px;
}
.view-akcii .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-akcii .view-content .views-row {
  width: 270px;
}
.view-akcii .view-content .views-row .node--type-akciya {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.view-akcii .view-content .views-row .node--type-akciya .field--name-field-akciya-foto {
  width: 100%;
  height: 235px;
  border-radius: 20px;
  overflow: hidden;
}
.view-akcii .view-content .views-row .node--type-akciya .field--name-field-akciya-foto * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.view-akcii .view-content .views-row .node--type-akciya .field--name-field-akciya-foto img {
  transition: 0.3s;
}
.view-akcii .view-content .views-row .node--type-akciya .field--name-field-akciya-foto img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 991px) {
  .view-akcii .view-content .views-row .node--type-akciya .field--name-field-akciya-foto {
    height: 180px;
  }
}
.view-akcii .view-content .views-row .node--type-akciya .field--name-node-post-date {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  margin-top: 25px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #34a63d;
}
.view-akcii .view-content .views-row .node--type-akciya .field--name-node-post-date * {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #34a63d;
}
@media screen and (max-width: 1199px) {
  .view-akcii .view-content .views-row .node--type-akciya .field--name-node-post-date * {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .view-akcii .view-content .views-row .node--type-akciya .field--name-node-post-date {
    padding-bottom: 15px;
    margin-top: 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .view-akcii .view-content .views-row .node--type-akciya .field--name-node-post-date {
    margin-top: 15px;
  }
}
.view-akcii .view-content .views-row .node--type-akciya .field--name-node-title {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-akcii .view-content .views-row .node--type-akciya .field--name-node-title * {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .view-akcii .view-content .views-row .node--type-akciya .field--name-node-title * {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-akcii .view-content .views-row .node--type-akciya .field--name-node-title * {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .view-akcii .view-content .views-row .node--type-akciya .field--name-node-title {
    margin-top: 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-akcii .view-content .views-row .node--type-akciya .field--name-node-title {
    font-size: 14px;
  }
}
.view-akcii .view-content .views-row .node--type-akciya .field--name-body {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-akcii .view-content .views-row .node--type-akciya .field--name-body * {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .view-akcii .view-content .views-row .node--type-akciya .field--name-body * {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .view-akcii .view-content .views-row .node--type-akciya .field--name-body {
    margin-top: 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .view-akcii .view-content .views-row .node--type-akciya .field--name-body {
    margin-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  .view-akcii .view-content .views-row .node--type-akciya {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .view-akcii .view-content .views-row {
    width: 292px;
  }
}
@media screen and (max-width: 991px) {
  .view-akcii .view-content .views-row {
    width: 333px;
  }
}
@media screen and (max-width: 767px) {
  .view-akcii .view-content .views-row {
    width: 250px;
  }
}
@media screen and (max-width: 575px) {
  .view-akcii .view-content .views-row {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .view-akcii .view-content {
    gap: 15px;
  }
}
@media screen and (max-width: 575px) {
  .view-akcii .view-content {
    gap: 30px;
  }
}
.not-front #block-vesta-theme-content > h3 > a {
  color: #000;
  font-size: 18px;
}
.not-front #block-vesta-theme-content > h3 > a:hover {
  color: #34A63D;
}
.not-front #main .search-api-page-block-form-search {
  background-color: transparent;
  width: 100%;
  display: flex;
  gap: 10px;
}
.not-front #main .search-api-page-block-form-search .js-form-type-search {
  width: 100%;
}
.not-front #main .search-api-page-block-form-search .js-form-type-search input {
  border-radius: 50px;
}
.not-front #main .search-api-page-block-form-search .js-form-submit {
  border-radius: 50px;
  background-color: #34A63D;
  border: 1px solid #34A63D;
}
.not-front #main .search-api-page-block-form-search .js-form-submit:hover {
  color: #000;
  background-color: transparent;
}
.not-front #main .commerce-product--view-mode-poiskovyy-indeks,
.not-front #main .node--view-mode-search-index {
  margin-bottom: 10px;
}
.not-front #main .commerce-product--view-mode-poiskovyy-indeks a,
.not-front #main .node--view-mode-search-index a {
  color: #000;
  font-weight: 700;
}
.not-front #main .commerce-product--view-mode-poiskovyy-indeks a:hover,
.not-front #main .node--view-mode-search-index a:hover {
  color: #34A63D;
}
.pagination {
  margin-top: 15px;
  justify-content: center;
}
.pagination .page-item a {
  color: #34A63D;
}
.pagination .page-item.active a {
  border-color: #fff;
  color: #fff;
  background-color: #34A63D;
}
#scrollToTop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: none;
  text-indent: 0;
  font-size: 0;
  border: 0px;
  outline: 0px;
  bottom: 120px;
  cursor: pointer;
  position: fixed;
  right: 25px;
  z-index: 10;
  transition: 0.2s;
  padding: 0;
  background-color: #34A63D;
  border-radius: 50%;
}
#scrollToTop img {
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 1199px) {
  #scrollToTop img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 991px) {
  #scrollToTop img {
    width: 37px;
    height: 37px;
  }
}
@media screen and (max-width: 1199px) {
  #scrollToTop {
    width: 55px;
    height: 55px;
    bottom: 100px;
    right: 20px;
  }
}
@media screen and (max-width: 991px) {
  #scrollToTop {
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #scrollToTop {
    bottom: 60px;
  }
}
@media screen and (max-width: 575px) {
  #scrollToTop {
    bottom: 40px;
  }
}
.vpa-full .vpa-content p {
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}
.vpa-full .vpa-content p * {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}
.vpa-full #vpa-btn-yes {
  padding: 10px 24px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}
.vpa-full #vpa-btn-yes:hover {
  background-color: #fff;
}
.vpa-full #vpa-btn-no {
  padding: 10px 24px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  background-color: #fff !important;
  border: 1px solid #34A63D !important;
}
.vpa-full #vpa-btn-no:hover {
  background-color: #34A63D !important;
  border: 1px solid #fff !important;
}
.node--type-specialist.node--view-mode-full .field--name-field-specialist-foto {
  width: 400px;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.node--type-specialist.node--view-mode-full .field--name-field-specialist-foto * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .node--type-specialist.node--view-mode-full .field--name-field-specialist-foto {
    width: 330px;
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-specialist.node--view-mode-full .field--name-field-specialist-foto {
    width: 100%;
    height: auto;
  }
}
.node--type-specialist.node--view-mode-full .field--name-field-stazh {
  margin-top: auto;
  font-size: 20px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #e31e24;
}
@media screen and (max-width: 1199px) {
  .node--type-specialist.node--view-mode-full .field--name-field-stazh {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .node--type-specialist.node--view-mode-full .field--name-field-stazh {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .node--type-specialist.node--view-mode-full .field--name-field-stazh {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .node--type-specialist.node--view-mode-full .field--name-field-stazh {
    font-size: 17px;
  }
}
.node--type-specialist.node--view-mode-full .field--name-dynamic-token-fieldnode-zapisatsya-na-priem {
  margin-top: 15px;
}
.node--type-specialist.node--view-mode-full .field--name-dynamic-token-fieldnode-zapisatsya-na-priem a {
  width: max-content;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 7px 19px 7px 9px;
  background-color: transparent;
  border: 1px solid #34A63D;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  background-color: #34A63D;
  color: #fff;
}
.node--type-specialist.node--view-mode-full .field--name-dynamic-token-fieldnode-zapisatsya-na-priem a:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #B8E0BA;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .node--type-specialist.node--view-mode-full .field--name-dynamic-token-fieldnode-zapisatsya-na-priem a {
    padding: 7px 15px 7px 9px;
  }
}
.node--type-specialist.node--view-mode-full .field--name-dynamic-token-fieldnode-zapisatsya-na-priem a:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  background-color: #fff;
}
.node--type-specialist.node--view-mode-full .field--name-dynamic-token-fieldnode-zapisatsya-na-priem a:hover {
  width: max-content;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 7px 19px 7px 9px;
  background-color: transparent;
  border: 1px solid #34A63D;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.node--type-specialist.node--view-mode-full .field--name-dynamic-token-fieldnode-zapisatsya-na-priem a:hover:before {
  content: url(/sites/all/themes/vesta_theme/image/Caret-right-3.svg);
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #B8E0BA;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .node--type-specialist.node--view-mode-full .field--name-dynamic-token-fieldnode-zapisatsya-na-priem a:hover {
    padding: 7px 15px 7px 9px;
  }
}
.node--type-specialist.node--view-mode-full .field--name-body {
  margin-top: 15px;
}
.ajax-progress {
  display: none !important;
}
.node--type-napravlenie.node--view-mode-full .field--name-body .align-center {
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}
@media screen and (max-width: 1199px) {
  .node--type-napravlenie.node--view-mode-full .field--name-body .align-center {
    border-radius: 15px;
  }
}
@media screen and (max-width: 575px) {
  .node--type-page.node--view-mode-full .field--name-body table tbody {
    min-width: 516px;
  }
}
@media screen and (max-width: 575px) {
  .node--type-page.node--view-mode-full .field--name-body table {
    display: block;
    overflow-x: auto;
  }
}
