body{
background: var(--color-light);
}
.location__wrapper{
display: flex;
row-gap: 2rem;
column-gap: 5rem;;
max-width: 1090px;
margin: 0 auto;
padding-bottom: clamp(3.75rem, 2.589vw + 3.143rem, 6.25rem);
}
.location__item{
width: 33%;
}
.location__text{
font-size: clamp(3.75rem, 0.647vw + 3.598rem, 4.375rem);
line-height: 1;
letter-spacing: -0.03em;
margin-bottom: 10px;
}
.location__description{
font-weight: 400;
font-size: 1.188rem;
line-height: 1.5;
}
.location .wrapper-button-kviz{
margin-bottom: 0;
}
.building{
display: flex;
flex-direction: column;
gap: clamp(2.5rem, 4.545vw + 0.795rem, 6.25rem);
}
.building__wrapper{
display: flex;
justify-content: space-between;
gap: clamp(1.25rem, 0.98vw + 0.699rem, 1.875rem);
}
.building__left{
width: 100%;
}
.building__item{
display: flex;
align-items: center;
justify-content: space-between;
font-size: 1.188rem;
line-height: 1;
padding: clamp(1.25rem, 0.98vw + 0.699rem, 1.875rem);
font-weight: 400;
color: #454F60;
gap: 0.3rem;
}
.building__item:nth-child(odd) {
background-color: #e3e9f0; }
.building__item:nth-child(even) {
background-color: #F1F4F9; }
.building__item:first-child{
font-size: 1rem;
font-weight: 600;
text-transform: uppercase;
line-height: 1;
padding-top: 1.25rem;
padding-bottom: 1.25rem;
background-color: #FDFFFE;
}
.building__srok{
text-align: left; flex: 90%;
margin-right: 1rem;
}
.building__item:first-child .building__srok{
flex: 100%;
}
.building__progress{
text-align: right;
flex: fit-content 1 0;
}
.building__right{ }
.building__image{
max-width: 440px;
width: 100%;
height: 100%;
object-fit: cover;
object-position: 0%;
}
.location-3d{
}
.location-3d__wrapper{
}
.location-3d{ }
.location-3d__wrap{ padding-bottom: clamp(60px, 10vw, 160px);
}
.location-3d__wrap .start-heading{
padding-top: 0;
}
.location-3d .container {
padding-top: clamp(60px, 10vw, 160px);  }
.location-3d .start-heading {
padding-top: 0;
}
.wrapper-link-btn{
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 1.5rem;
padding-top: clamp(2.5rem, 1.515vw + 1.932rem, 3.75rem);
}
.button-link{
background-color: var(--color-accent);
color: var(--color-white);
text-transform: uppercase;
font-size: 1rem;
outline: none;
border: none;
max-width: 320px;
cursor: pointer;
font-weight: 600;
text-decoration: none;
display: inline-block;
border-radius: 5px;;
width: 100%;
text-align: center;
padding: 1.563rem 1rem;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
}
.button-link:hover{
background-color: var(--color-primary);
}
.location-3d .start-heading{
}
@media screen and (max-width: 1550px) {
.building__image{
max-width: 410px;
}
}
@media screen and (max-width: 1024px) {
.building__right {
flex: 250px 1 0;
}
}
@media screen and (max-width: 768px) {
.location__wrapper{
flex-wrap: wrap;
justify-content: center;
}
.location__item {
flex: 100%;
text-align: center;
}
.building__wrapper{
flex-direction: column;
}
}
@media screen and (max-width: 440px) {
.building__item{
flex-direction: column;
align-items: start;
}
.building__srok{
flex: 100%;
margin-right: 0;
}
.building__progress{
text-align: left;
}
}