.sk-cube-grid {
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

    .sk-cube-grid .sk-cube {
        width: 33%;
        height: 33%;
        background-color: white;
        float: left;
        -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    }

    .sk-cube-grid .sk-cube1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .sk-cube-grid .sk-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .sk-cube-grid .sk-cube8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

#home-main-slider {
}

    #home-main-slider .item {
    }

    #home-main-slider .slider-box {
        position: relative;
        float: left;
        width: 100%;
        overflow: hidden;
    }

#home-main-slider2 {
}

    #home-main-slider2 .item {
    }

    #home-main-slider2 .slider-box {
        position: relative;
        float: left;
        width: 100%;
        overflow: hidden;
    }

.slider-thumnails {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    -webkit-transition: -webkit-transform 1s ease,-webkit-filter .5s ease;
    transition: -webkit-transform 1s ease,-webkit-filter .5s ease;
    transition: transform 1s ease,filter .5s ease;
    transition: transform 1s ease,filter .5s ease,-webkit-transform 1s ease,-webkit-filter .5s ease;
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

    .slider-thumnails img {
    }

#home-main-slider .active .slider-thumnails {
    -webkit-transform: scale(1) rotate(.001deg);
    transform: scale(1) rotate(.001deg);
    -webkit-filter: none;
    filter: none;
    z-index: 1;
}

#home-main-slider .owl-carousel .owl-item {
    float: left;
    width: 100%;
    height: 100%;
}

#home-main-slider2 .active .slider-thumnails {
    -webkit-transform: scale(1) rotate(.001deg);
    transform: scale(1) rotate(.001deg);
    -webkit-filter: none;
    filter: none;
    z-index: 1;
}

#home-main-slider2 .owl-carousel .owl-item {
    float: left;
    width: 100%;
    height: 100%;
}

.logo {
    position: absolute;
    padding-left: 66px;
    padding-right: 9px;
    top: 0;
    left: 0;
    /* width: 100%; */
    z-index: 3;
    height: 73px;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

    .logo img {
        transition: opacity .5s ease;
        margin-top: 7px;
        display: block;
        width: 76px;
        float: left;
    }

#home-main-slider .owl-page {
    width: 23px !important;
}

#home-main-slider .owl-controls {
    margin-top: 10px;
    text-align: center;
    z-index: 999 !important;
    width: 50% !important;
}

#home-main-slider .owl-dots {
    margin: 0;
    position: absolute;
    left: 0;
    padding-left: 69px;
    bottom: 15px;
    z-index: 9999;
    height: auto !important;
    width: 30px;
    display: inline-block;
}

    #home-main-slider .owl-dots .owl-dot {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 0 5px;
        filter: Alpha(Opacity=50);
        opacity: 0.9;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        border: 2px solid white;
        background: black;
    }

        #home-main-slider .owl-dots .owl-dot.active {
            display: inline-block;
            width: 12px;
            height: 12px;
            margin: 0 5px;
            filter: Alpha(Opacity=50);
            opacity: 0.9;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            border: 2px solid white;
            background: white;
        }

#home-main-slider2 .owl-page {
    width: 23px !important;
}

#home-main-slider2 .owl-controls {
    margin-top: 10px;
    text-align: center;
    z-index: 999 !important;
    width: 50% !important;
}

#home-main-slider2 .owl-dots {
    margin: 0;
    position: absolute;
    left: 0;
    padding-left: 69px;
    bottom: 15px;
    z-index: 9999;
    height: auto !important;
    width: 30px;
    display: inline-block;
}

    #home-main-slider2 .owl-dots .owl-dot {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 0 5px;
        filter: Alpha(Opacity=50);
        opacity: 0.9;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        border: 2px solid white;
        background: black;
    }

        #home-main-slider2 .owl-dots .owl-dot.active {
            display: inline-block;
            width: 12px;
            height: 12px;
            margin: 0 5px;
            filter: Alpha(Opacity=50);
            opacity: 0.9;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            border: 2px solid white;
            background: white;
        }

.slider-thumnails:before {
    /*background: url(../images/bg_frs.webp) no-repeat 50%;*/
    background-size: cover;
    display: block;
    content: "";
}

.slider-thumnails:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.15);
}

.slider-content {
    height: 100%;
    display: table;
    width: 100%;
    position: relative;
    z-index: 2;
}

    .slider-content:before {
        content: "";
        display: block;
        width: 0%;
        position: absolute;
        top: 50%;
        height: 1px;
        left: 0;
        background: #aeaeae;
        z-index: 99;
        transition: 5s;
        -webkit-transition: 5s;
        -moz-transition: 5s;
        opacity: 0;
    }

#home-main-slider .active .slider-content:before {
    content: "";
    height: 1px;
    width: 100%;
    opacity: 1;
}

#home-main-slider2 .active .slider-content:before {
    content: "";
    height: 1px;
    width: 100%;
    opacity: 1;
}

.slider-title {
    font: 700 113px/1 Avanti,Arial,Helvetica,sans-serif;
    color: #fff;
    height: auto !important;
    margin-bottom: 20px;
}

.slider-desc {
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    color: white;
    height: auto !important;
    max-width: 483px;
    padding-left: 13px;
    margin-top: 25px;
    -webkit-transition: opacity 1.5s ease .5s,-webkit-transform 0s ease 1s;
    transition: opacity 1.5s ease .5s,-webkit-transform 0s ease 1s;
    transition: opacity 1.5s ease .5s,transform 0s ease 1s;
    transition: opacity 1.5s ease .5s,transform 0s ease 1s,-webkit-transform 0s ease 1s;
}

.header_address {
    display: inline-block;
    font-family: ARIAL;
    margin-top: 14px;
    color: white;
    float: right;
    font-size: 14px;
}

.header_phone {
    color: white;
    font-size: 14px;
    padding-left: 34px;
    padding-right: 39px;
    float: right;
    margin-top: 14px;
    font-family: ARIAL;
}

.header_name {
    float: right;
    font-family: ARIAL;
    text-transform: uppercase;
    padding-right: 14px;
    margin-top: 14px;
    margin-bottom: 15px;
    text-align: right;
    color: white;
    font-size: 14px;
}

.menu__container {
    width: 100%;
    height: 100%;
    opacity: 1;
    overflow: hidden;
}

.menu__bg {
    margin-bottom: calc(-100vh + 23px);
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* margin-bottom: calc(-103vh + 18px); */
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: opacity 1.2s ease,visibility 1.2s step-end,-webkit-transform 1.2s ease,-webkit-filter .6s ease;
    transition: opacity 1.2s ease,visibility 1.2s step-end,-webkit-transform 1.2s ease,-webkit-filter .6s ease;
    transition: opacity 1.2s ease,transform 1.2s ease,visibility 1.2s step-end,filter .6s ease;
    transition: opacity 1.2s ease,transform 1.2s ease,visibility 1.2s step-end,filter .6s ease,-webkit-transform 1.2s ease,-webkit-filter .6s ease;
    visibility: hidden;
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.menu__bg_active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1.2s ease,visibility 0s step-start,-webkit-transform 1.2s ease,-webkit-filter .6s ease;
    transition: opacity 1.2s ease,visibility 0s step-start,-webkit-transform 1.2s ease,-webkit-filter .6s ease;
    transition: opacity 1.2s ease,transform 1.2s ease,visibility 0s step-start,filter .6s ease;
    transition: opacity 1.2s ease,transform 1.2s ease,visibility 0s step-start,filter .6s ease,-webkit-transform 1.2s ease,-webkit-filter .6s ease;
    visibility: visible;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.menu__outer {
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    overflow: hidden;
}

.menu_type_2 .menu__bg:after {
    background-color: rgba(0,0,0,.63);
}

.menu__bg:after {
    content: "";
    display: block;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.63);
    width: 100%;
    height: 100%;
}

.menu_open {
    opacity: 1;
    -webkit-transition: opacity .5s ease .5s;
    transition: opacity .5s ease .5s;
}

.services-cates-list {
    margin-top: -1px;
    width: 100%;
}

.list__item {
}

    .list__item .item__block {
        display: block;
    }

        .list__item .item__block a {
            width: 61.25%;
            background-size: cover;
            background-position: 50%;
            display: inline-block;
            vertical-align: top;
        }

.list__item2 {
}

/*Test HTML*/

.cases {
    min-height: 100vh;
    position: relative;
    background: #f5f5f3;
    padding-bottom: 117px;
    margin-top: 20px;
}

.cases__head {
    width: 100%;
    padding: 0 9px 0 66px;
}

.cases__line {
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #dedede;
    margin-top: 121px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.cases__list {
    margin-top: -1px;
    width: 100%;
    background: white;
}

.cases .head {
    font-size: 0
}

.cases .head__title {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 680px);
    padding-left: 7.1%
}

    .cases .head__title span {
        font: 700 54px/59px Avanti,sans-serif;
        color: #1c1c1c;
        max-width: 570px;
        display: block;
        letter-spacing: -.45px
    }

.cases .head__info {
    width: 670px;
    padding-left: 0;
    padding-top: 18px;
    float: right;
    -webkit-transition: opacity 1s ease,-webkit-transform 1s ease;
    transition: opacity 1s ease,-webkit-transform 1s ease;
    transition: opacity 1s ease,transform 1s ease;
    transition: opacity 1s ease,transform 1s ease,-webkit-transform 1s ease
}

.cases .head .info__number {
    display: inline-block;
    vertical-align: bottom;
    font: 700 54px/42px Avanti,sans-serif;
    color: #d0cfcb;
    text-transform: uppercase;
    letter-spacing: 3px
}

.cases .head .info__label {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 4px
}

    .cases .head .info__label span {
        display: block;
        font: 400 9px/16px ARIAL,sans-serif;
        color: #1c1c1c;
        letter-spacing: 3px;
        text-transform: uppercase
    }

        .cases .head .info__label span:first-child {
            margin-left: 6px;
            line-height: 14px
        }

.cases .head .info__text {
    font: 400 14px/22px ARIAL,sans-serif;
    color: #1c1c1c;
    opacity: .6;
    margin-top: 12px;
    padding-left: 2px;
    max-width: 406px
}

.cases .list__item {
    width: 100%;
    background: #f5f5f3;
    padding-bottom: 2px;
}

    .cases .list__item:after {
        content: "";
        display: table;
        clear: both;
    }

    .cases .list__item:first-child .item__block {
        display: block
    }

        .cases .list__item:first-child .item__block:first-child {
            width: 100%
        }

            .cases .list__item:first-child .item__block:first-child .item__img {
                width: 61.25%;
                background-size: cover;
                background-position: 50%;
                display: inline-block;
                vertical-align: top
            }

            .cases .list__item:first-child .item__block:first-child .item__img_color {
                -webkit-filter: grayscale(0);
                filter: grayscale(0)
            }

            .cases .list__item:first-child .item__block:first-child .item__img:after {
                padding-top: 57.55%
            }

            .cases .list__item:first-child .item__block:first-child .item__info {
                display: inline-block;
                vertical-align: top;
                padding-left: 29px;
                padding-top: 25px
            }

            .cases .list__item:first-child .item__block:first-child .item__name {
                font-size: 19px
            }

            .cases .list__item:first-child .item__block:first-child .item__square {
                padding-top: 3px
            }

        .cases .list__item:first-child .item__block:nth-child(2) {
            float: right;
            margin-top: -13.9vw;
            margin-right: 4.6vw;
            width: 29.6%;
            margin-top: -200px
        }

            .cases .list__item:first-child .item__block:nth-child(2) .item__img {
                width: 100%;
                background-size: cover;
                background-position: 50%
            }

                .cases .list__item:first-child .item__block:nth-child(2) .item__img:after {
                    padding-top: 130.9%
                }

            .cases .list__item:first-child .item__block:nth-child(2) .item__info {
                margin-top: 16px;
                padding-left: 0
            }

        .cases .list__item:first-child .item__block:nth-child(3) {
            /* margin-left: 6.25%; */
            margin-top: 4.6vw;
            width: 43%;
            /*margin-top: 20px;*/
        }

            .cases .list__item:first-child .item__block:nth-child(3) .item__img {
                width: 100%;
                background-size: cover;
                background-position: 50%
            }

                .cases .list__item:first-child .item__block:nth-child(3) .item__img:after {
                    padding-top: 57.3%
                }

            .cases .list__item:first-child .item__block:nth-child(3) .item__info {
                margin-top: 16px;
                margin-left: 0
            }

    .cases .list__item:nth-child(2n) {
        padding-bottom: 55px
    }

        .cases .list__item:nth-child(2n) .item__block:first-child {
            text-align: right
        }

            .cases .list__item:nth-child(2n) .item__block:first-child .item__img:after {
                padding-top: 57.6%
            }

            .cases .list__item:nth-child(2n) .item__block:first-child .item__info {
                display: inline-block;
                width: 61.25%;
                text-align: left;
                padding-left: 0;
                padding-top: 16px
            }

            .cases .list__item:nth-child(2n) .item__block:first-child .item__name {
                font-size: 14px
            }

        .cases .list__item:nth-child(2n) .item__block:nth-child(2) {
            float: left;
            margin-right: 0;
            margin-left: 4.6%;
            margin-top: -345px
        }

            .cases .list__item:nth-child(2n) .item__block:nth-child(2) .item__info {
                margin-top: 16px;
                padding-left: 0
            }

        .cases .list__item:nth-child(2n) .item__block:nth-child(3) {
            text-align: right;
            margin-left: 0;
            margin-top: 57px;
            width: 100%;
            padding-right: 6.3%
        }

            .cases .list__item:nth-child(2n) .item__block:nth-child(3) .item__img {
                display: inline-block;
                width: 45.9%
            }

            .cases .list__item:nth-child(2n) .item__block:nth-child(3) .item__info {
                display: inline-block;
                width: 45.9%;
                text-align: left;
                margin-top: 14px
            }

.cases .item {
    overflow: hidden
}

.cases .item__hover {
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: opacity .5s ease,z-index .5s step-end,visibility .5s step-end;
    transition: opacity .5s ease,z-index .5s step-end,visibility .5s step-end;
    opacity: 0
}

    .cases .item__hover:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: hsla(0,0%,100%,.3);
        margin-left: -100%;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: -webkit-transform 0s linear .5s;
        transition: -webkit-transform 0s linear .5s;
        transition: transform 0s linear .5s;
        transition: transform 0s linear .5s,-webkit-transform 0s linear .5s
    }

.cases .item__inner {
    display: inline-block;
    width: 83px;
    margin-top: -17px;
}

.cases .item__word {
    overflow: hidden;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700
}

    .cases .item__word span {
        display: block;
        -webkit-transform: translate3d(0,15px,1px) rotate(6deg);
        transform: translate3d(0,15px,1px) rotate(6deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: -webkit-transform 0s linear .5s;
        transition: -webkit-transform 0s linear .5s;
        transition: transform 0s linear .5s;
        transition: transform 0s linear .5s,-webkit-transform 0s linear .5s
    }

.cases .item__line {
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 3px 0 6px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0 linear .5s;
    transition: -webkit-transform 0 linear .5s;
    transition: transform 0 linear .5s;
    transition: transform 0 linear .5s,-webkit-transform 0 linear .5s
}

.cases .item__block {
    display: block
}

    .cases .item__block:first-child {
        width: 100%
    }

        .cases .item__block:first-child .item__img {
            width: 61.25%;
            background-size: cover;
            background-position: 50%;
            display: inline-block;
            vertical-align: top
        }

            .cases .item__block:first-child .item__img:after {
                padding-top: 57.55%
            }

        .cases .item__block:first-child .item__info {
            display: inline-block;
            vertical-align: top;
            padding-left: 29px;
            padding-top: 25px
        }

        .cases .item__block:first-child .item__name {
            font-size: 19px
        }

        .cases .item__block:first-child .item__square {
            padding-top: 3px
        }

    .cases .item__block:nth-child(2) {
        float: right;
        margin-top: -13.9vw;
        margin-right: 4.6vw;
        width: 29.6%;
        margin-top: -280px
    }

        .cases .item__block:nth-child(2) .item__img {
            width: 100%;
            background-size: cover;
            background-position: 50%
        }

            .cases .item__block:nth-child(2) .item__img:after {
                padding-top: 130.9%
            }

        .cases .item__block:nth-child(2) .item__info {
            margin-top: 16px;
            padding-left: 0;
            text-align: left
        }

    .cases .item__block:nth-child(3) {
        margin-left: 6.25%;
        margin-top: 123px;
        width: 43%;
        margin-top: 66px
    }

        .cases .item__block:nth-child(3) .item__img {
            width: 100%;
            background-size: cover;
            background-position: 50%
        }

            .cases .item__block:nth-child(3) .item__img:after {
                padding-top: 57.25%
            }

        .cases .item__block:nth-child(3) .item__info {
            margin-top: 16px;
            margin-left: 0
        }

.cases .item__info {
    display: block
}

.cases .item__img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    display: block;
    -webkit-transition: -webkit-filter .5s ease;
    transition: -webkit-filter .5s ease;
    transition: filter .5s ease;
    transition: filter .5s ease,-webkit-filter .5s ease;
    position: relative;
    overflow: hidden
}

    .cases .item__img:after {
        content: "";
        display: block;
        background-color: rgba(0,0,0,.25);
        opacity: 0;
        -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease
    }

.cases .item__name {
    font: 700 13px/22px ARIAL,sans-serif;
    color: #363636;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cases .item__square {
    padding-top: 1px
}

    .cases .item__square span {
        font: 400 11px/25px ARIAL,sans-serif;
        color: #1c1c1c;
        text-transform: uppercase;
        letter-spacing: 2px;
        opacity: .7
    }

.cases__filters {
    left: 9px;
    background-color: #1c1c1c;
    background-color: #fff;
    padding: 11px 40px 26px 22px;
    z-index: 1
}

.cases .filters {
    position: fixed;
    bottom: 9px;
    left: 9px;
    opacity: 0;
    -webkit-transition: opacity 1s ease,-webkit-transform 1s ease;
    transition: opacity 1s ease,-webkit-transform 1s ease;
    transition: transform 1s ease,opacity 1s ease;
    transition: transform 1s ease,opacity 1s ease,-webkit-transform 1s ease;
    -webkit-transform: translate3d(0,30px,1px);
    transform: translate3d(0,30px,1px)
}

.cases .filters_novisible {
    opacity: 0 !important;
    -webkit-transform: translate3d(0,30px,1px) !important;
    transform: translate3d(0,30px,1px) !important;
    -webkit-transition: opacity 1s ease,-webkit-transform 1s ease !important;
    transition: opacity 1s ease,-webkit-transform 1s ease !important;
    transition: transform 1s ease,opacity 1s ease !important;
    transition: transform 1s ease,opacity 1s ease,-webkit-transform 1s ease !important
}

.cases .filters_show {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.cases .filters__line {
    padding-right: 5px
}

    .cases .filters__line:nth-child(2) {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translate3d(0,25px,1px) rotate(6deg);
        transform: translate3d(0,25px,1px) rotate(6deg);
        visibility: hidden
    }

.cases .filters_static {
    position: absolute;
    bottom: 500px
}

.cases .filters_fixed {
    position: fixed;
    bottom: 9px !important
}

.cases .filters__filter {
    font: 400 9px/9px ARIAL,sans-serif;
    color: #fff;
    color: #1c1c1c;
    opacity: .5;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-top: 16px
}

    .cases .filters__filter span {
        text-align: left;
        white-space: nowrap;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease;
        display: inline-block
    }

        .cases .filters__filter span:first-child {
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            left: 7px;
            position: relative;
            margin-right: 2px
        }

.cases .filters__filter_active {
    opacity: 1
}

    .cases .filters__filter_active span:first-child {
        -webkit-transform: none;
        transform: none
    }

    .cases .filters__filter_active span:nth-child(2) {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

body.lang-ru .cases, body.lang-ua .cases {
    padding-top: 139px
}

body.lang-ru .cases__line, body.lang-ua .cases__line {
    margin-top: 101px
}

body.lang-ru .cases .head__info, body.lang-ua .cases .head__info {
    padding-top: 34px
}

body.lang-ru .cases .head__title span, body.lang-ua .cases .head__title span {
    font-size: 46px;
    line-height: 48px;
    letter-spacing: 0
}

.line-fade {
    -webkit-animation: line-out-data-v-71f3e6c6 1s ease forwards;
    animation: line-out-data-v-71f3e6c6 1s ease forwards
}

@-webkit-keyframes line-out-data-v-71f3e6c6 {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
}

@keyframes line-out-data-v-71f3e6c6 {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
}

.line-scalef, .line-scales {
    -webkit-animation: line 1s ease forwards;
    animation: line 1s ease forwards
}

@media screen and (max-width:1200px) {
    .cases .item__img:after {
        background: none
    }

    .cases__head {
        padding: 0;
        margin: 0 auto;
        width: 80%
    }

    .cases .head__title {
        max-width: 50%;
        width: 50%;
        padding-left: 0
    }

    .cases .head__info {
        width: 50%;
        float: none;
        display: inline-block;
        vertical-align: top
    }
}

@media (max-width:960px) {
    .cases {
        padding-top: 138px
    }

    .cases__head {
        width: 92%
    }

    .cases .head__title span {
        font-size: 40px;
        line-height: 42px;
        letter-spacing: .1px
    }

    .cases .head__info {
        padding-left: 48px;
        padding-top: 5px
    }

    .cases__filters {
        position: static;
        width: 706px;
        margin: 0 auto;
        margin-top: 48px;
        padding: 11px 5px 11px 5px;
        background: #fff
    }

    .cases .filters {
        position: static;
        width: 92%;
        left: 0
    }

    .cases .filters__filter {
        display: inline-block;
        margin-right: 31px;
        margin-top: 0;
        line-height: 18px;
        padding-right: 4px;
        text-align: left;
        color: #1c1c1c
    }

        .cases .filters__filter span:first-child {
            left: 8px
        }

        .cases .filters__filter span:last-child {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

    .cases .filters__filter_active span:last-child {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }

    .cases .filters__filter:last-child {
        margin-right: 0
    }

    .cases__line {
        display: none
    }

    .cases__list {
        width: 92%;
        margin: 0 auto;
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
        margin-top: 23px
    }

    .cases .list__item {
        width: 100%;
        font-size: 0;
        padding-bottom: 15px;
    }

        .cases .list__item:first-child .item__block {
            width: 49%;
            display: inline-block;
            vertical-align: top;
            float: none;
            margin: 0;
            margin-right: 2%
        }

            .cases .list__item:first-child .item__block:first-child {
                width: 49%;
                margin-right: 2%;
                margin-left: 0;
                margin-top: 0;
                float: none
            }

                .cases .list__item:first-child .item__block:first-child .item__img {
                    width: 100%;
                    float: none
                }

                    .cases .list__item:first-child .item__block:first-child .item__img:after {
                        padding-top: 64.6%
                    }

                .cases .list__item:first-child .item__block:first-child .item__info {
                    padding-left: 0;
                    padding-top: 12px;
                    margin-top: 0
                }

                .cases .list__item:first-child .item__block:first-child .item__name {
                    font-size: 14px
                }

                .cases .list__item:first-child .item__block:first-child .item__square {
                    padding-top: 0
                }

            .cases .list__item:first-child .item__block:nth-child(2) {
                width: 49%;
                margin-right: 0;
                margin-left: 0;
                margin-top: 0;
                float: none
            }

                .cases .list__item:first-child .item__block:nth-child(2) .item__img {
                    width: 100%;
                    float: none
                }

                    .cases .list__item:first-child .item__block:nth-child(2) .item__img:after {
                        padding-top: 64.6%
                    }

                .cases .list__item:first-child .item__block:nth-child(2) .item__info {
                    padding-left: 0;
                    padding-top: 12px;
                    margin-top: 0
                }

                .cases .list__item:first-child .item__block:nth-child(2) .item__square {
                    padding-top: 0
                }

        .cases .list__item:first-child .item__img {
            width: 100%;
            -webkit-filter: grayscale(0);
            filter: grayscale(0)
        }

            .cases .list__item:first-child .item__img:after {
                padding-top: 62.5%;
                opacity: .7
            }

        .cases .list__item:first-child .item__info {
            padding-top: 12px;
            margin-top: 0
        }

        .cases .list__item:first-child .item__square {
            padding-top: 0
        }

        .cases .list__item:nth-child(2n) {
            padding-bottom: 30px
        }

            .cases .list__item:nth-child(2n) .item__block {
                width: 49%;
                display: inline-block;
                vertical-align: top;
                float: none;
                margin: 0;
                margin-right: 2%
            }

                .cases .list__item:nth-child(2n) .item__block:first-child {
                    width: 49%;
                    margin-right: 2%;
                    margin-left: 0;
                    margin-top: 0;
                    float: none;
                    text-align: left
                }

                    .cases .list__item:nth-child(2n) .item__block:first-child .item__img {
                        width: 100%;
                        float: none
                    }

                        .cases .list__item:nth-child(2n) .item__block:first-child .item__img:after {
                            /* padding-top: 130.5% */
                        }

                    .cases .list__item:nth-child(2n) .item__block:first-child .item__info {
                        padding-left: 0;
                        padding-top: 12px;
                        margin-top: 0
                    }

                    .cases .list__item:nth-child(2n) .item__block:first-child .item__square {
                        padding-top: 0
                    }

                .cases .list__item:nth-child(2n) .item__block:nth-child(2) {
                    width: 49%;
                    margin-right: 0;
                    margin-left: 0;
                    margin-top: 0;
                    float: none
                }

                    .cases .list__item:nth-child(2n) .item__block:nth-child(2) .item__img {
                        width: 100%;
                        float: none
                    }

                        .cases .list__item:nth-child(2n) .item__block:nth-child(2) .item__img:after {
                            /* padding-top: 130.5% */
                        }

                    .cases .list__item:nth-child(2n) .item__block:nth-child(2) .item__info {
                        padding-left: 0;
                        padding-top: 12px;
                        width: 100%;
                        margin-top: 0;
                    }

                    .cases .list__item:nth-child(2n) .item__block:nth-child(2) .item__square {
                        padding-top: 0
                    }

            .cases .list__item:nth-child(2n) .item__img {
                width: 100%
            }

                .cases .list__item:nth-child(2n) .item__img:after {
                    padding-top: 130.5%
                }

            .cases .list__item:nth-child(2n) .item__square {
                padding-top: 0
            }

    .cases .item__block {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        float: none;
        margin: 0;
        margin-right: 2%
    }

        .cases .item__block:first-child {
            width: 49%;
            margin-right: 2%;
            margin-left: 0;
            margin-top: 0;
            float: none
        }

            .cases .item__block:first-child .item__img {
                width: 100%;
                float: none
            }

                .cases .item__block:first-child .item__img:after {
                    padding-top: 64.6%
                }

            .cases .item__block:first-child .item__info {
                padding-left: 0;
                padding-top: 12px;
                margin-top: 0
            }

            .cases .item__block:first-child .item__name {
                font-size: 14px
            }

            .cases .item__block:first-child .item__square {
                padding-top: 0
            }

        .cases .item__block:nth-child(2) {
            width: 49%;
            margin-right: 0;
            margin-left: 0;
            margin-top: 0;
            float: none
        }

            .cases .item__block:nth-child(2) .item__img {
                width: 100%;
                float: none
            }

                .cases .item__block:nth-child(2) .item__img:after {
                    padding-top: 64.6%
                }

            .cases .item__block:nth-child(2) .item__info {
                padding-left: 0;
                padding-top: 12px;
                margin-top: 0
            }

            .cases .item__block:nth-child(2) .item__square {
                padding-top: 0
            }

    .cases .item__img {
        width: 100%;
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }

        .cases .item__img:after {
            padding-top: 62.5%;
            opacity: .7
        }

    .cases .item__info {
        padding-top: 12px;
        margin-top: 0
    }

    .cases .item__square {
        padding-top: 0
    }

    body.lang-ru .cases .head__title span, body.lang-ua .cases .head__title span {
        font-size: 36px;
        line-height: 42px;
        letter-spacing: 0
    }
}

@media (max-width:650px) {
    .cases {
        padding-top: 0;
    }

    .cases__head {
        width: 100%;
    }

    .cases .head__title {
        display: block;
        width: 100%;
        max-width: 100%
    }

        .cases .head__title span {
            font-size: 36px;
            line-height: 38px;
            max-width: 90%
        }

    .cases .head__info {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-top: 21px
    }

    .cases .head .info__number {
        font-size: 45px
    }

    .cases .head .info__label {
        margin-left: 5px;
        padding-bottom: 1px
    }

        .cases .head .info__label span {
            font-size: 9px
        }

            .cases .head .info__label span:first-child {
                line-height: 10px
            }

            .cases .head .info__label span:nth-child(2) {
                margin-left: 1px
            }

    .cases .head .info__text {
        font-size: 15px;
        line-height: 22px;
        max-width: 91%;
        padding-left: 0;
        padding-top: 4px
    }

    .cases .filters, .cases__filters {
        position: relative;
        margin-top: 42px;
        padding: 11px 0 11px 10px;
        width: 88.2%
    }

    .cases .filters__filter {
        margin: 0 !important;
        white-space: nowrap;
        line-height: 18px
    }

    .cases .swiper-wrapper .swiper-slide {
        width: auto !important
    }

    .cases__list {
        margin-top: 12px;
        width: 100%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .cases .item__block {
        width: 100%;
        /* padding-bottom: 23px */
    }

        .cases .item__block:first-child {
            width: 49%;
            margin-right: 2%;
            margin-left: 0;
            margin-top: 0;
            float: none;
            text-align: left;
        }

            .cases .item__block:first-child .item__img:after {
                padding-top: 65.4%
            }

            .cases .item__block:first-child .item__info {
                padding-top: 11px;
                text-align: left
            }

        .cases .item__block:nth-child(2) .item__img, .cases .item__block:nth-child(2) {
            /* width: 100%; */
        }

            .cases .item__block:nth-child(2) .item__img:after {
                padding-top: 64%
            }

            .cases .item__block:nth-child(2) .item__info {
                padding-top: 11px;
                text-align: left
            }

        .cases .item__block:nth-child(3n) {
            width: 100%;
            margin: 0
        }

            .cases .item__block:nth-child(3n) .item__img {
                width: 100%
            }

                .cases .item__block:nth-child(3n) .item__img:after {
                    padding-top: 130.1%
                }

            .cases .item__block:nth-child(3n) .item__info {
                padding-top: 10px;
                margin-top: 0;
                text-align: left
            }

    .cases .item__img {
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat
    }

        .cases .item__img:after {
            padding-top: 65.4%
        }

    .cases .item__info {
        padding-top: 11px
    }

    body.lang-ru .cases .head__title span, body.lang-ua .cases .head__title span {
        font-size: 32px;
        line-height: 34px;
        letter-spacing: 0
    }
}

@media (max-width:375px) {
    .cases__head {
        width: 88.2%
    }

    .cases .head__title span {
        max-width: 100%;
        line-height: 40px;
        letter-spacing: 0
    }

    .cases .head__info {
        padding-top: 17px
    }

    .cases .head .info__text {
        max-width: 98%
    }

    .cases__filters {
        width: 88.2%;
        margin-top: 38px
    }

    .cases__list {
        width: 100%;
    }

    .cases .item__block:first-child .item__img:after {
        padding-top: 65%
    }

    .cases .item__block:first-child .item__info {
        padding-top: 10px
    }

    .cases .item__block:nth-child(3n) .item__img:after {
        padding-top: 131%
    }

    .cases .item__img:after {
        padding-top: 65%
    }

    .cases .item__info {
        padding-top: 10px
    }
}

@media (max-width:320px) {
    .cases__head {
        width: 91.2%
    }

    .cases .head__title span {
        line-height: 39px;
        max-width: 100%
    }

    .cases .head__info {
        padding-top: 19px
    }

    .cases__filters {
        width: 91.2%;
        margin-top: 31px;
        padding: 11px 0 10px 10px
    }

    .cases .filters {
        width: 91.2%
    }

    .cases .filters__filter {
        line-height: 21px
    }

    .cases__list {
        width: 91.2%
    }

    .cases .item__block:first-child .item__img:after {
        padding-top: 64.5%
    }

    .cases .item__block:first-child .item__info {
        padding-top: 11px
    }

    .cases .item__block:nth-child(2) .item__img:after {
        padding-top: 64.5%
    }

    .cases .item__block:nth-child(2) .item__info {
        padding-top: 11px
    }

    .cases .item__block:nth-child(3n) {
        padding-bottom: 25px
    }

        .cases .item__block:nth-child(3n) .item__img:after {
            padding-top: 130.1%
        }

    .cases .item__img:after {
        padding-top: 64.5%
    }

    .cases .item__info {
        padding-top: 11px
    }
}

.can-hover .cases .filters__filter:hover .filters__line:first-child {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 0
}

.can-hover .cases .filters__filter:hover .filters__line:nth-child(2) {
    visibility: visible;
    -webkit-transition: visibility 0s step-start,-webkit-transform 1s ease;
    transition: visibility 0s step-start,-webkit-transform 1s ease;
    transition: transform 1s ease,visibility 0s step-start;
    transition: transform 1s ease,visibility 0s step-start,-webkit-transform 1s ease;
    -webkit-transform: translateZ(1px) rotate(.001deg);
    transform: translateZ(1px) rotate(.001deg)
}

@media screen and (min-width:1200px) {
    .item__img:hover {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }

        .item__img:hover:after {
            opacity: .7
        }

        .item__img:hover .item__hover {
            opacity: 1;
            visibility: visible;
            z-index: 1;
            -webkit-transition: opacity 0s linear,z-index 0s step-start,visibility 0s step-start;
            transition: opacity 0s linear,z-index 0s step-start,visibility 0s step-start
        }

            .item__img:hover .item__hover:before {
                -webkit-transform: translate3d(100%,0,1px);
                transform: translate3d(100%,0,1px);
                -webkit-transition: -webkit-transform 1s ease;
                transition: -webkit-transform 1s ease;
                transition: transform 1s ease;
                transition: transform 1s ease,-webkit-transform 1s ease
            }

        .item__img:hover .item__word span {
            -webkit-transform: translateZ(1px) rotate(.001deg);
            transform: translateZ(1px) rotate(.001deg);
            -webkit-transition: -webkit-transform 1s ease .7s;
            transition: -webkit-transform 1s ease .7s;
            transition: transform 1s ease .7s;
            transition: transform 1s ease .7s,-webkit-transform 1s ease .7s
        }

        .item__img:hover .item__line {
            -webkit-transition: -webkit-transform .5s ease .5s;
            transition: -webkit-transform .5s ease .5s;
            transition: transform .5s ease .5s;
            transition: transform .5s ease .5s,-webkit-transform .5s ease .5s;
            -webkit-transform: scaleX(1);
            transform: scaleX(1)
        }
}

.item__inner {
}

.hd-other .logo img {
    transition: opacity .5s ease;
    margin-top: 5px;
    display: block;
    width: 89px;
    float: left;
}

.cates-box-name {
    float: left;
    vertical-align: top;
    font: 700 49px/59px SVN-Gotham-Bold,sans-serif;
    color: #1c1c1c;
    max-width: 549px;
    display: block;
    letter-spacing: -.45px;
}

.project-page-cates {
    background: #f5f5f3;
    padding-top: 54px;
}

.cates-box {
    float: left;
    width: 100%;
}

.cates-box-name span {
}

.cates-box-desc {
    font-family: 'SVN-Gotham-Regular';
    max-width: 547px;
    padding-left: 0;
    color: #1c1c1c;
    padding-top: 18px;
    float: right;
    -webkit-transition: opacity 1s ease,-webkit-transform 1s ease;
    transition: opacity 1s ease,-webkit-transform 1s ease;
    transition: opacity 1s ease,transform 1s ease;
    transition: opacity 1s ease,transform 1s ease,-webkit-transform 1s ease;
}

    .cates-box-desc span {
        font: 400 14px/22px ARIAL,sans-serif;
        color: #1c1c1c;
        opacity: .6;
        margin-top: 16px;
        float: right;
        padding-left: 2px;
        max-width: 406px;
    }

.cases .filters__filter {
    font: 400 9px/9px ARIAL,sans-serif;
    color: #fff;
    color: #1c1c1c;
    opacity: .5;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-top: 16px;
}

.cases .filters__filter_active {
    opacity: 1
}

    .cases .filters__filter_active span:first-child {
        -webkit-transform: none;
        transform: none
    }

    .cases .filters__filter_active span:nth-child(2) {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    .cases .filters__filter_active span:last-child {
        -webkit-transform: translateX(6px);
        transform: translateX(6px)
    }

.cases .filters__line {
    padding-right: 5px
}

    .cases .filters__line:nth-child(2) {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translate3d(0,25px,1px) rotate(6deg);
        transform: translate3d(0,25px,1px) rotate(6deg);
        visibility: hidden
    }

.cases .filters__filter:hover .filters__line:first-child {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 0
}

.cases .filters__filter:hover .filters__line:nth-child(2) {
    visibility: visible;
    -webkit-transition: visibility 0s step-start,-webkit-transform 1s ease;
    transition: visibility 0s step-start,-webkit-transform 1s ease;
    transition: transform 1s ease,visibility 0s step-start;
    transition: transform 1s ease,visibility 0s step-start,-webkit-transform 1s ease;
    -webkit-transform: translateZ(1px) rotate(.001deg);
    transform: translateZ(1px) rotate(.001deg)
}

.cases .filters_novisible {
    opacity: 0 !important;
    -webkit-transform: translate3d(0,30px,1px) !important;
    transform: translate3d(0,30px,1px) !important;
    -webkit-transition: opacity 1s ease,-webkit-transform 1s ease !important;
    transition: opacity 1s ease,-webkit-transform 1s ease !important;
    transition: transform 1s ease,opacity 1s ease !important;
    transition: transform 1s ease,opacity 1s ease,-webkit-transform 1s ease !important
}

.content__title {
    max-width: 100%;
    font-size: 32px;
    line-height: 34px;
    margin-top: 4px
}

.content {
    opacity: 0;
    -webkit-transition: opacity .5s ease .5s;
    transition: opacity .5s ease .5s
}

    .content .h {
        opacity: 0
    }

    .content.show {
        opacity: 1;
        -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease
    }

        .content.show .h {
            opacity: 1
        }

html:not(.no-js) .circle [data-aos=title-fade].aos-animate > .line > .line {
    -webkit-transform: translateZ(1px) rotate(.001deg);
    transform: translateZ(1px) rotate(.001deg)
}

html:not(.no-js) [data-aos=circle] .next__line {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 2s ease;
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease,-webkit-transform 2s ease;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

    html:not(.no-js) [data-aos=circle] .next__line:before {
        opacity: 0
    }

html:not(.no-js) [data-aos=circle] svg {
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

    html:not(.no-js) [data-aos=circle] svg .circle__c1 {
        stroke-dasharray: 700;
        stroke-dashoffset: 700;
        -webkit-transition: stroke-dashoffset 1s ease;
        transition: stroke-dashoffset 1s ease;
        -webkit-transition-delay: 1s;
        transition-delay: 1s
    }

html:not(.no-js) [data-aos=circle].aos-animate .next__line {
    -webkit-transform: none;
    transform: none
}

    html:not(.no-js) [data-aos=circle].aos-animate .next__line:before, html:not(.no-js) [data-aos=circle].aos-animate svg {
        opacity: 1
    }

        html:not(.no-js) [data-aos=circle].aos-animate svg .circle__c1 {
            stroke-dashoffset: 0
        }

.circle {
    display: block;
    font-size: 0;
    position: relative
}

.circle_mobile {
    display: none
}

.circle svg {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

    .circle svg .circle__c2 {
        stroke-dasharray: 700;
        stroke-dashoffset: 700;
        -webkit-transition: stroke-dashoffset 1s ease;
        transition: stroke-dashoffset 1s ease
    }

.circle__text {
    height: 47px
}

    .circle__text:nth-child(2) {
        margin-top: -47px
    }

        .circle__text:nth-child(2) .circle__span > .line {
            overflow: hidden
        }

            .circle__text:nth-child(2) .circle__span > .line > .line {
                opacity: 0;
                -webkit-transform: translate3d(0,30px,1px) rotate(6deg);
                transform: translate3d(0,30px,1px) rotate(6deg);
                visibility: hidden;
                -webkit-transition: opacity 0s ease,visibility .5s step-end,-webkit-transform 0s ease;
                transition: opacity 0s ease,visibility .5s step-end,-webkit-transform 0s ease;
                transition: transform 0s ease,opacity 0s ease,visibility .5s step-end;
                transition: transform 0s ease,opacity 0s ease,visibility .5s step-end,-webkit-transform 0s ease
            }

.circle__dot {
    width: 1px;
    height: 1px;
    margin: 6px auto 8px
}

.circle__span {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff
}

.circle:before, .circle__inner {
    display: inline-block;
    vertical-align: middle
}

.circle:before {
    content: "";
    height: 100%
}

@media screen and (min-width:1200px) {
    .circle:hover svg .circle__c2 {
        stroke-dashoffset: 0
    }

    .circle:hover .circle__text {
        -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease
    }

        .circle:hover .circle__text:first-child {
            opacity: 0
        }

        .circle:hover .circle__text:nth-child(2) .circle__span > .line > .line {
            opacity: 1;
            -webkit-transition: opacity 1.2s ease,visibility 0s step-start,-webkit-transform 1.2s ease;
            transition: opacity 1.2s ease,visibility 0s step-start,-webkit-transform 1.2s ease;
            transition: transform 1.2s ease,opacity 1.2s ease,visibility 0s step-start;
            transition: transform 1.2s ease,opacity 1.2s ease,visibility 0s step-start,-webkit-transform 1.2s ease;
            -webkit-transform: translateZ(1px) rotate(.001deg);
            transform: translateZ(1px) rotate(.001deg);
            visibility: visible
        }
}

.next {
    height: 469px;
    background-size: cover;
    background-position: 50%;
    text-align: center
}

.next__line {
    background-color: hsla(0,0%,100%,.17);
    height: 1px
}

    .next__line:before {
        content: "";
        display: block;
        width: 1px;
        height: 1px;
        background: #efeeeb;
        float: right;
        margin-right: calc(26.8% - 112px);
        -webkit-transition: .5s ease 2.5s;
        transition: .5s ease 2.5s;
        opacity: 0
    }

.next__line_mobile {
    display: none
}

.next__circle {
    width: 222px;
    height: 222px;
    border-radius: 50%;
    margin-top: -111px
}

.next__title {
    color: #fff;
    font: 700 34px/1 Avanti,Arial,Helvetica,sans-serif;
    margin-top: 11px
}

    .next__title .line > .line {
        padding: 2px 0
    }

.next__sq {
    font-size: 11px;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 9px;
    color: #fff
}

.next__row {
    table-layout: fixed;
    width: 100%;
    text-align: center;
    font-size: 0
}

.next__col {
    display: inline-block;
    vertical-align: top;
    width: 26.8%
}

    .next__col:nth-child(2) {
        width: 46.4%
    }

.next__label {
    font-size: 11px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 201px;
    padding-bottom: 17px
}

.next__content {
    height: 100%;
    margin-top: -469px
}

    .next__content:before {
        content: "";
        display: table
    }

.next:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.45)
}

.calc-block {
    height: 303px;
    background-size: cover;
    background-position: 50%;
    position: relative;
    max-width: 1600px;
    width: 77.36%;
    margin: 86px auto 90px;
    overflow: hidden;
    display: block;
    text-align: left
}

@media screen and (min-width:1200px) {
    .calc-block:hover .calc-block__border:after {
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease,-webkit-transform .5s ease;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    .calc-block:hover .calc-block__border:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition: -webkit-transform .5s ease .5s;
        transition: -webkit-transform .5s ease .5s;
        transition: transform .5s ease .5s;
        transition: transform .5s ease .5s,-webkit-transform .5s ease .5s
    }
}

.calc-block__border {
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
    margin-bottom: -1px;
    margin-left: 9px
}

    .calc-block__border:after {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .calc-block__border:after, .calc-block__border:before {
        content: "";
        display: block;
        position: absolute;
        background: rgba(28,28,28,.62);
        height: 1px;
        width: 100%;
        bottom: 0;
        left: 0
    }

    .calc-block__border:before {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

.calc-block__icon {
    margin-left: 10px;
    margin-top: -1px
}

.calc-block__icon, .calc-block__label {
    display: inline-block;
    vertical-align: middle
}

.calc-block__btn {
    position: absolute;
    top: 0;
    left: 29px;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 303px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0,0,0,.09)
}

.calc-block__title {
    font: 700 34px/38px Avanti,Arial,Helvetica,sans-serif;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 160px);
    margin-left: 118px
}

.calc-block:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.02)
}

.calc-block__content {
    background-color: hsla(0,0%,100%,.94);
    height: 100%;
    width: 490px;
    margin-top: -303px
}

    .calc-block__content:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%
    }

.calc-block__dot {
    width: 1px;
    height: 1px;
    background-color: #efeeeb;
    margin: 6px auto 8px
}

.calc-block__span {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff
}

.gallery {
    width: 77.36%;
    margin: 75px auto 0;
    max-width: 90%
}

.card {
    font-size: 0;
    margin-bottom: 20px
}

    .card:last-child {
        margin-bottom: 0
    }

.card__img {
    width: 100%;
    background-size: cover;
    background-position: 50%
}

    .card__img:before {
        content: "";
        display: block;
        padding-top: 57.18%
    }

.card .vr {
    position: relative;
    background: #1c1c1c
}

    .card .vr:before {
        content: "";
        display: block;
        padding-top: 57.18%
    }

    .card .vr iframe {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute
    }

.card_size_2 .card__img {
    width: calc(50% - 10px);
    display: inline-block;
    vertical-align: top
}

    .card_size_2 .card__img:before {
        padding-top: 135.2%
    }

    .card_size_2 .card__img:nth-child(2) {
        margin-left: 20px
    }

.back {
    position: fixed;
    bottom: 9px;
    left: 9px;
    width: 131px;
    height: 60px;
    background-color: hsla(0,0%,100%,.96);
    white-space: nowrap;
    text-align: center;
    display: block
}

    .back:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%
    }

.back_static {
    position: absolute;
    bottom: 500px
}

.back_fixed {
    position: fixed;
    bottom: 9px !important
}

.back__img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 4px
}

.back__overflow {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 2px
}

.back__text {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block
}

    .back__text:first-child {
        -webkit-transform: translateZ(1px) rotate(.001deg);
        transform: translateZ(1px) rotate(.001deg)
    }

    .back__text:nth-child(2) {
        margin-top: -16px;
        -webkit-transform: translate3d(0,30px,1px) rotate(12deg);
        transform: translate3d(0,30px,1px) rotate(12deg);
        visibility: hidden
    }

@media screen and (min-width:1200px) {
    .back:hover .back__text:first-child {
        opacity: 0;
        -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease
    }

    .back:hover .back__text:nth-child(2) {
        -webkit-transform: translateZ(1px) rotate(.001deg);
        transform: translateZ(1px) rotate(.001deg);
        -webkit-transition: -webkit-transform 1.2s ease;
        transition: -webkit-transform 1.2s ease;
        transition: transform 1.2s ease;
        transition: transform 1.2s ease,-webkit-transform 1.2s ease;
        visibility: visible
    }
}

.text {
    max-width: 620px;
    margin: 76px auto 75px;
    font-size: 16px
}

    .text b, .text h6, .text strong {
        margin: 0;
        font: 700 18px/28px Avanti,Arial,Helvetica,sans-serif;
        max-width: 85%
    }

    .text p {
        line-height: 26px;
        color: rgba(28,28,28,.6);
        margin: 12px 0;
        font-size: inherit
    }

.img {
    width: 100%;
    padding-top: 41.8%;
    background-size: cover;
    background-position: 50%;
    margin-top: 97px;
    margin-bottom: 77px
}

.item {
    margin-bottom: 22px;
    min-height: 1px;
}

.item__param {
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.item__val {
    margin-top: 4px;
    font-size: 14px;
    color: rgba(28,28,28,.6)
}

.content {
    padding-top: 150px;
    position: relative
}

.content__cols {
    margin-top: 31px;
    padding-left: 2px
}

.content__col {
    display: inline-block;
    vertical-align: top;
    margin-right: 56px
}

    .content__col:last-child {
        margin-right: 0
    }

.content__ct {
    width: calc(100% - 100px)
}

.content__year {
    width: 97px;
    font-size: 11px;
    letter-spacing: 2px;
    padding-top: 2px;
    line-height: 16px
}

.content__ct, .content__year {
    display: inline-block;
    vertical-align: top
}

.content__wrapper {
    padding: 0 66px
}

.content__title {
    line-height: 1;
    max-width: 80%;
    margin-top: -7px;
    font: 700 49px/59px SVN-Gotham-Bold,sans-serif;
}

    .content__title .line > .line {
        padding: 4px 0
    }

body.lang-ru .circle__span, body.lang-ua .circle__span {
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 18px
}

@media screen and (max-width:1200px) {
    .share_top {
        margin-right: -23px;
        padding-left: 0
    }

    .back {
        width: 106px;
        height: 50px;
        bottom: 8px;
        left: 8px;
        display: none
    }

    .back__text {
        font-size: 9px
    }

    .next {
        height: 357px
    }

    .next__col {
        width: 34.5%
    }

        .next__col:nth-child(2) {
            width: 31%
        }

    .next__sq {
        font-size: 9px
    }

    .next__title {
        font-size: 26px;
        margin-top: 12px
    }

    .next__label {
        font-size: 9px;
        margin-top: 111px;
        padding-bottom: 10px
    }

    .next__content {
        margin-top: -357px
    }

    .next__line:before {
        margin-right: calc(34.5% - 112px)
    }

    .calc-block {
        max-width: none;
        width: calc(100% - 62px);
        margin: 58px auto 63px;
        height: 261px
    }

    .calc-block__btn {
        width: 261px;
        left: 26px
    }

    .calc-block__content {
        margin-top: -261px;
        width: 367px
    }

    .calc-block__title {
        margin-left: 86px;
        font-size: 26px;
        line-height: 27px;
        width: calc(100% - 140px)
    }

    .card {
        margin-bottom: 14px
    }

        .card .text {
            padding-left: 0;
            padding-right: 0;
            margin-left: 0
        }

    .card_size_2 .card__img {
        width: calc(50% - 7px)
    }

        .card_size_2 .card__img:nth-child(2) {
            margin-left: 14px
        }

    .gallery {
        max-width: none;
        width: calc(100% - 62px);
        margin: 53px auto 58px
    }

    .text {
        margin-left: 31px;
        margin-top: 51px;
        margin-bottom: 53px
    }

        .text p {
            margin: 14px 0
        }

    .img {
        margin-top: 35px;
        margin-bottom: 35px
    }

    .content {
        padding-top: 122px
    }

    .content__year {
        display: block;
        width: 100%;
        padding-top: 0;
        font-size: 9px
    }

    .content__ct {
        display: block;
        width: 100%
    }

    .content__wrapper {
        padding: 0 31px
    }

    .content__title {
        max-width: 100%;
        font-size: 32px;
        line-height: 34px;
        margin-top: 4px
    }

    .content__cols {
        margin-top: 25px;
        margin-left: 0;
        padding-left: 0
    }
}

@media screen and (max-width:960px) {
    .share_top {
        float: none;
        margin-top: 0;
        text-align: left;
        margin-bottom: 20px
    }
}

@media screen and (max-width:650px) {
    .share_top {
        float: none;
        margin-top: 0;
        text-align: left;
        margin-bottom: 20px
    }

    .share__label {
        font-size: 9px;
        letter-spacing: 2px
    }

    .circle {
        display: inline-block;
        padding-bottom: 2px;
        display: none
    }

    .circle, .circle_mobile {
        width: auto;
        height: auto;
        margin: auto;
        border: none;
        border-bottom: 1px solid rgba(245,245,243,.81);
        border-radius: 0;
        margin-top: 15px
    }

    .circle_mobile {
        display: inline-block
    }

        .circle_mobile .circle__span {
            display: inline-block;
            vertical-align: top;
            font-size: 11px;
            letter-spacing: 3px
        }

        .circle_mobile .circle__dot {
            display: inline-block;
            vertical-align: top;
            margin-left: 4px;
            margin-right: 8px;
            margin-top: 7px
        }

    .circle__span {
        display: inline-block;
        vertical-align: top;
        font-size: 11px;
        letter-spacing: 3px
    }

    .circle__dot {
        display: inline-block;
        vertical-align: top;
        margin-left: 4px;
        margin-right: 8px;
        margin-top: 7px;
        background-color: #fff
    }

    .circle__text {
        height: auto
    }

        .circle__text:nth-child(2), .circle svg {
            display: none
        }

    .next {
        height: 334px
    }

    .next__sq {
        margin-top: 13px
    }

    .next__line, .next__line:before {
        display: none
    }

    .next__line_mobile {
        display: block
    }

    .next__title {
        margin-top: 6px;
        padding: 0 28px 8px
    }

    .next__col:first-child {
        display: none
    }

    .next__col:nth-child(2), .next__col:nth-child(3) {
        width: 100%;
        display: block
    }

    .next__label {
        margin-top: 59px;
        border-bottom: none;
        padding-bottom: 0
    }

    .next__content {
        margin-top: -334px
    }

    .calc-block {
        width: calc(100% - 56px);
        background: none !important;
        height: auto;
        margin: 42px auto 56px
    }

    .calc-block__icon {
        margin-left: 2px;
        margin-top: -2px
    }

    .calc-block__border {
        margin-left: 0;
        margin-bottom: 0
    }

    .calc-block__btn {
        position: static;
        -webkit-transform: none;
        transform: none;
        margin-top: 18px;
        border-bottom: none;
        height: auto;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%
    }

        .calc-block__btn:after {
            display: none
        }

    .calc-block__title {
        margin-left: 0;
        width: 100%;
        line-height: 29px
    }

    .calc-block:before {
        display: none
    }

    .calc-block__content {
        margin-top: 0;
        background: none;
        width: 100%;
        text-align: center;
        padding: 0 10%
    }

        .calc-block__content:before {
            display: none
        }

    .card_size_2 .card__img {
        width: 100%;
        margin-bottom: 14px
    }

        .card_size_2 .card__img:nth-child(2) {
            margin-left: 0;
            margin-bottom: 0
        }

    .gallery {
        margin: 34px auto;
        width: calc(100% - 56px)
    }

    .text {
        margin-top: 33px;
        margin-bottom: 34px;
        width: 100%;
        margin-left: 0;
        padding: 0 28px
    }

    .text__title {
        max-width: 100%;
        line-height: 26px
    }

    .text__text p {
        margin: 17px 0
    }

    .img {
        margin: 14px 0 33px;
        padding-top: 59.5%
    }

    .content {
        padding-top: 88px
    }

    .content__col {
        margin-right: 38px
    }

    .content__cols {
        margin-top: 32px
    }

    .content__wrapper {
        padding: 0 28px
    }

    .content__title {
        max-width: 85%;
        line-height: 31px;
        margin-top: 6px
    }
}

@media screen and (max-width:400px) {
    .next {
        height: 319px
    }

    .next__sq {
        margin-top: 8px
    }

    .next__title {
        padding: 0 28px 4px
    }

    .next__content {
        margin-top: -319px
    }

    .next__label {
        margin-top: 52px
    }

    .calc-block {
        margin-bottom: 52px
    }

    .card .vr:before, .card__img:before {
        padding-top: 56.8%
    }

    .card_size_2 .card__img:before {
        padding-top: 135%
    }

    .gallery {
        width: calc(100% - 44px);
        margin: 31px auto
    }

    .text {
        padding: 0 22px;
        margin-top: 42px;
        margin-bottom: 31px
    }

    .text__text p {
        margin: 15px 0
    }

    .text__title {
        line-height: 25px
    }

    .img {
        margin-top: 20px;
        padding-top: 54.2%;
        margin-bottom: 42px
    }

    .content {
        padding-top: 93px
    }

    .content__cols {
        margin-top: 25px
    }

    .content__title {
        margin-top: 9px
    }

    .content__wrapper {
        padding: 0 22px
    }
}

@media screen and (max-width:350px) {
    .next {
        height: 283px
    }

    .next__label {
        margin-top: 41px
    }

    .next__content {
        margin-top: -283px
    }

    .calc-block {
        margin: 37px auto 41px
    }

    .calc-block__content {
        padding: 0
    }

    .card, .card_size_2 .card__img {
        margin-bottom: 11px
    }

    .gallery {
        width: calc(100% - 28px);
        margin: 28px auto
    }

    .text {
        margin-top: 37px;
        margin-bottom: 28px;
        padding: 0 14px
    }

    .img {
        margin-top: 12px;
        margin-bottom: 37px
    }

    .item:last-child {
        margin-bottom: 20px
    }

    .content {
        padding-top: 92px
    }

    .content__cols {
        margin-top: 28px;
        margin-bottom: 14px
    }

    .content__title {
        margin-top: 9px
    }

    .content__wrapper {
        padding: 0 14px
    }
}

.project-details-namebox {
}

.project-page-details {
    background: #f5f5f3;
    padding-top: 54px;
}

.content-detials {
    padding-top: 40px;
}

.template-index {
    background: #f5f5f3;
}

.content-img {
    float: left;
    width: 100%;
    position: relative;
    min-height: 400px;
}

.content-bg {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    -webkit-transition: -webkit-transform 1s ease,-webkit-filter .5s ease;
    transition: -webkit-transform 1s ease,-webkit-filter .5s ease;
    transition: transform 1s ease,filter .5s ease;
    transition: transform 1s ease,filter .5s ease,-webkit-transform 1s ease,-webkit-filter .5s ease;
}

.contentpage-content {
    float: left;
    width: 100%;
    padding-top: 30px;
}

.partner-box {
    width: 100%;
    margin-top: 20px;
    max-width: 100%;
}

.partner-img {
    display: inline-block;
    vertical-align: top;
    height: 101px;
    background-color: hsla(0,0%,94.1%,.74);
    border: 1px solid #f5f5f3;
    text-align: center;
    width: 20%;
}

    .partner-img img {
        display: inline-block;
        vertical-align: middle;
        max-height: 68%;
        max-width: 80%;
    }

.partner-headding {
    font: 700 50px/1 SVN-Gotham-Regular,sans-serif;
    color: #363636;
    margin: 19px 0 12px;
}

.content-images-block {
    min-height: 400px;
    float: left;
    width: 100%;
    margin: 55px 0 20px;
}

.content-images-box {
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
}

.content-images-slider.owl-carousel div:not(.owl-controls) {
    width: 100%;
    height: 100%;
}

.content-boxs {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    min-height: 641px;
    height: 100%;
}

.content-boxs-thumnails {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    -webkit-transition: -webkit-transform 1s ease,-webkit-filter .5s ease;
    transition: -webkit-transform 1s ease,-webkit-filter .5s ease;
    transition: transform 1s ease,filter .5s ease;
    transition: transform 1s ease,filter .5s ease,-webkit-transform 1s ease,-webkit-filter .5s ease;
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.content-boxs .active {
}

.content-images-box .active .content-boxs-thumnails {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
}

.ft-other {
    float: left;
    width: 100%;
}

.content-images-slider.owl-carousel .owl-nav .owl-prev, .content-images-slider.owl-carousel .owl-nav .owl-next {
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 0;
    visibility: visible
}

.content-images-slider.owl-carousel .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: transparent;
    /* box-shadow: 0px 1px 1px 1px rgba(184, 184, 184, 0.86); */
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 31px;
    outline: none;
    top: 50%;
    transform: translate(0, -50%);
    color: white;
    font-size: 20px;
    opacity: 1;
    margin: 0;
    right: 100px;
}

    .content-images-slider.owl-carousel .owl-nav .owl-next.disabled {
        opacity: 0.2 !important
    }

.content-images-slider.owl-carousel .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: transparent;
    /* box-shadow: 0px 1px 1px 1px rgba(184, 184, 184, 0.86); */
    position: absolute;
    left: 0;
    text-align: center;
    line-height: 31px;
    outline: none;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
    color: white;
    font-size: 20px;
    z-index: 999;
    margin: 0;
    left: 100px;
}

    .content-images-slider.owl-carousel .owl-nav .owl-prev.disabled {
        opacity: 0.2 !important
    }

    .content-images-slider.owl-carousel .owl-nav .owl-prev:before {
        position: absolute;
        content: "";
        height: 50px;
        width: 50px;
        top: 0px;
        left: -18px;
        border-radius: 50%;
        background-color: transparent;
        box-shadow: 0px 0px 1px 1px white;
        opacity: 0.5;
    }

.content-images-slider.owl-carousel .owl-nav .owl-next:before {
    position: absolute;
    content: "";
    height: 50px;
    width: 50px;
    top: 0px;
    right: -18px;
    border-radius: 50%;
    background-color: transparent;
    box-shadow: 0px 0px 1px 1px white;
    opacity: 0.5;
}

.hd-btnMenu .icon-fallback-text:before {
    content: "";
    display: block;
    position: absolute;
    width: 53px;
    height: 1px;
    background-color: white;
    left: 7px;
    top: 14px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
}

.hd-btnMenu .icon-fallback-text:after {
    content: "";
    display: block;
    position: absolute;
    width: 53px;
    height: 1px;
    background-color: white;
    top: 22px;
    left: 7px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
}

.hd-btnMenu:hover .icon-fallback-text:before {
    -webkit-transform: translate3d(0,3px,1px);
    transform: translate3d(0,3px,1px);
}

.hd-btnMenu:hover .icon-fallback-text:after {
    -webkit-transform: translate3d(0,-4px,1px);
    transform: translate3d(0,-5px,1px);
    /* opacity: 0; */
}

.hd-other .hd-btnMenu .icon-fallback-text:before {
    content: "";
    display: block;
    position: absolute;
    width: 53px;
    height: 1px;
    background-color: white;
    left: 7px;
    top: 14px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
}

.hd-other .hd-btnMenu .icon-fallback-text:after {
    content: "";
    display: block;
    position: absolute;
    width: 53px;
    height: 1px;
    background-color: white;
    top: 22px;
    left: 7px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
}

.hd-other .hd-btnMenu:hover .icon-fallback-text:before {
    -webkit-transform: translate3d(0,3px,1px);
    transform: translate3d(0,3px,1px);
}

.hd-other .hd-btnMenu:hover .icon-fallback-text:after {
    -webkit-transform: translate3d(0,-4px,1px);
    transform: translate3d(0,-5px,1px);
    /* opacity: 0; */
}

.contacts__line {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 2s ease;
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease,-webkit-transform 2s ease;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

    .contacts__line:before {
        opacity: 0
    }

.circle__inner {
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    -webkit-transition-delay: 2s;
    transition-delay: 2s
}

svg {
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

    svg .circle__c1 {
        stroke-dasharray: 700;
        stroke-dashoffset: 700;
        -webkit-transition: stroke-dashoffset 1s ease;
        transition: stroke-dashoffset 1s ease;
        -webkit-transition-delay: 1.5s;
        transition-delay: 1.5s
    }

.aos-animate .contacts__line {
    -webkit-transform: none;
    transform: none
}

    .aos-animate .contacts__line:before {
        -webkit-transition: .5s ease 3s !important;
        transition: .5s ease 3s !important;
        opacity: 1
    }

.aos-animate .circle__inner, .aos-animate svg {
    opacity: 1
}

    .aos-animate svg .circle__c1 {
        stroke-dashoffset: 0
    }

.aos-final .contacts__line {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.aos-final .circle__inner {
    opacity: 0;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.aos-final svg {
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

    .aos-final svg .circle__c1 {
        stroke-dasharray: 700;
        stroke-dashoffset: 700;
        -webkit-transition: stroke-dashoffset .6s ease;
        transition: stroke-dashoffset .6s ease;
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

.social {
    margin-top: 54px
}

.social__link {
    font-family: SVN-Gotham-Regular;
    font-size: 13px;
    color: #f5f5f3;
    margin-right: 33px;
}

@media screen and (min-width:1200px) {
    .social__link {
        -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease
    }

        .social__link:hover {
            opacity: .6;
            color: white;
        }
}

.social__link:last-child {
    margin-right: 0
}

.circle {
    width: 222px;
    height: 222px;
    margin-top: -111px;
    margin-bottom: -80px;
    border-radius: 50%;
    margin-left: 280px;
    display: block;
    text-align: center;
    position: relative;
    z-index: 1
}

    .circle svg {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

        .circle svg .circle__c2 {
            stroke-dasharray: 700;
            stroke-dashoffset: 700;
            -webkit-transition: stroke-dashoffset 1s ease;
            transition: stroke-dashoffset 1s ease
        }

.circle__text {
    height: 47px
}

    .circle__text:nth-child(2) {
        margin-top: -47px
    }

        .circle__text:nth-child(2) .circle__span > .line {
            overflow: hidden
        }

            .circle__text:nth-child(2) .circle__span > .line > .line {
                opacity: 0;
                -webkit-transform: translate3d(0,30px,1px) rotate(6deg);
                transform: translate3d(0,30px,1px) rotate(6deg);
                visibility: hidden
            }

.circle_mobile {
    display: none
}

.circle__dot {
    width: 1px;
    height: 1px;
    margin: 6px auto 8px
}

.circle__span {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff
}

.circle__inner {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px
}

.circle:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

@media screen and (min-width:1200px) {
    .circle:hover svg .circle__c2 {
        stroke-dashoffset: 0
    }

    .circle:hover .circle__text {
        -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease
    }

        .circle:hover .circle__text:first-child {
            opacity: 0
        }

        .circle:hover .circle__text:nth-child(2) .circle__span > .line > .line {
            opacity: 1;
            -webkit-transition: opacity 1.2s ease,visibility 0s step-start,-webkit-transform 1.2s ease;
            transition: opacity 1.2s ease,visibility 0s step-start,-webkit-transform 1.2s ease;
            transition: transform 1.2s ease,opacity 1.2s ease,visibility 0s step-start;
            transition: transform 1.2s ease,opacity 1.2s ease,visibility 0s step-start,-webkit-transform 1.2s ease;
            -webkit-transform: translateZ(1px) rotate(.001deg);
            transform: translateZ(1px) rotate(.001deg);
            visibility: visible
        }
}

.contacts {
    display: table;
    min-height: 86vh;
    min-height: calc(var(--vh, 1vh)*100);
    background-color: #1c1c1c;
    /* font-size: 0; */
    width: 100%;
    text-align: center;
}

.contacts__inner {
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* width: 100%; */
}

.contacts__cell {
    /* display: table-cell; */
    /* vertical-align: middle; */
}

.contacts__line {
    width: calc(100% + 54px);
    height: 1px;
    background-color: hsla(0,0%,87.1%,.06);
    margin-top: 21px;
    margin-left: -54px;
    position: relative
}

    .contacts__line:before {
        content: "";
        display: block;
        width: 1px;
        height: 1px;
        background: #efeeeb;
        opacity: 0;
        position: absolute;
        left: 446px;
        top: 0
    }

.contacts__val span {
    display: block;
    font-size: 13px;
    color: hsla(0,0%,100%,.8);
    margin-bottom: 5px;
    line-height: 21px;
}

.contacts__val a {
    color: inherit;
    text-decoration: none;
    opacity: .6;
    position: relative;
    display: inline-block;
}

@media screen and (min-width:1200px) {
    .contacts__val a {
        -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease;
        font-family: SVN-Gotham-Regular;
    }

        .contacts__val a:after {
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            background: hsla(0,0%,100%,.8);
            margin-top: 1px;
            -webkit-transition: -webkit-transform .5s ease;
            transition: -webkit-transform .5s ease;
            transition: transform .5s ease;
            transition: transform .5s ease,-webkit-transform .5s ease;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
        }

        .contacts__val a:hover {
            opacity: 1
        }

            .contacts__val a:hover:after {
                -webkit-transform: scaleX(1);
                transform: scaleX(1)
            }
}

.contacts__val_underline a {
    text-decoration: underline
}

    .contacts__val_underline a:after {
        display: none
    }

.contacts__prop {
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 14px
}

.contacts__col {
    display: inline-block;
    vertical-align: top;
    max-width: 38%;
    margin-right: 58px;
    min-width: 29%;
}

.contacts__col_mobile {
    display: none
}

.contacts__title {
    font: 700 54px/1 SVN-Gotham-Bold,sans-serif;
    color: #fff;
    margin-left: -135px;
    margin-bottom: 56px;
}

.contacts__column {
    display: inline-block;
    vertical-align: middle;
    text-align: left
}

    .contacts__column:first-child {
        width: 60%
    }

    .contacts__column:nth-child(2) {
        width: 599px;
        padding-left: 54px;
        margin-top: -5vh
    }

.contacts__img {
    background-size: cover;
    background-position: center 70%;
    height: 61.5vh
}

body.lang-ru .circle__span, body.lang-ua .circle__span {
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 16px
}

@media screen and (min-width:1600px) {
    .contacts__img {
        height: 66.5vh
    }

    .contacts__column:nth-child(2) {
        margin-top: -4.4vh
    }
}

@media screen and (min-width:1200px) and (max-height:650px) {
    .contacts__title {
        margin-bottom: 36px
    }

    .contacts__column:nth-child(2) {
        margin-top: 3vh
    }

    .social {
        margin-top: 33px
    }
}

@media screen and (min-width:1200px) and (max-height:550px) {
    .circle {
        margin-bottom: -91px
    }

    .contacts__img {
        height: 65vh
    }

    .contacts__title {
        margin-bottom: 26px
    }

    .contacts__line {
        margin-top: 12px
    }

    .contacts__column:nth-child(2) {
        margin-top: 2.4vh
    }
}

@media screen and (max-width:1200px) {
    .social {
        margin-top: 41px
    }

    .circle {
        margin-left: 213px;
        margin-bottom: -76px
    }

    .circle__text:nth-child(2) {
        display: none
    }

    .contacts__col {
        margin-right: 48px;
        max-width: 43%
    }

        .contacts__col:nth-child(2) {
            margin-right: 0
        }

    .contacts__title {
        font-size: 40px;
        margin-left: -101px;
        margin-bottom: 48px
    }

    .contacts__img {
        height: 505px
    }

    .contacts__column:first-child {
        width: calc(100% - 462px)
    }

    .contacts__column:nth-child(2) {
        width: 462px;
        padding-top: 58px;
        padding-left: 52px;
        padding-bottom: 130px;
        padding-top: 130px
    }

    .contacts__line:before {
        left: 378px
    }
}

@media screen and (max-width:650px) {
    .social {
        margin-top: 35px
    }

    .circle_desktop {
        display: none
    }

    .circle__dot {
        background-color: #efeeeb
    }

    .circle_mobile {
        width: auto;
        height: auto;
        margin: auto;
        display: inline-block;
        border: none;
        border-bottom: 1px solid rgba(245,245,243,.81);
        border-radius: 0;
        margin-top: 4px;
        padding-bottom: 0
    }

        .circle_mobile .circle__span {
            display: inline-block;
            vertical-align: top;
            font-size: 9px;
            letter-spacing: 3px
        }

        .circle_mobile .circle__dot {
            display: inline-block;
            vertical-align: top;
            margin-left: 4px;
            margin-right: 8px;
            margin-top: 7px
        }

    .circle__inner {
        padding-left: 0
    }

    .contacts {
        display: block;
        padding: 0;
        padding-bottom: 94px
    }

    .contacts__content {
        margin-bottom: 88px
    }

    .contacts__maps {
        display: none
    }

    .contacts__prop {
        margin-bottom: 11px
    }

    .contacts__col {
        max-width: 100%;
        width: 50%;
        margin-right: 0;
        padding-right: 15px;
        margin-bottom: 22px
    }

    .contacts__col_desktop {
        /* display: none */
    }

    .contacts__col_mobile {
        display: inline-block
    }

    .contacts__col_full {
        width: 55%;
        display: block;
        margin-bottom: 0
    }

    .contacts__title {
        margin-left: 0;
        font-size: 43px;
        margin-bottom: 26px
    }

    .contacts__img {
        height: 221px;
        background-position: center 75%
    }

    .contacts__cell {
        display: block
    }

    .contacts__column {
        display: block;
        width: 100%
    }

        .contacts__column:first-child {
            width: 100%
        }

        .contacts__column:nth-child(2) {
            width: 100%;
            padding: 0 28px;
            padding-top: 0;
            margin-top: -16px
        }
}

@media screen and (max-width:400px) {
    .social {
        margin-top: 30px
    }

    .circle {
        margin-top: 3px
    }

    .contacts {
        padding-bottom: 92px
    }

    .contacts__content {
        margin-bottom: 50px
    }

    .contacts__col_full {
        width: 60%
    }

    .contacts__prop {
        margin-bottom: 14px
    }

    .contacts__img {
        height: 221px
    }

    .contacts__column:nth-child(2) {
        padding: 0 22px
    }
}

@media screen and (max-width:350px) {
    .social {
        margin-top: 32px
    }

    .contacts {
        padding-bottom: 93px
    }

    .contacts__content {
        margin-bottom: 53px
    }

    .contacts__title {
        margin-bottom: 24px
    }

    .contacts__col {
        width: 100%;
        display: block
    }

    .contacts__col_desktop {
        display: none
    }

    .contacts__col_full {
        max-width: 65%
    }

    .contacts__column:nth-child(2) {
        padding: 0 13px
    }
}

.rte div {
}

.proces {
    margin-top: 35px;
}

.services__wrapper {
    width: 100%;
    max-width: 100%;
    margin: auto;
    /*padding-left: 163px;*/
    padding-bottom: 78px;
}

.services__title {
    font-weight: 700;
    font-family: 'SVN-Gotham-Regular';
    font-size: 54px;
    line-height: 59px;
    margin-bottom: 56px;
}

.services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 22px;
}

    .services__list > :not(:last-child) {
        margin-bottom: 56px
    }

.services__section:nth-child(3n) .services__items {
    padding-right: 21px
}

.services__section:nth-child(3n) .services__item {
    margin-bottom: 5px
}

.services__header {
    font-family: 'SVN-Gotham-Regular';
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 14px;
    margin-bottom: 18px;
    border-bottom: 1px solid #dedede;
    opacity: .8;
}

.services__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.services__col {
    width: 33%;
    max-width: 23.96%;
    margin-right: 44px
}

    .services__col:nth-child(2n) {
        margin-right: 12px
    }

.services__item {
    margin-bottom: 8px;
    font-family: 'SVN-Gotham-Regular';
    font-size: 14px;
    line-height: 22px;
    list-style-type: none;
    opacity: .6;
}

.steps__wrapper {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding: 0 0 90px 90px
}

.steps__title {
    font-family: SVN-Gotham-Bold;
    font-weight: 700;
    font-size: 54px;
    line-height: 53px;
    text-align: center;
    margin-bottom: 61px;
}

.slider__slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.slider__img {
    height: 474px;
    width: calc(100% - 575px);
    overflow: hidden
}

.slider__effect {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    -webkit-transition: -webkit-transform 1s ease,-webkit-filter .5s ease;
    transition: -webkit-transform 1s ease,-webkit-filter .5s ease;
    transition: transform 1s ease,filter .5s ease;
    transition: transform 1s ease,filter .5s ease,-webkit-transform 1s ease,-webkit-filter .5s ease;
    will-change: transform
}

.slider__description {
    background-color: #fff;
    width: 575px;
    height: 411px;
    padding: 43px 0 0 75px;
    margin-top: 20px
}

.slider__project {
    font-weight: 700;
    font-family: SVN-Gotham-Bold;
    font-size: 26px;
    margin-bottom: 21px;
}

.slider__text {
    font-family: 'SVN-Gotham-Regular';
    font-size: 14px;
    line-height: 26px;
    max-width: 90%;
    color: rgba(28,28,28,.6);
}

.slider .slick-arrow {
    font-size: 0;
    height: 15px;
    width: 59px;
    position: absolute;
    z-index: 1;
    bottom: 94px
}

.slider .slick-arrow__image {
    -webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,transform .5s ease;
    transition: opacity .5s ease,transform .5s ease,-webkit-transform .5s ease;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 100%;
    height: 100%
}

@media screen and (min-width:1200px) {
    .slider .slick-arrow:hover .slick-arrow__image {
        opacity: .6
    }

    .slider .slick-arrow:hover.slick-prev .slick-arrow__image {
        -webkit-transform: translate(-5px);
        transform: translate(-5px)
    }

    .slider .slick-arrow:hover.slick-next .slick-arrow__image {
        -webkit-transform: translate(5px);
        transform: translate(5px)
    }
}

.slider .slick-next {
    left: 147px
}

    .slider .slick-next .slick-arrow__image {
        background-image: url(../img/arrow-right-gray.2b6057eb.svg)
    }

.slider .slick-prev {
    left: 73px
}

    .slider .slick-prev .slick-arrow__image {
        background-image: url(../img/arrow-left-gray.4fdebac6.svg)
    }

.slider .slick-current .slider__effect {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0)
}

.counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: ARIAL;
    font-size: 10px;
    line-height: 21px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 33px
}

.counter__curr-slide {
    margin-right: 4px
}

.counter__separator {
    height: 1px;
    width: 41px;
    background: rgba(28,28,28,.07);
    margin-bottom: 3px
}

.counter__count-slide {
    margin-left: 4px;
    opacity: .35
}

.find-out {
    height: 449px;
    background-size: cover;
    background-position: 50%;
    text-align: center
}

.find-out__title {
    color: #fff;
    font: 700 34px/37px Avanti,Arial,Helvetica,sans-serif;
    max-width: 320px;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 70px
}

.find-out__sq {
    line-height: 1;
    letter-spacing: 2px;
    margin-top: 11px;
    margin-left: 6px;
    color: #fff;
    font-family: ARIAL;
    font-weight: 700;
    font-size: 11px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-bottom: 4px;
    border-bottom: 1px solid hsla(0,0%,100%,.65)
}

    .find-out__sq span {
        margin-right: 10px
    }

.find-out__row {
    table-layout: fixed;
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 148px
}

.find-out__col {
    display: inline-block;
    vertical-align: top;
    width: 20%
}

    .find-out__col:nth-child(2) {
        width: 46.4%
    }

.find-out__content {
    height: 100%;
    margin-top: -460px;
    position: relative
}

    .find-out__content:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%
    }

.find-out__wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding-bottom: 10px
}

.find-out__circle {
    position: relative
}

.find-out__line {
    width: calc(100% + 54px);
    height: 1px;
    background-color: hsla(0,0%,87.1%,.2);
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.find-out:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/open_case.f559fbe7.png),rgba(0,0,0,.12);
    background-size: cover,cover;
    background-position: 50%,50%
}

.find-out__btn {
    width: auto;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    white-space: nowrap;
    display: none;
    position: relative
}

    .find-out__btn:after {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .find-out__btn:after, .find-out__btn:before {
        content: "";
        display: block;
        position: absolute;
        background: hsla(0,0%,100%,.62);
        height: 1px;
        width: 100%;
        bottom: 4px;
        left: 0
    }

    .find-out__btn:before {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    .find-out__btn span {
        display: inline-block;
        vertical-align: middle
    }

.find-out__icon {
    margin-left: 10px;
    margin-top: -1px
}

.find-out__icon, .find-out__label {
    display: inline-block;
    vertical-align: middle
}

.find-out__label {
    color: #fff
}

.find-out__mob {
    display: none
}

body.lang-ru .circle__span, body.lang-ua .circle__span {
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 14px
}

@media screen and (max-width:1200px) {
    .proces {
        margin-top: 136px
    }

    .services__wrapper {
        padding: 0 0 34px 31px
    }

    .services__title {
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 30px
    }

    .services__header {
        padding-bottom: 12px;
        margin-bottom: 11px
    }

    .services__list > :not(:last-child) {
        margin-bottom: 23px
    }

    .services__col {
        margin-right: 42px;
        max-width: 28.08%
    }

        .services__col:nth-child(2n) {
            margin-right: 43px
        }

        .services__col:last-child {
            margin-right: 0
        }

    .services__section:nth-child(3n) .services__col:last-child .services__items {
        padding-right: 25px
    }

    .services__section:nth-child(3n) .services__items {
        padding-right: 44px
    }

    .services__section:nth-child(3n) .services__item {
        margin-bottom: 8px
    }

    .steps__wrapper {
        padding: 0 31px 65px 31px
    }

    .steps__title {
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 42px;
        padding-right: 8px;
        text-align: center
    }

    .steps__slider {
        width: calc(100% + 31px)
    }

    .slider__description {
        margin-top: 14px;
        width: 395px;
        padding: 42px 41px 112px 42px;
        height: auto;
        min-height: 460px;
        height: 460px
    }

    .slider__img {
        width: calc(100% - 395px);
        height: 426px
    }

    .slider__counter {
        margin-bottom: 23px
    }

    .slider__project {
        font-size: 18px;
        padding-left: 2px;
        margin-bottom: 18px
    }

    .slider__text {
        padding-left: 4px
    }

    .slider .slick-arrow {
        bottom: 16px
    }

    .slider .slick-next {
        left: 117px
    }

    .slider .slick-prev {
        left: 44px
    }

    .counter__count-slide {
        margin-left: 10px
    }

    .find-out {
        height: 341px
    }

    .find-out__row {
        margin-top: 98px
    }

    .find-out__col {
        width: 37%
    }

    .find-out__content {
        margin-top: -341px
    }

    .find-out__wrapper {
        padding-bottom: 32px
    }

    .find-out__title {
        font-size: 26px;
        line-height: 28px;
        max-width: 250px;
        margin-top: 38px;
        margin-bottom: 50px
    }

    .find-out__icon {
        margin-left: 3px
    }

    .find-out__sq {
        font-size: 11px;
        line-height: 25px;
        margin-left: 0
    }

        .find-out__sq span {
            margin-right: 2px
        }

    .slick-slide {
        top: auto !important;
        bottom: 0 !important
    }
}

@media screen and (max-width:960px) {
    .services__col {
        max-width: 28.08%
    }
}

@media screen and (max-width:650px) {
    .proces {
        margin-top: 30px;
    }

    .services__item {
        padding-right: 20px
    }

    .services__wrapper {
        padding: 0 0 33px 28px;
    }

    .services__title {
        font-size: 36px;
        line-height: 38px;
        margin-bottom: 31px
    }

    .services__list > :not(:last-child) {
        margin-bottom: 33px
    }

    .services__section:nth-child(2n) {
        margin-bottom: 11px
    }

    .services__section:nth-child(3n) .services__col .services__items {
        padding-right: 42px !important
    }

    .services__section:nth-child(3n) .services__col .services__item {
        line-height: 21px;
        margin-bottom: 11px
    }

    .services__header {
        padding-bottom: 10px;
        margin-bottom: 9px
    }

    .services__col {
        max-width: none;
        width: 100% !important;
        float: left;
    }

    .services__mobile-slider {
        position: relative
    }

        .services__mobile-slider:before {
            content: "";
            width: 67px;
            height: 100%;
            background: -webkit-gradient(linear,right top,left top,color-stop(8.93%,#f5f5f3),color-stop(59%,rgba(245,245,243,.51)),color-stop(106.58%,rgba(245,245,243,0)));
            background: linear-gradient(270deg,#f5f5f3 8.93%,rgba(245,245,243,.51) 59%,rgba(245,245,243,0) 106.58%);
            position: absolute;
            z-index: 1;
            top: 0;
            right: 0
        }

    .slider-list .slick-arrow {
        height: 30px;
        width: 34px;
        font-size: 0;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: contain;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease;
        position: absolute;
        z-index: 1;
        top: -47px
    }

    .slider-list .slick-next {
        background-image: url(../img/arrow-left-small.c5d7f3f1.svg);
        right: 28px
    }

    .slider-list .slick-prev {
        background-image: url(../img/arrow-right-small.4fdebac6.svg);
        right: 72px
    }

    .slider-list .slick-slide {
        margin-right: 38px !important
    }

    .slider-list .slick-list {
        margin-right: -38px !important
    }

    .slider-list .slick-disabled {
        opacity: .4;
        cursor: default
    }

    .steps__title {
        font-size: 36px;
        line-height: 38px;
        text-align: left;
        padding-left: 30px;
        margin-bottom: 88px
    }

    .steps__wrapper {
        padding: 0 0 0 30px;
        background: #fff;
        padding-top: 25px
    }

    .steps__slider {
        width: 100%;
        margin-top: -50px
    }

    .slider__slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .slider__description {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 0;
        padding: 23px 28px 86px 0;
        height: auto
    }

    .slider__img {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        height: 226px
    }

    .slider__counter {
        margin-bottom: 14px
    }

    .slider__project {
        margin-bottom: 16px;
        padding-left: 0
    }

    .slider__text {
        padding-left: 0
    }

    .slider .slick-arrow {
        bottom: auto;
        top: -34px;
        width: 50px
    }

    .slider .slick-next {
        left: 67px
    }

    .slider .slick-prev {
        left: 0
    }

    .find-out {
        height: 320px;
        background-repeat: no-repeat;
        background-position: 100% 0
    }

    .find-out__content {
        margin-top: -320px
    }

    .find-out__row {
        margin-top: 62px
    }

    .find-out__col {
        width: 60%
    }

    .find-out__title {
        margin-bottom: 12px
    }

    .find-out__mob {
        display: block;
        position: relative
    }

    .find-out__btn {
        display: inline-block;
        color: #fff
    }

        .find-out__btn .find-out__dot {
            height: 1px;
            width: 1px;
            background: #efeeeb;
            border-radius: 50%;
            display: inline-block;
            vertical-align: middle;
            margin: 0 6px
        }

    .find-out__circle {
        display: none
    }

    .find-out__wrapper {
        padding-bottom: 130px
    }

    .find-out__line {
        bottom: 100%;
        top: auto
    }
}

@media screen and (max-width:375px) {
    .services__wrapper {
        padding: 0 0 31px 22px
    }

    .services__title {
        margin-bottom: 26px
    }

    .services__list > :not(:last-child) {
        margin-bottom: 29px
    }

    .services__section:nth-child(2n) {
        margin-bottom: 2px
    }

    .services__col {
        max-width: none;
        width: 205px !important
    }

    .slider-list .slick-next {
        right: 23px
    }

    .slider-list .slick-prev {
        right: 67px
    }

    .slider-list .slick-list {
        margin-right: -50px !important
    }

    .slider-list .slick-slide {
        margin-right: 50px !important
    }

    .steps__title {
        padding-left: 23px
    }

    .steps__wrapper {
        padding-left: 22px
    }

    .slider__img {
        height: 209px
    }

    .slider__description {
        padding: 25px 22px 86px 0
    }

    .find-out {
        height: 308px
    }

    .find-out__content {
        margin-top: -308px
    }

    .find-out__row {
        margin-top: 61px
    }

    .find-out__col {
        width: 70%
    }

    .find-out__title {
        margin-bottom: 10px
    }

    .find-out__wrapper {
        padding-bottom: 125px
    }
}

@media screen and (max-width:320px) {
    .services__wrapper {
        padding: 0 0 33px 14px
    }

    .services__title {
        margin-bottom: 29px
    }

    .services__list > :not(:last-child) {
        margin-bottom: 36px
    }

    .services__section:nth-child(2n) {
        margin-bottom: 17px
    }

    .services__section:nth-child(3n) .services__header {
        margin-bottom: 15px
    }

    .services__section:nth-child(3n) .services__item {
        line-height: 21px;
        margin-bottom: 11px
    }

    .services__section:nth-child(3n) .slick-arrow {
        top: -53px
    }

    .services__mobile-slider {
        width: calc(100% + 50px)
    }

        .services__mobile-slider:before {
            right: 50px
        }

    .slider-list .slick-next {
        right: 65px
    }

    .slider-list .slick-prev {
        right: 109px
    }

    .steps__title, .steps__wrapper {
        padding-left: 14px
    }

    .slider__description {
        padding-bottom: 91px;
        padding: 21px 15px 83px 0
    }

    .slider__img {
        height: 180px
    }

    .slider__counter {
        margin-bottom: 16px
    }

    .slider .slick-arrow {
        bottom: 44px
    }

    .find-out {
        height: 301px
    }

    .find-out__content {
        margin-top: -301px
    }

    .find-out__row {
        margin-top: 53px
    }

    .find-out__col {
        width: 78%
    }
}

.slider .slick-next {
    background-image: url(../images/arrow-right-gray.svg);
    outline: none;
}

.slider .slick-prev {
    outline: none;
    background-image: url(../images/arrow-left-gray.svg);
}

.slider .slick-arrow {
    font-size: 0;
    height: 15px;
    width: 59px;
    position: absolute;
    z-index: 1;
    bottom: 120px;
}

header.hd-other .header_name {
    color: black;
    padding-right: 0;
}

header.hd-other .hd-btnMenu {
    float: right;
    position: relative;
    background: black;
    width: 70px;
    margin-top: 3px;
    height: 37px;
    margin-right: 11px;
    display: block;
    cursor: pointer;
}

    header.hd-other .hd-btnMenu > a {
        display: inline-block;
        color: white !important;
        padding: 3px 0px;
        height: 42px;
        width: 67px;
        float: left;
        margin: 0px;
    }

header.hd-other .header_address {
    color: black !important;
}

header.hd-other .header_phone {
    color: black !important;
}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 100;
    z-index: 99999 !important;
    background: #fff;
    box-shadow: 0px 1px 1px 1px rgba(184, 184, 184, 0.86);
}

.cases .list__item:first-child .item__block:first-child .item__info {
    display: inline-block;
    vertical-align: top;
    padding-left: 29px;
    padding-top: 25px;
    width: auto;
}

.cases:before {
    position: absolute;
    content: "";
}

.cases__line {
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #dedede;
    margin-top: 121px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.aos-animate1 {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform 2s ease 1s;
    transition: -webkit-transform 2s ease 1s;
    transition: transform 2s ease 1s;
    transition: transform 2s ease 1s,-webkit-transform 2s ease 1s;
}

.services__items {
    padding: 0;
    margin: 0;
}

.slider-content-box {
    display: table-row;
    width: 100%;
    height: 50% !important;
}

.slider-content-box-text {
    display: table-cell;
    padding-left: 17.5%;
}

.slider-content-box .slider-content-box-text:first-child {
    vertical-align: bottom;
    height: auto !important;
    padding-bottom: 2px;
}

.slider-title {
    /* height: auto !important; */
}

.slider-content-box:nth-child(2) .slider-content-box-text {
    vertical-align: top;
    height: auto !important;
    padding-top: 2px;
}

.hd-home .logo2 {
    display: none !important;
}

.ft-home .logo1 {
    display: none !important;
}

.message-course-box {
    float: left;
    width: 100%;
    color: red;
    text-align: center;
    font-family: 'SVN-Gotham-Bold';
}

    .message-course-box .sucess-email {
        color: blue !important;
        font-weight: bold;
    }

.regisstudysss-box label {
    font-size: 14px;
}

.regisstudysss-box input {
    margin-bottom: 15px;
    height: 35px;
    border-radius: 0px;
    font-size: 14px;
    margin-bottom: 13px;
}

.regisstudysss {
    margin-top: 20px;
    font-size: 20px;
    font-family: ARIAL;
    height: 40px;
    background: black;
    max-width: 210px;
    margin: 0 auto;
    display: block;
    line-height: 40px;
    color: white;
    margin-bottom: 15px;
    text-align: center;
    /* text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff; */
}

.regisstudysss-box {
    padding: 15px 0;
}

#projectsup-name {
    height: 40px;
    border-radius: 0;
    margin: 5px 0;
    margin-bottom: 13px;
}

#projectsup-phone {
    height: 40px;
    border-radius: 0;
    margin: 5px 0;
    margin-bottom: 13px;
}

#projectsup-email {
    height: 40px;
    border-radius: 0;
    margin: 5px 0;
    margin-bottom: 13px;
}

#projectsup-address {
    height: 40px;
    border-radius: 0;
    margin: 5px 0;
    margin-bottom: 13px;
}

#projectsup-content {
    height: 40px;
    border-radius: 0;
    margin: 5px 0;
}

.projectsup-buttom {
    background: #009966;
    color: white;
    text-transform: uppercase;
    padding-top: 2px;
    text-align: center;
    border-radius: 0;
    display: block;
    margin: 0 auto;
    padding: 10px;
    max-width: 120px;
    cursor: pointer;
    margin-top: 20px;
}

    .projectsup-buttom:hover {
        background: #333333;
        color: white;
    }

.projectsup-buttom {
    background: black;
    color: white;
    text-transform: uppercase;
    padding-top: 2px;
    text-align: center;
    border-radius: 0;
    display: block;
    margin: 0 auto;
    padding: 10px;
    max-width: 120px;
    cursor: pointer;
    margin-top: 20px;
}

    .projectsup-buttom:hover {
        background: #333333;
        color: white;
    }

.projects_form {
    /* max-width: 540px; */
    /* width: 540px; */
    display: block;
    margin: 0 auto;
}

.cates-box .head__title {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 680px);
    padding-left: 4.1%;
}

    .cates-box .head__title span {
        font: 700 37px/59px SVN-Gotham-Bold,sans-serif;
        color: #1c1c1c;
        max-width: 570px;
        display: block;
        letter-spacing: -.45px;
    }

.cates-box .line {
    /* white-space: nowrap; */
    text-align: inherit !important;
}

.cates-box .head__info {
    width: 500px;
    padding-left: 0;
    padding-top: 18px;
    float: right;
    -webkit-transition: opacity 1s ease,-webkit-transform 1s ease;
    transition: opacity 1s ease,-webkit-transform 1s ease;
    transition: opacity 1s ease,transform 1s ease;
    transition: opacity 1s ease,transform 1s ease,-webkit-transform 1s ease;
}

.cates-box .head .info__text {
    font: 400 14px/22px Fatum,sans-serif;
    color: #1c1c1c;
    opacity: .6;
    margin-top: 12px;
    padding-left: 2px;
    max-width: 406px;
}

.social-icons {
    margin-top: 0;
    text-align: left;
}

    .social-icons ul {
        padding: 0;
        margin: 0;
    }

        .social-icons ul li {
            display: inline-block;
            margin: 10px 10px 0 0;
            position: relative;
            width: 34px;
            height: 40px;
            background: transparent;
            border-radius: 50%;
        }

            .social-icons ul li a {
                color: white;
                display: block;
                padding: 0 6px;
                line-height: 0;
                text-align: center;
                line-height: 40px;
                font-size: 15px;
            }

            .social-icons ul li:hover a, .social-icons ul li:focus a {
                color: white;
            }

.customer-box {
    border: 1px solid #a8a8a8;
    float: left;
}

.customer-thumnails {
    float: left;
    width: 100%;
}

    .customer-thumnails img {
        display: block;
        margin: 0 auto;
        width: auto !important;
    }

.customer-title {
    float: left;
    width: 100%;
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
    background: white;
    font-weight: bold;
}

.ytp-chrome-top, .ytp-chrome-bottom {
    display: none !important;
}



header.hd-other .hd-logo .logo1 img {
opacity: 0!important;
}.article-item .article-desc {

    margin-bottom: 5px;
}
#button-contact-vr {
  position: fixed;
  bottom: 0;
  z-index: 999;
}

/*phone*/
#button-contact-vr .button-contact {
  position: relative;
  margin-top: -5px;
}

#button-contact-vr .button-contact .phone-vr {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}

.phone-vr-circle-fill {
  width: 65px;
  height: 65px;
  top: 12px;
  left: 12px;
  position: absolute;
  box-shadow: 0 0 0 0 #c31d1d;
  background-color: #cf203170;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
  background-color: #CF2031;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle a {
  display: block;
  line-height: 37px;
}

.phone-vr-img-circle img {
  max-height: 25px;
  max-width: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}

@-webkit-keyframes phone-vr-circle-fill {
  0% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

@-webkit-keyframes zoom {
  0% {
      transform: scale(.9)
  }

  70% {
      transform: scale(1);
      box-shadow: 0 0 0 15px transparent
  }

  100% {
      transform: scale(.9);
      box-shadow: 0 0 0 0 transparent
  }
}

@keyframes zoom {
  0% {
      transform: scale(.9)
  }

  70% {
      transform: scale(1);
      box-shadow: 0 0 0 15px transparent
  }

  100% {
      transform: scale(.9);
      box-shadow: 0 0 0 0 transparent
  }
}

.phone-bar a {
  position: fixed;
  bottom: 25px;
  left: 30px;
  z-index: -1;
  color: #fff;
  font-size: 16px;
  padding: 8px 15px 7px 50px;
  border-radius: 100px;
  white-space: nowrap;
}

.phone-bar a:hover {
  opacity: 0.8;
  color: #fff;
}

#zalo-vr .phone-vr-img-circle {
  background-color: #1F5E9D;
}

#zalo-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #1f5e9da3;
  background-color: #1f5e9d7a;
}