:root {
  --bs-body-line-height: 1.2;
  --bs-body-font-size: 16px;
}
.tr {
  transition: all 0.4s ease;
}
img:not(.image-style-gallery, .pswp__img) {
  max-width: 100%;
  height: auto !important;
}
.field[data-blazy] {
  min-width: initial;
}
table img {
  max-width: initial;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
a {
  color: var(--color);
  transition: all 0.4s ease;
}
a,
input,
button,
textarea,
select {
  text-decoration: none !important;
  transition: 0.3s !important;
}
a:hover,
input:hover,
button:hover,
textarea:hover,
select:hover,
a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus,
a:active,
input:active,
button:active,
textarea:active,
select:active {
  text-decoration: none !important;
  box-shadow: none !important;
}
.not-front main #block-vesta-theme-bloknastranicekontakty .field--name-body a,
.not-front main #block-vesta-theme-content .field--name-body a {
  color: #E52D00;
}
.not-front main #block-vesta-theme-bloknastranicekontakty .field--name-body a:hover,
.not-front main #block-vesta-theme-content .field--name-body a:hover {
  color: #000;
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1200px;
  }
}
p:last-child {
  margin-bottom: 0 !important;
}
body {
  padding-top: 0 !important;
  font-family: "Rubik", sans-serif;
  color: var(--color2);
}
#app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: clip;
  background-image: url(/sites/all/themes/vesta_theme/image/fon.png);
  background-size: 100% auto;
  position: relative;
  /*.desctop-md-max({
    padding-top: 55px;
  });*/
}
.toolbar-fixed #app {
  margin-top: var(--drupal-displace-offset-top);
}
@property --myColor1 {
  syntax: '<color>';
  initial-value: #FFB200;
  inherits: false;
}
@property --myColor2 {
  syntax: '<color>';
  initial-value: #E52D00;
  inherits: false;
}
.orange_btn {
  width: max-content;
  position: relative;
  background: linear-gradient(to left, var(--myColor1) 15%, var(--myColor2));
  border-radius: 100px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 40px;
  transition: --myColor1 0.3s, --myColor2 0.3s !important;
}
@media screen and (max-width: 1199px) {
  .orange_btn {
    font-size: 15px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 991px) {
  .orange_btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .orange_btn {
    font-size: 13px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 575px) {
  .orange_btn {
    font-size: 12px;
  }
}
.orange_btn_hover {
  --myColor1: #000;
  --myColor2: #000;
}
.title_block {
  margin: 0;
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
.title_block .red {
  display: unset;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #E52D00;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .title_block .red {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .title_block .red {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .title_block .red {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .title_block .red {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .title_block {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .title_block {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .title_block {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .title_block {
    font-size: 16px;
  }
}
.subtitle_block {
  margin-top: 20px;
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .subtitle_block {
    margin-top: 15px;
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .subtitle_block {
    margin-top: 10px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .subtitle_block {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .subtitle_block {
    font-size: 16px;
  }
}
.more-link {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.more-link a {
  width: max-content;
  position: relative;
  background: linear-gradient(to left, var(--myColor1) 15%, var(--myColor2));
  border-radius: 100px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 40px;
  transition: --myColor1 0.3s, --myColor2 0.3s !important;
  width: 285px;
  padding: 16px 20px;
}
@media screen and (max-width: 1199px) {
  .more-link a {
    font-size: 15px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 991px) {
  .more-link a {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .more-link a {
    font-size: 13px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 575px) {
  .more-link a {
    font-size: 12px;
  }
}
.more-link a:hover {
  --myColor1: #000;
  --myColor2: #000;
}
@media screen and (max-width: 1199px) {
  .more-link a {
    padding: 15px 19px;
  }
}
@media screen and (max-width: 991px) {
  .more-link a {
    padding: 14px 18px;
  }
}
@media screen and (max-width: 767px) {
  .more-link a {
    padding: 13px 17px;
  }
}
@media screen and (max-width: 575px) {
  .more-link a {
    padding: 12px 16px;
  }
}
@media screen and (max-width: 1199px) {
  .more-link {
    margin-top: 25px;
  }
}
@media screen and (max-width: 991px) {
  .more-link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .more-link {
    margin-top: 15px;
  }
}
#header {
  background-color: #000;
}
#header .header-top .logo * {
  display: block;
  width: 230px !important;
  height: 100px !important;
  object-fit: contain;
}
@media screen and (max-width: 1199px) {
  #header .header-top .logo * {
    width: 175px !important;
    height: 85px !important;
  }
}
#header .header-top .col-tel,
#header .header-top .col-mail {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
#header .header-top .col-tel .col-tel2,
#header .header-top .col-mail .col-tel2,
#header .header-top .col-tel .col-mail2,
#header .header-top .col-mail .col-mail2 {
  display: flex;
  flex-direction: column;
}
#header .header-top .col-tel .col-tel2 .tel,
#header .header-top .col-mail .col-tel2 .tel,
#header .header-top .col-tel .col-mail2 .tel,
#header .header-top .col-mail .col-mail2 .tel,
#header .header-top .col-tel .col-tel2 .mail,
#header .header-top .col-mail .col-tel2 .mail,
#header .header-top .col-tel .col-mail2 .mail,
#header .header-top .col-mail .col-mail2 .mail {
  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) {
  #header .header-top .col-tel .col-tel2 .tel,
  #header .header-top .col-mail .col-tel2 .tel,
  #header .header-top .col-tel .col-mail2 .tel,
  #header .header-top .col-mail .col-mail2 .tel,
  #header .header-top .col-tel .col-tel2 .mail,
  #header .header-top .col-mail .col-tel2 .mail,
  #header .header-top .col-tel .col-mail2 .mail,
  #header .header-top .col-mail .col-mail2 .mail {
    font-size: 14px;
  }
}
#header .header-top .col-tel:before,
#header .header-top .col-mail:before {
  font-size: 0;
}
@media screen and (max-width: 1199px) {
  #header .header-top .col-tel,
  #header .header-top .col-mail {
    gap: 5px;
    font-size: 12px;
  }
}
#header .header-top .col-tel:before {
  content: url(/sites/all/themes/vesta_theme/image/phone-w.svg);
}
#header .header-top .col-mail:before {
  content: url(/sites/all/themes/vesta_theme/image/mail-w.svg);
}
#header .header-top .col-callback {
  display: flex;
  gap: 5px 15px;
  flex-wrap: wrap;
  align-items: center;
}
#header .header-top .col-callback .col-social {
  display: flex;
  gap: 10px;
}
#header .header-top .col-callback .col-social a {
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1199px) {
  #header .header-top .col-callback .col-social a {
    width: 20px;
    height: 20px;
  }
}
#header .header-top .col-callback .col-social .max {
  background-image: url(/sites/all/themes/vesta_theme/image/max-w.svg);
}
#header .header-top .col-callback .col-social .wp {
  background-image: url(/sites/all/themes/vesta_theme/image/wp-w.svg);
}
#header .header-top .col-callback .col-social .tg {
  background-image: url(/sites/all/themes/vesta_theme/image/tg-w.svg);
}
@media screen and (max-width: 1199px) {
  #header .header-top .col-callback .col-social {
    gap: 5px;
  }
}
#header .header-top .col-callback .region-callback #block-vesta-theme-knopkaostavitzayavku .field--name-body a {
  width: max-content;
  position: relative;
  background: linear-gradient(to left, var(--myColor1) 15%, var(--myColor2));
  border-radius: 100px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 40px;
  transition: --myColor1 0.3s, --myColor2 0.3s !important;
  text-transform: none !important;
  padding: 12px 28px;
}
@media screen and (max-width: 1199px) {
  #header .header-top .col-callback .region-callback #block-vesta-theme-knopkaostavitzayavku .field--name-body a {
    font-size: 15px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 991px) {
  #header .header-top .col-callback .region-callback #block-vesta-theme-knopkaostavitzayavku .field--name-body a {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-top .col-callback .region-callback #block-vesta-theme-knopkaostavitzayavku .field--name-body a {
    font-size: 13px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 575px) {
  #header .header-top .col-callback .region-callback #block-vesta-theme-knopkaostavitzayavku .field--name-body a {
    font-size: 12px;
  }
}
#header .header-top .col-callback .region-callback #block-vesta-theme-knopkaostavitzayavku .field--name-body a:hover {
  color: #000;
  --myColor1: #fff;
  --myColor2: #fff;
}
@media screen and (max-width: 1199px) {
  #header .header-top .col-callback .region-callback #block-vesta-theme-knopkaostavitzayavku .field--name-body a {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1199px) {
  #header .header-top .col-callback {
    gap: 5px 10px;
  }
}
#header .header-bottom {
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#header .header-bottom .nav-block {
  padding: 0px 24px !important;
}
#header .header-bottom .nav-block .region-navigation .block-menu > div:nth-child(1) {
  display: none;
}
#header .header-bottom .nav-block .region-navigation .block-menu .nav {
  gap: 15px;
}
#header .header-bottom .nav-block .region-navigation .block-menu .nav .nav-item a {
  padding: 15px 0 !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
#header .header-bottom .nav-block .region-navigation .block-menu .nav .nav-item a:hover {
  color: #FFB200;
  text-decoration: underline !important;
}
#header .header-bottom .nav-block .region-navigation .block-menu .nav .nav-item a:after {
  display: none !important;
}
@media screen and (max-width: 1199px) {
  #header .header-bottom .nav-block .region-navigation .block-menu .nav .nav-item a {
    font-size: 14px;
  }
}
#header .header-bottom .nav-block .region-navigation .block-menu .nav .nav-item .dropdown-menu {
  background-color: #000;
}
#header .header-bottom .nav-block .region-navigation .block-menu .nav .nav-item .dropdown-menu .nav-item + .nav-item {
  margin-top: 10px;
}
#header .header-bottom .nav-block .region-navigation .block-menu .nav .nav-item .dropdown-menu .nav-item a {
  padding: 0 10px !important;
  background-color: transparent !important;
}
#header .header-bottom .nav-block .region-navigation .block-menu .nav .nav-item .dropdown-menu .nav-item a:hover {
  background-color: transparent !important;
}
@media screen and (max-width: 1199px) {
  #header .header-bottom .nav-block .region-navigation .block-menu .nav {
    gap: 10px;
  }
}
#header .header-bottom .nav-block .col-search .field--name-body a {
  display: block;
  width: 18px;
  height: 18px;
}
#header .header-bottom .nav-block .col-search .field--name-body a:before {
  content: url(/sites/all/themes/vesta_theme/image/search-w.svg);
  font-size: 0;
  display: block;
}
@media screen and (max-width: 1199px) {
  #header .header-bottom .nav-block {
    padding: 0px 15px !important;
  }
}
.front #header {
  position: absolute !important;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  padding: 10px 15px !important;
  background-color: transparent;
}
.front #header .header-top,
.front #header .header-bottom {
  padding: 0 !important;
}
.front #header .header-top .container,
.front #header .header-bottom .container {
  padding: 0 !important;
}
@media screen and (max-width: 1199px) {
  .front #header {
    max-width: 990px;
  }
}
.not-front #header {
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.not-front #header .header-bottom {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.not-front #header .header-bottom .container .nav-block {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 1199px) {
  .not-front #header .header-bottom {
    max-width: 960px;
  }
}
.not-front #header-mob {
  margin-bottom: 15px;
}
#header-mob {
  background-color: #000;
}
#header-mob .col-nav {
  filter: brightness(0) invert(1);
}
#header-mob .col-logo {
  width: 120px;
  height: 75px;
}
#header-mob .col-logo * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
#header-mob .col-phone a {
  color: #fff;
}
.offcanvas {
  background-color: #fff;
}
.offcanvas .offcanvas-header .logo {
  display: none;
}
.offcanvas .offcanvas-body .region-navigation .block-menu > *:nth-child(1) {
  display: none;
}
.offcanvas .offcanvas-body .region-navigation .block-menu .nav .nav-item a {
  padding-left: 0;
  padding-right: 0;
  color: #000;
}
.offcanvas .offcanvas-body .region-navigation .block-menu .nav .nav-item a:hover {
  color: #E52D00;
}
.offcanvas .offcanvas-body .region-navigation .block-menu .nav .nav-item a:after {
  display: none;
}
.offcanvas .offcanvas-body .region-navigation .block-menu .nav .nav-item .dropdown-menu {
  border-bottom: none !important;
  padding-top: 0;
  padding-bottom: 0;
}
.offcanvas .offcanvas-body .region-navigation .block-menu .nav .nav-item .dropdown-menu .nav-item a {
  padding-left: 5px !important;
}
.offcanvas .offcanvas-body .region-search .field--name-body a {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/sites/all/themes/vesta_theme/image/search-y.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.offcanvas .offcanvas-body .col-contacts {
  margin-top: 15px;
}
.offcanvas .offcanvas-body .col-contacts .col-tel,
.offcanvas .offcanvas-body .col-contacts .col-mail,
.offcanvas .offcanvas-body .col-contacts .col-adress {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.offcanvas .offcanvas-body .col-contacts .col-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.offcanvas .offcanvas-body .col-contacts .col-social a {
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.offcanvas .offcanvas-body .col-contacts .col-social .max {
  background-image: url(/sites/all/themes/vesta_theme/image/max-y.svg);
}
.offcanvas .offcanvas-body .col-contacts .col-social .wp {
  background-image: url(/sites/all/themes/vesta_theme/image/wp-y.svg);
}
.offcanvas .offcanvas-body .col-contacts .col-social .tg {
  background-image: url(/sites/all/themes/vesta_theme/image/tg-y.svg);
}
.slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide {
  position: relative !important;
}
.slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .field--name-field-image {
  width: 100%;
  height: 800px;
}
.slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .field--name-field-image * {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .field--name-field-image {
    height: 700px;
  }
}
@media screen and (max-width: 991px) {
  .slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .field--name-field-image {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .field--name-field-image {
    height: 500px;
  }
}
@media screen and (max-width: 575px) {
  .slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .field--name-field-image {
    height: 400px;
  }
}
.slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content {
  top: 170px !important;
}
.slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-title {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-title * {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-title * {
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  .slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-title * {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-title * {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-title * {
    font-size: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-title {
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  .slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-title {
    font-size: 24px;
  }
}
.slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-body {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-body * {
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-body * {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-body * {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-body * {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-body * {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-body {
    margin-top: 25px;
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-body {
    margin-top: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-body {
    margin-top: 15px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-body {
    font-size: 16px;
  }
}
.slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-link {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-link a {
  width: max-content;
  position: relative;
  background: linear-gradient(to left, var(--myColor1) 15%, var(--myColor2));
  border-radius: 100px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 40px;
  transition: --myColor1 0.3s, --myColor2 0.3s !important;
}
@media screen and (max-width: 1199px) {
  .slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-link a {
    font-size: 15px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 991px) {
  .slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-link a {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-link a {
    font-size: 13px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 575px) {
  .slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-link a {
    font-size: 12px;
  }
}
.slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-link a:hover {
  color: #000;
  --myColor1: #fff;
  --myColor2: #fff;
}
@media screen and (max-width: 1199px) {
  .slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-link {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content .field--name-field-slide-link {
    margin-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .slider-block #block-vesta-theme-views-block-slayder-block-1 .node--type-slide .content {
    top: 0 !important;
  }
}
#block-vesta-theme-views-block-catalog-block-front {
  margin-top: 80px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-catalog-block-front {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-catalog-block-front {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-catalog-block-front {
    margin-top: 20px;
  }
}
.view-catalog .view-header {
  margin-bottom: 30px;
}
.view-catalog .view-header h2 {
  margin: 0;
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
.view-catalog .view-header h2 .red {
  display: unset;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #E52D00;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .view-catalog .view-header h2 .red {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-header h2 .red {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-header h2 .red {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .view-catalog .view-header h2 .red {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .view-catalog .view-header h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-header h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-header h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .view-catalog .view-header h2 {
    font-size: 16px;
  }
}
.view-catalog .view-header span {
  margin-top: 20px;
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .view-catalog .view-header span {
    margin-top: 15px;
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-header span {
    margin-top: 10px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-header span {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .view-catalog .view-header span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .view-catalog .view-header {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-header {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-header {
    margin-bottom: 15px;
  }
}
.view-catalog .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-catalog .view-content .views-row {
  width: 271px;
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image {
  width: 100%;
  height: 270px;
  border-radius: 30px;
  overflow: hidden;
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image a {
  position: relative;
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/sites/all/themes/vesta_theme/image/production-img.png);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.3s;
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image a:hover:before {
  opacity: 1;
  backdrop-filter: blur(2px);
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image {
    height: 292px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image {
    height: 333px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image {
    height: 250px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 400px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image {
    height: 200px;
  }
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title * {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title * {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title * {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title * {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title * {
    font-size: 16px;
  }
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title a {
  display: block;
  position: relative;
  background-image: url(/sites/all/themes/vesta_theme/image/arr.svg);
  background-repeat: no-repeat;
  background-position: right top;
  padding-right: 25px;
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title a:hover {
  color: #E52D00;
}
@media screen and (max-width: 1199px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
    margin-top: 15px;
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
    font-size: 16px;
  }
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-description {
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
.view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-description * {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
@media screen and (max-width: 1199px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-description * {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-description * {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-description * {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-description * {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-description {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-description {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-description {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .view-catalog .view-content .views-row .taxonomy-term--type-catalog .field--name-description {
    font-size: 12px;
  }
}
@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: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content {
    gap: 15px;
  }
}
#block-vesta-theme-views-block-preimushchestva-block-1 {
  margin-top: 80px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-preimushchestva-block-1 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-preimushchestva-block-1 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-preimushchestva-block-1 {
    margin-top: 20px;
  }
}
.view-preimushchestva .view-header {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.view-preimushchestva .view-header h2 {
  margin: 0;
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
.view-preimushchestva .view-header h2 .red {
  display: unset;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #E52D00;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .view-preimushchestva .view-header h2 .red {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .view-preimushchestva .view-header h2 .red {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .view-preimushchestva .view-header h2 .red {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .view-preimushchestva .view-header h2 .red {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .view-preimushchestva .view-header h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .view-preimushchestva .view-header h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .view-preimushchestva .view-header h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .view-preimushchestva .view-header h2 {
    font-size: 16px;
  }
}
.view-preimushchestva .view-header span {
  margin-top: 20px;
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .view-preimushchestva .view-header span {
    margin-top: 15px;
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .view-preimushchestva .view-header span {
    margin-top: 10px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .view-preimushchestva .view-header span {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .view-preimushchestva .view-header span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .view-preimushchestva .view-header span {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .view-preimushchestva .view-header span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .view-preimushchestva .view-header span {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .view-preimushchestva .view-header span {
    font-size: 16px;
  }
}
.view-preimushchestva .view-content {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-preimushchestva .view-content .views-row {
  width: 271px;
  padding: 28px;
  border-radius: 30px;
  background-color: rgba(236, 227, 218, 0.2);
}
.view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}
.view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title * {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title * {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title * {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title * {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title * {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title {
    font-size: 16px;
  }
}
.view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body {
  margin-top: 30px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
.view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
@media screen and (max-width: 1199px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body * {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body * {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body {
    margin-top: 25px;
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body {
    margin-top: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .view-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .view-preimushchestva .view-content .views-row {
    width: 292px;
    padding: 25px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 991px) {
  .view-preimushchestva .view-content .views-row {
    width: 333px;
    padding: 20px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-preimushchestva .view-content .views-row {
    width: 250px;
    padding: 15px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 575px) {
  .view-preimushchestva .view-content .views-row {
    width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .view-preimushchestva .view-content {
    margin-top: 25px;
  }
}
@media screen and (max-width: 991px) {
  .view-preimushchestva .view-content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-preimushchestva .view-content {
    margin-top: 15px;
    gap: 15px;
  }
}
#block-vesta-theme-views-block-about-block-1 {
  margin-top: 20px;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-preimushchestvo {
  width: 800px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-preimushchestvo .field__item {
  display: flex;
  gap: 10px;
  align-items: end;
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-preimushchestvo .field__item * {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-preimushchestvo .field__item * {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-preimushchestvo .field__item * {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-preimushchestvo .field__item * {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-preimushchestvo .field__item * {
    font-size: 12px;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-preimushchestvo .field__item strong {
  display: block;
  width: max-content;
  font-size: 64px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 50px;
  letter-spacing: normal;
  text-align: left;
  color: #FFB200;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-preimushchestvo .field__item strong {
    font-size: 54px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-preimushchestvo .field__item strong {
    font-size: 44px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-preimushchestvo .field__item strong {
    font-size: 34px;
    line-height: 20px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-preimushchestvo .field__item strong {
    font-size: 24px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-preimushchestvo .field__item {
    max-width: 300px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-preimushchestvo .field__item {
    max-width: 260px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-preimushchestvo .field__item {
    max-width: calc(50% - 7.5px);
    width: calc(50% - 7.5px);
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-preimushchestvo:after {
  display: none;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-preimushchestvo {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-preimushchestvo {
    gap: 15px;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-link a {
  width: max-content;
  position: relative;
  background: linear-gradient(to left, var(--myColor1) 15%, var(--myColor2));
  border-radius: 100px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 40px;
  transition: --myColor1 0.3s, --myColor2 0.3s !important;
  padding: 16px 38px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-link a {
    font-size: 15px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-link a {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-link a {
    font-size: 13px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-link a {
    font-size: 12px;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-link a:hover {
  --myColor1: #000;
  --myColor2: #000;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-link a {
    padding: 15px 35px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-link a {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-link a {
    padding: 15px 25px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-link a {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-link {
    margin-top: 15px;
  }
}
#block-vesta-theme-views-block-about-block-1 .node--type-about:after {
  display: none;
}
#block-vesta-theme-kartinkaperedgalereey {
  margin-top: 35px;
}
#block-vesta-theme-kartinkaperedgalereey .field--name-body {
  position: relative;
  height: 265px;
}
#block-vesta-theme-kartinkaperedgalereey .field--name-body img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  max-width: 100vw !important;
  width: 100vw !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-kartinkaperedgalereey .field--name-body {
    height: 245px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-kartinkaperedgalereey .field--name-body {
    height: 225px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-kartinkaperedgalereey .field--name-body {
    height: 205px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-kartinkaperedgalereey .field--name-body {
    height: 185px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-kartinkaperedgalereey {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-kartinkaperedgalereey {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-kartinkaperedgalereey {
    margin-top: 20px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-1 {
  margin-top: 80px;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-header {
  margin-bottom: 30px;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-header h2 {
  margin: 0;
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-header h2 .red {
  display: unset;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #E52D00;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-header h2 .red {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-header h2 .red {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-header h2 .red {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-header h2 .red {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-header h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-header h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-header h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-header h2 {
    font-size: 16px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-header span {
  margin-top: 20px;
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-header span {
    margin-top: 15px;
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-header span {
    margin-top: 10px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-header span {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-header span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-header {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-header {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-header {
    margin-bottom: 15px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row {
  width: 271px;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row .node--type-photogallery .field--name-field-gallery {
  width: 100%;
  height: 270px;
  border-radius: 30px;
  overflow: hidden;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row .node--type-photogallery .field--name-field-gallery a {
  position: relative;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row .node--type-photogallery .field--name-field-gallery a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/sites/all/themes/vesta_theme/image/production-img.png);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row .node--type-photogallery .field--name-field-gallery a:hover:before {
  opacity: 1;
  backdrop-filter: blur(2px);
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row .node--type-photogallery .field--name-field-gallery * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row .node--type-photogallery .field--name-field-gallery {
    height: 292px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row .node--type-photogallery .field--name-field-gallery {
    height: 333px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row .node--type-photogallery .field--name-field-gallery {
    height: 250px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 400px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row .node--type-photogallery .field--name-field-gallery {
    height: 200px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row .node--type-photogallery .field--name-node-title {
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row .node--type-photogallery .field--name-node-title * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row .node--type-photogallery .field--name-node-title * {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row .node--type-photogallery .field--name-node-title * {
    font-size: 12px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row .node--type-photogallery .field--name-node-title a:hover {
  color: #E52D00;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row .node--type-photogallery .field--name-node-title {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row .node--type-photogallery .field--name-node-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row {
    width: 292px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row {
    width: 333px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-content .views-row {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 .view-content {
    gap: 15px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-1 {
    margin-top: 20px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-2 {
  margin-top: 80px;
}
#block-vesta-theme-views-block-fotogalereya-block-2 .view-header {
  margin-bottom: 30px;
}
#block-vesta-theme-views-block-fotogalereya-block-2 .view-header h2 {
  margin: 0;
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
#block-vesta-theme-views-block-fotogalereya-block-2 .view-header h2 .red {
  display: unset;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #E52D00;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-header h2 .red {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-header h2 .red {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-header h2 .red {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-header h2 .red {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-header h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-header h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-header h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-header h2 {
    font-size: 16px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-2 .view-header span {
  margin-top: 20px;
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-header span {
    margin-top: 15px;
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-header span {
    margin-top: 10px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-header span {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-header span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-header {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-header {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-header {
    margin-bottom: 15px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-2 .view-content .node--type-photogallery .field--name-field-gallery {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
#block-vesta-theme-views-block-fotogalereya-block-2 .view-content .node--type-photogallery .field--name-field-gallery .field__item {
  width: 271px;
  height: 380px;
  border-radius: 15px;
  overflow: hidden;
}
#block-vesta-theme-views-block-fotogalereya-block-2 .view-content .node--type-photogallery .field--name-field-gallery .field__item * {
  position: relative;
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
#block-vesta-theme-views-block-fotogalereya-block-2 .view-content .node--type-photogallery .field--name-field-gallery .field__item a:before {
  content: url(/sites/all/themes/vesta_theme/image/search-y.svg);
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 17px;
  right: 17px;
  z-index: 1;
  transition: 0.3s;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}
#block-vesta-theme-views-block-fotogalereya-block-2 .view-content .node--type-photogallery .field--name-field-gallery .field__item:hover a:before {
  background-color: #000;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-content .node--type-photogallery .field--name-field-gallery .field__item {
    width: 292px;
    height: 400px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-content .node--type-photogallery .field--name-field-gallery .field__item {
    width: 333px;
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-content .node--type-photogallery .field--name-field-gallery .field__item {
    width: calc(50% - 7.5px);
    height: 320px;
  }
}
@media screen and (max-width: 400px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-content .node--type-photogallery .field--name-field-gallery .field__item {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-content .node--type-photogallery .field--name-field-gallery {
    gap: 15px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-2 .view-content .node--type-photogallery .field--name-node-link {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}
#block-vesta-theme-views-block-fotogalereya-block-2 .view-content .node--type-photogallery .field--name-node-link a {
  width: max-content;
  position: relative;
  background: linear-gradient(to left, var(--myColor1) 15%, var(--myColor2));
  border-radius: 100px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 40px;
  transition: --myColor1 0.3s, --myColor2 0.3s !important;
  padding: 16px 20px;
  width: 285px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-content .node--type-photogallery .field--name-node-link a {
    font-size: 15px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-content .node--type-photogallery .field--name-node-link a {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-content .node--type-photogallery .field--name-node-link a {
    font-size: 13px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-content .node--type-photogallery .field--name-node-link a {
    font-size: 12px;
  }
}
#block-vesta-theme-views-block-fotogalereya-block-2 .view-content .node--type-photogallery .field--name-node-link a:hover {
  --myColor1: #000;
  --myColor2: #000;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-content .node--type-photogallery .field--name-node-link a {
    padding: 15px 19px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-content .node--type-photogallery .field--name-node-link a {
    padding: 14px 18px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-content .node--type-photogallery .field--name-node-link a {
    padding: 13px 17px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-content .node--type-photogallery .field--name-node-link a {
    padding: 12px 16px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-content .node--type-photogallery .field--name-node-link {
    margin-top: 25px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-content .node--type-photogallery .field--name-node-link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 .view-content .node--type-photogallery .field--name-node-link {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-fotogalereya-block-2 {
    margin-top: 20px;
  }
}
#fos {
  margin-top: 80px;
}
#fos .region-fos {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
#fos .region-fos #block-vesta-theme-foszagolovok {
  width: 100%;
}
#fos .region-fos #block-vesta-theme-foszagolovok .field--name-body h2 {
  margin: 0;
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
#fos .region-fos #block-vesta-theme-foszagolovok .field--name-body h2 .red {
  display: unset;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #E52D00;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  #fos .region-fos #block-vesta-theme-foszagolovok .field--name-body h2 .red {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  #fos .region-fos #block-vesta-theme-foszagolovok .field--name-body h2 .red {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #fos .region-fos #block-vesta-theme-foszagolovok .field--name-body h2 .red {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  #fos .region-fos #block-vesta-theme-foszagolovok .field--name-body h2 .red {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  #fos .region-fos #block-vesta-theme-foszagolovok .field--name-body h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  #fos .region-fos #block-vesta-theme-foszagolovok .field--name-body h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #fos .region-fos #block-vesta-theme-foszagolovok .field--name-body h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  #fos .region-fos #block-vesta-theme-foszagolovok .field--name-body h2 {
    font-size: 16px;
  }
}
#fos .region-fos #block-vesta-theme-foszagolovok .field--name-body span {
  margin-top: 20px;
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1199px) {
  #fos .region-fos #block-vesta-theme-foszagolovok .field--name-body span {
    margin-top: 15px;
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  #fos .region-fos #block-vesta-theme-foszagolovok .field--name-body span {
    margin-top: 10px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #fos .region-fos #block-vesta-theme-foszagolovok .field--name-body span {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  #fos .region-fos #block-vesta-theme-foszagolovok .field--name-body span {
    font-size: 16px;
  }
}
#fos .region-fos #block-vesta-theme-vebforma {
  width: 470px;
}
#fos .region-fos #block-vesta-theme-vebforma .webform-submission-form .form-item-name,
#fos .region-fos #block-vesta-theme-vebforma .webform-submission-form .form-item-telefon {
  width: 225px;
}
@media screen and (max-width: 991px) {
  #fos .region-fos #block-vesta-theme-vebforma .webform-submission-form .form-item-name,
  #fos .region-fos #block-vesta-theme-vebforma .webform-submission-form .form-item-telefon {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #fos .region-fos #block-vesta-theme-vebforma {
    width: 100%;
  }
}
#fos .region-fos #block-vesta-theme-yandekskarta-2 {
  width: 670px;
}
#fos .region-fos #block-vesta-theme-yandekskarta-2 .field--name-body .mapContainer {
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  #fos .region-fos #block-vesta-theme-yandekskarta-2 .field--name-body .mapContainer {
    border-radius: 35px;
  }
}
@media screen and (max-width: 991px) {
  #fos .region-fos #block-vesta-theme-yandekskarta-2 .field--name-body .mapContainer {
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  #fos .region-fos #block-vesta-theme-yandekskarta-2 .field--name-body .mapContainer {
    border-radius: 25px;
  }
}
@media screen and (max-width: 575px) {
  #fos .region-fos #block-vesta-theme-yandekskarta-2 .field--name-body .mapContainer {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1199px) {
  #fos .region-fos #block-vesta-theme-yandekskarta-2 {
    width: 436px;
  }
}
@media screen and (max-width: 991px) {
  #fos .region-fos #block-vesta-theme-yandekskarta-2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #fos .region-fos {
    gap: 15px;
  }
}
@media screen and (max-width: 1199px) {
  #fos {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  #fos {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #fos {
    margin-top: 20px;
  }
}
.webform-submission-form {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.webform-submission-form .form-item-name,
.webform-submission-form .form-item-telefon,
.webform-submission-form .form-item-email,
.webform-submission-form .form-item-message {
  width: 100%;
}
.webform-submission-form .form-item-name input,
.webform-submission-form .form-item-telefon input,
.webform-submission-form .form-item-email input,
.webform-submission-form .form-item-message input,
.webform-submission-form .form-item-name textarea,
.webform-submission-form .form-item-telefon textarea,
.webform-submission-form .form-item-email textarea,
.webform-submission-form .form-item-message textarea {
  width: 100%;
  height: 60px;
  padding: 20px;
  border-radius: 100px;
  border: none;
  background-color: rgba(236, 227, 218, 0.2);
  backdrop-filter: blur(5px);
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.webform-submission-form .form-item-name input::placeholder,
.webform-submission-form .form-item-telefon input::placeholder,
.webform-submission-form .form-item-email input::placeholder,
.webform-submission-form .form-item-message input::placeholder,
.webform-submission-form .form-item-name textarea::placeholder,
.webform-submission-form .form-item-telefon textarea::placeholder,
.webform-submission-form .form-item-email textarea::placeholder,
.webform-submission-form .form-item-message textarea::placeholder {
  color: #666;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .form-item-name input,
  .webform-submission-form .form-item-telefon input,
  .webform-submission-form .form-item-email input,
  .webform-submission-form .form-item-message input,
  .webform-submission-form .form-item-name textarea,
  .webform-submission-form .form-item-telefon textarea,
  .webform-submission-form .form-item-email textarea,
  .webform-submission-form .form-item-message textarea {
    height: 50px;
    padding: 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form .form-item-name input,
  .webform-submission-form .form-item-telefon input,
  .webform-submission-form .form-item-email input,
  .webform-submission-form .form-item-message input,
  .webform-submission-form .form-item-name textarea,
  .webform-submission-form .form-item-telefon textarea,
  .webform-submission-form .form-item-email textarea,
  .webform-submission-form .form-item-message textarea {
    height: 38px;
    padding: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .form-item-name input,
  .webform-submission-form .form-item-telefon input,
  .webform-submission-form .form-item-email input,
  .webform-submission-form .form-item-message input,
  .webform-submission-form .form-item-name textarea,
  .webform-submission-form .form-item-telefon textarea,
  .webform-submission-form .form-item-email textarea,
  .webform-submission-form .form-item-message textarea {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .webform-submission-form .form-item-name input,
  .webform-submission-form .form-item-telefon input,
  .webform-submission-form .form-item-email input,
  .webform-submission-form .form-item-message input,
  .webform-submission-form .form-item-name textarea,
  .webform-submission-form .form-item-telefon textarea,
  .webform-submission-form .form-item-email textarea,
  .webform-submission-form .form-item-message textarea {
    height: 36px;
    font-size: 12px;
  }
}
.webform-submission-form .form-item-name textarea,
.webform-submission-form .form-item-telefon textarea,
.webform-submission-form .form-item-email textarea,
.webform-submission-form .form-item-message textarea {
  resize: none;
}
.webform-submission-form .form-item-privacy {
  display: flex;
  gap: 0 10px;
  flex-wrap: wrap;
}
.webform-submission-form .form-item-privacy input {
  margin-top: 7px;
  appearance: none;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border: 1px solid #666;
  background-repeat: no-repeat;
  background-position: center;
  order: 0;
}
.webform-submission-form .form-item-privacy input:checked {
  background-image: url(/sites/all/themes/vesta_theme/image/check.svg);
}
.webform-submission-form .form-item-privacy .description {
  order: 1;
  width: calc(100% - 35px);
  max-width: 335px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
.webform-submission-form .form-item-privacy .description * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .form-item-privacy .description * {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form .form-item-privacy .description * {
    font-size: 12px;
  }
}
.webform-submission-form .form-item-privacy .description a {
  text-decoration: underline !important;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .form-item-privacy .description {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form .form-item-privacy .description {
    font-size: 12px;
  }
}
.webform-submission-form .form-item-privacy .form-item--error-message {
  order: 2;
}
.webform-submission-form .form-actions {
  width: 100%;
}
.webform-submission-form .form-actions .form-submit {
  width: max-content;
  position: relative;
  background: linear-gradient(to left, var(--myColor1) 15%, var(--myColor2));
  border-radius: 100px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 40px;
  transition: --myColor1 0.3s, --myColor2 0.3s !important;
  padding: 15px !important;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .form-actions .form-submit {
    font-size: 15px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form .form-actions .form-submit {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .form-actions .form-submit {
    font-size: 13px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 575px) {
  .webform-submission-form .form-actions .form-submit {
    font-size: 12px;
  }
}
.webform-submission-form .form-actions .form-submit:hover {
  --myColor1: #000;
  --myColor2: #000;
}
.webform-submission-form .form-item--error-message {
  margin-top: 5px;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form {
    gap: 15px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form {
    gap: 10px;
  }
}
#block-vesta-theme-prefooterkartinka {
  margin-top: 80px;
}
#block-vesta-theme-prefooterkartinka .field--name-body * {
  display: block;
  width: 100%;
  height: 385px !important;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-prefooterkartinka .field--name-body * {
    height: 365px !important;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-prefooterkartinka .field--name-body * {
    height: 345px !important;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-prefooterkartinka .field--name-body * {
    height: 325px !important;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-prefooterkartinka .field--name-body * {
    height: 210px !important;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-prefooterkartinka {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-prefooterkartinka {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-prefooterkartinka {
    margin-top: 20px;
  }
}
#footer {
  margin-top: auto;
}
#footer .row1 {
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
#footer .row1 .col-logo {
  width: 295px;
}
#footer .row1 .col-logo .logo {
  display: block;
  width: 100%;
  height: 115px;
}
#footer .row1 .col-logo .logo * {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
@media screen and (max-width: 1199px) {
  #footer .row1 .col-logo .logo {
    height: 80px;
  }
}
@media screen and (max-width: 575px) {
  #footer .row1 .col-logo .logo {
    width: 295px;
    height: 115px;
  }
}
#footer .row1 .col-logo .copyright {
  margin-top: 35px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
@media screen and (max-width: 1199px) {
  #footer .row1 .col-logo .copyright {
    margin-top: 30px;
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row1 .col-logo .copyright {
    margin-top: 25px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row1 .col-logo .copyright {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  #footer .row1 .col-logo .copyright {
    margin-top: 15px;
  }
}
#footer .row1 .col-logo .politika {
  margin-top: 10px;
  display: block;
  width: max-content;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
@media screen and (max-width: 1199px) {
  #footer .row1 .col-logo .politika {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row1 .col-logo .politika {
    font-size: 12px;
  }
}
#footer .row1 .col-logo a:hover {
  color: #E52D00;
}
@media screen and (max-width: 991px) {
  #footer .row1 .col-logo {
    width: 200px;
  }
}
@media screen and (max-width: 575px) {
  #footer .row1 .col-logo {
    width: 100%;
  }
}
#footer .row1 .col-nav {
  width: 130px;
}
#footer .row1 .col-serv {
  width: 105px;
}
#footer .row1 .col-nav .block-menu > div:nth-child(1),
#footer .row1 .col-serv .block-menu > div:nth-child(1) {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  #footer .row1 .col-nav .block-menu > div:nth-child(1),
  #footer .row1 .col-serv .block-menu > div:nth-child(1) {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row1 .col-nav .block-menu > div:nth-child(1),
  #footer .row1 .col-serv .block-menu > div:nth-child(1) {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row1 .col-nav .block-menu > div:nth-child(1),
  #footer .row1 .col-serv .block-menu > div:nth-child(1) {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  #footer .row1 .col-nav .block-menu > div:nth-child(1),
  #footer .row1 .col-serv .block-menu > div:nth-child(1) {
    font-size: 12px;
  }
}
#footer .row1 .col-nav .block-menu .nav,
#footer .row1 .col-serv .block-menu .nav {
  display: flex;
  gap: 5px;
  flex-direction: column;
}
#footer .row1 .col-nav .block-menu .nav .nav-item a,
#footer .row1 .col-serv .block-menu .nav .nav-item a {
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#footer .row1 .col-nav .block-menu .nav .nav-item a:hover,
#footer .row1 .col-serv .block-menu .nav .nav-item a:hover {
  color: #E52D00;
}
#footer .row1 .col-nav .block-menu .nav .nav-item a:after,
#footer .row1 .col-serv .block-menu .nav .nav-item a:after {
  display: none;
}
@media screen and (max-width: 1199px) {
  #footer .row1 .col-nav .block-menu .nav .nav-item a,
  #footer .row1 .col-serv .block-menu .nav .nav-item a {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row1 .col-nav .block-menu .nav .nav-item a,
  #footer .row1 .col-serv .block-menu .nav .nav-item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row1 .col-nav .block-menu .nav .nav-item a,
  #footer .row1 .col-serv .block-menu .nav .nav-item a {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  #footer .row1 .col-nav .block-menu .nav .nav-item a,
  #footer .row1 .col-serv .block-menu .nav .nav-item a {
    font-size: 12px;
  }
}
#footer .row1 .col-nav .block-menu .nav .nav-item .dropdown-menu,
#footer .row1 .col-serv .block-menu .nav .nav-item .dropdown-menu {
  display: none;
}
#footer .row1 .col-contacts {
  width: 280px;
}
#footer .row1 .col-contacts .col-tel,
#footer .row1 .col-contacts .col-mail {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
#footer .row1 .col-contacts .col-tel .col-tel2,
#footer .row1 .col-contacts .col-mail .col-tel2,
#footer .row1 .col-contacts .col-tel .col-mail2,
#footer .row1 .col-contacts .col-mail .col-mail2 {
  display: flex;
  flex-direction: column;
}
#footer .row1 .col-contacts .col-tel .col-tel2 .tel,
#footer .row1 .col-contacts .col-mail .col-tel2 .tel,
#footer .row1 .col-contacts .col-tel .col-mail2 .tel,
#footer .row1 .col-contacts .col-mail .col-mail2 .tel,
#footer .row1 .col-contacts .col-tel .col-tel2 .mail,
#footer .row1 .col-contacts .col-mail .col-tel2 .mail,
#footer .row1 .col-contacts .col-tel .col-mail2 .mail,
#footer .row1 .col-contacts .col-mail .col-mail2 .mail {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
#footer .row1 .col-contacts .col-tel .col-tel2 .tel:hover,
#footer .row1 .col-contacts .col-mail .col-tel2 .tel:hover,
#footer .row1 .col-contacts .col-tel .col-mail2 .tel:hover,
#footer .row1 .col-contacts .col-mail .col-mail2 .tel:hover,
#footer .row1 .col-contacts .col-tel .col-tel2 .mail:hover,
#footer .row1 .col-contacts .col-mail .col-tel2 .mail:hover,
#footer .row1 .col-contacts .col-tel .col-mail2 .mail:hover,
#footer .row1 .col-contacts .col-mail .col-mail2 .mail:hover {
  color: #E52D00;
}
@media screen and (max-width: 1199px) {
  #footer .row1 .col-contacts .col-tel .col-tel2 .tel,
  #footer .row1 .col-contacts .col-mail .col-tel2 .tel,
  #footer .row1 .col-contacts .col-tel .col-mail2 .tel,
  #footer .row1 .col-contacts .col-mail .col-mail2 .tel,
  #footer .row1 .col-contacts .col-tel .col-tel2 .mail,
  #footer .row1 .col-contacts .col-mail .col-tel2 .mail,
  #footer .row1 .col-contacts .col-tel .col-mail2 .mail,
  #footer .row1 .col-contacts .col-mail .col-mail2 .mail {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row1 .col-contacts .col-tel .col-tel2 .tel,
  #footer .row1 .col-contacts .col-mail .col-tel2 .tel,
  #footer .row1 .col-contacts .col-tel .col-mail2 .tel,
  #footer .row1 .col-contacts .col-mail .col-mail2 .tel,
  #footer .row1 .col-contacts .col-tel .col-tel2 .mail,
  #footer .row1 .col-contacts .col-mail .col-tel2 .mail,
  #footer .row1 .col-contacts .col-tel .col-mail2 .mail,
  #footer .row1 .col-contacts .col-mail .col-mail2 .mail {
    font-size: 14px;
  }
}
#footer .row1 .col-contacts .col-tel:before,
#footer .row1 .col-contacts .col-mail:before {
  font-size: 0;
}
@media screen and (max-width: 1199px) {
  #footer .row1 .col-contacts .col-tel,
  #footer .row1 .col-contacts .col-mail {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row1 .col-contacts .col-tel,
  #footer .row1 .col-contacts .col-mail {
    font-size: 12px;
  }
}
#footer .row1 .col-contacts .col-tel:before {
  content: url(/sites/all/themes/vesta_theme/image/phone-y.svg);
}
#footer .row1 .col-contacts .col-mail {
  margin-top: 20px;
}
#footer .row1 .col-contacts .col-mail:before {
  content: url(/sites/all/themes/vesta_theme/image/mail-y.svg);
}
#footer .row1 .col-contacts .col-adress {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
#footer .row1 .col-contacts .col-adress .col-adress2 {
  display: flex;
  flex-direction: column;
}
#footer .row1 .col-contacts .col-adress .col-adress2 .adress {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  #footer .row1 .col-contacts .col-adress .col-adress2 .adress {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row1 .col-contacts .col-adress .col-adress2 .adress {
    font-size: 14px;
  }
}
#footer .row1 .col-contacts .col-adress:before {
  content: url(/sites/all/themes/vesta_theme/image/geo-y.svg);
}
@media screen and (max-width: 1199px) {
  #footer .row1 .col-contacts .col-adress {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row1 .col-contacts .col-adress {
    font-size: 12px;
  }
}
#footer .row1 .col-contacts .col-social {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
}
#footer .row1 .col-contacts .col-social a {
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#footer .row1 .col-contacts .col-social .max {
  background-image: url(/sites/all/themes/vesta_theme/image/max-y.svg);
}
#footer .row1 .col-contacts .col-social .wp {
  background-image: url(/sites/all/themes/vesta_theme/image/wp-y.svg);
}
#footer .row1 .col-contacts .col-social .tg {
  background-image: url(/sites/all/themes/vesta_theme/image/tg-y.svg);
}
@media screen and (max-width: 991px) {
  #footer .row1 .col-contacts {
    width: 100%;
  }
}
#footer .row-copiryght {
  position: relative;
}
#footer .row-copiryght:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #E52D00;
  z-index: 0;
}
#footer .row-copiryght .col-webvesta {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer .row-copiryght .col-webvesta a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
#footer .row-copiryght .col-webvesta a:hover {
  color: #FFB200;
}
@media screen and (max-width: 1199px) {
  #footer .row-copiryght .col-webvesta a {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row-copiryght .col-webvesta a {
    font-size: 12px;
  }
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-wrapper .vpa-content a {
  color: #E52D00;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-wrapper .vpa-content a:hover {
  color: #FFB200;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-wrapper .vpa-actions button {
  background-color: #E52D00;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-wrapper .vpa-actions button:hover {
  background-color: #FFB200;
}
.view-tovary .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-tovary .view-content .views-row {
  width: 271px;
}
.view-tovary .view-content .views-row .product-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.view-tovary .view-content .views-row .product-block .field--name-field-image-product-view {
  width: 100%;
  height: 270px;
  border-radius: 30px;
  overflow: hidden;
}
.view-tovary .view-content .views-row .product-block .field--name-field-image-product-view a {
  position: relative;
}
.view-tovary .view-content .views-row .product-block .field--name-field-image-product-view a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/sites/all/themes/vesta_theme/image/production-img.png);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.3s;
}
.view-tovary .view-content .views-row .product-block .field--name-field-image-product-view a:hover:before {
  opacity: 1;
  backdrop-filter: blur(2px);
}
.view-tovary .view-content .views-row .product-block .field--name-field-image-product-view * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .view-tovary .view-content .views-row .product-block .field--name-field-image-product-view {
    height: 292px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content .views-row .product-block .field--name-field-image-product-view {
    height: 333px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row .product-block .field--name-field-image-product-view {
    height: 250px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 400px) {
  .view-tovary .view-content .views-row .product-block .field--name-field-image-product-view {
    height: 200px;
  }
}
.view-tovary .view-content .views-row .product-block .product--variation-field--variation_title__818 {
  display: none;
}
.view-tovary .view-content .views-row .product-block .field--name-title {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.view-tovary .view-content .views-row .product-block .field--name-title * {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1199px) {
  .view-tovary .view-content .views-row .product-block .field--name-title * {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content .views-row .product-block .field--name-title * {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row .product-block .field--name-title * {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .view-tovary .view-content .views-row .product-block .field--name-title * {
    font-size: 16px;
  }
}
.view-tovary .view-content .views-row .product-block .field--name-title a {
  display: block;
  position: relative;
  background-image: url(/sites/all/themes/vesta_theme/image/arr.svg);
  background-repeat: no-repeat;
  background-position: right top;
  padding-right: 25px;
}
.view-tovary .view-content .views-row .product-block .field--name-title a:hover {
  color: #E52D00;
}
@media screen and (max-width: 1199px) {
  .view-tovary .view-content .views-row .product-block .field--name-title {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content .views-row .product-block .field--name-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .view-tovary .view-content .views-row .product-block .field--name-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .view-tovary .view-content .views-row .product-block .field--name-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .view-tovary .view-content .views-row {
    width: 292px;
  }
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content .views-row {
    width: 333px;
  }
}
@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: calc(50% - 7.5px);
  }
}
@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;
  min-width: 0px !important;
  max-width: 1000px !important;
  min-height: 0px !important;
  max-height: 1000px !important;
}
.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-sku {
  display: flex;
  gap: 5px;
}
.product-view-full .product-teaser .product-teaser-info .field--name-sku .field__label {
  font-weight: 700;
}
.product-view-full .product-teaser .product-teaser-info .field--name-sku .field__label:after {
  content: ':';
  font-weight: 700;
}
.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-quantity,
.product-view-full .product-teaser .product-teaser-info .form-actions {
  display: none;
}
.product-view-full .product-teaser .product-teaser-info .zakazat {
  margin-top: 20px;
  width: max-content;
  position: relative;
  background: linear-gradient(to left, var(--myColor1) 15%, var(--myColor2));
  border-radius: 100px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 40px;
  transition: --myColor1 0.3s, --myColor2 0.3s !important;
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser .product-teaser-info .zakazat {
    font-size: 15px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser .product-teaser-info .zakazat {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .product-teaser .product-teaser-info .zakazat {
    font-size: 13px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser .product-teaser-info .zakazat {
    font-size: 12px;
  }
}
.product-view-full .product-teaser .product-teaser-info .zakazat:hover {
  --myColor1: #000;
  --myColor2: #000;
}
@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;
}
.body-view--fotogalereya .view-fotogalereya .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row {
  width: 271px !important;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery {
  width: 100%;
  height: 100%;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery {
  width: 100%;
  height: 270px;
  border-radius: 30px;
  overflow: hidden;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery a {
  position: relative;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/sites/all/themes/vesta_theme/image/production-img.png);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery a:hover:before {
  opacity: 1;
  backdrop-filter: blur(2px);
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery {
    height: 292px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 991px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery {
    height: 333px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery {
    height: 250px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 400px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-field-gallery {
    height: 200px;
  }
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title {
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
@media screen and (max-width: 1199px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title * {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title * {
    font-size: 12px;
  }
}
.body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title a:hover {
  color: #E52D00;
}
@media screen and (max-width: 1199px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row .node--type-photogallery .field--name-node-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row {
    width: 292px !important;
  }
}
@media screen and (max-width: 991px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row {
    width: 333px !important;
  }
}
@media screen and (max-width: 767px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row {
    width: calc(50% - 7.5px) !important;
  }
}
@media screen and (max-width: 420px) {
  .body-view--fotogalereya .view-fotogalereya .view-content .views-row {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .body-view--fotogalereya .view-fotogalereya .view-content {
    gap: 15px;
  }
}
.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: 15px;
}
.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% - 7.5px);
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .not-front .view-id-gallery_page .view-content > div {
    gap: 15px;
  }
}
#block-vesta-theme-bloknastranicekontakty .field--name-body .social {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
#block-vesta-theme-bloknastranicekontakty .field--name-body .social a {
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#block-vesta-theme-bloknastranicekontakty .field--name-body .social .max {
  background-image: url(/sites/all/themes/vesta_theme/image/max-y.svg);
}
#block-vesta-theme-bloknastranicekontakty .field--name-body .social .wp {
  background-image: url(/sites/all/themes/vesta_theme/image/wp-y.svg);
}
#block-vesta-theme-bloknastranicekontakty .field--name-body .social .tg {
  background-image: url(/sites/all/themes/vesta_theme/image/tg-y.svg);
}
#block-vesta-theme-bloknastranicekontakty .field--name-body .mapContainer {
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-bloknastranicekontakty .field--name-body .mapContainer {
    border-radius: 25px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-bloknastranicekontakty .field--name-body .mapContainer {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-bloknastranicekontakty .field--name-body .mapContainer {
    border-radius: 15px;
  }
}
.modal-dialog .modal-footer {
  display: flex;
  justify-content: center;
}
.modal-dialog .modal-footer button {
  width: max-content;
  position: relative;
  background: linear-gradient(to left, var(--myColor1) 15%, var(--myColor2));
  border-radius: 100px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 40px;
  transition: --myColor1 0.3s, --myColor2 0.3s !important;
}
@media screen and (max-width: 1199px) {
  .modal-dialog .modal-footer button {
    font-size: 15px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 991px) {
  .modal-dialog .modal-footer button {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .modal-dialog .modal-footer button {
    font-size: 13px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 575px) {
  .modal-dialog .modal-footer button {
    font-size: 12px;
  }
}
.modal-dialog .modal-footer button:hover {
  --myColor1: #000;
  --myColor2: #000;
}
.ajax-progress {
  display: none !important;
}
#scrollToTop {
  width: max-content;
  height: max-content;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #E52D00;
  bottom: 50px;
  right: 50px;
}
#scrollToTop img {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain;
}
@media screen and (max-width: 1199px) {
  #scrollToTop {
    font-size: 13px;
    bottom: 45px;
    right: 40px;
  }
}
@media screen and (max-width: 991px) {
  #scrollToTop {
    font-size: 12px;
    bottom: 40px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #scrollToTop {
    bottom: 35px;
    right: 20px;
  }
}
@media screen and (max-width: 575px) {
  #scrollToTop {
    bottom: 30px;
    right: 15px;
  }
}
.not-front #block-vesta-theme-content > h3 {
  font-size: 18px;
}
.not-front #block-vesta-theme-content > h3 > a {
  color: #000;
}
.not-front #block-vesta-theme-content > h3 > a:hover {
  color: #E52D00;
}
.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: #E52D00;
  border: 1px solid #E52D00;
}
.not-front #main .search-api-page-block-form-search .js-form-submit:hover {
  color: #000;
  background-color: transparent;
}
.not-front #main .commerce-product--view-mode-poiskovyy-indeks,
.not-front #main .node--view-mode-search-index {
  margin-bottom: 10px;
}
.not-front #main .commerce-product--view-mode-poiskovyy-indeks a,
.not-front #main .node--view-mode-search-index a {
  color: #000;
  font-weight: 700;
}
.not-front #main .commerce-product--view-mode-poiskovyy-indeks a:hover,
.not-front #main .node--view-mode-search-index a:hover {
  color: #E52D00;
}
.pagination {
  margin-top: 15px;
  justify-content: center;
}
.pagination .page-item a {
  color: #E52D00;
}
.pagination .page-item.active a {
  border-color: #fff;
  color: #fff;
  background-color: #E52D00;
}
