/* СЛАЙДЕР, АКЦИИ, ПОПУЛЯРНЫЕ ТОВАРЫ, КАРТА, ФОРМА СВЯЗИ, О НАС */
/* СЛАЙДЕР */
#slider-block .splide__slide {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#slider-block .splide__slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

#slider-block .contextual-region {
  position: static;
}

#slider-block .content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  color: black;
}

#slider-block .content > * {
  max-width: 471px;
  width: 100%;
  box-sizing: border-box;
}

#slider-block .group-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
  width: 1170px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  color: white;
  padding: 0;
  box-sizing: border-box;
}

#slider-block .field--name-field-zagolovok {
  font-family: "Cormorant Infant", serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 419px;
  width: 100%;
  margin: 0 auto 20px auto;
  text-align: center;
}

#slider-block .field--name-field-opisanie {
  font-size: 16px;
  margin-bottom: 34px;
  line-height: 22px;
  max-width: 570px;
  width: 100%;
}

#slider-block .group-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 570px;
  width: 100%;
}

#slider-block .group-btns .field__item a {
  white-space: nowrap;
}

#slider-block .field--name-field-ssylka a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 10px;
  width: 270px;
  height: 50px;
  background: #ffbb33;
  backdrop-filter: blur(12px);
  border-radius: 30px;
  border: none;
  color: #00355b;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
}

#slider-block .field--name-field-zapros-praysa a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 10px;
  width: 270px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(249, 250, 251, 0.8);
  backdrop-filter: blur(6px);
  border-radius: 30px;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
}

#slider-block .field--name-field-zapros-praysa a:hover {
  box-shadow: 0px 0px 5px rgba(249, 250, 251, 0.8);
}

#slider-block .field--name-field-ssylka a:hover {
  box-shadow: 0px 0px 10px #ffbb33;
}
.form-type-checkbox input[type="checkbox"].error {
  border: 1px solid #dc3545 !important;
}
#slider-block .splide__pagination {
  position: absolute;
  bottom: 21px;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

#slider-block .splide__pagination li {
  margin: 0 5px;
}

#slider-block .splide__pagination__page {
  width: 16px;
  height: 5px;
  background: #ffffff;
  border-radius: 4px;
  border: none;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  transition: width 0.3s ease;
  opacity: 1;
  margin: 0;
}

#slider-block .splide__pagination__page.is-active {
  width: 36px;
  background: #ffbb33;
  transform: none;
}

.wr_background {
  background-image: url("/sites/all/themes/vesta_theme/image/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wr_front_content {
  padding: 60px 0 0 0;
}

.front-h1 {
  font-family: "Cormorant Garamond";
  font-size: 52px;
  line-height: 52px;
  margin: 0;
  text-align: center;
  font-weight: 400;
  margin-bottom: 90px;
  color: #00355b;
}

@media (max-width: 1399px) {
  #slider-block .group-content {
    width: 1140px;
  }

  #slider-block .field--name-field-zagolovok {
    font-size: 38px;
    line-height: 42px;
  }

  #slider-block .field--name-field-opisanie {
    font-size: 15px;
  }

  #slider-block .field--name-field-ssylka a,
  #slider-block .field--name-field-zapros-praysa a {
    width: 250px;
    height: 48px;
    font-size: 15px;
  }

  .wr_front_content {
    padding: 55px 0 0 0;
  }
  .front-h1 {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 85px;
  }
}

@media (max-width: 1199px) {
  #slider-block .splide__slide {
    min-height: 500px;
  }

  #slider-block .group-content {
    width: 960px;
  }

  #slider-block .field--name-field-zagolovok {
    font-size: 34px;
    line-height: 38px;
  }

  #slider-block .field--name-field-opisanie {
    font-size: 14px;
    max-width: 500px;
  }

  #slider-block .field--name-field-ssylka a,
  #slider-block .field--name-field-zapros-praysa a {
    width: 230px;
    height: 46px;
    font-size: 14px;
  }

  .front-h1 {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 75px;
  }

  .wr_front_content {
    padding: 45px 0 0 0;
  }
}

@media (max-width: 991px) {
  #slider-block .splide__slide {
    min-height: 450px;
  }

  #slider-block .group-content {
    width: 720px;
  }

  #slider-block .field--name-field-zagolovok {
    font-size: 30px;
    line-height: 36px;
    max-width: 80%;
  }

  #slider-block .field--name-field-opisanie {
    font-size: 13px;
    max-width: 450px;
    margin-bottom: 25px;
  }

  #slider-block .field--name-field-ssylka a,
  #slider-block .field--name-field-zapros-praysa a {
    width: 210px;
    height: 44px;
    font-size: 13px;
  }

  #slider-block .group-btns {
    gap: 8px;
  }

  .front-h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 65px;
  }
}

@media (max-width: 767px) {
  #slider-block .splide__slide {
    min-height: 400px;
  }

  #slider-block .group-content {
    width: 540px;
  }

  #slider-block .field--name-field-zagolovok {
    font-size: 26px;
    line-height: 32px;
    max-width: 90%;
  }

  #slider-block .field--name-field-opisanie {
    font-size: 12px;
    max-width: 400px;
    margin-bottom: 20px;
  }

  #slider-block .field--name-field-ssylka a,
  #slider-block .field--name-field-zapros-praysa a {
    width: 210px;
    height: 42px;
    font-size: 13px;
    padding: 8px 16px;
  }

  .front-h1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 50px;
  }

  .wr_front_content {
    padding: 35px 0 0;
  }
}

@media (max-width: 576px) {
  #slider-block .splide__slide {
    min-height: 350px;
  }

  #slider-block .group-content {
    width: 100%;
    padding: 0 15px;
  }

  #slider-block .field--name-field-zagolovok {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  #slider-block .field--name-field-opisanie {
    font-size: 11px;
    line-height: 18px;
    max-width: 100%;
    margin-bottom: 10px;
  }

  #slider-block .field--name-field-opisanie p {
    margin: 0;
  }

  #slider-block .group-btns {
    flex-direction: column;
    align-items: center;
    /* gap: 11px; */
  }

  #slider-block .field--name-field-ssylka a,
  #slider-block .field--name-field-zapros-praysa a {
    width: 180px;
    height: 37px;
    font-size: 12px;
  }

  .front-h1 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 40px;
  }

  .wr_front_content {
    padding: 35px 0 0;
  }
}

@media (max-width: 360px) {
  .front-h1 {
    font-size: 32px;
    line-height: 46px;
  }
  #slider-block .field--name-field-zagolovok {
    margin-bottom: 10px;
  }
  .wr_front_content {
    padding: 30px 0 0;
  }
}
/* КОНЕЦ СЛАЙДЕРА */

/* КАТАЛОГ */
.block-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #366281;
  position: relative;
}

.block-title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 151px;
  height: 10px;
  background-image: url("/sites/all/themes/vesta_theme/image/icons/Element.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#block-vesta-theme-svyazatsyasnami .block-title::after {
  display: none;
}

.view-header h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: normal;
  text-transform: uppercase;
  color: #00355b;
  font-family: "Cormorant Garamond";
  margin-bottom: 32px;
}

.view-catalog .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.view-catalog .views-row {
  margin: 0;
  box-sizing: border-box;
  max-width: 570px;
  flex: 1 1 calc(50% - 25px);
  display: flex;
}

.view-catalog .taxonomy-term {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 15px 15px 0;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #ffffff;
  box-shadow: 0px 10px 40px -10px rgba(11, 61, 97, 0.08);
  border-radius: 2px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.view-catalog .field--name-field-catalog-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  text-align: center;
}

.view-catalog .field--name-field-catalog-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.view-catalog .field--name-taxonomy-term-title a {
  width: 100%;
  text-align: center;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  color: #00355b;
}

.view-catalog .field--name-taxonomy-term-title h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #00355b;
  text-align: center;
  margin: 0;
  padding: 0;
}

.view-footer {
  text-align: right;
}

.view-footer .link-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #00355b;
  margin-top: 40px;
  text-decoration: none;
  text-underline-offset: 2px;
}

.view-footer .link-all::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(12px);
  border-radius: 30px;
  background-image: url("/sites/all/themes/vesta_theme/image/icons/Arrow 2.svg");
  background-size: 11px 5px;
  background-repeat: no-repeat;
  background-position: center;

  transition:
    background-color 0.2s,
    background-image 0.2s;
}

.view-footer .link-all:hover {
  color: #38716c;
  text-decoration: underline;
}

.view-footer .link-all:hover::after {
  background-color: #38716c;
  background-image: url("/sites/all/themes/vesta_theme/image/icons/Arrow.svg");
}

.view-catalog .views-row .field--name-field-catalog-image,
.view-catalog .views-row .field--name-field-catalog-image .field__item,
.view-catalog .views-row .field--name-field-catalog-image .blazy,
.view-catalog .views-row .field--name-field-catalog-image .media,
.view-catalog .views-row .field--name-field-catalog-image .b-link,
.view-catalog .views-row .field--name-field-catalog-image img {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.view-catalog .views-row .field--name-field-catalog-image img {
  object-fit: contain;
}

@media (max-width: 1399px) {
  .view-catalog .views-row {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }

  .view-catalog .view-content {
    gap: 20px;
  }

  .view-catalog .field--name-field-catalog-image {
    height: 220px;
  }

  .view-header h2 {
    font-size: 28px;
    margin-bottom: 28px;
  }

  .block-title {
    font-size: 18px;
    margin-bottom: 28px;
  }

  .block-title::after {
    width: 140px;
    height: 9px;
    bottom: -18px;
  }

  .view-footer .link-all {
    margin-top: 30px;
    font-size: 15px;
    margin-right: 20px;
  }

  .view-footer .link-all::after {
    width: 38px;
    height: 38px;
    background-size: 10px 5px;
  }
}

@media (max-width: 1199px) {
  .view-catalog .views-row {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }

  .view-catalog .view-content {
    gap: 15px;
  }

  .view-catalog .field--name-field-catalog-image {
    height: 200px;
  }

  .view-header h2 {
    font-size: 26px;
    margin-bottom: 24px;
  }

  .block-title {
    font-size: 17px;
    margin-bottom: 26px;
  }

  .block-title::after {
    width: 130px;
    height: 8px;
    bottom: -16px;
  }

  .view-footer .link-all {
    margin-top: 25px;
    font-size: 14px;
  }

  .view-footer .link-all::after {
    width: 36px;
    height: 36px;
    background-size: 9px 4px;
  }
}

@media (max-width: 991px) {
  .view-catalog .views-row {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }

  .view-catalog .field--name-field-catalog-image {
    height: 180px;
  }

  .view-header h2 {
    font-size: 24px;
    margin-bottom: 22px;
  }

  .block-title {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .block-title::after {
    width: 120px;
    height: 7px;
    bottom: -14px;
  }

  .view-footer .link-all {
    margin-top: 20px;
    /* font-size: 13px; */
  }

  .view-footer .link-all::after {
    width: 34px;
    height: 34px;
    background-size: 8px 4px;
  }
}

@media (max-width: 767px) {
  .view-catalog .views-row {
    flex: 1 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }

  .view-catalog .view-content {
    gap: 12px;
  }

  .view-catalog .field--name-field-catalog-image {
    height: 115px;
  }

  .view-header h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .block-title {
    font-size: 15px;
    margin-bottom: 22px;
  }

  .block-title::after {
    width: 110px;
    height: 6px;
    bottom: -12px;
  }

  .view-footer .link-all {
    margin-top: 18px;
    gap: 8px;
  }

  .view-footer .link-all::after {
    width: 32px;
    height: 32px;
    background-size: 7px 4px;
  }
}

@media (max-width: 567px) {
  .view-catalog .views-row {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }

  .view-catalog .view-content {
    gap: 10px;
  }

  .view-catalog .field--name-field-catalog-image {
    height: 80px;
  }

  .view-header h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 18px;
  }

  .block-title {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .block-title::after {
    width: 100px;
    height: 5px;
    bottom: -10px;
  }

  .view-footer .link-all {
    margin-top: 14px;
    font-size: 15px;
    gap: 6px;
    margin-right: 10px;
  }

  .view-footer .link-all::after {
    width: 30px;
    height: 30px;
    background-size: 6px 3px;
  }
}

@media (max-width: 360px) {
  .view-catalog .views-row {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .view-catalog .view-content {
    gap: 20px;
  }

  .view-catalog .field--name-field-catalog-image {
    height: 128px;
  }

  .view-header h2,
  .block-title {
    text-align: center;
  }

  .block-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .view-footer {
    text-align: center;
  }

  .view-footer .link-all {
    margin-top: 20px;
    font-size: 12px;
    gap: 6px;
  }

  .view-footer .link-all::after {
    width: 30px;
    height: 30px;
    background-size: 9px 6px;
  }

  .view-catalog .taxonomy-term {
    gap: 15px;
  }
}
/* КОНЕЦ КАТАЛОГА */

/* ПОПУЛЯРНЫЕ И ПОХОЖИЕ ТОВАРЫ */
.wr_popular {
  padding: 40px 0 0;
}

.wr_popular .splide__slide,
.wr_similar_products .splide__slide {
  display: flex;
  height: auto;
  margin: 0;
  padding: 0;
  align-items: stretch;
}

.wr_popular .splide__slide > div,
.wr_similar_products .splide__slide > div {
  width: 100%;
  height: 100%;
}

.wr_popular #block-vesta-theme-views-block-tovary-block-3 {
  position: relative;
}

.wr_similar_products #block-vesta-theme-views-block-tovary-block-4 {
  position: relative;
}

.wr_popular .splide__arrows,
.wr_popular .splide__pagination,
.wr_similar_products .splide__arrows,
.wr_similar_products .splide__pagination {
  position: absolute;
  top: 113%;
  left: 0;
  z-index: 20;
  pointer-events: none;
}

.wr_similar_products .splide__arrows,
.wr_similar_products .splide__pagination {
  top: 115%;
}

.wr_popular .splide__arrows,
.wr_similar_products .splide__arrows {
  display: flex;
  gap: 10px;
  margin: 0;
  pointer-events: auto;
}

.wr_popular .splide__arrow,
.wr_similar_products .splide__arrow {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(12px);
  border-radius: 40px;
  font-size: 0;
  cursor: pointer;
  opacity: 1;
  position: static;
  margin-left: 10px;
  background-image: none !important;
}

.wr_popular .splide__arrow::after,
.wr_similar_products .splide__arrow::after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background-image: url("/sites/all/themes/vesta_theme/image/icons/Arrow Right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  transition: transform 0.2s;
}

.wr_popular .splide__arrow--prev::after,
.wr_similar_products .splide__arrow--prev::after {
  transform: rotate(180deg);
}

.wr_popular .splide__arrow--next::after,
.wr_similar_products .splide__arrow--next::after {
  transform: rotate(0deg);
}

.wr_popular .splide__pagination,
.wr_similar_products .splide__pagination {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.wr_popular .splide__pagination li,
.wr_similar_products .splide__pagination li {
  margin: 0;
  line-height: 0;
}

.wr_popular .splide__pagination__page,
.wr_similar_products .splide__pagination__page {
  width: 16px;
  height: 5px;
  background: rgba(56, 113, 108, 0.1);
  border-radius: 4px;
  border: none;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  transition: width 0.3s ease;
  opacity: 1;
  margin: 0;
}

.wr_popular .splide__pagination__page.is-active,
.wr_similar_products .splide__pagination__page.is-active {
  width: 36px;
  background: #38716c;
}

@media (max-width: 567px) {
  .wr_popular .splide,
  .wr_similar_products .splide {
    position: relative;
  }

  .wr_similar_products .splide__arrows {
    position: absolute !important;
    top: 100%;
    left: 0 !important;
    width: 100%;
    transform: none;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 0;
    pointer-events: auto;
  }

  .wr_popular .splide__pagination,
  .wr_similar_products .splide__pagination {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
    transform: none;
  }

  .wr_popular .view-footer,
  .wr_similar_products .view-footer {
    margin-top: 55px;
    text-align: center;
  }

  .wr_popular .splide__arrow {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 360px) {
  .wr_popular .splide__arrow {
    width: 30px;
    height: 30px;
  }

  .wr_popular .splide__pagination {
    top: calc(100% + 55px) !important;
  }

  .wr_popular .view-footer {
    margin-top: 85px;
  }
}
/* КОНЕЦ ПОПУЛЯРНЫЕ И ПОХОЖИЕ ТОВАРЫ */

/* АКЦИИ */
.wr_promotions {
  padding: 40px 0 35px;
}

.region-promotions {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

#block-vesta-theme-specpredlozheniya {
  flex: 0 0 100%;
  margin-bottom: 0;
}

#block-vesta-theme-specpredlozheniya h2 {
  color: #00355b;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 40px;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Cormorant Garamond";
}

#block-vesta-theme-skidkaoptovikam,
#block-vesta-theme-views-block-tovary-block-2 {
  flex: 1;
}

#block-vesta-theme-views-block-tovary-block-2 .view-content.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: space-between;
}

#block-vesta-theme-views-block-tovary-block-2 .views-row {
  flex: 1 1 calc(50% - 30px);
  max-width: 270px;
  margin: 0;
  padding: 0;
}

#block-vesta-theme-skidkaoptovikam {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 30px 21px;
  gap: 40px;
  max-width: 570px;
  background: #38716c;
  box-shadow:
    0px 20px 40px -10px rgba(11, 61, 97, 0.15),
    0px 10px 20px -5px rgba(11, 61, 97, 0.1);
  border-radius: 2px;
  margin-top: 0;
  margin-right: 30px;
}

#block-vesta-theme-skidkaoptovikam h2 {
  max-width: 510px;
  font-style: normal;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 40px;

  span {
    color: #ffbb33;
  }
}

#block-vesta-theme-skidkaoptovikam ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}

#block-vesta-theme-skidkaoptovikam li {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}

#block-vesta-theme-skidkaoptovikam p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin: 0;
}

#block-vesta-theme-skidkaoptovikam .field--name-field-knopka-ob-usloviyah {
  padding: 13px 55px;
  background: #ffbb33;
  backdrop-filter: blur(12px);
  border-radius: 30px;
}

#block-vesta-theme-skidkaoptovikam
  .field--name-field-knopka-ob-usloviyah:hover {
  box-shadow: 0px 0px 10px #ffbb33;
}

#block-vesta-theme-skidkaoptovikam .field--name-field-knopka-ob-usloviyah a {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.03em;
  text-decoration: none;
  color: #00355b;
}

#block-vesta-theme-knopkavesassortiment {
  flex: 0 0 100%;
  text-align: right;
  margin-top: 30px;
  padding-right: 0;
}

#block-vesta-theme-knopkavesassortiment a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #00355b;
  text-decoration: none;
  text-underline-offset: 2px;
}

#block-vesta-theme-knopkavesassortiment a::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(12px);
  border-radius: 30px;
  background-image: url("/sites/all/themes/vesta_theme/image/icons/Arrow 2.svg");
  background-size: 11px 5px;
  background-repeat: no-repeat;
  background-position: center;

  transition:
    background-color 0.2s,
    background-image 0.2s;
}

#block-vesta-theme-knopkavesassortiment a:hover {
  color: #38716c;
  text-decoration: underline;
}

#block-vesta-theme-knopkavesassortiment a:hover::after {
  background-color: #38716c;
  background-image: url("/sites/all/themes/vesta_theme/image/icons/Arrow.svg");
}

#block-vesta-theme-skidkaoptovikam ul li {
  position: relative;
  padding-left: 28px;
}

#block-vesta-theme-skidkaoptovikam ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 11.94px;
  background-image: url("/sites/all/themes/vesta_theme/image/icons/Symbol.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1399px) {
  #block-vesta-theme-skidkaoptovikam {
    max-width: 470px;
    padding: 25px 25px 18px;
    gap: 35px;
  }

  #block-vesta-theme-skidkaoptovikam h2 {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 35px;
  }

  #block-vesta-theme-skidkaoptovikam ul {
    gap: 12px;
    margin-bottom: 35px;
  }

  #block-vesta-theme-skidkaoptovikam li {
    font-size: 16px;
    line-height: 22px;
  }

  #block-vesta-theme-skidkaoptovikam p {
    font-size: 14px;
    line-height: 20px;
  }

  #block-vesta-theme-skidkaoptovikam .field--name-field-knopka-ob-usloviyah {
    padding: 12px 50px;
  }

  #block-vesta-theme-specpredlozheniya h2 {
    font-size: 28px;
    margin-bottom: 28px;
  }

  #block-vesta-theme-knopkavesassortiment a {
    font-size: 15px;
    margin-top: 28px;
  }

  #block-vesta-theme-knopkavesassortiment a::after {
    width: 38px;
    height: 38px;
    background-size: 10px 5px;
  }
}

@media (max-width: 1199px) {
  .wr_promotions {
    padding: 35px 0 30px;
  }

  #block-vesta-theme-skidkaoptovikam {
    max-width: 420px;
    padding: 20px 20px 16px;
    gap: 30px;
  }

  #block-vesta-theme-skidkaoptovikam h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 30px;
  }

  #block-vesta-theme-skidkaoptovikam ul {
    gap: 10px;
    margin-bottom: 30px;
  }

  #block-vesta-theme-skidkaoptovikam li {
    font-size: 15px;
    line-height: 21px;
  }

  #block-vesta-theme-skidkaoptovikam p {
    font-size: 13px;
    line-height: 19px;
  }

  #block-vesta-theme-skidkaoptovikam .field--name-field-knopka-ob-usloviyah {
    padding: 11px 45px;
  }

  #block-vesta-theme-specpredlozheniya h2 {
    font-size: 26px;
    margin-bottom: 24px;
  }

  #block-vesta-theme-knopkavesassortiment a {
    font-size: 14px;
    margin-top: 24px;
  }

  #block-vesta-theme-knopkavesassortiment a::after {
    width: 36px;
    height: 36px;
    background-size: 9px 4px;
  }
}

@media (max-width: 991px) {
  .wr_promotions {
    padding: 30px 0 25px;
  }

  #block-vesta-theme-skidkaoptovikam {
    max-width: 380px;
    margin-right: 20px;
    padding: 20px 20px 16px;
    gap: 25px;
  }

  #block-vesta-theme-skidkaoptovikam h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 25px;
  }

  #block-vesta-theme-skidkaoptovikam ul {
    gap: 10px;
    margin-bottom: 25px;
  }

  #block-vesta-theme-skidkaoptovikam li {
    font-size: 14px;
    line-height: 20px;
  }

  #block-vesta-theme-skidkaoptovikam p {
    font-size: 12px;
    line-height: 18px;
  }

  #block-vesta-theme-skidkaoptovikam .field--name-field-knopka-ob-usloviyah {
    padding: 10px 40px;
  }

  #block-vesta-theme-views-block-tovary-block-2 .view-content.row {
    justify-content: flex-start;
    gap: 20px;
  }

  #block-vesta-theme-views-block-tovary-block-2 .views-row {
    flex: 0 0 calc(50% - 20px);
    max-width: 280px;
  }

  #block-vesta-theme-specpredlozheniya h2 {
    font-size: 24px;
    margin-bottom: 22px;
  }

  #block-vesta-theme-knopkavesassortiment a::after {
    width: 34px;
    height: 34px;
    background-size: 8px 4px;
  }
}

@media (max-width: 782px) {
  .wr_promotions {
    padding: 40px 0 20px;
  }

  .region-promotions {
    flex-direction: column;
  }

  #block-vesta-theme-skidkaoptovikam {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 25px 20px 20px;
    gap: 30px;
  }

  #block-vesta-theme-skidkaoptovikam h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px;
  }

  #block-vesta-theme-skidkaoptovikam ul {
    gap: 12px;
    margin-bottom: 30px;
  }

  #block-vesta-theme-skidkaoptovikam li {
    font-size: 16px;
    line-height: 22px;
  }

  #block-vesta-theme-skidkaoptovikam p {
    font-size: 14px;
    line-height: 20px;
  }

  #block-vesta-theme-skidkaoptovikam .field--name-field-knopka-ob-usloviyah {
    padding: 11px 50px;
  }

  #block-vesta-theme-views-block-tovary-block-2 .view-content.row {
    justify-content: center;
    gap: 15px;
  }

  #block-vesta-theme-views-block-tovary-block-2 .views-row {
    flex: 0 0 calc(50% - 15px);
    max-width: 260px;
  }

  #block-vesta-theme-specpredlozheniya h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  #block-vesta-theme-knopkavesassortiment a {
    margin-bottom: 20px;
    gap: 8px;
  }
  #block-vesta-theme-knopkavesassortiment {
    margin-top: 20px;
  }
  #block-vesta-theme-knopkavesassortiment a::after {
    width: 32px;
    height: 32px;
    background-size: 7px 4px;
  }
}

@media (max-width: 576px) {
  .wr_promotions {
    padding: 40px 0 15px;
  }
  .wr_promotions .col-lg-3 {
    width: 100%;
  }
  #block-vesta-theme-skidkaoptovikam {
    padding: 20px 15px 18px;
    gap: 25px;
    margin-bottom: 0;
  }
  #block-vesta-theme-knopkavesassortiment {
    margin-top: 10px;
  }
  #block-vesta-theme-skidkaoptovikam h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 25px;
  }

  #block-vesta-theme-skidkaoptovikam ul {
    gap: 10px;
    margin-bottom: 25px;
  }

  #block-vesta-theme-skidkaoptovikam li {
    font-size: 14px;
    line-height: 20px;
  }

  #block-vesta-theme-skidkaoptovikam p {
    font-size: 13px;
    line-height: 19px;
  }

  #block-vesta-theme-skidkaoptovikam .field--name-field-knopka-ob-usloviyah {
    padding: 10px 45px;
  }

  #block-vesta-theme-views-block-tovary-block-2 .view-content.row {
    display: none;
  }

  .region-promotions .splide {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  .region-promotions .splide__track {
    overflow: hidden;
  }

  .region-promotions .splide__list {
    display: flex;
  }

  .region-promotions .splide__slide {
    flex-shrink: 0;
    width: 100% !important;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 0;
  }

  .region-promotions .splide__slide .product-card-teaser {
    width: 100%;
    margin: 0 auto;
  }

  .region-promotions .splide__arrows {
    position: absolute;
    top: 100%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
  }

  .region-promotions .splide__arrow {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 40px;
    backdrop-filter: blur(12px);
    cursor: pointer;
    pointer-events: auto;
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .region-promotions .splide__arrow::after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    background-image: url("/sites/all/themes/vesta_theme/image/icons/Arrow Right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
  }

  .region-promotions .splide__arrow--prev::after {
    transform: rotate(180deg);
  }

  .region-promotions .splide__arrow--next::after {
    transform: rotate(0deg);
  }

  .region-promotions .splide__arrow svg {
    display: none;
  }

  .region-promotions .splide__pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    position: relative;
    top: 4px;
  }

  .region-promotions .splide__pagination__page {
    width: 16px;
    height: 5px;
    background: rgba(56, 113, 108, 0.1);
    border-radius: 4px;
    border: none;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    transition: width 0.3s ease;
  }

  .region-promotions .splide__pagination__page.is-active {
    width: 36px;
    background: #38716c;
  }

  #block-vesta-theme-specpredlozheniya h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 18px;
  }

  #block-vesta-theme-knopkavesassortiment a {
    font-size: 14px;
    margin-bottom: 15px;
    gap: 6px;
  }

  #block-vesta-theme-knopkavesassortiment a::after {
    width: 30px;
    height: 30px;
    background-size: 6px 3px;
  }
  .region-promotions .splide__arrows {
    left: 0;
    right: 0;
    width: 100%;
  }
  .region-promotions .splide__arrow--prev {
    left: -10px;
  }
  .region-promotions .splide__arrow--next {
    right: -10px;
  }
}

@media (max-width: 360px) {
  .wr_promotions {
    padding: 40px 0 10px;
  }

  #block-vesta-theme-skidkaoptovikam {
    padding: 15px 9px 12px 15px;
    gap: 20px;
  }

  #block-vesta-theme-skidkaoptovikam h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  #block-vesta-theme-skidkaoptovikam ul {
    gap: 8px;
    margin-bottom: 20px;
  }

  #block-vesta-theme-skidkaoptovikam li {
    font-size: 12px;
    line-height: 18px;
  }

  #block-vesta-theme-skidkaoptovikam p {
    line-height: 17px;
  }

  #block-vesta-theme-skidkaoptovikam .field--name-field-knopka-ob-usloviyah {
    padding: 5px 40px;
  }

  .region-promotions .splide {
    padding: 0;
  }

  .region-promotions .splide__arrow {
    width: 30px;
    height: 30px;
  }

  .region-promotions .splide__arrow::after {
    width: 4px;
    height: 8px;
  }

  .region-promotions .splide__pagination {
    margin-top: 15px;
  }

  #block-vesta-theme-specpredlozheniya h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
    text-align: center;
  }

  #block-vesta-theme-knopkavesassortiment {
    text-align: center;
  }

  #block-vesta-theme-knopkavesassortiment a {
    font-size: 14px;
    margin-top: 16px;
    gap: 6px;
  }

  #block-vesta-theme-knopkavesassortiment a::after {
    width: 30px;
    height: 30px;
    background-size: 9px 7px;
  }
}
/* КОНЕЦ АКЦИИ */

/* СВЯЗЬ */
.wr_request {
  background-image: url("/sites/all/themes/vesta_theme/image/background/Form.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 80px 0;
}

.wr_request .region-request {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

#block-vesta-theme-svyazatsyasnami {
  flex: 1;
  max-width: 570px;
}

#block-vesta-theme-svyazatsyasnami .block-title::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 151px;
  height: 10px;
  background-image: url("/sites/all/themes/vesta_theme/image/icons/Element.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#block-vesta-theme-svyazatsyasnami .block-title {
  font-size: 30px;
  position: relative;
  line-height: 40px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Cormorant Garamond";
  color: #ffffff;
  width: 100%;
  margin: 30px 0 20px 0;
}

#block-vesta-theme-svyazatsyasnami .field--name-body p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}

#block-vesta-theme-vebforma {
  flex: 1;
  max-width: 570px;
}

.webform-submission-form .form-type-checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}

.webform-submission-form .form-type-checkbox input[type="checkbox"]:checked {
  background-image: url("/sites/all/themes/vesta_theme/image/icons/click.svg");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.webform-submission-form .form-type-checkbox input[type="checkbox"]:focus {
  outline: none;
}

.webform-submission-form .form-item input {
  margin: 0;
  width: 100%;
  padding: 0 0 11px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  box-sizing: border-box;
  border-radius: 0;
}

.webform-submission-form .form-type-checkbox {
  display: flex;
  align-items: center;
  gap: 17px;
  grid-column: 1 / 2;
  margin: 0;
}

.webform-submission-form .form-type-checkbox .description {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  max-width: 237px;
}

.webform-submission-form .form-type-checkbox a {
  color: #fff;
  text-decoration: underline;
}

.webform-submission-form .webform-button--submit {
  background-color: #ffbb33;
  color: #00355b;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 63px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition:
    background-color 0.3s,
    box-shadow 0.3s;
  width: 100%;
  max-width: 300px;
}

.webform-submission-form .webform-button--submit:hover {
  box-shadow: 0px 0px 10px #ffbb33;
}

.webform-submission-form .form-item input:-webkit-autofill,
.webform-submission-form .form-item input:-webkit-autofill:hover,
.webform-submission-form .form-item input:-webkit-autofill:focus,
.webform-submission-form .form-item textarea:-webkit-autofill,
.webform-submission-form .form-item textarea:-webkit-autofill:hover,
.webform-submission-form .form-item textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  transition: background-color 5000s ease-in-out 0s;
  background-color: transparent !important;
}

.webform-submission-form .form-item input::placeholder,
.webform-submission-form .form-item textarea::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}

.webform-submission-form .form-item input:hover,
.webform-submission-form .form-item textarea:hover,
.webform-submission-form .form-item input:focus,
.webform-submission-form .form-item textarea:focus {
  background-color: transparent !important;
  outline: none;
  box-shadow: none;
}

.webform-submission-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px 30px;
  align-items: center;
}

.webform-submission-form > *:not(.form-type-checkbox):not(.form-actions) {
  grid-column: 1 / -1;
}

.webform-submission-form .form-actions {
  grid-column: 2 / 3;
  margin: 0;
  justify-self: end;
}

@media (max-width: 1199px) {
  #block-vesta-theme-svyazatsyasnami .block-title {
    font-size: 28px;
    line-height: 38px;
    margin: 25px 0 15px;
  }

  #block-vesta-theme-svyazatsyasnami .field--name-body p {
    font-size: 16px;
    line-height: 22px;
  }

  .webform-submission-form .form-item input {
    font-size: 16px;
    padding-bottom: 8px;
  }

  .webform-submission-form .webform-button--submit {
    font-size: 13px;
    padding: 12px 50px;
  }

  .webform-submission-form .form-type-checkbox input[type="checkbox"] {
    width: 52px;
    height: 17px;
  }

  .webform-submission-form .form-type-checkbox {
    gap: 15px;
  }
}

@media (max-width: 991px) {
  .wr_request {
    padding: 60px 0;
  }

  .wr_request .region-request {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  #block-vesta-theme-svyazatsyasnami,
  #block-vesta-theme-vebforma {
    max-width: 100%;
    text-align: center;
  }

  #block-vesta-theme-svyazatsyasnami .block-title::before {
    left: 50%;
    transform: translateX(-50%);
  }

  #block-vesta-theme-svyazatsyasnami .block-title {
    font-size: 26px;
    line-height: 36px;
    margin: 35px 0 15px;
    text-align: center;
  }

  #block-vesta-theme-svyazatsyasnami .field--name-body p {
    font-size: 15px;
    text-align: center;
  }

  .webform-submission-form {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .webform-submission-form .form-item {
    margin-bottom: 25px;
  }

  .webform-submission-form .form-type-checkbox {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 30px;
  }

  .webform-submission-form .form-type-checkbox .description {
    text-align: left;
    max-width: none;
  }

  .webform-submission-form .form-actions {
    text-align: center;
  }

  .webform-submission-form .form-actions {
    grid-column: auto;
    justify-self: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0;
  }

  .webform-submission-form .webform-button--submit {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }

  .webform-submission-form .form-type-checkbox input[type="checkbox"] {
    width: 22px;
    height: 16px;
  }

  .webform-submission-form .form-type-checkbox {
    gap: 13px;
  }
}

@media (max-width: 767px) {
  .wr_request {
    padding: 50px 0;
  }

  #block-vesta-theme-svyazatsyasnami .block-title {
    font-size: 24px;
    line-height: 32px;
  }

  #block-vesta-theme-svyazatsyasnami .field--name-body p {
    font-size: 14px;
    line-height: 20px;
  }

  .webform-submission-form .form-item input {
    font-size: 15px;
    padding-bottom: 6px;
  }

  .webform-submission-form .form-type-checkbox .description {
    font-size: 12px;
    line-height: 16px;
  }

  .webform-submission-form .webform-button--submit {
    padding: 10px 40px;
  }

  .webform-submission-form .form-type-checkbox input[type="checkbox"] {
    width: 19px;
    height: 15px;
  }

  .webform-submission-form .form-type-checkbox {
    gap: 12px;
  }
}

@media (max-width: 576px) {
  .wr_request {
    padding: 40px 0;
  }

  #block-vesta-theme-svyazatsyasnami .block-title {
    font-size: 22px;
    line-height: 30px;
  }

  #block-vesta-theme-svyazatsyasnami .field--name-body p {
    font-size: 13px;
  }

  .webform-submission-form .form-item input {
    font-size: 14px;
    padding-bottom: 5px;
  }

  .webform-submission-form .form-type-checkbox {
    gap: 8px;
  }

  .webform-submission-form .form-type-checkbox .description {
    max-width: 94%;
    text-align: left;
  }

  .webform-submission-form .webform-button--submit {
    font-size: 12px;
    padding: 10px 30px;
    max-width: 260px;
  }

  .webform-submission-form .form-type-checkbox input[type="checkbox"] {
    width: 13px;
    height: 13px;
  }

  .webform-submission-form .form-type-checkbox {
    /* gap: 5px; */
  }
}

@media (max-width: 360px) {
  .wr_request {
    padding: 30px 0;
  }

  #block-vesta-theme-svyazatsyasnami .block-title {
    font-size: 20px;
    line-height: 28px;
  }

  #block-vesta-theme-svyazatsyasnami .field--name-body p {
    font-size: 12px;
    line-height: 18px;
  }

  .webform-submission-form .form-item input {
    font-size: 13px;
  }

  .webform-submission-form .form-type-checkbox {
    /* flex-direction: column; */
    /* align-items: flex-start; */
  }

  .webform-submission-form .webform-button--submit {
    padding: 8px 25px;
    max-width: 240px;
  }

  .webform-submission-form .form-type-checkbox input[type="checkbox"] {
    width: 12px;
    /* height: 13px; */
  }

  .webform-submission-form .form-type-checkbox {
    gap: 5px;
  }
}
/* КОНЕЦ СВЯЗИ */

/* О НАС */
.wr_about {
  background-image: url("/sites/all/themes/vesta_theme/image/background/About.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
}

.wr_about .about-wrapper {
  display: flex;
  margin-bottom: 41px;
  box-sizing: border-box;
  align-items: flex-start;
  gap: 30px;
  justify-content: space-between;
  padding: 30px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0px 10px 40px -10px rgba(11, 61, 97, 0.08);
  border-radius: 2px;
}

.wr_about .about-text {
  flex: 1;
  max-width: 510px;
}

.wr_about .about-image {
  flex: 1;
  max-width: 600px;
  position: relative;
}

.wr_about .field--name-node-title h2 {
  color: #00355b;
  margin-bottom: 20px;
  font-size: 27px;
  line-height: 40px;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Cormorant Garamond";
}

.wr_about .field--name-body {
  font-size: 16px;
  line-height: 22px;
  color: #366281;
  margin-bottom: 20px;
}

.wr_about .field--name-field-podrobnee a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #00355b;
  text-decoration: none;
  text-underline-offset: 2px;
}

.wr_about .field--name-field-podrobnee a::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(12px);
  border-radius: 30px;
  background-image: url("/sites/all/themes/vesta_theme/image/icons/Arrow 2.svg");
  background-size: 11px 5px;
  background-repeat: no-repeat;
  background-position: center;
  transition:
    background-color 0.2s,
    background-image 0.2s;
}

.wr_about .field--name-field-podrobnee a:hover::after {
  background-color: #38716c;
  background-image: url("/sites/all/themes/vesta_theme/image/icons/Arrow.svg");
}

.wr_about .field--name-field-izobrazhenie-o-kompanii img {
  max-width: 570px;
  height: 100%;
  border-radius: 2px;
}

.wr_about .field--name-field-opyt-kompanii {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  position: absolute;
  width: 102px;
  height: 102px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #ffffff;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(12px);
  border-radius: 152px;
  font-weight: bold;
  right: 89%;
  top: 85%;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #38716c;
}

.wr_about .field--name-field-opyt-kompanii strong {
  font-weight: 700;
  font-size: 30px;
  line-height: 28px;
}

.wr_about .field--name-field-dostoinstva {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
}

.wr_about .field--name-field-dostoinstva .field__item {
  max-width: 370px;
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wr_about .field--name-field-dostoinstva .paragraph {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 300px;
  padding: 30px 40px;
  gap: 15px;
  border: 1px solid #ffffff;
  box-shadow: 0px 10px 40px -10px rgba(11, 61, 97, 0.08);
  border-radius: 2px;
  background: transparent;
}

.wr_about .field--name-field-dostoinstva .field__item:nth-child(1) .paragraph,
.wr_about .field--name-field-dostoinstva .field__item:nth-child(3) .paragraph {
  padding-bottom: 70px;
}

.wr_about
  .field--name-field-dostoinstva
  .field__item:nth-child(1)
  .paragraph::after,
.wr_about
  .field--name-field-dostoinstva
  .field__item:nth-child(3)
  .paragraph::after {
  content: "";
  position: absolute;
  bottom: 41px;
  left: 50%;
  transform: translateX(-50%);
  width: 151px;
  height: 10px;
  z-index: 1;
  background-image: url("/sites/all/themes/vesta_theme/image/icons/Element.svg");
  background-repeat: no-repeat;
  filter: brightness(5);
  background-position: center;
  background-size: contain;
}

.wr_about .field--name-field-ikonka img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.wr_about .field--name-field-zagolovok {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  max-width: 220px !important;
  text-align: center;
  color: #00355b;
}

.wr_about .field--name-field-opisanie {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #366281;
}

.wr_about .field--name-field-dostoinstva .splide__slide {
  flex-shrink: 0;
}

.wr_about .field--name-field-dostoinstva .splide {
  position: relative;
}

.wr_about .field--name-field-dostoinstva .splide__arrow::after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background-image: url("/sites/all/themes/vesta_theme/image/icons/Arrow Right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  transition: transform 0.2s;
}

.wr_about .field--name-field-dostoinstva .splide__arrow--prev::after {
  transform: rotate(180deg);
}

.wr_about .field--name-field-dostoinstva .splide__arrow--next::after {
  transform: rotate(0deg);
}

.wr_about .field--name-field-dostoinstva .splide__arrow svg {
  display: none;
}

@media (max-width: 1399px) {
  .wr_about .about-text {
    max-width: 470px;
  }

  .wr_about .about-image {
    max-width: 540px;
  }

  .wr_about .field--name-field-izobrazhenie-o-kompanii img {
    max-width: 100%;
  }

  .wr_about .field--name-field-opyt-kompanii {
    width: 90px;
    height: 90px;
    right: 85%;
    top: 82%;
  }

  .wr_about .field--name-field-opyt-kompanii strong {
    font-size: 26px;
  }
}

@media (max-width: 1199px) {
  .wr_about {
    padding: 50px 0;
  }

  .wr_about .about-wrapper {
    padding: 25px;
    gap: 25px;
  }

  .wr_about .about-text {
    max-width: 420px;
  }

  .wr_about .field--name-node-title h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .wr_about .field--name-body {
    font-size: 15px;
    text-align: left;
  }

  .wr_about .field--name-field-podrobnee a {
    font-size: 15px;
  }

  .wr_about .field--name-field-opyt-kompanii {
    width: 80px;
    height: 80px;
    font-size: 12px;
  }

  .wr_about .field--name-field-opyt-kompanii strong {
    font-size: 25px;
  }

  .wr_about .field--name-field-dostoinstva {
    gap: 20px;
  }

  .wr_about .field--name-field-dostoinstva .paragraph {
    padding: 20px 25px;
  }
}

@media (max-width: 991px) {
  .wr_about {
    padding: 40px 0 50px;
  }

  .wr_about .about-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 25px;
  }

  .wr_about .about-text {
    max-width: 100%;
    text-align: center;
  }

  .wr_about .field--name-node-title h2 {
    text-align: center;
  }

  .wr_about .field--name-field-podrobnee {
    text-align: right;
  }

  .wr_about .field--name-field-podrobnee a {
    justify-content: flex-end;
  }

  .wr_about .about-image {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .wr_about .field--name-field-opyt-kompanii {
    width: 90px;
    height: 90px;
    top: 87%;
    left: -30px;
    transform: none;
    font-size: 14px;
  }

  .wr_about .field--name-body {
    font-size: 16px;
  }

  .wr_about .field--name-field-dostoinstva {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .wr_about .field--name-field-dostoinstva .splide {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .wr_about .field--name-field-dostoinstva .splide__list {
    display: flex;
  }

  .wr_about .field--name-field-dostoinstva .splide__slide {
    margin: 0 !important;
    width: 50% !important;
    flex-shrink: 0;
    padding: 0 30px;
    box-sizing: border-box;
  }

  .wr_about .field--name-field-dostoinstva .splide__arrows {
    position: absolute;
    top: 102%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
  }

  .wr_about .field--name-field-dostoinstva .splide__arrow {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 40px;
    backdrop-filter: blur(12px);
    cursor: pointer;
    pointer-events: auto;
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .wr_about .field--name-field-dostoinstva .splide__arrow::after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    background-image: url("/sites/all/themes/vesta_theme/image/icons/Arrow Right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
  }

  .wr_about .field--name-field-dostoinstva .splide__arrow--prev::after {
    transform: rotate(180deg);
  }

  .wr_about .field--name-field-dostoinstva .splide__arrow--next::after {
    transform: rotate(0deg);
  }

  .wr_about .field--name-field-dostoinstva .splide__arrow svg {
    display: none;
  }

  .wr_about .field--name-field-dostoinstva .splide__pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    position: relative;
    top: 4%;
    bottom: auto;
  }

  .wr_about .field--name-field-dostoinstva .splide__pagination__page {
    width: 16px;
    height: 5px;
    background: rgba(56, 113, 108, 0.1);
    border-radius: 4px;
    border: none;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    transition: width 0.3s ease;
  }

  .wr_about .field--name-field-dostoinstva .splide__pagination__page.is-active {
    width: 36px;
    background: #38716c;
  }

  .wr_about
    .field--name-field-dostoinstva
    .splide__slide:nth-child(2)
    .paragraph::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .wr_about .about-wrapper {
    padding: 20px;
  }

  .wr_about .field--name-node-title h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .wr_about .field--name-field-dostoinstva .splide__slide {
    padding: 0 15px;
  }

  .wr_about .field--name-field-podrobnee a {
    font-size: 14px;
  }

  .wr_about .field--name-field-podrobnee a::after {
    width: 32px;
    height: 32px;
    background-size: 9px 4px;
  }

  .wr_about .field--name-field-opyt-kompanii {
    width: 80px;
    height: 80px;
    font-size: 12px;

    strong {
      font-size: 20px;
    }
  }

  .wr_about .field--name-field-dostoinstva .splide__slide {
    width: 50%;
  }

  .wr_about .field--name-field-dostoinstva .splide__arrow {
    width: 36px;
    height: 36px;
  }

  .wr_about .field--name-field-izobrazhenie-o-kompanii img {
    max-width: 480px;
    height: auto;
    width: 100%;
  }

  .wr_about .field--name-field-opyt-kompanii {
    width: 90px;
    height: 90px;
    font-size: 13px;
    top: 84%;
  }

  .wr_about .field--name-field-opyt-kompanii strong {
    font-size: 25px;
  }

  .wr_about
    .field--name-field-dostoinstva
    .field__item:nth-child(1)
    .paragraph::after,
  .wr_about
    .field--name-field-dostoinstva
    .field__item:nth-child(3)
    .paragraph::after {
    bottom: 4%;
  }
}

@media (max-width: 576px) {
  .wr_about .about-wrapper {
    padding: 15px;
  }

  .wr_about .field--name-node-title h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .wr_about .field--name-field-podrobnee a::after {
    width: 30px;
    height: 30px;
    background-size: 8px 4px;
  }

  .wr_about .field--name-field-opyt-kompanii {
    width: 70px;
    height: 70px;

    strong {
      font-size: 18px;
    }
  }

  .wr_about .field--name-field-dostoinstva .splide__slide {
    padding: 0;
    width: 100% !important;
    display: flex;
    justify-content: center;
  }

  .wr_about .field--name-field-dostoinstva .field__item {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }

  .wr_about .field--name-field-dostoinstva .splide__arrow {
    width: 32px;
    height: 32px;
  }

  .wr_about .field--name-field-dostoinstva .splide__arrow::after {
    width: 4px;
    height: 8px;
  }

  .wr_about .field--name-field-izobrazhenie-o-kompanii img {
    max-width: 400px;
    width: 100%;
  }

  .wr_about .about-image {
    margin-bottom: 40px;
  }

  .wr_about .field--name-field-opyt-kompanii {
    width: 98px;
    height: 98px;
    right: 17px;
    bottom: -45px;
    left: auto;
    top: auto;
    transform: none;
    font-size: 14px;
  }

  .wr_about .field--name-field-opyt-kompanii strong {
    font-size: 30px;
  }

  .wr_about
    .field--name-field-dostoinstva
    .field__item:nth-child(1)
    .paragraph::after,
  .wr_about
    .field--name-field-dostoinstva
    .field__item:nth-child(3)
    .paragraph::after {
    bottom: 41px;
  }
  .wr_about .splide__arrows {
    left: 0;
    right: 0;
    width: 100%;
  }
  .wr_about .splide__arrow--prev {
    left: 0;
  }
  .wr_about .splide__arrow--next {
    right: 0;
  }
}

@media (max-width: 360px) {
  .wr_about .about-wrapper {
    padding: 10px;
  }

  .wr_about .field--name-node-title h2 {
    font-size: 18px;
    line-height: 40px;
  }

  .wr_about .field--name-body {
    font-size: 14px;
    line-height: 22px;
  }

  .wr_about .field--name-field-podrobnee a {
    font-size: 14px;
  }

  .wr_about .field--name-field-podrobnee a::after {
    width: 30px;
    height: 30px;
    background-size: 9px 7px;
  }

  .wr_about .field--name-field-dostoinstva .splide__slide {
    width: 100%;
  }

  .wr_about .field--name-field-dostoinstva .splide__arrow {
    width: 30px;
    height: 30px;
  }

  .wr_about .field--name-field-izobrazhenie-o-kompanii img {
    width: 302px;
    height: 190px;
    object-fit: cover;
    max-width: 100%;
  }
}
/* КОНЕЦ О НАС */

/* КАРТА */
.wr_map {
  width: 100%;
  position: relative;
}

.wr_map .container {
  max-width: 100%;
  padding: 0;
}
