.locations {
background-color: #E3E3E3;
padding: 68px 0 136px;
position: relative;
font-family: Arial;
}
.locations-bg {
display: flex;
justify-content: space-between;
height: calc(100% - 68px);
min-height: 100px;
max-width: 1408px;
margin: 0 auto 0;
position: absolute;
left: 50%;
transform: translateX(-50%);
width: 100vw;
}
.locations-bg span {
width: 1px;
display: block;
background-color: #ADADAD;
opacity: 0.18;
}
.locations-header {
max-width: 1408px;
margin: 20px auto 64px;
position: relative;
}
.locations-header__breadcrumbs {
font-size: 12px;
font-weight: 400;
display: flex;
margin-bottom: 16px;
}
.locations-header__breadcrumbs * {
display: block;
}
.locations-header__breadcrumbs a {
color: #9D9D9D;
margin-right: 16px;
}
.locations-header__breadcrumbs b {
color: #9D9D9D;
margin-right: 16px;
}
.locations-header__breadcrumbs span {
color: #1C1C1C;
}
.locations-header__title {
font-family: "RailwayCargoRus";
font-weight: 400;
font-size: 56px;
color: #1C1C1C;
}
.locations-content {
max-width: 1408px;
margin: auto;
position: relative;
}
.locations-content__item {
display: flex;
}
.locations-content__item:nth-child(2n) {
flex-direction: row-reverse;
}
.locations-content__item:nth-child(2n) .locations-content__item-desc {
flex-direction: row-reverse;
justify-content: space-between;
}
.locations-content__item:nth-child(2n) .locations-content__item-desc--arrow {
transform: rotate(180deg);
margin-right: 0;
}
.locations-content__item:hover .locations-content__item-image {
width: 50%;
}
.locations-content__item:hover .locations-content__item-desc {
width: 50%;
background-color: #FCE273;
}
.locations-content__item-image {
width: 55%;
height: 230px;
transition: all 1s ease;
}
.locations-content__item-image img {
display: block;
height: 100%;
width: 100%;
object-position: center;
object-fit: cover;
}
.locations-content__item-desc {
width: 45%;
background-color: #FFFFFF;
transition: all 1s ease;
display: flex;
align-items: flex-end;
padding: 34px 44px;
box-sizing: border-box;
}
.locations-content__item-desc--arrow {
margin-right: 72px;
}
.locations-content__item-desc--title {
display: flex;
align-items: flex-end;
}
.locations-content__item-desc--title b {
font-family: "Arial";
font-weight: 400;
font-size: 173px;
line-height: 132px;
margin-right: 24px;
}
.locations-content__item-desc--title span {
font-family: "RailwayCargoRus";
font-weight: 400;
font-size: 26px;
line-height: 30px;
display: block;
max-width: 212px;
}
.single-location {
font-family: Arial;
}
.single-location__header {
padding: 90px 0;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-color: rgba(28, 28, 28, 0.5490196078);
background-blend-mode: multiply;
color: #FFFFFF;
}
.single-location__header-breadcrumbs {
font-size: 12px;
font-weight: 400;
display: flex;
margin-bottom: 16px;
max-width: 1408px;
margin: 0 auto 24px;
}
.single-location__header-breadcrumbs * {
display: block;
}
.single-location__header-breadcrumbs a {
color: #9D9D9D;
margin-right: 16px;
}
.single-location__header-breadcrumbs a:hover {
color: #FFFFFF;
}
.single-location__header-breadcrumbs b {
color: #9D9D9D;
margin-right: 16px;
}
.single-location__header-breadcrumbs span {
color: #FFFFFF;
}
.single-location__header-title {
display: flex;
align-items: center;
font-family: "RailwayCargoRus";
font-style: normal;
font-weight: 400;
font-size: 48px;
text-transform: uppercase;
max-width: 1408px;
margin: 0 auto;
}
.single-location__header-title a {
display: block;
margin-right: 16px;
}
.single-location__header-title a:hover {
opacity: 0.8;
}
.single-location__content {
position: relative;
max-width: 1408px;
margin: 0 auto;
padding: 48px 0 88px;
}
.single-location__content-flex {
display: flex;
align-items: flex-start;
}
.single-location__content-menu {
width: 33.333333%;
position: sticky;
top: 48px;
}
.single-location__content-menu--item {
padding: 24px 32px;
background-color: #FFFFFF;
color: #1C1C1C;
font-family: "RailwayCargoRus";
font-style: normal;
font-weight: 400;
font-size: 26px;
line-height: 30px;
letter-spacing: 0.02em;
display: block;
margin-bottom: 16px;
box-sizing: border-box;
max-width: 400px;
box-shadow: inset 0 0 0 0 #FCE273;
transition: all 0.4s ease;
}
.single-location__content-menu--item.current {
box-shadow: inset -10px 0 0 0 #FCE273;
}
.single-location__content-menu--item:hover {
box-shadow: inset -10px 0 0 0 #FCE273;
}
.single-location__content-menu--item:last-child {
margin-bottom: 0;
}
.single-location__content-wrapper {
width: 66.666666%;
max-width: 938.6666666667px;
}
.single-location__content-bg {
display: flex;
justify-content: space-between;
height: 100%;
min-height: 100px;
max-width: 1408px;
margin: 0 auto 0;
position: absolute;
left: 50%;
transform: translateX(-50%);
width: 100vw;
top: 0;
}
.single-location__content-bg span {
width: 1px;
display: block;
background-color: #ADADAD;
opacity: 0.18;
}
.single-location__content-body {
font-family: 'Arial';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 140%;
color: #1C1C1C;
position: relative;
}
.single-location__content-body h1, .single-location__content-body h2 {
font-family: "RailwayCargoRus";
color: #1C1C1C;
font-weight: 400;
font-size: 56px;
line-height: 64px;
margin-bottom: 32px;
}
.single-location__content-body p {
font-family: "Arial";
color: #1C1C1C;
font-weight: 400;
font-size: 18px;
line-height: 140%;
margin-bottom: 96px;
max-width: 1048px;
}
.single-location__content-body .gallery {
grid-template-columns: unset;
margin-bottom: 96px;
display: block;
grid-gap: unset;
max-width: 1048px;
width: 100%;
}
.single-location__content-body .gallery img {
min-height: 268px;
width: 100%;
}
.single-location__content-body a {
font-weight: 700;
font-size: 16px;
color: #1C1C1C;
background-color: #FCE273;
padding: 12px 32px;
display: block;
margin-bottom: 32px;
}
.single-location__content-events {
position: relative;
}
.single-location__content-events--title {
font-family: "RailwayCargoRus";
color: #1C1C1C;
font-weight: 400;
font-size: 56px;
line-height: 64px;
letter-spacing: -0.02em;
text-transform: uppercase;
}
.single-location__content-events--list {
display: flex;
margin-bottom: 40px;
}
.single-location__content-events--list_item {
width: calc((100% - 64px) / 3);
margin-right: 32px;
padding: 0;
background-color: transparent;
display: block;
}
.single-location__content-events--list_item:last-child {
margin-right: 0;
}
.single-location__content-events--list_item img {
width: 100%;
display: block;
margin-bottom: 24px;
}
.single-location__content-events--list h4 {
font-family: "RailwayCargoRus";
font-weight: 400;
font-size: 24px;
line-height: 28px;
color: #1C1C1C;
display: block;
}
.single-location__content-events--link {
font-weight: 700;
font-size: 16px;
color: #1C1C1C;
background-color: #FCE273;
padding: 10px 22px;
display: block;
width: fit-content;
line-height: 173%;
letter-spacing: -0.02em;
text-transform: uppercase;
}
.single-location__content-contacts {
max-width: 1048px;
width: 100%;
position: relative;
}
.single-location__content-contacts--title {
font-family: "RailwayCargoRus";
color: #1C1C1C;
font-weight: 400;
font-size: 56px;
line-height: 64px;
margin-bottom: 32px;
}
.single-location__content-contacts--blocks {
width: 100%;
display: flex;
flex-wrap: wrap;
margin-bottom: 48px;
}
.single-location__content-contacts--blocks_item {
width: 50%;
position: relative;
padding: 16px 0 16px 56px;
}
.single-location__content-contacts--blocks_item svg {
position: absolute;
left: 0;
top: 16px;
display: block;
}
.single-location__content-contacts--blocks_item h3 {
font-weight: 700;
font-size: 20px;
line-height: 125.34%;
color: #1C1C1C;
padding: 12.5px 0;
margin-bottom: 8px;
}
.single-location__content-contacts--blocks_item span {
font-weight: 400;
font-size: 20px;
line-height: 125.34%;
color: #1C1C1C;
}
.single-location__content-contacts--map {
filter: grayscale(1);
}