@font-face {
  font-family: "Jost";
  src: url("/sites/all/themes/vesta_theme/font/Jost-Medium.woff2") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("/sites/all/themes/vesta_theme/font/Montserrat-Medium.woff") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("/sites/all/themes/vesta_theme/font/Montserrat-Bold.woff") format("truetype");
  font-style: normal;
  font-weight: 700;
}
html {
  font-family: Jost;
}
body {
  line-height: inherit;
  color: inherit;
  font-family: inherit;
}
.btn {
  display: inline-block;
  background: #031762;
  border-color: #031762;
  border-radius: 10px;
}
.btn:hover {
  background: black;
  border-color: black;
}
.btn:active {
  background-color: #315111;
}
.btn:first-child:active {
  background-color: #315111;
  border-color: #315111;
}
:root {
  --bs-body-line-height: 1.2;
  --bs-body-font-size: 16px;
}
.mb120 {
  margin-bottom: 50px;
}
@media (min-width: 576px) {
  .mb120 {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .mb120 {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .mb120 {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .mb120 {
    margin-bottom: 120px;
  }
}
.mt120 {
  margin-top: 50px;
}
@media (min-width: 576px) {
  .mt120 {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .mt120 {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .mt120 {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .mt120 {
    margin-top: 120px;
  }
}
#scrollToTop {
  width: 36px;
  height: 20px;
  background: none;
  text-indent: 0;
  font-size: 0;
  border: 0px;
  outline: 0px;
  display: flex;
  bottom: 50px;
  cursor: pointer;
  position: fixed;
  right: 50px;
  z-index: 10;
  transition: 0.2s;
  padding: 0;
}
@media (min-width: 1200px) {
  #scrollToTop {
    right: 60px;
    bottom: 97px;
  }
}
@media (min-width: 1600px) {
  #scrollToTop {
    right: 160px;
  }
}
.not-front .fos {
  margin-top: 50px;
}
@media (min-width: 576px) {
  .not-front .fos {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .not-front .fos {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .not-front .fos {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .not-front .fos {
    margin-top: 120px;
  }
}
.field--name-field-benefit {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  row-gap: 0px;
}
@media (min-width: 576px) {
  .field--name-field-benefit {
    row-gap: 10px;
  }
}
@media (min-width: 768px) {
  .field--name-field-benefit {
    row-gap: 10px;
  }
}
@media (min-width: 992px) {
  .field--name-field-benefit {
    row-gap: 10px;
  }
}
@media (min-width: 1200px) {
  .field--name-field-benefit {
    row-gap: 30px;
  }
}
.field--name-field-benefit > .field__item {
  flex: 0 0 100%;
  padding: 0 15px;
  display: flex;
}
@media (min-width: 768px) {
  .field--name-field-benefit > .field__item {
    flex: 0 0 50%;
  }
}
.field--name-field-benefit > .field__item .paragraph--type--benefits {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  width: 100%;
  gap: 7px;
  padding: 20px 15px 10px 15px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 160px;
}
@media (min-width: 361px) and (max-width: 430px) {
  .field--name-field-benefit > .field__item .paragraph--type--benefits {
    gap: 10px;
    padding: 20px 15px 10px 34px;
    min-height: 160px;
  }
}
@media (min-width: 430px) {
  .field--name-field-benefit > .field__item .paragraph--type--benefits {
    padding: 20px 15px 10px 62px;
  }
}
@media (min-width: 576px) {
  .field--name-field-benefit > .field__item .paragraph--type--benefits {
    gap: 12px;
    padding: 25px 20px 15px 70px;
    min-height: 180px;
  }
}
@media (min-width: 768px) {
  .field--name-field-benefit > .field__item .paragraph--type--benefits {
    gap: 15px;
    padding: 25px 25px 15px 25px;
    min-height: 200px;
  }
}
@media (min-width: 992px) {
  .field--name-field-benefit > .field__item .paragraph--type--benefits {
    gap: 20px;
    padding: 25px 26px 20px 26px;
    min-height: 210px;
  }
}
@media (min-width: 1200px) {
  .field--name-field-benefit > .field__item .paragraph--type--benefits {
    gap: 24px;
    padding: 24px 28px 26px 29px;
    min-height: 219px;
  }
}
.field--name-field-benefit > .field__item .paragraph--type--benefits .field--name-field-icon {
  justify-self: end;
}
.field--name-field-benefit > .field__item .paragraph--type--benefits .field--name-field-icon img {
  max-width: 35px;
}
@media (min-width: 576px) {
  .field--name-field-benefit > .field__item .paragraph--type--benefits .field--name-field-icon img {
    max-width: 40px;
  }
}
@media (min-width: 768px) {
  .field--name-field-benefit > .field__item .paragraph--type--benefits .field--name-field-icon img {
    max-width: 45px;
  }
}
@media (min-width: 992px) {
  .field--name-field-benefit > .field__item .paragraph--type--benefits .field--name-field-icon img {
    max-width: 48px;
  }
}
@media (min-width: 1200px) {
  .field--name-field-benefit > .field__item .paragraph--type--benefits .field--name-field-icon img {
    max-width: none;
  }
}
.field--name-field-benefit > .field__item .paragraph--type--benefits .field--name-field-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
}
@media (min-width: 576px) {
  .field--name-field-benefit > .field__item .paragraph--type--benefits .field--name-field-text {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .field--name-field-benefit > .field__item .paragraph--type--benefits .field--name-field-text {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .field--name-field-benefit > .field__item .paragraph--type--benefits .field--name-field-text {
    font-size: 19px;
    line-height: 1.15;
  }
}
@media (min-width: 1200px) {
  .field--name-field-benefit > .field__item .paragraph--type--benefits .field--name-field-text {
    font-size: 20px;
    line-height: 1.11005;
  }
}
.field--name-field-benefit .field__item:nth-child(1) .paragraph--type--benefits,
.field--name-field-benefit .field__item:nth-child(4) .paragraph--type--benefits {
  background-image: url("data:image/svg+xml,%3csvg width='350' height='160' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
  width: 100%;
}
@media (min-width: 361px) and (max-width: 575px) {
  .field--name-field-benefit .field__item:nth-child(1) .paragraph--type--benefits,
  .field--name-field-benefit .field__item:nth-child(4) .paragraph--type--benefits {
    background-image: url("data:image/svg+xml,%3csvg width='400' height='160' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H100.5L0 65.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
  }
}
@media (min-width: 576px) {
  .field--name-field-benefit .field__item:nth-child(1) .paragraph--type--benefits,
  .field--name-field-benefit .field__item:nth-child(4) .paragraph--type--benefits {
    background-image: url("data:image/svg+xml,%3csvg width='450' height='180' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
  }
}
@media (min-width: 768px) {
  .field--name-field-benefit .field__item:nth-child(1) .paragraph--type--benefits,
  .field--name-field-benefit .field__item:nth-child(4) .paragraph--type--benefits {
    background-image: url("data:image/svg+xml,%3csvg width='520' height='200' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
  }
}
@media (min-width: 992px) {
  .field--name-field-benefit .field__item:nth-child(1) .paragraph--type--benefits,
  .field--name-field-benefit .field__item:nth-child(4) .paragraph--type--benefits {
    background-image: url("data:image/svg+xml,%3csvg width='550' height='210' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
  }
}
@media (min-width: 1200px) {
  .field--name-field-benefit .field__item:nth-child(1) .paragraph--type--benefits,
  .field--name-field-benefit .field__item:nth-child(4) .paragraph--type--benefits {
    background-image: url("data:image/svg+xml,%3csvg width='570' height='219' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
  }
}
.field--name-field-benefit .field__item:nth-child(1) .paragraph--type--benefits .field--name-field-text,
.field--name-field-benefit .field__item:nth-child(4) .paragraph--type--benefits .field--name-field-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  max-width: 100%;
}
@media (min-width: 361px) and (max-width: 575px) {
  .field--name-field-benefit .field__item:nth-child(1) .paragraph--type--benefits .field--name-field-text,
  .field--name-field-benefit .field__item:nth-child(4) .paragraph--type--benefits .field--name-field-text {
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .field--name-field-benefit .field__item:nth-child(1) .paragraph--type--benefits .field--name-field-text,
  .field--name-field-benefit .field__item:nth-child(4) .paragraph--type--benefits .field--name-field-text {
    font-size: 18px;
    line-height: 1.2;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .field--name-field-benefit .field__item:nth-child(1) .paragraph--type--benefits .field--name-field-text,
  .field--name-field-benefit .field__item:nth-child(4) .paragraph--type--benefits .field--name-field-text {
    font-size: 18px;
    line-height: 1.2;
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .field--name-field-benefit .field__item:nth-child(1) .paragraph--type--benefits .field--name-field-text,
  .field--name-field-benefit .field__item:nth-child(4) .paragraph--type--benefits .field--name-field-text {
    font-size: 19px;
    line-height: 1.15;
    max-width: 330px;
  }
}
@media (min-width: 1200px) {
  .field--name-field-benefit .field__item:nth-child(1) .paragraph--type--benefits .field--name-field-text,
  .field--name-field-benefit .field__item:nth-child(4) .paragraph--type--benefits .field--name-field-text {
    font-size: 20px;
    line-height: 1.11005;
    max-width: 367px;
  }
}
.field--name-field-benefit .field__item:nth-child(2) .paragraph--type--benefits,
.field--name-field-benefit .field__item:nth-child(3) .paragraph--type--benefits {
  background-image: url("data:image/svg+xml,%3csvg width='350' height='160' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23EBEBEB' /%3e%3c/svg%3e");
}
@media (min-width: 361px) and (max-width: 575px) {
  .field--name-field-benefit .field__item:nth-child(2) .paragraph--type--benefits,
  .field--name-field-benefit .field__item:nth-child(3) .paragraph--type--benefits {
    background-image: url("data:image/svg+xml,%3csvg width='400' height='160' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23EBEBEB' /%3e%3c/svg%3e");
  }
}
@media (min-width: 576px) {
  .field--name-field-benefit .field__item:nth-child(2) .paragraph--type--benefits,
  .field--name-field-benefit .field__item:nth-child(3) .paragraph--type--benefits {
    background-image: url("data:image/svg+xml,%3csvg width='450' height='180' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23EBEBEB' /%3e%3c/svg%3e");
  }
}
@media (min-width: 768px) {
  .field--name-field-benefit .field__item:nth-child(2) .paragraph--type--benefits,
  .field--name-field-benefit .field__item:nth-child(3) .paragraph--type--benefits {
    background-image: url("data:image/svg+xml,%3csvg width='520' height='200' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23EBEBEB' /%3e%3c/svg%3e");
  }
}
@media (min-width: 992px) {
  .field--name-field-benefit .field__item:nth-child(2) .paragraph--type--benefits,
  .field--name-field-benefit .field__item:nth-child(3) .paragraph--type--benefits {
    background-image: url("data:image/svg+xml,%3csvg width='550' height='210' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23EBEBEB' /%3e%3c/svg%3e");
  }
}
@media (min-width: 1200px) {
  .field--name-field-benefit .field__item:nth-child(2) .paragraph--type--benefits,
  .field--name-field-benefit .field__item:nth-child(3) .paragraph--type--benefits {
    background-image: url("data:image/svg+xml,%3csvg width='570' height='219' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23EBEBEB' /%3e%3c/svg%3e");
  }
}
.field--name-field-benefit .field__item:nth-child(2) .paragraph--type--benefits .field--name-field-text,
.field--name-field-benefit .field__item:nth-child(3) .paragraph--type--benefits .field--name-field-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #1e1e1e;
  max-width: 100%;
}
@media (min-width: 361px) and (max-width: 575px) {
  .field--name-field-benefit .field__item:nth-child(2) .paragraph--type--benefits .field--name-field-text,
  .field--name-field-benefit .field__item:nth-child(3) .paragraph--type--benefits .field--name-field-text {
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .field--name-field-benefit .field__item:nth-child(2) .paragraph--type--benefits .field--name-field-text,
  .field--name-field-benefit .field__item:nth-child(3) .paragraph--type--benefits .field--name-field-text {
    font-size: 18px;
    line-height: 1.2;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .field--name-field-benefit .field__item:nth-child(2) .paragraph--type--benefits .field--name-field-text,
  .field--name-field-benefit .field__item:nth-child(3) .paragraph--type--benefits .field--name-field-text {
    font-size: 18px;
    line-height: 1.2;
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .field--name-field-benefit .field__item:nth-child(2) .paragraph--type--benefits .field--name-field-text,
  .field--name-field-benefit .field__item:nth-child(3) .paragraph--type--benefits .field--name-field-text {
    font-size: 19px;
    line-height: 1.15;
    max-width: 330px;
  }
}
@media (min-width: 1200px) {
  .field--name-field-benefit .field__item:nth-child(2) .paragraph--type--benefits .field--name-field-text,
  .field--name-field-benefit .field__item:nth-child(3) .paragraph--type--benefits .field--name-field-text {
    font-size: 20px;
    line-height: 1.11005;
    max-width: 367px;
  }
}
.field--name-field-benefit .field__item:nth-child(1) .paragraph--type--benefits {
  gap: 17px;
  background-image: url("data:image/svg+xml,%3csvg width='350' height='160' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H102.5L0 85.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
}
@media (min-width: 361px) and (max-width: 575px) {
  .field--name-field-benefit .field__item:nth-child(1) .paragraph--type--benefits {
    gap: 10px;
    background-image: url("data:image/svg+xml,%3csvg width='400' height='160' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
  }
}
@media (min-width: 576px) {
  .field--name-field-benefit .field__item:nth-child(1) .paragraph--type--benefits {
    gap: 7px;
    background-image: url("data:image/svg+xml,%3csvg width='450' height='180' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
  }
}
@media (min-width: 768px) {
  .field--name-field-benefit .field__item:nth-child(1) .paragraph--type--benefits {
    gap: 15px;
    background-image: url("data:image/svg+xml,%3csvg width='500' height='200' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
  }
}
@media (min-width: 992px) {
  .field--name-field-benefit .field__item:nth-child(1) .paragraph--type--benefits {
    gap: 20px;
    background-image: url("data:image/svg+xml,%3csvg width='530' height='210' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
  }
}
@media (min-width: 1200px) {
  .field--name-field-benefit .field__item:nth-child(1) .paragraph--type--benefits {
    gap: 24px;
    background-image: url("data:image/svg+xml,%3csvg width='570' height='219' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
  }
}
.field--name-field-benefit .field__item:nth-child(1) .paragraph--type--benefits .field--name-field-text {
  max-width: 100%;
}
@media (min-width: 361px) and (max-width: 575px) {
  .field--name-field-benefit .field__item:nth-child(1) .paragraph--type--benefits .field--name-field-text {
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .field--name-field-benefit .field__item:nth-child(1) .paragraph--type--benefits .field--name-field-text {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .field--name-field-benefit .field__item:nth-child(1) .paragraph--type--benefits .field--name-field-text {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .field--name-field-benefit .field__item:nth-child(1) .paragraph--type--benefits .field--name-field-text {
    max-width: 330px;
  }
}
@media (min-width: 1200px) {
  .field--name-field-benefit .field__item:nth-child(1) .paragraph--type--benefits .field--name-field-text {
    max-width: 367px;
  }
}
.field--name-field-benefit .field__item:nth-child(2) .paragraph--type--benefits {
  gap: 12px;
  background-image: url("data:image/svg+xml,%3csvg width='350' height='160' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M569.5 0.5V109.253L427.33 218.5H0.5V109.746L142.67 0.5H569.5Z' fill='white' stroke='%231E1E1E' /%3e%3c/svg%3e");
  background-size: contain;
}
@media (min-width: 361px) and (max-width: 575px) {
  .field--name-field-benefit .field__item:nth-child(2) .paragraph--type--benefits {
    gap: 10px;
    background-image: url("data:image/svg+xml,%3csvg width='400' height='160' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M569.5 0.5V140.253L470.33 218.5H0.5V109.746L142.67 0.5H569.5Z' fill='white' stroke='%231E1E1E' /%3e%3c/svg%3e");
  }
}
@media (min-width: 423px) {
  .field--name-field-benefit .field__item:nth-child(2) .paragraph--type--benefits {
    background-size: cover;
  }
}
@media (min-width: 576px) {
  .field--name-field-benefit .field__item:nth-child(2) .paragraph--type--benefits {
    gap: 7px;
    background-image: url("data:image/svg+xml,%3csvg width='516' height='180' viewBox='0 0 516 180' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M515.5 0.41V89.8L336 179.5H0.45V90.2L180 0.41H515.5Z' fill='white' stroke='%231E1E1E' /%3e%3c/svg%3e");
  }
}
@media (min-width: 768px) {
  .field--name-field-benefit .field__item:nth-child(2) .paragraph--type--benefits {
    gap: 15px;
    background-image: url("data:image/svg+xml,%3csvg width='570' height='219' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M569.5 0.5V109.253L427.33 218.5H0.5V109.746L142.67 0.5H569.5Z' fill='white' stroke='%231E1E1E' /%3e%3c/svg%3e");
    border-right: 1px solid black;
  }
}
@media (min-width: 992px) {
  .field--name-field-benefit .field__item:nth-child(2) .paragraph--type--benefits {
    gap: 20px;
    border: none;
    position: relative;
  }
  .field--name-field-benefit .field__item:nth-child(2) .paragraph--type--benefits::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 177px;
    background: black;
  }
}
@media (min-width: 1200px) {
  .field--name-field-benefit .field__item:nth-child(2) .paragraph--type--benefits {
    gap: 24px;
    background-size: contain;
  }
  .field--name-field-benefit .field__item:nth-child(2) .paragraph--type--benefits::after {
    display: none;
  }
}
.field--name-field-benefit .field__item:nth-child(3) .paragraph--type--benefits {
  gap: 27px;
}
@media (min-width: 361px) and (max-width: 575px) {
  .field--name-field-benefit .field__item:nth-child(3) .paragraph--type--benefits {
    gap: 10px;
  }
}
@media (min-width: 576px) {
  .field--name-field-benefit .field__item:nth-child(3) .paragraph--type--benefits {
    gap: 7px;
  }
}
@media (min-width: 768px) {
  .field--name-field-benefit .field__item:nth-child(3) .paragraph--type--benefits {
    gap: 36px;
  }
}
@media (min-width: 992px) {
  .field--name-field-benefit .field__item:nth-child(3) .paragraph--type--benefits {
    gap: 36px;
  }
}
@media (min-width: 1200px) {
  .field--name-field-benefit .field__item:nth-child(3) .paragraph--type--benefits {
    gap: 24px;
  }
}
.field--name-field-benefit .field__item:nth-child(4) .paragraph--type--benefits {
  background-image: url("data:image/svg+xml,%3csvg width='350' height='160' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H102.5L0 80.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
  width: 100%;
}
@media (min-width: 361px) and (max-width: 575px) {
  .field--name-field-benefit .field__item:nth-child(4) .paragraph--type--benefits {
    background-image: url("data:image/svg+xml,%3csvg width='400' height='160' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
  }
}
@media (min-width: 576px) {
  .field--name-field-benefit .field__item:nth-child(4) .paragraph--type--benefits {
    background-image: url("data:image/svg+xml,%3csvg width='450' height='180' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
  }
}
@media (min-width: 768px) {
  .field--name-field-benefit .field__item:nth-child(4) .paragraph--type--benefits {
    background-image: url("data:image/svg+xml,%3csvg width='520' height='200' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
  }
}
@media (min-width: 992px) {
  .field--name-field-benefit .field__item:nth-child(4) .paragraph--type--benefits {
    background-image: url("data:image/svg+xml,%3csvg width='550' height='210' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
  }
}
@media (min-width: 1200px) {
  .field--name-field-benefit .field__item:nth-child(4) .paragraph--type--benefits {
    background-image: url("data:image/svg+xml,%3csvg width='570' height='219' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
  }
}
.field--name-field-benefit .field__item:nth-child(4) .paragraph--type--benefits .field--name-field-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  max-width: 100%;
}
@media (min-width: 361px) and (max-width: 575px) {
  .field--name-field-benefit .field__item:nth-child(4) .paragraph--type--benefits .field--name-field-text {
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .field--name-field-benefit .field__item:nth-child(4) .paragraph--type--benefits .field--name-field-text {
    font-size: 18px;
    line-height: 1.2;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .field--name-field-benefit .field__item:nth-child(4) .paragraph--type--benefits .field--name-field-text {
    font-size: 18px;
    line-height: 1.2;
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .field--name-field-benefit .field__item:nth-child(4) .paragraph--type--benefits .field--name-field-text {
    font-size: 19px;
    line-height: 1.15;
    max-width: 330px;
  }
}
@media (min-width: 1200px) {
  .field--name-field-benefit .field__item:nth-child(4) .paragraph--type--benefits .field--name-field-text {
    font-size: 20px;
    line-height: 1.11005;
    max-width: 367px;
  }
}
/*
.field--name-field-benefit {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  row-gap: 10px;
  @media (min-width: 576px) {
    row-gap: 10px;
  }
  @media (min-width: @mobile-lg) {
    row-gap: 10px;
  }
  @media (min-width: @tablet) {
    row-gap: 10px;
  }
  @media (min-width: @desktop) {
    row-gap: 30px;
  }

  > .field__item {
    flex: 0 0 100%;
    padding: 0 15px;
    display: flex;
    @media (min-width: @mobile-lg) {
      flex: 0 0 50%;
    }

    .paragraph--type--benefits {
      display: grid;
      grid-template-rows: auto 1fr;
      height: 100%;
      width: 100%;
      gap: 7px;
      padding: 20px 15px 10px 15px;
      background-repeat: no-repeat;
      background-size: cover;
      min-height: 160px;
      @media (min-width: 576px) {
        gap: 12px;
        padding: 25px 20px 15px 70px;
        min-height: 180px;
      }
      @media (min-width: @mobile-lg) {
        gap: 15px;
        padding: 25px 25px 15px 25px;
        min-height: 200px;
      }
      @media (min-width: @tablet) {
        gap: 20px;
        padding: 25px 26px 20px 26px;
        min-height: 210px;
      }
      @media (min-width: @desktop) {
        gap: 24px;
        padding: 24px 28px 26px 29px;
        min-height: 219px;
      }

      .field--name-field-icon {
        justify-self: end;
        img {
          max-width: 35px;
          @media (min-width: 576px) {
            max-width: 40px;
          }
          @media (min-width: @mobile-lg) {
            max-width: 45px;
          }
          @media (min-width: @tablet) {
            max-width: 48px;
          }
          @media (min-width: @desktop) {
            max-width: none;
          }
        }
      }

      .field--name-field-text {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.2;
        @media (min-width: 576px) {
          font-size: 18px;
          line-height: 1.2;
        }
        @media (min-width: @mobile-lg) {
          font-size: 18px;
          line-height: 1.2;
        }
        @media (min-width: @tablet) {
          font-size: 19px;
          line-height: 1.15;
        }
        @media (min-width: @desktop) {
          font-size: 20px;
          line-height: 1.11005;
        }
      }
    }
  }

  .field__item:nth-child(1),
  .field__item:nth-child(4) {
    .paragraph--type--benefits {
      background-image: url("data:image/svg+xml,%3csvg width='350' height='160' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
      width: 100%;
      @media (min-width: 576px) {
        background-image: url("data:image/svg+xml,%3csvg width='450' height='180' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
      }
      @media (min-width: @mobile-lg) {
        background-image: url("data:image/svg+xml,%3csvg width='520' height='200' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
      }
      @media (min-width: @tablet) {
        background-image: url("data:image/svg+xml,%3csvg width='550' height='210' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
      }
      @media (min-width: @desktop) {
        background-image: url("data:image/svg+xml,%3csvg width='570' height='219' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
      }

      .field--name-field-text {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.2;
        color: #fff;
        max-width: 100%;
        @media (min-width: 576px) {
          font-size: 18px;
          line-height: 1.2;
          max-width: 100%;
        }
        @media (min-width: @mobile-lg) {
          font-size: 18px;
          line-height: 1.2;
          max-width: 300px;
        }
        @media (min-width: @tablet) {
          font-size: 19px;
          line-height: 1.15;
          max-width: 330px;
        }
        @media (min-width: @desktop) {
          font-size: 20px;
          line-height: 1.11005;
          max-width: 367px;
        }
      }
    }
  }

  .field__item:nth-child(2),
  .field__item:nth-child(3) {
    .paragraph--type--benefits {
      background-image: url("data:image/svg+xml,%3csvg width='350' height='160' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23EBEBEB' /%3e%3c/svg%3e");
      @media (min-width: 576px) {
        background-image: url("data:image/svg+xml,%3csvg width='450' height='180' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23EBEBEB' /%3e%3c/svg%3e");
      }
      @media (min-width: @mobile-lg) {
        background-image: url("data:image/svg+xml,%3csvg width='520' height='200' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23EBEBEB' /%3e%3c/svg%3e");
      }
      @media (min-width: @tablet) {
        background-image: url("data:image/svg+xml,%3csvg width='550' height='210' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23EBEBEB' /%3e%3c/svg%3e");
      }
      @media (min-width: @desktop) {
        background-image: url("data:image/svg+xml,%3csvg width='570' height='219' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23EBEBEB' /%3e%3c/svg%3e");
      }

      .field--name-field-text {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.2;
        color: #1e1e1e;
        max-width: 100%;
        @media (min-width: 576px) {
          font-size: 18px;
          line-height: 1.2;
          max-width: 100%;
        }
        @media (min-width: @mobile-lg) {
          font-size: 18px;
          line-height: 1.2;
          max-width: 300px;
        }
        @media (min-width: @tablet) {
          font-size: 19px;
          line-height: 1.15;
          max-width: 330px;
        }
        @media (min-width: @desktop) {
          font-size: 20px;
          line-height: 1.11005;
          max-width: 367px;
        }
      }
    }
  }

  .field__item:nth-child(1) {
    .paragraph--type--benefits {
      background-image: url("data:image/svg+xml,%3csvg width='350' height='160' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
      gap: 17px;
      @media (min-width: 576px) {
        gap: 7px;
        background-image: url("data:image/svg+xml,%3csvg width='450' height='180' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
      }
      @media (min-width: @mobile-lg) {
        gap: 15px;
        background-image: url("data:image/svg+xml,%3csvg width='500' height='200' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
      }
      @media (min-width: @tablet) {
        gap: 20px;
        background-image: url("data:image/svg+xml,%3csvg width='530' height='210' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
      }
      @media (min-width: @desktop) {
        gap: 24px;
        background-image: url("data:image/svg+xml,%3csvg width='460' height='219' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
      }

      .field--name-field-text {
        max-width: 100%;
        @media (min-width: 576px) {
          max-width: 280px;
        }
        @media (min-width: @mobile-lg) {
          max-width: 300px;
        }
        @media (min-width: @tablet) {
          max-width: 330px;
        }
        @media (min-width: @desktop) {
          max-width: 367px;
        }
      }
    }
  }

  .field__item:nth-child(2) {
    .paragraph--type--benefits {
      gap: 22px;
      background-image: url("data:image/svg+xml,%3csvg width='350' height='160' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M569.5 0.5V109.253L427.33 218.5H0.5V109.746L142.67 0.5H569.5Z' fill='white' stroke='%231E1E1E' /%3e%3c/svg%3e");
      @media (min-width: 576px) {
        gap: 7px;
        background-image: url("data:image/svg+xml,%3csvg width='550' height='180' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M569.5 0.5V109.253L427.33 218.5H0.5V109.746L142.67 0.5H569.5Z' fill='white' stroke='%231E1E1E' /%3e%3c/svg%3e");
      }
      @media (min-width: @mobile-lg) {
        gap: 15px;
        background-image: url("data:image/svg+xml,%3csvg width='570' height='219' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M569.5 0.5V109.253L427.33 218.5H0.5V109.746L142.67 0.5H569.5Z' fill='white' stroke='%231E1E1E' /%3e%3c/svg%3e");
      }
      @media (min-width: @tablet) {
        gap: 20px;
      }
      @media (min-width: @desktop) {
        gap: 24px;
      }
    }
  }

  .field__item:nth-child(3) {
    .paragraph--type--benefits {
      gap: 27px;
      @media (min-width: 576px) {
        gap: 7px;
      }
      @media (min-width: @mobile-lg) {
        gap: 15px;
      }
      @media (min-width: @tablet) {
        gap: 20px;
      }
      @media (min-width: @desktop) {
        gap: 24px;
      }
    }
  }
}
*/
/*
.field--name-field-benefit {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  row-gap: 10px;
  @media (min-width: 1200px) {
      row-gap: 30px;
  }
  > .field__item {
      flex: 0 0 100%;
      padding: 0 15px;
      display: flex;
      @media (min-width: @mobile-lg) {
        flex: 0 0 50%;
      }
      .paragraph--type--benefits {
          display: grid;
          grid-template-rows: auto 1fr;
          height: 100%;
          width: 100%;
          gap: 7px;
          padding: 30px 28px 10px 29px;
          background-repeat: no-repeat;
          background-size: contain;
          min-height: 219px;
          @media (min-width: 1200px) {
              gap: 24px;
              padding: 24px 28px 26px 29px;
          }
          // Адаптивные стили для sm (576px - 767px)
          @media (min-width: 576px) and (max-width: 767px) {
              gap: 12px;
              padding: 25px 20px 15px 70px;
              min-height: 180px;
              background-size: cover;
          }
          // Адаптивные стили для md (768px - 991px)
          @media (min-width: 768px) and (max-width: 991px) {
              gap: 15px;
              padding: 25px 25px 15px 25px;
              min-height: 200px;
              background-size: cover;
          }
          // Адаптивные стили для lg (992px - 1199px)
          @media (min-width: 992px) and (max-width: 1199px) {
              gap: 20px;
              padding: 25px 26px 20px 26px;
              min-height: 210px;
              background-size: cover;
          }
          // Адаптивные стили для xs (max-width: 575px)
          @media (max-width: 575px) {
              gap: 10px;
              padding: 20px 15px 10px 15px;
              min-height: 160px;
              background-size: cover;
          }
          .field--name-field-icon {
              justify-self: end;
              img {
                  max-width: 50px;
                  @media (min-width: 1200px) {
                      max-width: none;
                  }
                  // Адаптив для иконок
                  @media (min-width: 576px) and (max-width: 767px) {
                      max-width: 40px;
                  }
                  @media (min-width: 768px) and (max-width: 991px) {
                      max-width: 45px;
                  }
                  @media (min-width: 992px) and (max-width: 1199px) {
                      max-width: 48px;
                  }
                  @media (max-width: 575px) {
                      max-width: 35px;
                  }
              }
          }
          .field--name-field-text {
              font-weight: 500;
              font-size: 20px;
              line-height: 1.11005;
              // Адаптив для текста
              @media (min-width: 576px) and (max-width: 767px) {
                  font-size: 18px;
                  line-height: 1.2;
              }
              @media (min-width: 768px) and (max-width: 991px) {
                  font-size: 18px;
                  line-height: 1.2;
              }
              @media (min-width: 992px) and (max-width: 1199px) {
                  font-size: 19px;
                  line-height: 1.15;
              }
              @media (max-width: 575px) {
                  font-size: 16px;
                  line-height: 1.2;
              }
          }
      }
  }
  .field__item:nth-child(1),
  .field__item:nth-child(4) {
      .paragraph--type--benefits {
          background-image: url("data:image/svg+xml,%3csvg width='460' height='219' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
          width: 100%;
          @media (min-width: 1200px) {
              background-image: url("data:image/svg+xml,%3csvg width='570' height='219' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
          }
          // Адаптив для background-image
          @media (min-width: 576px) and (max-width: 767px) {
              background-image: url("data:image/svg+xml,%3csvg width='450' height='180' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
          }
          @media (min-width: 768px) and (max-width: 991px) {
              background-image: url("data:image/svg+xml,%3csvg width='520' height='200' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
          }
          @media (min-width: 992px) and (max-width: 1199px) {
              background-image: url("data:image/svg+xml,%3csvg width='550' height='210' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
          }
          @media (max-width: 575px) {
              background-image: url("data:image/svg+xml,%3csvg width='350' height='160' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
          }
          .field--name-field-text {
              font-weight: 500;
              font-size: 20px;
              line-height: 1.11005;
              color: #fff;
              max-width: 367px;
              // Адаптив для max-width текста
              @media (min-width: 576px) and (max-width: 767px) {
                  max-width: 100%;
              }
              @media (min-width: 768px) and (max-width: 991px) {
                  max-width: 300px;
              }
              @media (min-width: 992px) and (max-width: 1199px) {
                  max-width: 330px;
              }
              @media (max-width: 575px) {
                  max-width: 100%;
                  font-size: 16px;
              }
          }
      }
  }
  .field__item:nth-child(2),
  .field__item:nth-child(3) {
      .paragraph--type--benefits {
          background-image: url("data:image/svg+xml,%3csvg width='460' height='219' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23EBEBEB' /%3e%3c/svg%3e");
          @media (min-width: 1200px) {
              background-image: url("data:image/svg+xml,%3csvg width='570' height='219' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23EBEBEB' /%3e%3c/svg%3e");
          }
          // Адаптив для background-image
          @media (min-width: 576px) and (max-width: 767px) {
              background-image: url("data:image/svg+xml,%3csvg width='450' height='180' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23EBEBEB' /%3e%3c/svg%3e");
          }
          @media (min-width: 768px) and (max-width: 991px) {
              background-image: url("data:image/svg+xml,%3csvg width='520' height='200' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23EBEBEB' /%3e%3c/svg%3e");
          }
          @media (min-width: 992px) and (max-width: 1199px) {
              background-image: url("data:image/svg+xml,%3csvg width='550' height='210' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23EBEBEB' /%3e%3c/svg%3e");
          }
          @media (max-width: 575px) {
              background-image: url("data:image/svg+xml,%3csvg width='350' height='160' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23EBEBEB' /%3e%3c/svg%3e");
          }
          .field--name-field-text {
              font-weight: 500;
              font-size: 20px;
              line-height: 1.11005;
              color: #1e1e1e;
              // Адаптив для max-width текста
              @media (min-width: 576px) and (max-width: 767px) {
                  max-width: 100%
              }
              @media (min-width: 768px) and (max-width: 991px) {
                  max-width: 300px;
              }
              @media (min-width: 992px) and (max-width: 1199px) {
                  max-width: 330px;
              }
              @media (max-width: 575px) {
                  max-width: 100%;
                  font-size: 16px;
              }
          }
      }
  }
  .field__item:nth-child(1) {
      .paragraph--type--benefits {
          background-image: url("data:image/svg+xml,%3csvg width='470' height='185' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
          gap: 17px;
          @media (min-width: 576px) {
            gap: 7px;
            
          }
          @media (min-width: 1200px) {
            gap: 24px;
          }
          @media (min-width: 1200px) {
              background-image: url("data:image/svg+xml,%3csvg width='460' height='219' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
          }
          // Адаптив для background-image
          @media (min-width: 576px) and (max-width: 767px) {
              background-image: url("data:image/svg+xml,%3csvg width='450' height='180' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
          }
          @media (min-width: 768px) and (max-width: 991px) {
              background-image: url("data:image/svg+xml,%3csvg width='500' height='200' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
          }
          @media (min-width: 992px) and (max-width: 1199px) {
              background-image: url("data:image/svg+xml,%3csvg width='530' height='210' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
          }
          @media (max-width: 575px) {
              background-image: url("data:image/svg+xml,%3csvg width='350' height='160' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
          }
          .field--name-field-text {
              max-width: 100%;
              // Адаптив для max-width
              @media (min-width: 576px) and (max-width: 767px) {
                  max-width: 280px;
              }
              @media (min-width: 768px) and (max-width: 991px) {
                  max-width: 300px;
              }
              @media (min-width: 992px) and (max-width: 1199px) {
                  max-width: 330px;
              }
              @media (max-width: 575px) {
                  max-width: 100%;
              }
          }
      }
  }
  .field__item:nth-child(2) {
      .paragraph--type--benefits {
       
          gap: 22px;
          @media (min-width: 576px) {
            gap: 7px;
          }
          background-image: url("data:image/svg+xml,%3csvg width='570' height='219' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M569.5 0.5V109.253L427.33 218.5H0.5V109.746L142.67 0.5H569.5Z' fill='white' stroke='%231E1E1E' /%3e%3c/svg%3e");
          // Адаптив для background-image
          @media (min-width: 576px) and (max-width: 767px) {
              background-image: url("data:image/svg+xml,%3csvg width='550' height='180' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M569.5 0.5V109.253L427.33 218.5H0.5V109.746L142.67 0.5H569.5Z' fill='white' stroke='%231E1E1E' /%3e%3c/svg%3e");
          }
      }
  }
  .field__item:nth-child(3){
    .paragraph--type--benefits {
       
      gap: 27px;
      @media (min-width: 576px) {
        gap: 7px;
      }
      @media (min-width: 1200px) {
        gap: 24px;
      }
    }
  }

}*/
.view-catalog.view-display-id-page .view-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  row-gap: 16px;
}
@media (min-width: 768px) {
  .view-catalog.view-display-id-page .view-content {
    row-gap: 30px;
    margin: 0 -15px;
  }
}
.view-catalog.view-display-id-page .view-content .views-row {
  flex: 0 0 50%;
  padding: 0 8px;
}
@media (min-width: 768px) {
  .view-catalog.view-display-id-page .view-content .views-row {
    padding: 0 15px;
  }
}
.view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog {
  position: relative;
}
.view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image {
  position: relative;
}
.view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #031762 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 285px;
  height: 285px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/triangle-catalog.png");
  z-index: -1;
  opacity: 0;
}
.view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image a {
  display: flex;
}
.view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image a img {
  width: 100%;
}
.view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
  position: absolute;
  right: 5px;
  top: 27px;
  left: 16px;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
    top: 31px;
    left: 24px;
  }
}
@media (min-width: 768px) {
  .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
    left: 37px;
  }
}
.view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title h2 {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.11005;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title h2 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title h2 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title h2 {
    font-size: 24px;
  }
}
.view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title h2 a {
  color: inherit;
  text-decoration: none;
}
.view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
  position: absolute;
  bottom: 15px;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
    bottom: 26px;
    width: 150px;
  }
}
.view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: blue;
  border: none;
  color: transparent;
  display: inline-block;
  text-align: center;
  z-index: 1;
  text-decoration: none;
  opacity: 0.9;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a {
    padding: 10.2px 38px 10.2px 38px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    border-radius: 0;
    background: transparent;
    opacity: 1;
    width: 100%;
  }
}
.view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: white;
  z-index: -1;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a::before {
    transform: translate(0%, 0%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    background-image: url("data:image/svg+xml,%3csvg width='150' height='40' viewBox='0 0 150 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 0H150V26L136 40H0V14L14 0Z' fill='%23031762' /%3e%3c/svg%3e");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0;
  }
}
.view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a::after {
  content: "...";
  position: absolute;
  color: black;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a::after {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate(0%, 0%);
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3csvg width='150' height='40' viewBox='0 0 150 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 0H150V26L136 40H0V14L14 0Z' fill='%231e1e1e' /%3e%3c/svg%3e");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s;
  }
}
.view-catalog.view-display-id-page .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a:hover::after {
  opacity: 1;
}
.view-catalog.view-display-id-page .view-content .views-row:nth-child(1) .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
  left: 15px;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-page .view-content .views-row:nth-child(1) .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
    left: 0px;
  }
}
@media (min-width: 768px) {
  .view-catalog.view-display-id-page .view-content .views-row:nth-child(1) .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
    left: 31px;
  }
}
.view-catalog.view-display-id-page .view-content .views-row:nth-child(2) .taxonomy-term--type-catalog .field--name-taxonomy-term-title,
.view-catalog.view-display-id-page .view-content .views-row:nth-child(4) .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
  left: 15px;
  right: 35px;
}
@media (min-width: 992px) {
  .view-catalog.view-display-id-page .view-content .views-row:nth-child(2) .taxonomy-term--type-catalog .field--name-taxonomy-term-title,
  .view-catalog.view-display-id-page .view-content .views-row:nth-child(4) .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
    left: auto;
  }
}
.view-catalog.view-display-id-page .view-content .views-row:nth-child(2) .taxonomy-term--type-catalog .field--name-field-catalog-image::before {
  right: auto;
  left: 0;
  transform: rotate(90deg);
}
.view-catalog.view-display-id-page .view-content .views-row:nth-child(2) .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
  left: 15px;
  right: 16px;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-page .view-content .views-row:nth-child(2) .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
    right: 35px;
  }
}
@media (min-width: 992px) {
  .view-catalog.view-display-id-page .view-content .views-row:nth-child(2) .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
    left: auto;
  }
}
.view-catalog.view-display-id-page .view-content .views-row:nth-child(2) .taxonomy-term--type-catalog .field--name-taxonomy-term-title h2 {
  text-align: right;
}
.view-catalog.view-display-id-page .view-content .views-row:nth-child(2) .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
  right: 15px;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-page .view-content .views-row:nth-child(2) .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
    right: 0px;
  }
}
@media (min-width: 768px) {
  .view-catalog.view-display-id-page .view-content .views-row:nth-child(2) .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
    right: 33px;
  }
}
.view-catalog.view-display-id-page .view-content .views-row:nth-child(3) .taxonomy-term--type-catalog .field--name-field-catalog-image::before {
  left: auto;
  right: -1px;
  bottom: auto;
  top: 0;
  transform: rotate(-90deg);
}
.view-catalog.view-display-id-page .view-content .views-row:nth-child(3) .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
  left: 16px;
  max-width: 30px;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-page .view-content .views-row:nth-child(3) .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
    left: 24px;
    max-width: 84px;
  }
}
@media (min-width: 768px) {
  .view-catalog.view-display-id-page .view-content .views-row:nth-child(3) .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .view-catalog.view-display-id-page .view-content .views-row:nth-child(3) .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
    left: 37px;
  }
}
.view-catalog.view-display-id-page .view-content .views-row:nth-child(3) .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
  left: 15px;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-page .view-content .views-row:nth-child(3) .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
    left: 31px;
  }
}
.view-catalog.view-display-id-page .view-content .views-row:nth-child(4) .taxonomy-term--type-catalog .field--name-field-catalog-image::before {
  right: auto;
  left: 0;
  bottom: auto;
  top: 0;
  transform: rotate(-180deg);
  opacity: 0;
}
.view-catalog.view-display-id-page .view-content .views-row:nth-child(4) .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
  left: auto;
  right: 14px;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-page .view-content .views-row:nth-child(4) .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
    right: 20px;
  }
}
@media (min-width: 992px) {
  .view-catalog.view-display-id-page .view-content .views-row:nth-child(4) .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
    right: 35px;
  }
}
.view-catalog.view-display-id-page .view-content .views-row:nth-child(4) .taxonomy-term--type-catalog .field--name-taxonomy-term-title h2 {
  text-align: right;
}
.view-catalog.view-display-id-page .view-content .views-row:nth-child(4) .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
  right: 15px;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-page .view-content .views-row:nth-child(4) .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
    right: 40px;
  }
}
.view-catalog.view-display-id-page .view-content .views-row:nth-child(odd) .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
  position: absolute;
  bottom: 15px;
  right: auto;
  left: 16px;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-page .view-content .views-row:nth-child(odd) .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
    bottom: 26px;
    width: 150px;
    left: 31px;
  }
}
.view-catalog.view-display-id-page .view-content .views-row:nth-child(even) .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
  position: absolute;
  bottom: 15px;
  left: auto;
  right: 16px;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-page .view-content .views-row:nth-child(even) .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
    bottom: 26px;
    width: 150px;
    left: auto;
    right: 31px;
  }
}
.view-catalog.view-display-id-page .view-content .orni {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 133px;
  height: 133px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 16px;
  display: none;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-page .view-content .orni {
    width: 210px;
    height: 210px;
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .view-catalog.view-display-id-page .view-content .orni {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 992px) {
  .view-catalog.view-display-id-page .view-content .orni {
    width: 370px;
    height: 370px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .view-catalog.view-display-id-page .view-content .orni {
    width: 444px;
    height: 444px;
  }
}
.view-catalog.view-display-id-page .view-content .orni .white {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(45deg);
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
}
.view-catalog.view-display-id-page .more-link {
  margin-top: 25px;
  text-align: center;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-page .more-link {
    margin-top: 40px;
  }
}
.view-catalog.view-display-id-page .more-link a {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  border-radius: 0;
  background: transparent;
  padding: 13.2px 25.2px 13.2px 25.2px;
  border: none;
  display: inline-block;
  text-align: center;
  z-index: 1;
  text-decoration: none;
}
@media (min-width: 768px) {
  .view-catalog.view-display-id-page .more-link a {
    padding: 20.2px 29.2px 20.2px 29.2px;
  }
}
.view-catalog.view-display-id-page .more-link a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='259' height='69' viewBox='0 0 259 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.1733 0H259V44.85L234.827 69H0V24.15L24.1733 0Z' fill='url(%23paint0_linear_14_432)' /%3e%3cdefs%3e%3clinearGradient id='paint0_linear_14_432' x1='0' y1='34.5' x2='259' y2='34.5' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23031762' /%3e%3cstop offset='1' stop-color='%23062FC8' /%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.view-catalog.view-display-id-page .more-link a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='150' height='40' viewBox='0 0 150 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 0H150V26L136 40H0V14L14 0Z' fill='%231e1e1e' /%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.view-catalog.view-display-id-page .more-link a:hover::after {
  opacity: 1;
}
ol.breadcrumb {
  display: none;
}
.tr {
  transition: all 0.4s ease;
}
img:not(.image-style-gallery, .pswp__img) {
  max-width: 100%;
  height: auto !important;
}
.field[data-blazy] {
  min-width: initial;
}
table img {
  max-width: initial;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
a {
  color: var(--color);
  transition: all 0.4s ease;
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1200px;
  }
}
p:last-child {
  margin-bottom: 0 !important;
}
body {
  padding-top: 0 !important;
  color: var(--color2);
}
#app {
  overflow: hidden;
  /* .desctop-md-max({
    padding-top: 0px;
  });*/
  padding-top: 67px;
}
.toolbar-fixed #app {
  margin-top: var(--drupal-displace-offset-top);
}
@media (min-width: 992px) {
  #app {
    padding-top: 0;
  }
}
#header .header-top .header-inner {
  display: grid;
  grid-template-columns: auto auto 32px auto;
  gap: 0 25px;
  align-items: center;
  padding: 14px 0 20px;
}
@media (min-width: 1200px) {
  #header .header-top .header-inner .logo {
    margin-right: 70px;
  }
}
#header .header-top .header-inner .col-contacts {
  gap: 30px;
}
@media (min-width: 1200px) {
  #header .header-top .header-inner .col-contacts {
    gap: 95px;
    margin-right: 70px;
  }
}
#header .header-top .header-inner .col-contacts .phone,
#header .header-top .header-inner .col-contacts .mail {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: #1e1e1e;
}
@media (min-width: 1200px) {
  #header .header-top .header-inner .col-contacts .phone,
  #header .header-top .header-inner .col-contacts .mail {
    font-size: 20px;
  }
}
#header .header-top .header-inner .col-contacts .phone a,
#header .header-top .header-inner .col-contacts .mail a {
  color: inherit;
  text-decoration: none;
}
#header .header-top .header-inner .col-contacts .phone a:hover,
#header .header-top .header-inner .col-contacts .mail a:hover {
  text-decoration: underline;
}
#header .header-top .header-inner .col-callback .field--name-body a {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
  background: transparent;
  padding: 9.5px 16.5px 9.5px 20px;
  border: none;
  display: inline-block;
  text-align: center;
  z-index: 1;
}
#header .header-top .header-inner .col-callback .field--name-body a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='150' height='40' viewBox='0 0 150 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 0H150V26L136 40H0V14L14 0Z' fill='%23031762' /%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
#header .header-top .header-inner .col-callback .field--name-body a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='150' height='40' viewBox='0 0 150 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 0H150V26L136 40H0V14L14 0Z' fill='%231e1e1e' /%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
#header .header-top .header-inner .col-callback .field--name-body a:hover::after {
  opacity: 1;
}
#header .header-bottom {
  background: white;
  padding-bottom: 15px;
}
#header .header-bottom .navigat {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
#header .header-bottom .navigat .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 #block-vesta-theme-osnovnayanavigaciya-4-menu {
  display: none;
}
#header .header-bottom .navigat .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav {
  display: flex;
  gap: 30px;
}
#header .header-bottom .navigat .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li a {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: #1e1e1e;
  padding: 0;
}
@media (min-width: 1200px) {
  #header .header-bottom .navigat .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li a {
    font-size: 20px;
  }
}
#header .header-bottom .navigat .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li a:hover {
  text-decoration: underline;
}
#header .header-bottom .navigat .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li.dropdown .dropdown-menu {
  padding: 10px;
}
#header .header-bottom .navigat .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li.dropdown .dropdown-menu li a {
  font-size: 16px;
}
#header .header-bottom .navigat .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li.dropdown .dropdown-menu li a.dropdown-item:active {
  background-color: transparent;
}
#header .header-bottom .navigat .search {
  position: relative;
  width: 20px;
  height: 20px;
}
#header .header-bottom .navigat .search img.search-icon {
  cursor: pointer;
  max-width: 100%;
  height: auto;
}
#header .header-bottom .navigat .search .region.region-search {
  display: none;
}
#header .header-bottom .navigat .search .region.region-search.active {
  position: absolute;
  bottom: -15px;
  right: 0px;
  display: block;
  width: 195px;
  z-index: 498;
  background-color: white;
}
#header .header-bottom .navigat .search .region.region-search.active form {
  display: flex;
  align-items: center;
}
#header .header-bottom .navigat .search .region.region-search.active form .form-type-search input {
  border-radius: 0;
}
#header .header-bottom .navigat .search .region.region-search.active form .form-type-search input:focus {
  box-shadow: none;
}
#header .header-bottom .navigat .search .region.region-search.active form .form-actions button {
  position: relative;
  border-radius: 0;
  border-color: transparent;
  z-index: 1;
}
#header .header-bottom .navigat .search .region.region-search.active form .form-actions::before {
  width: 25px;
  height: 29px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
}
#header-mob {
  background: white;
}
#header-mob .col-contacts {
  display: none;
}
@media (min-width: 576px) {
  #header-mob .col-contacts {
    display: flex;
    gap: 30px;
  }
}
#header-mob .col-contacts .phone,
#header-mob .col-contacts .mail {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #1e1e1e;
}
@media (min-width: 992px) {
  #header-mob .col-contacts .phone,
  #header-mob .col-contacts .mail {
    font-size: 18px;
  }
}
#header-mob .col-contacts .phone a,
#header-mob .col-contacts .mail a {
  color: inherit;
  text-decoration: none;
}
#header-mob .col-contacts .phone a:hover,
#header-mob .col-contacts .mail a:hover {
  text-decoration: underline;
}
#header-mob .col-contacts .mail {
  display: none;
}
@media (min-width: 768px) {
  #header-mob .col-contacts .mail {
    display: flex;
  }
}
#offcanvasNav {
  background: white;
}
#offcanvasNav .offcanvas-body .region-navigation {
  margin: 15px 0;
}
#offcanvasNav .offcanvas-body .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 #block-vesta-theme-osnovnayanavigaciya-4-menu {
  display: none;
}
#offcanvasNav .offcanvas-body .region-navigation nav#block-vesta-theme-osnovnayanavigaciya-4 > ul.nav li a {
  color: black;
  padding: 5px 0;
}
#offcanvasNav .offcanvas-body .col-contacts .phone {
  margin-bottom: 10px;
}
#offcanvasNav .offcanvas-body .col-contacts .mail a,
#offcanvasNav .offcanvas-body .col-contacts .phone a {
  text-decoration: none;
}
#offcanvasNav .offcanvas-body .col-contacts .mail a:hover,
#offcanvasNav .offcanvas-body .col-contacts .phone a:hover {
  text-decoration: underline;
}
div#slider-block {
  margin-bottom: 26px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content {
  position: relative;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content > .container {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content > .container .dots {
  position: absolute;
  bottom: 25px;
  right: 15px;
  z-index: 1;
}
@media (min-width: 576px) {
  div#slider-block .view.view-slayder.view-id-slayder .view-content > .container .dots {
    right: 0;
  }
}
div#slider-block .view.view-slayder.view-id-slayder .view-content > .container .dots ul.slick-dots {
  display: flex;
  gap: 10px;
  margin: 0;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content > .container .dots ul.slick-dots li button {
  border-radius: 0;
  background: #fff;
  border: 1px solid #fff;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content > .container .dots ul.slick-dots li.slick-active button {
  background: transparent;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content > .container .arrows button.slick-arrow {
  width: 20px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content > .container .arrows button.slick-arrow::before {
  content: "";
  display: block;
  position: relative;
  width: 20px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 0;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content > .container .arrows button.slick-arrow svg path {
  transition: all 0.3s;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content > .container .arrows button.slick-arrow:hover svg path {
  fill: black;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content > .container .arrows button.slick-prev.slick-arrow {
  left: 15px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content > .container .arrows button.slick-prev.slick-arrow::before {
  display: none;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content > .container .arrows button.slick-next.slick-arrow {
  right: 15px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content > .container .arrows button.slick-next.slick-arrow::before {
  display: none;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide > .contextual {
  top: 50px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .field--name-field-image img {
  min-height: 360px;
  object-fit: cover;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
  position: absolute;
  top: 0;
  bottom: calc(1vw + 12px);
  left: 80px;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-field-slide-link a:hover {
  color: black;
}
.node--type-front.node--view-mode-full {
  margin-bottom: 26px;
}
.node--type-front.node--view-mode-full .field--name-body {
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
  gap: 0 72px;
}
@media (min-width: 992px) {
  .node--type-front.node--view-mode-full .field--name-body {
    grid-template-columns: 1fr 389px;
  }
}
.node--type-front.node--view-mode-full .field--name-body h1 {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.11005;
  color: #1e1e1e;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 576px) {
  .node--type-front.node--view-mode-full .field--name-body h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .node--type-front.node--view-mode-full .field--name-body h1 {
    margin-bottom: 0;
    text-align: left;
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .node--type-front.node--view-mode-full .field--name-body h1 {
    font-size: 55px;
  }
}
.node--type-front.node--view-mode-full .field--name-body p {
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  color: #1e1e1e;
}
@media (min-width: 768px) {
  .node--type-front.node--view-mode-full .field--name-body p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .node--type-front.node--view-mode-full .field--name-body p {
    text-align: right;
  }
}
.decor {
  background: #1e1e1e;
  padding: 6px 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 50px;
  margin-bottom: 50px;
}
@media (min-width: 576px) {
  .decor {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .decor {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .decor {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .decor {
    margin-bottom: 120px;
  }
}
.catalog {
  margin-bottom: 50px;
}
@media (min-width: 576px) {
  .catalog {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .catalog {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .catalog {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .catalog {
    margin-bottom: 120px;
  }
}
.view-catalog.view-display-id-block_front .view-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  row-gap: 16px;
}
@media (min-width: 768px) {
  .view-catalog.view-display-id-block_front .view-content {
    row-gap: 30px;
    margin: 0 -15px;
  }
}
.view-catalog.view-display-id-block_front .view-content .views-row {
  flex: 0 0 50%;
  padding: 0 8px;
}
@media (min-width: 768px) {
  .view-catalog.view-display-id-block_front .view-content .views-row {
    padding: 0 15px;
  }
}
.view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog {
  position: relative;
}
.view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image {
  position: relative;
}
.view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #031762 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 79px;
  height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/triangle-catalog.png");
  z-index: 1;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image::before {
    width: 130px;
    height: 130px;
  }
}
@media (min-width: 768px) {
  .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image::before {
    width: 148px;
    height: 148px;
  }
}
@media (min-width: 992px) {
  .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image::before {
    width: 285px;
    height: 285px;
  }
}
.view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image a {
  display: flex;
}
.view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-field-catalog-image a img {
  width: 100%;
}
.view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
  position: absolute;
  right: 5px;
  top: 27px;
  left: 16px;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
    top: 31px;
    left: 24px;
  }
}
@media (min-width: 768px) {
  .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
    left: 37px;
  }
}
.view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title h2 {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.11005;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title h2 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title h2 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title h2 {
    font-size: 24px;
  }
}
.view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-title h2 a {
  color: inherit;
  text-decoration: none;
}
.view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
  position: absolute;
  bottom: 15px;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
    bottom: 26px;
    width: 150px;
  }
}
.view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: blue;
  border: none;
  color: transparent;
  display: inline-block;
  text-align: center;
  z-index: 1;
  text-decoration: none;
  opacity: 0.9;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a {
    padding: 10.2px 38px 10.2px 38px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    border-radius: 0;
    background: transparent;
    opacity: 1;
    width: 100%;
  }
}
.view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: white;
  z-index: -1;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a::before {
    transform: translate(0%, 0%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    background-image: url("data:image/svg+xml,%3csvg width='150' height='40' viewBox='0 0 150 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 0H150V26L136 40H0V14L14 0Z' fill='%23031762' /%3e%3c/svg%3e");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0;
  }
}
.view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a::after {
  content: '...';
  position: absolute;
  color: black;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a::after {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate(0%, 0%);
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3csvg width='150' height='40' viewBox='0 0 150 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 0H150V26L136 40H0V14L14 0Z' fill='%231e1e1e' /%3e%3c/svg%3e");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s;
  }
}
.view-catalog.view-display-id-block_front .view-content .views-row .taxonomy-term--type-catalog .field--name-taxonomy-term-link a:hover::after {
  opacity: 1;
}
.view-catalog.view-display-id-block_front .view-content .views-row:nth-child(1) .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
  left: 15px;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-block_front .view-content .views-row:nth-child(1) .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
    left: 0px;
  }
}
@media (min-width: 768px) {
  .view-catalog.view-display-id-block_front .view-content .views-row:nth-child(1) .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
    left: 31px;
  }
}
.view-catalog.view-display-id-block_front .view-content .views-row:nth-child(2) .taxonomy-term--type-catalog .field--name-taxonomy-term-title,
.view-catalog.view-display-id-block_front .view-content .views-row:nth-child(4) .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
  left: 15px;
  right: 35px;
}
@media (min-width: 992px) {
  .view-catalog.view-display-id-block_front .view-content .views-row:nth-child(2) .taxonomy-term--type-catalog .field--name-taxonomy-term-title,
  .view-catalog.view-display-id-block_front .view-content .views-row:nth-child(4) .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
    left: auto;
  }
}
.view-catalog.view-display-id-block_front .view-content .views-row:nth-child(2) .taxonomy-term--type-catalog .field--name-field-catalog-image::before {
  right: auto;
  left: 0;
  transform: rotate(90deg);
}
.view-catalog.view-display-id-block_front .view-content .views-row:nth-child(2) .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
  left: 15px;
  right: 16px;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-block_front .view-content .views-row:nth-child(2) .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
    right: 35px;
  }
}
@media (min-width: 992px) {
  .view-catalog.view-display-id-block_front .view-content .views-row:nth-child(2) .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
    left: auto;
  }
}
.view-catalog.view-display-id-block_front .view-content .views-row:nth-child(2) .taxonomy-term--type-catalog .field--name-taxonomy-term-title h2 {
  text-align: right;
}
.view-catalog.view-display-id-block_front .view-content .views-row:nth-child(2) .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
  right: 15px;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-block_front .view-content .views-row:nth-child(2) .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
    right: 0px;
  }
}
@media (min-width: 768px) {
  .view-catalog.view-display-id-block_front .view-content .views-row:nth-child(2) .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
    right: 33px;
  }
}
.view-catalog.view-display-id-block_front .view-content .views-row:nth-child(3) .taxonomy-term--type-catalog .field--name-field-catalog-image::before {
  left: auto;
  right: -1px;
  bottom: auto;
  top: 0;
  transform: rotate(-90deg);
}
.view-catalog.view-display-id-block_front .view-content .views-row:nth-child(3) .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
  left: 16px;
  max-width: 30px;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-block_front .view-content .views-row:nth-child(3) .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
    left: 24px;
    max-width: 84px;
  }
}
@media (min-width: 768px) {
  .view-catalog.view-display-id-block_front .view-content .views-row:nth-child(3) .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .view-catalog.view-display-id-block_front .view-content .views-row:nth-child(3) .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
    left: 37px;
  }
}
.view-catalog.view-display-id-block_front .view-content .views-row:nth-child(3) .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
  left: 15px;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-block_front .view-content .views-row:nth-child(3) .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
    left: 31px;
  }
}
.view-catalog.view-display-id-block_front .view-content .views-row:nth-child(4) .taxonomy-term--type-catalog .field--name-field-catalog-image::before {
  right: auto;
  left: 0;
  bottom: auto;
  top: 0;
  transform: rotate(-180deg);
}
.view-catalog.view-display-id-block_front .view-content .views-row:nth-child(4) .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
  left: auto;
  right: 14px;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-block_front .view-content .views-row:nth-child(4) .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
    right: 20px;
  }
}
@media (min-width: 992px) {
  .view-catalog.view-display-id-block_front .view-content .views-row:nth-child(4) .taxonomy-term--type-catalog .field--name-taxonomy-term-title {
    right: 35px;
  }
}
.view-catalog.view-display-id-block_front .view-content .views-row:nth-child(4) .taxonomy-term--type-catalog .field--name-taxonomy-term-title h2 {
  text-align: right;
}
.view-catalog.view-display-id-block_front .view-content .views-row:nth-child(4) .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
  right: 15px;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-block_front .view-content .views-row:nth-child(4) .taxonomy-term--type-catalog .field--name-taxonomy-term-link {
    right: 40px;
  }
}
.view-catalog.view-display-id-block_front .view-content .orni {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 133px;
  height: 133px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 16px;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-block_front .view-content .orni {
    width: 210px;
    height: 210px;
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .view-catalog.view-display-id-block_front .view-content .orni {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 992px) {
  .view-catalog.view-display-id-block_front .view-content .orni {
    width: 370px;
    height: 370px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .view-catalog.view-display-id-block_front .view-content .orni {
    width: 444px;
    height: 444px;
  }
}
.view-catalog.view-display-id-block_front .view-content .orni .white {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(45deg);
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
}
.view-catalog.view-display-id-block_front .more-link {
  margin-top: 25px;
  text-align: center;
}
@media (min-width: 576px) {
  .view-catalog.view-display-id-block_front .more-link {
    margin-top: 40px;
  }
}
.view-catalog.view-display-id-block_front .more-link a {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  border-radius: 0;
  background: transparent;
  padding: 13.2px 25.2px 13.2px 25.2px;
  border: none;
  display: inline-block;
  text-align: center;
  z-index: 1;
  text-decoration: none;
}
@media (min-width: 768px) {
  .view-catalog.view-display-id-block_front .more-link a {
    padding: 20.2px 29.2px 20.2px 29.2px;
  }
}
.view-catalog.view-display-id-block_front .more-link a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='259' height='69' viewBox='0 0 259 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24.1733 0H259V44.85L234.827 69H0V24.15L24.1733 0Z' fill='url(%23paint0_linear_14_432)' /%3e%3cdefs%3e%3clinearGradient id='paint0_linear_14_432' x1='0' y1='34.5' x2='259' y2='34.5' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23031762' /%3e%3cstop offset='1' stop-color='%23062FC8' /%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.view-catalog.view-display-id-block_front .more-link a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='150' height='40' viewBox='0 0 150 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 0H150V26L136 40H0V14L14 0Z' fill='%231e1e1e' /%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.view-catalog.view-display-id-block_front .more-link a:hover::after {
  opacity: 1;
}
.benefits {
  margin-bottom: 50px;
}
@media (min-width: 576px) {
  .benefits {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .benefits {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .benefits {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .benefits {
    margin-bottom: 120px;
  }
}
.benefits .block-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.11005;
  text-transform: uppercase;
  color: #1e1e1e;
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .benefits .block-title {
    font-size: 30px;
    text-align: left;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .benefits .block-title {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .benefits .block-title {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .benefits .block-title {
    font-size: 55px;
    margin-bottom: 40px;
  }
}
.benefits .view-benefits.view-display-id-block_1 {
  position: relative;
}
.benefits .view-benefits.view-display-id-block_1 .view-footer {
  margin-top: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .benefits .view-benefits.view-display-id-block_1 .view-footer {
    position: absolute;
    top: -70px;
    right: 0;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .benefits .view-benefits.view-display-id-block_1 .view-footer {
    top: -90px;
  }
}
.benefits .view-benefits.view-display-id-block_1 .view-footer a {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
  background: transparent;
  padding: 10.2px 36.5px 10.2px 36px;
  border: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.benefits .view-benefits.view-display-id-block_1 .view-footer a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='150' height='40' viewBox='0 0 150 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 0H150V26L136 40H0V14L14 0Z' fill='%23031762' /%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.benefits .view-benefits.view-display-id-block_1 .view-footer a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='150' height='40' viewBox='0 0 150 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 0H150V26L136 40H0V14L14 0Z' fill='%231e1e1e' /%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.benefits .view-benefits.view-display-id-block_1 .view-footer a:hover::after {
  opacity: 1;
}
.benefits .view-benefits.view-display-id-block_1 .view-content {
  /* .field--name-field-benefit {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
        row-gap: 10px;
        @media (min-width: @desktop) {
          row-gap: 30px;
        }
        > .field__item {
          flex: 0 0 50%;
          padding: 0 15px;
          display: flex;
          .paragraph--type--benefits {
            display: grid;
            grid-template-rows: auto 1fr;
            height: 100%;
            width: 100%;
            gap: 7px;
            padding: 30px 28px 10px 29px;
            background-repeat: no-repeat;
            background-size: contain;
            min-height: 219px;
            @media (min-width: @desktop) {
              gap: 24px;
              padding: 24px 28px 26px 29px;
            }
            .field--name-field-icon {
              justify-self: end;
              img {
                max-width: 50px;
                @media (min-width: @desktop) {
                  max-width: none;
                }
              }
            }
          }
        }
        .field__item:nth-child(1),
        .field__item:nth-child(4) {
          .paragraph--type--benefits {
            background-image: url("data:image/svg+xml,%3csvg width='460' height='219' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
            width: 100%;
            @media (min-width: @desktop) {
              background-image: url("data:image/svg+xml,%3csvg width='570' height='219' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
            }
            .field--name-field-text {
              font-weight: 500;
              font-size: 20px;
              line-height: 1.11005;
              color: #fff;
              max-width: 367px;
            }
          }
        }
        .field__item:nth-child(2),
        .field__item:nth-child(3) {
          .paragraph--type--benefits {
            background-image: url("data:image/svg+xml,%3csvg width='460' height='219' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23EBEBEB' /%3e%3c/svg%3e");
            @media (min-width: @desktop) {
              background-image: url("data:image/svg+xml,%3csvg width='570' height='219' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23EBEBEB' /%3e%3c/svg%3e");
            }
            .field--name-field-text {
              font-weight: 500;
              font-size: 20px;
              line-height: 1.11005;
              color: #1e1e1e;
            }
          }
        }
        .field__item:nth-child(1) {
          .paragraph--type--benefits {
            background-image: url("data:image/svg+xml,%3csvg width='470' height='185' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
            @media (min-width: @desktop) {
              background-image: url("data:image/svg+xml,%3csvg width='460' height='219' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 219H285H427.5L570 109.5V0H285H142.5L0 109.5V219Z' fill='%23031762' /%3e%3c/svg%3e");
            }
            .field--name-field-text {
              max-width: 367px;
            }
          }
        }
        .field__item:nth-child(2) {
          .paragraph--type--benefits {
            background-image: url("data:image/svg+xml,%3csvg width='570' height='219' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M569.5 0.5V109.253L427.33 218.5H0.5V109.746L142.67 0.5H569.5Z' fill='white' stroke='%231E1E1E' /%3e%3c/svg%3e");
            .field--name-field-text {
              max-width: 360px;
            }
          }
        }
        .field__item:nth-child(3) {
          .paragraph--type--benefits {
            gap: 40px;
            @media (min-width: @desktop) {
              gap: 24px;
            }
            //background-image: url("data:image/svg+xml,%3csvg width='570' height='219' viewBox='0 0 570 219' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M569.5 0.5V109.253L427.33 218.5H0.5V109.746L142.67 0.5H569.5Z' fill='white' stroke='%231E1E1E' /%3e%3c/svg%3e");
            .field--name-field-text {
              max-width: 330px;
            }
          }
        }
        .field__item:nth-child(4) {
          .paragraph--type--benefits {
            .field--name-field-text {
              max-width: 406px;
            }
          }
        }
      }*/
}
.gallery {
  margin-bottom: 50px;
}
@media (min-width: 576px) {
  .gallery {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .gallery {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .gallery {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .gallery {
    margin-bottom: 120px;
  }
}
.gallery .block-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.11005;
  text-transform: uppercase;
  color: #1e1e1e;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 576px) {
  .gallery .block-title {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .gallery .block-title {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .gallery .block-title {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .gallery .block-title {
    font-size: 55px;
    margin-bottom: 40px;
  }
}
.view-photogalereya.view-display-id-block_1,
.view-fotogalereya.view-display-id-page_1,
.view-fotogalereya.view-display-id-block_1 {
  position: relative;
}
.view-photogalereya.view-display-id-block_1 .view-content,
.view-fotogalereya.view-display-id-page_1 .view-content,
.view-fotogalereya.view-display-id-block_1 .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  row-gap: 10px;
}
@media (min-width: 576px) {
  .view-photogalereya.view-display-id-block_1 .view-content,
  .view-fotogalereya.view-display-id-page_1 .view-content,
  .view-fotogalereya.view-display-id-block_1 .view-content {
    margin: 0 -10px;
    row-gap: 20px;
  }
}
@media (min-width: 1200px) {
  .view-photogalereya.view-display-id-block_1 .view-content,
  .view-fotogalereya.view-display-id-page_1 .view-content,
  .view-fotogalereya.view-display-id-block_1 .view-content {
    margin: 0 -15px;
    row-gap: 30px;
  }
}
.view-photogalereya.view-display-id-block_1 .view-content .views-row,
.view-fotogalereya.view-display-id-page_1 .view-content .views-row,
.view-fotogalereya.view-display-id-block_1 .view-content .views-row {
  flex: 0 0 50%;
  padding: 0 5px;
}
@media (min-width: 576px) {
  .view-photogalereya.view-display-id-block_1 .view-content .views-row,
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row,
  .view-fotogalereya.view-display-id-block_1 .view-content .views-row {
    flex: 0 0 33.333%;
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .view-photogalereya.view-display-id-block_1 .view-content .views-row,
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row,
  .view-fotogalereya.view-display-id-block_1 .view-content .views-row {
    flex: 0 0 33.333%;
  }
}
@media (min-width: 992px) {
  .view-photogalereya.view-display-id-block_1 .view-content .views-row,
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row,
  .view-fotogalereya.view-display-id-block_1 .view-content .views-row {
    flex: 0 0 25%;
  }
}
@media (min-width: 1200px) {
  .view-photogalereya.view-display-id-block_1 .view-content .views-row,
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row,
  .view-fotogalereya.view-display-id-block_1 .view-content .views-row {
    padding: 0 15px;
  }
}
.view-photogalereya.view-display-id-block_1 .view-content .views-row .field__item a,
.view-fotogalereya.view-display-id-page_1 .view-content .views-row .field__item a,
.view-fotogalereya.view-display-id-block_1 .view-content .views-row .field__item a {
  position: relative;
  display: flex;
}
.view-photogalereya.view-display-id-block_1 .view-content .views-row .field__item a::before,
.view-fotogalereya.view-display-id-page_1 .view-content .views-row .field__item a::before,
.view-fotogalereya.view-display-id-block_1 .view-content .views-row .field__item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/triangle.png");
  z-index: 1;
}
@media (min-width: 768px) {
  .view-photogalereya.view-display-id-block_1 .view-content .views-row .field__item a::before,
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row .field__item a::before,
  .view-fotogalereya.view-display-id-block_1 .view-content .views-row .field__item a::before {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  .view-photogalereya.view-display-id-block_1 .view-content .views-row .field__item a::before,
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row .field__item a::before,
  .view-fotogalereya.view-display-id-block_1 .view-content .views-row .field__item a::before {
    width: 65px;
    height: 65px;
  }
}
.view-photogalereya.view-display-id-block_1 .view-content .views-row .field__item a::after,
.view-fotogalereya.view-display-id-page_1 .view-content .views-row .field__item a::after,
.view-fotogalereya.view-display-id-block_1 .view-content .views-row .field__item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/triangle.png");
  z-index: 1;
}
@media (min-width: 768px) {
  .view-photogalereya.view-display-id-block_1 .view-content .views-row .field__item a::after,
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row .field__item a::after,
  .view-fotogalereya.view-display-id-block_1 .view-content .views-row .field__item a::after {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  .view-photogalereya.view-display-id-block_1 .view-content .views-row .field__item a::after,
  .view-fotogalereya.view-display-id-page_1 .view-content .views-row .field__item a::after,
  .view-fotogalereya.view-display-id-block_1 .view-content .views-row .field__item a::after {
    width: 65px;
    height: 65px;
  }
}
.view-photogalereya.view-display-id-block_1 .more-link,
.view-fotogalereya.view-display-id-page_1 .more-link,
.view-fotogalereya.view-display-id-block_1 .more-link {
  margin-top: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .view-photogalereya.view-display-id-block_1 .more-link,
  .view-fotogalereya.view-display-id-page_1 .more-link,
  .view-fotogalereya.view-display-id-block_1 .more-link {
    position: absolute;
    top: -70px;
    right: 0;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .view-photogalereya.view-display-id-block_1 .more-link,
  .view-fotogalereya.view-display-id-page_1 .more-link,
  .view-fotogalereya.view-display-id-block_1 .more-link {
    top: -87px;
  }
}
.view-photogalereya.view-display-id-block_1 .more-link a,
.view-fotogalereya.view-display-id-page_1 .more-link a,
.view-fotogalereya.view-display-id-block_1 .more-link a {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  color: white;
  border-radius: 0;
  background: transparent;
  padding: 10.2px 33.5px 10.2px 33.5px;
  border: none;
  display: inline-block;
  text-align: center;
  z-index: 1;
  text-decoration: none;
}
.view-photogalereya.view-display-id-block_1 .more-link a::before,
.view-fotogalereya.view-display-id-page_1 .more-link a::before,
.view-fotogalereya.view-display-id-block_1 .more-link a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='150' height='40' viewBox='0 0 150 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 0H150V26L136 40H0V14L14 0Z' fill='%23031762' /%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.view-photogalereya.view-display-id-block_1 .more-link a::after,
.view-fotogalereya.view-display-id-page_1 .more-link a::after,
.view-fotogalereya.view-display-id-block_1 .more-link a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='150' height='40' viewBox='0 0 150 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 0H150V26L136 40H0V14L14 0Z' fill='%231e1e1e' /%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.view-photogalereya.view-display-id-block_1 .more-link a:hover,
.view-fotogalereya.view-display-id-page_1 .more-link a:hover,
.view-fotogalereya.view-display-id-block_1 .more-link a:hover {
  color: white;
}
.view-photogalereya.view-display-id-block_1 .more-link a:hover::after,
.view-fotogalereya.view-display-id-page_1 .more-link a:hover::after,
.view-fotogalereya.view-display-id-block_1 .more-link a:hover::after {
  opacity: 1;
}
.view-gallery-page.view-display-id-block_1 .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  row-gap: 10px;
}
@media (min-width: 576px) {
  .view-gallery-page.view-display-id-block_1 .view-content {
    margin: 0 -10px;
    row-gap: 20px;
  }
}
@media (min-width: 1200px) {
  .view-gallery-page.view-display-id-block_1 .view-content {
    margin: 0 -15px;
    row-gap: 30px;
  }
}
.view-gallery-page.view-display-id-block_1 .view-content .views-row {
  flex: 0 0 50%;
  padding: 0 5px;
}
@media (min-width: 576px) {
  .view-gallery-page.view-display-id-block_1 .view-content .views-row {
    flex: 0 0 33.333%;
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .view-gallery-page.view-display-id-block_1 .view-content .views-row {
    flex: 0 0 25%;
  }
}
@media (min-width: 1200px) {
  .view-gallery-page.view-display-id-block_1 .view-content .views-row {
    padding: 0 15px;
  }
}
.view-gallery-page.view-display-id-block_1 .view-content .views-row .field-content a {
  position: relative;
  display: flex;
}
.view-gallery-page.view-display-id-block_1 .view-content .views-row .field-content a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/triangle.png");
  z-index: 1;
}
@media (min-width: 992px) {
  .view-gallery-page.view-display-id-block_1 .view-content .views-row .field-content a::before {
    width: 65px;
    height: 65px;
  }
}
.view-gallery-page.view-display-id-block_1 .view-content .views-row .field-content a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/triangle.png");
  z-index: 1;
}
@media (min-width: 992px) {
  .view-gallery-page.view-display-id-block_1 .view-content .views-row .field-content a::after {
    width: 65px;
    height: 65px;
  }
}
.services {
  margin-bottom: 50px;
  padding: 30px 0 30px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/sites/all/themes/vesta_theme/image/services.jpg");
}
@media (min-width: 576px) {
  .services {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .services {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .services {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .services {
    margin-bottom: 120px;
  }
}
@media (min-width: 768px) {
  .services {
    padding: 62px 0 67px 0;
  }
}
.services .block-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.11005;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 26px;
  max-width: 748px;
}
@media (min-width: 992px) {
  .services .block-title {
    margin-bottom: 40px;
  }
}
.services .view-services.view-display-id-block_1 {
  position: relative;
}
.services .view-services.view-display-id-block_1 .view-content {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  margin: 0 -15px;
}
.services .view-services.view-display-id-block_1 .view-content .views-row {
  flex: 0 0 100%;
  padding: 0 15px;
  display: flex;
}
@media (min-width: 992px) {
  .services .view-services.view-display-id-block_1 .view-content .views-row {
    flex: 0 0 33.333%;
  }
}
.services .view-services.view-display-id-block_1 .view-content .views-row .node--type-service {
  display: flex;
  flex-direction: column;
  padding: 22px 20px 20px 25px;
  background-image: url("data:image/svg+xml,%3csvg width='370' height='270' viewBox='0 0 370 270' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 270H185H277.5L370 202.5V135V0H185H55.5L0 35.5V135V270Z' fill='white' /%3e%3c/svg%3e");
  background-size: cover;
  height: 100%;
  width: 100%;
}
@media (min-width: 576px) {
  .services .view-services.view-display-id-block_1 .view-content .views-row .node--type-service {
    background-image: url("data:image/svg+xml,%3csvg width='370' height='270' viewBox='0 0 370 270' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 270H185H277.5L370 202.5V135V0H185H25.5L0 25.5V135V270Z' fill='white' /%3e%3c/svg%3e");
  }
}
@media (min-width: 992px) {
  .services .view-services.view-display-id-block_1 .view-content .views-row .node--type-service {
    background-image: url("data:image/svg+xml,%3csvg width='370' height='270' viewBox='0 0 370 270' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 270H185H277.5L370 202.5V135V0H185H55.5L0 55.5V135V270Z' fill='white' /%3e%3c/svg%3e");
    padding: 59px 20px 20px 25px;
  }
}
@media (min-width: 1200px) {
  .services .view-services.view-display-id-block_1 .view-content .views-row .node--type-service {
    background-image: url("data:image/svg+xml,%3csvg width='370' height='270' viewBox='0 0 370 270' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 270H185H277.5L370 202.5V135V0H185H92.5L0 67.5V135V270Z' fill='white' /%3e%3c/svg%3e");
    padding: 59px 31px 32px 45px;
  }
}
.services .view-services.view-display-id-block_1 .view-content .views-row .node--type-service .field--name-node-title h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.11005;
  text-transform: uppercase;
  color: #1e1e1e;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .services .view-services.view-display-id-block_1 .view-content .views-row .node--type-service .field--name-node-title h2 {
    text-align: left;
  }
}
.services .view-services.view-display-id-block_1 .view-content .views-row .node--type-service .field--name-body {
  flex-grow: 1;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.11005;
  color: #1e1e1e;
  margin-bottom: 31px;
}
.services .view-services.view-display-id-block_1 .view-content .views-row .node--type-service .field--name-node-link {
  text-align: center;
}
@media (min-width: 992px) {
  .services .view-services.view-display-id-block_1 .view-content .views-row .node--type-service .field--name-node-link {
    text-align: left;
  }
}
.services .view-services.view-display-id-block_1 .view-content .views-row .node--type-service .field--name-node-link a {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
  background: transparent;
  padding: 10.2px 38px 10.2px 38px;
  border: none;
  display: inline-block;
  text-align: center;
  z-index: 1;
  text-decoration: none;
}
.services .view-services.view-display-id-block_1 .view-content .views-row .node--type-service .field--name-node-link a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='150' height='40' viewBox='0 0 150 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 0H150V26L136 40H0V14L14 0Z' fill='%23031762' /%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.services .view-services.view-display-id-block_1 .view-content .views-row .node--type-service .field--name-node-link a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='150' height='40' viewBox='0 0 150 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 0H150V26L136 40H0V14L14 0Z' fill='%231e1e1e' /%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.services .view-services.view-display-id-block_1 .view-content .views-row .node--type-service .field--name-node-link a:hover::after {
  opacity: 1;
}
@media (min-width: 992px) {
  .services .view-services.view-display-id-block_1 .view-content .views-row:nth-child(3) .node--type-service .field--name-body {
    max-width: 214px;
  }
}
.services .view-services.view-display-id-block_1 .more-link {
  margin-top: 25px;
  text-align: center;
}
@media (min-width: 992px) {
  .services .view-services.view-display-id-block_1 .more-link {
    position: absolute;
    top: -87px;
    right: 0;
    margin-top: 0;
  }
}
.services .view-services.view-display-id-block_1 .more-link a {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  color: #031762;
  border-radius: 0;
  background: transparent;
  padding: 10.2px 33.5px 10.2px 33.5px;
  border: none;
  display: inline-block;
  text-align: center;
  z-index: 1;
  text-decoration: none;
}
.services .view-services.view-display-id-block_1 .more-link a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='150' height='40' viewBox='0 0 150 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 0H150V26L136 40H0V14L14 0Z' fill='%23ffffff' /%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.services .view-services.view-display-id-block_1 .more-link a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='150' height='40' viewBox='0 0 150 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 0H150V26L136 40H0V14L14 0Z' fill='%231e1e1e' /%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.services .view-services.view-display-id-block_1 .more-link a:hover {
  color: white;
}
.services .view-services.view-display-id-block_1 .more-link a:hover::after {
  opacity: 1;
}
.fos {
  margin-bottom: 50px;
}
@media (min-width: 576px) {
  .fos {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .fos {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .fos {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .fos {
    margin-bottom: 120px;
  }
}
.fos .block-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.52381;
  text-transform: uppercase;
  text-align: center;
  color: #1e1e1e;
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .fos .block-title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .fos .block-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .fos .block-title {
    font-size: 42px;
  }
}
.fos form {
  display: grid;
  grid-template-columns: 100%;
  gap: 16px 12px;
}
@media (min-width: 768px) {
  .fos form {
    grid-template-columns: 1fr 1fr 150px;
  }
}
@media (min-width: 992px) {
  .fos form {
    gap: 0 32px;
  }
}
.fos form .form-item--error-message,
.fos form .alert-error {
  display: none !important;
}
.fos form input.error,
.fos form .textarea.error {
  box-shadow: 0px 0px 7px 0px red;
}
.fos form .form-type-processed-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #1e1e1e;
  margin-bottom: 0px;
}
@media (min-width: 576px) {
  .fos form .form-type-processed-text {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .fos form .form-type-processed-text {
    grid-column: 1/4;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .fos form .form-type-processed-text {
    margin-bottom: 40px;
  }
}
.fos form .form-item-name input,
.fos form .form-item-telefon input {
  margin: 0;
  border: 1px solid #1e1e1e;
  padding: 12.77px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  color: #1e1e1e;
  border-radius: 0;
}
.fos form .form-item-name input::placeholder,
.fos form .form-item-telefon input::placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  color: #1e1e1e;
  opacity: 0.8;
}
.fos form .form-item-privacy {
  display: flex;
  gap: 5px;
  justify-self: center;
  position: relative;
  margin-top: 6px;
}
@media (min-width: 768px) {
  .fos form .form-item-privacy {
    grid-column: 1/4;
    margin-top: 30px;
  }
}
.fos form .form-item-privacy .checkbox-custom {
  display: inline-block;
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  background-image: url("/sites/all/themes/vesta_theme/image/check.svg");
  margin-top: 2px;
}
.fos form .form-item-privacy .description {
  /* display: flex;
        align-items: center;
        gap: 5px;*/
  margin-left: 0;
  /*  @media (min-width: 576px) {
          gap: 10px;
        }*/
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  color: #1e1e1e;
  width: fit-content;
  /*  &::before {
          content: "";
          display: inline-block;
          width: 10px;
          height: 10px;
          flex: 0 0 10px;
          background-image: url("/sites/all/themes/vesta_theme/image/check.svg");
        }*/
}
.fos form .form-item-privacy .description a {
  color: inherit;
  text-decoration: none;
}
.fos form .form-item-privacy .description a:hover {
  text-decoration: underline;
}
.fos form .form-item-privacy input {
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  opacity: 0;
  cursor: pointer;
  /*  &:checked + .description::before {
          background-image: url("/sites/all/themes/vesta_theme/image/checked.svg");
        }*/
}
.fos form .form-item-privacy input:checked + .checkbox-custom {
  background-image: url("/sites/all/themes/vesta_theme/image/checked.svg");
}
.fos form .form-item-privacy input + .description {
  position: relative;
}
.fos form .form-item-privacy input.error + .description::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: block;
  width: 24px;
  height: 24px;
  box-shadow: 0px 1px 0px 0px red;
}
.fos form .form-actions {
  align-self: center;
  text-align: center;
}
@media (min-width: 768px) {
  .fos form .form-actions {
    text-align: left;
  }
}
.fos form .form-actions button {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  color: white;
  border-radius: 0;
  background: transparent;
  padding: 9px 43px 10px 42.5px;
  border: none;
  display: inline-block;
  text-align: center;
  z-index: 1;
  text-decoration: none;
}
.fos form .form-actions button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='150' height='40' viewBox='0 0 150 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 0H150V26L136 40H0V14L14 0Z' fill='%23031762' /%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.fos form .form-actions button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='150' height='40' viewBox='0 0 150 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 0H150V26L136 40H0V14L14 0Z' fill='%231e1e1e' /%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.fos form .form-actions button:hover {
  color: white;
}
.fos form .form-actions button:hover::after {
  opacity: 1;
}
#footer .footer-inner {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr;
  gap: 0 20px;
  padding: 40px 0 25px 0;
  justify-items: center;
}
@media (min-width: 576px) {
  #footer .footer-inner {
    grid-template-columns: auto auto auto;
    justify-items: inherit;
  }
}
@media (min-width: 768px) {
  #footer .footer-inner {
    gap: 0 50px;
  }
}
@media (min-width: 992px) {
  #footer .footer-inner {
    grid-template-columns: auto auto auto auto;
  }
}
@media (min-width: 1200px) {
  #footer .footer-inner {
    gap: 0 136px;
  }
}
#footer .footer-inner .logo {
  grid-column: 1/2;
  grid-row: 1/2;
}
#footer .footer-inner .logo a img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #footer .footer-inner .logo a img {
    max-width: 227px;
  }
}
#footer .footer-inner .col-nav {
  grid-row: 3/4;
  margin-top: 20px;
}
@media (min-width: 576px) {
  #footer .footer-inner .col-nav {
    grid-row: 1/4;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  #footer .footer-inner .col-nav {
    grid-row: 1/3;
  }
}
#footer .footer-inner .col-nav nav#block-vesta-theme-osnovnayanavigaciya-4 #block-vesta-theme-osnovnayanavigaciya-4-menu {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #1e1e1e;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 576px) {
  #footer .footer-inner .col-nav nav#block-vesta-theme-osnovnayanavigaciya-4 #block-vesta-theme-osnovnayanavigaciya-4-menu {
    text-align: left;
  }
}
#footer .footer-inner .col-nav nav#block-vesta-theme-osnovnayanavigaciya-4 ul.nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#footer .footer-inner .col-nav nav#block-vesta-theme-osnovnayanavigaciya-4 ul.nav li a {
  font-weight: 500;
  font-size: 16px;
  color: #1e1e1e;
  padding: 0;
  text-align: center;
}
@media (min-width: 576px) {
  #footer .footer-inner .col-nav nav#block-vesta-theme-osnovnayanavigaciya-4 ul.nav li a {
    text-align: left;
  }
}
#footer .footer-inner .col-nav nav#block-vesta-theme-osnovnayanavigaciya-4 ul.nav li a:hover {
  text-decoration: underline;
}
#footer .footer-inner .col-catalog {
  grid-row: 4/5;
  grid-column: 1/2;
  margin-top: 25px;
}
@media (min-width: 576px) {
  #footer .footer-inner .col-catalog {
    grid-row: 1/4;
    grid-column: auto;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  #footer .footer-inner .col-catalog {
    grid-row: 1/3;
  }
}
#footer .footer-inner .col-catalog .block-title {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #1e1e1e;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 576px) {
  #footer .footer-inner .col-catalog .block-title {
    text-align: left;
  }
}
#footer .footer-inner .col-catalog .view-catalog.view-display-id-block_1 .view-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#footer .footer-inner .col-catalog .view-catalog.view-display-id-block_1 .view-content .views-row {
  text-align: center;
}
@media (min-width: 576px) {
  #footer .footer-inner .col-catalog .view-catalog.view-display-id-block_1 .view-content .views-row {
    text-align: left;
  }
}
#footer .footer-inner .col-catalog .view-catalog.view-display-id-block_1 .view-content .views-row a {
  font-weight: 500;
  font-size: 16px;
  color: #1e1e1e;
  text-decoration: none;
}
#footer .footer-inner .col-catalog .view-catalog.view-display-id-block_1 .view-content .views-row a:hover {
  text-decoration: underline;
}
#footer .footer-inner .col-contacts {
  flex-direction: column;
  gap: 10px;
  grid-column: 1/2;
  grid-row: 2/3;
  margin-top: 20px;
}
@media (min-width: 992px) {
  #footer .footer-inner .col-contacts {
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
  }
}
#footer .footer-inner .col-contacts .phone,
#footer .footer-inner .col-contacts .mail {
  display: flex;
  align-items: center;
  gap: 10px;
}
#footer .footer-inner .col-contacts .phone a,
#footer .footer-inner .col-contacts .mail a {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #1e1e1e;
  text-decoration: none;
}
#footer .footer-inner .col-contacts .phone a:hover,
#footer .footer-inner .col-contacts .mail a:hover {
  text-decoration: underline;
}
#footer .footer-inner .col-webvesta {
  grid-row: 6/7;
  grid-column: 1/2;
  justify-self: center;
  font-weight: 500;
  font-size: 14px;
  color: #1e1e1e;
  margin-top: 15px;
}
@media (min-width: 576px) {
  #footer .footer-inner .col-webvesta {
    grid-row: 4/5;
    grid-column: 1/4;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  #footer .footer-inner .col-webvesta {
    grid-row: 2/3;
    grid-column: 4/5;
    margin-top: 78px;
    justify-self: end;
  }
}
#footer .footer-inner .col-webvesta a {
  text-decoration: none;
}
#footer .footer-inner .col-webvesta a:hover {
  text-decoration: underline;
}
#footer .footer-inner .privacy {
  grid-row: 5/6;
  grid-column: 1/2;
  margin-top: 30px;
}
@media (min-width: 576px) {
  #footer .footer-inner .privacy {
    grid-row: 3/4;
  }
}
@media (min-width: 992px) {
  #footer .footer-inner .privacy {
    grid-row: 2/3;
    margin-top: 48px;
  }
}
#footer .footer-inner .privacy p.copyright {
  font-weight: 500;
  font-size: 14px;
  color: #1e1e1e;
  margin-bottom: 10px;
}
#footer .footer-inner .privacy a {
  font-weight: 500;
  font-size: 14px;
  color: #1e1e1e;
  text-decoration: none;
}
#footer .footer-inner .privacy a:hover {
  text-decoration: underline;
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-full-wrapper {
  padding: 29px 0 33px 0;
  background: linear-gradient(90deg, #265e8f 0%, #031762 30.84%, #031762 66.92%, #265e8f 100%);
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-full-wrapper .vpa-content {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 576px) {
  #block-vesta-theme-vestaprivacyaccessblock #vpa-full-wrapper .vpa-content {
    font-size: 16px;
  }
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-full-wrapper .vpa-content a {
  color: inherit;
  text-decoration: none;
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-full-wrapper .vpa-content a:hover {
  text-decoration: underline;
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-full-wrapper .vpa-content p {
  color: inherit;
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-full-wrapper .vpa-content p strong {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-full-wrapper .vpa-content p:nth-child(2) {
  margin-bottom: 10px;
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-full-wrapper .vpa-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 576px) {
  #block-vesta-theme-vestaprivacyaccessblock #vpa-full-wrapper .vpa-actions {
    gap: 20px;
  }
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-full-wrapper .vpa-actions button {
  font-weight: 700;
  font-size: 14px;
  color: #1e1e1e;
  font-family: "Montserrat", sans-serif;
  width: 150px;
  height: 38px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid white;
  transition: all 0.3s;
}
@media (min-width: 576px) {
  #block-vesta-theme-vestaprivacyaccessblock #vpa-full-wrapper .vpa-actions button {
    width: 170px;
  }
}
#block-vesta-theme-vestaprivacyaccessblock #vpa-full-wrapper .vpa-actions button:hover {
  background: #0f4dc3;
  border: 1px solid #98e0ff;
  color: white;
}
.view-tovary.view-display-id-page_2 .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  row-gap: 30px;
}
.view-tovary.view-display-id-page_2 .view-content .views-row {
  flex: 0 0 50%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .view-tovary.view-display-id-page_2 .view-content .views-row {
    flex: 0 0 33.333%;
  }
}
@media (min-width: 992px) {
  .view-tovary.view-display-id-page_2 .view-content .views-row {
    flex: 0 0 25%;
  }
}
.view-tovary.view-display-id-page_2 .view-content .views-row .product-teaser {
  height: 100%;
  transition: all 0.3s;
}
.view-tovary.view-display-id-page_2 .view-content .views-row .product-teaser:hover {
  box-shadow: 0 4px 8px 0 rgba(128, 128, 128, 0.5);
}
.view-tovary.view-display-id-page_2 .view-content .views-row .product-teaser > div > .field--name-price {
  display: none;
}
.view-tovary.view-display-id-page_2 .view-content .views-row .product-teaser > div > .field--name-title {
  padding: 5px 10px;
}
.view-tovary.view-display-id-page_2 .view-content .views-row .product-teaser > div > .field--name-title a {
  text-decoration: none;
}
.view-tovary.view-display-id-page_2 .view-content .views-row .product-teaser > div > .field--name-title a:hover {
  text-decoration: underline;
}
.view-tovary.view-display-id-page_2 .view-content .views-row .product-teaser > div .field--name-variations {
  padding: 0 10px 5px 10px;
}
.view-tovary.view-display-id-page_2 .view-content .views-row .product-teaser > div .field--name-field-image-product-view .field__item {
  display: none;
}
.view-tovary.view-display-id-page_2 .view-content .views-row .product-teaser > div .field--name-field-image-product-view .field__item:first-child {
  display: block;
}
.view-tovary.view-display-id-page_2 .view-content .views-row .product-teaser > div .field--name-field-image-product-view .field__item:first-child a img {
  width: 100%;
}
.product-view-full {
  margin-bottom: 50px;
}
@media (min-width: 576px) {
  .product-view-full {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .product-view-full {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .product-view-full {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .product-view-full {
    margin-bottom: 120px;
  }
}
.product-view-full > .field--name-field-harakteristiki,
.product-view-full > .field--name-field-short-desc {
  display: none;
}
.product-view-full > .field--name-field-image-product-view,
.product-view-full > .field--name-dynamic-token-fieldcommerce-product-product-image-nav {
  display: none;
}
.product-view-full .product-teaser {
  gap: 25px;
  margin-bottom: 37px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .product-view-full .product-teaser {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .product-view-full .product-teaser {
    gap: 30px;
  }
}
.product-view-full .product-teaser .product-teaser-image {
  display: grid;
  gap: 0px 20px;
  max-width: 570px;
}
@media (min-width: 576px) {
  .product-view-full .product-teaser .product-teaser-image {
    grid-template-columns: 70px 370px;
    gap: 0 20px;
  }
}
@media (min-width: 992px) {
  .product-view-full .product-teaser .product-teaser-image {
    grid-template-columns: 70px 470px;
  }
}
@media (min-width: 1200px) {
  .product-view-full .product-teaser .product-teaser-image {
    gap: 0 30px;
  }
}
.product-view-full .product-teaser .product-teaser-image.not-grid {
  display: block;
  max-width: 470px;
}
.product-view-full .product-teaser .product-teaser-image .slider-big {
  position: relative;
  height: fit-content;
  margin-bottom: 0px;
  /*   @media (min-width: 576px) {
          margin-bottom: 40px;
        }*/
  /*&::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: #b67929;
          transform: rotate(-4deg);
          border-radius: 8px;
        }*/
}
@media (min-width: 576px) {
  .product-view-full .product-teaser .product-teaser-image .slider-big {
    margin-bottom: 0;
  }
}
.product-view-full .product-teaser .product-teaser-image .slider-big .slick-list {
  max-width: 344px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .product-view-full .product-teaser .product-teaser-image .slider-big .slick-list {
    max-width: 100%;
    margin: 0;
  }
}
.product-view-full .product-teaser .product-teaser-image .slider-big .field__item a {
  position: relative;
}
.product-view-full .product-teaser .product-teaser-image .slider-big .field__item a::before {
  background: white;
  z-index: -1;
}
.product-view-full .product-teaser .product-teaser-image .slider-big .field__item a img {
  max-width: 100%;
  object-fit: cover;
}
.product-view-full .product-teaser .product-teaser-image .slider-big .slick-prev {
  left: 12px;
}
.product-view-full .product-teaser .product-teaser-image .slider-big .slick-next {
  right: 12px;
}
.product-view-full .product-teaser .product-teaser-image .slider-small {
  max-width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 576px) {
  .product-view-full .product-teaser .product-teaser-image .slider-small {
    display: block;
  }
}
.product-view-full .product-teaser .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav {
  display: grid;
  grid-template-columns: 36px auto 36px;
  color: transparent;
  align-items: center;
  gap: 5px;
  margin-bottom: -10px;
  max-width: 336px;
}
@media (min-width: 576px) {
  .product-view-full .product-teaser .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
}
.product-view-full .product-teaser .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav .slick-arrow {
  position: static;
  transform: translate(0, 0);
  width: 36px;
  height: 20px;
}
.product-view-full .product-teaser .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav .slick-arrow::before {
  display: none;
}
.product-view-full .product-teaser .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav .slick-arrow svg path {
  opacity: 0.5;
  transition: all 0.3s;
}
.product-view-full .product-teaser .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav .slick-arrow:hover svg path {
  opacity: 1;
}
.product-view-full .product-teaser .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav .slick-arrow.slick-prev {
  grid-column: 1/2;
}
@media (min-width: 576px) {
  .product-view-full .product-teaser .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav .slick-arrow.slick-prev {
    margin-bottom: -12px;
  }
}
@media (min-width: 768px) {
  .product-view-full .product-teaser .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav .slick-arrow.slick-prev {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .product-view-full .product-teaser .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav .slick-arrow.slick-prev {
    margin-bottom: 30px;
  }
}
.product-view-full .product-teaser .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav .slick-arrow.slick-prev svg {
  transform: rotate(-90deg);
}
@media (min-width: 576px) {
  .product-view-full .product-teaser .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav .slick-arrow.slick-prev svg {
    transform: rotate(0deg);
  }
}
.product-view-full .product-teaser .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav .slick-arrow.slick-next {
  grid-column: 3/4;
  grid-row: 1/2;
}
@media (min-width: 576px) {
  .product-view-full .product-teaser .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav .slick-arrow.slick-next {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .product-view-full .product-teaser .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav .slick-arrow.slick-next {
    margin-top: 6px;
  }
}
.product-view-full .product-teaser .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav .slick-arrow.slick-next svg {
  transform: rotate(-90deg);
}
@media (min-width: 576px) {
  .product-view-full .product-teaser .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav .slick-arrow.slick-next svg {
    transform: rotate(0deg);
  }
}
.product-view-full .product-teaser .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav .slick-list {
  grid-column: 2/3;
  margin: 0px -5px;
  max-width: 270px;
  grid-row: 1/2;
}
@media (min-width: 576px) {
  .product-view-full .product-teaser .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav .slick-list {
    max-width: 100%;
    margin: -5px 0px;
  }
}
@media (min-width: 992px) {
  .product-view-full .product-teaser .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav .slick-list {
    margin: -15px 0px;
  }
}
.product-view-full .product-teaser .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav .slick-list .slick-track {
  margin-left: 0;
}
.product-view-full .product-teaser .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav .slick-list .slick-track img {
  cursor: pointer;
  width: 70px;
  height: 70px !important;
  object-fit: cover;
  border-radius: 0px;
  margin: 0px 5px;
}
@media (min-width: 576px) {
  .product-view-full .product-teaser .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav .slick-list .slick-track img {
    width: 70px;
    height: 70px;
    margin: 5px 0px;
  }
}
@media (min-width: 992px) {
  .product-view-full .product-teaser .product-teaser-image .slider-small > .field--name-dynamic-token-fieldcommerce-product-product-image-nav .slick-list .slick-track img {
    margin: 15px 0px;
  }
}
.product-view-full .product-teaser .product-teaser-info {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
@media (min-width: 992px) {
  .product-view-full .product-teaser .product-teaser-info {
    max-width: 500px;
  }
}
.product-view-full .product-teaser .product-teaser-info .field--name-field-stock {
  display: none;
}
.product-view-full .product-teaser .product-teaser-info p.is {
  font-weight: 500;
  font-size: 20px;
  color: #0f8100;
  margin-bottom: 20px;
}
.product-view-full .product-teaser .product-teaser-info h1 {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.11;
  text-transform: uppercase;
  color: #1e1e1e;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .product-view-full .product-teaser .product-teaser-info h1 {
    font-size: 36px;
  }
}
.product-view-full .product-teaser .product-teaser-info .short-desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.11;
  color: #1e1e1e;
  padding-top: 20px;
  border-top: 1px solid rgba(3, 23, 98, 0.8);
  border-bottom: 1px solid rgba(3, 23, 98, 0.8);
  flex-grow: 1;
  padding-bottom: 15px;
}
.product-view-full .product-teaser .product-teaser-info .field--name-price {
  font-weight: 500;
  font-size: 32px;
  text-transform: uppercase;
  color: #0f8100;
  margin: 20px 0 19px 0;
}
.product-view-full .product-teaser .product-teaser-info .field--name-price::after {
  content: "Р.";
}
.product-view-full .product-teaser .product-teaser-info .field--name-variations form {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 20px;
}
@media (min-width: 1200px) {
  .product-view-full .product-teaser .product-teaser-info .field--name-variations form {
    gap: 30px;
  }
}
.product-view-full .product-teaser .product-teaser-info .field--name-variations form .field--name-purchased-entity {
  display: none;
}
.product-view-full .product-teaser .product-teaser-info .field--name-variations form .field--name-quantity {
  display: flex;
  gap: 10px;
}
.product-view-full .product-teaser .product-teaser-info .field--name-variations form .field--name-quantity span.btn-minus {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  color: transparent;
  cursor: pointer;
}
.product-view-full .product-teaser .product-teaser-info .field--name-variations form .field--name-quantity span.btn-minus::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/minus.svg");
}
.product-view-full .product-teaser .product-teaser-info .field--name-variations form .field--name-quantity span.btn-plus {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  color: transparent;
  cursor: pointer;
}
.product-view-full .product-teaser .product-teaser-info .field--name-variations form .field--name-quantity span.btn-plus::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/plus.svg");
}
.product-view-full .product-teaser .product-teaser-info .field--name-variations form .field--name-quantity .form-type-number label {
  display: none;
}
.product-view-full .product-teaser .product-teaser-info .field--name-variations form .field--name-quantity .form-type-number input {
  font-weight: 500;
  font-size: 24px;
  color: #1a1a1a;
  width: 35px;
  text-align: center;
  border: 0;
}
.product-view-full .product-teaser .product-teaser-info .field--name-variations form .form-actions {
  position: relative;
}
.product-view-full .product-teaser .product-teaser-info .field--name-variations form .form-actions::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 23px;
  display: block;
  width: 23px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/cart.svg");
  z-index: 2;
}
.product-view-full .product-teaser .product-teaser-info .field--name-variations form .form-actions button {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  color: white;
  border-radius: 0;
  background: transparent;
  padding: 9.5px 23px 9.5px 62px;
  border: none;
  display: inline-block;
  text-align: center;
  z-index: 1;
  text-decoration: none;
}
.product-view-full .product-teaser .product-teaser-info .field--name-variations form .form-actions button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='150' height='40' viewBox='0 0 150 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 0H150V26L136 40H0V14L14 0Z' fill='%23031762' /%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.product-view-full .product-teaser .product-teaser-info .field--name-variations form .form-actions button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='150' height='40' viewBox='0 0 150 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 0H150V26L136 40H0V14L14 0Z' fill='%231e1e1e' /%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.product-view-full .product-teaser .product-teaser-info .field--name-variations form .form-actions button:hover {
  color: white;
}
.product-view-full .product-teaser .product-teaser-info .field--name-variations form .form-actions button:hover::after {
  opacity: 1;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs {
  border: none;
  margin-bottom: 0;
}
.product-view-full .field-group-tabs-wrapper ul.horizontal-tabs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background: transparent;
  border: none;
}
@media (min-width: 992px) {
  .product-view-full .field-group-tabs-wrapper ul.horizontal-tabs-list {
    gap: 14px;
  }
}
.product-view-full .field-group-tabs-wrapper ul.horizontal-tabs-list li {
  position: relative;
  background: transparent;
  border: none;
}
.product-view-full .field-group-tabs-wrapper ul.horizontal-tabs-list li::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 0;
  width: 1px;
  height: 35px;
  background: rgba(3, 23, 98, 0.5);
}
.product-view-full .field-group-tabs-wrapper ul.horizontal-tabs-list li a {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #1e1e1e;
  padding: 6.1px 8px;
  font-family: "Jost", sans-serif;
}
@media (min-width: 992px) {
  .product-view-full .field-group-tabs-wrapper ul.horizontal-tabs-list li a {
    font-size: 20px;
    padding: 3.2px 8px;
  }
}
.product-view-full .field-group-tabs-wrapper ul.horizontal-tabs-list li a strong {
  font-weight: 500;
}
.product-view-full .field-group-tabs-wrapper ul.horizontal-tabs-list li:last-child::after {
  display: none;
}
.product-view-full .field-group-tabs-wrapper ul.horizontal-tabs-list li.selected a {
  color: #fff;
  background: rgba(3, 23, 98, 0.5);
  font-weight: 500;
}
.product-view-full .field-group-tabs-wrapper ul.horizontal-tabs-list li.selected::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 0;
  width: 1px;
  height: 35px;
  background: white;
}
.product-view-full .field-group-tabs-wrapper ul.horizontal-tabs-list li.selected::after {
  display: none;
}
@media (min-width: 992px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs-panes {
    max-width: 460px;
  }
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs-panes > details {
  padding: 0;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs-panes > details .details-wrapper.card-body {
  padding: 14px 0 0 0;
}
@media (min-width: 768px) {
  .product-view-full .field-group-tabs-wrapper .horizontal-tabs-panes > details .details-wrapper.card-body {
    padding: 20px 0 0 0;
  }
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs-panes > details .details-wrapper.card-body .field--name-body {
  font-weight: 500;
  font-size: 16px;
  color: #1e1e1e;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs-panes > details .details-wrapper.card-body .field--name-body h2 {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 20px;
  color: #031762;
}
.product-view-full .field-group-tabs-wrapper .horizontal-tabs-panes > details .details-wrapper.card-body .field--name-body p {
  margin-bottom: 20px;
}
.view-commerce-cart-form.view-id-commerce_cart_form.view-display-id-default table tbody td.views-field.views-field-edit-quantity .form-type-number .ajax-progress.ajax-progress-throbber {
  display: none !important;
}
.view-commerce-cart-form.view-id-commerce_cart_form.view-display-id-default table tbody td.views-field.views-field-remove-button button {
  position: relative;
  width: 40px;
  height: 40px;
  color: transparent;
  background: white;
  border: 1px solid white;
}
.view-commerce-cart-form.view-id-commerce_cart_form.view-display-id-default table tbody td.views-field.views-field-remove-button button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/remove.png");
}
.view-commerce-cart-form.view-id-commerce_cart_form.view-display-id-default table tbody td.views-field.views-field-remove-button button:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: black;
}
.view-commerce-cart-form.view-id-commerce_cart_form.view-display-id-default form .form-actions button {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  color: white;
  border-radius: 0;
  background: transparent;
  padding: 9px 26px 10px 32.5px;
  border: none;
  display: inline-block;
  text-align: center;
  z-index: 1;
  text-decoration: none;
}
.view-commerce-cart-form.view-id-commerce_cart_form.view-display-id-default form .form-actions button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='150' height='40' viewBox='0 0 150 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 0H150V26L136 40H0V14L14 0Z' fill='%23031762' /%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.view-commerce-cart-form.view-id-commerce_cart_form.view-display-id-default form .form-actions button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='150' height='40' viewBox='0 0 150 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 0H150V26L136 40H0V14L14 0Z' fill='%231e1e1e' /%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.view-commerce-cart-form.view-id-commerce_cart_form.view-display-id-default form .form-actions button:hover {
  color: white;
}
.view-commerce-cart-form.view-id-commerce_cart_form.view-display-id-default form .form-actions button:hover::after {
  opacity: 1;
}
.view-commerce-cart-form.view-id-commerce_cart_form.view-display-id-default form .form-actions button.js-hide {
  display: none;
}
.cart.cart-form .order-total-line__subtotal {
  display: none;
}
.cart.cart-form .order-total-line__total .order-total-line-label::after {
  content: ":";
}
.order-total-line__subtotal {
  display: none;
}
.order-total-line__total .order-total-line-label::after {
  content: ":";
}
.layout-region-checkout-secondary {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .layout-region-checkout-secondary {
    margin-top: 0;
  }
}
form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information {
  margin-bottom: 15px;
}
form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information .form-type-radio {
  position: relative;
  display: flex;
  gap: 8px;
}
form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information .form-type-radio .checkbox-custom {
  display: inline-block;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  background-image: url("/sites/all/themes/vesta_theme/image/check-black.svg");
}
form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information .form-type-radio input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 21px;
  height: 21px;
  opacity: 0;
  cursor: pointer;
}
form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information .form-type-radio input:checked + .checkbox-custom {
  background-image: url("/sites/all/themes/vesta_theme/image/checked-black.svg");
}
form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information .form-type-radio input + .checkbox-custom {
  position: relative;
}
form#commerce-checkout-flow-multistep-default fieldset#edit-payment-information .form-type-radio input.error + .checkbox-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: block;
  width: 24px;
  height: 24px;
  box-shadow: 0px 1px 0px 0px red;
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy {
  position: relative;
  margin-left: 0px;
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy .checkbox-custom {
  display: inline-block;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  background-image: url("/sites/all/themes/vesta_theme/image/check-black.svg");
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy .label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.08696;
  color: #fff;
  margin-left: 0;
}
@media (min-width: 576px) {
  form#commerce-checkout-flow-multistep-default .form-item-privacy-policy .label {
    font-size: 14px;
  }
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy .label a {
  color: inherit;
  text-decoration: none;
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy .label::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  background-image: url("/sites/all/themes/vesta_theme/image/check.svg");
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 21px;
  height: 21px;
  opacity: 0;
  cursor: pointer;
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy input:checked + .checkbox-custom {
  background-image: url("/sites/all/themes/vesta_theme/image/checked-black.svg");
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy input + .checkbox-custom {
  position: relative;
}
form#commerce-checkout-flow-multistep-default .form-item-privacy-policy input.error + .checkbox-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: block;
  width: 24px;
  height: 24px;
  box-shadow: 0px 1px 0px 0px red;
}
.modal-content .modal-body form strong.error,
.modal-content .modal-body form .form-item--error-message,
.modal-content .modal-body form .alert-error {
  display: none !important;
}
.modal-content .modal-body form input.error,
.modal-content .modal-body form .textarea.error {
  box-shadow: 0px 0px 7px 0px red;
}
.modal-content .modal-body form .form-item-telefon,
.modal-content .modal-body form .form-item-name,
.modal-content .modal-body form .form-type-email {
  margin-bottom: 5px;
}
.modal-content .modal-body form .form-item-telefon input,
.modal-content .modal-body form .form-item-name input,
.modal-content .modal-body form .form-type-email input {
  margin: 0;
}
.modal-content .modal-body form .form-item-privacy {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (min-width: 576px) {
  .modal-content .modal-body form .form-item-privacy {
    gap: 10px;
  }
}
.modal-content .modal-body form .form-item-privacy .checkbox-custom {
  display: inline-block;
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  background-image: url("/sites/all/themes/vesta_theme/image/check.svg");
}
.modal-content .modal-body form .form-item-privacy input {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 1;
  width: 10px;
  height: 10px;
  opacity: 0;
  cursor: pointer;
}
.modal-content .modal-body form .form-item-privacy input:checked + .checkbox-custom {
  background-image: url("/sites/all/themes/vesta_theme/image/checked.svg");
}
.modal-content .modal-body form .form-item-privacy input + .description {
  position: relative;
}
.modal-content .modal-body form .form-item-privacy input.error + .checkbox-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: block;
  width: 10px;
  height: 10px;
  box-shadow: 0px 1px 0px 0px red;
}
.modal-content .modal-body form .form-item-privacy .description {
  font-weight: 300;
  font-size: 14px;
  color: black;
  margin-left: 0;
}
.modal-content .modal-body form .form-item-privacy .description a {
  color: inherit;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.modal-content .modal-body form .form-item-message {
  margin-bottom: 10px;
}
.modal-content .modal-footer button {
  width: 100%;
  border-radius: 0;
}
.ui-dialog-buttonset.form-actions {
  flex-wrap: wrap;
}
.ui-dialog-buttonset.form-actions .use-ajax.button.button--secondary {
  flex: 0 0 100%;
}
.ui-dialog .ui-dialog-titlebar button.ui-dialog-titlebar-close:hover {
  background: white;
}
.ui-dialog .ui-dialog-titlebar button.ui-dialog-titlebar-close::after {
  content: "X";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ui-dialog .ui-dialog-buttonpane .form-actions {
  display: flex;
}
.ui-dialog .ui-dialog-buttonpane .form-actions button {
  display: inline-block;
  background: #031762;
  border-color: #031762;
  border-radius: 10px;
  padding: 7px 13.9px 7.5px 13.9px;
  border: 1px solid black;
  color: white;
  border-radius: 0;
}
.ui-dialog .ui-dialog-buttonpane .form-actions button:hover {
  background: black;
  border-color: black;
}
.ui-dialog .ui-dialog-buttonpane .form-actions button:active {
  background-color: #315111;
}
.layout-checkout-form .layout-region-checkout-footer button {
  border-radius: 0;
}
.layout-region-checkout-secondary {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .layout-region-checkout-secondary {
    margin-bottom: 0;
  }
}
.layout-region-checkout-secondary #shipping-information-wrapper > fieldset > legend {
  display: none;
}
.layout-region-checkout-secondary #shipping-information-wrapper > fieldset > .fieldset-wrapper > * {
  display: none;
}
.layout-region-checkout-secondary #shipping-information-wrapper > fieldset > .fieldset-wrapper > div[id^="edit-sidebar-shipping-information-shipments--"],
.layout-region-checkout-secondary #shipping-information-wrapper > fieldset > .fieldset-wrapper > div:last-child {
  display: block;
}
.layout-region-checkout-secondary #shipping-information-wrapper > fieldset > .fieldset-wrapper > div[id^="edit-sidebar-shipping-information-shipments--"] .form-type-radio,
.layout-region-checkout-secondary #shipping-information-wrapper > fieldset > .fieldset-wrapper > div:last-child .form-type-radio {
  position: relative;
  display: flex;
  gap: 8px;
}
.layout-region-checkout-secondary #shipping-information-wrapper > fieldset > .fieldset-wrapper > div[id^="edit-sidebar-shipping-information-shipments--"] .form-type-radio .checkbox-custom,
.layout-region-checkout-secondary #shipping-information-wrapper > fieldset > .fieldset-wrapper > div:last-child .form-type-radio .checkbox-custom {
  display: inline-block;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  background-image: url("/sites/all/themes/vesta_theme/image/check-black.svg");
}
.layout-region-checkout-secondary #shipping-information-wrapper > fieldset > .fieldset-wrapper > div[id^="edit-sidebar-shipping-information-shipments--"] .form-type-radio input,
.layout-region-checkout-secondary #shipping-information-wrapper > fieldset > .fieldset-wrapper > div:last-child .form-type-radio input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 21px;
  height: 21px;
  opacity: 0;
  cursor: pointer;
}
.layout-region-checkout-secondary #shipping-information-wrapper > fieldset > .fieldset-wrapper > div[id^="edit-sidebar-shipping-information-shipments--"] .form-type-radio input:checked + .checkbox-custom,
.layout-region-checkout-secondary #shipping-information-wrapper > fieldset > .fieldset-wrapper > div:last-child .form-type-radio input:checked + .checkbox-custom {
  background-image: url("/sites/all/themes/vesta_theme/image/checked-black.svg");
}
.layout-region-checkout-secondary #shipping-information-wrapper > fieldset > .fieldset-wrapper > div[id^="edit-sidebar-shipping-information-shipments--"] .form-type-radio input + .checkbox-custom,
.layout-region-checkout-secondary #shipping-information-wrapper > fieldset > .fieldset-wrapper > div:last-child .form-type-radio input + .checkbox-custom {
  position: relative;
}
.layout-region-checkout-secondary #shipping-information-wrapper > fieldset > .fieldset-wrapper > div[id^="edit-sidebar-shipping-information-shipments--"] .form-type-radio input.error + .checkbox-custom::after,
.layout-region-checkout-secondary #shipping-information-wrapper > fieldset > .fieldset-wrapper > div:last-child .form-type-radio input.error + .checkbox-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: block;
  width: 24px;
  height: 24px;
  box-shadow: 0px 1px 0px 0px red;
}
nav.pager {
  margin-top: 50px;
}
nav.pager ul.pagination {
  justify-content: center;
}
nav.pager ul.pagination li a {
  color: black;
  border: none;
}
nav.pager ul.pagination li a:hover {
  background-color: #2D3658;
  color: white;
}
nav.pager ul.pagination li.page-item.is-active.active a {
  background-color: #2D3658;
  color: white;
}
.body-node--800 #block-vesta-theme-bloknastranicekontakty .field--name-body p {
  margin-bottom: 0.5rem;
}
.body-node--800 #block-vesta-theme-bloknastranicekontakty .field--name-body p a {
  text-decoration: none;
}
.body-node--800 #block-vesta-theme-bloknastranicekontakty .field--name-body p a:hover {
  text-decoration: underline;
}
