: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: #2a2a2e;
}
.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: #e7b94a;
}
.btn_gold {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: 12px 20px;
  background-color: #f3d162;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .btn_gold {
    padding: 10px 18px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .btn_gold {
    padding: 8px 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .btn_gold {
    padding: 8px 14px;
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .btn_gold {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.btn_gold_hover {
  background-color: #e7b94a;
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1200px;
  }
}
p:last-child {
  margin-bottom: 0 !important;
}
body {
  padding-top: 0 !important;
  font-family: "Montserrat", sans-serif;
  color: #2a2a2e;
}
#app {
  overflow: clip;
  background-color: #ebebeb;
  /*.desctop-md-max({
    padding-top: 55px;
  });*/
}
.toolbar-fixed #app {
  margin-top: var(--drupal-displace-offset-top);
}
#header {
  background: linear-gradient(115deg, #151515 0%, #8c9198 100%);
  padding-top: 4px;
  padding-bottom: 4px;
}
#header > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header > .container .header-left {
  width: 180px;
  height: 95px;
}
#header > .container .header-left * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
@media screen and (max-width: 1199px) {
  #header > .container .header-left {
    width: 110px;
    height: 60px;
  }
}
#header > .container .header-center {
  width: 800px;
}
#header > .container .header-center .col-contacts {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 16px;
  display: flex;
  gap: 24px;
  justify-content: end;
}
#header > .container .header-center .col-contacts .col-social {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-right: 60px;
}
#header > .container .header-center .col-contacts .col-social a {
  display: flex;
  align-items: center;
}
#header > .container .header-center .col-contacts .col-social a:before {
  font-size: 0;
}
#header > .container .header-center .col-contacts .col-social .max:before {
  content: url(/sites/all/themes/vesta_theme/image/max.svg);
}
#header > .container .header-center .col-contacts .col-social .tg:before {
  content: url(/sites/all/themes/vesta_theme/image/tg.svg);
}
#header > .container .header-center .col-contacts .col-social .wp:before {
  content: url(/sites/all/themes/vesta_theme/image/wp.svg);
}
@media screen and (max-width: 1199px) {
  #header > .container .header-center .col-contacts .col-social {
    gap: 15px;
    margin-right: 0;
  }
}
#header > .container .header-center .col-contacts .adress,
#header > .container .header-center .col-contacts .mail,
#header > .container .header-center .col-contacts .tel {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  #header > .container .header-center .col-contacts .adress,
  #header > .container .header-center .col-contacts .mail,
  #header > .container .header-center .col-contacts .tel {
    font-size: 12px;
  }
}
#header > .container .header-center .col-contacts a:before {
  font-size: 0;
}
#header > .container .header-center .col-contacts a:hover {
  color: #e7b94a;
}
#header > .container .header-center .col-contacts .adress {
  display: flex;
  gap: 6px;
  align-items: center;
  max-width: 240px;
}
#header > .container .header-center .col-contacts .adress:before {
  content: url(/sites/all/themes/vesta_theme/image/geo.svg);
}
#header > .container .header-center .col-contacts .mail {
  display: flex;
  gap: 6px;
  align-items: center;
}
#header > .container .header-center .col-contacts .mail:before {
  content: url(/sites/all/themes/vesta_theme/image/mail.svg);
}
#header > .container .header-center .col-contacts .tel {
  display: flex;
  gap: 6px;
  align-items: center;
}
#header > .container .header-center .col-contacts .tel:before {
  content: url(/sites/all/themes/vesta_theme/image/phone.svg);
}
@media screen and (max-width: 1199px) {
  #header > .container .header-center .col-contacts {
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 15px;
  }
}
#header > .container .header-center .region-navigation {
  border-top: 2px solid #fff;
  padding-top: 12px;
  padding-bottom: 4px;
}
#header > .container .header-center .region-navigation .block-menu > div:nth-child(1):not(.contextual) {
  display: none;
}
#header > .container .header-center .region-navigation .block-menu .nav {
  display: flex;
  gap: 35px;
  justify-content: center;
}
#header > .container .header-center .region-navigation .block-menu .nav .nav-item a {
  padding: 6px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
#header > .container .header-center .region-navigation .block-menu .nav .nav-item a:hover {
  background-color: #f3d162;
}
#header > .container .header-center .region-navigation .block-menu .nav .nav-item a:after {
  display: none;
}
@media screen and (max-width: 1199px) {
  #header > .container .header-center .region-navigation .block-menu .nav .nav-item a {
    font-size: 12px;
  }
}
#header > .container .header-center .region-navigation .block-menu .nav .nav-item .is-active {
  background-color: #f3d162;
}
#header > .container .header-center .region-navigation .block-menu .nav .nav-item .dropdown-menu {
  padding: 0;
  border: none;
  border-radius: 0;
}
#header > .container .header-center .region-navigation .block-menu .nav .nav-item .dropdown-menu .nav-item a {
  color: #2a2a2e;
}
#header > .container .header-center .region-navigation .block-menu .nav .nav-item .dropdown-menu .nav-item a:hover {
  color: #fff;
}
#header > .container .header-center .region-navigation .block-menu .nav .nav-item .dropdown-menu .nav-item .is-active {
  color: #fff;
}
@media screen and (max-width: 1199px) {
  #header > .container .header-center .region-navigation .block-menu .nav {
    gap: 15px;
  }
}
@media screen and (max-width: 1199px) {
  #header > .container .header-center .region-navigation {
    padding-top: 4px;
  }
}
@media screen and (max-width: 1199px) {
  #header > .container .header-center {
    width: 635px;
  }
}
#header > .container .header-right {
  width: 155px;
  display: flex;
  gap: 12px 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
#header > .container .header-right .col-callback .field--name-body a {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: 12px 20px;
  background-color: #f3d162;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  #header > .container .header-right .col-callback .field--name-body a {
    padding: 10px 18px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  #header > .container .header-right .col-callback .field--name-body a {
    padding: 8px 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #header > .container .header-right .col-callback .field--name-body a {
    padding: 8px 14px;
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  #header > .container .header-right .col-callback .field--name-body a {
    padding: 8px 12px;
    font-size: 14px;
  }
}
#header > .container .header-right .col-callback .field--name-body a:hover {
  background-color: #e7b94a;
}
#header > .container .header-right .col-search .field--name-body .search:before {
  content: url(/sites/all/themes/vesta_theme/image/search.svg);
  font-size: 0;
}
#header > .container .header-right .col-favourites .view-dublirovat-izbrannoe {
  position: relative;
}
#header > .container .header-right .col-favourites .view-dublirovat-izbrannoe .view-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -7px;
  right: -9px;
  width: 19px;
  height: 18px;
  padding: 0 5px;
  border-radius: 50%;
  background-color: #2a2a2e;
  color: #fff;
  border: 2px solid #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  z-index: 2;
}
#header > .container .header-right .col-favourites .view-dublirovat-izbrannoe .view-header:empty {
  display: none;
}
#header > .container .header-right .col-favourites .view-dublirovat-izbrannoe .view-content {
  display: none;
}
#header > .container .header-right .col-favourites .view-dublirovat-izbrannoe .more-link a {
  position: relative;
  display: block;
  font-size: 0;
}
#header > .container .header-right .col-favourites .view-dublirovat-izbrannoe .more-link a:before {
  content: url("/sites/all/themes/vesta_theme/image/heart1.svg");
  font-size: 0;
}
#header > .container .header-right .col-user .field--name-body a:before {
  content: url(/sites/all/themes/vesta_theme/image/user.svg);
  font-size: 0;
}
#header > .container .header-right .col-cart .cart--cart-block .cart-block--summary__count {
  background-color: #2a2a2e;
}
#header-mob {
  background: linear-gradient(115deg, #151515 0%, #8c9198 100%);
}
#header-mob .col-nav img {
  filter: brightness(0) invert(1);
}
#header-mob .col-logo {
  width: 150px !important;
  height: 75px !important;
}
#header-mob .col-logo * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
#header-mob .col-cart .cart-block--summary__count {
  background-color: #2a2a2e;
}
.offcanvas .offcanvas-body .region-navigation .block-menu > div:nth-child(1):not(.contextual) {
  display: none;
}
.offcanvas .offcanvas-body .region-navigation .block-menu .nav .nav-item a {
  padding-left: 0;
  padding-right: 0;
  color: #2a2a2e;
}
.offcanvas .offcanvas-body .region-navigation .block-menu .nav .nav-item a:hover {
  color: #e7b94a;
}
.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 !important;
  padding-bottom: 0 !important;
}
.offcanvas .offcanvas-body .region-navigation .block-menu .nav .nav-item .dropdown-menu .nav-item a {
  padding-left: 5px;
}
.offcanvas .offcanvas-body .region-search .field--name-body .search:before {
  content: url(/sites/all/themes/vesta_theme/image/search.svg);
  font-size: 0;
  filter: brightness(0);
}
.offcanvas .offcanvas-body .col-contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.offcanvas .offcanvas-body .col-contacts * {
  margin: 0;
}
.offcanvas .offcanvas-body .col-contacts a:hover {
  color: #e7b94a;
}
.offcanvas .offcanvas-body .col-contacts .col-social {
  display: flex;
  gap: 10px;
  align-items: center;
}
.offcanvas .offcanvas-body .col-contacts .col-social a {
  display: flex;
  align-items: center;
}
.offcanvas .offcanvas-body .col-contacts .col-social a:before {
  font-size: 0;
}
.offcanvas .offcanvas-body .col-contacts .col-social .max:before {
  content: url(/sites/all/themes/vesta_theme/image/max.svg);
}
.offcanvas .offcanvas-body .col-contacts .col-social .tg:before {
  content: url(/sites/all/themes/vesta_theme/image/tg.svg);
}
.offcanvas .offcanvas-body .col-contacts .col-social .wp:before {
  content: url(/sites/all/themes/vesta_theme/image/wp.svg);
}
#slider-block .node--type-slide .field--name-field-image {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#slider-block .node--type-slide .field--name-field-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ebebeb 0%, rgba(235, 235, 235, 0) 79%, #ebebeb 100%);
}
#slider-block .node--type-slide .field--name-field-image * {
  width: 100% !important;
  height: 600px !important;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  #slider-block .node--type-slide .field--name-field-image * {
    height: 550px !important;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .node--type-slide .field--name-field-image * {
    height: 500px !important;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .node--type-slide .field--name-field-image * {
    height: 450px !important;
  }
}
@media screen and (max-width: 575px) {
  #slider-block .node--type-slide .field--name-field-image * {
    height: 400px !important;
  }
}
#slider-block .node--type-slide .content {
  bottom: 0 !important;
}
#slider-block .node--type-slide .content .field--name-field-slide-title {
  max-width: 640px;
  font-size: 42px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a2a2e;
}
#slider-block .node--type-slide .content .field--name-field-slide-title * {
  font-size: 42px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a2a2e;
}
@media screen and (max-width: 1199px) {
  #slider-block .node--type-slide .content .field--name-field-slide-title * {
    font-size: 38px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .node--type-slide .content .field--name-field-slide-title * {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .node--type-slide .content .field--name-field-slide-title * {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  #slider-block .node--type-slide .content .field--name-field-slide-title * {
    font-size: 24px;
  }
}
@media screen and (max-width: 1199px) {
  #slider-block .node--type-slide .content .field--name-field-slide-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .node--type-slide .content .field--name-field-slide-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .node--type-slide .content .field--name-field-slide-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  #slider-block .node--type-slide .content .field--name-field-slide-title {
    font-size: 24px;
  }
}
#slider-block .node--type-slide .content .field--name-field-slide-link {
  margin-top: 20px;
}
#slider-block .node--type-slide .content .field--name-field-slide-link a {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: 12px 20px;
  background-color: #f3d162;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 55px;
}
@media screen and (max-width: 1199px) {
  #slider-block .node--type-slide .content .field--name-field-slide-link a {
    padding: 10px 18px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  #slider-block .node--type-slide .content .field--name-field-slide-link a {
    padding: 8px 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #slider-block .node--type-slide .content .field--name-field-slide-link a {
    padding: 8px 14px;
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  #slider-block .node--type-slide .content .field--name-field-slide-link a {
    padding: 8px 12px;
    font-size: 14px;
  }
}
#slider-block .node--type-slide .content .field--name-field-slide-link a:hover {
  background-color: #e7b94a;
}
#slider-block .slick-prev {
  left: 265px;
}
@media screen and (max-width: 1780px) {
  #slider-block .slick-prev {
    left: 5px;
  }
}
@media screen and (max-width: 575px) {
  #slider-block .slick-prev {
    transform: translate(0, 0);
    top: auto;
    bottom: 10px;
  }
}
#slider-block .slick-next {
  right: 265px;
}
@media screen and (max-width: 1780px) {
  #slider-block .slick-next {
    right: 5px;
  }
}
@media screen and (max-width: 575px) {
  #slider-block .slick-next {
    transform: translate(0, 0);
    top: auto;
    bottom: 10px;
  }
}
#slider-block .slick-dots {
  display: none !important;
}
#block-vesta-theme-zagolovokglavnaya {
  margin-top: 80px;
}
#block-vesta-theme-zagolovokglavnaya .field--name-body h1 {
  margin: 0;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2a2a2e;
}
#block-vesta-theme-zagolovokglavnaya .field--name-body h1 * {
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2a2a2e;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-zagolovokglavnaya .field--name-body h1 * {
    font-size: 44px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-zagolovokglavnaya .field--name-body h1 * {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-zagolovokglavnaya .field--name-body h1 * {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-zagolovokglavnaya .field--name-body h1 * {
    font-size: 26px;
  }
}
#block-vesta-theme-zagolovokglavnaya .field--name-body h1 strong {
  color: #f3d162;
}
#block-vesta-theme-zagolovokglavnaya .field--name-body h1 strong * {
  color: #f3d162;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-zagolovokglavnaya .field--name-body h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-zagolovokglavnaya .field--name-body h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-zagolovokglavnaya .field--name-body h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-zagolovokglavnaya .field--name-body h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-zagolovokglavnaya {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-zagolovokglavnaya {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-zagolovokglavnaya {
    margin-top: 20px;
  }
}
#block-vesta-theme-views-block-catalog-block-front {
  margin-top: 80px;
}
#block-vesta-theme-views-block-catalog-block-front .view-catalog .views-row:nth-child(1),
#block-vesta-theme-views-block-catalog-block-front .view-catalog .views-row:nth-child(2) {
  width: 573px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-catalog-block-front .view-catalog .views-row:nth-child(1),
  #block-vesta-theme-views-block-catalog-block-front .view-catalog .views-row:nth-child(2) {
    width: 453px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-catalog-block-front .view-catalog .views-row:nth-child(1),
  #block-vesta-theme-views-block-catalog-block-front .view-catalog .views-row:nth-child(2) {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-catalog-block-front .view-catalog .views-row:nth-child(1),
  #block-vesta-theme-views-block-catalog-block-front .view-catalog .views-row:nth-child(2) {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-catalog-block-front .view-catalog .views-row:nth-child(1),
  #block-vesta-theme-views-block-catalog-block-front .view-catalog .views-row:nth-child(2) {
    width: 100%;
  }
}
@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-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-catalog .view-content .views-row {
  width: 372px;
}
.view-catalog .view-content .views-row .taxonomy-term {
  position: relative;
  min-height: 350px;
  display: flex;
  align-items: end;
}
.view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image img {
  transition: 0.3s;
}
.view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title {
  position: relative;
  padding: 12px 22px;
  background: linear-gradient(0deg, #ffffff 50%, rgba(235, 235, 235, 0) 100%);
  width: 100%;
  min-height: 155px;
  z-index: 1;
  display: flex;
  align-items: end;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a2a2e;
}
.view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title * {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a2a2e;
}
@media screen and (max-width: 1199px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title * {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title * {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title * {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title * {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title {
    padding: 10px 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title {
    padding: 10px 18px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title {
    padding: 10px 16px;
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title {
    padding: 10px 14px;
    font-size: 16px;
  }
}
.view-catalog .view-content .views-row:hover .field--name-field-catalog-image img {
  transform: scale(1.1);
}
.view-catalog .view-content .views-row:hover .field--name-taxonomy-term-title a {
  color: #f3d162;
}
.view-catalog .view-content .views-row:hover .field--name-taxonomy-term-title a * {
  color: #f3d162;
}
@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: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content .views-row {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 575px) {
  .view-catalog .view-content .views-row {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .view-content {
    gap: 15px;
  }
}
.view-catalog .more-link {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.view-catalog .more-link a {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: 12px 20px;
  background-color: #f3d162;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 55px;
}
@media screen and (max-width: 1199px) {
  .view-catalog .more-link a {
    padding: 10px 18px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .more-link a {
    padding: 8px 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .more-link a {
    padding: 8px 14px;
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .view-catalog .more-link a {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.view-catalog .more-link a:hover {
  background-color: #e7b94a;
}
@media screen and (max-width: 1199px) {
  .view-catalog .more-link {
    margin-top: 35px;
  }
}
@media screen and (max-width: 991px) {
  .view-catalog .more-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .view-catalog .more-link {
    margin-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  .view-catalog .more-link {
    margin-top: 20px;
  }
}
#block-vesta-theme-views-block-uslugi-block-1 {
  margin-top: 80px;
}
#block-vesta-theme-views-block-uslugi-block-1 .block-title {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e7b94a;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-uslugi-block-1 .block-title {
    margin-bottom: 35px;
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-uslugi-block-1 .block-title {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-uslugi-block-1 .block-title {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-views-block-uslugi-block-1 .block-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-views-block-uslugi-block-1 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-views-block-uslugi-block-1 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-views-block-uslugi-block-1 {
    margin-top: 20px;
  }
}
.view-uslugi .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-uslugi .view-content .views-row {
  width: 372px;
  position: relative;
}
.view-uslugi .view-content .views-row:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 50px;
  height: 50px;
  border-left: 1px solid #8c9198;
  border-bottom: 1px solid #8c9198;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  .view-uslugi .view-content .views-row:before {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .view-uslugi .view-content .views-row:before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .view-uslugi .view-content .views-row:before {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 575px) {
  .view-uslugi .view-content .views-row:before {
    width: 30px;
    height: 30px;
  }
}
.view-uslugi .view-content .views-row:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 50px;
  height: 50px;
  border-right: 1px solid #8c9198;
  border-bottom: 1px solid #8c9198;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  .view-uslugi .view-content .views-row:after {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .view-uslugi .view-content .views-row:after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .view-uslugi .view-content .views-row:after {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 575px) {
  .view-uslugi .view-content .views-row:after {
    width: 30px;
    height: 30px;
  }
}
.view-uslugi .view-content .views-row .node--type-usluga {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  z-index: 1;
}
.view-uslugi .view-content .views-row .node--type-usluga .field--name-field-usluga-izobrazhenie {
  width: 100%;
  height: 245px;
  overflow: hidden;
}
.view-uslugi .view-content .views-row .node--type-usluga .field--name-field-usluga-izobrazhenie * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.view-uslugi .view-content .views-row .node--type-usluga .field--name-field-usluga-izobrazhenie img {
  transition: 0.3s;
}
.view-uslugi .view-content .views-row .node--type-usluga .field--name-field-usluga-izobrazhenie img:hover {
  transform: scale(1.1);
}
.view-uslugi .view-content .views-row .node--type-usluga .field--name-node-title {
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #111;
}
.view-uslugi .view-content .views-row .node--type-usluga .field--name-node-title * {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #111;
}
@media screen and (max-width: 1199px) {
  .view-uslugi .view-content .views-row .node--type-usluga .field--name-node-title * {
    font-size: 23px;
  }
}
@media screen and (max-width: 991px) {
  .view-uslugi .view-content .views-row .node--type-usluga .field--name-node-title * {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .view-uslugi .view-content .views-row .node--type-usluga .field--name-node-title * {
    font-size: 21px;
  }
}
@media screen and (max-width: 575px) {
  .view-uslugi .view-content .views-row .node--type-usluga .field--name-node-title * {
    font-size: 20px;
  }
}
.view-uslugi .view-content .views-row .node--type-usluga .field--name-node-title a:hover {
  color: #f3d162;
}
@media screen and (max-width: 1199px) {
  .view-uslugi .view-content .views-row .node--type-usluga .field--name-node-title {
    padding: 15px;
    font-size: 23px;
  }
}
@media screen and (max-width: 991px) {
  .view-uslugi .view-content .views-row .node--type-usluga .field--name-node-title {
    padding: 10px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .view-uslugi .view-content .views-row .node--type-usluga .field--name-node-title {
    padding: 5px;
    font-size: 21px;
  }
}
@media screen and (max-width: 575px) {
  .view-uslugi .view-content .views-row .node--type-usluga .field--name-node-title {
    font-size: 20px;
  }
}
.view-uslugi .view-content .views-row .node--type-usluga .field--name-node-link {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 25px;
}
.view-uslugi .view-content .views-row .node--type-usluga .field--name-node-link a {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: 12px 20px;
  background-color: #f3d162;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .view-uslugi .view-content .views-row .node--type-usluga .field--name-node-link a {
    padding: 10px 18px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .view-uslugi .view-content .views-row .node--type-usluga .field--name-node-link a {
    padding: 8px 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .view-uslugi .view-content .views-row .node--type-usluga .field--name-node-link a {
    padding: 8px 14px;
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .view-uslugi .view-content .views-row .node--type-usluga .field--name-node-link a {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.view-uslugi .view-content .views-row .node--type-usluga .field--name-node-link a:hover {
  background-color: #e7b94a;
}
@media screen and (max-width: 1199px) {
  .view-uslugi .view-content .views-row .node--type-usluga .field--name-node-link {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .view-uslugi .view-content .views-row .node--type-usluga .field--name-node-link {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .view-uslugi .view-content .views-row .node--type-usluga .field--name-node-link {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .view-uslugi .view-content .views-row .node--type-usluga .field--name-node-link {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1199px) {
  .view-uslugi .view-content .views-row {
    width: 292px;
  }
}
@media screen and (max-width: 991px) {
  .view-uslugi .view-content .views-row {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .view-uslugi .view-content .views-row {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 575px) {
  .view-uslugi .view-content .views-row {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .view-uslugi .view-content {
    gap: 15px;
  }
}
.view-uslugi .more-link {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.view-uslugi .more-link a {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: 12px 20px;
  background-color: #f3d162;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 55px;
}
@media screen and (max-width: 1199px) {
  .view-uslugi .more-link a {
    padding: 10px 18px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .view-uslugi .more-link a {
    padding: 8px 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .view-uslugi .more-link a {
    padding: 8px 14px;
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .view-uslugi .more-link a {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.view-uslugi .more-link a:hover {
  background-color: #e7b94a;
}
@media screen and (max-width: 1199px) {
  .view-uslugi .more-link {
    margin-top: 35px;
  }
}
@media screen and (max-width: 991px) {
  .view-uslugi .more-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .view-uslugi .more-link {
    margin-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  .view-uslugi .more-link {
    margin-top: 20px;
  }
}
.about {
  margin-top: 80px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(130deg, #ebebeb 20%, #d6d9de 50%, #747578 100%);
}
.about .region-about {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: end;
}
.about .region-about #block-vesta-theme-views-block-about-block-1 {
  width: 550px;
}
.about .region-about #block-vesta-theme-views-block-about-block-1 .block-title {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a2a2e;
  text-transform: uppercase;
  margin-bottom: 55px;
  max-width: 500px;
}
@media screen and (max-width: 1199px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .block-title {
    font-size: 32px;
    margin-bottom: 45px;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .block-title {
    font-size: 28px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .block-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 575px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .block-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-title {
  padding-bottom: 10px;
  padding-right: 15px;
  width: max-content;
  border-bottom: 3px solid #f3d162;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a2a2e;
  text-transform: uppercase;
}
.about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-title * {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a2a2e;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-title * {
    font-size: 23px;
  }
}
@media screen and (max-width: 991px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-title * {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-title * {
    font-size: 21px;
  }
}
@media screen and (max-width: 575px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-title * {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-title {
    padding-right: 10px;
    font-size: 23px;
  }
}
@media screen and (max-width: 991px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-title {
    padding-right: 5px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-title {
    padding-right: 0;
    font-size: 21px;
  }
}
@media screen and (max-width: 575px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-title {
    font-size: 20px;
  }
}
.about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-body {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a2a2e;
}
@media screen and (max-width: 1199px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-body {
    margin-top: 25px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-body {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-body {
    margin-top: 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-body {
    font-size: 14px;
  }
}
.about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-o-nas-ssylka {
  margin-top: 30px;
  display: flex;
  gap: 25px;
  flex-direction: column;
}
.about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-o-nas-ssylka .field__item a {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: 12px 20px;
  background-color: #f3d162;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 55px;
}
@media screen and (max-width: 1199px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-o-nas-ssylka .field__item a {
    padding: 10px 18px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-o-nas-ssylka .field__item a {
    padding: 8px 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-o-nas-ssylka .field__item a {
    padding: 8px 14px;
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-o-nas-ssylka .field__item a {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-o-nas-ssylka .field__item a:hover {
  background-color: #e7b94a;
}
@media screen and (max-width: 1199px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-o-nas-ssylka {
    margin-top: 25px;
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-o-nas-ssylka {
    margin-top: 20px;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-field-o-nas-ssylka {
    margin-top: 15px;
    gap: 10px;
  }
}
.about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-link {
  margin-top: 25px;
}
.about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-link a {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: 12px 20px;
  background-color: #f3d162;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 55px;
}
@media screen and (max-width: 1199px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-link a {
    padding: 10px 18px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-link a {
    padding: 8px 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-link a {
    padding: 8px 14px;
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-link a {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-link a:hover {
  background-color: #e7b94a;
}
@media screen and (max-width: 1199px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-link {
    margin-top: 25px;
  }
}
@media screen and (max-width: 991px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 .node--type-about .field--name-node-link {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 {
    width: 460px;
  }
}
@media screen and (max-width: 991px) {
  .about .region-about #block-vesta-theme-views-block-about-block-1 {
    width: 100%;
  }
}
.about .region-about #block-vesta-theme-vebforma {
  width: 570px;
  background-color: #f4f5f7;
  padding: 40px 20px 25px;
}
.about .region-about #block-vesta-theme-vebforma .block-title {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2a2a2e;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .about .region-about #block-vesta-theme-vebforma .block-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .about .region-about #block-vesta-theme-vebforma .block-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .about .region-about #block-vesta-theme-vebforma .block-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .about .region-about #block-vesta-theme-vebforma .block-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .about .region-about #block-vesta-theme-vebforma {
    width: 445px;
    padding: 35px 15px 20px;
  }
}
@media screen and (max-width: 991px) {
  .about .region-about #block-vesta-theme-vebforma {
    width: 100%;
    padding: 30px 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .about .region-about #block-vesta-theme-vebforma {
    padding: 25px 15px 15px;
  }
}
@media screen and (max-width: 575px) {
  .about .region-about #block-vesta-theme-vebforma {
    padding: 20px 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .about .region-about {
    gap: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .about {
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .about {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.webform-submission-form .alert {
  display: none !important;
}
.webform-submission-form .js-form-type-webform-document-file {
  margin-top: 20px;
}
.webform-submission-form .js-form-type-webform-document-file .webform-document-file {
  border-bottom: 2px solid #2a2a2e;
  background-color: transparent;
  padding: 0 20px 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 575px) {
  .webform-submission-form .js-form-type-webform-document-file .webform-document-file {
    flex-direction: column;
    align-items: stretch;
  }
  .webform-submission-form .js-form-type-webform-document-file .webform-document-file button {
    align-self: center;
    width: auto;
  }
}
.webform-submission-form .js-form-type-webform-document-file .webform-document-file .js-form-file {
  background: transparent;
  padding: 6px 0;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #2a2a2e;
  cursor: pointer;
  width: 100%;
}
.webform-submission-form .js-form-type-webform-document-file .webform-document-file .js-form-file::file-selector-button {
  display: none;
}
.webform-submission-form .js-form-type-webform-document-file .webform-document-file .js-form-file .file a {
  color: #2a2a2e;
  text-decoration: underline;
}
.webform-submission-form .js-form-type-webform-document-file .webform-document-file .js-form-file .file a:hover {
  color: #f3d162;
}
.webform-submission-form .js-form-type-webform-document-file .webform-document-file input[type="hidden"] {
  display: none;
}
.webform-submission-form .js-form-type-webform-document-file .webform-document-file button.form-submit[name="file_remove_button"] {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: 12px 20px;
  background-color: #f3d162;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 15px;
  font-size: 13px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .js-form-type-webform-document-file .webform-document-file button.form-submit[name="file_remove_button"] {
    padding: 10px 18px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form .js-form-type-webform-document-file .webform-document-file button.form-submit[name="file_remove_button"] {
    padding: 8px 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .js-form-type-webform-document-file .webform-document-file button.form-submit[name="file_remove_button"] {
    padding: 8px 14px;
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .webform-submission-form .js-form-type-webform-document-file .webform-document-file button.form-submit[name="file_remove_button"] {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.webform-submission-form .js-form-type-webform-document-file .webform-document-file button.form-submit[name="file_remove_button"]:hover {
  background-color: #e7b94a;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .js-form-type-webform-document-file {
    margin-top: 15px;
  }
  .webform-submission-form .js-form-type-webform-document-file .webform-document-file {
    padding: 0 15px 6px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form .js-form-type-webform-document-file {
    margin-top: 10px;
  }
  .webform-submission-form .js-form-type-webform-document-file .webform-document-file {
    padding: 0 10px 6px;
  }
}
.webform-submission-form .web_text {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2a2a2e;
}
.webform-submission-form .web_text * {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2a2a2e;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .web_text * {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form .web_text * {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .web_text * {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .webform-submission-form .web_text * {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .web_text {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form .web_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .web_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .webform-submission-form .web_text {
    font-size: 14px;
  }
}
.webform-submission-form .form-item-name input,
.webform-submission-form .form-type-tel input,
.webform-submission-form .form-type-email input,
.webform-submission-form .form-item-message input,
.webform-submission-form .form-item-name textarea,
.webform-submission-form .form-type-tel textarea,
.webform-submission-form .form-type-email textarea,
.webform-submission-form .form-item-message textarea {
  border-radius: 0;
  border-top: none;
  border-bottom: 2px solid #2a2a2e;
  border-left: none;
  border-right: none;
  background-color: transparent;
  width: 100%;
  padding: 0 20px 6px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a2a2e;
}
.webform-submission-form .form-item-name input::placeholder,
.webform-submission-form .form-type-tel input::placeholder,
.webform-submission-form .form-type-email input::placeholder,
.webform-submission-form .form-item-message input::placeholder,
.webform-submission-form .form-item-name textarea::placeholder,
.webform-submission-form .form-type-tel textarea::placeholder,
.webform-submission-form .form-type-email textarea::placeholder,
.webform-submission-form .form-item-message textarea::placeholder {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a2a2e;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .form-item-name input::placeholder,
  .webform-submission-form .form-type-tel input::placeholder,
  .webform-submission-form .form-type-email input::placeholder,
  .webform-submission-form .form-item-message input::placeholder,
  .webform-submission-form .form-item-name textarea::placeholder,
  .webform-submission-form .form-type-tel textarea::placeholder,
  .webform-submission-form .form-type-email textarea::placeholder,
  .webform-submission-form .form-item-message textarea::placeholder {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form .form-item-name input::placeholder,
  .webform-submission-form .form-type-tel input::placeholder,
  .webform-submission-form .form-type-email input::placeholder,
  .webform-submission-form .form-item-message input::placeholder,
  .webform-submission-form .form-item-name textarea::placeholder,
  .webform-submission-form .form-type-tel textarea::placeholder,
  .webform-submission-form .form-type-email textarea::placeholder,
  .webform-submission-form .form-item-message textarea::placeholder {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .form-item-name input,
  .webform-submission-form .form-type-tel input,
  .webform-submission-form .form-type-email input,
  .webform-submission-form .form-item-message input,
  .webform-submission-form .form-item-name textarea,
  .webform-submission-form .form-type-tel textarea,
  .webform-submission-form .form-type-email textarea,
  .webform-submission-form .form-item-message textarea {
    padding: 0 15px 6px;
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form .form-item-name input,
  .webform-submission-form .form-type-tel input,
  .webform-submission-form .form-type-email input,
  .webform-submission-form .form-item-message input,
  .webform-submission-form .form-item-name textarea,
  .webform-submission-form .form-type-tel textarea,
  .webform-submission-form .form-type-email textarea,
  .webform-submission-form .form-item-message textarea {
    padding: 0 10px 6px;
    font-size: 12px;
  }
}
.webform-submission-form .form-item-name {
  margin-top: 35px;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .form-item-name {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form .form-item-name {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .form-item-name {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .webform-submission-form .form-item-name {
    margin-top: 15px;
  }
}
.webform-submission-form .form-type-tel {
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .form-type-tel {
    margin-top: 15px;
  }
}
.webform-submission-form .form-type-email {
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .form-type-email {
    margin-top: 15px;
  }
}
.webform-submission-form .form-item-message {
  margin-top: 20px;
}
.webform-submission-form .form-item-message textarea {
  height: 120px;
  resize: none;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .form-item-message {
    margin-top: 15px;
  }
}
.webform-submission-form .form-item-privacy {
  margin-top: 20px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.webform-submission-form .form-item-privacy input {
  order: 0;
  margin-top: 3px;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 0;
  border: 1px solid #e7b94a;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.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% - 20px);
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #8c9198;
}
.webform-submission-form .form-item-privacy .description * {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #8c9198;
}
@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;
}
.webform-submission-form .form-item-privacy .description a:hover {
  color: #f3d162;
  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;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .form-item-privacy {
    margin-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form .form-item-privacy {
    margin-top: 10px;
  }
}
.webform-submission-form .webform-actions {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.webform-submission-form .webform-actions button {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: 12px 20px;
  background-color: #f3d162;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 55px;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .webform-actions button {
    padding: 10px 18px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form .webform-actions button {
    padding: 8px 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .webform-submission-form .webform-actions button {
    padding: 8px 14px;
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .webform-submission-form .webform-actions button {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.webform-submission-form .webform-actions button:hover {
  background-color: #e7b94a;
}
@media screen and (max-width: 1199px) {
  .webform-submission-form .webform-actions {
    margin-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .webform-submission-form .webform-actions {
    margin-top: 10px;
  }
}
.benefits {
  margin-top: 80px;
}
.benefits .view-nashi-preimushchestva .view-header {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2a2a2e;
}
.benefits .view-nashi-preimushchestva .view-header .yellow {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #f3d162;
}
@media screen and (max-width: 1199px) {
  .benefits .view-nashi-preimushchestva .view-header .yellow {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .benefits .view-nashi-preimushchestva .view-header .yellow {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .benefits .view-nashi-preimushchestva .view-header .yellow {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .benefits .view-nashi-preimushchestva .view-header .yellow {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .benefits .view-nashi-preimushchestva .view-header {
    margin-bottom: 35px;
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .benefits .view-nashi-preimushchestva .view-header {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .benefits .view-nashi-preimushchestva .view-header {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .benefits .view-nashi-preimushchestva .view-header {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.benefits .view-nashi-preimushchestva .view-content {
  display: flex;
  gap: 30px 45px;
  flex-wrap: wrap;
}
.benefits .view-nashi-preimushchestva .view-content .views-row {
  width: 362px;
}
.benefits .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-field-preimushchestvo-foto {
  width: 55px;
  height: 35px;
}
.benefits .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-field-preimushchestvo-foto * {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: left top;
}
.benefits .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #111;
}
.benefits .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title * {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #111;
}
@media screen and (max-width: 1199px) {
  .benefits .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title * {
    font-size: 23px;
  }
}
@media screen and (max-width: 991px) {
  .benefits .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title * {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .benefits .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title * {
    font-size: 21px;
  }
}
@media screen and (max-width: 575px) {
  .benefits .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title * {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .benefits .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title {
    margin-top: 10px;
    font-size: 23px;
  }
}
@media screen and (max-width: 991px) {
  .benefits .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .benefits .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title {
    font-size: 21px;
  }
}
@media screen and (max-width: 575px) {
  .benefits .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-node-title {
    font-size: 20px;
  }
}
.benefits .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #111;
}
.benefits .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body * {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #111;
}
@media screen and (max-width: 1199px) {
  .benefits .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body * {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .benefits .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body * {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .benefits .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body * {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .benefits .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body * {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .benefits .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body {
    margin-top: 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .benefits .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .benefits .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .benefits .view-nashi-preimushchestva .view-content .views-row .node--type-preimushchestvo .field--name-body {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .benefits .view-nashi-preimushchestva .view-content .views-row {
    width: 292px;
  }
}
@media screen and (max-width: 991px) {
  .benefits .view-nashi-preimushchestva .view-content .views-row {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .benefits .view-nashi-preimushchestva .view-content .views-row {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 575px) {
  .benefits .view-nashi-preimushchestva .view-content .views-row {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .benefits .view-nashi-preimushchestva .view-content {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .benefits .view-nashi-preimushchestva .view-content {
    gap: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .benefits {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .benefits {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .benefits {
    margin-top: 20px;
  }
}
.map {
  margin-top: 80px;
}
@media screen and (max-width: 1199px) {
  .map .mapContainer {
    height: 550px !important;
  }
}
@media screen and (max-width: 991px) {
  .map .mapContainer {
    height: 500px !important;
  }
}
@media screen and (max-width: 767px) {
  .map .mapContainer {
    height: 450px !important;
  }
}
@media screen and (max-width: 575px) {
  .map .mapContainer {
    height: 400px !important;
  }
}
@media screen and (max-width: 1199px) {
  .map {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .map {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .map {
    margin-top: 20px;
  }
}
#footer {
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 20px;
  background: linear-gradient(70deg, #151515 0%, #8c9198 100%);
}
#footer .row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer .row .col-logo {
  width: 295px;
}
#footer .row .col-logo .logo {
  display: block;
  width: 100%;
  height: 145px;
}
#footer .row .col-logo .logo * {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  #footer .row .col-logo .logo {
    width: 250px;
  }
}
#footer .row .col-logo .proizv {
  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: #fff;
}
@media screen and (max-width: 1199px) {
  #footer .row .col-logo .proizv {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row .col-logo .proizv {
    font-size: 12px;
  }
}
#footer .row .col-logo .copyright {
  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: #fff;
}
@media screen and (max-width: 1199px) {
  #footer .row .col-logo .copyright {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row .col-logo .copyright {
    font-size: 12px;
  }
}
#footer .row .col-logo .politika {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-decoration: underline !important;
}
#footer .row .col-logo .politika:hover {
  color: #f3d162;
  text-decoration: underline !important;
}
@media screen and (max-width: 1199px) {
  #footer .row .col-logo .politika {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row .col-logo .politika {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  #footer .row .col-logo {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row .col-logo {
    width: 100%;
  }
}
#footer .row .col-nav .block-menu > div:nth-child(1):not(.contextual),
#footer .row .col-catalog_podval .block-menu > div:nth-child(1):not(.contextual) {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  #footer .row .col-nav .block-menu > div:nth-child(1):not(.contextual),
  #footer .row .col-catalog_podval .block-menu > div:nth-child(1):not(.contextual) {
    margin-bottom: 15px;
    font-size: 23px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row .col-nav .block-menu > div:nth-child(1):not(.contextual),
  #footer .row .col-catalog_podval .block-menu > div:nth-child(1):not(.contextual) {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row .col-nav .block-menu > div:nth-child(1):not(.contextual),
  #footer .row .col-catalog_podval .block-menu > div:nth-child(1):not(.contextual) {
    font-size: 21px;
  }
}
@media screen and (max-width: 575px) {
  #footer .row .col-nav .block-menu > div:nth-child(1):not(.contextual),
  #footer .row .col-catalog_podval .block-menu > div:nth-child(1):not(.contextual) {
    font-size: 20px;
  }
}
#footer .row .col-nav .block-menu .nav,
#footer .row .col-catalog_podval .block-menu .nav {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
#footer .row .col-nav .block-menu .nav .nav-item a,
#footer .row .col-catalog_podval .block-menu .nav .nav-item a {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
#footer .row .col-nav .block-menu .nav .nav-item a:hover,
#footer .row .col-catalog_podval .block-menu .nav .nav-item a:hover {
  color: #f3d162;
}
#footer .row .col-nav .block-menu .nav .nav-item a:after,
#footer .row .col-catalog_podval .block-menu .nav .nav-item a:after {
  display: none;
}
@media screen and (max-width: 1199px) {
  #footer .row .col-nav .block-menu .nav .nav-item a,
  #footer .row .col-catalog_podval .block-menu .nav .nav-item a {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row .col-nav .block-menu .nav .nav-item a,
  #footer .row .col-catalog_podval .block-menu .nav .nav-item a {
    font-size: 12px;
  }
}
#footer .row .col-nav .block-menu .nav .nav-item .dropdown-menu,
#footer .row .col-catalog_podval .block-menu .nav .nav-item .dropdown-menu {
  display: none;
}
#footer .row .col-nav {
  width: 160px;
}
@media screen and (max-width: 767px) {
  #footer .row .col-nav {
    width: 100%;
  }
}
#footer .row .col-catalog_podval {
  width: 265px;
}
@media screen and (max-width: 767px) {
  #footer .row .col-catalog_podval {
    width: 100%;
  }
}
#footer .row .col-contacts {
  width: 200px;
}
#footer .row .col-contacts h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  #footer .row .col-contacts h2 {
    margin-bottom: 15px;
    font-size: 23px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row .col-contacts h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row .col-contacts h2 {
    font-size: 21px;
  }
}
@media screen and (max-width: 575px) {
  #footer .row .col-contacts h2 {
    font-size: 20px;
  }
}
#footer .row .col-contacts .col-social {
  display: flex;
  gap: 10px;
  align-items: center;
}
#footer .row .col-contacts .col-social a:before {
  font-size: 0;
}
#footer .row .col-contacts .col-social .max:before {
  content: url(/sites/all/themes/vesta_theme/image/max1.svg);
}
#footer .row .col-contacts .col-social .tg:before {
  content: url(/sites/all/themes/vesta_theme/image/tg1.svg);
}
#footer .row .col-contacts .col-social .wp:before {
  content: url(/sites/all/themes/vesta_theme/image/wp1.svg);
}
#footer .row .col-contacts .adress,
#footer .row .col-contacts .mail,
#footer .row .col-contacts .tel {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  #footer .row .col-contacts .adress,
  #footer .row .col-contacts .mail,
  #footer .row .col-contacts .tel {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row .col-contacts .adress,
  #footer .row .col-contacts .mail,
  #footer .row .col-contacts .tel {
    font-size: 12px;
  }
}
#footer .row .col-contacts a:before {
  font-size: 0;
}
#footer .row .col-contacts a:hover {
  color: #e7b94a;
}
#footer .row .col-contacts .adress {
  margin-top: 10px;
  display: flex;
  gap: 6px;
  align-items: center;
}
#footer .row .col-contacts .adress:before {
  content: url(/sites/all/themes/vesta_theme/image/geo.svg);
}
#footer .row .col-contacts .mail {
  margin-top: 10px;
  display: flex;
  gap: 6px;
  align-items: center;
}
#footer .row .col-contacts .mail:before {
  content: url(/sites/all/themes/vesta_theme/image/mail.svg);
}
#footer .row .col-contacts .tel {
  margin-top: 10px;
  display: flex;
  gap: 6px;
  align-items: center;
}
#footer .row .col-contacts .tel:before {
  content: url(/sites/all/themes/vesta_theme/image/phone.svg);
}
@media screen and (max-width: 767px) {
  #footer .row .col-contacts {
    width: 100%;
  }
}
#footer .row-copiryght {
  margin-top: 40px;
}
#footer .row-copiryght .col-webvesta {
  display: flex;
  justify-content: center;
}
#footer .row-copiryght .col-webvesta a {
  font-size: 14px;
  font-weight: 500;
  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: #e7b94a;
}
@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;
  }
}
@media screen and (max-width: 1199px) {
  #footer .row-copiryght {
    margin-top: 35px;
  }
}
@media screen and (max-width: 991px) {
  #footer .row-copiryght {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #footer .row-copiryght {
    margin-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  #footer .row-copiryght {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  #footer {
    margin-top: 60px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  #footer {
    margin-top: 40px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    margin-top: 20px;
  }
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-wrapper {
  bottom: 0;
  border-radius: 0;
  padding: 14px 45px 14px 40px;
  margin-right: 0;
  display: flex;
  gap: 45px;
  background-color: #fff;
  box-shadow: none !important;
  border: none;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-wrapper .vpa-content {
  max-width: 440px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1e1e1e;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-wrapper .vpa-content * {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1e1e1e;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-wrapper .vpa-content a {
  color: #1e1e1e;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-wrapper .vpa-content a:hover {
  color: #f3d162;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-wrapper .vpa-actions button {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: 12px 20px;
  background-color: #f3d162;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  text-transform: none !important;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-vestaprivacyaccessblock .vpa-wrapper .vpa-actions button {
    padding: 10px 18px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-vestaprivacyaccessblock .vpa-wrapper .vpa-actions button {
    padding: 8px 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vestaprivacyaccessblock .vpa-wrapper .vpa-actions button {
    padding: 8px 14px;
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-vestaprivacyaccessblock .vpa-wrapper .vpa-actions button {
    padding: 8px 12px;
    font-size: 14px;
  }
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-wrapper .vpa-actions button:hover {
  background-color: #e7b94a;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-vestaprivacyaccessblock .vpa-wrapper {
    padding: 10px 35px 10px 30px;
    gap: 45px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-vestaprivacyaccessblock .vpa-wrapper {
    padding: 10px 25px 10px 20px;
    gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-vestaprivacyaccessblock .vpa-wrapper {
    padding: 10px 15px 10px 10px;
    gap: 25px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-vestaprivacyaccessblock .vpa-wrapper {
    padding: 10px;
    gap: 15px;
  }
}
.view-dublirovat-izbrannoe .view-content,
.view-tovary .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-dublirovat-izbrannoe .view-content .views-row,
.view-tovary .view-content .views-row {
  width: 372px;
  position: relative;
}
.view-dublirovat-izbrannoe .view-content .views-row:before,
.view-tovary .view-content .views-row:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 50px;
  height: 50px;
  border-left: 1px solid #8c9198;
  border-bottom: 1px solid #8c9198;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  .view-dublirovat-izbrannoe .view-content .views-row:before,
  .view-tovary .view-content .views-row:before {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .view-dublirovat-izbrannoe .view-content .views-row:before,
  .view-tovary .view-content .views-row:before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .view-dublirovat-izbrannoe .view-content .views-row:before,
  .view-tovary .view-content .views-row:before {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 575px) {
  .view-dublirovat-izbrannoe .view-content .views-row:before,
  .view-tovary .view-content .views-row:before {
    width: 30px;
    height: 30px;
  }
}
.view-dublirovat-izbrannoe .view-content .views-row:after,
.view-tovary .view-content .views-row:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 50px;
  height: 50px;
  border-right: 1px solid #8c9198;
  border-bottom: 1px solid #8c9198;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  .view-dublirovat-izbrannoe .view-content .views-row:after,
  .view-tovary .view-content .views-row:after {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .view-dublirovat-izbrannoe .view-content .views-row:after,
  .view-tovary .view-content .views-row:after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .view-dublirovat-izbrannoe .view-content .views-row:after,
  .view-tovary .view-content .views-row:after {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 575px) {
  .view-dublirovat-izbrannoe .view-content .views-row:after,
  .view-tovary .view-content .views-row:after {
    width: 30px;
    height: 30px;
  }
}
.view-dublirovat-izbrannoe .view-content .views-row .product-teaser,
.view-tovary .view-content .views-row .product-teaser {
  height: 100%;
}
.view-dublirovat-izbrannoe .view-content .views-row .product-teaser > div:not(.contextual),
.view-tovary .view-content .views-row .product-teaser > div:not(.contextual) {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  height: 100%;
}
.view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-field-image-product-view,
.view-tovary .view-content .views-row .product-teaser .field--name-field-image-product-view {
  order: 0;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-field-image-product-view *,
.view-tovary .view-content .views-row .product-teaser .field--name-field-image-product-view * {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.view-dublirovat-izbrannoe .view-content .views-row .product-teaser .product--variation-field--variation_title__818,
.view-tovary .view-content .views-row .product-teaser .product--variation-field--variation_title__818 {
  display: none;
}
.view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-title,
.view-tovary .view-content .views-row .product-teaser .field--name-title {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  order: 0;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2a2a2e;
}
.view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-title *,
.view-tovary .view-content .views-row .product-teaser .field--name-title * {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2a2a2e;
}
@media screen and (max-width: 1199px) {
  .view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-title *,
  .view-tovary .view-content .views-row .product-teaser .field--name-title * {
    font-size: 23px;
  }
}
@media screen and (max-width: 991px) {
  .view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-title *,
  .view-tovary .view-content .views-row .product-teaser .field--name-title * {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-title *,
  .view-tovary .view-content .views-row .product-teaser .field--name-title * {
    font-size: 21px;
  }
}
@media screen and (max-width: 575px) {
  .view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-title *,
  .view-tovary .view-content .views-row .product-teaser .field--name-title * {
    font-size: 20px;
  }
}
.view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-title a:hover,
.view-tovary .view-content .views-row .product-teaser .field--name-title a:hover {
  color: #e7b94a;
}
@media screen and (max-width: 1199px) {
  .view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-title,
  .view-tovary .view-content .views-row .product-teaser .field--name-title {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 23px;
  }
}
@media screen and (max-width: 991px) {
  .view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-title,
  .view-tovary .view-content .views-row .product-teaser .field--name-title {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-title,
  .view-tovary .view-content .views-row .product-teaser .field--name-title {
    font-size: 21px;
  }
}
@media screen and (max-width: 575px) {
  .view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-title,
  .view-tovary .view-content .views-row .product-teaser .field--name-title {
    font-size: 20px;
  }
}
.view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-price,
.view-tovary .view-content .views-row .product-teaser .field--name-price {
  order: 0;
  margin-top: auto;
  padding-left: 20px;
  width: max-content;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #e7b94a;
}
@media screen and (max-width: 1199px) {
  .view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-price,
  .view-tovary .view-content .views-row .product-teaser .field--name-price {
    padding-left: 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-price,
  .view-tovary .view-content .views-row .product-teaser .field--name-price {
    padding-left: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-price,
  .view-tovary .view-content .views-row .product-teaser .field--name-price {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-price,
  .view-tovary .view-content .views-row .product-teaser .field--name-price {
    font-size: 12px;
  }
}
.view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-variations,
.view-tovary .view-content .views-row .product-teaser .field--name-variations {
  order: 1;
  width: 100%;
  margin-top: auto;
  margin-bottom: 20px;
}
.view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-variations .field--name-purchased-entity,
.view-tovary .view-content .views-row .product-teaser .field--name-variations .field--name-purchased-entity,
.view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-variations .field--name-quantity,
.view-tovary .view-content .views-row .product-teaser .field--name-variations .field--name-quantity {
  display: none;
}
.view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-variations .form-actions,
.view-tovary .view-content .views-row .product-teaser .field--name-variations .form-actions {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
}
.view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-variations .form-actions button,
.view-tovary .view-content .views-row .product-teaser .field--name-variations .form-actions button {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: 12px 20px;
  background-color: #f3d162;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-variations .form-actions button,
  .view-tovary .view-content .views-row .product-teaser .field--name-variations .form-actions button {
    padding: 10px 18px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-variations .form-actions button,
  .view-tovary .view-content .views-row .product-teaser .field--name-variations .form-actions button {
    padding: 8px 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-variations .form-actions button,
  .view-tovary .view-content .views-row .product-teaser .field--name-variations .form-actions button {
    padding: 8px 14px;
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-variations .form-actions button,
  .view-tovary .view-content .views-row .product-teaser .field--name-variations .form-actions button {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-variations .form-actions button:hover,
.view-tovary .view-content .views-row .product-teaser .field--name-variations .form-actions button:hover {
  background-color: #e7b94a;
}
@media screen and (max-width: 1199px) {
  .view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-variations .form-actions,
  .view-tovary .view-content .views-row .product-teaser .field--name-variations .form-actions {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-variations .form-actions,
  .view-tovary .view-content .views-row .product-teaser .field--name-variations .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-variations,
  .view-tovary .view-content .views-row .product-teaser .field--name-variations {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-dublirovat-izbrannoe .view-content .views-row .product-teaser .field--name-variations,
  .view-tovary .view-content .views-row .product-teaser .field--name-variations {
    margin-bottom: 10px;
  }
}
.view-dublirovat-izbrannoe .view-content .views-row .product-teaser .flag1,
.view-tovary .view-content .views-row .product-teaser .flag1 {
  order: 0;
  margin-top: auto;
  padding-right: 20px;
  height: 23px;
}
.view-dublirovat-izbrannoe .view-content .views-row .product-teaser .flag1 .flag-izbrannoe,
.view-tovary .view-content .views-row .product-teaser .flag1 .flag-izbrannoe {
  height: 23px;
}
.view-dublirovat-izbrannoe .view-content .views-row .product-teaser .flag1 .flag-izbrannoe a,
.view-tovary .view-content .views-row .product-teaser .flag1 .flag-izbrannoe a {
  font-size: 0;
  height: 23px;
}
.view-dublirovat-izbrannoe .view-content .views-row .product-teaser .flag1 .flag-izbrannoe a:before,
.view-tovary .view-content .views-row .product-teaser .flag1 .flag-izbrannoe a:before {
  content: url(/sites/all/themes/vesta_theme/image/heart-b.svg);
  display: block;
  width: 26px;
  height: 23px;
  font-size: 0;
  transition: 0.3s;
}
.view-dublirovat-izbrannoe .view-content .views-row .product-teaser .flag1 .flag-izbrannoe a:hover:before,
.view-tovary .view-content .views-row .product-teaser .flag1 .flag-izbrannoe a:hover:before {
  content: url(/sites/all/themes/vesta_theme/image/heart-g.svg);
}
.view-dublirovat-izbrannoe .view-content .views-row .product-teaser .flag1 .action-unflag a:before,
.view-tovary .view-content .views-row .product-teaser .flag1 .action-unflag a:before {
  content: url(/sites/all/themes/vesta_theme/image/heart-g.svg);
}
@media screen and (max-width: 1199px) {
  .view-dublirovat-izbrannoe .view-content .views-row .product-teaser .flag1,
  .view-tovary .view-content .views-row .product-teaser .flag1 {
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .view-dublirovat-izbrannoe .view-content .views-row .product-teaser .flag1,
  .view-tovary .view-content .views-row .product-teaser .flag1 {
    padding-right: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .view-dublirovat-izbrannoe .view-content .views-row,
  .view-tovary .view-content .views-row {
    width: 292px;
  }
}
@media screen and (max-width: 991px) {
  .view-dublirovat-izbrannoe .view-content .views-row,
  .view-tovary .view-content .views-row {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .view-dublirovat-izbrannoe .view-content .views-row,
  .view-tovary .view-content .views-row {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 575px) {
  .view-dublirovat-izbrannoe .view-content .views-row,
  .view-tovary .view-content .views-row {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .view-dublirovat-izbrannoe .view-content,
  .view-tovary .view-content {
    gap: 15px;
  }
}
.body-product-type--vesta_product .about {
  padding-top: 30px;
  padding-bottom: 30px;
}
.body-product-type--vesta_product .about .region-about .block-webform-block {
  width: 100%;
  background-color: #f4f5f7;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.body-product-type--vesta_product .about .region-about .block-webform-block .block-title {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a2a2e;
}
@media screen and (max-width: 1199px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block .block-title {
    margin-bottom: 15px;
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block .block-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block .block-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block .block-title {
    font-size: 20px;
  }
}
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form {
  max-width: 730px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-name,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-type-tel,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-type-email,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-message {
  width: 100%;
}
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm input,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm input,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-name input,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-type-tel input,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-type-email input,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-message input,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm textarea,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm textarea,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-name textarea,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-type-tel textarea,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-type-email textarea,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-message textarea {
  border-radius: 0;
  border: 1px solid #b8bdc4;
  background-color: #fff;
  width: 100%;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a2a2e;
}
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm input::placeholder,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm input::placeholder,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-name input::placeholder,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-type-tel input::placeholder,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-type-email input::placeholder,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-message input::placeholder,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm textarea::placeholder,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm textarea::placeholder,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-name textarea::placeholder,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-type-tel textarea::placeholder,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-type-email textarea::placeholder,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-message textarea::placeholder {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a2a2e;
}
@media screen and (max-width: 1199px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm input::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm input::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-name input::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-type-tel input::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-type-email input::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-message input::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm textarea::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm textarea::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-name textarea::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-type-tel textarea::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-type-email textarea::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-message textarea::placeholder {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm input::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm input::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-name input::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-type-tel input::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-type-email input::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-message input::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm textarea::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm textarea::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-name textarea::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-type-tel textarea::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-type-email textarea::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-message textarea::placeholder {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm input,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm input,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-name input,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-type-tel input,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-type-email input,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-message input,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm textarea,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm textarea,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-name textarea,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-type-tel textarea,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-type-email textarea,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-message textarea {
    padding: 15px;
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm input,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm input,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-name input,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-type-tel input,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-type-email input,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-message input,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm textarea,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm textarea,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-name textarea,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-type-tel textarea,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-type-email textarea,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-message textarea {
    padding: 10px;
    font-size: 12px;
  }
}
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-stoimost {
  display: none;
}
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm {
  width: 350px;
}
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm label,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm label {
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2a2a2e;
}
@media screen and (max-width: 1199px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm label,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm label {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm label,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm label {
    font-size: 12px;
  }
}
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm input,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm input,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm textarea,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm textarea {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a2a2e;
}
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm input::placeholder,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm input::placeholder,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm textarea::placeholder,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm textarea::placeholder {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a2a2e;
}
@media screen and (max-width: 1199px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm input::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm input::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm textarea::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm textarea::placeholder {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm input::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm input::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm textarea::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm textarea::placeholder {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm input::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm input::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm textarea::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm textarea::placeholder {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm input::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm input::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm textarea::placeholder,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm textarea::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm input,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm input,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm textarea,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm textarea {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm input,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm input,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm textarea,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm textarea {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm input,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm input,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm textarea,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm textarea {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm input,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm input,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm textarea,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm textarea {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-vysota-sm,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-shirina-sm {
    width: 100%;
  }
}
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .web_text {
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .web_text {
    margin-bottom: 15px;
  }
}
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .web_price {
  margin-top: 10px;
  width: 100%;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: end;
}
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .web_price .title,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .web_price .pre {
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2a2a2e;
}
@media screen and (max-width: 1199px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .web_price .title,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .web_price .pre {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .web_price .title,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .web_price .pre {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .web_price .title,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .web_price .pre {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .web_price .title,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .web_price .pre {
    font-size: 14px;
  }
}
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .web_price .price,
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .web_price .suf {
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2a2a2e;
}
@media screen and (max-width: 1199px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .web_price .price,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .web_price .suf {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .web_price .price,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .web_price .suf {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .web_price .price,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .web_price .suf {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .web_price .price,
  .body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .web_price .suf {
    font-size: 18px;
  }
}
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-name {
  margin-top: 10px;
}
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-type-tel {
  margin-top: 10px;
}
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-type-email {
  margin-top: 10px;
}
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-message {
  margin-top: 10px;
}
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-message textarea {
  height: 65px;
  resize: none;
}
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-privacy .description {
  text-align: left;
}
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .form-item-privacy .description * {
  text-align: left;
}
.body-product-type--vesta_product .about .region-about .block-webform-block .webform-submission-form .webform-actions {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block {
    padding: 15px;
  }
}
@media screen and (max-width: 991px) {
  .body-product-type--vesta_product .about .region-about .block-webform-block {
    padding: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .body-product-type--vesta_product .about {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .body-product-type--vesta_product .about {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .body-product-type--vesta_product .about {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.product-view-full {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-view-full .product-teaser {
  width: 672px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.product-view-full .product-teaser .product-teaser-image .current-slide .element img {
  max-width: 672px !important;
  min-width: 672px !important;
  max-height: 430px !important;
  min-height: 430px !important;
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser .product-teaser-image .current-slide .element img {
    max-width: 550px !important;
    min-width: 550px !important;
    max-height: 330px !important;
    min-height: 330px !important;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser .product-teaser-image .current-slide .element img {
    max-width: 696px !important;
    min-width: 696px !important;
    max-height: 430px !important;
    min-height: 430px !important;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .product-teaser .product-teaser-image .current-slide .element img {
    max-width: 100% !important;
    min-width: 100% !important;
    max-height: 330px !important;
    min-height: 330px !important;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser .product-teaser-image .current-slide .element img {
    max-height: 250px !important;
    min-height: 250px !important;
  }
}
.product-view-full .product-teaser .product-teaser-image .current-slide .slick-arrow {
  display: none !important;
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser .product-teaser-image .nav-slide .element img {
    max-width: 168px !important;
    min-width: 168px !important;
    max-height: 100px !important;
    min-height: 100px !important;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser .product-teaser-image .nav-slide .element img {
    max-width: 208px !important;
    min-width: 208px !important;
    max-height: 133px !important;
    min-height: 133px !important;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .product-teaser .product-teaser-image .nav-slide .element img {
    max-width: 156px !important;
    min-width: 156px !important;
    max-height: 80px !important;
    min-height: 80px !important;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser .product-teaser-image .nav-slide .element img {
    max-width: 96px !important;
    min-width: 96px !important;
    max-height: 50px !important;
    min-height: 50px !important;
  }
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser .product-teaser-image .nav-slide .element {
    max-width: 168px !important;
    min-width: 168px !important;
    max-height: 100px !important;
    min-height: 100px !important;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser .product-teaser-image .nav-slide .element {
    max-width: 208px !important;
    min-width: 208px !important;
    max-height: 133px !important;
    min-height: 133px !important;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .product-teaser .product-teaser-image .nav-slide .element {
    max-width: 156px !important;
    min-width: 156px !important;
    max-height: 80px !important;
    min-height: 80px !important;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser .product-teaser-image .nav-slide .element {
    max-width: 96px !important;
    min-width: 96px !important;
    max-height: 50px !important;
    min-height: 50px !important;
  }
}
.product-view-full .product-teaser .product-teaser-image .nav-slide .slick-prev {
  left: -12px;
  background: linear-gradient(90deg, #ebebeb 50%, rgba(0, 0, 0, 0) 100%);
}
.product-view-full .product-teaser .product-teaser-image .nav-slide .slick-prev:before {
  margin-right: auto;
  margin-left: 12px;
  background-image: url(/sites/all/themes/vesta_theme/image/arrow2_left.svg);
}
.product-view-full .product-teaser .product-teaser-image .nav-slide .slick-next {
  right: -12px;
  background: linear-gradient(270deg, #ebebeb 50%, rgba(0, 0, 0, 0) 100%);
}
.product-view-full .product-teaser .product-teaser-image .nav-slide .slick-next:before {
  margin-right: 12px;
  margin-left: auto;
  background-image: url(/sites/all/themes/vesta_theme/image/arrow2_right.svg);
}
.product-view-full .product-teaser .product-teaser-image .nav-slide .slick-arrow {
  top: 0;
  transform: translate(0, 0);
  width: 30px;
  height: 100%;
}
.product-view-full .product-teaser .product-teaser-image .nav-slide .slick-arrow:before {
  width: 7px;
  height: 13px;
}
.product-view-full .product-teaser .product-teaser-image .nav-slide .slick-dots {
  display: none !important;
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser .product-teaser-image .nav-slide {
    width: 336px;
    margin-left: auto;
    margin-right: auto;
  }
}
.product-view-full .product-teaser .product-teaser-info .field--name-field-description .field__item {
  height: max-content;
}
@media screen and (min-width: 1199px) {
  .product-view-full .product-teaser .product-teaser-info {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-view-full .product-teaser .product-teaser-info {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser .product-teaser-info {
    display: flex;
  }
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser {
    width: 550px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser {
    width: 100%;
  }
}
.product-view-full .product-teaser-info {
  width: 470px;
  height: max-content;
  padding: 40px 25px 40px 20px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-view-full .product-teaser-info .art {
  order: 0;
  display: flex;
  gap: 5px;
  width: 100%;
}
.product-view-full .product-teaser-info .art * {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #b8bdc4;
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser-info .art * {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser-info .art * {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .product-teaser-info .art * {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser-info .art * {
    font-size: 14px;
  }
}
.product-view-full .product-teaser-info h1,
.product-view-full .product-teaser-info .field--name-title {
  order: 0;
  margin-top: 20px;
  margin-bottom: 0;
  max-width: 330px;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a2a2e;
}
.product-view-full .product-teaser-info h1 *,
.product-view-full .product-teaser-info .field--name-title * {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a2a2e;
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser-info h1 *,
  .product-view-full .product-teaser-info .field--name-title * {
    font-size: 23px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser-info h1 *,
  .product-view-full .product-teaser-info .field--name-title * {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .product-teaser-info h1 *,
  .product-view-full .product-teaser-info .field--name-title * {
    font-size: 21px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser-info h1 *,
  .product-view-full .product-teaser-info .field--name-title * {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser-info h1,
  .product-view-full .product-teaser-info .field--name-title {
    margin-top: 15px;
    font-size: 23px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser-info h1,
  .product-view-full .product-teaser-info .field--name-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .product-teaser-info h1,
  .product-view-full .product-teaser-info .field--name-title {
    font-size: 21px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser-info h1,
  .product-view-full .product-teaser-info .field--name-title {
    font-size: 20px;
  }
}
.product-view-full .product-teaser-info .field--name-field-description {
  order: 0;
  width: 100%;
  margin-top: 50px;
}
.product-view-full .product-teaser-info .field--name-field-description .field__label {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #b8bdc4;
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser-info .field--name-field-description .field__label {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser-info .field--name-field-description .field__label {
    font-size: 12px;
  }
}
.product-view-full .product-teaser-info .field--name-field-description .field__item {
  margin-top: 10px;
  max-height: 135px;
  height: max-content;
  overflow: hidden;
  position: relative;
}
.product-view-full .product-teaser-info .field--name-field-description .field__item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser-info .field--name-field-description .field__item:before {
    display: none;
  }
}
.product-view-full .product-teaser-info .field--name-field-description .field__item table tbody {
  display: flex;
  gap: 6px;
  flex-direction: column;
}
.product-view-full .product-teaser-info .field--name-field-description .field__item table tbody tr {
  display: flex;
  justify-content: space-between;
  background-image: url(/sites/all/themes/vesta_theme/image/table_dots.svg);
  background-position: left center;
  background-repeat: repeat-x;
}
.product-view-full .product-teaser-info .field--name-field-description .field__item table tbody tr td {
  padding: 0;
  display: block;
  border: none;
  max-width: max-content;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #b8bdc4;
}
.product-view-full .product-teaser-info .field--name-field-description .field__item table tbody tr td * {
  border: none;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #b8bdc4;
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser-info .field--name-field-description .field__item table tbody tr td * {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser-info .field--name-field-description .field__item table tbody tr td * {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser-info .field--name-field-description .field__item table tbody tr td {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser-info .field--name-field-description .field__item table tbody tr td {
    font-size: 12px;
  }
}
.product-view-full .product-teaser-info .field--name-field-description .field__item table tbody tr td:last-child {
  text-align: right;
}
.product-view-full .product-teaser-info .field--name-field-description .field__item table tbody tr td:last-child * {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser-info .field--name-field-description .field__item {
    height: max-content;
  }
}
.product-view-full .product-teaser-info .field--name-field-description .field__item.open {
  max-height: max-content;
}
.product-view-full .product-teaser-info .field--name-field-description .field__item.open:before {
  display: none;
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser-info .field--name-field-description {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser-info .field--name-field-description {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .product-teaser-info .field--name-field-description {
    margin-top: 20px;
  }
}
.product-view-full .product-teaser-info .field--name-price {
  order: 0;
  margin-top: 50px;
  font-size: 35px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a2a2e;
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser-info .field--name-price {
    margin-top: 40px;
    font-size: 34px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser-info .field--name-price {
    margin-top: 30px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .product-teaser-info .field--name-price {
    margin-top: 20px;
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser-info .field--name-price {
    font-size: 28px;
  }
}
.product-view-full .product-teaser-info .field--name-attribute-color,
.product-view-full .product-teaser-info .field--name-attribute-size {
  display: none;
}
.product-view-full .product-teaser-info .arrow-more1 {
  order: 0;
}
.product-view-full .product-teaser-info .field--name-variations {
  order: 1;
  width: 100%;
  margin-top: 20px;
}
.product-view-full .product-teaser-info .field--name-variations form .field--name-purchased-entity,
.product-view-full .product-teaser-info .field--name-variations form .field--name-quantity {
  display: none;
}
.product-view-full .product-teaser-info .field--name-variations form .form-actions button {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: 12px 20px;
  background-color: #f3d162;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  text-transform: none;
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser-info .field--name-variations form .form-actions button {
    padding: 10px 18px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser-info .field--name-variations form .form-actions button {
    padding: 8px 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .product-teaser-info .field--name-variations form .form-actions button {
    padding: 8px 14px;
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser-info .field--name-variations form .form-actions button {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.product-view-full .product-teaser-info .field--name-variations form .form-actions button:hover {
  background-color: #e7b94a;
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser-info .field--name-variations {
    margin-top: 15px;
  }
}
.product-view-full .product-teaser-info .flag1 {
  order: 0;
  margin-top: 60px;
}
.product-view-full .product-teaser-info .flag1 .flag-izbrannoe {
  height: 23px;
}
.product-view-full .product-teaser-info .flag1 .flag-izbrannoe a {
  font-size: 0;
  height: 23px;
}
.product-view-full .product-teaser-info .flag1 .flag-izbrannoe a:before {
  content: url(/sites/all/themes/vesta_theme/image/heart-b.svg);
  display: block;
  width: 26px;
  height: 23px;
  font-size: 0;
  transition: 0.3s;
}
.product-view-full .product-teaser-info .flag1 .flag-izbrannoe a:hover:before {
  content: url(/sites/all/themes/vesta_theme/image/heart-g.svg);
}
.product-view-full .product-teaser-info .flag1 .action-unflag a:before {
  content: url(/sites/all/themes/vesta_theme/image/heart-g.svg);
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser-info .flag1 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser-info .flag1 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .product-teaser-info .flag1 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser-info .flag1 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .product-view-full .product-teaser-info {
    width: 355px;
    padding: 35px 20px 35px 15px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .product-teaser-info {
    width: 100%;
    max-width: 100%;
    padding: 30px 15px;
    margin-top: 15px;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .product-teaser-info {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .product-teaser-info {
    padding: 20px 15px;
  }
}
.product-view-full .field-group-tabs-wrapper {
  margin-top: 50px;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs {
  border: none;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list {
  background-color: transparent;
  border-bottom: 2px solid #b8bdc4;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 2px solid #b8bdc4;
  background-color: transparent !important;
  margin-bottom: -2px;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a {
  padding: 0 0 10px 0;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a2a2e;
  background-color: transparent !important;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a * {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a2a2e;
  background-color: transparent !important;
}
@media screen and (max-width: 1199px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a * {
    font-size: 23px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a * {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a * {
    font-size: 21px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a * {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a {
    font-size: 23px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a {
    font-size: 21px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a {
    font-size: 20px;
  }
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button.selected {
  border-bottom: 2px solid #f3d162;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane {
  padding-left: 0;
  padding-right: 0;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .card-body {
  padding: 0;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .card-body .field--name-body {
  margin-top: 40px;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .card-body .field--name-body .field__label {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a2a2e;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .card-body .field--name-body .field__label {
    font-size: 23px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .card-body .field--name-body .field__label {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .card-body .field--name-body .field__label {
    font-size: 21px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .card-body .field--name-body .field__label {
    font-size: 20px;
  }
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .card-body .field--name-body .field__item {
  margin-top: 20px;
  max-height: 265px;
  height: max-content;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a2a2e;
  position: relative;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .card-body .field--name-body .field__item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, #ebebeb 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 991px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .card-body .field--name-body .field__item:before {
    display: none;
  }
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .card-body .field--name-body .field__item * {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a2a2e;
}
@media screen and (max-width: 1199px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .card-body .field--name-body .field__item * {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .card-body .field--name-body .field__item * {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .card-body .field--name-body .field__item * {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .card-body .field--name-body .field__item * {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .card-body .field--name-body .field__item {
    margin-top: 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .card-body .field--name-body .field__item {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .card-body .field--name-body .field__item {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .card-body .field--name-body .field__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .card-body .field--name-body .field__item {
    height: max-content;
  }
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .card-body .field--name-body .field__item.open {
  max-height: max-content;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .card-body .field--name-body .field__item.open:before {
  display: none;
}
@media screen and (max-width: 1199px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .card-body .field--name-body {
    margin-top: 35px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .card-body .field--name-body {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .card-body .field--name-body {
    margin-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .card-body .field--name-body {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .product-view-full .field-group-tabs-wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .product-view-full .field-group-tabs-wrapper {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .product-view-full .field-group-tabs-wrapper {
    margin-top: 20px;
  }
}
.product-view-full .arrow-more1,
.product-view-full .arrow-more2 {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 13px;
  background-image: url(/sites/all/themes/vesta_theme/image/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .product-view-full .arrow-more1,
  .product-view-full .arrow-more2 {
    display: none;
  }
}
.product-view-full .arrow-more1.hide,
.product-view-full .arrow-more2.hide {
  display: none;
}
@media screen and (max-width: 767px) {
  .product-view-full {
    gap: 15px;
  }
}
#block-vesta-theme-page-title {
  margin-bottom: 20px;
}
#block-vesta-theme-strokanavigacii {
  margin-bottom: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
#block-vesta-theme-strokanavigacii:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100vw;
  height: 100%;
  z-index: 0;
  background-color: #f4f5f7;
}
#block-vesta-theme-strokanavigacii .breadcrumb {
  position: relative;
  z-index: 1;
  margin: 0;
}
#block-vesta-theme-strokanavigacii .breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #e7b94a;
}
#block-vesta-theme-strokanavigacii .breadcrumb .breadcrumb-item a {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a2a2e;
}
#block-vesta-theme-strokanavigacii .breadcrumb .breadcrumb-item a:hover {
  color: #e7b94a;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-strokanavigacii .breadcrumb .breadcrumb-item a {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-strokanavigacii .breadcrumb .breadcrumb-item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-strokanavigacii .breadcrumb .breadcrumb-item a {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-strokanavigacii .breadcrumb .breadcrumb-item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-strokanavigacii .breadcrumb .breadcrumb-item {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-strokanavigacii .breadcrumb .breadcrumb-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-strokanavigacii .breadcrumb .breadcrumb-item {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-strokanavigacii .breadcrumb .breadcrumb-item {
    font-size: 14px;
  }
}
#block-vesta-theme-strokanavigacii .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: url(/sites/all/themes/vesta_theme/image/arrow_bread.svg);
  font-size: 0;
  display: block;
  width: 5px;
  height: 8px;
  padding: 0;
  padding-right: 12px;
}
@media screen and (max-width: 1199px) {
  #block-vesta-theme-strokanavigacii {
    margin-bottom: 80px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  #block-vesta-theme-strokanavigacii {
    margin-bottom: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block-vesta-theme-strokanavigacii {
    margin-bottom: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-strokanavigacii {
    margin-bottom: 20px;
  }
}
.ajax-progress {
  display: none !important;
}
.ui-dialog .ui-dialog-titlebar {
  padding-right: 30px;
  background-color: transparent;
  border: none;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  background-image: url(/sites/all/themes/vesta_theme/image/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  border: none;
}
.ui-dialog .ui-dialog-buttonpane {
  padding: 10px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: 12px 20px;
  background-color: #f3d162;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
    padding: 10px 18px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
    padding: 8px 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
    padding: 8px 14px;
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
  background-color: #e7b94a;
}
.cart-form .views-field-remove-button .form-submit {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: 12px 20px;
  background-color: #f3d162;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #f3d162;
}
@media screen and (max-width: 1199px) {
  .cart-form .views-field-remove-button .form-submit {
    padding: 10px 18px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .cart-form .views-field-remove-button .form-submit {
    padding: 8px 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .cart-form .views-field-remove-button .form-submit {
    padding: 8px 14px;
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .cart-form .views-field-remove-button .form-submit {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.cart-form .views-field-remove-button .form-submit:hover {
  background-color: #e7b94a;
}
.cart-form .form-actions .form-submit {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: 12px 20px;
  background-color: #f3d162;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #f3d162;
  display: unset;
}
@media screen and (max-width: 1199px) {
  .cart-form .form-actions .form-submit {
    padding: 10px 18px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .cart-form .form-actions .form-submit {
    padding: 8px 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .cart-form .form-actions .form-submit {
    padding: 8px 14px;
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .cart-form .form-actions .form-submit {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.cart-form .form-actions .form-submit:hover {
  background-color: #e7b94a;
}
@media screen and (max-width: 767px) {
  .cart-form .form-actions .form-submit {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .cart-form .form-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .cart-form .view-commerce-cart-form form {
    overflow-x: auto;
  }
}
.layout-checkout-form .form-submit {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: 12px 20px;
  background-color: #f3d162;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #f3d162;
}
@media screen and (max-width: 1199px) {
  .layout-checkout-form .form-submit {
    padding: 10px 18px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .layout-checkout-form .form-submit {
    padding: 8px 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .form-submit {
    padding: 8px 14px;
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .layout-checkout-form .form-submit {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.layout-checkout-form .form-submit:hover {
  background-color: #e7b94a;
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .form-submit {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
.layout-checkout-form a {
  color: #f3d162;
}
.layout-checkout-form .link--previous {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: 12px 20px;
  background-color: #f3d162;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
  border: 1px solid #f3d162;
}
@media screen and (max-width: 1199px) {
  .layout-checkout-form .link--previous {
    padding: 10px 18px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .layout-checkout-form .link--previous {
    padding: 8px 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .link--previous {
    padding: 8px 14px;
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .layout-checkout-form .link--previous {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.layout-checkout-form .link--previous:hover {
  background-color: #e7b94a;
}
@media screen and (max-width: 767px) {
  .layout-checkout-form .link--previous {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
.checkout-pane input,
.checkout-pane textarea {
  border-radius: 0;
}
.checkout-pane textarea {
  resize: none;
}
.modal-dialog .form-item-privacy .description {
  text-align: left;
}
.modal-dialog .form-item-privacy .description * {
  text-align: left;
}
.modal-dialog .modal-footer button {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: 12px 20px;
  background-color: #f3d162;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .modal-dialog .modal-footer button {
    padding: 10px 18px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .modal-dialog .modal-footer button {
    padding: 8px 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .modal-dialog .modal-footer button {
    padding: 8px 14px;
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .modal-dialog .modal-footer button {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.modal-dialog .modal-footer button:hover {
  background-color: #e7b94a;
}
.not-front #block-vesta-theme-content > h3 > a {
  color: #2a2a2e;
}
.not-front #block-vesta-theme-content > h3 > a:hover {
  color: #f3d162;
}
.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: 0;
}
.not-front #main .search-api-page-block-form-search .js-form-submit {
  border-radius: 0;
  background-color: #f3d162;
  border: 2px solid #f3d162;
}
.not-front #main .search-api-page-block-form-search .js-form-submit:hover {
  color: #2a2a2e;
  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: #2a2a2e;
  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: #e7b94a;
}
.pagination {
  margin-top: 15px;
  justify-content: center;
  border-radius: 0 !important;
}
.pagination * {
  border-radius: 0 !important;
}
.pagination .page-item a {
  color: #e7b94a;
}
.pagination .page-item.active a {
  border-color: #fff;
  color: #fff;
  background-color: #e7b94a;
}
#block-vesta-theme-tabs .nav-tabs {
  border: none !important;
}
#block-vesta-theme-tabs .nav-tabs .nav-item {
  border: none !important;
  border-radius: 0;
}
#block-vesta-theme-tabs .nav-tabs .nav-item a {
  border: none !important;
  border-radius: 0;
  background-color: #f3d162;
  color: #fff;
  transition: 0.3;
}
#block-vesta-theme-tabs .nav-tabs .nav-item a:hover {
  background-color: #e7b94a;
}
#block-vesta-theme-tabs .nav-tabs .nav-item.active a {
  background-color: #e7b94a;
}
.user-login-form input,
.user-register-form input,
.user-pass input,
.user-form input {
  border-radius: 0;
  border: 1px solid #b8bdc4;
  background-color: #fff;
  width: 100%;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a2a2e;
}
.user-login-form input::placeholder,
.user-register-form input::placeholder,
.user-pass input::placeholder,
.user-form input::placeholder {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a2a2e;
}
@media screen and (max-width: 1199px) {
  .user-login-form input::placeholder,
  .user-register-form input::placeholder,
  .user-pass input::placeholder,
  .user-form input::placeholder {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .user-login-form input::placeholder,
  .user-register-form input::placeholder,
  .user-pass input::placeholder,
  .user-form input::placeholder {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .user-login-form input,
  .user-register-form input,
  .user-pass input,
  .user-form input {
    padding: 15px;
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .user-login-form input,
  .user-register-form input,
  .user-pass input,
  .user-form input {
    padding: 10px;
    font-size: 12px;
  }
}
.user-login-form button,
.user-register-form button,
.user-pass button,
.user-form button {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: 12px 20px;
  background-color: #f3d162;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  .user-login-form button,
  .user-register-form button,
  .user-pass button,
  .user-form button {
    padding: 10px 18px;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .user-login-form button,
  .user-register-form button,
  .user-pass button,
  .user-form button {
    padding: 8px 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .user-login-form button,
  .user-register-form button,
  .user-pass button,
  .user-form button {
    padding: 8px 14px;
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .user-login-form button,
  .user-register-form button,
  .user-pass button,
  .user-form button {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.user-login-form button:hover,
.user-register-form button:hover,
.user-pass button:hover,
.user-form button:hover {
  background-color: #e7b94a;
}
#scrollToTop {
  width: 34px;
  height: 48px;
  background-color: #e7b94a;
  text-indent: 0;
  font-size: 0;
  border: 0px;
  outline: 0px;
  display: flex;
  bottom: 120px;
  cursor: pointer;
  position: fixed;
  right: 75px;
  z-index: 10;
  transition: 0.2s;
  padding: 10px 6px 25px;
}
#scrollToTop img {
  width: 22px;
  height: 13px;
}
@media screen and (max-width: 1199px) {
  #scrollToTop {
    right: 65px;
  }
}
@media screen and (max-width: 991px) {
  #scrollToTop {
    right: 55px;
  }
}
@media screen and (max-width: 767px) {
  #scrollToTop {
    right: 45px;
  }
}
@media screen and (max-width: 575px) {
  #scrollToTop {
    right: 35px;
  }
}
.profile {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.profile .field--name-field-surname .field__label,
.profile .field--name-field-name .field__label {
  font-weight: 700;
}
.view-terminy {
  margin-bottom: clamp(30px, 5vw, 50px);
}
.view-terminy .view-content {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 30px);
}
.view-terminy .view-content .views-row {
  width: 100%;
}
.view-terminy .view-content .views-row:after,
.view-terminy .view-content .views-row:before {
  display: none;
}
.view-terminy .views-field-description__value {
  width: 100%;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.55;
  color: var(--color-main);
}
.view-terminy .views-field-description__value ol,
.view-terminy .views-field-description__value ul {
  margin: 0;
  padding-left: 1.5em;
}
.view-terminy .views-field-description__value li {
  margin-bottom: 0.5em;
}
.view-terminy .views-field-field-gallery {
  width: 100%;
}
.view-terminy .views-field-field-gallery .field-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 2vw, 20px);
}
.view-terminy .views-field-field-gallery .field-content .field__item {
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.view-terminy .views-field-field-gallery .field-content .field__item img {
  display: block;
  width: 100%;
  height: 250px !important;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.3s ease;
}
@media (max-width: 860px) {
  .view-terminy .views-field-field-gallery .field-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .view-terminy .views-field-field-gallery .field-content {
    grid-template-columns: 1fr;
  }
}
