html, body {
    background: #fff;
}
body {
    color: rgba(0, 0, 0, 0.8);
}
a {
    color: rgba(0, 0, 0, 0.8);
}
a:hover {
    color: #000;
}
a.button, .button {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.8);
    color: rgba(0, 0, 0, 0.8);
}
.button:after, .button:before {
    background: rgba(0, 0, 0, 0.8);
}
.button:hover {
    color: rgba(0, 0, 0, 0.8);
}



.unit_intro {
    background: #F5F5F5 url(../img/ppc/bg-intro.jpg) center center no-repeat;
    background-size: cover;
}
.unit_intro:after {
    background: rgba(0, 0, 0, 0.8);
}
.unit_intro .header .logo {
    background: url(../img/ppc/logo-white.svg) center center no-repeat;
    background-size: contain;
}
.unit_intro .header .m-menu-header .logo {
    background: url(../img/logo.svg) center center no-repeat;
    background-size: contain;
}
.unit_intro .g-partner-icon {
    background: url(../img/ppc/g-partner.png) center center no-repeat;
    background-size: contain;
}
.unit_intro .header .dropbtnLang {
    color: rgba(0, 0, 0, 0.8);
}
.dropdownLang-content a {
    color: rgba(0, 0, 0, 0.8);
}
.dropdownLang-content a:hover {
    color: #000;
}
.unit_intro .content .text .title-intro-big span {
    background: #1E1E1D;
    color: #fff;
}
.unit_intro .content .text {
    width: 46%;
}
.unit_intro .content .text .title-intro-big {
    font-size: 48px;
}

@media screen and (max-width: 1400px) {
    .unit_intro .content .text .title-intro-big {
        font-size: 34px;
    }
}
@media screen and (max-width: 1080px) {
    .unit_intro .content .text .title-intro-big {
        font-size: 29px;
    }
}
@media screen and (max-width: 890px) {
    .unit_intro .content .text {
        width: 100%;
    }
}


.unit_services {
    padding: 90px 0 30px 0;
}
.unit_services .content .ark_right {
    justify-content: flex-start;
}



.unit_cases {
    background: #F5F5F5 url(../img/ppc/bg-grey.jpg) center center no-repeat;
    background-size: cover;
}
.unit_cases .bg-text {
    color: rgba(255, 255, 255, 0.6);
}
.unit_cases .title-big {
    color: rgba(0, 0, 0, 0.8);
}
.unit_cases .title-mini {
    color: rgba(0, 0, 0, 0.8);
}
.unit_cases .slider-cases-context {
    margin-top: 60px;
    position: relative;
}
.unit_cases .slider-cases-context .slick-slide {
    margin-right:15px;
    margin-left:15px;
    position: relative;
    height: auto;
}
.unit_cases .slider-cases-context .slick-slide:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: rgba(0, 0, 0, 0.6);
    transition: 3s;
}
.unit_cases .slider-cases-context .slick-slide:hover:before {
    width: 100%;
}
.unit_cases .slider-cases-context .slide-image {
    height: auto;
    min-height: 136px;
    position: relative;
    border-radius: 8px 8px 0px 0px;
    padding: 20px 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
}
.unit_cases .slider-cases-context .slide-image:before {
    display: block;
    content: '';
    background: transparent url(../img/ppc/browser-bar.png) center top no-repeat;
    background-size: 100%;
    width: 100%;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
}
.unit_cases .slider-cases-context .slide-image .name-small {
    font-size: 14px;
    line-height: 160%;
}
.unit_cases .slider-cases-context .slide-image .name {
    font-family: Cuprum;
    font-weight: bold;
    font-size: 36px;
    line-height: 120%;
}
.unit_cases .slider-cases-context .slide-text {
    padding: 20px 30px;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.unit_cases .slider-cases-context .slide-text .left {
    width: 55%;
}
.unit_cases .slider-cases-context .slide-text .title {
    font-family: Cuprum;
    font-weight: bold;
    font-size: 22px;
    line-height: 120%;
}
.unit_cases .slider-cases-context .slide-text .descr {
    font-size: 14px;
    line-height: 160%;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 12px;
}
.unit_cases .slider-cases-context .slide-text .right {
    width: 45%;
    padding-left: 30px;
}


.unit_cases .slider-cases-context .slider-arrow {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 50px;
    height: 30px;
    position: absolute;
    bottom: -50px;
    cursor: pointer;
}
.unit_cases .slider-cases-context .slider-arrow.prev-arrow:before {
    display: block;
    content: '';
    position: absolute;
    left: 23px;
    top: 11px;
    background: url(../img/ppc/slider-arrow-left.svg) center center no-repeat;
    background-size: 100%;
    width: 50px;
    height: 7px;
    transition: cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
}
.unit_cases .slider-cases-context .slider-arrow.next-arrow:before {
    display: block;
    content: '';
    position: absolute;
    left: -23px;
    top: 11px;
    background: url(../img/ppc/slider-arrow-right.svg) center center no-repeat;
    background-size: 100%;
    width: 50px;
    height: 7px;
    transition: cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
}
.unit_cases .slider-cases-context .slider-arrow.prev-arrow {
    left: calc(50% - 90px);
}
.unit_cases .slider-cases-context .slider-arrow.next-arrow {
    left: calc(50% + 40px);
}
.unit_cases .slider-cases-context .slider-arrow.next-arrow:hover {
    border-color: rgba(0, 0, 0, 0.3);
}
.unit_cases .slider-cases-context .slider-arrow.prev-arrow:hover {
    border-color: rgba(0, 0, 0, 0.3);
}
.unit_cases .slider-cases-context .slider-arrow.next-arrow:hover:before {
    left: -10px;
}
.unit_cases .slider-cases-context .slider-arrow.prev-arrow:hover:before {
    left: 10px;
}
.unit_cases .slider-cases-context .slick-dots {
    list-style: none;
    margin: 30px auto;
    text-align: center;
}
.unit_cases .slider-cases-context .slick-dots li {
    padding: 0;
    margin: 0;
    display: inline-block;
    margin: 5px;
}
.unit_cases .slider-cases-context .slick-dots li button {
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    color: transparent;
    background: #D2C4AB;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    cursor: pointer;
}
.unit_cases .slider-cases-context .slick-dots li.slick-active button {
    background: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 530px) {
    .unit_cases .slider-cases-context .slick-slide {
        margin-left: 0;
        margin-right: 0;
    }
    .unit_cases .slider-cases-context .slide-text {
        padding: 15px 20px;
    }
    .unit_cases .slider-cases-context .slide-text {
        flex-wrap: wrap;
    }
    .unit_cases .slider-cases-context .slide-text .left, .unit_cases .slider-cases-context .slide-text .right {
        width: 100%;
        padding: 0;
    }
    .unit_cases .slider-cases-context .slide-text .right {
        margin-top: 15px;
    }
    .unit_cases .slider-cases-context .slide-image .name {
        font-size: 34px;
    }
    .unit_cases .slider-cases-context {
        margin-top: 40px;
    }
}


.unit_prices {
    background: #fff;
}
.unit_prices .title-big {
    text-align: center;
    margin-top: 30px;
}
.unit_prices .ark_prices {
    margin-top: 80px;
}
.unit_prices .ark_prices .item {
    padding: 40px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.unit_prices .ark_prices .item:last-child {
    border-bottom: none;
}
.unit_prices .ark_prices .item .left {
    width: 65%;
}
.unit_prices .ark_prices .item .right {
    width: 35%;
}
.unit_prices .ark_prices .item .title {
    font-family: Cuprum;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
}
.unit_prices .ark_prices .item .descr {
    font-size: 16px;
    line-height: 160%;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 16px;
}
.unit_prices .ark_prices .item .price {
    font-family: Cuprum;
    font-weight: bold;
    font-size: 53px;
    line-height: 120%;
    text-align: right;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
}
.unit_prices .ark_prices .item .price span {
    font-size: 20px;
}
@media screen and (max-width: 530px) {
    .unit_prices .ark_prices .item .right {
        width: 25%;
    }
    .unit_prices .ark_prices .item .left {
        width: 75%;
        padding-right: 15px;
    }
    .unit_prices .ark_prices {
        margin-top: 40px;
    }
    .unit_prices .ark_prices .item .title {
        font-size: 21px;
    }
    .unit_prices .ark_prices .item .descr {
        font-size: 14px;
        margin-top: 10px;
    }
    .unit_prices .ark_prices .item {
        padding: 30px 0;
    }
}



.unit_footer {
    background: #F5F5F5 url(../img/ppc/bg-grey.jpg) center center no-repeat;
    background-size: cover;
}
.unit_footer .title-big {
    color: rgba(0, 0, 0, 0.8);
}
.unit_footer .title-mini {
    color: rgba(0, 0, 0, 0.8);
}
.unit_footer .footer-contacts .logo {
    background: url(../img/ppc/logo-white.svg) center center no-repeat;
    background-size: contain;
}
.inp-group input, .inp-group textarea {
    color: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.inp-group input:focus ~ label, .inp-group .ok ~ label, .inp-group textarea:focus ~ label, .inp-group .ok ~ label {
    color: rgba(0, 0, 0, 0.5);
}
.inp-group label {
    color: rgba(0, 0, 0, 0.5);
}
.inp-group .inp-bar:before, .inp-group .inp-bar:after {
    background: rgba(0, 0, 0, 0.8);
}
.unit_footer .form-main .inp-checkbox label {
    color: rgba(0, 0, 0, 0.5);
}
.unit_footer .footer-contacts {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.unit_footer .footer-links .copyright {
    color: rgba(0, 0, 0, 0.5);
}
.unit_footer .footer-links .policy {
    color: rgba(0, 0, 0, 0.8);
}