

/* Start:/local/templates/aspro-digital/components/bitrix/news.detail/projects-seckey/style.css?158822861610090*/
/* Style for default portfolio*/

.body .main {
    padding: 0;
}

body .body:not(.index) .main>.container {
    padding-bottom: 0;
}

#footer {
    z-index: 1;
    margin-top: 0;
}

.page-top-wrapper {
    display: none;
}

.main > .container > .row > .maxwidth-theme {
    max-width: 100%;
    padding-left: 0!important;
    padding-right: 0!important;
}

.container .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.detail {
    position: relative;
    padding-bottom: 80px;
    overflow: hidden;
    background-color: #f8f8f8;
}

.detail .row {
    margin: 0 auto;
}

.main .page-top-wrapper.v3 section.page-top {
    margin-bottom: 0;
}

.detail > .row > .col-md-9 {
    width: 100%;
}

.detail > .row {
    max-width: 1216px;
    position: relative;
    z-index: 3;
}

.substrate-block {
    position: absolute;
    top: 0;
    width: 100%;
    height: 440px;
    overflow: hidden;
}

.substrate-block__image {
    object-fit: cover;
    min-width: calc((100%) + 30px);
    min-height: calc(100% + 30px);
    margin: -25px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(1);
}

.substrate-block__lighten-filter {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    mix-blend-mode: lighten;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(42,42,43)
}

.substrate-block__darken-filter {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.main-block {
    position: relative;
    width: 1184px;
    margin: 0 auto;
}

.main-block .wrap {
    width: 868px;
    margin: 0 auto;
}

.portfolio-title {
    color: #55455d;
    font-size: 30px;
}
.portfolio-text {
    color: #333;
    font-size: 16px;
}

.goal   {
    text-align: center;
    margin-bottom: 60px;
}

.goal__logo-wrap {
    margin: 160px auto 45px;
    max-width: 400px;
    height: auto;
}

.goal__logo {
    width: 100%;
}

.goal__video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.goal__info {
    width: 100%;
    margin-top: 220px;
    text-align: left;
}

.slider-block  {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    background-color: #fff;
}

.slider-block__info {
    margin-bottom: 35px;
}

.slider-info {
    overflow: hidden;
}

.slider-info__item:nth-child(1) {
    display: block;
}

.slider-info__item {
    display: none;
}

.slider-info__item-wrap {
    opacity: 0;
    transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slider-info .show-slide {
    transition: opacity 500ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
    opacity: 1;
}

.slider-info__title {
    margin-top: 0;
}

.slider-info__text {
    margin-bottom: 0;
}

.slider-block__wrap {
    position: relative;
}

.portfolio-slider {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0px 8px 20px -8px rgba(28, 28, 27, 0.5);
    -moz-box-shadow:    0px 8px 20px -8px rgba(28, 28, 27, 0.5);
    box-shadow:         0px 8px 20px -8px rgba(28, 28, 27, 0.5);
    overflow: hidden;
    height: 490px;
}

.portfolio-slider__item {
    display: none;
}

.portfolio-slider__img {
    width: 100%;
    height: 490px;
    object-fit: cover;
    object-position: 0 0;
}

.slide-dots {
    width: 96px;
    height: 44px;
    padding: 15px;
    margin: 0 auto;
    border-radius: 2px;
}

.slide-dots > .slick-dots {
    display: flex;
    justify-content: space-between;
    width: 100%;
    list-style: none;
}

.slide-dots li {
    position: relative;
    padding: 0;
    line-height: 0;
}

.slide-dots li:before {
    display: none;
}

.slide-dots button {
    position: relative;
    z-index: 1;
    width: 14px;
    height: 14px;
    padding: 0;
    background-color: #fff;
    opacity: 0.4;
    font-size: 0;
    border-radius: 50%;
    border: none;
    transition: ease 0.3s;
}

.slide-dots li:not(.slick-active) button:hover {
    opacity: 0.95;
}

.slide-dots .slick-active button {
    background-color: transparent;
}

.slide-dots svg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);

}

@keyframes grow {
    to {
        stroke-dasharray: 35;
    }
}

.slide-dots svg  circle{
    fill: transparent;
    stroke: #fff;
    stroke-width: 3px;
    animation: grow 12s infinite linear;
    animation-iteration-count: 1;
}

.slider-block__btn-wrap {
    position: absolute;
    top: calc(50% - 20px);
}

.slider-block__btn--prev {
    left: -60px;
}

.slider-block__btn--next {
    right: -60px;
}

.slider-block__btn  {
    width: 40px;
    height: 40px;
    padding: 9px;
    border: none;
    border-radius: 2px;
    transition: ease 0.3s;
    box-shadow: none;
    --ripple-background: #fff;
    --ripple-opacity: 0.7;
    --ripple-duration: 600ms;
}

.slider-block__btn:hover  {
    transition: ease 0.3s;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.slider-block__btn-svg {
    width: 20px;
    fill: #fff;
}

.slider-block__btn-svg--prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.gallery {
    width: 100%;
    margin-bottom: 40px;
    padding: 60px 0;
    background-color: #fff;
}

.gallery__title {
    margin-top: 0;
}

.gallery__text {
    margin-bottom: 35px;
}

.gallery__wrap-image {
    width: 100%;
    height: 580px;
    display: flex;
    justify-content: space-between;
}

.gallery__img {
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 20px -8px rgba(28, 28, 27, 0.5);
    -moz-box-shadow:    0px 8px 20px -8px rgba(28, 28, 27, 0.5);
    box-shadow:         0px 8px 20px -8px rgba(28, 28, 27, 0.5);
    width: 276px;
    flex-basis: 276px;
    object-fit: cover;
    object-position: 0 0;
}

.gallery__img--second-position {
    object-position: 0 -225px;;
}

.gallery__img--third-position {
    object-position: 0 -250px;;
}

.technology {
    width: 100%;
    padding: 60px 0 40px;
    margin-bottom: 65px;
    background-color: #fff;
}

.technology__title {
    margin-top: 0;
    margin-bottom: 40px;
}

.technology-item {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 180px;
    padding: 40px 20px 40px 50px;
}

.technology-item__link-logo {
    width: 180px;
    margin-right: 70px;
}

.technology-item__logo {
    width: 100%;
}

.technology-item__content {
    font-size: 16px;
    line-height: 24px;
}

.technology-item__text {
    color: #2a2a2b;
}

.technology-item__link:hover {
    opacity: 0.7;
}

.detail .order-block,
.detail .url-block {
    background-color: #fff;
}

@media (max-width: 1216px) {
    .main-block {
        width: 100%;
    }
    .slider-block__btn-wrap {
        display: none;
    }
    .slide-dots {
        width: 90px;
        height: 42px;
    }
    .slide-dots button {
        width: 12px;
        height: 12px;
    }
    .slide-dots .slick-active button {
        background-color: #fff;
        opacity: 1;
    }
    .slide-dots svg {
        display: none !important;
    }
}

@media (max-width: 900px) {
    .main-block .wrap {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
    .gallery__img {
        width: calc((100 / 3) * 1% - 13px) !important;
        flex-basis: calc((100 / 3) * 1% - 13px);
    }
    .technology-item {
        padding: 40px 20px 40px 30px;
    }
}

@media (max-width: 767px) {
    .substrate-block {
        height: 330px;
    }
    .goal {
        margin-bottom: 50px;
    }
    .goal__logo-wrap {
        max-width: 300px !important;
        margin: 140px auto 40px;
    }
    .goal__info {
        margin-top: 190px;
    }
    .slider-block {
        padding-top: 50px;
        margin-bottom: 30px;
    }
    .portfolio-slider {
        height: 330px;
    }
    .portfolio-slider__img {
        width: 100% !important;
        height: 330px !important;
    }
    .gallery {
        padding: 50px 0;
        margin-bottom: 30px;
    }
    .gallery__text {
        margin-bottom: 20px;
    }
    .technology {
        padding: 50px 0;
        margin-bottom: 30px
    }
    .technology-item {
        padding: 30px 20px;
    }
    .technology-item__link-logo {
        max-width: 30%;
        min-width: 30%;
        margin-right: 50px;
    }
}

@media (max-width: 575px) {
    .substrate-block {
        height: 220px;
    }
    .goal {
        margin-bottom: 40px;
    }
    .goal__logo-wrap {
        max-width: 200px !important;
        margin: 90px auto 0;
    }
    .goal__info {
        margin-top: 110px;
    }
    .slider-block {
        padding-top: 40px;
        margin-bottom: 20px;
    }
    .portfolio-slider {
        height: 170px;
    }
    .portfolio-slider__img {
        height: 170px !important;
    }
    .gallery {
        padding: 40px 0;
        margin-bottom: 20px;
    }
    .gallery__wrap-image {
        flex-direction: column;
        flex-wrap: wrap;
        height: 595px;
    }
    .gallery__img:nth-child(1) {
        height: 100% !important;
    }
    .gallery__img {
        width: calc(50% - 15px) !important;
        height: calc(50% - 10px) !important;
        flex-basis: auto;
    }
    .gallery__img--second-position {
        object-position: 0 -130px;
    }
    .gallery__img--third-position {
        object-position: 0 -110px;
    }
    .technology {
        padding: 40px 0 20px;
        margin-bottom: 20px;
    }
    .technology__title {
        margin-bottom: 26px;
    }
    .technology-item {
        flex-direction: column;
        min-height: 240px;
        padding: 0;
        padding-bottom: 10px;
    }
    .technology-item__link-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 50%;
        min-width: 50%;
        height: 80px;
        margin-right: 0;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .technology-item__content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
/* End */
/* /local/templates/aspro-digital/components/bitrix/news.detail/projects-seckey/style.css?158822861610090 */
