

/* Start:/local/templates/.default/components/bitrix/news/completed-projects/bitrix/news.detail/.default/style.css?17302806677741*/
.completed-projects-detail.intec-content {
    max-width: 860px;
}
.completed-projects-detail>.intec-content-wrapper>img {
    margin: 0 auto 50px;
    display: block;
}
h1.intec-header {
    max-width: 860px;
    margin: 0 auto;
    float: none;
    padding: 0;
}
.completed-projects-detail__foto {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.completed-projects-detail__video {
    margin: 30px 0 0;
}
div.playerYouTube,
div.playerRuTube,
.completed-projects-detail__video video,
.completed-projects-detail__video iframe {
    height: 439px;
    width: 100%;
}

.playerYouTube,
.playerRuTube,
.completed-projects-detail__video video,
.completed-projects-detail__video iframe {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    background-size: cover;
}

.playerYouTube .play,
.playerRuTube .play {
    background: url("/local/templates/.default/img/youtube_red-80.png") no-repeat center center;
    background-size: 80px 80px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 0.2s ease-out;
}

.playerYouTube .play:hover,
.playerRuTube .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.completed-projects-detail__product {
    box-shadow: 0 1px 8px -1px #686A6F;
    margin: 0 5px 5px;
    border-radius: 8px;
    padding: 120px 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    position: relative;
    margin-top: 30px;
}
.completed-projects-detail__product img {
    display: block;
}
.completed-projects-detail__product-title {
    color: #262934;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    max-width: 620px;
    line-height: 28px;
}
.completed-projects-detail__product-title a,
.completed-projects-detail__product-title a:hover {
    color: #262934;
}
.completed-projects-detail__product table {
    border-collapse: separate;
    border-radius: 5px;
    overflow: hidden;
}
.completed-projects-detail__product table td {
    padding: 5px;
    color: #686A6F;
    font-size: 20px;
}
.completed-projects-detail__product table td:first-of-type {
    border-left: 1px solid #B9B9B9;
    border-top: 1px solid #B9B9B9;
    border-right: 1px solid #B9B9B9;
}
.completed-projects-detail__product table td:last-of-type {
    border-top: 1px solid #B9B9B9;
    border-right: 1px solid #B9B9B9;
}
.completed-projects-detail__product table tr:last-of-type td {
    border-bottom: 1px solid #B9B9B9;
}
.completed-projects-detail__product table tr {
    border-radius: 5px;
}
.completed-projects-detail__product table tr:first-of-type td:first-of-type {
    border-top-left-radius: 5px;
}
.completed-projects-detail__product table tr:first-of-type td:last-of-type {
    border-top-right-radius: 5px;
}
.completed-projects-detail__product table tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 5px;
}
.completed-projects-detail__product table tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 5px;
}
.completed-projects-detail__product .widget-form-button {
    display: inline-block;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    padding: 15px 20px;
    cursor: pointer;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 10px;
    font-weight: bold;
}
.completed-projects-detail__types-pipes {
    display: flex;
    flex-direction: column;
    row-gap: 3px;
    position: absolute;
    top: 25px;
    left: calc((100% - 620px) / 2);
}
.completed-projects-detail__types-pipes>div {
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.completed-projects-detail__types-pipes>span {
    font-size: 20px;
    font-weight: bold;
}
.completed-projects-detail__types-pipes>div>span.types-pipes {
    display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 720px) {
    .completed-projects-detail__types-pipes>div>span.types-pipes {
     width: 15px;   
     height: 15px; 
     }
}

.completed-projects-detail__types-pipes>div .types-pipes__circle {
   background-image: url('/local/templates/.default/components/bitrix/news/completed-projects/bitrix/news.detail/.default/icon/circle.svg') 
}

.completed-projects-detail__types-pipes>div .types-pipes__dtype {
   background-image: url('/local/templates/.default/components/bitrix/news/completed-projects/bitrix/news.detail/.default/icon/dtype.svg') 
}
.completed-projects-detail__types-pipes>div .types-pipes__elips {
   background-image: url('/local/templates/.default/components/bitrix/news/completed-projects/bitrix/news.detail/.default/icon/elipse.svg') 
}

.completed-projects-detail__types-pipes>div .types-pipes__line {
   background-image: url('/local/templates/.default/components/bitrix/news/completed-projects/bitrix/news.detail/.default/icon/line.svg') 
}
.completed-projects-detail__types-pipes>div .types-pipes__htype {
   background-image: url('/local/templates/.default/components/bitrix/news/completed-projects/bitrix/news.detail/.default/icon/htype.svg') 
}
.completed-projects-detail__types-pipes>div .types-pipes__ltype {
   background-image: url('/local/templates/.default/components/bitrix/news/completed-projects/bitrix/news.detail/.default/icon/ltype.svg') 
}
.completed-projects-detail__types-pipes>div .types-pipes__shveler {
   background-image: url('/local/templates/.default/components/bitrix/news/completed-projects/bitrix/news.detail/.default/icon/shveler.svg') 
}
.completed-projects-detail__types-pipes>div .types-pipes__square {
   background-image: url('/local/templates/.default/components/bitrix/news/completed-projects/bitrix/news.detail/.default/icon/square.svg') 
}
.completed-projects-detail__types-pipes>div .types-pipes__trigle {
   background-image: url('/local/templates/.default/components/bitrix/news/completed-projects/bitrix/news.detail/.default/icon/trigle.svg') 
}

.search-form-sm {
    background-color: #fff;
    position: fixed;
    z-index: 1000001;
    transition: all 0.2s;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 35px 10px 50px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.completed-projects-detail__foto-res {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.completed-projects-detail__foto-res>a {
    width: calc(100% / 3 - 10px *  2 / 3);
}
.completed-projects-detail__text {
    font-size: 16px;
}
@media screen and (max-width: 820px) {
    div.playerYouTube,
    div.playerRuTube,
    .completed-projects-detail__video video,
    .completed-projects-detail__video iframe {
        height: 53.5vw;
    }
}
@media screen and (max-width: 720px) {
    .completed-projects-detail__types-pipes {
        left: 20px;
    }
}
@media screen and (max-width: 600px) {
    .completed-projects-detail__foto-res>a {
        width: calc(100% / 2 - 10px / 2);
    }
    h1.intec-header {
        font-size: 20px;
        line-height: 26px;
    }
    .completed-projects-detail>.intec-content-wrapper>img {
        margin: 0 auto 30px;
    }
    .completed-projects-detail__product-title {
        font-size: 22px;
    }
    .completed-projects-detail__product table td {
        font-size: 16px;
    }
    .completed-projects-detail__product .widget-form-button {
        font-size: 16px;
    }
}

@media screen and (max-width: 450px) {
    .completed-projects-detail__product-title {
        font-size: 20px;
        line-height: 25px;
    }
    .completed-projects-detail__product table td {
        font-size: 14px;
    }
    .completed-projects-detail__foto-res>a {
        width: 100%;
        text-align: center;
    }
    .completed-projects-detail__foto-res {
        align-items: center;
    }
}

@media screen and (max-width: 360px) {
    .completed-projects-detail__product-title {
        font-size: 18px;
        line-height: 22px;
    }
    .completed-projects-detail__product .widget-form-button {
        font-size: 14px;
    }
    .completed-projects-detail__product table td {
        font-size: 13px;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news/completed-projects/bitrix/news.detail/.default/style.css?17302806677741 */
