@import url('https://fonts.googleapis.com/css2?family=Ysabeau+Infant:ital,wght@0,1..1000;1,1..1000&display=swap');
@import url("micro.css") screen and (min-width: 0px) and (max-width: 499px), screen and (min-device-width: 0px) and (max-device-width: 499px);
@import url("short.css") screen and (min-width: 500px) and (max-width: 772px), screen and (min-device-width: 500px) and (max-device-width: 772px);
@import url("little.css") screen and (min-width: 773px) and (max-width: 999px), screen and (min-device-width: 773px) and (max-device-width: 999px);
@import url("middle.css") screen and (min-width: 1000px) and (max-width: 1249px), screen and (min-device-width: 1000px) and (max-device-width: 1249px);
@import url("wide.css") screen and (min-width: 1250px) and (min-device-width: 1250px);

html {
	font-size:100%;
}
body {
	display: block;
	width: auto;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    font-family: 'Ysabeau Infant', sans-serif;
}
.not-found-box {
    display: flex;
    position: relative;
    width: 100%;
    height: 500px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    font-size: 2rem;
    color: #434343;
}
.not-found-box>b {
    flex: 0 0 100%;
    text-align: center;
    font-size: 6rem;
    font-weight: 900;
}
.point {
    -webkit-transition: all .5s ease-out 0.1s;
    -moz-transition: all .5s ease-out 0.1s;
    -o-transition: all .5s ease-out 0.1s;
}
#VOLODARSK, #VORONEG, #CHERKASSI, #NEVSKAYA, #NIKOLSKOE {
    cursor: pointer;
}
#VOLODARSK:hover, #VORONEG:hover, #CHERKASSI:hover, #NEVSKAYA:hover, #NIKOLSKOE:hover {
    background-color: #07ca7f5c;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
}