@charset "UTF-8";

.grecaptcha-badge {
    opacity: 0 !important;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    border: none
}

input:focus,
select:focus,
textarea:focus {
    border: 0 solid transparent;
    outline: 0
}

body,
html {
    width: 100%;
    height: 100%;
    font-size: 16px;
    position: relative;
    font-family: 'Open Sans', sans-serif
}

.section {
    overflow: hidden
}

.left_bord,
.right_bord {
    width: 100px;
    height: 100%;
    position: fixed;
    background: 0 0;
    z-index: 99
}

.small_menu {
    display: none
}

.logo {
    position: absolute;
    top: 5%;
    left: 40px;
    width: 130px;
    height: 30px;
    z-index: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.logo svg {
    width: 100%;
    height: 100%
}

.left_bord {
    left: 0
}

.menu_btn {
    position: fixed;
    top: 5%;
    bottom: auto;
    margin: auto 0;
    right: 10px;
    width: 65px;
    height: 30px;
    cursor: pointer;
}

.menu_btn a {
    color: #6e6f71;
}

.menu_btn .fa {
    font-size: 24px;
}

.menu_btn__container {
    position: relative;
    width: 100%;
    height: 100%
}

.menu_btn__container .menu_btn__text {
    position: absolute;
    top: 3px;
    width: 100%;
    font-family: BebasNeueBold, sans-serif;
    font-size: 20px;
    letter-spacing: 3px;
    text-align: center
}

.menu_btn__container .menu_btn__text:nth-child(2) {
    color: #e8cd07
}

.menu_btn__container .menu_btn__text:nth-child(3) {
    color: #6d6d6d
}

.menu_btn__container .word {
    position: absolute;
    width: 100%;
    opacity: 0
}

.menu_btn__container .letter {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(15px);
    transform: translateZ(15px);
    -webkit-transform-origin: 50% 50% 15px;
    -ms-transform-origin: 50% 50% 15px;
    transform-origin: 50% 50% 15px
}

.menu_btn__container .letter.out {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: -webkit-transform .32s cubic-bezier(.55, .055, .675, .19);
    transition: -webkit-transform .32s cubic-bezier(.55, .055, .675, .19);
    transition: transform .32s cubic-bezier(.55, .055, .675, .19);
    transition: transform .32s cubic-bezier(.55, .055, .675, .19), -webkit-transform .32s cubic-bezier(.55, .055, .675, .19)
}

.menu_btn__container .letter.behind {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg)
}

.menu_btn__container .letter.in {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transition: -webkit-transform .38s cubic-bezier(.175, .885, .32, 1.275);
    transition: -webkit-transform .38s cubic-bezier(.175, .885, .32, 1.275);
    transition: transform .38s cubic-bezier(.175, .885, .32, 1.275);
    transition: transform .38s cubic-bezier(.175, .885, .32, 1.275), -webkit-transform .38s cubic-bezier(.175, .885, .32, 1.275)
}

.service_wrap {
    position: absolute;
    bottom: 18.8%;
    left: -20px;
    width: 166px;
    height: 32px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 20px;
}

.service_wrap a.service_item {
    color: #929697;
    margin-right: 7px;
    text-transform: lowercase;
    font-weight: 300;
    font-size: 22px;
    cursor: pointer;
    text-decoration: none;
}

.service_wrap .service_item:nth-child(1) {
    left: 0
}

.service_wrap .service_item:nth-child(2) {
    left: 40px
}

.service_wrap .service_item:nth-child(3) {
    left: 80px
}

.social_wrap {
    position: absolute;
    bottom: 1.7%;
    left: -35px;
    width: 160px;
    height: 25px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    overflow: hidden
}


.social_wrap .social_item {
    font-size: 24px;
    font-family: BebasNeueBold, sans-serif;
    color: #868789;
    text-decoration: none;
    margin: 0 5px;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s cubic-bezier(1, .5, .38, 1.2);
    transition: all .5s cubic-bezier(1, .5, .38, 1.2)
}

.social_wrap .social_item:after {
    position: absolute;
    left: 0;
    display: block;
    top: -100%;
    color: #ebd300
}

.social_wrap .social_item:nth-child(1) {
    left: 0
}

.social_wrap .social_item:nth-child(1):after {
    content: "DR"
}

.social_wrap .social_item:nth-child(2) {
    left: 20%
}

.social_wrap .social_item:nth-child(2):after {
    content: "BE"
}

.social_wrap .social_item:nth-child(3) {
    left: 40%
}

.social_wrap .social_item:nth-child(3):after {
    content: "IN"
}

.social_wrap .social_item:nth-child(4) {
    left: 60%
}

.social_wrap .social_item:nth-child(4):after {
    content: "FB"
}

.social_wrap .social_item:nth-child(5) {
    left: 80%
}

.social_wrap .social_item:nth-child(5):after {
    content: "FI"
}

.social_wrap .social_item:hover {
    color: #000;
}

.right_bord {
    right: 0
}

.right_bord .numberPage_count {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: 5px;
    text-align: center;
    font-size: 24px;
    font-family: BebasNeueLight, sans-serif
}

.right_bord .numberPage_wrapCont {
    position: absolute;
    top: 40%;
    bottom: 0;
    height: 300px;
    right: 40px
}

.right_bord .numberPage_wrap {
    width: 20px;
    height: 100%;
    text-align: center;
    overflow: hidden
}

.right_bord .numberPage_wrap .numberPage_dotWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.right_bord .numberPage_wrap .numberPage_dotWrap .numberPage_item {
    position: relative;
    font-size: 1rem;
    width: 20px;
    height: 20px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #52bcc8 !important;
}

.right_bord .numberPage_wrap .numberPage_dotWrap .numberPage_item .numberPage_item__dot {
    display: block;
    width: 8px;
    height: 8px;
    background: #52bcc8 !important;
    margin: 6px auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.right_bord .numberPage_wrap .numberPage_dotWrap .numberPage_item .numberPage_item__line {
    position: absolute;
    width: 1px;
    height: 30px;
    background: #52bcc8 !important;
    top: 50px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.right_bord .numberPage_wrap .numberPage_dotWrap .numberPage_item .numberPage_item__count {
    position: absolute;
    top: 20px;
    left: 0;
    opacity: 0;
    color: #52bcc8 !important;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    font-family: 'Sofia Sans Condensed', sans-serif;
}

.right_bord .numberPage_wrap .numberPage_dotWrap .numberPage_item:hover .numberPage_item__dot {
    background-color: #2e6f76 !important
}

.right_bord .numberPage_wrap .numberPage_dotWrap .numberPage_item:hover {
    padding-top: 30px !important;
    padding-bottom: 60px !important
}

.right_bord .numberPage_wrap .numberPage_dotWrap .numberPage_item:hover .numberPage_item__count,
.right_bord .numberPage_wrap .numberPage_dotWrap .numberPage_item:hover .numberPage_item__line {
    opacity: 1 !important;
    -webkit-transition: all .5s ease !important;
    transition: all .5s ease !important
}

.right_bord .numberPage_wrap .numberPage_dotWrap .numberPage_item:hover:nth-child(7) .numberPage_item__line {
    opacity: 0 !important
}

.right_bord .numberPage_wrap .numberPage_dotWrap .numberPage_item:hover .numberPage_item__count {
    top: 10px !important
}

.call_back {
    position: absolute;
    width: 115px;
    height: 22px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: -7px;
    bottom: 9.5%;
    font-size: 24px;
    font-family: BebasNeueBold, sans-serif;
    color: #000;
    overflow: hidden
}

.call_back .call_back__callBtn {
    cursor: pointer;
    top: 0;
    text-decoration: none;
    color: #000;
    position: absolute;
    -webkit-transition: all .35s cubic-bezier(1, .5, .38, 1.2);
    transition: all .35s cubic-bezier(1, .5, .38, 1.2)
}

.call_back .call_back__callBtn:after {
    position: absolute;
    content: "START project";
    top: -100%;
    left: 0;
    color: #ebd300
}

.call_back .call_back__callBtn:hover {
    top: 125%
}

.local_wrap {
    position: absolute;
    width: 100px;
    height: 25px;
    top: 7.5%;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    overflow: hidden
}

.local_wrap .local_item {
    position: absolute;
    top: 0;
    font-family: BebasNeueLight, sans-serif;
    font-size: 24px;
    text-decoration: none;
    color: #000;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: all .5s cubic-bezier(1, .5, .38, 1.2);
    transition: all .5s cubic-bezier(1, .5, .38, 1.2)
}

.local_wrap .local_item:after {
    position: absolute;
    display: block;
    top: -100%;
    left: 0;
    color: #ebd300
}

.local_wrap .local_item:nth-child(1) {
    left: 0
}

.local_wrap .local_item:nth-child(1):after {
    content: "EN"
}

.local_wrap .local_item:nth-child(2) {
    left: 35%;
    font-family: BebasNeueBold, sans-serif;
    right: 0
}

.local_wrap .local_item:nth-child(2):after {
    content: "UA"
}

.local_wrap .local_item:nth-child(3) {
    right: 0;
}

.local_wrap .local_item:nth-child(3):after {
    content: "RU"
}

.local_wrap .local_item:hover {
    top: 120%
}

#err-lb .social_wrap .social_item {
    color: white !important;
}

#err-lb .logo .cls-1_1 {
    fill: white;
}

#err-rb .local_wrap .local_item,
#err-rb .call_back a {
    color: white !important;
}

.wrapper {
    /* max-width: 1720px; */
    height: 100%;
    margin: 0 auto;
    overflow: hidden
}

.wrapper .wrap_line__cont {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

    /* z-index: 100*/
}

.wrapper .wrap_line__cont .wrap_line__item {
    border-right: 1px solid #ebd300
}

.home_slider {
    width: 100%;
    height: 100%;
    overflow: hidden
}


.sliderHeimgWrap {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 100px;
    height: 50px;
    z-index: 99;
}

.sliderHeimgText {
    font-size: 10px;
    color: white;
    line-height: 0;
}

.sliderHeimg {
    background: transparent url("../img/im_digital_logo.png")no-repeat center/contain;
    width: 100px;
    height: 50px;


}

.home_slider .home_slider__bgImage {
    position: absolute;
    width: 100%;
    height: 85%;
    top: 5%;
    right: 0;
    left: 0;
    margin: 0 auto;
    /*background: url(../img/triangleAboutUs.svg) no-repeat center;*/
    z-index: 2;
    opacity: 0;
    -webkit-animation: home_slider__bgImage 1.5s;
    animation: home_slider__bgImage 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s
}

.home_slider h3 {
    position: absolute;
    text-transform: uppercase;
    color: #fff;
    font-size: 13rem;
    font-family: BebasNeueBold, sans-serif;
    z-index: 9
}

.home_slider .home_slider__bgText {
    bottom: calc(13vh + 66px);
    right: -100%;
    width: 100%;
    text-align: center;
    -webkit-animation: home_slider__bgText 3s;
    animation: home_slider__bgText 3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s
}

.home_slider .home_slider__bgText:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: -15%;
    font-size: 3.5vw;
    color: rgba(255, 255, 255, .2);
    opacity: 0;
    -webkit-animation: home_slider__bgTextBefore 1.5s;
    animation: home_slider__bgTextBefore 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s
}

.home_slider .home_slider__btn {
    position: absolute;
    bottom: -50px;
    text-align: center;
    z-index: 30;
    -webkit-animation: home_slider__btn 1.5s;
    animation: home_slider__btn 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 5.2s;
    animation-delay: 5.2s;
    background-color: #ffffff;
    border-radius: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    align-content: center;
    display: flex;
    align-self: center;
    justify-content: center;
    align-items: baseline;
}

.home_slider .home_slider__btn img {
    width: auto;
    height: 40px;
}

.home_slider .home_slider__bgTextSub {
    bottom: 13%;
    right: -100%;
    width: 100%;
    text-align: center;
    -webkit-animation: home_slider__bgTextSub 3s;
    animation: home_slider__bgTextSub 3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.home_slider .home_slider__bgTextSub:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 15%;
    font-size: 3.5vw;
    color: rgba(255, 255, 255, .2);
    opacity: 0;
    -webkit-animation: home_slider__bgTextSubBefore 1.5s;
    animation: home_slider__bgTextSubBefore 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s
}

.home_slider .home_slider__bgTextEvox {
    top: 35%;
    font-size: 15rem;
    left: -100%;
    -webkit-animation: bgTextEvox 1.5s cubic-bezier(.2, .65, 1, -.14);
    animation: bgTextEvox 1.5s cubic-bezier(.2, .65, 1, -.14);
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.home_slider .home_slider__bgTextSubpre {
    position: absolute;
    font-size: 1rem;
    width: 100%;
    bottom: 9%;
    text-align: center;
    z-index: 9;
    opacity: 0;
    -webkit-animation: home_slider__bgTextSubpre 1.5s;
    animation: home_slider__bgTextSubpre 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s
}

.home_slider .home_slider__bgTextSubpre h4 {
    text-transform: uppercase;
    color: #fff
}

.home_slider .home_slider__bgTextSubpre h4:nth-child(2) {
    display: inline-block
}

.home_slider .home_slider__bgTextSubpre h4:nth-child(2):after {
    position: absolute;
    content: "";
    bottom: -20%;
    display: block;
    width: 65px;
    height: 1px;
    background: #ebd300
}

.home_slider .wrap_line__cont .wrap_line__item {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #292929;


    border-right: 1px solid #000;

    -webkit-animation: home_slider_bg 1s;
    animation: home_slider_bg 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.home_slider .wrap_line__cont .wrap_line__item:nth-child(1):before {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.home_slider .wrap_line__cont .wrap_line__item:nth-child(2):before {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.home_slider .wrap_line__cont .wrap_line__item:nth-child(3):before {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.home_slider .wrap_line__cont .wrap_line__item:nth-child(4):before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.home_slider .wrap_line__cont .wrap_line__item:nth-child(5) {
    border-right: none
}

.home_slider .wrap_line__cont .wrap_line__item:nth-child(5):before {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.home_slider .wrap_line__cont .wrap_line__item:before {
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: #ebd300;
    -webkit-animation: home_slider 5s;
    animation: home_slider 5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: 7
}

.home_slider .wrap_line__cont .anim_slide:nth-child(1) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.home_slider .wrap_line__cont .anim_slide {
    -webkit-animation: home_slider_lineShadow 2.5s;
    animation: home_slider_lineShadow 2.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.home_slider .wrap_line__cont .anim_slideStart {
    -webkit-animation: anim_slideStart 3.5s;
    animation: anim_slideStart 3.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.home_slider .wrap_line__cont .anim_slideStart:last-child {
    -webkit-animation: anim_slideStart 4s;
    animation: anim_slideStart 4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.home_slider .home_slider__bg {
    position: relative;
    max-width: 100%;
    height: 100%;
    background: transparent url(../img/slide-bg.jpg) no-repeat center/cover;
    overflow: hidden
}













/*----   NAV SECTION . ------*/

.nav_container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    background: #ebd300;
    z-index: 59999;
    -webkit-transition: left .7s cubic-bezier(1, .5, .38, 1.2);
    transition: left .7s cubic-bezier(1, .5, .38, 1.2)
        /* width: 90%;
    height: 90%;
    position: fixed;
    margin: 2.5% 88px;
    top: 0;
    left: -100%;
    background: #ebd300;
    z-index: 59999;
    -webkit-transition: left .7s cubic-bezier(1, .5, .38, 1.2);
    transition: left .7s cubic-bezier(1, .5, .38, 1.2); */
}

.nav_container .nav_container__word {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*    background: url(../img/menu.svg) no-repeat center*/
}

.nav_container .nav-btn__exid {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    left: 1%;
    margin: auto;
    cursor: pointer
}

.nav_container .nav-btn__exid .modal_close_leftLine,
.nav_container .nav-btn__exid .modal_close_rightLine {
    background: #000;
    height: 3px
}

.nav_container .nav-btn__exid:hover .modal_close_leftLine,
.nav_container .nav-btn__exid:hover .modal_close_rightLine {
    background: #fff
}

.nav_container .nav_menu:nth-child(1) {
    /* display: block */
}

.nav_container .nav_menu:nth-child(2) {
    /* display: none */
}

.nav_container .nav_menu__container {
    margin-top: 5%;
    text-align: center;
    padding: 0 100px;
    opacity: 0;
    -webkit-animation-fill-mode: forwards !important;
    animation-fill-mode: forwards !important;
    -webkit-animation-delay: .8s !important;
    animation-delay: .8s !important
}

.nav_container .nav_menu__container .nav_menu {
    list-style: none;
    /* padding-right: 10%;
    margin-right: 150px */
}

.nav_container .nav_menu__container .nav_menu .nav_menu__item {
    position: relative;
    font-size: 6vh;
    text-align: left;
    margin: 10px 0
}

.nav_container .nav_menu__container .nav_menu .nav_menu__item a {
    text-decoration: none;
    color: #6e6f71;
    font-weight: 400;
    -webkit-transition: color .1s cubic-bezier(1, .5, .38, 1.2), margin-right .35s cubic-bezier(1, .5, .38, 1.2);
    transition: color .1s cubic-bezier(1, .5, .38, 1.2), margin-right .35s cubic-bezier(1, .5, .38, 1.2);
    margin-right: 100px;

}

.nav_container .nav_menu__container .nav_menu .nav_menu__item a:hover {
    color: #fff;
    /* margin-right: 80px; */
    /* padding-left: 40px */
}

.nav_container .nav_menu__container .nav_menu .nav_menu__item a:hover+span {
    right: -4%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.nav_container .nav_menu__container .nav_menu .nav_menu__item a:hover+span:after {
    top: 115%
}

.nav_container .nav_menu__container .nav_menu .nav_menu__item span {
    position: absolute;
    top: -18%;
    right: 1.5%;
    padding: 110px 0 0 10px;
    font-size: 40px;
    -webkit-transition: all .35s cubic-bezier(.68, -.19, 0, 1.37);
    transition: all .35s cubic-bezier(.68, -.19, 0, 1.37);
    overflow: hidden
}

.nav_menu__item .sub-menu {
    font-size: 38px;
    position: absolute;
    z-index: 1;
}

.nav_container .nav_menu__container .nav_menu .nav_menu__item span:after {
    content: "";
    position: absolute;
    right: -42px;
    top: -100%;
    width: 170px;
    height: 1px;
    display: block;
    background: #000;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top .35s cubic-bezier(.68, -.19, 0, 1.37);
    transition: top .35s cubic-bezier(.68, -.19, 0, 1.37)
}


.nav_container .call_back__callBtn:after,
.nav_container .local_item:after,
.nav_container .social_item:after {
    color: #fff
}

.nav_container .call_back__callBtn,
.nav_container .local_item,
.nav_container .social_item {
    color: #000 !important
}

.nav_container .logo svg .cls-1 {
    fill: #000 !important
}

.practics {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.practics .practics_bg__text {
    opacity: 0;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#practics_id .practics_bg__text {
    /*  background: url(../img/UXBG.svg) no-repeat center;*/
    background-size: contain;

}

.nav_container .scroll-text,
.nav_container .scroll-text2 {
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.nav_container .scroll-text,
.nav_container .scroll-text {
    bottom: 2vh;
}

#practics_id .scroll-text {
    opacity: 0;
    background: url(../img/UI_Scroll_Top.svg) repeat-x center;
    background-size: 60%;
    position: absolute;
    display: block;
    bottom: 1vh;
    left: -100px;
    width: 100vw;
    height: 100%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#practics_id .scroll-text2 {
    opacity: 0;
    background: url(../img/UI_Scroll_Bottom.svg) repeat-x center;
    background-size: 60%;
    position: absolute;
    display: block;
    bottom: 0;
    right: -100px;
    width: 100vw;
    height: 100%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#practics_id>.scroll-text_top {
    opacity: 0;
    background: url(../img/UI_Scroll_Top-min.svg) repeat-x center;
    background-size: 60%;
    position: absolute;
    display: block;
    left: 0;
    bottom: 3.2vh;
    width: 100vw;
    height: 100%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#practics_id>.scroll-text_bottom {
    opacity: 0;
    background: url(../img/UI_Scroll_Bottom-min.svg) repeat-x center;
    background-size: 60%;
    position: absolute;
    display: block;
    right: 0;
    bottom: -4.9vh;
    width: 100vw;
    height: 100%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#services_id .scroll-text {
    opacity: 0;
    background: url(../img/Expertise_Scroll_Top.svg) repeat-x center;
    background-size: 71%;
    position: absolute;
    display: block;
    bottom: 2vh;
    left: -100px;
    width: 100vw;
    height: 100%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#services_id .scroll-text2 {
    opacity: 0;
    background: url(../img/Expertise_Scroll_Bottom.svg) repeat-x center;
    background-size: 71%;
    position: absolute;
    display: block;
    bottom: 0;
    right: -100px;
    width: 100vw;
    height: 100%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#services_id>.scroll-text_top {
    opacity: 0;
    background: url(../img/Expertise_Scroll_Top-min.svg) repeat-x center;
    background-size: 71%;
    position: absolute;
    display: block;
    left: 0;
    bottom: 4vh;
    width: 100vw;
    height: 100%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#services_id>.scroll-text_bottom {
    opacity: 0;
    background: url(../img/Expertise_Scroll_Bottom-min.svg) repeat-x center;
    background-size: 71%;
    position: absolute;
    display: block;
    right: 0;
    bottom: -4.9vh;
    width: 100vw;
    height: 100%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#aboutUs_id .scroll-text {
    opacity: 0;
    background: url(../img/About_Scroll_Top.svg) repeat-x center;
    background-size: 100%;
    position: absolute;
    display: block;
    bottom: 2vh;
    left: -100px;
    width: 100vw;
    height: 100%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#aboutUs_id .scroll-text2 {
    opacity: 0;
    background: url(../img/About_Scroll_Bottom.svg) repeat-x center;
    background-size: 100%;
    position: absolute;
    display: block;
    bottom: 0;
    right: -100px;
    width: 100vw;
    height: 100%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#aboutUs_id>.scroll-text_top {
    opacity: 0;
    background: url(../img/About_Scroll_Top-min.svg) repeat-x center;
    background-size: 100%;
    position: absolute;
    display: block;
    left: 0;
    bottom: 4vh;
    width: 100vw;
    height: 100%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#aboutUs_id>.scroll-text_bottom {
    opacity: 0;
    background: url(../img/About_Scroll_Bottom-min.svg) repeat-x center;
    background-size: 100%;
    position: absolute;
    display: block;
    right: 0;
    bottom: -4.9vh;
    width: 100vw;
    height: 100%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#awards_id .scroll-text {
    opacity: 0;
    background: url(../img/Awards_Scroll_Top.svg) repeat-x center;
    background-size: 76%;
    position: absolute;
    display: block;
    bottom: 2vh;
    left: -100px;
    width: 100vw;
    height: 100%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#awards_id .scroll-text2 {
    opacity: 0;
    background: url(../img/Awards_Scroll_Bottom.svg) repeat-x center;
    background-size: 76%;
    position: absolute;
    display: block;
    bottom: 0;
    right: -100px;
    width: 100vw;
    height: 100%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#awards_id>.scroll-text_top {
    opacity: 0;
    background: url(../img/Awards_Scroll_Top-min.svg) repeat-x center;
    background-size: 76%;
    position: absolute;
    display: block;
    left: 0;
    bottom: 4vh;
    width: 100vw;
    height: 100%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#awards_id>.scroll-text_bottom {
    opacity: 0;
    background: url(../img/Awards_Scroll_Bottom-min.svg) repeat-x center;
    background-size: 76%;
    position: absolute;
    display: block;
    right: 0;
    bottom: -4.9vh;
    width: 100vw;
    height: 100%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

/*
#services_id .practics_bg__text {
    background: url(../img/Expertize.svg) no-repeat center;
    background-size: contain;
}*/
.mount {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#awards_id .practics_bg__text {
    /*    background: url(../img/CSSAwardblack.svg) no-repeat center;
    background-size: contain;*/
}

#awards_id .practics_title__sub h3 {
    color: #A5A5A5;
}

#awards_id .practics_title h2 {
    color: #fff;
}

.practics_btn {
    position: absolute;
    bottom: 15%;
    left: 20.2%;
    font-size: 1.7rem;
    padding: 25px 120px;
    text-decoration: none;
    color: #1e1e1e;
    text-transform: uppercase;
    border: 2px solid transparent;
    -webkit-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 2px solid;
    outline-color: RGBA(235, 211, 0, 1);
    outline-offset: 0;
    -webkit-transition: all 1.25s cubic-bezier(.19, 1, .22, 1), bottom .4s cubic-bezier(.19, 1, .22, 1);
    transition: all 1.25s cubic-bezier(.19, 1, .22, 1), bottom .4s cubic-bezier(.19, 1, .22, 1);
    cursor: pointer;
    font-family: BebasNeueBold, sans-serif;
    font-weight: 800;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    background: #ebd300;
    -webkit-box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .5);
    box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .5)
}

.btn-aww {
    left: 25.2%;
}

.practics_btn:hover {
    border: 2px solid RGBA(235, 211, 0, .5);
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 25px;
    bottom: 14%
}

.main-info {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.round-info {
    width: 15px;
    height: 15px;
    background-color: #ebd300;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2
}

.round-info:hover+.circle-info span {
    -webkit-animation: circle-info .5s ease infinite;
    animation: circle-info .5s ease infinite
}

.circle-info {
    z-index: 1
}

.circle-info span {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px #ebd300 solid;
    -webkit-animation: circle-info 1.2s linear infinite 1s;
    animation: circle-info 1.2s linear infinite 1s
}

@-webkit-keyframes circle-info {
    0% {
        width: 20px;
        height: 20px;
        opacity: 1
    }

    100% {
        width: 50px;
        height: 50px;
        opacity: 0
    }
}

@keyframes circle-info {
    0% {
        width: 20px;
        height: 20px;
        opacity: 1
    }

    100% {
        width: 50px;
        height: 50px;
        opacity: 0
    }
}


.wrapper {
    box-shadow: none;
    position: relative;
    display: block;
    max-width: 100%;
    height: 90%;
    margin: 2.5% 100px;
}

/*@keyframes spaceJam {
  100% {
    background-position: 100% 0px;
  }
}

.practics .practics_bg__text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: spaceJam 120s linear infinite;
    animation-duration: 30s;
background: url(../img/UXBG.svg) repeat-x center;
    background-size: contain;
}
*/

.about_us .wrapper .practics_sicret__btn,
.contact_us .wrapper .practics_sicret__btn,
.home_slider .wrapper .practics_sicret__btn,
.projects .wrapper .practics_sicret__btn,
.practics .wrapper .practics_sicret__btn,
.awwards .wrapper .practics_sicret__btn {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 1%;
    right: 1%;
    font-family: BebasNeueRegular, sans-serif;
    font-size: 1.8rem;
    cursor: pointer;
    z-index: 10
}

.about_us .wrapper ul,
.contact_us .wrapper ul,
.home_slider .wrapper ul,
.projects .wrapper ul,
.practics .wrapper ul,
.awwards .wrapper ul {
    list-style: none;
    min-width: 38%
}

#practics_id .wrapper ul {
    min-width: 49%
}

.practics_title .practics_title_sup {
    display: none
}

.small_one {
    display: none
}

.practics .practics_list__wrap,
.awwards .practics_list__wrap {
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.practics .practics_list__wrap .practics_listText__wrap,
.awwards .practics_list__wrap .practics_listText__wrap {
    position: absolute;
    width: 350px;
    top: -70%;
    right: -100%;
    font-family: 'Open Sans', sans-serif;
    font-size: .9rem;
    text-transform: none;
    background-color: #1e1e1e;
    color: #fff;
    -webkit-box-shadow: -10px 10px 35px rgba(0, 0, 0, .5);
    box-shadow: -10px 10px 35px rgba(0, 0, 0, .5);
    opacity: 0;
    -webkit-transition: right .5s cubic-bezier(1, .5, .38, 1.2), opacity .5s cubic-bezier(1, .5, .38, 1.2);
    transition: right .5s cubic-bezier(1, .5, .38, 1.2), opacity .5s cubic-bezier(1, .5, .38, 1.2)
}

.practics .practics_list__wrap .practics_listText__wrap .practics_Text_span,
.awwards .practics_list__wrap .practics_listText__wrap .practics_Text_span {
    margin: 0;
    color: #ebd300
}

.practics .practics_list__wrap .practics_listText__wrap .practics_Text_span:after {
    display: none
}

.awwards .practics_list__wrap .practics_listText__wrap .practics_Text_span:after {
    display: none
}

.practics .practics_list__wrap li {
    padding: 10px;
    color: #131313
}

.practics .practics_list__wrap li:hover {
    cursor: pointer
}

.practics .practics_list__wrap li:hover+li {
    right: 0;
    opacity: 1
}

.practics_list__wrap {
    position: absolute;
    top: 31%;
    right: 5%;
    width: 45%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.practics_list__wrap .practics_list {
    font-family: BebasNeueRegular, sans-serif;
    font-size: 2rem;
    text-transform: uppercase
}

.practics_list__wrap .practics_list span {
    margin-right: 2.1rem;
    -webkit-transition: margin-right .5s cubic-bezier(1, .5, .38, 1.2), color .5s cubic-bezier(1, .5, .38, 1.2);
    transition: margin-right .5s cubic-bezier(1, .5, .38, 1.2), color .5s cubic-bezier(1, .5, .38, 1.2)
}

.practics_list__wrap .practics_list li {
    margin: 20px 0
}

.practics_list__wrap_market {
    width: 45%;

    right: 5%
}

.practics_list__wrap_market {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mount {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/*video */
#trailer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

#trailer>video {
    position: absolute;
    top: 0;
    left: 13%;
    width: 100%;
    height: 100%;
}

/*//*/

.awwords-item {
    max-width: 505px;
    width: 100%;
    margin-bottom: 68px;
    display: flex;
    flex-direction: row;

}

.awwords-item__img {
    width: 231px;
    margin-bottom: 20px;
    height: 20px;
    margin-right: 101px;
}

.awwords-item p {
    text-align: left;
    color: #A5A5A5;
    margin-bottom: 0;
    font-size: 16px;
}

#awards_id .practics_bg__text.mount {
    /* background: url('../img/Matterhorn.png') no-repeat center/contain;*/
}

#awwward {
    background: url('../img/awwwards.svg') no-repeat left/contain;
}

#csswin {
    background: url('../img/csswinner.svg') no-repeat left/contain;
}

#webguru {
    background: url('../img/guruawards.svg') no-repeat left/contain;
}

#boostilzer {
    background: url('../img/boostilzer.svg') no-repeat left/contain;
}

#cssreel {
    background: url('../img/CSSREEL.svg') no-repeat left/contain;
}

.practics_title {
    display: inline-block;
    margin-top: 4%;
    margin-left: 5%;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.practics_title h2 {
    font-size: 8rem;
    color: #131313;
    width: 245px;
    line-height: 95%;
    font-weight: bold;

}

#services_id .practics_title h2 {
    width: 100%;
}

.practics_title h2 span {
    margin-left: 110%
}

.practics_title__sub {
    max-width: 25%;
    margin: 8% 0 10% 20%;
    opacity: 0;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.practics_title__sub h3,
.practics_title__sub h4 {
    font-size: 1.3rem;
    color: #323232;
    font-weight: 400
}

.projects {
    background: #1e1e1e
}

.projects .projects_titleh2 {
    display: none
}

.projects .practics_title {
    display: none
}

.projects .active_projects {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.projects .projects_wrap {
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #1e1e1e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.projects_item {
    text-decoration: none;
}

.projects .projects_wrap .projects_itemWrap_bg {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    color: #fff;
    z-index: -1;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.projects .projects_wrap .projects_itemWrap_bg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .85)
}

.projects .projects_wrap .projects_itemWrap_bg .projects_item_bgTitle {
    position: absolute;
    top: 2%;
    left: 5%;
    font-family: BebasNeueBold, sans-serif;
    font-size: 7.5rem;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.projects .projects_wrap .projects_itemWrap_bg .projects_item_bgText {
    position: relative;
    max-width: 50%;
    margin-left: 7%;
    margin-top: 10%;
    padding: 20px;
    font-size: 1.2rem;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.projects .projects_wrap .projects_itemWrap_bg .projects_item_bgText p {
    margin: 20px 0
}

.projects .projects_wrap .projects_itemWrap_bg .projects_item_bgText span {
    color: #ebd300
}

.projects .projects_wrap .projects_itemWrap_bg .projects_item_bgCount {
    position: absolute;
    top: 0;
    right: 5%;
    font-family: BebasNeueBold, sans-serif;
    font-size: 12rem;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.projects .projects_wrap .projects_itemWrap_bg .projects_item_bgLkBtn {
    position: absolute;
    width: 140px;
    height: 60px;
    bottom: 10%;
    right: 8%;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer
}

.projects .projects_wrap .projects_itemWrap_bg .projects_item_bgLkBtn:hover .projects_item_bgLk {
    top: 130%
}

.projects .projects_wrap .projects_itemWrap_bg .projects_item_bgLkBtn .projects_item_bgLk {
    position: absolute;
    top: 8px;
    left: 15px;
    font-size: 2.5rem;
    color: #ebd300;
    text-decoration: none;
    font-family: BebasNeueBold, sans-serif;
    -webkit-transition: top .5s cubic-bezier(1, .5, .38, 1.2);
    transition: top .5s cubic-bezier(1, .5, .38, 1.2)
}

.projects .projects_wrap .projects_itemWrap_bg .projects_item_bgLkBtn .projects_item_bgLk:before {
    position: absolute;
    content: "перейти";
    top: -130%;
    left: 0
}

.projects .projects_wrap .projects_itemWrap_bg .projects_item_bgBtnExid {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 10%;
    left: 5%;
    cursor: pointer
}

.projects .projects_wrap .projects_itemWrap_bg .projects_item_bgBtnExid .modal_close_leftLine,
.projects .projects_wrap .projects_itemWrap_bg .projects_item_bgBtnExid .modal_close_rightLine {
    background: #fff
}

.projects .projects_wrap #projects_item_oneBg {
    background: url(../img/jasia_portfolio_screen.jpg) no-repeat center/cover
}

.projects .projects_wrap #projects_item_tooBg {
    background: url(../img/aura_portfolio_screen.jpg) no-repeat center/cover
}

.projects .projects_wrap #projects_item_threeBg {
    background: url(../img/gosty_portfolio_screen.jpg) no-repeat center/cover
}

.projects .projects_wrap #projects_item_foorBg {
    background: url(../404.html) no-repeat center/cover
}

.projects .projects_wrap #projects_item_fiveBg {
    background: url(../img/vizir.jpg) no-repeat center/cover
}

.projects_item_btn_link {
    display: block;
    z-index: 1;
    text-decoration: none;
    text-transform: uppercase;
    font-family: BebasNeueBold, sans-serif;
    font-size: 45px;
    color: white;
    text-shadow: 0 0 3px black;
    text-align: center;
    padding: 100% 0%;
    width: 100%;
}

.projects .projects_wrap .projects_item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 1px;
    margin-top: auto;
    overflow: hidden;
    background: 0 0;
    color: #fff;
    height: 0;
}

.projects .projects_wrap .projects_item:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90vh;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    -webkit-animation: projects_item_after 1s;
    animation: projects_item_after 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition: -webkit-filter .5s ease;
    transition: -webkit-filter .5s ease;
    transition: filter .5s ease;
    transition: filter .5s ease, -webkit-filter .5s ease;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.projects .projects_wrap .projects_item:nth-child(1):after {
    background: url(../img/kabo_portfolio_screen_desk.jpg) no-repeat center/cover;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.projects .projects_wrap .projects_item:nth-child(2):after {
    background: url(../img/legina_portfolio_screen_desk.jpg) no-repeat center/cover;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.projects .projects_wrap .projects_item:nth-child(3):after {
    background: url(../img/lemon_portfolio_screen_desk.jpg) no-repeat center/cover;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}


.projects .projects_wrap .projects_item:nth-child(4):after {
    background: url(../img/cavaliers_portfolio_screen_desk.jpg) no-repeat center/cover;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}


.projects .projects_wrap .projects_item:nth-child(5):after {
    background: url(../img/hip_portfolio_screen_desk.jpg) no-repeat center/cover;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}


/*.projects .projects_wrap .projects_item:nth-child(5):hover:after {
    background: #ebd300!important;
    transition: background 0.5s ease;
}

.projects .projects_wrap .projects_item:nth-child(5):hover .projects_item_btn_link {
    color: #222;
    text-shadow: none;
    transition: all 0.5s ease;
}*/

.projects .projects_wrap .projects_item:hover .projects_text {
    bottom: 38%;
    opacity: 1
}

.projects .projects_wrap .projects_item:hover .projects_title:before {
    opacity: 1;
    top: -5.5%;
    -webkit-animation: projects_item_number_color .7s;
    animation: projects_item_number_color .7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.projects .projects_wrap .projects_item:hover .projects_title {
    color: #f9f9f9;
    text-shadow: -5px 5px 5px rgba(0, 0, 0, .5)
}

.projects .projects_wrap .projects_item:hover:after {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.projects .projects_wrap .projects_item:nth-child(1) .projects_title {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.projects .projects_wrap .projects_item:nth-child(2) .projects_title {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.projects .projects_wrap .projects_item:nth-child(3) .projects_title {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.projects .projects_wrap .projects_item:nth-child(4) .projects_title {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.projects .projects_wrap .projects_item:nth-child(5) .projects_title {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.projects .projects_wrap .projects_item:nth-child(1) .projects_title:before {
    content: "K"
}

.projects .projects_wrap .projects_item:nth-child(2) .projects_title:before {
    content: "J"
}

.projects .projects_wrap .projects_item:nth-child(3) .projects_title:before {
    content: "L"
}

.projects .projects_wrap .projects_item:nth-child(4) .projects_title:before {
    content: "C"
}

.projects .projects_wrap .projects_item:nth-child(5) .projects_title:before {
    content: "H"
}

.projects .projects_wrap .projects_item:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #171717;
    -webkit-animation: projects_item_bg 1s;
    animation: projects_item_bg 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: 11;
    display: none;
}

.projects .projects_wrap .projects_item:nth-child(1):before {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.projects .projects_wrap .projects_item:nth-child(2):before {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.projects .projects_wrap .projects_item:nth-child(3):before {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.projects .projects_wrap .projects_item:nth-child(4):before {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.projects .projects_wrap .projects_item:nth-child(5):before {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.projects .projects_wrap .projects_item .projects_title {
    padding-top: 100px;
    text-transform: uppercase;
    font-family: BebasNeueBold, sans-serif;
    font-size: 3rem;
    -webkit-animation: projects_title_anim .5s;
    animation: projects_title_anim .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: 10;
    text-shadow: 0 0 5px #000;
    opacity: 0;
    -webkit-transition: text-shadow .35s ease;
    transition: text-shadow .35s ease
}

.projects .projects_wrap .projects_item .projects_title:before {
    position: absolute;
    display: table;
    top: 7%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 25rem;
    opacity: 0;
    -webkit-transition: all .5s cubic-bezier(.01, .87, .98, .99);
    transition: all .5s cubic-bezier(.01, .87, .98, .99);
    z-index: 10;
    text-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#36313a), color-stop(55%, #36313a), color-stop(55%, #fff), to(white));
    background: -webkit-linear-gradient(top, #36313a 0, #36313a 0%, #fff 55%, #fff 100%);
    background: linear-gradient(to bottom, #36313a 0, #36313a 0%, #fff 55%, #fff 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.projects .projects_wrap .projects_item .projects_text {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 25%;
    padding: 0 15px;
    opacity: 0;
    -webkit-transition: all .5s cubic-bezier(.01, .87, .98, .99);
    transition: all .5s cubic-bezier(.01, .87, .98, .99);
    z-index: 10;
    text-shadow: 0 0 5px #000
}

.about_us {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.about_us .practics_btn {
    z-index: 10
}

.about_us .about_us_bg__text {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*    background: url(../img/gr_about_us.svg) no-repeat center;*/
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.about_us .practics_title span {
    margin-left: 88%;
    display: inline-block;
    width: 350px
}

.about_us .about_us__seoWrap {
    width: 42%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    padding: 80px 50px 80px 50px;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.about_us .about_us__seoWrap .about_us__seoWrap_title {
    text-transform: uppercase;
    font-size: 2.5rem;
    color: #ebd300;
    font-family: BebasNeueRegular, sans-serif;
    margin-bottom: 20px
}

.about_us .about_us__seoWrap .about_us__seoWrap_text {
    margin: 0;
    height: 90%;
    overflow-y: scroll;
    padding-right: 60px;
    text-align: justify
}

.about_us .about_us__seoWrap .about_us__seoWrap_text h3 {
    margin: 25px 0;
    font-size: 1.2rem;
    font-family: BebasNeueBold, sans-serif;
    color: #323232
}

.about_us .about_us__seoWrap .about_us__seoWrap_text h4 {
    font-size: 1rem;
    color: #323232
}

ul {
    padding-left: 30px;
    list-style-type: decimal-leading-zero;
    list-style-image: none;
}

.about_us .about_us__seoWrap .about_us__seoWrap_text p {
    margin: 10px 0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif
}

.contact_us,
.modal_div {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.contact_us .contact_us__bgText,
.contact_us .contact_us__bgText__grey,
.modal_div .contact_us__bgText,
.modal_div .contact_us__bgText__grey {
    position: absolute;
    width: 100%;
    top: 8%;
    left: 0;
    text-align: center;
    color: #1e1e1e;
    font-size: 17rem;
    text-transform: uppercase;
    font-family: BebasNeueBold, sans-serif;
    z-index: 7;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.contact_us .contact_us__bgText__grey,
.modal_div .contact_us__bgText__grey {
    top: 2%;
    color: #f9f9f9;
    letter-spacing: 1rem;
    font-size: 20rem;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.contact_us .contact_us_bgTreangle,
.modal_div .contact_us_bgTreangle {
    position: absolute;
    width: 45%;
    height: 45%;
    top: 1%;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/triangleAboutUs.svg) no-repeat center;
    z-index: 15;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.contact_us .contact_us__bgImg,
.modal_div .contact_us__bgImg {
    position: absolute;
    width: 70vw;
    height: 58vh;
    top: 10vh;
    left: 10vw;
    background: url(../img/contactUs_bg.png) no-repeat center;
    background-size: contain;
    z-index: 9;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.contact_us .contact_us__formWrap,
.modal_div .contact_us__formWrap {
    width: 30%;
    position: absolute;
    bottom: 7%;
    right: 5%;
    font-family: 'Open Sans', sans-serif;
    background: 0 0;
    z-index: 10;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.contact_us textarea,
.modal_div textarea {
    resize: none
}

.contact_us .form-label,
.modal_div .form-label {
    font-size: 1rem;
    color: #ebd300;
    margin: 0;
    display: block;
    opacity: 1;
    text-transform: uppercase;
    padding-bottom: 10px;
    -webkit-transition: 333ms ease top, 333ms ease opacity;
    transition: 333ms ease top, 333ms ease opacity
}

.contact_us .form-control,
.modal_div .form-control {
    -webkit-border-radius: 0;
    border-radius: 0;
    border-color: #ccc;
    border-width: 0 0 2px 0;
    border-style: none none solid none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%
}

.contact_us .form-group,
.modal_div .form-group {
    margin: 5px
}

.contact_us .form-group input,
.contact_us .form-group textarea,
.modal_div .form-group input,
.modal_div .form-group textarea {
    padding: 0 10px 5px 10px;
    background: 0 0
}

.contact_us .form-control:focus,
.modal_div .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ebd300
}

.contact_us .js-hide-label,
.modal_div .js-hide-label {
    opacity: 0
}

.contact_us .js-unhighlight-label,
.modal_div .js-unhighlight-label {
    color: #000
}

.contact_us .practics_btn,
.modal_div .practics_btn {
    position: relative;
    left: auto;
    background: 0 0;
    margin: 15px 15px 0 0
}

.contact_us .text-center,
.modal_div .text-center {
    text-align: right
}

.contact_us .btn-start-order:focus,
.modal_div .btn-start-order:focus {
    border-color: #ebd300;
    color: #ebd300
}

.contact_us .contact_us__leftWrap,
.modal_div .contact_us__leftWrap {
    position: absolute !important;
    padding-left: 5%;
    bottom: 8%;
    width: 35%;
    display: block;
    z-index: 50;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.contact_us .contact_us__leftWrap .contact_us__leftWrap_title,
.modal_div .contact_us__leftWrap .contact_us__leftWrap_title {
    text-transform: uppercase
}

.contact_us .contact_us__leftWrap .contact_us__leftWrap_title h3,
.modal_div .contact_us__leftWrap .contact_us__leftWrap_title h3 {
    font-size: 2.3rem;
    font-family: BebasNeueBold, sans-serif;
    font-weight: 800
}

.contact_us .contact_us__leftWrap .contact_us__leftWrap_title h4,
.contact_us .contact_us__leftWrap .contact_us__leftWrap_title p,
.modal_div .contact_us__leftWrap .contact_us__leftWrap_title h4,
.modal_div .contact_us__leftWrap .contact_us__leftWrap_title p {
    font-size: 2.1rem;
    font-family: BebasNeueRegular, sans-serif
}

.contact_us .contact_us__leftWrap .contact_us__leftWrap_text,
.modal_div .contact_us__leftWrap .contact_us__leftWrap_text {
    width: 70%;
    margin-top: 2.5rem;
    margin-bottom: 4rem;
    font-size: 1.1rem
}

.contact_us .contact_us__leftWrap .contact_us__leftWrap_link,
.modal_div .contact_us__leftWrap .contact_us__leftWrap_link {
    margin-bottom: 5rem
}

.contact_us .contact_us__leftWrap .contact_us__leftWrap_link a,
.modal_div .contact_us__leftWrap .contact_us__leftWrap_link a {
    position: relative;
    color: #000;
    text-decoration: none
}

.contact_us .contact_us__leftWrap .contact_us__SubleftWrap,
.modal_div .contact_us__leftWrap .contact_us__SubleftWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.contact_us .contact_us__leftWrap .contact_us__SubleftWrap li,
.modal_div .contact_us__leftWrap .contact_us__SubleftWrap li {
    margin: 0 20px
}

.contact_us .contact_us__leftWrap .contact_us__SubleftWrap li:first-child,
.modal_div .contact_us__leftWrap .contact_us__SubleftWrap li:first-child {
    min-width: 160px
}

.contact_us .contact_us__leftWrap .contact_us__SubleftWrap li p,
.modal_div .contact_us__leftWrap .contact_us__SubleftWrap li p {
    min-width: 290px
}

.contact_us .contact_us__leftWrap .contact_us__SubleftWrap li a,
.modal_div .contact_us__leftWrap .contact_us__SubleftWrap li a {
    position: relative;
    padding-bottom: 10px
}

.contact_us .contact_us__leftWrap .contact_us__SubleftWrap li a:after,
.modal_div .contact_us__leftWrap .contact_us__SubleftWrap li a:after {
    position: absolute;
    opacity: 0;
    bottom: -20px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ebd300;
    -webkit-transition: all .35s cubic-bezier(1, .5, .38, 1.2);
    transition: all .35s cubic-bezier(1, .5, .38, 1.2)
}

.contact_us .contact_us__leftWrap .contact_us__SubleftWrap li a:hover:after,
.modal_div .contact_us__leftWrap .contact_us__SubleftWrap li a:hover:after {
    bottom: 0;
    opacity: 1
}

.contact_us .contact_us__leftWrap .contact_us__leftWrap_mail,
.modal_div .contact_us__leftWrap .contact_us__leftWrap_mail {
    font-family: BebasNeueRegular, sans-serif
}

.contact_us .contact_us__leftWrap .contact_us__leftWrap_mail h6,
.modal_div .contact_us__leftWrap .contact_us__leftWrap_mail h6 {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 1rem
}

.contact_us .contact_us__leftWrap .contact_us__leftWrap_mail a,
.contact_us .contact_us__leftWrap .contact_us__leftWrap_mail p,
.modal_div .contact_us__leftWrap .contact_us__leftWrap_mail a,
.modal_div .contact_us__leftWrap .contact_us__leftWrap_mail p {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    color: #393939;
    text-decoration: none
}

.contact_us .practics_btn {
    background: #ebd300
}

.modal_div .js-unhighlight-label {
    color: #fff
}

.modal_div .form-group input,
.modal_div .form-group textarea {
    color: #fff
}

.modal_div .form-group textarea {
    height: 90px
}

#aboutUs_id .practics_bg__wrap,
#contact_id .practics_bg__wrap,
#awards_id .practics_bg__wrap,
#services_id .practics_bg__wrap,
#practics_id .practics_bg__wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

#aboutUs_id .practics_bg__wrap .practics_bg__img,
#contact_id .practics_bg__wrap .practics_bg__img,
#awards_id .practics_bg__wrap .practics_bg__img,
#services_id .practics_bg__wrap .practics_bg__img,
#practics_id .practics_bg__wrap .practics_bg__img {
    width: 100%;
    height: 100%
}

#aboutUs_id .practics_bg__wrap .practics_bg__img svg,
#contact_id .practics_bg__wrap .practics_bg__img svg,
#awards_id .practics_bg__wrap .practics_bg__img svg,
#services_id .practics_bg__wrap .practics_bg__img svg,
#practics_id .practics_bg__wrap .practics_bg__img svg {
    height: 100%
}

#aboutUs_id .practics_bg__wrap .practics_btn,
#contact_id .practics_bg__wrap .practics_btn,
#awards_id .practics_bg__wrap .practics_btn,
#services_id .practics_bg__wrap .practics_btn,
#practics_id .practics_bg__wrap .practics_btn {
    position: absolute;
    color: #1e1e1e;
    bottom: 10%;
    left: auto;
    right: 12%
}

#aboutUs_id .practics_bg__wrap .practics_close,
#contact_id .practics_bg__wrap .practics_close,
#awards_id .practics_bg__wrap .practics_close,
#services_id .practics_bg__wrap .practics_close,
#practics_id .practics_bg__wrap .practics_close {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer
}

#aboutUs_id .practics_bg__wrap .practics_close .modal_close_wrap .modal_close_leftLine,
#aboutUs_id .practics_bg__wrap .practics_close .modal_close_wrap .modal_close_rightLine,
#contact_id .practics_bg__wrap .practics_close .modal_close_wrap .modal_close_leftLine,
#contact_id .practics_bg__wrap .practics_close .modal_close_wrap .modal_close_rightLine,
#awards_id .practics_bg__wrap .practics_close .modal_close_wrap .modal_close_leftLine,
#awards_id .practics_bg__wrap .practics_close .modal_close_wrap .modal_close_rightLine,
#services_id .practics_bg__wrap .practics_close .modal_close_wrap .modal_close_leftLine,
#services_id .practics_bg__wrap .practics_close .modal_close_wrap .modal_close_rightLine,
#practics_id .practics_bg__wrap .practics_close .modal_close_wrap .modal_close_leftLine,
#practics_id .practics_bg__wrap .practics_close .modal_close_wrap .modal_close_rightLine {
    background: #000
}

#practics_id .practics_bg__img {
    background: url(../img/pikespeak-1.svg) no-repeat center/cover
}

#services_id .practics_bg__img {
    background: url(../img/pikespeak-3.svg) no-repeat center/cover
}

#awards_id .practics_bg__img {
    background: url(../img/pikespeak-2.svg) no-repeat center/cover
}

#aboutUs_id .practics_bg__img {
    background: url(../img/pikespeak-4.svg) no-repeat center/cover
}

#contact_id .practics_bg__img {
    background: url(../img/pikespeak-5.svg) no-repeat center/cover
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative
}

.scroll-wrapper>.scroll-content {
    border: none !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow-y: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important
}

.about_us__seoWrap_text>.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0 !important;
    width: 0 !important
}

.scroll-element,
.scroll-element div {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block
}

.scroll-element .scroll-arrow,
.scroll-element .scroll-bar {
    cursor: default
}

.scroll-textarea {
    border: 1px solid #ccc;
    border-top-color: #999
}

.scroll-textarea>.scroll-content {
    overflow: hidden !important
}

.scroll-textarea>.scroll-content>textarea {
    border: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: 0;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important
}

.about_us__seoWrap_text>.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0 !important;
    width: 0 !important
}

.about_us__seoWrap_text>.scroll-element,
.about_us__seoWrap_text>.scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-rail>.scroll-element {
    background-color: #fff
}

.about_us__seoWrap_text>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.about_us__seoWrap_text>.scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, .3)
}

.about_us__seoWrap_text>.scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, .5)
}

.scrollbar-rail>.scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    border: 3px solid 0 2px;
    width: 100%
}

.about_us__seoWrap_text>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
    background-color: #fff !important
}

.about_us__seoWrap_text>.scroll-element .scroll-bar {
    background-color: #ebd300 !important;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.about_us__seoWrap_text>.scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px
}

.about_us__seoWrap_text>.scroll-element.scroll-y .scroll-element_outer {
    top: 5px;
    width: 15px
}

.about_us__seoWrap_text>.scroll-element.scroll-y .scroll-element_size {
    left: 5px;
    top: -10px;
    width: 2px
}





/*---------------------*/

.modal_div {
    width: 100%;
    height: 100%;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    opacity: 0;
    z-index: 70000;
    color: #fff;
    overflow-y: auto;
	/*---
	background: rgba(255, 255, 255, .9);
    background: #fff;
    -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, .7);
    box-shadow: 0 0 70px rgba(0, 0, 0, .7)
	----*/
}












.modal_div .practics_btn {
    color: #fff;
    margin-top: 60px;
    opacity: 1
}

.modal_div .contact_us__formWrap {
    opacity: 1
}

.modal_div .call_us__formTel {
    text-align: center
}

.modal_div .call_us__formTel li {
    display: inline-block;
    list-style: none;
    margin: 0 30px
}

.modal_div .call_us__formTel li a {
    position: relative;
    display: block;
    padding-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    overflow: hidden
}

.modal_div .call_us__formTel li a:after,
.modal_div .call_us__formTel li a:before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: all .5s cubic-bezier(1, .5, .38, 1.2);
    transition: all .5s cubic-bezier(1, .5, .38, 1.2)
}

.modal_div .call_us__formTel li a:before {
    left: 0;
    background: #ccc
}

.modal_div .call_us__formTel li a:after {
    left: 200%;
    background: #ebd300
}

.modal_div .call_us__formTel li a:hover:before {
    left: -100%
}

.modal_div .call_us__formTel li a:hover:after {
    left: 0
}



/*---------------------*/

#modal_close_bg {
    display: none
}

#modal_close,
#modal_close_bg {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 100px;
    right: 130px;
    cursor: pointer
}

.modal_close_wrap {
    width: 100%;
    height: 100%;
    position: relative;
    display: block
}

.modal_close_wrap:hover .modal_close_leftLine,
.modal_close_wrap:hover .modal_close_rightLine {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    background: #ebd300
}

.modal_close_wrap .modal_close_leftLine,
.modal_close_wrap .modal_close_rightLine {
    position: absolute;
    top: 49%;
    display: block;
    height: 1px;
    width: 100%;
    background: #fff;
    -webkit-transition: background .35s cubic-bezier(1, .5, .38, 1.2), -webkit-transform .35s cubic-bezier(1, .5, .38, 1.2);
    transition: background .35s cubic-bezier(1, .5, .38, 1.2), -webkit-transform .35s cubic-bezier(1, .5, .38, 1.2);
    transition: transform .35s cubic-bezier(1, .5, .38, 1.2), background .35s cubic-bezier(1, .5, .38, 1.2);
    transition: transform .35s cubic-bezier(1, .5, .38, 1.2), background .35s cubic-bezier(1, .5, .38, 1.2), -webkit-transform .35s cubic-bezier(1, .5, .38, 1.2)
}

.modal_close_wrap .modal_close_rightLine {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal_close_wrap .modal_close_leftLine {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#overlay {
    z-index: 80;
    position: fixed;
    background-color: #fff;
    opacity: .8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none
}

.modal_div .modal_form__title {
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    padding: 50px 0;
    font-size: 2.5rem;
    font-family: BebasNeueBold, sans-serif;
    color: #ebd300
}

.modal_div .contact_us__formWrap {
    width: 60%;
    padding-top: 12%;
    padding-left: 10%;
    margin: 0 auto;
    position: relative
}

.modal_div .text-center {
    text-align: center
}

.label--checkbox {
    position: relative;
    display: block;
    min-width: 220px;
    padding: .5rem;
    line-height: 135%;
    cursor: pointer;
    font-size: 1.1rem
}

.label--checkbox:hover .checkbox {
    margin: 0 1.3rem 0 0
}

.checkbox {
    position: relative;
    top: -.2rem;
    margin: 0 1rem 0 0;
    cursor: pointer;
    -webkit-transition: margin .35s cubic-bezier(1, .5, .38, 1.2);
    transition: margin .35s cubic-bezier(1, .5, .38, 1.2)
}

.checkbox:before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 1rem;
    height: 1rem;
    border: 2px solid #f2f2f2
}

.checkbox:checked:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: .5rem;
    border-color: #ebd300;
    border-top-style: none;
    border-right-style: none
}

.checkbox:after {
    content: "";
    position: absolute;
    top: -.125rem;
    left: 0;
    width: 1.1rem;
    height: 1.1rem;
    background: #1e1e1e;
    cursor: pointer
}

.contact_us__siteDev {
    background: #1e1e1e;
    border: none;
    padding: 10px
}

.contact_us__siteDev h6 {
    font-family: BebasNeueBold, sans-serif;
    padding: 10px;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #ebd300
}

.contact_us__siteDev .contact_us__siteDev_wrap {
    -moz-text-align-last: left;
    text-align-last: left;
    display: inline-block;
    margin: 0 0 0 25px
}

.form_rightSection {
    min-width: 30%
}

.form_rightSection .form-group:first-child {
    margin-top: 8%
}

.call_usForm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 40px
}

.message_visible {
    -webkit-animation: message_wrap 8s;
    animation: message_wrap 8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.message_wrap {
    position: fixed;
    top: 50%;
    right: -100%;
    width: 250px;
    display: block;
    background: #000;
    z-index: 2000;
    padding: 20px;
    text-transform: uppercase
}

.message_wrap .message_body {
    position: relative;
    display: block
}

.message_wrap .message_body ul {
    list-style: none
}

.message_wrap .message_body ul li {
    font-size: .7rem;
    color: #fff;
    margin: 5px 0
}

.message_wrap .message_body ul li span {
    color: #ebd300
}

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
    background-color: transparent !important;
    color: #fff !important;
    background-image: none !important
}

@-webkit-keyframes message_wrap {
    0% {
        right: -100%
    }

    20% {
        right: 0
    }

    80% {
        right: 0
    }

    100% {
        right: -100%
    }
}

@keyframes message_wrap {
    0% {
        right: -100%
    }

    20% {
        right: 0
    }

    80% {
        right: 0
    }

    100% {
        right: -100%
    }
}

@-webkit-keyframes home_slider {
    from {
        left: -100%
    }

    40% {
        left: -100%
    }

    50% {
        left: 0
    }

    90% {
        left: 0
    }

    to {
        left: 100%
    }
}

@keyframes home_slider {
    from {
        left: -100%
    }

    40% {
        left: -100%
    }

    50% {
        left: 0
    }

    90% {
        left: 0
    }

    to {
        left: 100%
    }
}

@-webkit-keyframes home_slider_lineShadow {
    from {
        /*-webkit-box-shadow: 0 0 0 #000, 0 0 0 #000;
        box-shadow: 0 0 0 #000, 0 0 0 #000;*/
        z-index: 10011;
        background: 0 0
    }

    to {
        /*  -webkit-box-shadow: 0 0 80px #000, 0 0 80px #000;
        box-shadow: 0 0 80px #000, 0 0 80px #000;*/
        z-index: 10011;
        background: 0 0
    }
}

@keyframes home_slider_lineShadow {
    from {
        /* -webkit-box-shadow: 0 0 0 #000, 0 0 0 #000;
        box-shadow: 0 0 0 #000, 0 0 0 #000;*/
        z-index: 10011;
        background: 0 0
    }

    to {
        /*    -webkit-box-shadow: 0 0 80px #000, 0 0 80px #000;
        box-shadow: 0 0 80px #000, 0 0 80px #000;*/
        z-index: 10011;
        background: 0 0
    }
}

@-webkit-keyframes dop_home_slider_lineShadow {
    from {
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.50), 0 0 0 rgba(0, 0, 0, 0.50);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.50), 0 0 0 rgba(0, 0, 0, 0.50);
        z-index: 10001;
        background: 0 0;
    }

    to {
        -webkit-box-shadow: 0 0px 60px rgba(0, 0, 0, 0.50), 0 0px 60px rgba(0, 0, 0, 0.50);
        box-shadow: 0 0px 60px rgba(0, 0, 0, 0.50), 0 0px 60px rgba(0, 0, 0, 0.50);
        z-index: 10001;
        background: 0 0;
    }
}

@keyframes dop_home_slider_lineShadow {
    from {
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.50), 0 0 0 rgba(0, 0, 0, 0.50);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.50), 0 0 0 rgba(0, 0, 0, 0.50);
        z-index: 10001;
        background: 0 0;
    }

    to {
        -webkit-box-shadow: 0 0px 60px rgba(0, 0, 0, 0.50), 0 0px 60px rgba(0, 0, 0, 0.50);
        box-shadow: 0 0px 60px rgba(0, 0, 0, 0.50), 0 0px 60px rgba(0, 0, 0, 0.50);
        z-index: 10001;
        background: 0 0;
    }
}


@-webkit-keyframes dop_out {
    from {
        -webkit-box-shadow: 0 0px 60px rgba(0, 0, 0, 0.50), 0 0px 60px rgba(0, 0, 0, 0.50);
        box-shadow: 0 0px 60px rgba(0, 0, 0, 0.50), 0 0px 60px rgba(0, 0, 0, 0.50);
        /* z-index: 10001;
        background: 0 0;*/

    }

    to {
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.50), 0 0 0 rgba(0, 0, 0, 0.50);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.50), 0 0 0 rgba(0, 0, 0, 0.50);
        /*   z-index: 10001;
        background: 0 0;*/
    }
}

@keyframes dop_out {
    from {
        -webkit-box-shadow: 0 0px 60px rgba(0, 0, 0, 0.50), 0 0px 60px rgba(0, 0, 0, 0.50);
        box-shadow: 0 0px 60px rgba(0, 0, 0, 0.50), 0 0px 60px rgba(0, 0, 0, 0.50);
        /*  z-index: 10001;
        background: 0 0;*/
    }

    to {
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.50), 0 0 0 rgba(0, 0, 0, 0.50);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.50), 0 0 0 rgba(0, 0, 0, 0.50);
        /*   z-index: 10001;
        background: 0 0;*/
    }
}

@-webkit-keyframes home_slider_bg {
    from {
        background: #292929
    }

    to {
        background: 0 0
    }
}

@keyframes home_slider_bg {
    from {
        background: #292929
    }

    to {
        background: 0 0
    }
}

@-webkit-keyframes anim_slideStart {
    from {
        -webkit-box-shadow: 0 0 0 #000, 0 0 0 #000;
        box-shadow: 0 0 0 #000, 0 0 0 #000;
        z-index: 10;
        background: #292929
    }

    50% {
        -webkit-box-shadow: 0 0px 60px rgba(0, 0, 0, 0.50), 0 0px 60px rgba(0, 0, 0, 0.50);
        box-shadow: 0 0px 60px rgba(0, 0, 0, 0.50), 0 0px 60px rgba(0, 0, 0, 0.50);
        z-index: 10;
        background: #292929
    }

    95% {
        -webkit-box-shadow: 0 0 0 #000, 0 0 0 #000;
        box-shadow: 0 0 0 #000, 0 0 0 #000;
        z-index: 10;
        background: 0 0
    }

    100% {
        -webkit-box-shadow: 0 0 0 #000, 0 0 0 #000;
        box-shadow: 0 0 0 #000, 0 0 0 #000;
        z-index: 5;
        background: 0 0
    }
}

@keyframes anim_slideStart {
    from {
        -webkit-box-shadow: 0 0 0 #000, 0 0 0 #000;
        box-shadow: 0 0 0 #000, 0 0 0 #000;
        z-index: 10;
        background: #292929
    }

    50% {
        -webkit-box-shadow: 0 0px 60px rgba(0, 0, 0, 0.50), 0 0px 60px rgba(0, 0, 0, 0.50);
        box-shadow: 0 0px 60px rgba(0, 0, 0, 0.50), 0 0px 60px rgba(0, 0, 0, 0.50);
        z-index: 10;
        background: #292929
    }

    95% {
        -webkit-box-shadow: 0 0 0 #000, 0 0 0 #000;
        box-shadow: 0 0 0 #000, 0 0 0 #000;
        z-index: 10;
        background: 0 0
    }

    100% {
        -webkit-box-shadow: 0 0 0 #000, 0 0 0 #000;
        box-shadow: 0 0 0 #000, 0 0 0 #000;
        z-index: 5;
        background: 0 0
    }
}

@-webkit-keyframes bgTextEvox {
    from {
        left: 0
    }

    100% {
        left: 100%
    }
}

@keyframes bgTextEvox {
    from {
        left: 0
    }

    100% {
        left: 100%
    }
}

@-webkit-keyframes home_slider__bgTextSub {
    from {
        right: -100%;
        color: #000
    }

    50% {
        right: 0;
        color: #000
    }

    79% {
        right: 0;
        color: #000
    }

    100% {
        color: #fff;
        right: 0
    }
}

@keyframes home_slider__bgTextSub {
    from {
        right: -100%;
        color: #000
    }

    50% {
        right: 0;
        color: #000
    }

    79% {
        right: 0;
        color: #000
    }

    100% {
        color: #fff;
        right: 0
    }
}

@-webkit-keyframes home_slider__bgText {
    from {
        right: -100%;
        color: #000
    }

    50% {
        right: 0;
        color: #000
    }

    90% {
        right: 0;
        color: #000
    }

    100% {
        color: #fff;
        right: 0
    }
}

@keyframes home_slider__bgText {
    from {
        right: -100%;
        color: #000
    }

    50% {
        right: 0;
        color: #000
    }

    90% {
        right: 0;
        color: #000
    }

    100% {
        color: #fff;
        right: 0
    }
}

@-webkit-keyframes home_slider__bgImage {
    from {
        top: 0
    }

    to {
        top: 5%;
        opacity: 1
    }
}

@keyframes home_slider__bgImage {
    from {
        top: 0
    }

    to {
        top: 5%;
        opacity: 1
    }
}

@-webkit-keyframes home_slider__bgTextSubpre {
    from {
        bottom: 13%;
        opacity: 0
    }

    to {
        bottom: 15%;
        opacity: 1
    }
}

@keyframes home_slider__bgTextSubpre {
    from {
        bottom: 9%;
        opacity: 0
    }

    to {
        bottom: 11%;
        opacity: 1
    }
}

@-webkit-keyframes home_slider__bgTextBefore {
    from {
        top: -35%;
        opacity: 0
    }

    to {
        top: -15%;
        opacity: 1
    }
}

@keyframes home_slider__bgTextBefore {
    from {
        top: -35%;
        opacity: 0
    }

    to {
        top: -15%;
        opacity: 1
    }
}

@-webkit-keyframes home_slider__btn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes home_slider__btn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes home_slider__bgTextSubBefore {
    from {
        top: 15%;
        opacity: 0
    }

    to {
        top: 5%;
        opacity: 1
    }
}

@keyframes home_slider__bgTextSubBefore {
    from {
        top: 15%;
        opacity: 0
    }

    to {
        top: 5%;
        opacity: 1
    }
}

@-webkit-keyframes projects_item_bg {
    0% {
        top: 0
    }

    100% {
        top: -100%
    }
}

@keyframes projects_item_bg {
    0% {
        top: 0
    }

    100% {
        top: -100%
    }
}

@-webkit-keyframes projects_title_anim {
    0% {
        padding-top: 100px;
        opacity: 0
    }

    100% {
        padding-top: 0;
        opacity: 1
    }
}

@keyframes projects_title_anim {
    0% {
        padding-top: 100px;
        opacity: 0
    }

    100% {
        padding-top: 0;
        opacity: 1
    }
}

@-webkit-keyframes projects_item_after {
    0% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes projects_item_after {
    0% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

/* @-webkit-keyframes projects_item_number_color {
    to {
        background-position: 200% bottom;
    }
}

@keyframes projects_item_number_color {
    to {
        background-position: 200% bottom;
    }
} */



/*  CSS REF */

.css-reel {
    position: absolute;
    top: 20%;
    right: 18%;
    width: 58px;
    height: 100px;
    background: url("../img/winner_tag3.png")no-repeat center/contain;
}

/*  END CSS REF */
#awwwards1,
#awwwards {
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 5990;
    font-size: 0px;
}

#awwwards {
    top: 220px;
}


@-webkit-keyframes hoverShadow {
    from {
        -webkit-box-shadow: 0 0 0 #000, 0 0 0 #000;
        box-shadow: 0 0 0 #000, 0 0 0 #000;
        */ z-index: 10;
        background: 0 0
    }

    to {
        -webkit-box-shadow: 0 0 80px #000, 0 0 80px #000;
        box-shadow: 0 0 80px #000, 0 0 80px #000;
        z-index: 10;
        background: 0 0
    }
}

@keyframes hoverShadow {
    from {
        -webkit-box-shadow: 0 0 0 #000, 0 0 0 #000;
        box-shadow: 0 0 0 #000, 0 0 0 #000;
        z-index: 10;
        background: 0 0
    }

    to {
        -webkit-box-shadow: 0 0 80px #000, 0 0 80px #000;
        box-shadow: 0 0 80px #000, 0 0 80px #000;
        z-index: 10;
        background: 0 0
    }
}

.wrap_line__hover {
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
}

#s1,
#s2,
#s3,
#s4,
#s5 {
    width: 100%;
    height: 100%;
    z-index: 1000;
    transition: box-shadow 0.5s ease-in-out:
}

.dop {
    -webkit-animation: dop_home_slider_lineShadow 2.0s;
    animation: dop_home_slider_lineShadow 2.0s;
    webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

}

.dop-out {
    -webkit-animation: dop_out 0.5s;
    animation: dop_out 0.5s;
    webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

}

/*@-webkit-keyframes sh {
     from {
        box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
        z-index: 10001;
        background: 0 0;
    }
    to {
        box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.8);
        z-index: 10001;
        background: 0 0;
    }
}

@keyframes sh {
    from {
        box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
        z-index: 10001;
        background: 0 0;
    }
    to {
        box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.8);
        z-index: 10001;
        background: 0 0;
    }
}*/


.dop {
    position: relative;
    width: 100%;
    height: 100%;
    /* transition: all 0.3s ease-in-out;*/
}

/*.dop:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    animation: sh 0.5s forwards;
}    */

/*#s1, #s2, #s3, #s4, #s5 {
    box-shadow: inset 0px 0px 6px 0px rgba(255,255,255,0.8);
}*/

/*box-shadow: inset 0px 0px 31px 0px rgba(255,255,255,1);
    Copy Text: ;
}

100% {
    -webkit-box-shadow: 0 0 80px #000, 0 0 80px #000;
    box-shadow: 0 0 80px #000, 0 0 80px #000;
    z-index: 10001;
    background: 0 0;
}
animation-delay:0s;
animation-direction:normal;
animation-duration:2s;
animation-fill-mode:forwards;
*/
.background-matternhorn {
    /*  position: absolute;
    top: 77px;
    left: 353px;*/
    width: 100%;
    height: 100%;
    background: url('../img/matternhorn_404.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    z-index: 1;
    padding-top: 109px;
}

.container404 {
    height: 100%;
    padding: 77px 15px 0 80px;
    z-index: 2
}

.container404-error {
    margin-left: 24px;
    margin-bottom: 52px;
    width: 100%;
    height: 89px;
    background: url('../img/Error404.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 3
}

.container404-pageNotFound {
    height: 238px;
    width: 100%;
    background: url('../img/PageNotFound.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 60px;
    z-index: 3
}

.container404-descr {
    max-width: 470px;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    margin-left: 183px;
    z-index: 3
}



@media screen and (max-width:1920px) {
    .practics_title h2 {
        font-size: 4em;
        display: block
    }

    .practics_list__wrap .practics_list {
        font-size: 1.6666666666666667vw
    }

    .practics_title__sub h3,
    .practics_title__sub h4 {
        font-size: 1.0416666666666667vw
    }

    .practics_btn {
        padding: 1.3020833333333335vw 6.25vw;
        font-size: 1.40625vw
    }

    .practics_title h2 span {
        margin-left: 6vw;
        display: block
    }

    .home_slider h3 {
        font-size: 6vw
    }

    .home_slider .home_slider__bgTextEvox {
        font-size: 12.5vw
    }

    .home_slider__bgTextSub:before {
        font-size: 12.5vw
    }

    .contact_us .contact_us__bgText {
        font-size: 14.166666666666668vw
    }

    .contact_us .contact_us__bgText__grey,
    .modal_div .contact_us__bgText__grey {
        font-size: 16.666666666666668vw
    }

    .contact_us .contact_us__leftWrap .contact_us__leftWrap_title h4 {
        font-size: 1.71875vw
    }

    .contact_us .contact_us__leftWrap .contact_us__leftWrap_title h3 {
        font-size: 1.875vw
    }

    .contact_us .contact_us__leftWrap .contact_us__leftWrap_text,
    .modal_div .contact_us__leftWrap .contact_us__leftWrap_text {
        font-size: .8854166666666667vw
    }

    .contact_us .contact_us__leftWrap .contact_us__leftWrap_mail a,
    .contact_us .contact_us__leftWrap .contact_us__leftWrap_mail p,
    .modal_div .contact_us__leftWrap .contact_us__leftWrap_mail a,
    .modal_div .contact_us__leftWrap .contact_us__leftWrap_mail p {
        font-size: .8333333333333334vw
    }

    .about_us .practics_title span {
        margin-left: 6vw
    }

    .about_us .about_us__seoWrap .about_us__seoWrap_title {
        font-size: 2.0833333333333335vw
    }

    .about_us .about_us__seoWrap .about_us__seoWrap_text p {
        font-size: 14px;
    }

    .projects .projects_wrap .projects_itemWrap_bg .projects_item_bgTitle {
        font-size: 6.25vw;
    }
}

@media screen and (max-width:1368px) {
    .projects .projects_wrap .projects_item:after {
        height: 95vh;
    }

    .left_bord,
    .right_bord {
        width: 50px
    }

    .about_us .wrapper,
    .contact_us .wrapper,
    .home_slider .wrapper,
    .projects .wrapper,
    .practics .wrapper,
    .awwards .wrapper {
        /* margin: 0; */
        height: 95%
    }

    .logo {
        left: 10px;
        width: auto;
    }


    .left_bord .menu_btn {
        left: -10px
    }



    .social_wrap {
        left: -53px;
        bottom: 11.8%;
        z-index: 50
    }

    .social_wrap .social_item {
        font-size: 20px
    }

    .local_wrap {
        right: -22px
    }

    .local_wrap .local_item {
        font-size: 20px
    }

    .local_wrap .local_item:hover {
        top: 100%
    }

    .right_bord .numberPage_wrapCont {
        right: 16px
    }

    .right_bord .numberPage_wrapCont .numberPage_count {
        font-size: 20px
    }

    .call_back {
        width: 102px;
        right: -23px;
        font-size: 20px
    }

    .left_bord .menu_btn {
        left: -8px
    }

    .left_bord .menu_btn .menu_btn__container .menu_btn__text {
        font-size: 20px
    }

    .modal_div .modal_form__title {
        font-size: 2rem
    }

    #modal_close,
    #modal_close_bg {
        width: 40px;
        height: 40px
    }

    .projects .projects_wrap .projects_itemWrap_bg .projects_item_bgBtnExid {
        width: 40px;
        height: 40px
    }

    .projects .projects_wrap .projects_itemWrap_bg .projects_item_bgCount {
        font-size: 10.6875vw
    }

    .projects .projects_wrap .projects_itemWrap_bg .projects_item_bgText {
        font-size: 1.78125vw;
        max-width: 50%
    }

    .projects .projects_wrap .projects_item .projects_title:before {
        font-size: 20rem
    }

    .projects .projects_wrap .projects_item:hover .projects_title:before {
        top: -9.5%
    }

    .projects .projects_wrap .projects_item .projects_text {
        font-size: 13px
    }

    .projects .projects_wrap .projects_item:hover .projects_text {
        bottom: 35%
    }

    .projects .projects_wrap .projects_item .projects_title {
        font-size: 2rem
    }

    .nav_container .nav_menu__container {
        margin-top: 15vh;
        padding: 0
    }

    .nav_container .nav_menu__container .nav_menu .nav_menu__item span:after {
        right: -55px
    }

    .nav_container .nav_menu__container .nav_menu {
        padding-right: 0
    }

    .nav_container .nav_menu__container .nav_menu .nav_menu__item {
        font-size: 3.5rem
    }

    .nav_container .nav_menu__container .nav_menu .nav_menu__item span {
        font-size: 2rem;
        top: -30%
    }

    .nav_container .nav_container__word {
        bottom: 0
    }

    .modal_div {
        width: 92%;
        height: 95%
    }

    .nav_container .nav-btn__exid {
        width: 30px;
        left: 1%
    }

    .modal_div .contact_us__formWrap {
        padding-top: 5%
    }

    .practics_title__sub h3,
    .practics_title__sub h4 {
        font-size: 1.516666666666667vw
    }

    .practics_list__wrap .practics_list {
        font-size: 1.6vw
    }

    .practics_title h2 {
        font-size: 7.666666666666667vw
    }

    .practics_btn {
        padding: 1.9020833333333335vw 7.25vw;
        font-size: 1.90625vw
    }

    #contact_id .practics_btn {
        padding: 1.3020833333333335vw 6.25vw;
        font-size: 1.40625vw
    }

    .contact_us .contact_us__leftWrap .contact_us__leftWrap_text {
        font-size: 1.2854166666666667vw
    }

    .contact_us .contact_us__leftWrap .contact_us__leftWrap_title h3,
    .contact_us .contact_us__leftWrap .contact_us__leftWrap_title h4 {
        font-size: 2.575vw
    }

    .contact_us .contact_us__leftWrap_mail .contact_us__SubleftWrap li a,
    .contact_us .contact_us__leftWrap_mail .contact_us__SubleftWrap li p {
        font-size: 1.1333333333333334vw
    }

    .wrapper .practics_list .practics_listText__wrap {
        font-size: .8rem;
        max-width: 300px;
        opacity: 1;
        top: -80%
    }

    .practics .wrapper ul {
        min-width: 40%
    }

    .css-reel {
        right: 0%;
        width: 50px;
        height: 87px;
    }
}

#error {
    background: #1e1e1e;
}

.error {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.container404-descr a {
    color: #EBD745;

}


@media screen and (max-width:1023px) and (min-width:320px) {
    .practics.error {
        height: 100%;
    }

    .container404 {
        padding: 0;
    }

    .container404-error {
        margin-left: 32px;
        height: 45px;
    }

    .container404-pageNotFound {
        height: 75px;
        margin: 18px auto;
        width: 90%;
    }

    .container404-descr {
        max-width: 290px;
        margin-left: 0px;
        margin-left: 32px;
        font-size: 18px;
        line-height: 25px;
    }

    .background-matternhorn {
        background-position-x: 53%;
        background-size: cover;
    }
}

@media screen and (max-height:860px) and (min-width:960px) {
    .practics_btn {
        bottom: 10%
    }

    .practics_btn:hover {
        bottom: 9%
    }

    /*.contact_us .contact_us__bgImg {
        top: -2%;
        height: 100%
    }*/
    .contact_us .contact_us__bgText {
        top: 3vh;
    }

    .contact_us .contact_us__bgText__grey {
        top: 0
    }

    .contact_us .contact_us__leftWrap_title h3 {
        color: #fff;
        text-shadow: 0 0 10px #000
    }

    .contact_us .contact_us__leftWrap_title h4 {
        color: #ebd300;
        text-shadow: 0 0 10px #000
    }
}

@media screen and (max-height:768px) and (max-width:1366px) {
    .practics_list__wrap_market {
        width: 45%
    }

    .practics_title h2 {
        font-size: 5.666666666666667vw
    }

    .practics_title__sub h3,
    .practics_title__sub h4 {
        font-size: 1.216666666666667vw
    }

    .practics_btn {
        padding: 1.5020833333333335vw 5.25vw;
        font-size: 1.70625vw
    }

    .projects .projects_wrap .projects_itemWrap_bg .projects_item_bgText {
        font-size: 1.38125vw
    }

    .wrapper .practics_list .practics_listText__wrap {
        font-size: .8rem;
        max-width: 300px;
        opacity: 1;
        top: -80%
    }

    .contact_us__leftWrap_text {
        display: none
    }

    .contact_us__leftWrap_title {
        margin-bottom: 15%
    }
}

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

    .nav_container .nav_menu__container .nav_menu .nav_menu__item a {
        font-size: 24px;
    }

    .contact_us__leftWrap_text {
        display: block
    }

    .css-reel {
        display: none;
    }

    .contact_us__leftWrap_title {
        margin-bottom: 0
    }

    .nav_container .nav_menu:nth-child(1) {
        /* display: none */
    }

    .nav_container .nav_menu:nth-child(2) {
        display: block
    }

    .practics_bg__wrap {
        display: none
    }

    .practics_sicret__btn {
        display: none !important
    }

    .left_bord,
    .right_bord {
        display: none
    }

    .wrapper {
        height: 100%;
        margin: 0
    }

    .practics_title h2 span {
        margin-left: 0
    }

    .menu_btn .menu_btn__container::hover {
        cursor: pointer;
    }

    .small_menu {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 55px;
        z-index: 6000;
        text-align: right;
        background: rgba(0, 0, 0, .8)
    }

    .small_menu .small_menu_logo {
        position: fixed;
        top: -20px;
        left: 15px;
        z-index: 50;
        width: 100px;
    }

    .small_menu .small_menu_logo img {
        width: 100%;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(90deg);
        width: 30px;
        height: auto;

    }

    .small_menu .small_menu_logo svg .cls-1 {
        fill: #fff
    }

    .small_menu .small_menu_btn__wrapper {
        position: fixed;
        width: 70px;
        top: 0;
        right: 15px;
        height: 55px;
        border: 1px red;
        padding-top: 12px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        cursor: pointer
    }

    .small_menu .small_menu_btn__wrapper .small_menu_btn__line {
        text-align: right;
        width: 30px;
        height: 1px;
        background: #fff;
        margin: 6px 0
    }

    .small_menu .small_menu_btn__wrapper .small_menu_btn__line:nth-child(2) {
        width: 25px
    }

    .small_menu .small_menu_btn__wrapper .small_menu_btn__line:nth-child(3) {
        width: 30px
    }

    @-webkit-keyframes small_menu_btn__text {
        0% {
            top: 0
        }

        5% {
            top: 152px
        }

        50% {
            top: 152px
        }

        55% {
            top: 0
        }

        100% {
            top: 0
        }
    }

    @keyframes small_menu_btn__text {
        0% {
            top: 0
        }

        5% {
            top: 152px
        }

        50% {
            top: 152px
        }

        55% {
            top: 0
        }

        100% {
            top: 0
        }
    }

    .wrap_line__cont .wrap_line__item:nth-child(2),
    #s2,
    #s4,
    .wrap_line__cont .wrap_line__item:nth-child(4) {
        display: none
    }

    .wrap_line__cont .wrap_line__item:nth-child(3),
    #s3 {
        min-width: 60%
    }

    #contact_id,
    .about_us,
    .contact_us,
    .practics {
        height: auto
    }

    #contact_id .practics_btn,
    .about_us .practics_btn,
    .contact_us .practics_btn,
    .practics .practics_btn {
        padding: 1.5rem 3.5rem;
        font-size: 1.2rem;
        bottom: auto;
        left: auto;
        background: #ebd300;
        outline-color: RGBA(235, 211, 0, 0);
        position: relative
    }

    #contact_id .wrapper,
    .about_us .wrapper,
    .contact_us .wrapper,
    .practics .wrapper {
        padding-top: 85px;
        padding-bottom: 0px
    }

    #contact_id .practics_bg__text,
    .about_us .practics_bg__text,
    .contact_us .practics_bg__text,
    .practics .practics_bg__text {
        display: none
    }

    .wrapper .practics_list .practics_listText__wrap {
        position: relative;
        top: auto;
        left: 0;
        font-size: 1rem;
        max-width: 100%;
        width: 100%;
        padding: 0 15px !important;
        color: #000;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 5px;
        opacity: 1
    }

    .wrapper .practics_list_line {
        margin-left: 6% !important
    }

    .section,
    .practics {
        overflow: hidden
    }

    body .home_slider {
        height: 100vh;
        margin: 0
    }

    body .home_slider .home_slider__bgText {
        bottom: 22%;
    }

    .wrapper .practics_btn,
    .wrapper .practics_list,
    .wrapper .practics_list__wrap,
    .wrapper .practics_title,
    .wrapper .practics_title__sub {
        opacity: 1
    }

    .wrapper {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .wrapper .practics_title {
        margin: 0;
        text-align: center;
        width: 100%
    }

    .wrapper .practics_title h2 {
        position: relative;
        width: 100%;
        font-size: 20vw
    }

    .wrapper .practics_title .practics_title_sup {
        position: absolute;
        top: 70px;
        color: #f9f9f9;
        font-size: 28.666666666666667vw
    }

    #awards_id .practics_title .practics_title_sup {
        color: #272727;
    }

    .wrapper .practics_title__sub {
        max-width: 100%;
        margin: 8% 5% 10% 5%;
        position: relative
    }

    .wrapper .practics_title__sub h3,
    .wrapper .practics_title__sub h4 {
        font-size: 1.2rem;
        text-align: center
    }

    .wrapper .practics_list__wrap {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .wrapper .practics_list__wrap .practics_list {
        font-size: 4vw
    }

    .wrapper .practics_list__wrap .practics_list span {
        margin-right: 20%;
        position: relative
    }

    .wrapper .practics_list__wrap .practics_list span:after {
        position: absolute;
        content: "";
        width: 120%;
        height: 1px;
        top: 40%;
        left: 180%;
        background: #ebd300
    }

    .practics_btn_wrapSmall {
        width: 100%;
        text-align: center;
        margin-top: 50px;
        display: none;
    }

    .nav_container {
        overflow-y: auto;
        overflow-x: hidden
    }

    .nav_container .nav_menu__container .nav_menu {
        margin-right: 10%
    }

    .nav_container .nav_menu__container .nav_menu .nav_menu__item {
        font-size: 2rem
    }

    .nav_container .nav_menu__container .nav_menu .nav_menu__item span {
        display: none
    }

    .nav_container .nav_menu__container .nav_menu .nav_menu__item a {
        margin-right: 0
    }

    .nav_container .nav_menu__container .nav_menu .nav_menu__item a:hover {
        margin-right: 10px;
        padding-left: 0
    }

    .practics_title .practics_title_sup {
        display: block
    }

    .small_one {
        display: block;
        padding: 30px 0 10px 0;
        position: relative;
        text-align: center;
        width: 100%;
        opacity: 1;
        background: #1e1e1e
    }

    .small_one h2 {
        position: relative;
        width: 100%;
        font-size: 22.666666666666667vw;
        font-family: BebasNeueBold, sans-serif;
        color: #fff
    }

    .small_one h2 span {
        display: block
    }

    .small_one .practics_title_sup {
        position: absolute;
        top: 0;
        color: #272727;
        font-size: 28.666666666666667vw
    }

    .small_one .practics_title__sub {
        max-width: 100%;
        margin: 8% 5% 10% 5%;
        position: relative
    }

    .small_one .practics_title__sub h3,
    .small_one .practics_title__sub h4 {
        font-size: 1.2rem
    }

    .projects {
        width: 100%;
        /* height: 100%; */
        min-height: 700px
    }

    .projects .projects_wrap {
        opacity: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .projects .projects_wrap .projects_text {
        display: none
    }

    .projects .projects_wrap .projects_title:after,
    .projects .projects_wrap .projects_title:before {
        display: none !important
    }

    .projects .projects_wrap .projects_itemWrap_bg .projects_item_bgTitle {
        top: 5%;
        font-size: 10.25vw
    }

    .projects .projects_wrap .projects_itemWrap_bg .projects_item_bgCount {
        font-size: 16.6875vw;
        top: 5%
    }

    .projects .projects_wrap .projects_itemWrap_bg .projects_item_bgText {
        margin-top: 25%;
        max-width: 65%;
        font-size: 1rem
    }

    .projects .projects_wrap .projects_itemWrap_bg .projects_item_bgLkBtn {
        bottom: 8%
    }

    .about_us .practics_title {
        margin: 0;
        text-align: center;
        width: 100%
    }

    .about_us .practics_title h2 span {
        margin: 0
    }

    .about_us .about_us__seoWrap {
        width: 100%;
        height: 350px;
        position: relative;
        display: block;
        top: auto;
        right: auto;
        padding: 0 20px 35px 50px;
        opacity: 1
    }

    .about_us .about_us__seoWrap .about_us__seoWrap_title {
        font-size: 5.0833333333333335vw
    }

    .about_us .about_us__seoWrap .about_us__seoWrap_text p {
        font-size: 14px;
    }

    .contact_us .text-center {
        text-align: center;
        margin-top: 40px
    }

    .contact_us .wrapper {
        padding-bottom: 0
    }

    .contact_us .wrapper .contact_us__bgText__grey {
        color: #f3f3f3;
        top: 70px;
        letter-spacing: .5rem;
        font-size: 14.5vw;
        opacity: 1;
        font-size: 18.666666666666667vw
    }

    .contact_us .wrapper .contact_us__bgText {
        opacity: 1;
        position: relative;
        top: auto;
        left: auto;
        font-size: 15.666666666666667vw
    }

    .contact_us .wrapper .contact_us__bgImg {
        display: block;
        opacity: 1;
        position: relative;
        width: 100%;
        height: 385px;
        background-size: cover
    }

    .contact_us .wrapper .contact_us_bgTreangle {
        display: none
    }

    .contact_us .wrapper .contact_us__formWrap {
        opacity: 1;
        position: relative;
        width: 100%;
        padding: 0 15px;
        bottom: auto;
        right: auto
    }

    .contact_us .wrapper .contact-form {
        opacity: 1
    }

    .contact_us .wrapper .contact_us__leftWrap {
        opacity: 1;
        position: relative !important;
        width: 100%;
        margin-top: 50px;
        padding: 0 15px
    }

    .contact_us .wrapper .contact_us__leftWrap .contact_us__leftWrap_title {
        text-align: center
    }

    .contact_us .wrapper .contact_us__leftWrap .contact_us__leftWrap_title h3,
    .contact_us .wrapper .contact_us__leftWrap .contact_us__leftWrap_title h4 {
        font-size: 2.3rem
    }

    .contact_us .wrapper .contact_us__leftWrap .contact_us__leftWrap_title h4 {
        margin-top: 10px
    }

    .contact_us .wrapper .contact_us__leftWrap .contact_us__leftWrap_text {
        width: 100%;
        text-align: center;
        font-size: 1.2rem
    }

    .contact_us .wrapper .contact_us__leftWrap .contact_us__leftWrap_link {
        text-align: center
    }

    .contact_us .wrapper .contact_us__leftWrap .contact_us__leftWrap_mail {
        text-align: center
    }

    .contact_us .wrapper .contact_us__leftWrap .contact_us__leftWrap_mail a,
    .contact_us .wrapper .contact_us__leftWrap .contact_us__leftWrap_mail p {
        font-size: 1.3rem
    }

    .contact_us .wrapper .contact_us__leftWrap .contact_us__leftWrap_mail h6 {
        font-size: 2rem
    }

    .contact_us .wrapper .contact_us__leftWrap .contact_us__leftWrap_mail .contact_us__SubleftWrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contact_us .wrapper .contact_us__leftWrap .contact_us__leftWrap_mail .contact_us__SubleftWrap li {
        margin: 25px 0
    }

    .contact_us .wrapper .contact_us__leftWrap .contact_us__leftWrap_link a {
        margin: 0
    }

    .modal_div {
        width: 100%;
        height: 100%
    }

    #modal_close,
    #modal_close_bg {
        top: 20px;
        right: 20px
    }

    #modal_close .modal_close_wrap,
    #modal_close_bg .modal_close_wrap {
        z-index: 50
    }

    #callUs_modal .practics_btn {
        padding: 3.3020833333333335vw 10.25vw;
        font-size: 5.40625vw;
        background: #e8cd07;
        outline: 0;
        color: #1c1c1c
    }

    #callUs_modal .call_usForm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0
    }

    #callUs_modal .contact_us__siteDev h6 {
        text-align: center
    }

    #callUs_modal .form_rightSection {
        padding: 0 15px;
        margin-bottom: 40px
    }

    #callUs_modal .form_rightSection .form-group:first-child {
        margin-top: 20px
    }
}

@media screen and (max-width:768px) {
    .modal_div {
        width: 100%;
        height: 100%
    }

    .wrapper .practics_list__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .wrapper .practics_list__wrap .practics_list {
        font-size: 6vw
    }

    .practics_list:nth-child(1) li:nth-child(3) {
        margin: 0
    }
}

@media screen and (max-width:520px) {
    body .home_slider .home_slider__bgImage {
        height: 95%
    }

    body .home_slider .home_slider__bgText {
        bottom: 23vh;
        font-size: 16vw;
    }

    body .home_slider .home_slider__bgTextSub {
        bottom: 15vh;
        font-size: 16vw;
    }

    body .home_slider .home_slider__bgTextEvox {
        top: 50%
    }

    body .home_slider .home_slider__bgTextSubpre {
        font-size: 1rem
    }

    body .home_slider .home_slider__bgTextSubpre h4:nth-child(2):after {
        width: 45px
    }

    .wrapper .practics_list__wrap .practics_list {
        font-size: 6.5vw
    }

    @-webkit-keyframes home_slider__bgTextSubpre {
        from {
            bottom: 15%;
            opacity: 0
        }

        to {
            bottom: 22%;
            opacity: 1
        }
    }

    @keyframes home_slider__bgTextSubpre {
        from {
            bottom: 9%;
            opacity: 0
        }

        to {
            bottom: 11%;
            opacity: 1
        }
    }

    .projects .projects_wrap .projects_itemWrap_bg .projects_item_bgText {
        max-width: 90%
    }
}

@media screen and (min-width:960px) {
    .practics_list__wrap .practics_list_line {
        position: relative;
        -webkit-transition: all .5s cubic-bezier(1, .5, .38, 1.2);
        transition: all .5s cubic-bezier(1, .5, .38, 1.2)
    }

    .practics_list__wrap .practics_list_line:before {
        position: absolute;
        content: "";
        width: 1.3rem;
        height: 1px;
        top: 50%;
        left: 3rem;
        background-color: #ebd300;
        -webkit-transition: all .5s cubic-bezier(1, .5, .38, 1.2);
        transition: all .5s cubic-bezier(1, .5, .38, 1.2)
    }

    .practics_list__wrap .practics_list_line span {
        margin-left: .3rem;
        margin-right: 2.7rem;
        -webkit-transition: all .5s cubic-bezier(1, .5, .38, 1.2);
        transition: all .5s cubic-bezier(1, .5, .38, 1.2)
    }

    .practics_list__wrap .practics_list_line:hover {
        color: #ebd300
    }

    .practics_list__wrap .practics_list_line:hover:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        left: 2.1rem;
        background-color: #131313
    }

    .practics_list__wrap .practics_list_line:hover>span {
        margin-right: 3rem;
        margin-left: 0;
        color: #ebd300
    }
}

@media screen and (max-width:1420px) {
    .practics_list__wrap .practics_list_line:before {
        left: 2.5rem
    }

    .practics_list__wrap .practics_list_line:hover:before {
        left: 1.8rem
    }
}


@media screen and (max-width:960px) {
    .projects .projects_wrap {
        background: #1e1e1e;
    }

    .projects .projects_wrap .projects_item {
        width: 90%;
        height: 200px;
        margin: 20px auto;
        box-shadow: 0 0 10px black;
        text-decoration: none;
    }

    .projects .projects_wrap .projects_item:after {
        filter: grayscale(0);
        height: 100%;
    }

    #awards_id .wrapper {
        padding-bottom: 50px;
    }

    .awwords-item {
        flex-direction: column;
        align-items: center;
    }

    .awwords-item__img {
        margin-right: 0;
    }

    #awwward,
    #csswin,
    #webguru,
    #boostilzer,
    #cssreel {
        background-position: center;
    }

    .awwords-item__desc p {
        text-align: center;
    }

    .projects_item_btn a {
        background: #ebd300;
        color: black;
        text-shadow: none;
        font-size: 22px;
    }

    .projects_item_btn {
        box-shadow: 0 0 0px black !important;
    }

    .projects .projects_wrap .projects_text {
        display: block;
        bottom: 25% !important;
        opacity: 1 !important;
    }

    .projects .wrapper {
        min-height: 100%;
    }

    .projects_item_btn_link {
        display: inline-block;
        z-index: 1;
        text-decoration: none;
        text-transform: uppercase;
        font-family: BebasNeueBold, sans-serif;
        font-size: 45px;
        color: white;
        text-shadow: 0 0 3px black;
        text-align: center;
        padding: 25px 50px;
        width: auto;
    }

    .projects .projects_wrap .projects_item:nth-child(5):hover:after {
        background: transparent !important;
        transition: background 0.5s ease;
    }

    .projects {
        min-height: 100% !important;
    }
}

.projects_wrap.drop-down {
    opacity: 1;
}

.drop-down #projects_item_one {
    animation: 0.8s cubic-bezier(.63, .98, .69, .99) 0s forwards dropup;
}

.drop-down #projects_item_too {
    animation: 0.8s cubic-bezier(.63, .98, .69, .99) 0.1s forwards dropup;
}

.drop-down #projects_item_three {
    animation: 0.8s cubic-bezier(.63, .98, .69, .99) 0.2s forwards dropup;
}

.drop-down #projects_item_foor {
    animation: 0.8s cubic-bezier(.63, .98, .69, .99) 0.3s forwards dropup;
}

.drop-down #projects_item_five {
    animation: 0.8s cubic-bezier(.63, .98, .69, .99) 0.4s forwards dropup;
}

.drop-down #projects_item_one:after {
    animation: 1s cubic-bezier(.12, .44, .2, .97) 0.15s forwards grow;
}

.drop-down #projects_item_too:after {
    animation: 1s cubic-bezier(.12, .44, .2, .97) 0.25s forwards grow;
}

.drop-down #projects_item_three:after {
    animation: 1s cubic-bezier(.12, .44, .2, .97) 0.35s forwards grow;
}

.drop-down #projects_item_foor:after {
    animation: 1s cubic-bezier(.12, .44, .2, .97) 0.45s forwards grow;
}

.drop-down #projects_item_five:after {
    animation: 1s cubic-bezier(.12, .44, .2, .97) 0.55s forwards grow;
}

.drop-down .projects_item.mouseon:after {
    animation: 0.5s cubic-bezier(.12, .44, .2, .97) 0s forwards smaller !important;
}

.drop-down .projects_item.mouseout:after {
    animation: 0.5s cubic-bezier(.12, .44, .2, .97) 0s forwards growabit !important;
}


@keyframes dropup {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

@keyframes grow {
    0% {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes growabit {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes smaller {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}