.page.with_adminpanel header.header {
  z-index: 100;
}

.vbox-inline.vbox-child {
  /* background: #fff; */
}

.business-security-vendor__item img, .business-security-vendor__item picture, .business-security-vendor__item video {
  padding: 2rem;
}

.template__text-container a {
  color: #a50f2d;
  transition: all 0.3s ease-in-out 0s;
}

.template__text-container a:hover {
  color: #40454E;
}

.header__container,
.business-nav__container {
  border: .1rem solid #d2dce5;
}

#section-infrastructure .business-dev-item__box.business-dev-item-adv__item img {
  max-width: 30rem;
  margin: 0 auto;
  object-fit: contain;
}


ul.download-ul {
  width: 100%;
  list-style: none;
  padding-top: 6rem;
  font-size: 1.6rem;
  line-height: 6rem;
  max-width: 95rem;
  margin: 0 auto;
  gap: 0;
}

ul.download-ul.full {
  max-width: initial;
}

ul.download-ul li {
  display: flex;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  padding: 0;
  position: relative;
}

ul.download-ul li:last-child {
  border-bottom: 0
}

ul.download-ul a {
  transition: .3s;
  width: 100%;
  padding: 0 2rem;
}

ul.download-ul a:hover {
  padding: 0 3rem;
  background: #ffffff;
}

ul.download-ul li:hover {
  margin-right: 2rem;
}

ul.download-ul span {
  min-width: 13rem;
  color: #757575;
  margin-right: 3rem;
  display: inline-block;
}

ul.download-ul li:before {
  content: " ";
  position: absolute;
  right: 2rem;
  display: inline-block;
  width: 2rem;
  background-color: transparent;
  height: 2.3rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='23' viewBox='0 0 20 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 21h20M10 0v15m0 0l8-6.806M10 15L2 8.194' stroke='%23A50F2D' stroke-width='2.063'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  left: unset;
  top: 1.9rem;
}


@media (max-width: 600px) {
  ul.download-ul a {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 2rem 0;
  }

  ul.download-ul {
    line-height: 3rem;
  }

}

.inv-calendar .template__box:not(:last-child) {
  margin-bottom: 1.4rem;
}

.inv-calendar .title-1 {
  margin-bottom: 6rem;
}

.inv-calendar .title-1:not(:first-child) {
  margin-top: 10rem;
}

.invideo {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 8rem;
}

.invideo div {
  border-radius: 1.2rem;
  width: calc(100% / 3 - 2rem);
}

.invideo div iframe {
  width: -webkit-fill-available;
  border-radius: 1.2rem;
}

.invideo h3 {
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

.bonds .about-mission-item__num {
  width: 9rem;
}

.bonds.template ul li {
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
}

.bonds .text-btn.about-mission-item__text .template ul li {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.bonds ul.download-ul {
  padding-top: 0;
  margin-top: -2.3rem;
}

.bonds .about-mission-item {
  border-top: 0;
  border-bottom: .1rem solid #d2dce5;
  padding: 2rem 2rem;
}

.bonds ul.download-ul li:before {
  right: 3rem
}

.bonds .about-mission-item._dropped .about-mission-item__container {
  padding-top: 3rem;
  padding-left: 0;
}

@media (max-width: 600px) {
  .bonds .about-mission-item__num {
    width: 6rem;
    left: -2rem;
  }

  .bonds .sk-info__img {
    display: block;
    width: 80%;
    margin-bottom: 2rem;
    max-width: 15rem;
  }
}


.obmen .about-values-item__container, .obmen .investors-factors__list {
  display: block;
}

.obmen .template ul {
  margin-bottom: 3rem
}

.obmen .template h2 {
  margin-top: 4rem
}

.obmen table {}

.obmen__none table tr {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-bottom: 2rem;
  width: 100%;
}

.obmen__none table tr td {
  width: 100%;
  padding: 3rem 4rem;
  flex-direction: column;
  justify-content: center;
  background: #f0f2f6;
  border-radius: 1rem;
}

.obmen__none table tr td:first-child {
  width: 30rem;
  background: #a50f2d;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  color: white;
  border-radius: 1rem;
}

.obmen__none ul.download-ul.tab a {
  transition: .3s;
  width: 100%;
  padding: 0 2rem;
  border: 2px solid #e5e9f1;
  border-radius: 1rem;
}

.etap div p {
  padding: 4rem 2rem;
  border: 1px solid #e8e8e8;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
}

.etap .wid {
  width: calc(100% / 3);
}

.etap {
  display: flex;
  gap: 2rem;
  align-items: center;
  background: #d2dce5;
  padding: 2rem;
  margin: 0 0 3rem;
}

.etap img {
  height: 3rem;
  margin-top: 4rem;
}

.etap .wid p {
  border: 0;
  border-radius: 1rem;
  background: #fff;
  padding: 2rem 2rem;
  margin-top: 2rem;
  height: 9rem;
  border: 1px solid #e8e8e8;
}

.etap .wid span {
  text-align: center;
  display: block;
  font-size: 1.4rem;
}

/* .obmen a {color: #a50f2d;} */
.template ul, .template h4:not(:last-child), .template h5:not(:last-child), .template h6:not(:last-child), .template p:not(:last-child) {
  margin-bottom: 1.6rem;
}

.template h1:not(:last-child), .template h2:not(:last-child), .template h3:not(:last-child) {
  margin-bottom: 2.4rem;
}

.business-prod-item__img {
  height: 100%;
}

.business-prod-box .business-prod-item__img {
  padding: 2rem
}

.business-security-box.business-security-box__altbg {
  background: none;
}

.business-security-box.business-security-box__altbg .investors-strategy-item {
  background: #fff;
  padding-bottom: 1rem;
}

.business-security-box.business-security-box__altbg .investors-strategy-item__num {
  background: #f0f2f6;
}

.main-map.main-map_mb0 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.about-contacts.about-contacts_mt1 {
  margin-top: 1rem;
}
.share-card a {  
height: 100%;
width: 100%;
display: block;
object-fit: cover;
}
.share-card img { 
height: 100%;
width: 100%;
object-fit: cover;
border-radius: .6rem;

}

.marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 10px 0;
    background-color: #f0f0f0;
  }

  .marquee-content {
    display: flex;
    justify-content: space-between;
    animation: marquee 20s linear infinite;
  }

  .marquee-content:hover {
    animation-play-state: paused;
  }

  .marquee-content a {
    min-height: 4rem;
    background: #fff;
    border-radius: 1.6rem;
    padding: 1rem 2rem;
    display: block;
    margin: 1rem;
    color: #a50f2d;
    font-size: 2.5rem;
  }

  @media (max-width: 600px) {
    .marquee-container {
      width: 95%;
      margin-left: auto;
      margin-right: auto;
    }
    .marquee-content a {
      font-size: 1.75rem;
    }
  }

  .marquee-content a:hover {
    color: #40454e;
  }

  @keyframes marquee {
    0% {
      transform: translateX(100%);
    }

    100% {
      transform: translateX(-100%);
    }
  }