.ymap > iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
}
.gradient {
  background: rgb(2,0,36);
  background: linear-gradient(162deg, rgba(0,0,0,1) 0%, rgba(112,112,112,1) 100%);
}
