

/* Start:/local/templates/aspro-digital/components/bitrix/news.detail/projects_tehnorama/style.css?178609841619765*/
/* Tehnorama 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;
    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;
    right: 0;
    background-color: #f83f46;
    width: calc((960/1920) * 100%);
    height: 700px;
    border-bottom-left-radius: 30%;
}

.polygraphy-decor {
    position: absolute;
    top: 1205px;
    right: 20px;
}

.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 {
    width: 380px;
    margin-top: 90px;
    margin-bottom: 65px;
}

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

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

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

.intro__decor {
    position: absolute;
    top: 40px;
    left: -155px;
}

.polygraphy {
    position: relative;
    padding-bottom: 90px;
}

.polygraphy__title {
    line-height: 50px;
    font-size: 48px;
    margin-top: 0;
    margin-bottom: 38px;
}

.polygraphy__color {
    margin-bottom: 90px;
}

.polygraphy-color__circle-block {
    display: flex;
    justify-content: space-between;
    width: 780px;
}

.polygraphy-color__circle {
    display: flex;
    align-items: center;
    width: 200px;
    height: 200px;
    padding-left: 30px;
    border-radius: 50%;
    box-shadow: 0 10px 40px -10px rgba(0,0,0,0.25);
}

.polygraphy-color__circle_red {
    background-color: #d82027;
}

.polygraphy-color__circle_black {
    background-color: #353535;
}

.polygraphy-color__circle_grey {
    background-color: #bcbcbc;
}

.polygraphy-color__circle-text {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.polygraphy-type__font-family {
    margin-right: 96px;
}

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

.slider-block__wrap {
    position: absolute;
    width: 100%;
    height: 773px;
    left: 0;
}

.slider-block__number-img {
    position: absolute;
    top: 75px;
    left: 92px;
}

.slider-block__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 50px);
    height: 100%;
    background: url("/local/templates/aspro-digital/images/portfolio-tehnorama/bg-slider.png") top center no-repeat;
    background-size: contain;
}

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

.slider-block__title {
    margin-top: 0;
    padding-top: 126px;
}

.slider-block__navigate {
    position: absolute;
    z-index: 2;
    left: 888px;
    top: 440px;
}

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

.slider-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 225px;
    height: 52px;
    background-color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #d82027;
    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 {
    color: #fff;
    background-color: #d82027;
    box-shadow: none;
    transition:  0.3s ease;
}

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

.slider-btn:hover .slider-btn__next-svg {
    fill: #fff;
}

.slider-block__bg-image {
    position: absolute;
    top: 130px;
    left: 760px;
}

.slider-block__item-image {
    position: absolute;
    z-index: 1;
    width: 910px;
    bottom: -250px;
    right: -190px;
}

.main-slider {
    display: none;
    top: 205px;
}

.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: 300px;
    max-width: 300px;
    height: 700px;
    margin-top: 95px;
    margin-left: -178px;
    background-size: cover;
    box-shadow: 0 64px 50px rgba(0,0,0,0.5);
}

.main-slider__big-img {
    margin-left: -250px;
    min-width: 900px;
    max-width: 900px;
    height: 850px;
    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-tehnorama/catalog-mobile.jpg");
}

.small-img2 {
    background-image: url("/local/templates/aspro-digital/images/portfolio-tehnorama/card-mobile.jpg");
}

.small-img3 {
    background-image: url("/local/templates/aspro-digital/images/portfolio-tehnorama/compare-mobile.jpg");
}

.big-img1 {
    background-image: url("/local/templates/aspro-digital/images/portfolio-tehnorama/catalog-desctop.jpg");
}

.big-img2 {
    background-image: url("/local/templates/aspro-digital/images/portfolio-tehnorama/card-desctop.jpg");
}

.big-img3 {
    background-image: url("/local/templates/aspro-digital/images/portfolio-tehnorama/compare-desctop.jpg");
}

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

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

.slide-info__title {
    margin-top: 0;
    color: #fff;
    font-size: 28px;
    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;
    flex-basis: 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: #bcbcbc;
    font-size: 0;
    border-radius: 50%;
    border: none;
    transition: ease 0.3s;
}

.slide-dots li:not(.slick-active) button:hover {
    background-color: #d82027;
}

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

.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;
}

.section-title {
    color: #fff;
    font-size: 44px;
    line-height: 44px;
}

.bottom-content {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 710px;
    margin-bottom: 420px;
    background: url("/local/templates/aspro-digital/images/portfolio-tehnorama/bg-brands.png") top center no-repeat;;
}

.bottom-content__number-img {
    position: absolute;
    top: 75px;
    left: 80px;
}

.bottom-content__title {
    margin-top: 0;
    padding-top: 126px;
    margin-bottom: 60px;
}

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

.bottom-content__info-block {
    position: relative;
    z-index: 1;
}

.slider-info__link:focus {
    background-color: #d82027;
}

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

.bottom-content__item-image {
    position: absolute;
    z-index: 1;
    left: -125px;
    top: 600px;
    width: 790px;
}

.bottom-content__bg-image {
    position: absolute;
    top: 150px;
    left: 600px;
}

.bottom-content__big-img {
    position: absolute;
    top: 60px;
    left: 730px;
    width: 900px;
    height: 1000px;
    background-image: url("/local/templates/aspro-digital/images/portfolio-tehnorama/brands.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: 550px;
    }
    .intro__decor {
        display: none !important;
    }
    .polygraphy-decor {
        display: none !important;
    }
    .slider-block__wrap {
        background-color: #353535;
    }
    .slider-block__number-img {
        left: 10px;
    }
    .slider-block__bg {
        display: none;
    }
    .slider-block__item-image {
        width: 750px;
        bottom: -226px;
        right: -33px;
    }
    .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 {
        background: #353535;
    }
    .bottom-content__number-img {
        left: 10px;
    }
    .bottom-content__big-img {
        width: 750px;
    }
    .bottom-content__item-image {
        left: -15px;
        top: 615px;
        width: 700px;
    }
}

@media (max-width: 1500px) {
    .top-angle {
        height: 500px;
    }
    .detail .wrap {
        width: 1168px;
    }
    .intro {
        height: 470px;
    }
    .intro__logo {
        margin-top: 60px;
        margin-bottom: 30px;
        width: 260px;
    }
    .intro__info-block {
        font-size: 18px;
        line-height: 24px;
    }
    .intro__text {
        width: 420px;
        margin-bottom: 20px;
    }
    .intro__screen  {
        top: 40px;
        left: 665px;
        width: 500px;
        height: 1200px;
        box-shadow: 0 43px 35px -5px rgba(0,0,0,0.5);
    }
    .polygraphy {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .polygraphy__title {
        font-size: 35px;
        line-height: 35px;
    }
    .polygraphy__color {
        margin-bottom: 60px;
    }
    .polygraphy-color__circle-block {
        width: 570px;
    }
    .polygraphy-color__circle {
        width: 150px;
        height: 150px;
        padding-left: 20px;
        box-shadow: 0 10px 40px -15px rgba(0,0,0,0.25);
    }
    .polygraphy-color__circle-text {
        font-size: 16px;
    }
    .polygraphy-type__font-family {
        width: 352px !important;
        margin-right: 70px;
    }
    .polygraphy-type__font-size {
        width: 134px !important;
    }
    .slider-block {
        height: 680px;
    }
    .slider-block__wrap {
        height: 520px;
    }
    .slider-block__number-img {
        top: 25px;
        width: 180px;
    }
    .slider-block__title {
        padding-top: 57px;
    }
    .slider-block__navigate {
        top: 320px;
        left: 690px;
    }
    .slider-block__btn {
        margin-bottom: 40px;
    }
    .slider-block__bg-image {
        top: 72px;
        left: 618px;
        width: 70px;
    }
    .slider-block__item-image {
        bottom: -150px;
        right: -25px;
        width: 500px;
    }
    .main-slider {
        top: 110px;
    }
    .main-slider__small-img {
        margin-top: 40px;
        min-width: 210px;
        max-width: 210px;
        height: 490px;
        box-shadow: 0 43px 35px -5px rgba(0,0,0,0.5);
    }
    .main-slider__big-img {
        min-width: 600px;
        max-width: 600px;
        height: 570px;
        margin-left: -180px;
        box-shadow: 0 43px 35px -5px rgba(0,0,0,0.5);
    }
    .main-slider__info-block {
        margin-left: 60px;
    }
    .slide-info__title {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 30px;
    }
    .slide-info__text {
        font-size: 16px;
    }
    .bottom-content {
        margin-bottom: 280px;
        height: 500px;
    }
    .bottom-content__number-img {
        top: 50px;
        width: 180px;
    }
    .bottom-content__title {
        padding-top: 79px;
        margin-bottom: 40px;
    }
    .bottom-content__item-image {
        top: 425px;
        width: 550px
    }
    .bottom-content__bg-image {
        top: 128px;
        left: 475px;
        width: 95px;
    }
    .bottom-content__big-img {
        top: 40px;
        left: 560px;
        width: 600px;
        height: 700px;
    }
    .section-title {
        font-size: 34px;
        line-height: 34px;
    }
    .slider-btn {
        width: 200px;
        height: 46px;
        font-size: 14px;
    }
    .slider-btn__next-svg {
        margin-top: 2px;
        margin-left: 10px;
        width: 16px;
    }
}

@media (max-width: 1200px) {
    .detail .wrap {
        width: 900px;
    }
    .top-angle  {
        display: none;
    }
    .intro {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 1366px;
    }
    .intro__info-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
    }
    .intro__screen  {
        position: static;
        width: 100%;
        height: auto;
        flex-grow: 1;
        box-shadow: 0 25px 30px -7px rgba(0,0,0,0.5);
    }
    .polygraphy {
        padding-top: 90px;
    }
    .slider-block {
        height: 1366px;
    }
    .slider-block__wrap {
        top: 0;
        height: 1024px;
    }
    .slider-block__number-img {
        display: none !important;
    }
    .slider-block__title {
        position: absolute;
        clip: rect(0 0 0 0);
        width: 1px;
        height: 1px;
        overflow: hidden;
        margin: -1px;
    }
    .slider-block__navigate {
        top: 300px;
        left: 0;
    }
    .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: #bcbcbc;
    }
    .slide-dots svg {
        display: none !important;
    }
    .slider-block__bg-image {
        top: 25px;
        left: auto;
        right: 0;
    }
    .slider-block__item-image {
        display: none !important;
    }
    .main-slider {
        top: 0;
    }
    .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__number-img {
        display: none !important;
    }
    .bottom-content__item-wrap {
        display: flex;
        flex-direction: column;
    }
    .bottom-content__title {
        position: absolute;
        clip: rect(0 0 0 0);
        width: 1px;
        height: 1px;
        overflow: hidden;
        margin: -1px;
    }
    .bottom-content__info-block {
        top: 0;
        margin-top: 80px;
    }
    .bottom-content__bg-image {
        top: 25px;
        right: 0;
        left: auto;
        width: 115px;
    }
    .bottom-content__big-img {
        top: 426px;
        left: 0;
        width: 100%;
        height: 940px;
        box-shadow: 0 30px 35px -5px rgba(0,0,0,0.5);
    }
    .bottom-content__item-image {
        display: none !important;
    }
}

@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;
    }
    .intro {
        height: 1024px;
    }
    .intro__logo {
        width: 240px !important;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .polygraphy {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .slider-block {
        height: 760px;
    }
    .slider-block__wrap {
        height: 640px;
    }
    .slider-block__navigate {
        top: 210px;
        left: 16px;
    }
    .slider-block__bg-image {
        top: 20px;
        right: 16px;
        width: 45px !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;
    }
    .bottom-content__info-block {
        margin-top: 30px;
    }
    .bottom-content__bg-image {
        top: 44px;
        right: 16px;
        width: 75px !important;
    }
    .bottom-content__big-img {
        top: 320px;
        left: 16px;
        height: 590px;
        width: calc(100% - 32px);
    }
}

@media (max-width: 575px) {
    .intro__logo {
        width: 200px !important;
    }
    .intro__text {
        width: 100%;
    }
    .polygraphy__title {
        text-align: center;
    }
    .polygraphy-color__circle-block {
        width: 100%;
        height: 530px;
        flex-direction: column;
        align-items: center;
    }
    .polygraphy-type {
        display: flex;
        flex-direction: column;
    }
    .polygraphy-type__font-family {
        margin-right: 0;
        margin-bottom: 38px;
    }
    .slider-block__navigate {
        top: 245px;
    }
    .slide-info {
        width: 288px;
        margin-bottom: 100px;
    }
    .main-slider__small-img {
        height: 380px;
    }
    .main-slider__big-img {
        height: 440px;
    }
    .bottom-content {
        margin-bottom: 175px;
    }
    .bottom-content__bg-image {
        top: 61px;
    }
    .bottom-content__big-img {
        top: 360px;
        height: 420px;
    }
}
/* End */
/* /local/templates/aspro-digital/components/bitrix/news.detail/projects_tehnorama/style.css?178609841619765 */
