.portfolio.after_header {
    padding: 60px 0 350px;
}

.after_header-breadcrumbs {
    margin: 0 0 30px;
}

.after_header-inner-back {
    margin: 0 0 20px;
}

.back_button a {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.after_header-inner-info {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 20px;
}

.after_header-title h1 {
    font-size: 4.5rem !important;
    margin-bottom: 20px;
}

.portfolio_thumbnail {
    margin-top: -300px;
}

.porfolio-thumbnail-content {
    position: relative;
    max-height: 600px;
    overflow: hidden;
}

.porfolio-thumbnail-content img {
    width: 100%;
    height: 100%;
    max-height: 600px;
    object-fit: cover;
    object-position: center;
    border-radius: 0.83em;
    -webkit-border-radius: 0.83em;
    -moz-border-radius: 0.83em;
    -ms-border-radius: 0.83em;
    -o-border-radius: 0.83em;
}

@media(max-width: 479px) {
    .porfolio-thumbnail-content img {
        height: 400px;
    }
}

.portfolio_intro {
    position: relative;
    padding: 75px 0 75px;
}

.portfolio_intro-container {
    position: relative;
}

.portfolio_intro-container:before {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    bottom: -50px;
    border-bottom: 1px solid #00000010;
}

.portfolio_intro-cta {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}

.portfolio_intro-title {
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 0 20px;
    margin-bottom: 10px;
}

.goto_link {
    position: relative;
    display: block;
    width: fit-content;
    padding: 13px 40px 11px;
    border: 1px solid var(--ab-dark-color);
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    overflow: hidden;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.goto_link:before {
    position: absolute;
    content: '';
    background: var(--accent-color);
    height: 102%;
    left: auto;
    top: 0;
    right: 0;
    height: 101%;
    width: 0px;
    z-index: -1;
    opacity: 0.8;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.goto_link:hover:before {
    top: -1px;
    width: 100%;
    left: 0;
    right: auto;
}

.goto_link svg {
    margin-left: 10px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.goto_link:hover {
    color: #ffffff;
}

.goto_link:hover svg {
    stroke: #ffffff;
}

.portfolio_intro-description {
    position: relative;
    max-width: 800px;
    font-size: 1.7rem;
    margin-bottom: 5rem;
}

.portfolio_intro-tags {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 15px;
    margin: 30px 0 0;
}

.portfolio_intro-tags-item {
    border: 1px solid var(--ab-dark-color);
    padding: 8px 30px;
    border-radius: 50px;
}

@media(max-width: 768px) {
    .after_header-title h1 {
        font-size: 2.5rem !important;
    }

    .portfolio_intro-description {
        font-size: 21px;
    }

    .portfolio_intro-cta-link {
        margin: 40px 0 0;
    }

    .portfolio_intro-tags-item {
        padding: 5px 15px;
        font-size: 14px;
    }
}

/*
* MODULE: PORTFOLIO SLIDER
*/

.portfolio_slider-wrapper {
    position: relative;
    height: 100%;
}

.portfolio_slider-top {
    position: relative;
    padding: 50px 0;
}

.portfolio_slider-name {
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 0 20px;
    margin-bottom: 10px;
}

.portfolio_slider-title {
    position: relative;
    font-size: 1.7rem;
    margin-bottom: 5rem;
}

.portfolio_slider-description {
    position: relative;
    padding: 10px 0 30px;
}

.portfolio_slider-content {
    position: relative;
    height: 100%;
}

/* .portfolio_slider-content {
    cursor: url(https://dev.abagency.com.ua/wp-content/uploads/2022/08/logo.svg) 232 232, auto;
} */

/* .slider_cursor {
    position: fixed;
    z-index: 5;
    width: 32px;
    height: 32px;
    background-color: white;
    border-radius: 50%;
    pointer-events: none;
    transition:
        background ease-in 10ms,
        box-shadow ease-in 150ms,
        transform ease-in 150ms;
    transform: translate3d(0, 0, 0);
} */

.swiper-images-left,
.swiper-images-right {
    overflow: visible;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-images-left__item,
.swiper-images-right__item {
    box-shadow: 0 10px 30px #dadada;
    border-radius: 0.83em;
    overflow: hidden;
}

.swiper-images-left .swiper-slide,
.swiper-images-right .swiper-slide {
    width: auto;
    opacity: 1 !important;
    visibility: visible !important;
}

.swiper-images-left .swiper-wrapper,
.swiper-images-right .swiper-wrapper {
    -moz-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.swiper_fade .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
}

.swiper_fade .swiper-slide-active {
    z-index: 2;
}

.swiper_fade .swiper-slide {
    height: auto;
    transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
}

.swiper-images-right {
    margin-left: -200px;
}

/* @media only screen and (max-width: 1399px) {
    .swiper-images-left {
        width: 246px;
    }
}

@media only screen and (max-width: 1199px) {
    .swiper-images-left {
        width: 200px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .swiper-images-right {
        margin-left: -200px;
    }
} */

.full_screen-show {
    position: absolute;
    top: -60px;
    right: 0;
    border-bottom: 1px dashed #000000;
    cursor: pointer;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
}

.full_screen-show:hover {
    color: var(--accent-color);
    border-color: var(--accent-color);
}

.full_screen-show svg {
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
}

.full_screen-show:hover svg {
    stroke: var(--accent-color);
}

.modal.fullscreen {
    padding-right: 0 !important;
}

.fullscreen .modal-dialog {
    max-width: 100% !important;
    margin: 0 auto !important;
}

.fullscreen .modal-content {
    background: #f2f5f7 !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

.fullscreen .modal_close {
    position: fixed;
    top: 50px;
    right: 50px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 60px;
    border: 3px solid #000000;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
}

.fullscreen .modal_close:before {
    position: absolute;
    content: '';
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
    border: 1px solid #000000;
    border-radius: 50%;
    opacity: 15%;
    transition: transform 0.8s ease-out;
    -webkit-transition: transform 0.8s ease-out;
    -moz-transition: transform 0.8s ease-out;
    -ms-transition: transform 0.8s ease-out;
    -o-transition: transform 0.8s ease-out;
}

.fullscreen .modal_close:after {
    position: absolute;
    content: '';
    width: 180%;
    height: 180%;
    top: -40%;
    left: -40%;
    border: 1px solid #000000;
    border-radius: 50%;
    opacity: 5%;
}

.fullscreen .modal-content .modal-body img {
    width: 100% !important;
}

.portfolio_slider-content-slider {
    position: relative;
    overflow: visible;
    margin: 0 0 3vw;
}

.portfolio_slider-content-slider__item {
    position: relative;
    max-width: 90%;
    box-shadow: 0 10px 30px #dadada;
    transform: scale(0.85);
    transition: all .3s ease-in;
    opacity: .5;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
}

.portfolio_slider-content-slider__item.swiper-slide-active {
    transform: scale(1);
    opacity: 1;
    filter: none;
    -webkit-filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.swiper-pagination {
    position: relative;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    margin-top: 50px;
}

.swiper-pagination-bullet {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    background: var(--accent-color);
    transform: scale(0.5);
    border-radius: 50%;
    opacity: 0.5;
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    margin: 0 2px;
}

.swiper-pagination-bullet-active-main {
    transform: scale(1.2);
    margin: 0 7px;
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.swiper-pagination-bullet-active-next,
.swiper-pagination-bullet-active-prev {
    opacity: .7;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.swiper-pagination-bullet-active-next-next,
.swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
}

@media(max-width: 768px) {
    .portfolio_slider-title {
        font-size: 21px;
    }
}

/*
* MODULE: PORTFOLIO FEATURES
*/

.portfolio_features-wrapper {
    position: relative;
    padding: 5vw 0;
    /* margin-bottom: 50px; */
}

.portfolio_features-top {
    padding-top: 50px;
    border-top: 1px solid #00000020;
}

.portfolio_features-title {
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 0 20px;
    margin-bottom: 10px;
}

.portfolio_features-list-inner__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px 0 20px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #00000020;
    text-decoration: none;
    flex-wrap: wrap;
    margin: 10px 0 15px;
}

.inner__item-top {
    flex: 50px;
}

.inner__item-content {
    flex: calc(100% - 60px);
}

.inner__item-content-title {
    font-size: 1.4rem;
    letter-spacing: -1px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 25px;
}

.inner__item-content-description {
    max-width: 600px;
    color: #9a9a9a;
}

/*
* MODULE: PORTFOLIO RESPONSIVE SLIDER
*/

.responsive_slider-top {
    position: relative;
    padding: 50px 0;
}

.responsive_slider-name {
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 0 20px;
    margin-bottom: 10px;
}

.responsive_slider-title {
    position: relative;
    font-size: 1.7rem;
    margin-bottom: 5rem;
}

.responsive_slider-description {
    position: relative;
    padding: 10px 0 30px;
}

.responsive_slider-content-slider {
    position: relative;
    overflow: visible;
    margin: 0 0 50px;
}

.responsive_slider-content-slider__item {
    max-width: 310px;
    transform: scale(0.90);
    transition: all .3s ease-in;
    opacity: .5;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transform: scale(0.90);
    -moz-transform: scale(0.90);
    -ms-transform: scale(0.90);
    -o-transform: scale(0.90);
}

.responsive_slider-content-slider__item:before {
    position: absolute;
    content: '';
    width: 65%;
    height: 32px;
    top: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--ab-dark-color);
    z-index: 2;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.responsive_slider-content-slider__item:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 6px;
    top: 17px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    z-index: 2;
    border-radius: 15px;
    opacity: .2;
}

.responsive_slider-content-slider__item img {
    position: relative;
    /*border: 0.2777vw solid rgba(0, 0, 0, 0.85);
    border-radius: 1.0416vw;
    */
    border: 7px solid rgba(0, 0, 0, 0.85);
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

/* .responsive_slider-content-slider__item {
    position: relative;
    max-width: 90%;
    box-shadow: 0 10px 30px #dadada;
    transform: scale(0.85);
    transition: all .3s ease-in;
    opacity: .5;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
} */

.responsive_slider-content-slider__item.swiper-slide-active {
    transform: scale(1);
    opacity: 1;
    filter: none;
    -webkit-filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.swiper-pagination {
    position: relative;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    margin-top: 5vw;
}

.swiper-pagination-bullet {
    position: relative;
    display: block;
    width: 0.6vw;
    height: 0.6vw;
    background: var(--accent-color);
    border-radius: 50%;
    opacity: 0.5;
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 2px;
}

.swiper-pagination-bullet-active-main {
    /* margin: 0 7px; */
    opacity: 1;
    width: 1.3vw;
    height: 1.3vw;
}

.swiper-pagination-bullet-active-next,
.swiper-pagination-bullet-active-prev {
    opacity: .7;
    width: 1.1vw;
    height: 1.1vw;
}

.swiper-pagination-bullet-active-next-next,
.swiper-pagination-bullet-active-prev-prev {
    width: 0.7vw;
    height: 0.7vw;
}

@media(max-width: 768px) {
    .responsive_slider-title {
        font-size: 21px;
    }
}

/*
*
*/

.marquee {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 1vw 0;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-item {
    display: flex;
    transition: color 0.2s, -webkit-text-stroke 0.2s;
    -webkit-transition: color 0.2s, -webkit-text-stroke 0.2s;
    -moz-transition: color 0.2s, -webkit-text-stroke 0.2s;
    -ms-transition: color 0.2s, -webkit-text-stroke 0.2s;
    -o-transition: color 0.2s, -webkit-text-stroke 0.2s;
}

.marquee-item:nth-child(odd) {
    -webkit-text-stroke: 1px var(--ab-dark-color);
    color: transparent;
}

.marquee-item:hover {
    color: var(--accent-color)
}

.marquee-item:hover:nth-child(odd) {
    -webkit-text-stroke: 1px transparent;
}