html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
    margin:0;
    padding:0;
    border:0;
    outline: 0;
    font-size:100%;
    vertical-align:baseline;

    /* отмена выделения текста на сайте */
/*    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
    display:block;
}
html {
    background-color:#000;
}
body {
    line-height:1;
    font-family:'Open Sans', sans-serif;
    min-width:320px;
    font-size:16px;
    color: #fff;
    position:relative;
    background-color:#000;
    overflow-x: hidden;
}

::-webkit-scrollbar { width:8px; }
::-webkit-scrollbar-button { display:none; }
::-webkit-scrollbar-track { background:#000; }
::-webkit-scrollbar-thumb { background:#D2C4AB; }

:focus{
    outline:-webkit-focus-ring-color auto 0;
}

a, a:hover, a:focus, a:active, a:visited, input:hover, input:focus, input:active, input:visited, button:hover, button:focus, button:active, button:visited{
    outline:0;
    box-shadow:none;
}

a:hover, a:focus {
    outline:0;
    transition:0.3s;
    color: #D2C4AB;
    text-decoration: none;
}
a{
    color:#fff;
    text-decoration:none;
}

a.button, .button {
    display: inline-block;
    margin-top: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    padding: 16px 72px 16px 26px;
    font-family: inherit;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    align-items: center;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    position: relative;
    text-decoration:none;
    transition: cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
    color:#fff;
}
.button:hover {
    text-decoration:none;
    padding: 16px 26px 16px 72px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    cursor: pointer;
}
.button:after {
    display: block;
    content: '';
    width: 80px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: -33px;
    top: 24px;
    opacity: 1;
    transition: cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
}
.button:hover:after {
    opacity: 0;
    width: 0;
}
.button:before {
    display: block;
    content: '';
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    left: -33px;
    top: 24px;
    opacity: 0;
    transition: cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
}
.button:hover:before {
    opacity: 1;
    width: 80px;
}
img {
    width: 100%;
    height: auto;
}
.ark_center {
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 11;
}
.title-big {
    font-family: Cuprum;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.8);
}
.title-mini {
    font-weight: 300;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
    position: relative;
}
.title-mini.top {
    text-align: center;
}
.title-mini.left {
    text-align: left;
}
.title-mini.left:before {
    display: block;
    content: '';
    width: 80px;
    height: 1px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: -120px;
    top: 10px;
}
.descr {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: rgba(0, 0, 0, 0.5);
}
.unit {
    position:relative;
    width:100%;
    height:auto;
    min-height: 100px;
    padding: 90px 0;
    text-align: left;
    overflow-x: hidden;
}
.unit:before, .unit:after {
    display: block;
    content: '';
    width: 1px;
    height: 40px;
    position: absolute;
    left: calc(50% - 1px);
}
.unit:before {
    height: 40px;
    top: 0;
}
.unit:after {
    height: 20px;
    bottom: 0;
}
.unit.black:before, .unit.black:after {
    background: #fff
}
.unit.white:before, .unit.white:after {
    background: rgba(0, 0, 0, 0.8);
}
/* mobile menu */
.m-menu {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 0;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: #111 url(../img/bg-intro-dark.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    transition: 0.5s;
    z-index: 99999999;
}
.m-menu-header {
    width: 100%;
}
.m-menu-header .logo {
    /*    background: url(../img/logo.svg) center center no-repeat;
        width: 120px;
        height: 29px;
        background-size: contain;*/
    margin-left: 5%;
    margin-top: 3%;
    padding: 0;
    display: block;
}
.m-menu-content {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.m-menu-content a {
    padding: 8px;
    margin-top: 15px;
    text-decoration: none;
    font-family: Cuprum;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: #fff;
    display: block;
    transition: 0.3s;
}
.m-menu-footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.m-menu-footer a {
    width: 25%;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0;
    margin: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.m-menu-footer a:last-child {
    border-right: none;
}
.m-menu-footer a i {
    display: block;
    text-align: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}


.m-menu a:hover,
.m-menu a:focus {
    color: #D2C4AB;
}

.m-menu .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    margin-right: 5%;
    margin-top: 3%;
    height: 29px;
    align-items: center;
    display: flex;
}

.burger {
    color: #fff;
    display: none;
}

@media screen and (max-width: 1200px) {
    .ark_center {
        padding-left: 5%;
        padding-right: 5%;
        width: calc(100% - 10%);
    }
    .title-big {
        font-size: 42px;
    }
}
@media screen and (max-width: 890px) {
    .unit {
        padding: 80px 0;
    }
}
@media screen and (max-width: 530px) {
    .unit {
        padding: 60px 0;
    }
    .unit:before {
        height: 30px;
    }
    .unit:after {
        height: 15px;
    }
    .descr {
        font-size: 14px;
    }
    .title-big {
        font-size: 32px;
    }
    .title-mini {
        font-size: 12px;
    }
}




.unit_intro {
    position:relative;
    width:100%;
    height: 100vh;
    min-height: 860px;
    background: #1A1A1A url(../img/bg-intro-dark.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
.unit_intro:after {
    display: block;
    content: '';
    width: 1px;
    height: 80px;
    background: #fff;
    position: absolute;
    left: calc(50% - 1px);
    bottom: 0;
    animation: animate 3s cubic-bezier(0, 0.02, 0.32, 0.99) infinite;
    /*    animation-delay: 1s;*/
}
@keyframes animate {
    0% {
        height: 80px;
        opacity: 0.9;
    }
    100% {
        height: 0px;
        opacity: 0.1;
    }
}
.unit_intro .ark_center_fullwidth {
    width: calc(100% - 10%);
    height: calc(100vh - 6%);
    padding: 3% 5%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.unit_intro .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 90;
}
.unit_intro .header .right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.unit_intro .header .logo {
    background: url(../img/logo.svg) center center no-repeat;
    width: 167px;
    height: 40px;
    background-size: contain;
}
.unit_intro .header .telephone {
    margin-right: 0;
}
.unit_intro .header .telephone i {
    margin-left: 13px;
}
.unit_intro .header .m-telephone {
    display: none;
}
.unit_intro .header .menu {
    position: relative;
}
.unit_intro .header .menu:before {
    display: inline-block;
    content: '';
    width: 1px;
    height: 6px;
    background: #888;
    margin: 0 30px;
}
.unit_intro .header .menu:after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 6px;
    background: #888;
    margin: 0 30px;
}
.unit_intro .header .menu .menu-item {
    margin-right: 26px;
}
.unit_intro .header .menu .menu-item:last-child {
    margin-right: 0px;
}
.unit_intro .header .dropbtnLang {
    padding:5px;
    cursor:pointer;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
.unit_intro .header .dropbtnLang i {
    padding-left: 10px;
    font-size: 12px;
}
.unit_intro .header .dropdownLang {
    position:relative;
    display:inline-block;
    width:auto;
}
.unit_intro .header .dropdownLang-content {
    display:none;
    position:absolute;
    background-color: transparent;
    left:-23px;
    padding: 10px 0;
}

.dropdownLang-content a{
    color:#fff;
    margin:6px 30px;
    text-decoration:none;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
}
.dropdownLang-content a:hover {
    color:rgba(255, 255, 255, 0.7)
}
.dropdownLang.dropdownLangActive .dropdownLang-content{
    display:block;
    opacity:1;
}



.unit_intro .content {
    position: relative;
    z-index: 10;
}
.unit_intro .content .logo-3d {
    position: absolute;
    right: 56%;
    top: 10vh;
    bottom: 0;
    width: 542px;
    height: 621px;
    background-size: contain;
}
.unit_intro .content .text {
    position: absolute;
    left: 56%;
    top: 20vh;
    bottom: auto;
    width: 33%;
}
.unit_intro .content .text .title-intro-mini {
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 0.4em;
    line-height: 160%;
    text-transform: uppercase;
}
.unit_intro .content .text .title-intro-big {
    margin-top: 23px;
    font-family: Cuprum;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 120%;
}
.unit_intro .content .text .title-intro-big span {
    color: #D2C4AB;
}
.unit_intro .content .text .descr-intro {
    margin-top: 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 170%;
    letter-spacing: 0.03em;
}


.unit_intro .g-partner-icon {
    display: block;
    background: url(../img/g-partner.png) center center no-repeat;
    background-size: contain;
    width: 158px;
    height: 57px;
    position: absolute;
    right: 5%;
    bottom: 5%;
}
.unit_intro .social-icons {
    display: block;
    position: absolute;
    left: 5%;
    bottom: 5%;
}
.unit_intro .social-icons .soc {
    display: block;
    margin-bottom: 20px;
}
.unit_intro .social-icons .soc:hover {
    color: #D2C4AB;
    text-decoration: none;
}
.unit_intro .social-icons .soc i {
    display: block;
    text-align: center;
}
.unit_intro .social-icons .soc:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1500px) {
    .unit_intro .content .logo-3d {
        width: 472px;
        height: 551px;
    }
    .unit_intro .content .text {
        width: 40%;
    }
}
@media screen and (max-width: 1400px) {
    .unit_intro .content .logo-3d {
        width: 360px;
        height: 412px;
    }
    .unit_intro .content .text .title-intro-big {
        font-size: 38px;
    }
    .unit_intro .content .text .descr-intro {
        font-size: 14px;
        margin-top: 20px;
    }
    .unit_intro .content .text .title-intro-mini {
        font-size: 12px;
    }
    .unit_intro .content .text {
        width: 34%;
    }
    .unit_intro .content .text {
        top: 15vh;
    }
    .unit_intro .header .menu:before, .unit_intro .header .menu:after {
        margin: 0 20px;
    }
    .unit_intro .g-partner-icon {
        width: 110px;
        height: 41px;
    }
}
@media screen and (max-width: 1200px) {
    .unit_intro .content .text .title-intro-big {
        font-size: 34px;
    }
}
@media screen and (max-width: 1080px) {
    .unit_intro .g-partner-icon {
        display: none;
    }
    .unit_intro .content .text .title-intro-big {
        font-size: 29px;
    }
    .unit_intro .content .text .title-intro-mini {
        font-size: 10px;
    }
    .unit_intro .content .logo-3d {
        width: 280px;
        height: 320px;
    }
}
@media screen and (max-width: 890px) {
    .burger {
        align-items: center;
        display: flex;
    }
    .unit_intro .header .menu {
        display: none;
    }
    .unit_intro .header .telephone {
        margin-right: 30px;
    }
    .unit_intro .header .dropbtnLang {
        margin-right: 20px;
    }
    .unit_intro .content .logo-3d {
        position: relative;
        top: inherit;
        bottom: inherit;
        left: inherit;
        right: inherit;
        width: 160px;
        height: 183px;
        margin: 30px auto;
    }
    .unit_intro .content .text {
        position: relative;
        top: inherit;
        bottom: inherit;
        left: inherit;
        right: inherit;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .unit_intro {
        height: auto;
        min-height: 200px;
        padding-bottom: 100px;
    }
    .unit_intro .social-icons {
        display: none;
    }
}
@media screen and (max-width: 530px) {
    .unit_intro .header .telephone {
        display: none;
    }
    .unit_intro .header .m-telephone {
        display: block;
        margin-right: 30px;
    }
    .unit_intro .header .logo {
        width: 120px;
        height: 29px;
    }
}






.unit_services {
    background: #fff url(../img/bg-services.jpg) center center no-repeat;
    background-size: cover;
}
.unit_services .bg-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: Cuprum;
    font-style: normal;
    font-weight: bold;
    font-size: 543px;
    line-height: 120%;
    text-align: center;
    color: rgba(0, 0, 0, 0.02);
    z-index: 1;
}
.unit_services .content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 100px 0 30px 0;
}
.unit_services .content .ark_left {
    width: 33%;
}
.unit_services .content .ark_right {
    width: 67%;
}
.unit_services .content .ark_left .title-big {
    margin-top: 20px;
    padding-right: 120px;
}
.unit_services .content .ark_left .title-big span {
    background: #1E1E1D;
    color: #fff;
}
.unit_services .content .ark_left .descr {
    margin-top: 20px;
    padding-right: 120px;
}
.unit_services .content .ark_right {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.unit_services .content .ark_right .serv {
    width: calc((100% / 3) - 30px);
    margin-right: 30px;
    margin-bottom: 50px;
}
.unit_services .content .ark_right .serv:nth-child(3n) {
    margin-right: 0;
}
.unit_services .content .ark_right .serv .button-small {
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.07em;
    color: rgba(0, 0, 0, 0.8);
    /*    background: rgba(210, 196, 171, 0.8);*/
    /*    border: 1px solid rgba(0, 0, 0, 0.2);*/
    text-transform: none;
    /*    padding: 5px 28px 7px 12px;*/
    margin-top: 20px;

    padding: 0;
}
.unit_services .content .ark_right .serv .button-small:hover {
    /*    padding: 5px 12px 7px 28px;*/
    padding-left: 28px;
}
.unit_services .content .ark_right .serv .button-small:after {
    background: rgba(0, 0, 0, 0.8);
    right: -53px;
    top: 6px;
    width: 40px;
}
.unit_services .content .ark_right .serv .button-small:hover:after {
    background: rgba(0, 0, 0, 0.8);
    width: 0;
}
.unit_services .content .ark_right .serv .button-small:before {
    background: rgba(0, 0, 0, 0.8);
    left: -24px;
    top: 6px;
    width: 0;
}
.unit_services .content .ark_right .serv .button-small:hover:before {
    background: rgba(0, 0, 0, 0.8);
    width: 40px;
}

.unit_services .content .ark_right .title {
    font-family: Cuprum;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.8);
}
.unit_services .content .ark_right .descr {
    margin-top: 12px;
}
@media screen and (max-width: 1200px) {
    .unit_services .content .ark_right .serv {
        width: calc((100% / 2) - 30px);
    }
    .unit_services .content .ark_right .serv:nth-child(3n) {
        margin-right: 30px;
    }
}
@media screen and (max-width: 890px) {
    .unit_services .content {
        padding: 40px 0 0 0;
        flex-wrap: wrap;
        text-align: center;
    }
    .unit_services .content .ark_left {
        width: 100%;
    }
    .unit_services .content .ark_right {
        width: 100%;
        margin: 30px 0;
    }
    .title-mini.left {
        display: none;
    }
    .unit_services .content .ark_left .title-big {
        padding-right: 0;
    }
    .unit_services .content .ark_left .descr {
        padding-right: 0;
    }
    .unit_services .content .ark_right .serv {
        margin: 25px 15px;
    }
    .unit_services .content .ark_right .serv:nth-child(3n) {
        margin-right: 15px;
    }
}
@media screen and (max-width: 530px) {
    .unit_services .content .ark_left .title-big {
        margin-top: 0;
    }
    .unit_services .content .ark_right .title {
        font-size: 22px;
    }
    .unit_services .content .ark_right .serv:nth-child(3n) {
        margin-right: 0;
    }
    .unit_services .content .ark_right .serv {
        margin: 20px 10px 20px 0;
        width: calc(50% - 10px);
    }
    .unit_services .content .ark_right .serv:nth-child(2n) {
        margin-right: 0;
        margin-left: 10px;
    }
    .unit_services .content .ark_right .serv .button-small:after {
        right: -30px;
        width: 20px;
    }
    .unit_services .content .ark_right .serv .button-small:before {
        left: 0;
        width: 0;
    }
}



.unit_cases {
    background: #1A1A1A url(../img/bg-dark.jpg) center center no-repeat;
    background-size: cover;
    padding: 100px 0 120px 0;
}
.unit_cases .bg-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 0;
    font-family: Cuprum;
    font-style: normal;
    font-weight: bold;
    font-size: 543px;
    line-height: 120%;
    text-align: center;
    color: rgba(255, 255, 255, 0.02);
    z-index: 1;
}
.unit_cases .title-mini {
    color: rgba(255, 255, 255, 0.8);
}
.unit_cases .title-big {
    text-align: center;
    color: #FFFFFF;
    margin-top: 30px;
}
.unit_cases .slider-cases {
    margin-top: 60px;
    position: relative;
}

.unit_cases .slider-cases .slick-slide {
    margin-right:15px;
    margin-left:15px;
    position: relative;
    height: auto;
}
.unit_cases .slide {
    position: relative;
    height: auto;
}
.unit_cases .slider-cases .slick-slide:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
    transition: 3s;
}
.unit_cases .slider-cases .slick-slide:hover:before {
    width: 100%;
}
.unit_cases .slider-cases .slick-slide img {
    width: 100%;
    height: auto;
}
.unit_cases .slider-cases .slide-image {
    position: relative;
}
.unit_cases .slider-cases .slide-image:before {
    display: block;
    content: '';
    background: url(../img/browser-bar.png) center center no-repeat;
    background-size: contain;
    width: 100%;
    height: 18px;
}
.unit_cases .slider-cases .slide-text {
    padding: 20px 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    border-top: none;
    flex-grow: 1;
    /*    margin: 0 15px;*/
}
.unit_cases .slider-cases .slide-text .title {
    font-family: Cuprum;
    font-weight: bold;
    font-size: 30px;
    line-height: 120%;
    color: #FFFFFF;
}
.unit_cases .slider-cases .slide-text .descr {
    font-size: 14px;
    line-height: 160%;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 3px;
}
.unit_cases .slider-cases .slide-text .result {
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    color: #D2C4AB;
    margin-top: 5px;
}
.unit_cases .slider-cases .slider-arrow {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    height: 30px;
    position: absolute;
    bottom: -50px;
    cursor: pointer;
}
.unit_cases .slider-cases .slider-arrow.prev-arrow:before {
    display: block;
    content: '';
    position: absolute;
    left: 23px;
    top: 11px;
    background: url(../img/slider-arrow-left.svg) center center no-repeat;
    background-size: contain;
    width: 50px;
    height: 7px;
    transition: cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
}
.unit_cases .slider-cases .slider-arrow.next-arrow:before {
    display: block;
    content: '';
    position: absolute;
    left: -23px;
    top: 11px;
    background: url(../img/slider-arrow-right.svg) center center no-repeat;
    background-size: contain;
    width: 50px;
    height: 7px;
    transition: cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
}
.unit_cases .slider-cases .slider-arrow.prev-arrow {
    left: calc(50% - 90px);
}
.unit_cases .slider-cases .slider-arrow.next-arrow {
    left: calc(50% + 40px);
}
.unit_cases .slider-cases .slider-arrow.next-arrow:hover {
    border-color: rgba(255, 255, 255, 0.3);
}
.unit_cases .slider-cases .slider-arrow.prev-arrow:hover {
    border-color: rgba(255, 255, 255, 0.3);
}
.unit_cases .slider-cases .slider-arrow.next-arrow:hover:before {
    left: -10px;
}
.unit_cases .slider-cases .slider-arrow.prev-arrow:hover:before {
    left: 10px;
}
.unit_cases .slider-cases .slick-dots {
    list-style: none;
    margin: 30px auto;
    text-align: center;

}
.unit_cases .slider-cases .slick-dots li {
    padding: 0;
    margin: 0;
    display: inline-block;
    margin: 5px;

}
.unit_cases .slider-cases .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 .slick-dots li.slick-active button {
    background: #fff;
}

@media screen and (max-width: 890px) {
    .unit_cases {
        padding: 80px 0;
    }
}
@media screen and (max-width: 530px) {
    .unit_cases {
        padding: 60px 0 80px 0;
    }
    .unit_cases .slider-cases {
        margin-top: 30px;
    }
    .unit_cases .slider-cases .slide-text .descr {
        font-size: 13px;
    }
    .unit_cases .slider-cases .slide-text .result {
        font-size: 13px;
    }
    .unit_cases .slider-cases .slide-text .title {
        font-size: 22px;
    }
    .unit_cases .slider-cases .slick-slide {
        margin-left: 0;
        margin-right: 0;
    }
    .unit_cases .bg-text {
        display: none;
    }
}




.unit_certification {
    /* background: #fff url(../img/bg-certification.jpg) center center no-repeat; */
    background: #fff url(../img/bg-certification.png) center center no-repeat;
    background-size: cover;
}
.unit_certification .content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 120px 0 60px 0;
}
.unit_certification .content .ark_left {
    width: 33%;
    position: relative;
    z-index: 2;
}
.unit_certification .content .ark_right {
    width: 67%;
    position: relative;
    z-index: 1;
}
.unit_certification .content .ark_right::before {
    content: '';
    position: absolute;
    width: 564px;
    height: 330px;
    background: transparent url(../img/certificate-figure.svg) center no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(calc(-50% - 80px),-50%);
}
.unit_certification .content .ark_left .title-big {
    margin-top: 20px;
    padding-right: 60px;
}
.unit_certification .content .ark_left .title-big span {
    background: #1E1E1D;
    color: #fff;
}
.unit_certification .content .ark_left .descr {
    margin-top: 20px;
    padding-right: 60px;
}
.unit_certification .content .ark_right {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.unit_certification .content .ark_right .item {
    /* width: calc((100% / 3) - 125px); */
    width: 100%;
    max-width: 281px;
    position: relative;
    z-index: 2;
}
/* .unit_certification .content .ark_right .item:first-child {
    width: 220px;
} */
@media screen and (max-width: 1200px) {
    /* .unit_certification .content .ark_right .item {
        padding: 15px;
        width: calc((100% / 3) - 38px);
    }
    .unit_certification .content .ark_right {
        justify-content: center;
    } */
    .unit_certification .content {
        padding: 80px 0 40px 0;
    }
}
@media screen and (max-width: 890px) {
    /* .unit_certification .content .ark_right .item {
        width: 25%;
    } */
    .unit_certification .content {
        padding: 60px 0 30px 0;
    }
    .unit_certification .content {
        flex-wrap: wrap;
        text-align: center;
    }
    .unit_certification .content .ark_left {
        width: 100%;
    }
    .unit_certification .content .ark_right {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .unit_certification .content .ark_left .title-big {
        padding-right: 0;
    }
    .unit_certification .content .ark_left .descr {
        padding-right: 0;
    }
    .unit_certification .content .ark_left .title-big {
        margin-top: 0;
    }

}
@media screen and (max-width: 530px) {
    .unit_certification .content {
        padding: 40px 0 0 0;
    }
    /* .unit_certification .content .ark_right .item:first-child {
        width: 100%;
    } */
    .unit_certification .content .ark_right .item {
        padding: 10px;
    }

}




.unit_how-we-work {
    background: #f8f8f8 url(../img/bg-how_we_work.jpg) center center no-repeat;
    background-size: cover;
}
.unit_how-we-work .title-big {
    text-align: center;
    margin-top: 30px;
}
.unit_how-we-work .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 70px 0 20px 0;
}
.unit_how-we-work .content .item {
    width: calc((100% / 4) - 23px);
    margin: 25px 15px;
}
.unit_how-we-work .content .item:nth-child(4n+1) {
    margin-left: 0;
}
.unit_how-we-work .content .item:nth-child(4n) {
    margin-right: 0;
}
.unit_how-we-work .content .item .title {
    font-family: Cuprum;
    font-weight: bold;
    font-size: 26px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.8);
    position: relative;
    padding-left: 30px;
}
.unit_how-we-work .content .item .title:before {
    display: block;
    content: '';
    font-family: Cuprum;
    font-style: normal;
    font-weight: bold;
    font-size: 81px;
    line-height: 120%;
    color: rgba(210, 196, 171, 0.4);
    position: absolute;
    left: 0px;
    top: -30px;
    z-index: -1;
}
.unit_how-we-work .content .item:nth-child(1) .title:before {
    content: '01';
}
.unit_how-we-work .content .item:nth-child(2) .title:before {
    content: '02';
}
.unit_how-we-work .content .item:nth-child(3) .title:before {
    content: '03';
}
.unit_how-we-work .content .item:nth-child(4) .title:before {
    content: '04';
}
.unit_how-we-work .content .item:nth-child(5) .title:before {
    content: '05';
}
.unit_how-we-work .content .item:nth-child(6) .title:before {
    content: '06';
}
.unit_how-we-work .content .item:nth-child(7) .title:before {
    content: '07';
}
.unit_how-we-work .content .item:nth-child(8) .title:before {
    content: '08';
}
.unit_how-we-work .content .item .descr {
    margin-top: 16px;
}
@media screen and (max-width: 1200px) {
    .unit_how-we-work .content .item {
        width: calc((100% / 3) - 30px);
    }
    .unit_how-we-work .content .item:nth-child(4n+1) {
        margin-left: auto;
    }
    .unit_how-we-work .content .item:nth-child(4n) {
        margin-right: auto;
    }
}
@media screen and (max-width: 890px) {
    .unit_how-we-work .content .item {
        width: calc((100% / 2) - 20px);
        margin: 20px 10px;
    }
    .unit_how-we-work .content .item .title {
        font-size: 22px;
    }
}
@media screen and (max-width: 530px) {
    .unit_how-we-work .content .item {
        width: calc((100% / 2) - 10px);
        margin: 20px 10px;
        margin-left: 0;
    }
    .unit_how-we-work .content .item:nth-child(2n) {
        margin-right: 0;
        margin-left: 10px;
    }
    .unit_how-we-work .content .item .title {
        padding-left: 0;
    }
    .unit_how-we-work .content .item .descr {
        font-size: 13px;
    }
    .unit_how-we-work .content .item .title:before {
        color: rgba(210, 196, 171, 0.2);
    }
    .unit_how-we-work .content {
        margin: 30px 0 0 0;
    }
}



.unit_instruments {
    padding: 100px 0 120px 0;
}
.unit_instruments .title-big {
    text-align: center;
}
.unit_instruments .content {
    margin-top: 60px;
    position: relative;
}
.unit_instruments .instruments-list {
    display: flex;
    flex-direction: column;
}
.unit_instruments .instrument-item {
    width: calc(50% - 15px);
    display: flex;
    border: 1px solid #dcdcdc;
    padding: 24px;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    min-height: 196px;
}
.unit_instruments .instrument-item:nth-child(2n) {
    margin-left: auto;
}
.unit_instruments .instrument-item:not(:last-child) {
    margin-bottom: 30px;
}
.unit_instruments .instrument-item:not(:last-child):before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% + 30px);
    background-color: #dcdcdc;
    top: 50%;
}
.unit_instruments .instrument-item:not(:last-child):nth-child(2n+1)::before {
    left: calc(100% + 15px);
}
.unit_instruments .instrument-item:not(:last-child):nth-child(2n)::before {
    right: calc(100% + 15px);
}
.unit_instruments .instrument-item::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11.5' fill='white' stroke='%23D9D9D9'/%3E%3Ccircle cx='12' cy='12' r='8' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}
.unit_instruments .instrument-item:nth-child(2n+1)::after {
    left: calc(100% + 3.5px);
}
.unit_instruments .instrument-item:nth-child(2n)::after {
    right: calc(100% + 3.5px);
}
.unit_instruments .instrument-item-logo {
    width: 72px;
    flex-shrink: 0;
    margin-right: 16px;
}
.unit_instruments .instrument-item-logo svg {
    max-width: 72px;
    max-height: 72px;
}
.unit_instruments .instrument-item-title {
    font-family: Cuprum;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.8);
}
.unit_instruments .instrument-item-descr {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 890px) {
    .unit_instruments {
        padding: 80px 0;
    }
}
@media screen and (max-width: 767px) {
    .unit_instruments .instrument-item {
        width: 100%;
    }
    .unit_instruments .instrument-item:not(:last-child) {
        margin-bottom: 24px;
    }
    .unit_instruments .instrument-item:nth-child(2n) {
        margin-left: initial;
    }
    .unit_instruments .instrument-item::before,
    .unit_instruments .instrument-item::after,
    .unit_instruments .instrument-item:not(:last-child):before {
        content: none;
    }
    .unit_instruments .instrument-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .unit_instruments .instrument-item-logo {
        margin-right: 0;
        margin-bottom: 16px;
    }
}
@media screen and (max-width: 530px) {
    .unit_instruments {
        padding: 60px 0 80px 0;
    }
    .unit_instruments .content {
        margin-top: 30px;
    }
}



.unit_clients {
    background: #fff url(../img/bg-clients.jpg) center center no-repeat;
    background-size: cover;
}
.unit_clients .content {
    /* display: flex; */
    /* justify-content: space-around; */
    /* align-items: center; */
    /* margin: 60px 0 10px 0; */
    margin: 85px auto 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    row-gap: 65px;
    max-width: 1170px;
}
.unit_clients .content .cl-logo {
    width: auto;
    text-align: center;
    /* margin: 10px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.unit_clients .content .cl-logo img {
    filter: grayscale(100%);
    transition: all 0.5s;
    width: auto;
    /* min-width: 100%; */
    max-width: 180px;
    max-height: 64px;
    object-fit: contain;
}
.unit_clients .content .cl-logo:hover img {
    /* filter: none; */
    filter: grayscale(0%);
}

@media screen and (max-width: 1200px) {

}
/* @media screen and (max-width: 890px) {
    .unit_clients .content {
        flex-wrap: wrap;
    }
} */
@media screen and (max-width: 767px) {
    .unit_clients .content {
        /* flex-wrap: wrap; */
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 24px;
        row-gap: 32px;
    }
    .unit_clients .content .cl-logo img {
        max-width: 100%;
    }
}
@media screen and (max-width: 530px) {
    .unit_clients .content {
        margin: 40px 0 0 0;
    }
}



.unit_footer {
    background: #1A1A1A url(../img/bg-dark.jpg) center center no-repeat;
    background-size: cover;
    padding: 100px 0 40px 0;
}
.unit_footer:after {
    display: none;
}
.unit_footer .title-mini {
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}
.unit_footer .title-big {
    color: #fff;
    text-align: center;
    margin-top: 30px;
}
.unit_footer .form-main {
    margin: 80px 0 120px 0;
    padding: 0 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.unit_footer .form-main .inp-group {
    width: calc(50% - 30px);
    margin: 0 15px 0 15px;
    position: relative;
}
.unit_footer .form-main .inp-group.inp-textarea {
    width: calc(100% - 30px);
    margin: 54px 15px 0 15px;
}
.unit_footer .form-main .button {
    margin: 60px auto 0 auto;
}
.unit_footer .form-main .inp-checkbox input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}
.unit_footer .form-main .inp-checkbox {
    position: relative;
    margin-top: 20px;
    width: 100%;
    padding: 0 36px 0 0;
}
.unit_footer .form-main .inp-checkbox label {
    display: block;
    position: relative;
    font-size: 13px;
    padding-left: 50px;
    margin: 10px auto;
    cursor: pointer;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    color: rgba(255,255,255,.6);
    z-index: 9;
}

.unit_footer .form-main .inp-checkbox .check {
    display: block;
    position: absolute;
    border: 1px solid #AAAAAA;
    height: 19px;
    width: 19px;
    top: 6px;
    left: 15px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.unit_footer .form-main .inp-checkbox .check:before{
    display: block;
    position: absolute;
    content: '';
    height: 7px;
    width: 7px;
    top: 6px;
    left: 6px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
input[type=checkbox]:hover ~ .check {
    cursor: pointer;
}
input[type=checkbox]:checked ~ .check {
    border: 5px solid #0DFF92;
}
input[type=checkbox]:checked ~ .check::before {
    background: #D2C4AB;
}

.unit_footer .footer-contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.unit_footer .footer-contacts .logo {
    background: url(../img/logo.svg) center center no-repeat;
    width: 167px;
    height: 40px;
    background-size: contain;
}
.unit_footer *:is(.addresses, .phones) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding-left: 24px;
}
.unit_footer *:is(.addresses, .phones) i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.unit_footer .footer-contacts address {
    font-style: normal;
    display: block;
}
.unit_footer .footer-contacts address:not(:last-child),
.unit_footer .footer-contacts a:not(:last-child) {
    margin-bottom: 8px;
}
.unit_footer .footer-contacts a i {
    margin-right: 10px;
    display: inline-block;
}
.unit_footer .footer-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.unit_footer .footer-links .social-icons a {
    display: inline-block;
    margin-right: 20px;
}
.unit_footer .footer-links .copyright {
    font-size: 13px;
    line-height: 160%;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}
.unit_footer .footer-links .policy {
    color: rgba(255, 255, 255, 0.6);
    text-align: right;
    font-size: 13px;
    line-height: 160%;
}
@media screen and (max-width: 1200px) {
    .unit_footer .form-main {
        padding: 0 120px;
    }
}
@media screen and (max-width: 1080px) {
    .unit_footer .footer-contacts {
        /* flex-wrap: wrap; */
        flex-direction: column;
        /* text-align: center; */
    }
    .unit_footer .footer-contacts .logo {
        width: 100%;
    }
    .unit_footer .footer-contacts .addresses,
    .unit_footer .footer-contacts .phones {
        margin-top: 32px;
        left: -12px;
    }
    .unit_footer .footer-contacts .address,
    .unit_footer .footer-contacts .telephone,
    .unit_footer .footer-contacts .email {
        font-size: 14px;
        text-align: left;
    }

    .unit_footer .footer-contacts .address {
        width: 100%;
        /* margin-top: 30px; */
    }
    .unit_footer .footer-contacts .email {
        /* width: 100%; */
        /* margin-top: 15px; */
        margin-top: 32px;
    }
    .unit_footer .footer-contacts .telephone {
        width: 100%;
        /* margin-top: 15px; */
    }
    .unit_footer .footer-links {
        flex-wrap: wrap;
        text-align: center
    }
    .unit_footer .footer-links .social-icons {
        width: 100%;
    }
    .unit_footer .footer-links .copyright {
        width: 100%;
        margin-top: 15px;
    }
    .unit_footer .footer-links .policy {
        width: 100%;
        margin-top: 15px;
        text-align: center
    }
}
@media screen and (max-width: 890px) {
    .unit_footer .form-main {
        padding: 0;
    }
}
@media screen and (max-width: 530px) {
    .unit_footer {
        padding: 60px 0 23px 0;
    }
    .unit_footer .form-main .inp-group {
        width: 100%;
        margin: 15px 0;
    }
    .unit_footer .form-main .inp-group.inp-textarea {
        width: 100%;
        margin: 30px 0 15px 0;
    }
    .inp-group input:focus ~ label, .inp-group .ok ~ label, .inp-group textarea:focus ~ label, .inp-group .ok ~ label {
        top: -10px!important;
    }
    .unit_footer .form-main .inp-checkbox .check {
        left: 0;
        top: 12px;
    }
    .unit_footer .form-main .inp-checkbox {
        margin-top: 0;
    }
    .unit_footer .form-main .inp-checkbox label {
        padding-left: 38px;
    }
    .unit_footer .form-main {
        margin: 40px 0 80px 0;
    }
    .unit_footer .form-main .button {
        margin-top: 40px;
    }
    .unit_footer .footer-links .social-icons a {
        margin: 5px 10px;
        padding: 5px 10px;
    }
    .unit_footer .footer-contacts {
        padding-bottom: 30px;
    }
}





.inp-group{
    width:100%;
    position:relative;
    margin-bottom:41px; }

.inp-group_textarea{
    margin-bottom:10px;
}

.inp-group label{
    position:absolute;
    top:0;
    left:5px;
    pointer-events:none;
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    font-size:17px;
    color: rgba(255, 255, 255, 0.6);
    font-weight:500; }

.inp-group input,
.inp-group textarea{
    display:block;
    width:-webkit-calc(100% - 20px);
    width:calc(100% - 20px);
    border:none;
    border-bottom:1px solid #707070;
    left:25px;
    padding:10px;
    font-size:16px;
    background:none;
    color:#fff;
    line-height: 140%;
    font-family:'Open Sans', sans-serif;
    letter-spacing: 0.03em;
}

.inp-group input:focus ~ label,
.inp-group .ok ~ label,
.inp-group textarea:focus ~ label,
.inp-group .ok ~ label{
    top:-20px;
    left:5px;
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    font-size:13px;
    color:#D2C4AB; }

.inp-group input:focus ~ .inp-bar:before,
.inp-group input:focus ~ .inp-bar:after,
.inp-group textarea:focus ~ .inp-bar:before,
.inp-group textarea:focus ~ .inp-bar:after{
    width:100%; }

.inp-group textarea{
    resize:none; }

.inp-group .inp-bar{
    position:relative;
    display:block;
    width:100%; }

.inp-group .inp-bar:before,
.inp-group .inp-bar:after{
    content:"";
    display:block;
    position:absolute;
    bottom:0;
    width:0;
    background:#D2C4AB;
    height:1px;
    -webkit-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease; }








/* start - Main parallax logo */
.logo-3d:after {
    transform: scale(0.95) translateY(36px) translateZ(-30px);
    filter: blur(20px);
    opacity: 0.4;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-size: cover;
    z-index: -1;
    transition: filter .3s ease;
}

.logo-3d {
    position: relative;
    background-size: cover;
    &:hover {
        &:after {
            transform: scale(1) translateY(36px) translateZ(-50px);
        }
    }
}

.light {
    background: radial-gradient(ellipse at center, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 60%);
    width: 700px;
    height: 700px;
    background-blend-mode: lighten;
    position: fixed;
    pointer-events: none;
}

.js-tilt-container {
    transition: transform .1s ease;
    transform: rotateX(0) rotateY(0);
    transform-style: preserve-3d;
}
.leave {
    transform: rotateX(0) rotateY(0) !important;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1)!important;
    transition-duration: 1.5s;
}
/* end - Main parallax logo */


/*to top*/
#totop {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url(../img/totop.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40%;
    width: 60px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    right: 3%;
    bottom: 5%;
    display: none;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 999999;
}

@media screen and (max-width: 530px) {
    #totop {
        background-size: 30%;
        width: 50px;
        height: 35px;
        bottom: 3%;
    }
}
/*end*/

/*Popup*/
.form-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 9999;
}
.form-modal .form-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 1;
}
.form-modal .form-body {
    display: block;
    width: 100%;
    max-width: 470px;
    border-radius: 1px;
    background: #F5F5F5 url(../img/bg-intro.jpg) center right no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: auto;
    height: 100%;
    max-height: calc(648px + 10%);
}
.form-modal .form-close {
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    position: absolute;
    top: 20px;
    right: 20px;
    transition: 0.5s all;
}
.form-modal .form-close:hover {
    cursor: pointer;
    transform: rotate(90deg);
}
.form-modal .form-title {
    padding: 10% 10% 0 10%;
}
.form-modal .form-title .title {
    font-family: Cuprum;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 110%;
}
.form-modal .form-title .descr {
    margin-top: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 150%;
    letter-spacing: 0.03em;
}

.form-modal .form {
    margin-top: 40px;
    display: block;
    width: auto;
    padding: 0 10% 10% 10%;
}
.form-modal .form .text-input,  .form-modal .form .textarea {
    width: 100%;
    color: #111;
    border-bottom-color: #b0b0b0;
}
.form-modal .form .label {
    color: #b0b0b0;
}
.form-modal .form .active .label {
    color: #ca211f;
}
.form-modal .form .button {
    display: block;
}

.form-modal .form-description {
    font-size: 14px;
    line-height: normal;
    margin: 20px auto;
    text-align: center;
    color: #666;
    font-weight: 300;
}
.form-modal .inp-checkbox .check {
    display: block;
    position: absolute;
    border: 1px solid #AAAAAA;
    height: 19px;
    width: 19px;
    top: 2px;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
input[type=checkbox]:checked ~ .check {
    border: 1px solid #AAAAAA;
}
.form-modal .inp-checkbox .check:before {
    display: block;
    position: absolute;
    content: '';
    height: 7px;
    width: 7px;
    top: 6px;
    left: 6px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
.form-modal .inp-checkbox label {
    display: block;
    position: relative;
    font-size: 13px;
    padding-left: 35px;
    margin: 10px auto;
    cursor: pointer;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    color: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
.form-modal .inp-checkbox input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}
.form-modal .inp-checkbox {
    position: relative;
    margin-top: 20px;
}
@media screen and (max-width: 890px) {

}
@media screen and (max-width: 530px) {
    .form-modal .form-body {
        max-width: 320px;
        padding: 0 20px;
    }
    .form-modal .form-title .title {
        font-size: 36px;
    }
    .form-modal .form-title .descr {
        font-size: 13px;
        line-height: 150%;
        margin-top: 10px;
    }
    .form-modal .form-title {
        padding: 20px 20px 0 20px;
    }
    .form-modal .form {
        padding: 0 20px 20px 20px;
        margin-top: 30px;
    }
    .form-modal .form-close {
        top: 50px;
        right: 20px;
    }
    .form-modal .inp-group {
        margin-bottom: 24px;
    }
    .form-modal .button {
        margin-top: 24px;
    }
}
@media screen and (max-width: 420px) {
    .form-modal .form-body:before {
        display: none;
    }
    .form-modal .form-body {
        padding: 40px 20px;
    }
}
/*Popup end*/

.unit_ppc-cases {
    background: #f4f4f4;
    padding: 100px 0 120px 0;
}
.unit_ppc-cases .bg-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 0;
    font-family: Cuprum;
    font-style: normal;
    font-weight: bold;
    font-size: 543px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    z-index: 1;
}
.unit_ppc-cases * {
    box-sizing: border-box;
}
.unit_ppc-cases .title-big {
    text-align: center;
    margin-top: 30px;
}
.unit_ppc-cases .ppc-cases-list {
    margin-top: 60px;
    position: relative;
}

.unit_ppc-cases .ppc-case {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.unit_ppc-cases .ppc-case::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 1px;
    background: rgba(0, 0, 0, 0.8);
    transition: .8s;
}
.unit_ppc-cases .ppc-case:hover:before {
    width: 100%;
}

.unit_ppc-cases .ppc-case-image {
    position: relative;
    padding-top: 18px;
    width: 100%;
    height: 200px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    color: #fff;
}
.unit_ppc-cases .ppc-case-image::before {
    display: block;
    content: '';
    background: url(../img/browser-ppc-bar.png) center center no-repeat;
    background-size: 100% 100%;
    /* width: 100%; */
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.unit_ppc-cases .ppc-case-image::after {
    content: '';
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(25, 34, 43, 0) 0%, #19222B 100%);
}
.unit_ppc-cases .ppc-case-image .name-small {
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    z-index: 3;
}
.unit_ppc-cases .ppc-case-image .name {
    font-family: Cuprum;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    z-index: 3;
}
.unit_ppc-cases .ppc-case-text {
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    align-items: center;

}
.unit_ppc-cases .ppc-case-text .title {
    font-family: Cuprum;
    font-weight: bold;
    font-size: 30px;
    line-height: 120%;
    color: #232323;
}
.unit_ppc-cases .ppc-case-text .descr {
    margin-top: 3px;
    font-size: 14px;
    line-height: 1.6;
    color: #7d7d7d;
}
.unit_ppc-cases .ppc-case-text .result {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    color: #7d7d7d;
}

@media screen and (max-width: 890px) {
    .unit_ppc-cases {
        padding: 80px 0;
    }
}

@media (min-width: 768px) {
    .unit_ppc-cases .swiper-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
        transform: initial !important;
        height: initial;
    }
}
@media (max-width: 767px) {
    .unit_ppc-cases .swiper-wrapper {
        height: auto;
    }
    .unit_ppc-cases .swiper-slide {
        width: 80vw;
        max-width: 420px;
        height: auto;
    }
    .unit_ppc-cases .swiper-slide:not(:last-child) {
        margin-right: 16px;
    }
    .unit_ppc-cases .ppc-case-image::after {
        top: 64px;
    }
    .unit_ppc-cases .ppc-case-image .name {
        font-size: 24px;
    }
    .unit_ppc-cases .ppc-case-text {
        padding: 16px;
        grid-template-columns: 1fr;
        grid-gap: 24px;
        align-items: start;
    }
}
@media screen and (max-width: 530px) {
    .unit_ppc-cases {
        padding: 60px 0 80px 0;
    }
    .unit_ppc-cases .ppc-cases-list {
        margin-top: 30px;
    }
    .unit_ppc-cases .ppc-case-text .descr {
        font-size: 13px;
    }
    .unit_ppc-cases .ppc-case-text .result {
        font-size: 13px;
    }
    .unit_ppc-cases .ppc-case-text .title {
        font-size: 22px;
    }
    .unit_ppc-cases .bg-text {
        display: none;
    }
}
