body {
    background-color: #191717;


    color: #FFFFFF;
    text-align: center;
}
#root{
width: 100%;
  }

.w90p{
    width: 90%;
    margin: 0 auto;
}
.w80p{
    width: 80%;
    margin: 0 auto;
}

.w100p{
    max-width: 100%;
}
.contact_sectionright {
    width: auto;
    height: auto;
    text-align: center;
    padding: 2.5%;
}


body,td,th {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: large;
}
nav {
    margin: 0;
    background-color: #191717;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 0;
    width: 100%;
}
.navlist {
    list-style-position: inside;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}
.navlistitem {
    float: right;
}
.navlistitem a {
    text-decoration: none;
    display: block;
    padding-top: 14px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    color: #FFFFFF;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
.navlistitem a:hover {
    color: #FFFFFF;
    background-color: #727272;
}
.asideleft {
    font-weight: bold;
    font-size: xx-large;
    text-align: center;
    float: none;
}
.sectionright {
    width: 60%;
    padding: 2.5%;
    text-align: center;
    /* [disabled]float: right; */
    opacity: 1;
}
footer {
    text-align: center;
    clear: both;
}
.navlogo {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 0px;
    float: left;
}

.runway-show {
    width: 100%;
    height: 500px;
    margin: 30px auto;
    position: relative;
    overflow: hidden;

}

.runway-stage {
    position: absolute;
    bottom: 85px;
    left: 0;
    width: 100%;
    height: 75px;
    background: #efcec5;
    z-index: 1;
}

.models-track {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    height: 400px;
    z-index: 2;
    overflow: hidden;
}

.models-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
}

.model-figure {
    height: 100%;
    width: auto;
    /* visibility: hidden; */ /* Раскомментируйте если нужно скрыть до загрузки */
}

.controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}

button {
    background: #3498db;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 0 10px;
    border-radius: 20px;
    cursor: pointer;
}