

/* Start:/local/templates/aspro-digital/components/bitrix/news.detail/projects_glims/style.css?178609841615281*/
/* Glims Portfolio */

.body .main {
    padding: 0;
}

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

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

.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;
    background-color: #fff;
    overflow: hidden;
}

.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: 1468px;
    position: relative;
    z-index: 3;
}

.top-angle {
    position: absolute;
    top: 0;
    left: 0;
    border: 706px solid transparent;
    border-top: 706px solid #fff;
    border-left: 706px solid #fff;
}

.bottom-angle {
    position: absolute;
    z-index: 1;
    top: 705px;
    right: 0;
}

.detail .wrap {
    width: 1468px;
    margin: 0 auto;
}

.intro {
    position: relative;
    height: 705px;
}

.intro__info-block {
    position: relative;
    z-index: 2;
    font-size: 26px;
    line-height: 32px;
}

.intro__logo {
    margin-top: 120px;
    margin-bottom: 65px;
}

.intro__text {
    width: 520px;
    margin-bottom: 40px;
    color: #000;
}

.intro__link {
    color: #009544;
    text-decoration: underline;
}

.intro__screen {
    position: absolute;
    left: 710px;
    top: 55px;
    z-index: 1;
    width: 900px;
    height: 1800px;
    background: url("/local/templates/aspro-digital/images/portfolio-glims/main.jpg") top center no-repeat;
    background-size: cover;
    box-shadow: 0 64px 50px rgba(0,0,0,0.5);
}

.slider-block {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 1080px;
}

.slider-block__wrap {
    position: absolute;
    width: 100%;
    height: 740px;
    top: 120px;
    left: 0;
    background-color: #414d50;
}

.slider-block__container {
    position: relative;
    height: 100%;
}

.slider-block__navigate {
    position: relative;
    z-index: 1;
    left: 888px;
    top: 400px;
    width: 225px;
}

.slider-block__btn {
    margin-bottom: 50px;
}

.slider-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 225px;
    height: 52px;
    background-color: #009544;;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    transition: ease 0.3s;
    box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.2);
    --ripple-background: #fff;
    --ripple-opacity: 0.7;
    --ripple-duration: 600ms;
}

.slider-btn:hover {
    background-color: #00c25e;
    box-shadow: none;
    transition:  0.3s ease;
}

.slider-btn__next-svg {
    margin-top: 3px;
    margin-left: 15px;
    width: 18px;
    fill: #fff;
    transition: ease 0.3s;
}


.slider-block__bg-image {
    position: absolute;
    top: 80px;
    left: 888px;
}

.slider-block__item-image {
    position: absolute;
    bottom: 0;
    right: -190px;
}

.main-slider {
    display: none;
}

.main-slider__item-wrap {
    display: flex;
    height: 100%;
    opacity: 0;
    transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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


.main-slider__image-block {
    display: flex;
}

.main-slider__small-img {
    z-index: 2;
    min-width: 305px;
    max-width: 305px;
    height: 980px;
    margin-top: 60px;
    margin-left: -170px;
    background-size: cover;
    box-shadow: 0 64px 50px rgba(0,0,0,0.5);
}

.main-slider__big-img {
    margin-left: -265px;
    min-width: 900px;
    max-width: 900px;
    height: 1080px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    box-shadow: 0 64px 50px rgba(0,0,0,0.5);
}

.small-img1 {
    background-image: url("/local/templates/aspro-digital/images/portfolio-glims/slide-min1.jpg");
}

.small-img2 {
    background-image: url("/local/templates/aspro-digital/images/portfolio-glims/slide-min2.jpg");
}

.small-img3 {
    background-image: url("/local/templates/aspro-digital/images/portfolio-glims/slide-min3.jpg");
}

.big-img1 {
    background-image: url("/local/templates/aspro-digital/images/portfolio-glims/slide-big1.jpg");
}

.big-img2 {
    background-image: url("/local/templates/aspro-digital/images/portfolio-glims/slide-big2.jpg");
}

.big-img3 {
    background-image: url("/local/templates/aspro-digital/images/portfolio-glims/slide-big3.jpg");
}

.main-slider__info-block {
    margin-top: 305px;
    margin-left: 118px;
}

.slide-info {
    width: 510px;
    color: #fff;
}

.slide-info__title {
    margin-top: 0;
    color: #fff;
    line-height: 36px;
}

.slide-info__text {
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 600;
}

.slide-dots {
    width: 86px;
}

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

.slide-dots li {
    position: relative;
    width: 22px;
    height: 22px;
    margin: 0;
    padding: 0;
    line-height: 0;
}

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

.slide-dots button {
    position: relative;
    z-index: 1;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    background-color: #a0a6a8;
    font-size: 0;
    border-radius: 50%;
    border: none;
    transition: ease 0.3s;
}

.slide-dots button:hover {
    background-color: #00c25e;
}

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

.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: 50 50
    }
}

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

.bottom-content {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 740px;
    margin-bottom: 220px;
    background-color: #414d50;
}

.bottom-content__item-wrap {
    position: relative;
    height: 100%;
}

.bottom-content__info-block {
    position: relative;
    z-index: 1;
    top: 210px;
    left: 0;
}

.slider-info__link:focus,
.slider-info__link:hover {
    color: #fff;
}

.bottom-content__bg-image {
    position: absolute;
    top: 82px;
    left: 30px;
}

.bottom-content__big-img {
    position: absolute;
    top: -105px;
    left: 710px;
    width: 900px;
    height: 1000px;
    background-image: url("/local/templates/aspro-digital/images/portfolio-glims/calculator-page.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    box-shadow: 0 30px 50px  rgba(0,0,0,0.5);
}

@media (max-width: 1900px) {
    .intro__screen {
        width: 750px;
    }
    .slider-block__item-image {
        right: -20px;
        width: 364px;
    }
    .main-slider__big-img {
        min-width: 750px;
        max-width: 750px;
        margin-left: -220px;
    }
    .main-slider__small-img {
        min-width: 255px;
        max-width: 255px;
        margin-left: 0;
    }
    .main-slider__info-block {
        margin-left: 103px;
    }
    .bottom-content__big-img {
        width: 750px;
    }
}

@media (max-width: 1500px) {
    .detail > .row {
        max-width: 1168px;
    }
    .bottom-angle {
        top: 470px;
    }
    .detail .wrap {
        width: 1168px;
    }
    .intro {
        height: 470px;
    }
    .intro__logo {
        margin-top: 80px;
        margin-bottom: 45px;
        width: 240px
    }
    .intro__info-block {
        font-size: 18px;
        line-height: 24px;
    }
    .intro__text {
        margin-bottom: 25px;
    }
    .intro__screen  {
        top: 40px;
        left: 560px;
        width: 600px;
        height: 1200px;
        box-shadow: 0 43px 35px -5px rgba(0,0,0,0.5);
    }
    .slider-block {
        height: 720px;
    }
    .slider-block__wrap {
        top: 80px;
        height: 500px;
    }
    .slider-block__navigate {
        top: 290px;
        left: 690px;
    }
    .slider-block__btn {
        margin-bottom: 40px;
    }
    .slider-block__bg-image {
        top: 55px;
        left: 690px;
        width: 350px;
    }
    .slider-block__item-image {
        width: 280px;
    }
    .main-slider__small-img {
        margin-top: 40px;
        min-width: 210px;
        max-width: 210px;
        height: 660px;
        box-shadow: 0 43px 35px -5px rgba(0,0,0,0.5);
    }
    .main-slider__big-img {
        min-width: 600px;
        max-width: 600px;
        height: 720px;
        margin-left: -180px;
        box-shadow: 0 43px 35px -5px rgba(0,0,0,0.5);
    }
    .main-slider__info-block {
        margin-top: 160px;
        margin-left: 60px;
    }
    .slide-info__title {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 32px;
    }
    .bottom-content {
        margin-bottom: 180px;
        height: 500px;
    }
    .bottom-content__info-block {
        top: 105px;
    }
    .bottom-content__bg-image {
        width: 300px;
    }
    .bottom-content__big-img {
        top: -70px;
        left: 560px;
        width: 600px;
        height: 700px;
    }
}

@media (max-width: 1200px) {
    .bottom-angle {
        top: 1306px;
    }
    .detail .wrap {
        width: 900px;
    }
    .intro {
        height: 1306px;
    }
    .intro__logo {
        margin-top: 80px;
        margin-bottom: 65px;
        width: auto;
    }
    .intro__info-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
        font-size: 26px;
        line-height: 32px;
    }
    .intro__text {
        margin-bottom: 40px;
    }
    .intro__screen  {
        position: static;
        width: 100%;
        height: 100%;
        box-shadow: 0 25px 30px -7px rgba(0,0,0,0.5);
    }
    .slider-block {
        margin-top: 60px;
        height: 1366px;
    }
    .slider-block__wrap {
        top: 0;
        height: 1024px;
    }
    .slider-block__navigate {
        top: 300px;
        left: 0;
        width: 115px;
    }
    .slider-block__btn {
        display: none;
    }
    .slide-dots {
        width: 115px;
    }
    .slide-dots li {
        flex-basis: 25px;
        height: 25px;
        margin: 0;
        padding: 0;
        line-height: 0;
    }
    .slide-dots button {
        top: 0;
        left: 0;
        width: 25px;
        height: 25px;
    }
    .slide-dots li:not(.slick-active) button:hover {
        background-color: #a0a6a8;
    }
    .slide-dots svg {
        display: none !important;
    }
    .slider-block__bg-image {
        top: 25px;
        left: calc(50% - 175px);
    }
    .slider-block__item-image {
        display: none !important;
    }
    .main-slider__item-wrap {
        flex-direction: column-reverse;
    }
    .main-slider__image-block {
        width: 100%;
    }
    .main-slider__small-img {
        min-width: 255px;
        max-width: 255px;
        height: 896px;
        box-shadow: 0 25px 30px -7px rgba(0,0,0,0.5);
    }
    .main-slider__big-img {
        min-width: 750px;
        max-width: 750px;
        height: 976px;
        margin-left: -105px;
        box-shadow: 0 25px 30px -7px rgba(0,0,0,0.5);
    }
    .main-slider__info-block {
        height: 210px;
        margin-top: 80px;
        margin-bottom: 100px;
        margin-left: 0;

    }
    .slide-info__title {
        margin-bottom: 26px;
        font-size: 28px;
        line-height: 36px;
    }
    .bottom-content {
        margin-bottom: 392px;
        height: 1024px;
    }
    .bottom-content__item-wrap {
        display: flex;
        flex-direction: column;
    }
    .bottom-content__info-block {
        top: 0;
        margin-top: 80px;
    }
    .bottom-content__bg-image {
        top: 62px;
        left: calc(50% - 150px);
    }
    .bottom-content__big-img {
        top: 436px;
        left: 0;
        width: 100%;
        height: 930px;
        box-shadow: 0 30px 35px -5px rgba(0,0,0,0.5);
    }
}

@media (max-width: 991px) {
    .detail .wrap {
        width: 700px;
    }
    .main-slider__small-img {
        min-width: 235px;
        max-width: 235px;
    }
    .main-slider__big-img {
        min-width: 655px;
        max-width: 655px;
        margin-left: -190px;
    }
}

@media (max-width: 767px) {
    .detail .wrap {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
    .bottom-angle {
        top: 964px;
    }
    .intro {
        height: 964px;
    }
    .intro__logo {
        width: 240px !important;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .intro__info-block {
        font-size: 18px;
        line-height: 24px;
    }
    .intro__text {
        width: 360px;
        margin-bottom: 25px;
    }
    .slider-block {
        height: 760px;
    }
    .slider-block__wrap {
        height: 640px;
    }
    .slider-block__navigate {
        top: 210px;
    }
    .slider-block__bg-image {
        top: 17px;
        left: calc(50% - 110px);
        width: 220px !important;
    }
    .main-slider__info-block {
        margin-top: 30px;
        margin-bottom: 60px;
        height: 190px;
    }
    .slide-info {
        width: 380px;
    }
    .slide-info__title {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 28px;
    }
    .slide-info__text {
        font-size: 14px;
        line-height: 20px;
    }
    .main-slider__small-img {
        min-width: 30%;
        max-width: 30%;
        height: 420px;
        margin-top: 30px;
    }
    .main-slider__big-img {
        min-width: 75%;
        max-width: 75%;
        height: 480px;
        margin-left: -5%;
    }
    .bottom-content {
        height: 640px;
        margin-bottom: 340px;
    }
    .slider-btn {
        width: 200px;
        height: 46px;
        font-size: 14px;
    }
    .bottom-content__info-block {
        margin-top: 30px;
    }
    .bottom-content__bg-image {
        top: 20px;
        left: calc(50% - 120px);
        width: 240px !important;
    }
    .bottom-content__big-img {
        top: 330px;
        left: 16px;
        height: 580px;
        width: calc(100% - 32px);
    }
}

@media (max-width: 575px) {
    .bottom-angle {
        top: 864px;
    }
    .intro {
        height: 864px;
    }
    .intro__logo {
        width: 200px !important;
    }
    .intro__text {
        width: 288px;
    }
    .intro__screen {
        height: 560px;
    }
    .slider-block {
        margin-top: 40px;
    }
    .slider-block__navigate {
        top: 245px;
    }
    .slider-block__bg-image {
        top: 17px;
        left: calc(50% - 110px);
        width: 220px !important;
    }
    .slide-info {
        width: 288px;
        margin-bottom: 100px;
    }
    .main-slider__small-img {
        height: 380px;
    }
    .main-slider__big-img {
        height: 440px;
    }
    .bottom-content {
        margin-bottom: 175px;
    }
    .slider-btn {
        width: 200px;
        height: 46px;
        font-size: 14px;
    }
    .bottom-content__big-img {
        top: 380px;
        height: 400px;
    }
}
/* End */
/* /local/templates/aspro-digital/components/bitrix/news.detail/projects_glims/style.css?178609841615281 */
