@media screen and (min-width: 768px) {
    .breadcrumbs {
        padding-left: 118px;
    }
}


.page-detail__header {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.page-detail__header-back {
    display: inline-flex;
    align-items: center;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.25;
    color: #008ABD;
    flex: 0 0 98px;
    max-width: 98px;
    margin-right: 20px;
}
.page-detail__header-back:before {
    content: "";
    width: 52px;
    height: 24px;
    margin-right: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTIiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCA1MiAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuMzg5NiAyNEwxNi43MzQ5IDIyLjA1MzhMNi4zMzM1NCAxMy4zNzg0TDUyIDEzLjM3ODRMNTIgMTAuNjIxNkw2LjMzMzU0IDEwLjYyMTZMMTYuNzM0OSAxLjk0NjI1TDE0LjM4OTYgMy4yODgwMWUtMDZMLTEuMDQ5MDdlLTA2IDEyTDE0LjM4OTYgMjRaIiBmaWxsPSIjMDA4QUJEIi8+PC9zdmc+");
}
.page-detail__header h1 {
    margin-bottom: 0;
}

h1 {
    letter-spacing: 0;
    line-height: 1.1;
}
@media screen and (max-width: 767px) {
    .page-detail__header {
        flex-wrap: wrap;
        margin-bottom: 24px;
    }
    .page-detail__header-back {
        margin-bottom: 10px;
        flex: 0 0 auto;
        max-width: 100%;
        margin-right: 0;
    }
    .page-detail__header-back:before {
        width: 24px;
    }
    .page-detail__header h1 {
        flex: 0 0 100%;
    }
    h1 {
        font-size: 24px;
    }
}

.text-uppercase {
    text-transform: uppercase !important;
}

.projects-detail {
    margin-bottom: 100px;
    font-family: 'Roboto Condensed';
    align-items: flex-start;
}
.projects-detail__gallery {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    padding: 20px 25px 20px 33px;
    background: #F9F9F9;
    margin-bottom: 40px;

}
.projects-detail__gallery-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
}

.projects-detail__gallery-small {
    top: 0;
    width: 100%;
    margin-top: 21px;
}
.projects-detail__gallery-small .swiper-slide {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    cursor: pointer;
    width: 80px;
    height: 80px;
}
.projects-detail__gallery-small .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid #008ABD;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}
.projects-detail__gallery-small .swiper-slide-thumb-active {
    opacity: 1;
}
.projects-detail__gallery-small .swiper-slide-thumb-active:before {
    opacity: 1;
}
.projects-detail__gallery .swiper-button-prev,
.projects-detail__gallery .swiper-button-next {
    position: absolute;
    height: 50px;
    right: 0;
    margin: 0;
}
.projects-detail__gallery .swiper-button-prev {
    top: auto;
    bottom: 25px;
    left: 5px;
    /*background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);*/
}
.projects-detail__gallery .swiper-button-next {
    top: auto;
    bottom: 25px;
    /*background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);*/
}
.projects-detail__gallery .swiper-button-prev:after,
.projects-detail__gallery .swiper-button-next:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,0%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../svg/portfolio-arrow.svg");
}
.projects-detail__gallery .swiper-button-prev:after {
    transform: translate(-50%,-100%) rotate(0deg);
}
.projects-detail__gallery .swiper-button-next:after {
    transform: translate(-50%,-100%) rotate(-180deg);
}
.projects-detail__gallery .swiper-button-disabled {
    opacity: 0;
}


.projects-detail__gallery-small + .projects-detail__gallery-big {
    width: 100%;
}

.projects-detail__gallery-big {
    flex: 1 1 auto;
}
.projects-detail__gallery-big .swiper-slide {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.projects-detail__gallery-big .projects-detail__gallery-img {

}
.projects-detail__gallery-big {}
.projects-detail__gallery-big {}

.projects-detail__desc {
    margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
    .projects-detail {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 992px) {
    .projects-detail__desc {
        padding-left: 30px;
    }
}

.projects-detail__section {}
.projects-detail__section:not(:last-child) {
    margin-bottom: 23px;
}
.projects-detail__section-info {
    background: #F8F8F8;
    padding: 20px 20px 30px;
    border-radius: 4px;
}
.projects-detail__section-name {
    font-family: Roboto Condensed;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 15px;
}
.projects-detail__section-name-prod {
    padding-left: 20px;
    padding-bottom: 0;
}
.projects-detail__section-name-info {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) ;
}
.projects-detail__section-desc {
    display: flex;
    flex-wrap: wrap;
    margin-top: 19px;
}
.projects-detail__section-desc_columns {
    column-count: 2;
}
.projects-detail-group {
    display: flex;
}
.projects-detail__prop-section:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #B59672;
    margin-bottom: 20px;
}
.projects-detail__prop {
    /*margin: 0 -10px;*/
}
.projects-detail__prop-name {
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-right: 21px;
}
.projects-detail__prop-value {
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-right: 25px;
    position: relative;
    display: flex;
    width: max-content;
}
.projects-detail__prop-value sup {
    position: absolute;
    right: -6px;
    top: -5px;
}
.projects-detail__prop-zavod {
    color: #008ABD;
    text-decoration: underline;
}
.projects-detail__prop-value_line {
    padding-left: 30px;
}
.projects-detail__prop-value_line:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 2px;
    background: #B59672;
}
.projects-detail__prop-value_line_last {
    margin-bottom: 15px;
}
.projects-detail__prop-value_line_last:before {
    bottom: 6px;
}
.projects-detail__prod {
    position: relative;
    display: flex;
    padding: 11px 25px 9px 10px;
    border-radius: 4px;
    width: 100%;
}
.projects-detail__prod:before {
    position:absolute;
    bottom:0;
    left:70px;
    width:85%;
    border-top:1px solid #e6e6e6;
    content:"";
}
.projects-detail__prod:last-child:before {
    content: none;
}
.projects-detail__prod:hover {
    background-color: #E0F1F8;
}
.projects-detail__prod-img {
    width: 60px;
    height: 60px;
    object-position: center center;
    object-fit: cover;
    flex-shrink: 0;
}
.projects-detail__prod-img img {
    height: 60px;
    width: inherit;
}
.projects-detail__prod-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.projects-detail__prod-text {
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 20px 0 10px;
}
.projects-detail__prod-wrap {
    display: flex;
    margin-top: 14px;
}
.projects-detail__prod-descr {
    display: flex;
    font-family: Roboto Condensed;
    font-size: 14px;
    font-weight: 300;
    line-height: 16.8px;
    letter-spacing: -0.02em;
    margin-right: 60px;
}
.projects-detail__prod-descr:last-child {
    margin-right: 0;
}
.projects-detail__prod-descr a {
    text-decoration: underline;
    color: #008ABD;
}
.projects-detail__prod-descr:hover a {
    color: #4EC0E3;
}
.projects-detail__prod-name {
    margin-right: 3px;
}
.projects-detail__prod-arrow {
    display: flex;
    align-items: center;
}
.projects-detail__prod-arrow__icon {
    height: 100%;
}
.projects-detail__prod-arrow__icon svg {
    fill: #ccc;
    height: 100%;
}
.projects-detail__prod:hover .projects-detail__prod-arrow__icon svg {
    fill: #008ABD;
}
.projects-detail__prod-btn {
    margin: 0 auto;
    height: auto;
    width: 100%;
    background: #008ABD;
    border-radius: 4px;
    color: #FFF;
    margin-top: 10px;
    padding: 15px 30px;
    text-align: center;
}
.projects-detail__prod-btn:hover {
    background: #4EC0E3;
    color: #FFF;
}

@media screen and (max-width: 991px) {
    .projects-detail__section-name {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .projects-detail__section:not(:last-child) {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .projects-detail__prop-name {
        padding-bottom: 0;
    }
    .projects-detail__prop-section:not(:last-child) {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 576px) {
    .projects-detail__prod-wrap {
        flex-direction: column;
    }
    .projects-detail__prod-descr {
        margin-top: 5px;
        margin-right: 0;
    }
    .projects-detail__prod-btn {
        margin-top: 20px;
    }
    .projects-detail__prod:before {
        width: 72%;
    }
}
@media screen and (max-width: 532px)  {
    .projects-detail-group {
        width: 100%;
    }
    .projects-detail__prop-name {
        width: 106px;
    }
}