

/* Start:/local/templates/vinyl4you_studio/components/bitrix/system.pagenavigation/v4y_studio/style.css?16298073421436*/
.bx-pagination {
	margin-top: 40px;
	grid-column-end: 3;
	grid-column-start: 1;
}
.bx-pagination .bx-pagination-container {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	display: flex;
	flex-direction: row;
	padding: 0;
	margin: 0;
	list-style: none;
}
.bx-pagination .bx-pagination-container ul li {
	display: flex;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #2E3032;
}

.bx-pagination .bx-pagination-container ul li.bx-active {
	background: var(--main-color);
	color: #FFFFFF;
}

.bx-pagination .bx-pagination-container ul li:not(:first-child):not(:nth-last-child(2)):not(:last-child) {
	margin-right: 8px;
}

.bx-pagination .bx-pagination-container ul li a {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	text-decoration: none;
	color: #A7A9AB;
}

.bx-pagination .bx-pagination-container ul li a:hover {
	background: #45474a;
}

.bx-pagination .bx-pagination-container ul span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
}

.bx-pagination .bx-pag-prev {
	margin-right: 30px;
}

.bx-pagination .bx-pag-next {
	margin-left: 30px;
}

.bx-pagination .bx-pag-prev span, .bx-pagination .bx-pag-next span {
	color: var(--main-color);
}

.bx-pagination .bx-pag-prev span span, .bx-pagination .bx-pag-next span span {
	color: #7d7d7d;
}

/* End */


/* Start:/local/templates/vinyl4you_studio/components/bitrix/news/portfolio/bitrix/news.list/.default/style.css?164648760613110*/
:root {
    --main-color: #eb3a24;
    --second-color: #ED3822;
    --letters-color: #3c0700;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
    font-size: 100%;
}
@media screen and (max-width: 768px) {
    body {
        font-size: 120%;
    }
}
@media screen and (max-width: 1024px) {
    body {
        font-size: 120%;
    }
}
@media screen and (max-width: 576px) {
    body {
        font-size: 120%;
    }
}
@media screen and (max-width: 321px) {
    body {
        font-size: 110%;
    }
}
.span-animation {
    --width: 100%;
    --time: 0.5s;
    position: relative;
    display: inline-block;
    color: white;
    overflow: hidden;
}
.span-animation:hover {
    color: var(--main-color) !important;
}
.span-animation:hover span {
    width: calc(var(--width) * 2.25);
    padding-top: calc(var(--width) * 2.25);
}
.span-animation span {
    position: absolute;
    display: block;
    content: "";
    z-index: 0;
    width: 0;
    height: 0;
    border-radius: 100%;
    background: #fff;
    transform: translate(-50%, -50%);
    transition: width var(--time), padding-top var(--time);
}
.span-animation text {
    position: relative;
    z-index: 5;
    transition: color 0.3s;
}

/*
.mouse {
    background: #ECEEF1;
    border-radius: 50%;
    display: block;
    height: 7px;
    width: 7px;
    left: 0;
    margin: -3px 0 0 -3px;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: width 0.1s ease, height 0.1s ease, background 0.1s ease, margin 0.1s ease;
    z-index: 999999;
}
.mouse.hovered {
    width: 64px;
    height: 64px;
    background: rgba(7, 9, 11, 0.98);
    border: 0.5px solid #D8D8D9;
    margin: -32px 0 0 -32px;
    mix-blend-mode: exclusion;
}
@media screen and (min-width: 1240px) {
    .mouse {
        opacity: 1;
    }
}

.mouse.is-active {
    opacity: 1;
}

@supports (mix-blend-mode: exclusion) {
    .mouse {
        mix-blend-mode: exclusion;
    }
}
.outline-button {
    background: transparent;
    border: 1px solid var(--main-color);
    box-sizing: border-box;
    border-radius: 2px;
    font-family: Inter, serif;
    font-weight: 500;
    font-size: 0.875em;
    line-height: 120%;
    text-align: center;
    color: var(--main-color);
    padding: 14px 25px;
    text-decoration: none;
    outline: none;
    transition: all 0.3s;
}
.outline-button:hover {
    color: #fff;
    background: var(--main-color);
}

.primary-button {
    position: relative;
    display: inline-block;
    background: var(--main-color);
    border-radius: 2px;
    padding: 16px 40px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 1em;
    line-height: 150%;
    text-align: center;
    border: 0;
    color: #fff;
    text-decoration: none;
    outline: none;
    transition: all 0.3s;
}
.primary-button:hover {
    color: #fff;
    background: var(--main-color);
}
@media screen and (max-width: 576px) {
    .primary-button {
        font-size: 0.75em;
        line-height: 150%;
        padding: 13px 40px;
    }
}

.heading-1 {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 4.5em;
    line-height: 120%;
}
@media screen and (max-width: 576px) {
    .heading-1 {
        font-size: 1.75em;
    }
}

@keyframes fromTop {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
.cookie-panel {
    position: fixed;
    right: 0;
    bottom: 0;
    background: #FBFBFB;
    border-radius: 2px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}
@media screen and (max-width: 576px) {
    .cookie-panel {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
    }
}
@media screen and (max-width: 320px) {
    .cookie-panel {
        padding: 10px 16px;
    }
}
@media screen and (max-width: 576px) {
    .cookie-panel .cookie-button {
        width: 100%;
    }
}
.cookie-panel .cookie-text {
    font-weight: 300;
    font-size: 0.875em;
    line-height: 160%;
    color: #171A1B;
    margin-right: 36px;
    max-width: 216px;
}
@media screen and (max-width: 576px) {
    .cookie-panel .cookie-text {
        text-align: left;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 0.75em;
    }
}
.cookie-panel .cookie-icon {
    margin-right: 10px;
    position: relative;
}
.cookie-panel .cookie-icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.cookie-panel .cookie-icon .svg {
    color: var(--main-color);
}
@media screen and (max-width: 576px) {
    .cookie-panel .cookie-icon {
        margin-right: 16px;
    }
}
@media screen and (max-width: 320px) {
    .cookie-panel .cookie-icon {
        margin-right: 8px;
    }
}
.mobile-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--main-color);
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: 500;
    font-size: 1em;
    line-height: 150%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    z-index: 98;
    text-decoration: none;
}
@media screen and (min-width: 769px) {
    .mobile-btn {
        display: none;
    }
}
*/

.gallery .letters {
    margin: 0 auto;
    color: var(--letters-color) !important;
    position: fixed;
    width: 100%;
    max-width: 1440px;
    user-select: none;
    top: 40vh;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    opacity: 0.9;
    z-index: -999 !important;
}
@media screen and (max-width: 1440px) {
    .letters {
        font-size: 20vw;
    }
}

.gallery {
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(180deg, rgba(7, 9, 11, 0.98) 0%, #16191B 56.18%);
    position: relative;
    padding: 160px calc(50vw - 550px) 80px;
    z-index: 10;
}
@media screen and (max-width: 1200px) {
    .gallery {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 140px;
    }
}

.work-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
    margin-top: 44px;
}
@media screen and (max-width: 768px) {
    .work-block {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}
.work-block .title {
    font-weight: 500;
    font-size: 36px;
    line-height: 140%;
    color: #fff;
    z-index: 10;
    grid-column-start: 1;
    grid-column-end: 2;
    width: calc(100% + 5px);
    height: fit-content;
    position: sticky;
    top: 170px;
    left: 0;
}
@media screen and (max-width: 768px) {
    .work-block .title {
        grid-column-start: 1;
        grid-column-end: 2;
        font-size: 44px;
        line-height: 1.1;
        max-width: 100%;
    }
}
@media screen and (max-width: 576px) {
    .work-block .title {
        grid-column-start: 1;
        grid-column-end: 2;
        font-size: 29px;
        line-height: 1.1;
        max-width: 90%;
    }
}
.work-block .title .highlighted {
    color: var(--main-color);
}
.work-block .images {
    grid-column-start: 2;
    grid-column-end: 4;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
@media screen and (max-width: 768px) {
    .work-block .images {
        display: flex;
        flex-direction: column;
        grid-column-start: 1;
        grid-column-end: 2;
    }
}
.work-block .images .image {
    position: relative;
    overflow: hidden;
    display: flex;
}
.work-block .images .image .gallery__preloader {
    background: url(/local/templates/vinyl4you_studio/images/gallery/placeholder.png) no-repeat center 100% #000;
    background-size: cover;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
@keyframes GPreloader {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(1turn);
    }
}
.work-block .images .image .gallery__preloader svg {
    animation: GPreloader 1s infinite linear;
}
.work-block .images .image.loading .gallery__preloader {
    display: flex;
    z-index: 100;
}

@media screen and (max-width: 576px) {
    .work-block .images .image {
        padding-top: 100%;
        position: relative;
    }
}
.work-block .images .image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0e0e0e 0%, rgba(50, 55, 57, 0.1) 100%);
    transition: all 0.3s;
}
.work-block .images .image:hover::after {
    transform: translateY(-100%);
}
.work-block .images .image:hover .work-item-content {
    transform: translateY(0);
}
.work-block .images .image:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
}
@media screen and (max-width: 576px) {
    .work-block .images .image:first-child {
        grid-column-start: 1;
        grid-column-end: 2;
    }
}
.work-block .images .image .work-item-content {
    transition: all 0.3s;
    transform: translateY(100%);
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--main-color);
    padding: 16px 45px 16px 30px;
    z-index: 10;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 1024px) {
    .work-block .images .image .work-item-content {
        padding: 12px 40px 12px 20px;
    }
}
@media screen and (max-width: 768px) {
    .work-block .images .image .work-item-content {
        transform: translateY(0);
    }
}
.work-block .images .image .work-item-content .car-title {
    font-weight: 500;
    font-size: 1.25em;
    line-height: 130%;
    color: #fff;
}
@media screen and (max-width: 1024px) {
    .work-block .images .image .work-item-content .car-title {
        font-size: 1em;
        line-height: 130%;
    }
}
.work-block .images .image .work-item-content .car-title span {
    color: #171A1B;
}
.work-block .images .image .work-item-content .work-name {
    font-weight: 300;
    font-size: 1em;
    line-height: 170%;
    margin-top: 5px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
@media screen and (max-width: 576px) {
    .work-block .images .image .work-item-content .work-name {
        font-size: 0.75em;
        line-height: 170%;
    }
}
.work-block .images .image .work-item-content .arrow-icon {
    position: absolute;
    right: 10px;
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.work-block .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 576px) {
    .work-block .images img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        object-position: center;
    }
}

.back-icon {
    cursor: pointer;
    color: #ECEEF1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #ECEEF1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    padding-right: 2px;
    transition: background-color 0.3s;
}
.back-icon:hover {
    border: 1px solid var(--main-color);
    background: var(--main-color);
}

.gallery-search .gallery-search__field {
    background: #171A1B;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 15px 30px;
    border-radius: 2px;
    color: #5B5A60;
}
.gallery-search .gallery-search__field .gallery-search__clear {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    width: 25px;
}
.gallery-search .gallery-search__field .gallery-search__clear.gallery-search__clear_active svg path {
    fill: #fff;
}
.gallery-search .gallery-search__field.gallery-search__field_active {
    color: #ECEEF1;
    cursor: pointer;
}

.gallery-search .gallery-search__field input {
    outline: none;
    background: none;
    height: 100%;
    width: 100%;
    margin-left: 15px;
    border: 0;
    color: #ECEEF1;
    font-size: 16px;
}

.gallery-search .gallery-search__field input::placeholder {
    color: #5B5A60;
}

.gallery-search .gallery-search__form {
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .gallery .letters {
        display: none;
    }
}
/* End */


/* Start:/local/templates/vinyl4you_studio/components/bitrix/breadcrumb/.default/style.css?1646395524814*/
:root {
    --font-color: #454545;
}

.breadcrumb {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    color: var(--font-color);
}

.breadcrumb .breadcrumb__items {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding-left: 15px;
}
.breadcrumb .breadcrumb__items .breadcrumb__item {
    color: #767778;
}
.breadcrumb .breadcrumb__items .breadcrumb__item:last-child {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.breadcrumb .breadcrumb__items .breadcrumb__item:not(:last-child)::after {
    content: '/';
    padding: 0 5px 0 5px;
    font-weight: 500;
    color: #454545;
}

.breadcrumb .breadcrumb__items .breadcrumb__link {
    text-decoration: none;
    color: var(--font-color);
}
/* End */


/* Start:/local/templates/vinyl4you_studio/components/bitrix/search.title/.default/style.css?164424371949*/
.image.hidden {
    display: none !important;
}
/* End */
/* /local/templates/vinyl4you_studio/components/bitrix/system.pagenavigation/v4y_studio/style.css?16298073421436 */
/* /local/templates/vinyl4you_studio/components/bitrix/news/portfolio/bitrix/news.list/.default/style.css?164648760613110 */
/* /local/templates/vinyl4you_studio/components/bitrix/breadcrumb/.default/style.css?1646395524814 */
/* /local/templates/vinyl4you_studio/components/bitrix/search.title/.default/style.css?164424371949 */
