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;
}
@property --myColor1 {
  syntax: '<color>';
  initial-value: #9c6f36;
  inherits: false;
}
@property --myColor2 {
  syntax: '<color>';
  initial-value: #f2ea95;
  inherits: false;
}
.gra_btn {
  width: 100%;
  position: relative;
  border-radius: 10px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: --myColor1 0.3s, --myColor2 0.3s;
  background: transparent;
  padding: 13px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: #121212;
}
@media screen and (max-width: 1199px) {
  .gra_btn {
    padding: 12px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .gra_btn {
    padding: 11px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .gra_btn {
    padding: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .gra_btn {
    padding: 9px;
    font-size: 12px;
  }
}
.gra_btn_hover {
  background: linear-gradient(110deg, var(--myColor1) 0%, var(--myColor2) 50%, var(--myColor1) 100%);
}
.title_block {
  margin-bottom: 30px;
  font-size: 57px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  color: #121212;
}
@media screen and (max-width: 1199px) {
  .title_block {
    margin-bottom: 25px;
    font-size: 47px;
  }
}
@media screen and (max-width: 991px) {
  .title_block {
    margin-bottom: 20px;
    font-size: 37px;
  }
}
@media screen and (max-width: 767px) {
  .title_block {
    margin-bottom: 15px;
    font-size: 27px;
  }
}
@media screen and (max-width: 575px) {
  .title_block {
    margin-bottom: 15px;
    font-size: 17px;
  }
}
: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;
}
@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: "Roboto Serif", serif;
  color: var(--color2);
  background-color: #FFF6C8;
}
#app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.toolbar-fixed #app {
  margin-top: var(--drupal-displace-offset-top);
}
@media screen and (max-width: 575px) {
  #app {
    padding-top: 55px;
  }
}
#header {
  position: relative;
}
#header .region-banner-fon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#header .region-banner-fon .block {
  width: 100%;
  height: 100%;
}
#header .region-banner-fon .block .field--name-body {
  width: 100%;
  height: 100%;
}
#header .region-banner-fon .block .field--name-body * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
#header .header-top {
  position: relative;
  padding: 40px 0 !important;
  z-index: 500;
}
#header .header-top .navigation .nav {
  display: flex;
  gap: 20px;
}
#header .header-top .navigation .nav .nav-item a {
  padding: 0;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
#header .header-top .navigation .nav .nav-item a:after {
  display: none;
}
#header .header-top .navigation .nav .nav-item a:hover {
  color: #F2EA95;
}
@media screen and (max-width: 1199px) {
  #header .header-top .navigation .nav .nav-item a {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  #header .header-top .navigation .nav .nav-item a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-top .navigation .nav .nav-item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  #header .header-top .navigation .nav .nav-item a {
    font-size: 14px;
  }
}
#header .header-top .navigation .nav .nav-item .dropdown-menu .nav-item a {
  padding: 5px;
  font-size: 18px;
  color: #000;
}
#header .header-top .navigation .nav .nav-item .dropdown-menu .nav-item a:hover {
  color: #9C6F36;
}
@media screen and (max-width: 1199px) {
  #header .header-top .navigation .nav .nav-item .dropdown-menu .nav-item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  #header .header-top .navigation .nav .nav-item .dropdown-menu .nav-item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-top .navigation .nav .nav-item .dropdown-menu .nav-item a {
    font-size: 12px;
  }
}
@media screen and (max-width: 575px) {
  #header .header-top .navigation .nav .nav-item .dropdown-menu .nav-item a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  #header .header-top .navigation .nav {
    gap: 15px;
  }
}
@media screen and (max-width: 991px) {
  #header .header-top .navigation .nav {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-top .navigation .nav {
    gap: 15px;
  }
}
@media screen and (max-width: 575px) {
  #header .header-top .navigation .nav {
    gap: 15px;
  }
}
#header .header-top .col-search {
  margin-left: auto;
  margin-right: 10px;
}
#header .header-top .col-search .search-api-page-block-form-search {
  width: 140px;
}
#header .header-top .col-search .search-api-page-block-form-search form .form-search {
  padding: 5px 10px;
  border-radius: 100px;
  border: solid 1px #fff;
  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: #fff;
}
#header .header-top .col-search .search-api-page-block-form-search form .form-search::placeholder {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  #header .header-top .col-search .search-api-page-block-form-search form .form-search::placeholder {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #header .header-top .col-search .search-api-page-block-form-search form .form-search::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-top .col-search .search-api-page-block-form-search form .form-search::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  #header .header-top .col-search .search-api-page-block-form-search form .form-search::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  #header .header-top .col-search .search-api-page-block-form-search form .form-search {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #header .header-top .col-search .search-api-page-block-form-search form .form-search {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-top .col-search .search-api-page-block-form-search form .form-search {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  #header .header-top .col-search .search-api-page-block-form-search form .form-search {
    font-size: 14px;
  }
}
#header .header-top .col-search .search-api-page-block-form-search form .form-actions {
  display: none;
}
#header .header-top .col-contacts a {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
#header .header-top .col-contacts a:hover {
  color: #F2EA95;
}
@media screen and (max-width: 1199px) {
  #header .header-top .col-contacts a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  #header .header-top {
    padding: 35px 0 !important;
  }
}
@media screen and (max-width: 991px) {
  #header .header-top {
    padding: 30px 0 !important;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header .header-top {
    padding: 25px 0 !important;
  }
}
@media screen and (max-width: 575px) {
  #header .header-top {
    padding: 20px 0 !important;
  }
}
#header .header-bottom {
  margin-top: 40px;
  position: relative;
  z-index: 1;
  background-color: transparent;
}
#header .header-bottom .banner {
  position: relative;
}
#header .header-bottom .banner .region-banner-title1 {
  margin-left: -300px;
}
#header .header-bottom .banner .region-banner-title1 .field--name-body {
  padding-right: 300px;
  font-size: 57px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}
#header .header-bottom .banner .region-banner-title1 .field--name-body * {
  margin: 0;
  font-size: 57px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  #header .header-bottom .banner .region-banner-title1 .field--name-body * {
    font-size: 47px;
  }
}
@media screen and (max-width: 991px) {
  #header .header-bottom .banner .region-banner-title1 .field--name-body * {
    font-size: 37px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-bottom .banner .region-banner-title1 .field--name-body * {
    font-size: 27px;
  }
}
@media screen and (max-width: 575px) {
  #header .header-bottom .banner .region-banner-title1 .field--name-body * {
    font-size: 24px;
  }
}
@media screen and (max-width: 1800px) {
  #header .header-bottom .banner .region-banner-title1 .field--name-body {
    padding-right: 500px;
  }
}
@media screen and (max-width: 1199px) {
  #header .header-bottom .banner .region-banner-title1 .field--name-body {
    padding-right: 0px;
    font-size: 47px;
  }
}
@media screen and (max-width: 991px) {
  #header .header-bottom .banner .region-banner-title1 .field--name-body {
    font-size: 37px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-bottom .banner .region-banner-title1 .field--name-body {
    font-size: 27px;
  }
}
@media screen and (max-width: 575px) {
  #header .header-bottom .banner .region-banner-title1 .field--name-body {
    font-size: 24px;
  }
}
@media screen and (max-width: 1800px) {
  #header .header-bottom .banner .region-banner-title1 {
    margin-left: 0px;
  }
}
#header .header-bottom .banner .region-banner-text {
  margin-top: 25px;
  max-width: 670px;
}
#header .header-bottom .banner .region-banner-text .field--name-body {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.1px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}
#header .header-bottom .banner .region-banner-text .field--name-body * {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.1px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  #header .header-bottom .banner .region-banner-text .field--name-body * {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  #header .header-bottom .banner .region-banner-text .field--name-body * {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-bottom .banner .region-banner-text .field--name-body * {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  #header .header-bottom .banner .region-banner-text .field--name-body * {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  #header .header-bottom .banner .region-banner-text .field--name-body {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  #header .header-bottom .banner .region-banner-text .field--name-body {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-bottom .banner .region-banner-text .field--name-body {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  #header .header-bottom .banner .region-banner-text .field--name-body {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  #header .header-bottom .banner .region-banner-text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  #header .header-bottom .banner .region-banner-text {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-bottom .banner .region-banner-text {
    margin-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  #header .header-bottom .banner .region-banner-text {
    margin-top: 15px;
  }
}
#header .header-bottom .banner .region-banner-social {
  margin-top: 25px;
  width: 100%;
}
#header .header-bottom .banner .region-banner-social .field--name-body {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
#header .header-bottom .banner .region-banner-social .field--name-body a {
  display: block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1199px) {
  #header .header-bottom .banner .region-banner-social .field--name-body a {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 991px) {
  #header .header-bottom .banner .region-banner-social .field--name-body a {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-bottom .banner .region-banner-social .field--name-body a {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 575px) {
  #header .header-bottom .banner .region-banner-social .field--name-body a {
    width: 20px;
    height: 20px;
  }
}
#header .header-bottom .banner .region-banner-social .field--name-body .wp {
  background-image: url(/sites/all/themes/vesta_theme/image/wp.svg);
}
#header .header-bottom .banner .region-banner-social .field--name-body .tg {
  background-image: url(/sites/all/themes/vesta_theme/image/tg.svg);
}
#header .header-bottom .banner .region-banner-social .field--name-body:after {
  display: none;
}
@media screen and (max-width: 1199px) {
  #header .header-bottom .banner .region-banner-social .field--name-body {
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  #header .header-bottom .banner .region-banner-social .field--name-body {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-bottom .banner .region-banner-social .field--name-body {
    gap: 15px;
  }
}
@media screen and (max-width: 575px) {
  #header .header-bottom .banner .region-banner-social .field--name-body {
    gap: 15px;
  }
}
@media screen and (max-width: 1199px) {
  #header .header-bottom .banner .region-banner-social {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  #header .header-bottom .banner .region-banner-social {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-bottom .banner .region-banner-social {
    margin-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  #header .header-bottom .banner .region-banner-social {
    margin-top: 15px;
  }
}
#header .header-bottom .banner .region-banner-usluga1 .views-row,
#header .header-bottom .banner .region-banner-usluga2 .views-row {
  width: 465px;
  background-color: #fff;
  border-radius: 10px;
  padding: 18px 20px 17px;
}
#header .header-bottom .banner .region-banner-usluga1 .views-row .taxonomy-term,
#header .header-bottom .banner .region-banner-usluga2 .views-row .taxonomy-term {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#header .header-bottom .banner .region-banner-usluga1 .views-row .taxonomy-term .field--name-field-izobrazhenie-dlya-bannera,
#header .header-bottom .banner .region-banner-usluga2 .views-row .taxonomy-term .field--name-field-izobrazhenie-dlya-bannera {
  margin-bottom: 18px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
#header .header-bottom .banner .region-banner-usluga1 .views-row .taxonomy-term .field--name-field-izobrazhenie-dlya-bannera *,
#header .header-bottom .banner .region-banner-usluga2 .views-row .taxonomy-term .field--name-field-izobrazhenie-dlya-bannera * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
#header .header-bottom .banner .region-banner-usluga1 .views-row .taxonomy-term .field--name-field-izobrazhenie-dlya-bannera img,
#header .header-bottom .banner .region-banner-usluga2 .views-row .taxonomy-term .field--name-field-izobrazhenie-dlya-bannera img {
  transition: 0.3s;
}
#header .header-bottom .banner .region-banner-usluga1 .views-row .taxonomy-term .field--name-field-izobrazhenie-dlya-bannera img:hover,
#header .header-bottom .banner .region-banner-usluga2 .views-row .taxonomy-term .field--name-field-izobrazhenie-dlya-bannera img:hover {
  transform: scale(1.1);
}
#header .header-bottom .banner .region-banner-usluga1 .views-row .taxonomy-term .field--name-field-zagolovok-kartochka-v-bann,
#header .header-bottom .banner .region-banner-usluga2 .views-row .taxonomy-term .field--name-field-zagolovok-kartochka-v-bann {
  width: calc(100% - 35px);
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
  text-transform: uppercase;
}
#header .header-bottom .banner .region-banner-usluga1 .views-row .taxonomy-term .field--name-field-zagolovok-kartochka-v-bann *,
#header .header-bottom .banner .region-banner-usluga2 .views-row .taxonomy-term .field--name-field-zagolovok-kartochka-v-bann * {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
  text-transform: uppercase;
}
#header .header-bottom .banner .region-banner-usluga1 .views-row .taxonomy-term .field--name-field-zagolovok-kartochka-v-bann a:hover,
#header .header-bottom .banner .region-banner-usluga2 .views-row .taxonomy-term .field--name-field-zagolovok-kartochka-v-bann a:hover {
  color: #9C6F36;
}
#header .header-bottom .banner .region-banner-usluga1 .views-row .taxonomy-term .field--name-taxonomy-term-link a,
#header .header-bottom .banner .region-banner-usluga2 .views-row .taxonomy-term .field--name-taxonomy-term-link a {
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(/sites/all/themes/vesta_theme/image/more.svg);
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(1);
  font-size: 0;
}
#header .header-bottom .banner .region-banner-usluga1 .views-row .taxonomy-term .field--name-field-opisanie-kartochka-v-banne,
#header .header-bottom .banner .region-banner-usluga2 .views-row .taxonomy-term .field--name-field-opisanie-kartochka-v-banne {
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}
@media screen and (max-width: 1800px) {
  #header .header-bottom .banner .region-banner-usluga1 .views-row,
  #header .header-bottom .banner .region-banner-usluga2 .views-row {
    width: 325px;
  }
}
@media screen and (max-width: 1199px) {
  #header .header-bottom .banner .region-banner-usluga1,
  #header .header-bottom .banner .region-banner-usluga2 {
    display: none;
  }
}
#header .header-bottom .banner .region-banner-usluga1 {
  position: absolute;
  left: -300px;
  bottom: 80px;
}
#header .header-bottom .banner .region-banner-usluga1 .views-row .taxonomy-term .field--name-field-izobrazhenie-dlya-bannera {
  height: 310px;
}
#header .header-bottom .banner .region-banner-usluga1 .views-row .taxonomy-term .field--name-field-zagolovok-kartochka-v-bann {
  max-width: 320px;
}
@media screen and (max-width: 1800px) {
  #header .header-bottom .banner .region-banner-usluga1 {
    left: 0;
  }
}
#header .header-bottom .banner .region-banner-usluga2 {
  position: absolute;
  right: -300px;
  top: 80px;
}
#header .header-bottom .banner .region-banner-usluga2 .views-row .taxonomy-term .field--name-field-izobrazhenie-dlya-bannera {
  height: 450px;
}
@media screen and (max-width: 1800px) {
  #header .header-bottom .banner .region-banner-usluga2 .views-row .taxonomy-term .field--name-field-izobrazhenie-dlya-bannera {
    height: 310px;
  }
}
#header .header-bottom .banner .region-banner-usluga2 .views-row .taxonomy-term .field--name-field-opisanie-kartochka-v-banne {
  max-width: 390px;
}
@media screen and (max-width: 1800px) {
  #header .header-bottom .banner .region-banner-usluga2 {
    right: 0;
  }
}
#header .header-bottom .banner .region-banner-logo {
  margin-top: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
}
#header .header-bottom .banner .region-banner-logo .field--name-body img {
  width: 500px !important;
  height: auto !important;
  object-fit: contain;
}
@media screen and (max-width: 1199px) {
  #header .header-bottom .banner .region-banner-logo .field--name-body img {
    width: 450px !important;
  }
}
@media screen and (max-width: 991px) {
  #header .header-bottom .banner .region-banner-logo .field--name-body img {
    width: 400px !important;
  }
}
@media screen and (max-width: 767px) {
  #header .header-bottom .banner .region-banner-logo .field--name-body img {
    width: 350px !important;
  }
}
@media screen and (max-width: 575px) {
  #header .header-bottom .banner .region-banner-logo .field--name-body img {
    width: 300px !important;
  }
}
@media screen and (max-width: 1199px) {
  #header .header-bottom .banner .region-banner-logo {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  #header .header-bottom .banner .region-banner-logo {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-bottom .banner .region-banner-logo {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  #header .header-bottom .banner .region-banner-logo {
    margin-top: 20px;
  }
}
#header .header-bottom .banner .region-banner-title2 {
  margin: 245px -300px 70px auto;
}
#header .header-bottom .banner .region-banner-title2 .field--name-body {
  padding-left: 300px;
  font-size: 57px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
}
#header .header-bottom .banner .region-banner-title2 .field--name-body * {
  font-size: 57px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  #header .header-bottom .banner .region-banner-title2 .field--name-body * {
    font-size: 47px;
  }
}
@media screen and (max-width: 991px) {
  #header .header-bottom .banner .region-banner-title2 .field--name-body * {
    font-size: 37px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-bottom .banner .region-banner-title2 .field--name-body * {
    font-size: 27px;
  }
}
@media screen and (max-width: 575px) {
  #header .header-bottom .banner .region-banner-title2 .field--name-body * {
    font-size: 24px;
  }
}
@media screen and (max-width: 1800px) {
  #header .header-bottom .banner .region-banner-title2 .field--name-body {
    padding-left: 500px;
  }
}
@media screen and (max-width: 1199px) {
  #header .header-bottom .banner .region-banner-title2 .field--name-body {
    padding-left: 0px;
    font-size: 47px;
  }
}
@media screen and (max-width: 991px) {
  #header .header-bottom .banner .region-banner-title2 .field--name-body {
    font-size: 37px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-bottom .banner .region-banner-title2 .field--name-body {
    font-size: 27px;
  }
}
@media screen and (max-width: 575px) {
  #header .header-bottom .banner .region-banner-title2 .field--name-body {
    font-size: 24px;
  }
}
@media screen and (max-width: 1800px) {
  #header .header-bottom .banner .region-banner-title2 {
    margin: 200px 0px 60px auto;
  }
}
@media screen and (max-width: 1199px) {
  #header .header-bottom .banner .region-banner-title2 {
    margin: 150px 0px 50px auto;
  }
}
@media screen and (max-width: 991px) {
  #header .header-bottom .banner .region-banner-title2 {
    margin: 100px 0px 40px auto;
  }
}
@media screen and (max-width: 767px) {
  #header .header-bottom .banner .region-banner-title2 {
    margin: 50px 0px 30px auto;
  }
}
@media screen and (max-width: 575px) {
  #header .header-bottom .banner .region-banner-title2 {
    margin: 40px 0px 20px auto;
  }
}
@media screen and (max-width: 991px) {
  #header .header-bottom {
    margin-top: 100px;
  }
}
@media screen and (max-width: 575px) {
  #header .header-bottom {
    margin-top: 60px;
  }
}
#header-mob {
  background-color: #241A17;
}
#header-mob .col-nav img {
  filter: invert(1);
}
#header-mob .col-logo img {
  width: 70px !important;
  height: 70px !important;
  object-fit: contain;
}
#header-mob .col-phone a {
  color: #fff;
}
#header-mob .col-phone a:hover {
  color: #F2EA95;
}
.mob-menu {
  background-color: #241A17;
}
.mob-menu .btn-close {
  filter: invert(1);
}
.mob-menu .search-api-page-block-form-search {
  width: 140px;
}
.mob-menu .search-api-page-block-form-search form .form-search {
  padding: 5px 10px;
  border-radius: 100px;
  border: solid 1px #fff;
  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: #fff;
}
.mob-menu .search-api-page-block-form-search form .form-search::placeholder {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .mob-menu .search-api-page-block-form-search form .form-search::placeholder {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .mob-menu .search-api-page-block-form-search form .form-search::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .mob-menu .search-api-page-block-form-search form .form-search::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .mob-menu .search-api-page-block-form-search form .form-search::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .mob-menu .search-api-page-block-form-search form .form-search {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .mob-menu .search-api-page-block-form-search form .form-search {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .mob-menu .search-api-page-block-form-search form .form-search {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .mob-menu .search-api-page-block-form-search form .form-search {
    font-size: 14px;
  }
}
.mob-menu .search-api-page-block-form-search form .form-actions {
  display: none;
}
.mob-menu #block-vesta-theme-osnovnayanavigaciya-4 {
  margin-top: 20px;
}
.mob-menu #block-vesta-theme-osnovnayanavigaciya-4 .nav {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.mob-menu #block-vesta-theme-osnovnayanavigaciya-4 .nav .nav-item a {
  padding: 0;
  color: #fff;
}
.mob-menu #block-vesta-theme-osnovnayanavigaciya-4 .nav .nav-item a:hover {
  color: #F2EA95;
}
.mob-menu #block-vesta-theme-osnovnayanavigaciya-4 .nav .nav-item .dropdown-menu {
  border: none !important;
}
.mob-menu #block-vesta-theme-osnovnayanavigaciya-4 .nav .nav-item .dropdown-menu .nav-item a {
  padding-left: 10px;
  font-size: 14px;
}
.mob-menu .contact-item {
  margin-top: 20px;
}
.mob-menu .contact-item a {
  color: #fff;
}
.mob-menu .contact-item a:hover {
  color: #F2EA95;
}
.mob-menu .msngrs {
  margin-top: 20px;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
#block-vesta-theme-views-block-nashi-preimushchestva-block-1 {
  margin-top: 100px;
  position: relative;
}
#block-vesta-theme-views-block-nashi-preimushchestva-block-1 .block-title {
  margin-bottom: 30px;
  font-size: 57px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  color: #121212;
  padding-right: 140px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-nashi-preimushchestva-block-1 .block-title {
    margin-bottom: 25px;
    font-size: 47px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-nashi-preimushchestva-block-1 .block-title {
    margin-bottom: 20px;
    font-size: 37px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-nashi-preimushchestva-block-1 .block-title {
    margin-bottom: 15px;
    font-size: 27px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-nashi-preimushchestva-block-1 .block-title {
    margin-bottom: 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-nashi-preimushchestva-block-1 .block-title {
    padding-right: 0px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-nashi-preimushchestva-block-1 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-nashi-preimushchestva-block-1 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-nashi-preimushchestva-block-1 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-nashi-preimushchestva-block-1 {
    margin-top: 20px;
  }
}
.view-nashi-preimushchestva {
  position: unset;
}
.view-nashi-preimushchestva .view-header {
  position: absolute;
  top: 22px;
  right: 0;
}
.view-nashi-preimushchestva .view-header a {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
  text-decoration: underline !important;
}
.view-nashi-preimushchestva .view-header a:hover {
  color: #9C6F36;
  text-decoration: underline !important;
}
@media screen and (max-width: 1199px) {
  .view-nashi-preimushchestva .view-header a {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-nashi-preimushchestva .view-header a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-nashi-preimushchestva .view-header a {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .view-nashi-preimushchestva .view-header a {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .view-nashi-preimushchestva .view-header {
    order: 1;
    margin-top: 20px;
    position: relative;
    top: 0;
    right: 0;
  }
}
.view-nashi-preimushchestva .view-content {
  display: flex;
  flex-direction: column;
}
.view-nashi-preimushchestva .view-content .views-row {
  width: 100%;
  padding-top: 20px;
  position: relative;
}
.view-nashi-preimushchestva .view-content .views-row:before {
  content: '';
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #B79753;
  position: absolute;
  top: 0;
  right: 0;
}
.view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  color: #121212;
}
.view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title * {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  color: #121212;
}
@media screen and (max-width: 1199px) {
  .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title * {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title * {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title * {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title * {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title {
    font-size: 16px;
  }
}
.view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
}
.view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body * {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
}
@media screen and (max-width: 1199px) {
  .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body * {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body * {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body * {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body * {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .view-nashi-preimushchestva .view-content .views-row {
    padding-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-nashi-preimushchestva .view-content .views-row {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-nashi-preimushchestva .view-content .views-row {
    padding-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  .view-nashi-preimushchestva .view-content .views-row {
    padding-top: 15px;
  }
}
.view-nashi-preimushchestva .view-content .views-row:nth-child(2n):before {
  left: 0;
  right: auto;
}
.view-nashi-preimushchestva .view-content .views-row:nth-child(2n) .field--name-node-title {
  text-align: right !important;
}
.view-nashi-preimushchestva .view-content .views-row:nth-child(2n) .field--name-node-title * {
  text-align: right !important;
}
@media screen and (max-width: 991px) {
  .view-nashi-preimushchestva .view-content .views-row:nth-child(2n) .field--name-node-title * {
    text-align: left !important;
  }
}
@media screen and (max-width: 991px) {
  .view-nashi-preimushchestva .view-content .views-row:nth-child(2n) .field--name-node-title {
    text-align: left !important;
  }
}
.view-nashi-preimushchestva .view-content .views-row:nth-child(2n) .field--name-body {
  text-align: right !important;
}
.view-nashi-preimushchestva .view-content .views-row:nth-child(2n) .field--name-body * {
  text-align: right !important;
}
@media screen and (max-width: 991px) {
  .view-nashi-preimushchestva .view-content .views-row:nth-child(2n) .field--name-body * {
    text-align: left !important;
  }
}
@media screen and (max-width: 991px) {
  .view-nashi-preimushchestva .view-content .views-row:nth-child(2n) .field--name-body {
    text-align: left !important;
  }
}
.view-nashi-preimushchestva .view-content .views-row + .views-row {
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .view-nashi-preimushchestva .view-content .views-row + .views-row {
    margin-top: 25px;
  }
}
@media screen and (max-width: 991px) {
  .view-nashi-preimushchestva .view-content .views-row + .views-row {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-nashi-preimushchestva .view-content .views-row + .views-row {
    margin-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  .view-nashi-preimushchestva .view-content .views-row + .views-row {
    margin-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-nashi-preimushchestva .view-content {
    order: 0;
  }
}
@media screen and (max-width: 991px) {
  .view-nashi-preimushchestva {
    display: flex;
    flex-direction: column;
  }
}
#block-vesta-theme-views-block-catalog-block-front {
  margin-top: 100px;
  padding-top: 35px;
  padding-bottom: 45px;
  position: relative;
}
#block-vesta-theme-views-block-catalog-block-front:before {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  background-image: url(/sites/all/themes/vesta_theme/image/catalog-fon.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#block-vesta-theme-views-block-catalog-block-front .block-title {
  margin-bottom: 30px;
  font-size: 57px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  color: #121212;
  padding-right: 140px;
  position: relative;
  color: #fff;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-catalog-block-front .block-title {
    margin-bottom: 25px;
    font-size: 47px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-catalog-block-front .block-title {
    margin-bottom: 20px;
    font-size: 37px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-catalog-block-front .block-title {
    margin-bottom: 15px;
    font-size: 27px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-catalog-block-front .block-title {
    margin-bottom: 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-catalog-block-front .block-title {
    padding-right: 0px;
  }
}
#block-vesta-theme-views-block-catalog-block-front .view-catalog {
  position: unset;
}
#block-vesta-theme-views-block-catalog-block-front .view-catalog .more-link {
  position: absolute;
  top: 50px;
  right: 0;
}
#block-vesta-theme-views-block-catalog-block-front .view-catalog .more-link a {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-decoration: underline !important;
}
#block-vesta-theme-views-block-catalog-block-front .view-catalog .more-link a:hover {
  color: #F2EA95;
  text-decoration: underline !important;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-catalog-block-front .view-catalog .more-link a {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-catalog-block-front .view-catalog .more-link a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-catalog-block-front .view-catalog .more-link a {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-catalog-block-front .view-catalog .more-link a {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-catalog-block-front .view-catalog .more-link {
    margin-top: 20px;
    position: relative;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-catalog-block-front {
    margin-top: 80px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-catalog-block-front {
    margin-top: 60px;
    padding-top: 25px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-catalog-block-front {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-catalog-block-front {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
.view-catalog .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-catalog .view-content .views-row {
  width: 370px;
}
.view-catalog .view-content .views-row .taxonomy-term {
  position: relative;
}
.view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image {
  width: 100%;
  height: 370px;
  border-radius: 10px;
  overflow: hidden;
}
.view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.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-field-catalog-image img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 1199px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image {
    height: 292px;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image {
    height: 333px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image {
    height: 250px;
  }
}
@media screen and (max-width: 575px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image {
    height: 300px;
  }
}
.view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 290px;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  background-color: #241A17;
  border-radius: 0 10px 0 10px;
  padding: 11px 17px 5px 5px;
}
.view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title:before,
.view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(/sites/all/themes/vesta_theme/image/catalog-rounder.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title:before {
  top: -13px;
  left: 0;
}
.view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title:after {
  bottom: -1px;
  right: -14px;
}
.view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title * {
  display: flex;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title * {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title * {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title * {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title * {
    font-size: 16px;
  }
}
.view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title a:hover {
  color: #F2EA95;
}
@media screen and (max-width: 1199px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title {
    max-width: 90%;
    font-size: 19px;
    padding: 10px 15px 5px 5px;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title {
    max-width: 90%;
    font-size: 18px;
    padding: 5px 10px 5px 5px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title {
    max-width: 90%;
    font-size: 17px;
    padding: 5px;
  }
}
@media screen and (max-width: 575px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title {
    max-width: 90%;
    font-size: 16px;
    padding: 5px;
  }
}
.view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-link {
  position: absolute;
  top: 15px;
  right: 15px;
}
.view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-link a {
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(/sites/all/themes/vesta_theme/image/more.svg);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
}
@media screen and (max-width: 1199px) {
  .view-catalog .view-content .views-row {
    width: 292px;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row {
    width: 333px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .views-row {
    width: 250px;
  }
}
@media screen and (max-width: 575px) {
  .view-catalog .view-content .views-row {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content {
    gap: 15px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-1 {
  margin-top: 100px;
  position: relative;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .block-title {
  margin-bottom: 30px;
  font-size: 57px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  color: #121212;
  padding-right: 140px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .block-title {
    margin-bottom: 25px;
    font-size: 47px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .block-title {
    margin-bottom: 20px;
    font-size: 37px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .block-title {
    margin-bottom: 15px;
    font-size: 27px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .block-title {
    margin-bottom: 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .block-title {
    padding-right: 0px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya {
  position: unset;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery {
  position: unset;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-node-link {
  position: absolute;
  top: 22px;
  right: 0;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-node-link a {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
  text-decoration: underline !important;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-node-link a:hover {
  color: #9C6F36;
  text-decoration: underline !important;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-node-link a {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-node-link a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-node-link a {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-node-link a {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-fotogalereya .node--type-photogallery .field--name-node-link {
    margin-top: 20px;
    position: relative;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 {
    margin-top: 20px;
  }
}
.view-fotogalereya .view-content .node--type-photogallery .field--name-field-gallery {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-fotogalereya .view-content .node--type-photogallery .field--name-field-gallery .field__item {
  width: 370px;
  height: 340px;
  border-radius: 10px;
  overflow: hidden;
}
.view-fotogalereya .view-content .node--type-photogallery .field--name-field-gallery .field__item * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.view-fotogalereya .view-content .node--type-photogallery .field--name-field-gallery .field__item img {
  transition: 0.3s;
}
.view-fotogalereya .view-content .node--type-photogallery .field--name-field-gallery .field__item img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 1199px) {
  .view-fotogalereya .view-content .node--type-photogallery .field--name-field-gallery .field__item {
    width: 292px;
    height: 260px;
  }
}
@media screen and (max-width: 991px) {
  .view-fotogalereya .view-content .node--type-photogallery .field--name-field-gallery .field__item {
    width: 333px;
    height: 310px;
  }
}
@media screen and (max-width: 767px) {
  .view-fotogalereya .view-content .node--type-photogallery .field--name-field-gallery .field__item {
    width: 250px;
    height: 230px;
  }
}
@media screen and (max-width: 575px) {
  .view-fotogalereya .view-content .node--type-photogallery .field--name-field-gallery .field__item {
    width: calc(50% - 7.5px);
    height: 250px;
  }
}
@media screen and (max-width: 400px) {
  .view-fotogalereya .view-content .node--type-photogallery .field--name-field-gallery .field__item {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .view-fotogalereya .view-content .node--type-photogallery .field--name-field-gallery {
    gap: 15px;
  }
}
#block-vesta-theme-vebformazagolovok {
  margin-top: 100px;
}
#block-vesta-theme-vebformazagolovok .field--name-body img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-vebformazagolovok {
    margin-top: 80px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-vebformazagolovok {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vebformazagolovok {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-vebformazagolovok {
    margin-top: 20px;
  }
}
#block-vesta-theme-vebforma {
  margin-top: 30px;
}
#block-vesta-theme-vebforma .webform-submission-form {
  position: relative;
  padding: 21px 14px 22px 21px;
  background-image: url(/sites/all/themes/vesta_theme/image/fos-fon.jpg);
  background-size: 120% 120%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
#block-vesta-theme-vebforma .webform-submission-form:before,
#block-vesta-theme-vebforma .webform-submission-form:after {
  content: '';
  display: block;
  width: 240px;
  height: 255px;
  background-image: url(/sites/all/themes/vesta_theme/image/fos-logo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#block-vesta-theme-vebforma .webform-submission-form:before {
  left: -275px;
}
#block-vesta-theme-vebforma .webform-submission-form:after {
  right: -275px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-vebforma .webform-submission-form {
    padding: 20px 10px 20px 20px;
    gap: 35px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-vebforma .webform-submission-form {
    padding: 15px 10px 15px 15px;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vebforma .webform-submission-form {
    padding: 10px;
    gap: 25px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-vebforma .webform-submission-form {
    gap: 20px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-vebforma {
    margin-top: 25px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-vebforma {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vebforma {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-vebforma {
    margin-top: 20px;
  }
}
.webform-submission-form .alert-error {
  width: 100%;
}
.webform-submission-form .form-item--error-message {
  color: #e4182e;
}
.webform-submission-form .form-item--error-message * {
  color: #e4182e;
}
.webform-submission-form > .form-type-processed-text {
  width: 620px;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.webform-submission-form > .form-type-processed-text * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form > .form-type-processed-text {
    width: 395px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form > .form-type-processed-text {
    display: none;
  }
}
.webform-submission-form fieldset {
  width: 475px;
}
.webform-submission-form fieldset legend {
  display: none;
}
.webform-submission-form fieldset .fieldset-wrapper .form-type-processed-text {
  font-size: 29px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
}
.webform-submission-form fieldset .fieldset-wrapper .form-type-processed-text * {
  font-size: 29px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-processed-text * {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-processed-text * {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-processed-text * {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-processed-text * {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-processed-text {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-processed-text {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-processed-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-processed-text {
    font-size: 22px;
  }
}
.webform-submission-form fieldset .fieldset-wrapper .form-type-textfield {
  margin-top: 35px;
}
.webform-submission-form fieldset .fieldset-wrapper .form-type-textfield input {
  margin: 0;
  width: 100%;
  padding: 0 0 5px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #121212;
  background-color: transparent;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
}
.webform-submission-form fieldset .fieldset-wrapper .form-type-textfield input::placeholder {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-textfield input::placeholder {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-textfield input::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-textfield input::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-textfield input::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-textfield input {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-textfield input {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-textfield input {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-textfield input {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-textfield {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-textfield {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-textfield {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-textfield {
    margin-top: 15px;
  }
}
.webform-submission-form fieldset .fieldset-wrapper .form-type-tel {
  margin-top: 25px;
}
.webform-submission-form fieldset .fieldset-wrapper .form-type-tel input {
  margin: 0;
  width: 100%;
  padding: 0 0 5px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #121212;
  background-color: transparent;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
}
.webform-submission-form fieldset .fieldset-wrapper .form-type-tel input::placeholder {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-tel input::placeholder {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-tel input::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-tel input::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-tel input::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-tel input {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-tel input {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-tel input {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-tel input {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-tel {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-tel {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-tel {
    margin-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-tel {
    margin-top: 15px;
  }
}
.webform-submission-form fieldset .fieldset-wrapper .form-type-textarea {
  margin-top: 25px;
}
.webform-submission-form fieldset .fieldset-wrapper .form-type-textarea textarea {
  margin: 0;
  width: 100%;
  height: 25px;
  min-height: 25px;
  resize: none;
  padding: 0 0 5px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #121212;
  background-color: transparent;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
}
.webform-submission-form fieldset .fieldset-wrapper .form-type-textarea textarea::placeholder {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-textarea textarea::placeholder {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-textarea textarea::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-textarea textarea::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-textarea textarea::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-textarea textarea {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-textarea textarea {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-textarea textarea {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-textarea textarea {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-textarea {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-textarea {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-textarea {
    margin-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-textarea {
    margin-top: 15px;
  }
}
.webform-submission-form fieldset .fieldset-wrapper .form-type-checkbox {
  margin-top: 35px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.webform-submission-form fieldset .fieldset-wrapper .form-type-checkbox input {
  appearance: none;
  display: block;
  width: 17px;
  height: 17px;
  min-width: 17px;
  min-height: 17px;
  max-width: 17px;
  max-height: 17px;
  border-radius: 5px;
  border: 1px solid #121212;
  background-repeat: no-repeat;
  background-position: center;
}
.webform-submission-form fieldset .fieldset-wrapper .form-type-checkbox input:checked {
  background-image: url(/sites/all/themes/vesta_theme/image/check.svg);
}
.webform-submission-form fieldset .fieldset-wrapper .form-type-checkbox .description {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
}
.webform-submission-form fieldset .fieldset-wrapper .form-type-checkbox .description * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-checkbox {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-checkbox {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-checkbox {
    margin-top: 20px;
    align-items: start;
  }
}
@media screen and (max-width: 575px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-type-checkbox {
    margin-top: 15px;
  }
}
.webform-submission-form fieldset .fieldset-wrapper .form-actions {
  margin-top: 35px;
}
.webform-submission-form fieldset .fieldset-wrapper .form-actions .form-submit {
  width: 100%;
  position: relative;
  border-radius: 10px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: --myColor1 0.3s, --myColor2 0.3s;
  background: transparent;
  padding: 13px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: #121212;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-actions .form-submit {
    padding: 12px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-actions .form-submit {
    padding: 11px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-actions .form-submit {
    padding: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-actions .form-submit {
    padding: 9px;
    font-size: 12px;
  }
}
.webform-submission-form fieldset .fieldset-wrapper .form-actions .form-submit:hover {
  background: linear-gradient(110deg, var(--myColor1) 0%, var(--myColor2) 50%, var(--myColor1) 100%);
}
.webform-submission-form fieldset .fieldset-wrapper .form-actions .form-submit:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(110deg, var(--myColor1) 0%, var(--myColor2) 50%, var(--myColor1) 100%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-actions {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-actions {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-actions {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .webform-submission-form fieldset .fieldset-wrapper .form-actions {
    margin-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form fieldset {
    width: 100%;
  }
}
.webform-submission-form .ajax-progress {
  display: none !important;
}
.region-map {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .region-map .mapContainer {
    height: 350px;
  }
}
@media screen and (max-width: 1199px) {
  .region-map {
    margin-top: 80px;
  }
}
@media screen and (max-width: 991px) {
  .region-map {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .region-map {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .region-map {
    margin-top: 20px;
  }
}
#footer {
  background-image: url(/sites/all/themes/vesta_theme/image/footer-fon.jpg);
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 25px;
}
#footer .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .logo-f {
  width: 270px;
}
#footer .logo-f * {
  width: 100% !important;
  height: auto !important;
  object-fit: contain;
}
#footer .col-nav {
  width: 455px;
}
#footer .col-nav .region-navigation2 {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer .col-nav .region-navigation2 #block-vesta-theme-osnovnayanavigaciya {
  width: 125px;
}
@media screen and (max-width: 991px) {
  #footer .col-nav .region-navigation2 #block-vesta-theme-osnovnayanavigaciya {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 575px) {
  #footer .col-nav .region-navigation2 #block-vesta-theme-osnovnayanavigaciya {
    width: 100%;
    margin-top: 20px;
  }
}
#footer .col-nav .region-navigation2 #block-vesta-theme-podval {
  width: 265px;
}
@media screen and (max-width: 991px) {
  #footer .col-nav .region-navigation2 #block-vesta-theme-podval {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 575px) {
  #footer .col-nav .region-navigation2 #block-vesta-theme-podval {
    width: 100%;
    margin-top: 20px;
  }
}
#footer .col-nav .region-navigation2 .block-menu > *:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  #footer .col-nav .region-navigation2 .block-menu > *:nth-child(1) {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #footer .col-nav .region-navigation2 .block-menu > *:nth-child(1) {
    font-size: 14px;
  }
}
#footer .col-nav .region-navigation2 .block-menu .nav {
  display: flex;
  gap: 5px;
  flex-direction: column;
}
#footer .col-nav .region-navigation2 .block-menu .nav li a {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
#footer .col-nav .region-navigation2 .block-menu .nav li a:hover {
  color: #F2EA95;
}
#footer .col-nav .region-navigation2 .block-menu .nav li a:after {
  display: none;
}
@media screen and (max-width: 1199px) {
  #footer .col-nav .region-navigation2 .block-menu .nav li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #footer .col-nav .region-navigation2 .block-menu .nav li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  #footer .col-nav .region-navigation2 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  #footer .col-nav {
    width: 100%;
  }
}
#footer .contacts {
  width: 350px;
  display: flex;
  gap: 5px;
  flex-direction: column;
}
#footer .contacts .contact-item {
  display: flex;
  gap: 5px;
}
#footer .contacts .contact-item .ci_label {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  #footer .contacts .contact-item .ci_label {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #footer .contacts .contact-item .ci_label {
    font-size: 14px;
  }
}
#footer .contacts .contact-item a {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
#footer .contacts .contact-item a:hover {
  color: #F2EA95;
}
@media screen and (max-width: 1199px) {
  #footer .contacts .contact-item a {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #footer .contacts .contact-item a {
    font-size: 14px;
  }
}
#footer .contacts .social {
  margin-top: 10px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
#footer .contacts .social a {
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  #footer .contacts .social a {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 575px) {
  #footer .contacts .social a {
    width: 20px;
    height: 20px;
  }
}
#footer .contacts .social .wp a {
  background-image: url(/sites/all/themes/vesta_theme/image/wp.svg);
}
#footer .contacts .social .tg a {
  background-image: url(/sites/all/themes/vesta_theme/image/tg.svg);
}
#footer .contacts .social:after {
  display: none;
}
@media screen and (max-width: 767px) {
  #footer .contacts {
    margin-top: 20px;
  }
}
#footer .row-copiryght {
  margin-top: 5px;
  gap: 12px;
}
#footer .row-copiryght * {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  #footer .row-copiryght * {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row-copiryght * {
    font-size: 14px;
  }
}
#footer .row-copiryght .col-webvesta {
  text-align: right;
}
#footer .row-copiryght .col-webvesta * {
  text-align: right;
}
@media screen and (max-width: 991px) {
  #footer .row-copiryght .col-webvesta * {
    text-align: left;
  }
}
@media screen and (max-width: 991px) {
  #footer .row-copiryght .col-webvesta {
    text-align: left;
  }
}
#footer .row-copiryght a:hover {
  color: #F2EA95;
}
@media screen and (max-width: 1199px) {
  #footer .row-copiryght {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  #footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  #footer {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  #footer {
    padding-top: 15px;
  }
}
.not-front #header {
  background-color: #241A17;
}
.not-front #header .header-bottom {
  display: none;
}
.not-front h1 {
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .not-front #main {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .not-front #main {
    margin-top: 70px;
  }
}
@media screen and (max-width: 575px) {
  .not-front #main {
    margin-top: 20px;
  }
}
.not-front .region-map {
  margin-top: auto;
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .not-front .region-map {
    margin-top: auto;
    padding-top: 80px;
  }
}
@media screen and (max-width: 991px) {
  .not-front .region-map {
    margin-top: auto;
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .not-front .region-map {
    margin-top: auto;
    padding-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .not-front .region-map {
    margin-top: auto;
    padding-top: 20px;
  }
}
.region-content {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .region-content {
    margin-top: 20px;
  }
}
.view-tovary .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-tovary .view-content .views-row {
  width: 372px;
  background-color: #fff;
  border-radius: 10px;
  padding: 18px 20px 17px;
}
.view-tovary .view-content .views-row .product-teaser {
  width: 100%;
  height: 100%;
}
.view-tovary .view-content .views-row .product-teaser > *:not(.contextual) {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.view-tovary .view-content .views-row .product-teaser > *:not(.contextual) .field--name-field-image-product-view {
  margin-bottom: 18px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 310px;
}
.view-tovary .view-content .views-row .product-teaser > *:not(.contextual) .field--name-field-image-product-view * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.view-tovary .view-content .views-row .product-teaser > *:not(.contextual) .field--name-field-image-product-view img {
  transition: 0.3s;
}
.view-tovary .view-content .views-row .product-teaser > *:not(.contextual) .field--name-field-image-product-view img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 1199px) {
  .view-tovary .view-content .views-row .product-teaser > *:not(.contextual) .field--name-field-image-product-view {
    height: 250px;
  }
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content .views-row .product-teaser > *:not(.contextual) .field--name-field-image-product-view {
    height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row .product-teaser > *:not(.contextual) .field--name-field-image-product-view {
    height: 200px;
  }
}
@media screen and (max-width: 575px) {
  .view-tovary .view-content .views-row .product-teaser > *:not(.contextual) .field--name-field-image-product-view {
    height: 250px;
  }
}
.view-tovary .view-content .views-row .product-teaser > *:not(.contextual) .field--name-title {
  width: calc(100% - 35px);
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
  text-transform: uppercase;
}
.view-tovary .view-content .views-row .product-teaser > *:not(.contextual) .field--name-title * {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #121212;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .view-tovary .view-content .views-row .product-teaser > *:not(.contextual) .field--name-title * {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content .views-row .product-teaser > *:not(.contextual) .field--name-title * {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row .product-teaser > *:not(.contextual) .field--name-title * {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .view-tovary .view-content .views-row .product-teaser > *:not(.contextual) .field--name-title * {
    font-size: 16px;
  }
}
.view-tovary .view-content .views-row .product-teaser > *:not(.contextual) .field--name-title a:hover {
  color: #9C6F36;
}
@media screen and (max-width: 1199px) {
  .view-tovary .view-content .views-row .product-teaser > *:not(.contextual) .field--name-title {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content .views-row .product-teaser > *:not(.contextual) .field--name-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row .product-teaser > *:not(.contextual) .field--name-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .view-tovary .view-content .views-row .product-teaser > *:not(.contextual) .field--name-title {
    font-size: 16px;
  }
}
.view-tovary .view-content .views-row .product-teaser > *:not(.contextual) .product-more {
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(/sites/all/themes/vesta_theme/image/more.svg);
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(1);
  font-size: 0;
}
.view-tovary .view-content .views-row .product-teaser > *:not(.contextual) .field--name-body {
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .view-tovary .view-content .views-row .product-teaser > *:not(.contextual) .field--name-body {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content .views-row .product-teaser > *:not(.contextual) .field--name-body {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .view-tovary .view-content .views-row {
    width: 292px;
    padding: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content .views-row {
    width: 333px;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row {
    width: 250px;
  }
}
@media screen and (max-width: 575px) {
  .view-tovary .view-content .views-row {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content {
    gap: 15px;
  }
}
.product-view-full .product-teaser {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.product-view-full .product-teaser .product-teaser-image {
  width: 500px;
}
.product-view-full .product-teaser .product-teaser-image .elements .current-slide .element {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}
.product-view-full .product-teaser .product-teaser-image .elements .current-slide .element * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.product-view-full .product-teaser .product-teaser-image .elements .current-slide .element img {
  transition: 0.3s;
}
.product-view-full .product-teaser .product-teaser-image .elements .current-slide .element img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser .product-teaser-image .elements .current-slide .element {
    height: 350px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser .product-teaser-image .elements .current-slide .element {
    height: 300px;
  }
}
.product-view-full .product-teaser .product-teaser-image .elements .current-slide .slick-prev {
  left: -10px;
}
.product-view-full .product-teaser .product-teaser-image .elements .current-slide .slick-next {
  right: -10px;
}
.product-view-full .product-teaser .product-teaser-image .elements .nav-slide {
  margin-top: 10px;
  margin-left: -5px;
  margin-right: -5px;
}
.product-view-full .product-teaser .product-teaser-image .elements .nav-slide .element {
  height: 100px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 10px;
  overflow: hidden;
}
.product-view-full .product-teaser .product-teaser-image .elements .nav-slide .element * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.product-view-full .product-teaser .product-teaser-image .elements .nav-slide .element img {
  transition: 0.3s;
}
.product-view-full .product-teaser .product-teaser-image .elements .nav-slide .element img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser .product-teaser-image .elements .nav-slide .element {
    height: 80px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser .product-teaser-image .elements .nav-slide .element {
    height: 60px;
  }
}
.product-view-full .product-teaser .product-teaser-image .elements .nav-slide .slick-arrow,
.product-view-full .product-teaser .product-teaser-image .elements .nav-slide .slick-dots {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser .product-teaser-image {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .product-teaser .product-teaser-image {
    width: 100%;
  }
}
.product-view-full .product-teaser .product-teaser-info {
  width: 645px;
}
.product-view-full .product-teaser .product-teaser-info .field--name-price {
  margin-top: 20px;
  font-size: 20px;
}
.product-view-full .product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zakazat {
  margin-top: 20px;
}
.product-view-full .product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zakazat a {
  width: 100%;
  position: relative;
  border-radius: 10px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: --myColor1 0.3s, --myColor2 0.3s;
  background: transparent;
  padding: 13px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: #121212;
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zakazat a {
    padding: 12px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zakazat a {
    padding: 11px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zakazat a {
    padding: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zakazat a {
    padding: 9px;
    font-size: 12px;
  }
}
.product-view-full .product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zakazat a:hover {
  background: linear-gradient(110deg, var(--myColor1) 0%, var(--myColor2) 50%, var(--myColor1) 100%);
}
.product-view-full .product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zakazat a:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(110deg, var(--myColor1) 0%, var(--myColor2) 50%, var(--myColor1) 100%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}
.product-view-full .product-teaser .product-teaser-info .field--name-dynamic-token-fieldcommerce-product-zakazat .ajax-progress {
  display: none !important;
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser .product-teaser-info {
    width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser .product-teaser-info {
    width: 265px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .product-teaser .product-teaser-info {
    width: 100%;
  }
}
.product-view-full > .field--name-body {
  margin-top: 20px;
}
.product-view-full > .field--name-dynamic-token-fieldcommerce-product-zakazat {
  display: none !important;
}
.ui-dialog {
  border: none !important;
  border-radius: 10px;
}
.ui-dialog .ui-dialog-titlebar {
  background-color: transparent;
  border: none;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  text-align: center;
}
.ui-dialog .form-type-processed-text {
  display: none !important;
}
.ui-dialog .webform-submission-form fieldset {
  width: 100% !important;
}
.ui-dialog .form-type-checkbox {
  align-items: start !important;
}
.ui-dialog .ui-dialog-titlebar-close {
  border: none !important;
  background: transparent !important;
}
.ui-dialog .ajax-progress {
  display: none !important;
}
.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: 279px;
  height: 279px;
  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: 219px;
    height: 219px;
  }
}
@media screen and (max-width: 991px) {
  .not-front .view-id-gallery_page .view-content > div > div {
    width: 218px;
    height: 218px;
  }
}
@media screen and (max-width: 767px) {
  .not-front .view-id-gallery_page .view-content > div > div {
    width: calc(50% - 10px);
    height: auto;
  }
}
#block-vesta-theme-vestaprivacyaccessblock {
  background-color: #241A17;
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-content {
  color: #fff;
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-content * {
  color: #fff;
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-content a:hover {
  color: #F2EA95;
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-btns button {
  width: 100%;
  border-radius: 10px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: --myColor1 0.3s, --myColor2 0.3s;
  background: transparent;
  padding: 13px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: #121212;
  position: relative;
  width: max-content;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-vestaprivacyaccessblock .block-metrika-btns button {
    padding: 12px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-vestaprivacyaccessblock .block-metrika-btns button {
    padding: 11px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vestaprivacyaccessblock .block-metrika-btns button {
    padding: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-vestaprivacyaccessblock .block-metrika-btns button {
    padding: 9px;
    font-size: 12px;
  }
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-btns button:hover {
  background: linear-gradient(110deg, var(--myColor1) 0%, var(--myColor2) 50%, var(--myColor1) 100%);
  color: #121212;
}
#block-vesta-theme-vestaprivacyaccessblock .block-metrika-btns button:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(110deg, var(--myColor1) 0%, var(--myColor2) 50%, var(--myColor1) 100%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}
.not-front #block-vesta-theme-content > h3 > a {
  color: #121212;
  font-size: 18px;
}
.not-front #block-vesta-theme-content > h3 > a:hover {
  color: #9C6F36;
}
.not-front #block-vesta-theme-content > p {
  margin-bottom: 0;
}
.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: #9C6F36;
  border: 1px solid #9C6F36;
}
.not-front #main .search-api-page-block-form-search .js-form-submit:hover {
  color: #121212;
  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: #121212;
  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: #9C6F36;
}
.pagination {
  margin-top: 15px;
  justify-content: center;
}
.pagination .page-item a {
  color: #9C6F36;
}
.pagination .page-item.active a {
  border-color: #fff;
  color: #fff;
  background-color: #9C6F36;
}
#scrollToTop {
  width: 56px;
  height: 56px;
  right: 75px;
  bottom: 120px;
}
@media screen and (max-width: 1199px) {
  #scrollToTop {
    width: 50px;
    height: 50px;
    right: 65px;
    bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  #scrollToTop {
    width: 45px;
    height: 45px;
    right: 55px;
    bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #scrollToTop {
    width: 40px;
    height: 40px;
    right: 45px;
    bottom: 60px;
  }
}
@media screen and (max-width: 575px) {
  #scrollToTop {
    width: 35px;
    height: 35px;
    right: 40px;
    bottom: 40px;
  }
}
#block-vesta-theme-bloknastranicekontakty .field--name-body a:hover {
  color: #9C6F36;
}
