@keyframes swipe-horizontal{0%, 50%, 100%{transform:translate(0, 0);}
25%{transform:translate(10%, 0);}
75%{transform:translate(-10%, 0);}
}
.catalog_background {
    padding-top: 60px;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}
.start_pic {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #eee;
    top:0;
    width: 100vw;
}
.back_pic:after {
    background-image: url(/images/loader.gif);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px;
    z-index: -1;
}
.back_pic:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(359deg, rgba(22, 22, 22, 0.5) 0%, rgba(11, 11, 11, 0.3) 30%, rgba(0, 0, 0, 0) 100%);
}
.start_pic_text {
    width: 50%;
    max-width: 400px;
    bottom: 60px;
    position: absolute;
}
.back_pic {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.project_pre_h1 {
    font-family: Roboto Condensed;
    font-size: 50px;
    font-weight: 300;
    line-height: 55px;
    margin-bottom: 5px;
    text-align: left;
}
.bx-title {
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    width: auto;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}
.project-dop {
    text-align: left;
    margin: 25px 0 0;
}
.hide_cursor {
    display: none;
}
.catalog-header h1 {
    margin: 100px auto 80px;
    font-family: Roboto Condensed;
    font-size: 80px;
    font-weight: 300;
    text-align: center;
    line-height: 82px;
    color: #eee;
    text-transform: uppercase;
}
.catalog-item-video:before {
    content: "";
    position: absolute;
    top: calc(50% - 47px);
    left: calc(50% - 47px);
    width: 97px;
    background-image: url(/images/loader.gif);
    display: block;
    background-size: contain;
    height: 97px;
}
.catalog-item-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16/9;
    background-size: contain;
    z-index: 1;
    display: flex !important;
    background-position: center center;
    align-items: center !important;
}
.project-main--img img {
    min-height: 100vh;
    max-width: 100%;
    width: 100vw;
}
.project-offer--back {
    max-width: 100vw;
}
.project-main--img .sliding-360 img {
    aspect-ratio: 16/9;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    background-color: #1c1c1c;
    background-image: url(/images/loader.gif);
    background-position: center center;
    background-size: 100px;
}    
/*.project-main--img img:before {
    content: "";
    position: absolute;
    top: calc(50% - 47px);
    left: calc(50% - 47px);
    width: 97px;
    background-image: url(../images/load.gif);
    display: block;
    height: 97px;
    background-color: #BCCEE4;
}*/
.project-row.project-workers {
    margin: 0px auto;
    padding: 120px 0 120px;
    background-color: #161616;
    position: relative;
}
.project-workers--h2 {
    font-family: Roboto Condensed;
    font-size: 60px;
    font-weight: 300;
    line-height: 72px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
    color: #eee;
}
.project-workers--list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 1280px;
    margin: 0 auto;
    color: #eee;
}
.project-worker--fio {
    font-weight: 400;
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}
.project-worker--place {
    font-size: 16px;
    line-height: 21px;
}
.project-offers {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    margin: 0px auto;
    padding: 20px 0;
}
.project-main--img {
    margin-bottom: 20px;
}
.project-offer a {
	width: 100%;
	height: 100%;
	display: flex;
    justify-content: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 8vw;
}
.product-item-detail-slider-images-container {
	display:none;
}
.project-links {
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 60px;
    right: 20px;
    max-width: 50%;
}
.project-links ul {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}
.project-links ul li {
    /*width: 100%;*/
}
.project-links a {
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #eee;
    display: inline-block;
    width: fit-content;
    border-radius: 30px;
    letter-spacing: 2px;
    position: relative;
    cursor: pointer;
    border: 1px solid #eee;
    backdrop-filter: blur(5px);
}
.project-links a:hover {
    background: #eee;
    color: #1c1c1c;
}
.project-links span {
    color: #1c1c1c;
    background-color: #eee;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    width: fit-content;
    border-radius: 30px;
    letter-spacing: 2px;
    position: relative;
    cursor: inherit;
    border: 1px solid #eee;
    text-wrap: nowrap;
}
.catalog-section {
    display: grid;
    max-width: initial;
    width: calc(100% + 20px);
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
}
.product-item-list-col-1 {
/*    flex-basis: 33%;
    padding: 10px;*/
}
#close_project {
    position: fixed;
    top: 17vh;
    margin-left: 50vw;
    left: 0;
    border-radius: 50px;
    overflow: hidden;
    color: #eee;
    backdrop-filter: blur(5px);
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 2;    
    background-image: url(/images/close.svg);
    transition: background 0.3s;
}
/*#close_project:after {
    content: "+";
    transform: rotate(45deg);
    position: absolute;
    top: -2px;
    width: 100%;
    font-size: 60px;
    font-weight: 200;
    display: flex;
    height: 100%;
    align-content: center;
    justify-content: center;
    left: 3px;
    transition: transform 0.3s;
}
#close_project:hover:after  {
    transform: rotate(45deg) scale(1.1);
}*/
#close_project:hover {
	text-decoration:none;
	cursor:pointer;
}
.start_pic .container {
    height: 100vh;
    padding: 0;
}
.project-main--img {
    max-width: 1920px;
    margin: 0 auto 0px;
    text-align: center;
    position: relative;
    max-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.project-offer--back .sprite-icons {
    width: 8rem;
    display: block;
}
.show_video_project .catalog-item-image-video {
    opacity:0;
}
#rotation {
    max-width: 1920px;
    min-width: 390px;
    max-height: 100vh;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    cursor: move;
/*    display: none;*/
}
.active_cursor {
    position: absolute;
    top: 120px;
    left: -40px;
    width: 80px;
    margin-left: 50%;
    background: #262626;
    border-radius: 15px;
    padding: 10px;
    cursor: move;
}
.active_cursor svg {
    animation: swipe-horizontal 1s linear infinite;
    fill:#fff;
    width: 55px;
    height: 50px;
}
.catalog-item-title {
    padding: 10px 0 0 0;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 999;
    background: #1c1c1cb0;
    padding: 5px 10px;
    color: #eee;
    font-family: Open sans;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0;
}
.catalog-item-video {
    background-color:#1c1c1c;
}   
.project_video {
    height: 100vh;
    width: 100%;
    /*z-index: 2;*/
    object-fit: cover;
    position: relative;
}
.project-row.project-gallery {
    position: relative;    
    background: #1c1c1c;
}
.top-margin {
    margin-top: 100vh;
}
.sliding-360 img {
    cursor: url(/images/cursor.svg) 27 5, auto;
}
.manual-fixed {
    position: fixed;
}