.banner {
  background-image: url(./../images/card-big@2x.png);
  background-size: cover;
  background-position: center;
   min-height: 70vh;
  display: flex; 
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  mask:
    radial-gradient(var(--r1,160%) var(--r2,68.15%) at top   ,white 79.5%,transparent 0%) top left,
    radial-gradient(var(--r1,160%) var(--r2,68.15%) at bottom,transparent 79.5%,white 0%) top right;
  -webkit-mask:
    radial-gradient(var(--r1,160%) var(--r2,68.15%) at top   ,white 79.5%,transparent 0%) top left,
    radial-gradient(var(--r1,160%) var(--r2,68.15%) at bottom,transparent 79.5%,white 0%) top right;
  -webkit-mask-size: 50.5% 195%;
  -webkit-mask-repeat: no-repeat;
  mask-size: 50.5% 195%;
  mask-repeat: no-repeat;
}

.banner__title {
  font-size: 200%;
}

.banner__link {
  padding: 1rem 1rem;
  font-size: 100%;
}

.banner__logo {
  width: 100%;
  max-width: 300px;
}

.banner__inner {
  flex-grow: 1;
  display: flex; 
  justify-content: space-around;
  flex-direction: column;
}

.banner__footer {
  background-color: #72130a;
  padding: 8vh 10vw;
}

.contact__card {

  background-size: cover;
  background-position: center;
  min-height: 70vh; 
  display: flex; 
  justify-content: space-around;
  flex-direction: column;
  position: relative;
  margin-top: -20vh;
  color: #ffffff;
  text-shadow: 1px 2px #000;
}


.contact {
  background-color: #1E2028;
  position: relative;
  /* min-height: 100vh; */
  background-image: url(../images/red-shape@2x.png);
  background-position: center bottom;
  background-size: cover;
  padding-bottom: 100px;
  color: #fff;
}

.contact__cardwrap,
.contact__title,
.contact__detail {
  position: relative;;
  top: -200px;
}
.contakt-title {
  margin-top: -10vw;
  background-position: top;
  background-size: cover;
  background-image: url(../images/pictures.png);
  height: 35vw;
  background-repeat: no-repeat;
  position: relative;
}
.contact__title {
  background-size: cover;
  font-size: 300%;
  text-align: center;
  padding: 2rem 0 2rem 0;
  font-weight: bold;
}

.contact__card-title {
  color: #fff;
  font-size: 300%;
  font-weight: bold;
  display: block;
  height: 58px;
  line-height: 58px;
  position: absolute;
  top: 50%;
  transform: translateY(-29px);
  width: 100%;
  text-align: center;
  padding: 0 16px 0 0;
}

.contact__icon {
  width: 2rem;
  margin-right: 15px;
}

.contact-content {
  padding-left: 53px;
}

.contact__more {
  padding: 10vh 0;
  color: #fff;
}

.contact__more__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bottom-logo {
  padding-top: 48px;
}