/*@font-face {
	font-display: swap;
    font-family: 'test';
    src: url('/fonts/Gilroy/Gilroy-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}
h1 {
    font-family: 'test' !important;
}*/
main * {
    box-sizing: border-box;
}
.breadcrumbs {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.3;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.case-fullscreen-image {
    display: block;
}
.case-main-image {
    margin-bottom: 20px;
}
.case-fullscreen-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.case-fullscreen-wrapper {
    margin-left: -20px;
    margin-right: -20px;
}
.case-twocol-block {
    margin-bottom: 64px;
}
.case-subtitle {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E1E6E7;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
}
.case-h2 {
    margin: 0 0 24px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.01em;
}
.case-text {
    font-size: 15px;
    line-height: 1.3;
}
.case-text p {
    margin: 0 0 5px;
}
.case-digits {
    margin-bottom: 18px;
    padding-bottom: 8px;
    border-bottom: 1px solid #808080;
    font-size: 34px;
    line-height: 1;
    letter-spacing: -0.01em;
}
.case-digits-text {
    font-size: 12px;
    letter-spacing: 0.02em;
}
.case-twocol-text-wrapper {
    gap: 24px;
}
.case-gallery-swiper {
    margin: 24px -20px 0;
}
.case-gallery-swiper .swiper-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding: 0 0 20px !important;
    margin: 0 !important;
    position: static !important;
}
.case-gallery-swiper .swiper-pagination-bullet {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
    width: 48px !important;
    height: 48px !important;
    flex-shrink: 0;
    font-weight: 700;
    font-size: 16px;
    color: #242627 !important;
    background: #F2F4F4 !important;
    border-radius: 0 !important;
    opacity: 1;
    filter: none;
}
.case-gallery-swiper .swiper-pagination-bullet-active {
    color: #fff !important;
    background: #242627 !important;
}
.case-gallery-swiper .swiper-pagination-bullet .progressbar {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background: #F36363;
}
.case-gallery-swiper .swiper-pagination-bullet-active .progressbar {
    display: block;
}
.case-gallery-item {
    padding: 0 !important;
    aspect-ratio: 390/500;
}
.case-gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-results-list > li {
    padding: 16px 0;
    border-bottom: 1px dashed #A4A8AC;
}
.case-results-title {
    width: 72px;
    flex-shrink: 0;
    margin-right: 16px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
}
.case-results-text {
    padding-top: 4px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
}
.case-latest-title {
    margin-top: 36px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.36px;
}
.bl-case__text {
    margin: 0;
    padding-top: 16px;
    padding-bottom: 40px;
    max-width: 77%;
    color: #242627;
}
.upsd-bl-cases__grid .bl-case:hover .upsd-container_p p {
    color: #F36363;
}
@media(min-width: 992px) {
.case-fullscreen-wrapper {
    margin-left: -3.75vw;
    margin-right: -3.75vw;
}
.breadcrumbs {
    margin-bottom: 16px;
}
.case-h0 {
    max-width: 892px;
}
.case-h2.desktop-text {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 5px;
    font-weight: 500;
}
.case-main-image {
    margin-bottom: 48px;
    aspect-ratio: 1280/600;
}
.case-twocol-block {
    grid-template-columns: 374px 1fr;
    gap: 20px;
    margin-bottom: 64px;
}
.case-subtitle {
    margin-bottom: 0;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
}
.case-twocol-text-wrapper {
    grid-template-columns: minmax(auto, 689px) 195px;
    gap: 0 103px;
}
.case-twocol-block .case-fullscreen-wrapper {
    grid-column: 1/3;
}
.case-h2 {
    margin: 0 0 16px;
    max-width: 696px;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 0;
}
.case-h2.case-h2-desc-small {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 1.2;
}
.case-text {
    max-width: 689px;
}
.case-text p {
    margin: 0 0 8px;
}
.case-digits {
    margin-top: 0;
}
.case-gallery-swiper {
    margin: 24px -3.75vw 0 0;
}
.case-gallery-item {
    aspect-ratio: 838/511;
}
.case-results-block .case-subtitle {
    margin-top: 13px;
}
.case-results-title {
    width: 112px;
    font-size: 28px;
    line-height: 1;
}
.case-results-text {
    padding-top: 0;
    font-size: 22px;
    font-weight: 600;
}
.case-latest-title {
    margin-top: 128px;
    margin-bottom: 22px;
    text-transform: uppercase;
    font-size: 12px;
}
.bl-case__text {
    padding-bottom: 60px;
    padding-top: 24px;
}
}