.vp-page {
  padding: 0 0 60px;
  background-color: #e8e8e8;
  background-image: url("/images/main-fone.jpg");
  background-repeat: repeat;
  background-size: auto;
  --vp-block-border: #4c4d6a;
  --vp-block-shadow: 2px 4px 14px rgba(76, 77, 106, 0.16);
}

.vp-page .container {
  max-width: 1170px;
}

.vp-section {
  margin-bottom: 24px;
}

.vp-section .row>[class*="col-"] {
  margin-bottom: 24px;
}

.vp-section .row>[class*="col-"]:last-child {
  margin-bottom: 0;
}

.vp-row--gap {
  margin-left: 0;
  margin-right: 0;
  gap: 24px;
}

.vp-row--gap>[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

@media (min-width: 992px) {

  .vp-row--gap>.col-lg-6,
  .vp-row--gap>.col-xl-6 {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}

@media (min-width: 933px) and (max-width: 1180px) {
  .vp-page .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.vp-card--photo {
  padding: 0;
  overflow: hidden;
}

.vp-section:last-child {
  margin-bottom: 0;
}

.vp-card {
  background: #fff;
  border: 1px solid var(--vp-block-border);
  border-radius: 20px;
  box-shadow: var(--vp-block-shadow);
  padding: 28px 32px;
  height: 100%;
}

.vp-card--full {
  width: 100%;
}

.vp-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #333;
}

.vp-card__logo {
  display: block;
  max-width: 220px;
  max-height: 80px;
  width: auto;
  height: auto;
  margin-bottom: 18px;
  object-fit: contain;
}

.vp-card__text {
  font-size: 16px;
  line-height: 1.5;
  color: #444;
}

.vp-card__text a {
  color: #222;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.vp-card__text a:hover {
  color: var(--OC, #c9a227);
}

.vp-heading {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #222;
}

.vp-subheading {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #555;
}

.vp-services-section {
  --vp-radius: 20px;
}

.vp-services-shell {
  position: relative;
}

.vp-services-shell__head {
  padding: 4px 0 14px;
  margin-right: 25%;
  position: relative;
}

.vp-services-shell__head .vp-heading {
  margin-bottom: 8px;

}

.vp-services-card {
  position: relative;
  border: 1px solid var(--vp-block-border);
}

@media (min-width: 576px) {
  .vp-services-card {
    border-top-right-radius: 0 !important;
    box-shadow: none;
    filter: drop-shadow(var(--vp-block-shadow));
  }
  .vp-services-card:before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: -1px;
    width: 20%;
    height: 94px;
    background: #fff;
    border-radius: 20px 20px 0 0;
    border: 1px solid var(--vp-block-border);
    border-bottom: 0;
    box-shadow: none;
  }

  .vp-services-card:after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: calc(20% - 2px);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_2343_760)'%3E%3Cpath d='M20 0C20 11.0457 11.0457 20 0 20H20V0Z' fill='white'/%3E%3Cpath d='M20 0C20 5.30433 17.8929 10.3914 14.1421 14.1421C10.3914 17.8929 5.30433 20 0 20' stroke='%234C4D6A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2343_760'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  }
}



.vp-services {
  display: flex;
  flex-direction: column;
}

.vp-services__row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid #d8d8d8;
}

.vp-services__row:first-child {
  padding-top: 0;
}

.vp-services__row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.vp-services__num {
  flex: 0 0 48px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #888;
}

.vp-services__title {
  flex: 0 0 220px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.vp-services__title a {
  color: #222;
  text-decoration: none;
  transition: color 0.2s;
}

.vp-services__title a:hover {
  color: var(--OC, #c9a227);
}

.vp-services__details {
  flex: 1;
  margin: 0 !important;
  padding: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #444;
}

.vp-services__details li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 4px;
}

.vp-services__details li:last-child {
  margin-bottom: 0;
}

.vp-services__details li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #888;
}

.vp-trust-text {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  color: #222;
}

.vp-partners {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 32px;
}

.vp-partners__item {
  flex: 1 1 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
}

.vp-partners__logo {
  display: block;
  max-width: 200px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.vp-assort {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.vp-assort__content {
  flex: 1;
  min-width: 0;
}

.vp-assort__action {
  flex: 0 0 auto;
}

.vp-offices {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.vp-offices__content {
  flex: 1;
}

.vp-offices__label {
  margin: 0 0 6px;
  font-size: 17px !important;
  font-weight: 700 !important;
  margin-bottom: 1em !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #222;
}

.vp-offices__label+.vp-offices__cities {
  margin-bottom: 20px;
}

.vp-offices__cities {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: #333;
}

.vp-offices__action {
  flex: 0 0 auto;
  align-self: center;
}

.vp-team-photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}

.vp-join {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.vp-join__content {
  flex: 1;
  max-width: 620px;
}

.vp-join__title {
  margin: 0 0 14px;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.4;
  margin-bottom: 1em !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #222;
}

.vp-join__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #444;
}

.vp-join__buttons {
  flex: 0 0 200px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vp-btn {
  display: inline-block;
  padding: 12px 32px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  text-decoration-line: none !important;
  color: #333;
  background: #fff;
  border: 1px solid #999;
  border-radius: 999px;
  transition: border-color 0.2s, color 0.2s;
}

.vp-btn:hover {
  border-color: #333;
  color: #111;
}

@media (min-width: 1200px) {
  .vp-section .row>[class*="col-"] {
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .vp-services__title {
    flex: 0 0 180px;
  }
}

@media (max-width: 991px) {
  .vp-row--gap {
    margin-left: 0;
    margin-right: 0;
  }

  .vp-row--gap>[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .vp-page {
    padding: 0 0 40px;
  }

  .vp-card {
    padding: 22px 24px;
  }

  .vp-heading {
    font-size: 22px;
  }

  .vp-partners {
    justify-content: center;
  }

  .vp-partners__item {
    flex: 1 1 calc(50% - 16px);
  }

  .vp-assort,
  .vp-offices,
  .vp-join {
    flex-direction: column;
  }

  .vp-assort__action,
  .vp-offices__action,
  .vp-join__buttons {
    flex: none;
    width: 100%;
  }

  .vp-join__content {
    max-width: none;
  }

  .vp-join__buttons {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .vp-services__row {
    flex-wrap: wrap;
    gap: 12px 20px;
  }

  .vp-services__num {
    flex: 0 0 40px;
  }

  .vp-services__title {
    flex: 1 1 calc(100% - 60px);
    min-width: 160px;
  }

  .vp-services__details {
    flex: 1 1 100%;
    padding-left: 60px;
  }
}

@media (max-width: 767px) {
  .vp-card {
    padding: 18px 20px;
    border-radius: 16px;
  }

  .vp-services-section {
    --vp-radius: 16px;
  }

  .vp-heading {
    font-size: 18px;
  }

  .vp-trust-text {
    font-size: 16px;
  }

  .vp-partners__item {
    flex: 1 1 100%;
  }

  .vp-services__details {
    padding-left: 0;
  }

  .vp-join__buttons {
    flex-direction: column;
  }

  .vp-btn {
    width: 100%;
  }
}
.vp-card iframe{width: 100%;border-radius: 20px;}