.project-box__description > p {
    color: #d0d0d0;
}

.project-item.in-progress-item .project-item__image a {
    position: relative;
    display: block;
}

.project-item {
    min-height: 290px;
}

.big-star {
    pointer-events: auto;
    cursor: pointer;
    z-index: 20;
    padding: 15px;
}

.project-item.in-progress-item .project-item__image a:after {
    content: "In progress...";
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5%;
    background: rgba(0,0,0, 0.35);
    width: 100%;
    height: 100%;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.intro-section {
    position: relative;
    height: 90vh;
}

.intro-section video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none;
    object-position: center;
}

.services-list {
    display: flex;
    flex-flow: column;
    list-style: none;
    padding: 0;
    max-width: 300px;
    margin: 25px auto 0;
}

.service-item {
    padding-left: 25px;
    color: #ffffff;
    text-align: left;
    font-size: 18px;
    margin: 0 0 10px;
    /*background: url("../images/check_icon_white.svg") no-repeat left 5px/16px;*/
    background: url("../images/star_v2.png") no-repeat left 5px/16px;
    /*text-shadow: 0 0 10px rgba(255, 255, 255, 0.8 );*/
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.team-section h2 {

}

.mt-0 {
    margin-top: 0 !important;
}

.our-works {
    padding-bottom: 40px;
}

.our-works .section-header p {
    margin-top: 15px;
    text-align: center;
    width: 100%;
}

.deposit-tip {
    margin: 5px auto 20px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
}

.deposit .section-header h3.fullwidth {
    max-width: none;
}

#paypal-button-container-2 {
    max-width: 300px;
    margin: 0 auto;
}

.paypal-button-tagline {
    color: #fff !important;
    margin-top: 16px !important;
}

.u-desc {
    padding: 40px 0 20px;
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 1), !*rgba(0, 0, 0, .25) 75%,*! transparent);*/
    /*margin: -10px auto 100px;*/
    /*margin: -10px auto 50px;*/
    margin: -10px auto 0;
    width: 100%;
    flex-shrink: 0;
}

#section3 {
    /*padding-top: 50px;*/
}

.services-list.fullwidth {
    max-width: none;
}

.services-list.fullwidth li {
    margin-bottom: 20px;
}

.mb-medium {
    margin-bottom: 50px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.u-desc-text {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    /*padding-top: 60px;*/
    padding-top: 150px;
    background: url('../images/thumb_UKR.png') no-repeat center top/60px;
    /*padding-left: 80px;*/
    /*background: url('../images/thumb_UKR.png') no-repeat left center/60px;*/
}

.text {
    font-size: 16px;
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.project-box__description h3 {
    margin-bottom: 20px;
}

.submit.btn {
    border-radius: 4px;
    height: 45px;
}

.our-works .section-header {
    position: relative;
}

.our-works .section-header .background-text-wrapper {
    padding: 0 0 0 147px;
}

.our-works .section-header .background-text-wrapper .background-text {
    white-space: wrap;
    flex-flow: wrap;
    font-size: 70px !important;
}

.section-header {
    position: relative;
}

.background-text-wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: -1;
}

.background-text {
    margin: 0 !important;
    z-index: 9;
    opacity: 0.3;
    text-align: center;
    font-size: 100px !important;
    white-space: nowrap;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    background: linear-gradient(to right, #222 0%, #fff 50%, #222 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmer 2.5s infinite;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: rgba(46, 46, 46, 0.7960784314);
    -ms-background-size: 200px 100%;
    background-size: 200px 100%;
    text-shadow: none !important;
}

.paypal-button-tagline {
    display: none !important;
}

@keyframes shimmer {
    0% {
        background-position: top left;
    }
    100% {
        background-position: top right;
    }
}

.project-item .read-more {
    /*display: none;*/
}

.project-item__description {
    /*text-shadow: none !important;*/
}

.intro-section:after {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: -20px;
    left: 0;
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #1B2735 50%);
    z-index: 5;
    display: none;
}

.project-item__description {
    font-size: 12px;
}

.project-item__description.short-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.read-more {
    display: block;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff !important;
}

.read-more em {
    font-style: normal;
    display: none;
}

.project-item__description:not(.short-desc) + .read-more em {
    display: block;
}

.project-item__description:not(.short-desc) + .read-more span {
    display: none;
}

.project-item__description {
    margin-bottom: 10px;
}

.project-item__image:before {
    z-index: -1;
}

.team-item p {
    font-size: 13px;
}

.fancybox-close-small {
    display: block;
}

.intro-section-wrapper {
    position: relative;
}

.separator-line {
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: -4px;
    z-index: 5;
    /*opacity: 0.5;*/
    background: -webkit-linear-gradient(315deg, #00baff 0%, #ae00ff 50%, #ff0096 100%);
    background: linear-gradient(135deg, #00baff 0%, #ae00ff 50%, #ff0096 100%);
}

.first-line {
    /*bottom: 2px;*/
    /*background: #9D9D9D;*/
    /*background: #00baff;*/
}

.second-line {
    bottom: -2px;
    display: none;
    background: #a80202;
    /*background: #ae00ff;*/
}

.third-line {
    /*background: rgb(22, 33, 43);*/
    bottom: -6px;
    display: none;
    background: rgba(0,0,0,.5);
    /*background: #ff0096;*/
}

.fancybox-button.fancybox-close-small:before, .fancybox-button.fancybox-close-small:after {
    content: '';
    width: 24px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.fancybox-button.fancybox-close-small:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.fancybox-button.fancybox-close-small svg {
    /*display: none;*/
}

.project-item__image {
    height: 152px;
}

.copyright-text {
    margin: 48px auto 0;
    text-align: center;
}

.footer {
    padding-bottom: 20px;
}

.fancybox-button {
    color: #fff;
    background: transparent;
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
}

@media screen and (min-width: 2000px) {
    .intro-section {
        max-height: 1000px;
        overflow: hidden;
        min-height: 0;
    }

    .promo-logo span {
        font-size: 4.2vw;
    }
}

@media screen and (max-width: 1400px) {
    .intro-section {
        overflow: visible;
    }

    .intro-section video {
        min-width: 0;
        min-height: 0;
    }

    .intro-section {
        /*height: 80vh;*/
        /*height: 300px;*/
        /*min-height: 300px;*/
        /*min-height: 400px;*/

        min-height: 50vh;
        height: 50vh;
    }

    .promo-logo {
        height: 100px !important;
    }

    @-webkit-keyframes fallingSmallStar {
        0% {
            -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh); }
        60% {
            opacity: 1; }
        100% {
            /*-webkit-transform: translateY(calc(-33vh));*/
            -webkit-transform: translateY(calc(-50vh));
            /*transform: translateY(calc(-33vh));*/
            transform: translateY(calc(-50vh));
            opacity: 0; } }

    @keyframes fallingSmallStar {
        0% {
            -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh); }
        60% {
            opacity: 1; }
        100% {
            /*-webkit-transform: translateY(calc(-33vh));*/
            -webkit-transform: translateY(calc(-50vh));
            /*transform: translateY(calc(-33vh));*/
            transform: translateY(calc(-50vh));
            opacity: 0; } }

    @-webkit-keyframes fallingBigStar {
        0% {
            -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
            opacity: 0; }
        60% {
            opacity: 1; }
        100% {
            -webkit-transform: translateY(calc(-45vh));
            transform: translateY(calc(-45vh));
            opacity: 1; } }

    @keyframes fallingBigStar {
        0% {
            -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
            opacity: 0; }
        60% {
            opacity: 1; }
        100% {
            -webkit-transform: translateY(calc(-45vh));
            transform: translateY(calc(-45vh));
            opacity: 1; } }
}

@media screen and (max-width: 1300px) {
    .u-desc-text {
        max-width: 700px;
    }
}

@media screen and (max-width: 1249px) {
    .intro-section {
        min-height: 50vh;
        height: 50vh;
    }

    .intro-section video {
        min-width: 0;
        min-height: 0;
    }

    @-webkit-keyframes fallingBigStar {
        0% {
            -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
            opacity: 0; }
        60% {
            opacity: 1; }
        100% {
            -webkit-transform: translateY(calc(-49vh));
            transform: translateY(calc(-49vh));
            opacity: 1; } }

    @keyframes fallingBigStar {
        0% {
            -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
            opacity: 0; }
        60% {
            opacity: 1; }
        100% {
            -webkit-transform: translateY(calc(-49vh));
            transform: translateY(calc(-49vh));
            opacity: 1; } }
}

@media screen and (max-width: 1023px) {
    @-webkit-keyframes fallingSmallStar {
        0% {
            -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh); }
        60% {
            opacity: 1; }
        100% {
            /*-webkit-transform: translateY(calc(-33vh));*/
            -webkit-transform: translateY(calc(-100vh + 300px));
            /*transform: translateY(calc(-33vh));*/
            transform: translateY(calc(-100vh + 300px));
            opacity: 0; } }

    @keyframes fallingSmallStar {
        0% {
            -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh); }
        60% {
            opacity: 1; }
        100% {
            /*-webkit-transform: translateY(calc(-33vh));*/
            -webkit-transform: translateY(calc(-100vh + 300px));
            /*transform: translateY(calc(-33vh));*/
            transform: translateY(calc(-100vh + 300px));
            opacity: 0; } }

    .u-desc-text, .text {
        font-size: 13px;
    }

    .intro-section {
        overflow: visible;
    }

    .intro-section video {
        min-width: 0;
        min-height: 0;
    }

    .project-item .read-more {
        display: block;
    }

    .project-item__description {
        margin-bottom: 10px;
    }

    .project-item__image:before {
        z-index: -1;
    }

    .project-item__description.short-desc {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .read-more {
        display: block;
        text-align: center;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff !important;
    }

    .read-more em {
        font-style: normal;
        display: none;
    }

    .project-item__description:not(.short-desc) + .read-more em {
        display: block;
    }

    .project-item__description:not(.short-desc) + .read-more span {
        display: none;
    }

    .project-item {
        min-height: 230px;
    }

    .our-works .section-header .background-text-wrapper .background-text {
        font-size: 50px !important;
    }

    .background-text {
        font-size: 50px !important;
    }

    .our-works .section-header .background-text-wrapper {
        padding: 0;
    }

    .u-desc {
        margin-top: -50px;
    }

    .intro-section {
        /*height: 80vh;*/
        height: 300px;
        min-height: 300px;
        /*min-height: 400px;*/
    }

    .promo-logo {
        height: 100px !important;
    }

    @-webkit-keyframes fallingBigStar {
        0% {
            -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
            opacity: 0; }
        60% {
            opacity: 1; }
        100% {
            -webkit-transform: translateY(calc(-100vh + 333px));
            transform: translateY(calc(-100vh + 333px));
            opacity: 1; } }

    @keyframes fallingBigStar {
        0% {
            -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
            opacity: 0; }
        60% {
            opacity: 1; }
        100% {
            -webkit-transform: translateY(calc(-100vh + 333px));
            transform: translateY(calc(-100vh + 333px));
            opacity: 1; } }
}

@media screen and (max-width: 767px) {
    .our-works h2 {
        margin-bottom: 20px;
    }

    .project-item__image {
        height: 145px;
    }

    .team-section h2 {
        margin-bottom: 70px;
    }

    .services-list.fullwidth li {
        font-size: 13px;
    }

    .services-list.fullwidth .service-item {
        background-position: left 1px;
    }

    .separator-line {
        height: 4px;
        bottom: -2px;
    }

    .fancybox-close-small {
        display: block;
        position: fixed;
        top: 16px !important;
        /*right: 16px !important;*/
        right: calc( 10vw - 10px ) !important;
    }

    #team-section {
        background-size: 150% 200px;
    }

    .footer {
        text-align: center;
    }
    .footer dl, .footer dt {
        display: block;
        float: none !important;
    }
    .footer dt:first-of-type {
        margin-top: 0;
    }
    .footer dt {
        margin-top: 24px;
    }
    .u-desc {
        padding-top: 30px;
    }
    .u-desc-text {
        /*padding: 110px 0 0;*/
        /*padding: 80px 0 0;*/
        padding: 130px 0 0;
        background-position: center top;
        background-size: 100px;
    }
}
