.map-iframe {
 width: 982px;
 height: 552px;
 border: 0;
}
.relief-container {
 width: 640px;
 height: 424px;
 margin: -1px -1px -26px -1px;
 overflow: hidden;
}
.relief-iframe {
 width: 100%;
 height: 100%;
 border: 0; /* вместо frameborder="0" */
 overflow: hidden; /* вместо scrolling="no" */
}



.weather-widget {
 text-align: center;
 //padding: 20px;
 //max-width: 300px;
}
#temp {
 //font-size: 24px;
 //font-weight: bold;
 margin: 0;
 //text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.weather-widget #icon {
 width: 90px;
 height: 90px;
 margin: 0 auto;
}
#description {
 color: #1e90ff;
 margin: 0 0 10px 0;
 text-transform: capitalize;
}
.details {
 font-size: 13px;
 margin: 5px 0;
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.details span:first-child {
 font-weight: bold;
}