.project{
    padding-top: 70px;
    padding-bottom: 100px;
}
.project-title-text{
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
}
.project-sponsor{
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.product-img{
    max-width: 690px;
}
.project-top{
    padding-bottom: 50px;
}
.project-properties{
    display: flex;
    justify-content: space-between;
}
.project-properties-item:nth-child(1){
    width: 100%;
    max-width: 228px;
}
.project-properties-item:nth-child(2){
    width: 100%;
    max-width: 395px;
    font-size: 12px;
    line-height: 2;
    font-weight: 500;
}
.project-properties-item:nth-child(3){
    width: 100%;
    max-width: 411px;
    font-size: 12px;
    line-height: 2;
    font-weight: 500;
}
.properties-item-elem{
    font-size: 14px;
}
.properties-item-elem-subtitle{
    font-weight: bold;
}
.project-info-product{
    padding-top: 140px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.product-item{
    width: 100%;
    max-width: 365px;
}
.product-title{
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 15px;
}
.prodict-item-name{
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 32px;
}
.project-right{
    padding-right: 95px;
}
.product-item-link {
    width: auto;
    min-width: 74px;
    height: 48px;
    border: 2px solid var(--color-black);
    position: relative;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    padding: 0 16px;
    color: inherit;
    text-decoration: none;
    background-color: inherit;
    user-select: none;
    border-radius: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    background-color: #fff;
    color: var(--color-black) !important;
}
.product-item-link:after {
    display: block;
    content: "";
    position: absolute;
    right: -48px;
    width: 48px;
    height: 24px;
    background-color: inherit;
    transition: 0.1s;
    padding-left: 6px;
    background-image: url(/local/templates/quartzparquet_v2/images/btn-arrow.png);
    background-repeat: no-repeat;
    background-position: 8px center;
}
.project-more{
    padding-top: 200px;
}
.project-more-title{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    padding-bottom: 40px;
}
.project-more-item{
    width: 100%;
    max-width: 274px;
    height: 361px;
    background-size: cover;
}
.project-more-content{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.project-more-item-link{
    display: flex;
    align-items: end;
    height: 100%;
    text-decoration: none;
    color: #fff !important;
}
.project-more-item-title{
    text-transform: uppercase;  
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 16px;
}
.project-more-item-wrap{
    background-color: rgba(58, 58, 58, 0.7);
    padding: 23px;
    width: 100%;
}
.project-more-item-info{
    font-size: 11px;
    text-transform: uppercase;
}
.project-more-item-info-bold{
    font-weight: bold;
}
.project-photo-gallery{
    padding-bottom: 150px;
    overflow: hidden;
}
.photo-gallery-wrap{
    display: flex;
    transition: 1s;
}
.photo-gallery-block{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    width: 1285px;
    height: max-content;
}
.photo-gallery-item{
    height: max-content;
}
.project-form{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 3px solid #F1F2F2;
    padding: 90px 0;
}
.project-form-title{
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 20px;
    line-height: 1.5;
}
.project-form-text{
    font-size: 12px;
    font-weight: 600;
    line-height: 1.9;
}
.project-form-left{
    width: 100%;
    max-width: 445px;
    padding-left: 62px;
}
.project-form-right{
    padding-right: 78px;
    width: 100%;
    max-width: 500px;
}
.photo-gallery-img{
    height: 313px;
    max-width: 450px;
}
.photo-gallery-nav{
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 354px;
    z-index: 998;
}
.photo-gallery-nav--tablet{
    top: 285px;
}
.photo-gallery-prew, .photo-gallery-next{
    cursor: pointer;
}
.owl-item{
    max-width: max-content;
    width: 100% !important;
}
.owl-stage,
.owl-carousel.owl-drag .owl-item{
    height: 600px;
    max-height: 600px !important;
}
.owl-stage, .owl-carousel.owl-drag .owl-item {
    height: 670px;
    max-height: 670px !important;
    left: 65px;
}
.owl-prev.disabled, .owl-next.disabled{
   visibility: hidden;
}
.owl-prev, .owl-next{
    border: none !important;
    background-color: transparent !important;
}
.owl-sign{
    font-size: 65px;
}
.owl-next:focus, .owl-prev:focus{
    outline: none !important;
}
.owl-stage{
    transition: 1s !important;
}
.owl-carousel.owl-drag .owl-item{
    height: auto !important;
}
.photo-gallery-tablet,
.photo-gallery-mobile{
    display: none;
}
.photo-gallery-tablet-wrap{
    height: 600px;
}
.owl-carousel .owl-stage{
    display: flex;
    justify-content: space-between;
}
.fancybox__content{
    width: inherit;
    height: inherit;
}
.product-right{
    padding-right: 35px;
}
.content-title{
    display: none;
}
@media screen {
    .product-item-link:hover:after {
        color: inherit;
        background-position: 20px center;
    }
}

@media(max-width: 1400px){
    .owl-carousel.owl-drag .owl-item{
        width: 1107px !important; 
    }
    .photo-gallery-item{
        height: auto;
    }
    .photo-gallery-img{
        height: 100%;
        max-width: 307px;
        object-fit: cover;
    }
}

@media(max-width: 1200px){
    .owl-carousel.owl-drag .owl-item {
        width: 922px !important;
    }
    .photo-gallery-img {
        max-width: 240px;
    }
    .owl-carousel .owl-stage{
        left: 10px;
    }    
    .photo-gallery-item {
        height: 240px;
    }
    .photo-gallery-item {
        height: 240px;
    }
    .photo-gallery-nav{
        top: 285px;
    }
    .project-info-product{
        gap: 30px;
    }
}

@media(max-width: 1180px){
    .product-img{
        max-width: 500px;
    }
}

@media(max-width: 991px){
    .product-img{
        max-width: 350px;
    }
    .project-info-product{
        gap: 35px;
    }
    .photo-gallery-desktop{
        display: none;
    }
    .photo-gallery-tablet{
        display: block;
    }
    .photo-gallery-block{
        width: 670px;   
        justify-content: center;
    }
    .photo-gallery-item{
        width: 240px;
    }
    .owl-carousel.owl-drag .owl-item {
        width: 675px !important;
    }
    .owl-stage, .owl-carousel.owl-drag .owl-item{
        left: 45px;
    }
}

@media(max-width: 768px){
    .project-info-product{
        flex-direction: column-reverse;
    }
    .product-right{
        width: 100%;
    }
    .project-properties{
        flex-direction: column;
        gap: 15px;
    }
    .project-form{
        flex-direction: column;
        align-items: center;
    }
    .project-form-right{
        padding-right: 0;
        padding: 0 30px;
    }
    .project-form-left{
        padding-left: 0;
    }
    .project-form-title{
        text-align: center;
    }
    .project-form-text{
        padding: 0 15px 15px 15px;
    }
    .project-form-title{
        padding: 0 15px 20px 15px;
    }
    .photo-gallery-item{
        width: 200px;
        height: 200px;
    }
    .photo-gallery-block {
        width: 490px;
        gap: 10px;
    }
    .photo-gallery-nav {
        top: 230px;
    }
    .project-info-product{
        padding-top: 50px;
    }
}
@media(max-width: 540px){
    .photo-gallery-block{
        width: 455px;
    }
}
@media(max-width: 526px){
    .photo-gallery-block {
        width: 445px;
    }
}
@media(max-width: 515px){
    .photo-gallery-block {
        width: 433px;
    }
}
@media(max-width: 505px){
    .photo-gallery-block {
        width: 420px;
    }
}
@media(max-width: 500px){
    .photo-gallery-tablet{
        display: none;
    }
    .photo-gallery-mobile{
        display: block;
    }
    .owl-carousel.owl-drag .owl-item{
        max-height: 295px !important;
    }
    .owl-stage-outer{
        max-width: 300px;
    }
    .owl-carousel{
        display: flex !important;
        justify-content: center;
    }
    .photo-gallery-nav {
        top: 175px;
    }
    .owl-carousel.owl-drag .owl-item {
        left: 62px;
    }
    .owl-stage, .owl-carousel.owl-drag .owl-item {
        height: 350px;
    }
}
@media(max-width: 400px){
    .project-title-text{
        font-size: 30px;
    }
}
@media(max-width: 360px){
    .owl-carousel.owl-drag .owl-item {
        left: 51px;
    }
}
@media(max-width: 340px){
    .owl-carousel.owl-drag .owl-item {
        left: 70px;
        max-height: 232px !important;
        width: 210px !important;
    }
    .photo-gallery-nav {
        top: 135px;
    }
    .owl-stage, .owl-carousel.owl-drag .owl-item{
        height: 240px;
    }
}