body {
    font-family: "Roboto", Arial, sans-serif;
}
.img {
    width:100%;
    height:200px;


    z-index: 0;  }

.single-service .text-over-img {
    z-index: 1;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: -54px;
    color: #fff;
    text-align: center;
    height: 55px;
    background-color: #23232350;
    font-weight: bold;
    text-decoration: none;
}
.single-service .col-md-3 .text-over-img {
    transition: 1s;
    text-decoration: none;
}
.single-service .col-md-3:hover .text-over-img {
    transition: 1s;
    color: #00ccff;
}
#preloader {
    background-color: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1100;
}

.link_blog>p {
    margin-left: 0px !important;
}

#preloader > img {
    left: 50%;
    margin-left: -75px;
    position: absolute;
    top: 38%;

    animation-name: rotate_preloader;
    animation-duration: 2800ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    z-index: 1000;
}



@keyframes rotate_preloader {
    from {
        -moz-transform: rotateY(0deg); /* Для Firefox */
        -ms-transform: rotateY(0deg); /* Для IE */
        -webkit-transform: rotateY(0deg); /* Для Safari, Chrome, iOS */
        -o-transform: rotateY(0deg); /* Для Opera */
        transform:rotateY(0deg);
    }
    to {
        -moz-transform: rotateY(360deg); /* Для Firefox */
        -ms-transform: rotateY(360deg); /* Для IE */
        -webkit-transform: rotateY(360deg); /* Для Safari, Chrome, iOS */
        -o-transform: rotateY(360deg); /* Для Opera */
        transform:rotateY(360deg);
    }
}









.left_menu {
    position: fixed;
    width: 250px;
    margin-left: -195px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 40;
    cursor: pointer;
    transition: 0.3s;
    padding-top: 20px;
}
/*.left_menu:hover {*/
/*    width: 200px;*/
/*}*/
/*#left_menu:hover .menu_list {*/
/*    left: 10%;*/
/*}*/
.open_left_menu {
    width: 200px;
    margin-left: 0px;
}
.icon_left_menu {
    left: 50% !important;
}

ul#nav li, ul#nav li a, ul#nav_all li, ul#nav_all li a{
    color: #fff;
    transition: 1s;
    font-weight: 100;
}
ul#nav li, ul#nav_all li {
    border-bottom: 1px solid #fff;
}
#nav li a:hover, #nav li a:focus, #nav_all li a:hover, #nav_all li a:focus {
    cursor: pointer;
    background-color: rgba(204, 204, 204, 0);
    color: #0cf;
    outline: aliceblue;
    transition: 1s;
    letter-spacing: 3px;
}
.menu_icon {
    text-align: center;
    width: 50px;
    left: 94%;
    margin-left: -25px;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
    font-weight: 100;
    text-transform: uppercase;
}
.col2:hover .change_color_hover {
    color: #00ccff;
    transition: 1s;
}
.change_color_hover {
    transition: 1s;
}
.menu_list {
    text-transform: uppercase;
    position: absolute;
    width: 58%;
    left: 20%;
    text-align: center;
    transition: 0.3s;
}
/*.menu_list_active {*/
/*    left: 10%;*/
/*}*/
.menu_icon .fa-bars {
    display: block;
    padding-bottom: 10px;
    transition: 1s;
}
/*.left_menu:hover .menu_icon .fa-bars {*/
/*    transform: rotateZ(-180deg);*/
/*}*/
.menu_icon .fa-sort-desc {
    transition: 1s;
    position: absolute;
    top: -40px;
    left: 45%;
    width: 10%;
}
/*.left_menu:hover .menu_icon .fa-sort-desc {*/
/*    display: block;*/
/*    top: 15px;*/
/*}*/

.carousel_style {
    width: 100%;
    height: 100vh;
    position: relative;
}
img.img_slider {
    width: 100%;
    height: 100% !important;
    overflow:hidden;
}
.admin_block {
    background-image: url('/img/bg_for_admin.jpg');
    width: 100%;
    background-position: center;
    background-size: cover;
    padding: 0px;
    height: 100vh;
}

.block_ke {
    width: 80px;
    position: absolute;
    left: 50%;
    z-index: 10;
    bottom: 10%;
    margin-left: -40px;
}

a.right.carousel-control {
    background-image: none;
    height: 80%;
    top: 20%;
}
a.left.carousel-control {
    background-image: none;
    height: 80%;
    top: 20%;
}

img.icon_ke {
    border: 1px solid #fff;
    width: 4%;
    position: absolute;
    bottom: 20%;
    left: 48%;
    margin: 0 auto;
}



.logo_text {
    font-family: Jaapokki;
    text-transform: uppercase;
    font-size: 45px;
    margin-bottom: 0px;
}
.sub_text_logo {
    font-family: Jaapokki;
    letter-spacing: 24px;
    text-transform: uppercase;
    margin-left: 10px;
    margin-top: 0px;
}

.ke_l {
    width: 60px;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    z-index: 5;
    bottom: 10%;
}

.ke_r {
    width: 60px;
    position: absolute;
    right: 50%;
    margin-right: -35px;
    margin-bottom: 4px;
    z-index: 5;
    bottom: 10%;
}

/*.icon_ke {*/
/*animation-name: spin;*/
/*animation-duration: 2800ms;*/
/*animation-iteration-count: infinite;*/
/*animation-timing-function: linear;*/

/*z-index: 1000;*/

/*}*/
.conf_job {
    color: #fff;
    font-size: 250px;
    width: 250px;
    position: absolute;
    bottom: -22%;
    right: -32%;
    z-index: 1 !important;
}

img.get_quote {
    position: fixed;
    z-index: 4;
    width: 100px;
    top: 55%;
    right: 0px;
}


.abs_block_blog {
    width: 530px;
    text-align: left;
    position: absolute;
    right: 0%;
    top: 70%;
}
.description_blog_header {
    margin-top: 30px;
    font-weight: 300;
    line-height: 25px;
}

.link_style_h {
    cursor: pointer;
}
.link_style_h:hover {
    text-decoration: inherit;
}
.admin_login {
    margin-top: 100px;
    margin-bottom: 200px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px;
    border-radius: 10px;
}
.welcome_admin {
    text-align: center;
    font-weight: 200;
}

.rel_content {
    position: relative;
    text-align: center;
}
.sec-title h2 {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    letter-spacing: 20px;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.sec-title_work h2 {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    letter-spacing: 20px;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.img_about {
    margin-top: 30%;
}
.sec-title {
    width: 500px;
    margin-left: 45%;
    position: relative;
    transition: 1s;
}
.sec-title_work {
    width: 500px;
    margin-bottom: 80px;
    margin-left: 15%;
    position: relative;
    transition: 1s;
}
.sec-title_work:hover .line_block_title_top {
    transform: rotateZ(-25deg);
    background-color: #00ccff !important;
    transition: 1s;
}
.sec-title_work:hover .line_block_title_bottom {
    transform: rotateZ(-25deg);
    background-color: #00ccff !important;
}
.sec-title:hover .line_block_title_top {
    transform: rotateZ(-25deg);
    background-color: #00ccff;
    transition: 1s;
}
.sec-title:hover .line_block_title_bottom {
    transform: rotateZ(-25deg);
    background-color: #00ccff;
}
.line_block_title_top {
    position: absolute;
    transition: 1s;
    left: 0;
    top: 0;
    display: block;
    width: 150px;
    height: 2px;
    background-color: #000;
}
.paralax_about{
    cursor: pointer;
}
.paralax_about:hover .line_block {
    background-color: #00ccff;
    cursor: pointer;
}
.line_block_title_bottom {
    position: absolute;
    transition: 1s;
    right: 0;
    bottom: 0px;
    display: block;
    width: 150px;
    height: 2px;
    background-color: #000;
}
.absolute_text_aboute {
    color: #000;
    text-align: left;
    left: 22%;
    bottom: 0%;
    position: absolute;
    width: 350px;
}
.line_block {
    display: block;
    width: 80px;
    margin-bottom: 35px;
    height: 3px;
    background-color: #000;
}
.first_text_about {
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
    font-family: sans-serif;
}
a.btn_aboute {
    width: 100%;
    display: block;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 0;
    perspective: 1000px;
    z-index: 1;
    border: 2px solid #000;
}
.second_text_about {
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
}
.link_aboute {
    width: 100%;
    display: block;
    padding: 11px 0;
}
.link_portfolio {
    width: 100%;
    display: block;
    padding: 11px 0;
}
.info_service {
    position: absolute;
    width: 100%;
    text-align: right;
    padding: 5px;
    transition: 1s;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index:2;
}
.col2:nth-child(2)  .info_service {
    text-align: left;
    top: 0;
}




.col2:nth-child(1) .bg_text_title {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.42);
    width: 130%;
    height: 150px;
    bottom: -50px;
    left: -18px;
    transform: rotateZ(-18deg);
    z-index:1;
}
.col2:nth-child(2) .bg_text_title {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.42);
    width: 150%;
    height: 160px;
    top: -50px;
    left: -31%;
    transform: rotateZ(-18deg);
    z-index: 1;
}
.col2:nth-child(3) .bg_text_title {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.42);
    width: 130%;
    height: 150px;
    bottom: -50px;
    left: -18px;
    transform: rotateZ(-18deg);
    z-index:1;
}
.col2:nth-child(4) .bg_text_title {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.42);
    width: 150%;
    height: 160px;
    top: -50px;
    left: -31%;
    transform: rotateZ(-18deg);
    z-index: 1;
}
.col2:nth-child(5) .bg_text_title {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.42);
    width: 130%;
    height: 150px;
    bottom: -50px;
    left: -18px;
    transform: rotateZ(-18deg);
    z-index:1;
}
.col2:nth-child(6) .bg_text_title {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.42);
    width: 150%;
    height: 160px;
    top: -50px;
    left: -31%;
    transform: rotateZ(-18deg);
    z-index: 1;
}



.col2:nth-child(4)  .info_service {
    text-align: left;
    top: 0;
}
.col2:nth-child(6)  .info_service {
    text-align: left;
    top: 0;
}
.col2:nth-child(1){
    margin-top: 30px;
}
.col2:nth-child(2){
    margin-top: -20px;
}
.col2:nth-child(3){
    margin-top: 60px;
}
.col2:nth-child(4){
    margin-top: 10px;
}
.col2:nth-child(5){
    margin-top: -20px;
}
.col2:nth-child(6){
    margin-top: 40px;
}


.col2:hover .img_service {
    transform: scale(1.1);
}
.link_service:hover {
    text-decoration: initial;
}
.text_style_about {
    margin-top: 30px;
    width: 100%;
    text-align: left;
    padding-left: 40px;
    font-weight: 400;
    font-size: 14px;
}
.col2 {
    padding-left: 0px;
    padding-right: 0px;
    transition: 1s;
    overflow: hidden;
    transform: scale(1.01);
    cursor: pointer;
}
.text_service {
    color: #000;
    font-weight: 400;
    position: relative;
    width: 60%;
    text-align: left;
    left: 10%;
    margin-top: 50px;
}
.text_contact {
    color: #000;
    position: relative;
    width: 60%;
    font-weight: 300;
    text-align: left;
    left: 10%;
    margin-top: 50px;
}
.contact_hello {
    position: relative;
    font-weight: 600;
    margin-top:50px;
    margin-bottom:30px;
    transition: 1s;
}
.btn_send {
    margin-top: 30px;
    margin: 30px 0 0 auto;
    display: block;
}
.focus_hello:hover .contact_hello {
    color: #00ccff;
}
.img_service {
    height: 400px;
    transition: 1s;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.wrap_work {
    position: relative;
    overflow: hidden;
}
.ower {
    width: 94%;
    height: 94%;
    background-color: rgba(0, 0, 0, 0.41);
    left: 3%;
    border: 1px solid #00ccff;
    top: 3%;
    color: #fff;
    padding: 10px;
    opacity: 0;
    position: absolute;
}
.wrap_work:hover .ower {
    opacity: 1;
    cursor: pointer;
}
.img_work {
    width: 100%;
}
.img_content {
    position: relative;
}
.title_work {
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
}
.line_block_work_bottom {
    position: absolute;
    transition: 1s;
    left: -90%;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
}
.wrap_work:hover .line_block_work_bottom {
    background-color: #00ccff;
    left: 0;
}
.job_position:nth-child(1) {
    margin-top: 40%;
}
.job_position:nth-child(2) {
    margin-top: 25%;
}
.job_position:nth-child(3) {
    margin-top: 10%;
}
.language_site {
    position: absolute;
    top: 47px;
    padding-top: 7px;
    right: 2%;
    z-index: 5;
}
.white_logo {
    width: 33px;
    margin-top: -14px;
}
.text_company {
    font-size: 23px;
    font-weight: 700;
}
.line_right {
    position: fixed;
    width: 1px;
    height: 100%;
    background-color: #fff;
    right: 6%;
    z-index: 3;
}
.line_right_job {
    position: fixed;
    width: 1px;
    height: 100%;
    background-color: #000;
    right: 70px;
    z-index: 3;
}
span.k {
    position: absolute;
    font-size: 250px;
    color: #000;
    left: 60%;
    transition: 1s;
    z-index: 1;
    font-weight: 700;
}
span.a {
    position: absolute;
    font-size: 250px;
    color: #fff;
    left: 10%;
    transition: 1s;
    top: -18%;
    z-index: 5;
    font-weight: 700;
}
span.r {
    position: absolute;
    font-size: 250px;
    color: #000;
    right: 10%;
    top: -55%;
    transition: 1s;
    z-index: 1;
    font-weight: 700;
}
span.n {
    position: absolute;
    font-size: 250px;
    color: #fff;
    transition: 1s;
    left: 10%;
    top: -18%;
    z-index: 5;
    font-weight: 700;
}
span.o {
    position: absolute;
    font-size: 250px;
    color: #000;
    right: 10%;
    bottom: 15%;
    transition: 1s;
    z-index: 1;
    font-weight: 700;
}
#aboute:hover .k, #works:hover .a, #services:hover .r, #blog:hover .n, #contact:hover .o {
    color: #00ccff;
}
.social {
    position: absolute;
    right: 10%;
    margin-left: -40px !important;
    top: 5%;
    height: 50px;
    width: 90px;
    text-align: center;
    z-index: 1;
}
.social_item {
    color: rgba(255, 255, 255, 0.85);
    font-size: 19px;
    padding: 2px;
}
.social_item:hover {
    color: #00ccff;
    text-decoration: inherit;
}
.text_blog {
    color: #fff;
    width: 60%;
    text-align: right;
    margin-left: 30%;
}


#top {
    bottom: 5%;
    cursor: pointer;
    display: none;
    font-size: 150%;
    position: fixed;
    right: 5%;
    z-index: 15;
}
.go_top {
    width: 40px;
    height: 40px;
    padding-left: 45%;
    margin-left: -20px;
    padding-top: 45%;
    margin-top: -20px;
    color: #00ccff;
    border: 1px solid rgba(0, 204, 255, 0);
    transition: 1s;
    border-radius: 50%;
}
.go_top:hover {
    border: 1px solid #00ccff;
}



.img_blog {
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position: center center;
    transition: 1s;
}
.img_portfolio {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transition: 1s;
}
.wrap_blog {
    overflow: hidden;
}


.link_blog {
    color: #ccc;
    text-align: left;
}
.link_blog_color p {
    color: #000;
}
.project_map {
    color: hsl(33, 100%, 51%);
    text-transform: uppercase;
    transform: rotate(-90deg);
    position: absolute;
    font-weight: 400;
    font-size: 25px;
    font-family: 'LitteraRegular';
    top: 25%;
    right: -15%;
}

.left_arow_blog {
    width: 70px;
    height: 2px;
    background-color: #000;
    display: block;
}
.right_arow_blog {
    width: 70px;
    height: 2px;
    background-color: #000;
    display: block;
}
.link_left_arow {
    position: absolute;
    left: 0px;
    bottom: 0;
    padding-top: 5px;
    cursor: pointer;
    padding-bottom: 5px;
    transition: 1s;
}
.link_right_arow {
    position: absolute;
    right: 0px;
    bottom: 0;
    padding-top: 5px;
    cursor: pointer;
    padding-bottom: 5px;
    transition: 1s;
}
.link_right_arow:hover .right_arow_blog {
    background-color: #00ccff;
    transform: rotateZ(30deg);
}
.link_left_arow:hover .left_arow_blog {
    background-color: #00ccff;
    transform: rotateZ(-30deg);
}


.blog_news {
    position: relative;
    padding-bottom: 5px;
    overflow: hidden;
}

a.link_blog:hover {
    color: #00ccff;
    text-decoration: inherit;
}

.line_top_blog {
    width: 100%;
    height: 3px;
    background-color: #00ccff;
    position: absolute;
    top: 0;
    left: -100%;
    transition: 1s;
    z-index: 1;
}
.blog_news:hover .line_top_blog {
    left: 0;
}
.blog_news:hover .img_blog {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.line_bottom_blog{
    width: 100%;
    height: 3px;
    background-color: #00ccff;
    position: absolute;
    bottom: 0;
    right: -100%;
    transition: 1s;
    z-index: 1;
}

.st0 {
    fill: #ffffff;
}
.st0.active {
    fill: orange;
    cursor: pointer;
}
.st0.active:hover {
    stroke: white;
}
.mapc {
    width: 80%;
    margin: 0 auto 0;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

/*#kyiv:after {*/
/*content: '';*/
/*position: absolute;*/
/*left: 10px;*/
/*top: -20px;*/
/*border: 10px solid rgba(0, 0, 0, 0);*/
/*border-bottom: 10px solid #fff;*/
/*}*/

.blog_news:hover .line_bottom_blog {
    right: 0;
}
.child_blog:nth-child(1){
    margin-top: 200px;
}
.child_blog:nth-child(2){
    margin-top: 100px;
}
.child_blog:nth-child(3){
    margin-top: 0px;
}
.child_blog2:nth-child(1){
    margin-top: 0px;
}
.child_blog2:nth-child(2){
    margin-top: 100px;
}
.child_blog2:nth-child(3){
    margin-top: 200px;
}

.text_blog_item {
    font-size: 32px;
    display: block;
    float: left;
}
.text_news {
    color: #fff;
    width: 410px;
    position: absolute;
    right: 5%;
    transition: 2s;
    top: 55%;
}

#blog:hover .text_news {
    color: #00ccff;
}

.title_about {
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: 50px;
    font-family: LitteraRegular;
}
.about_img {
    margin: 0 auto;
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
}







.about_1 {
    transition: 1s;
}
.about_1 {
    position: absolute;
    top: 18%;
    right: 40.5%;
    cursor: pointer;
}

.wrap_about_img {
    width: 1024px;
    height: 670px;
    margin: 0 auto;
    position: relative;
}
.wrap_about_img .breadcrumb {
    position: relative;
    top: 90px;
    left: -72px;
    margin-left: 0;
}
.typed-cursor {
    display: none;
}
.logo_block_map {
    width: 360px;
    position: absolute;
    left: 50%;
    margin-left: -180px;
    bottom: 15px;
}
.logo_block_little_map {
    width: 360px;
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -180px;
    bottom: 15px;
}

#langs {
    display: none;
}
ul#langs, #current-lang {
    padding-left: 0px;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    list-style-type: none;
    cursor: pointer;
}
.item-lang a {
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
}
.show-more-lang {
    font-size: 8px;
}


.about_uk:after, .about_uk:before {
    content: '';
    position: absolute;
    left: 7px;
    top: -19px;
    border: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #fff;
}
.about_uk:before {
    border-bottom: 10px solid #000;
    top: -21px;
}

.about_uk {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    padding: 5px;
    position: absolute;
    top: 12px;
    display: none;
    right: -18px;
}
.about_uk p {
    margin-bottom: 0px;
}
.uk_block {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    cursor: pointer;
    top: 191px;
    right: 431px;
    transition: 1s;
    background-color: #ff8f04;
}
.uk_block:hover {
    transform: scale(1.4);
}
.uk_block:hover .about_uk{
    display: block;
    transform: scale(0.7);
}




.about_brussel:after, .about_brussel:before {
    content: '';
    position: absolute;
    left: 50px;
    top: -19px;
    border: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #fff;
}
.about_brussel:before {
    border-bottom: 10px solid #000;
    top: -21px;
}

.about_brussel {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    padding: 5px;
    position: absolute;
    top: 12px;
    display: none;
    right: -18px;
}
.about_brussel p {
    margin-bottom: 0px;
}
.brussel_block {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    cursor: pointer;
    top: 201px;
    right: 528px;
    transition: 1s;
    background-color: #ff8f04;
}
.brussel_block:hover {
    transform: scale(1.4);
}
.brussel_block:hover .about_brussel{
    display: block;
    transform: scale(0.7);
}





.about_amsterdam:after, .about_amsterdam:before {
    content: '';
    position: absolute;
    left: 50px;
    top: 29px;
    border: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #fff;
}
.about_amsterdam:before {
    border-top: 10px solid #000;
    top: -24px;
}

.about_amsterdam {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    padding: 5px;
    position: absolute;
    top: -35px;
    display: none;
    right: -18px;
}
.about_amsterdam p {
    margin-bottom: 0px;
}
.amsterdam_block {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    cursor: pointer;
    top: 180px;
    right: 528px;
    transition: 1s;
    background-color: #ff8f04;
}
.amsterdam_block:hover {
    transform: scale(1.4);
}
.amsterdam_block:hover .about_amsterdam{
    display: block;
    transform: scale(0.7);
}





.about_pl:after, .about_pl:before {
    content: '';
    position: absolute;
    left: 34px;
    top: -19px;
    border: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #fff;
}
.about_pl:before {
    border-bottom: 10px solid #000;
    top: -21px;
}

.about_pl {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    padding: 5px;
    position: absolute;
    top: 12px;
    display: none;
    right: -18px;
}
.about_pl p {
    margin-bottom: 0px;
}
.pl_block {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    cursor: pointer;
    top: 201px;
    right: 484px;
    transition: 1s;
    background-color: #ff8f04;
}
.pl_block:hover {
    transform: scale(1.4);
}
.pl_block:hover .about_pl{
    display: block;
    transform: scale(0.7);
}






.about_lviv:after, .about_lviv:before {
    content: '';
    position: absolute;
    left: 12px;
    top: -19px;
    border: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #fff;
}
.about_lviv:before {
    border-bottom: 10px solid #000;
    top: -21px;
}

.about_lviv {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    padding: 5px;
    position: absolute;
    top: 12px;
    display: none;
    right: -18px;
}
.about_lviv p {
    margin-bottom: 0px;
}
.lviv_block {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    cursor: pointer;
    top: 201px;
    right: 463px;
    transition: 1s;
    background-color: #ff8f04;
}
.lviv_block:hover {
    transform: scale(1.4);
}
.lviv_block:hover .about_lviv{
    display: block;
    transform: scale(0.7);
}





.about_lutsk:after, .about_lutsk:before {
    content: '';
    position: absolute;
    left: 12px;
    top: -19px;
    border: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #fff;
}
.about_lutsk:before {
    border-bottom: 10px solid #000;
    top: -21px;
}

.about_lutsk {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    padding: 5px;
    position: absolute;
    top: 12px;
    display: none;
    right: -18px;
}
.about_lutsk p {
    margin-bottom: 0px;
}
.lutsk_block {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    cursor: pointer;
    top: 191px;
    right: 452px;
    transition: 1s;
    background-color: #ff8f04;
}
.lutsk_block:hover {
    transform: scale(1.4);
}
.lutsk_block:hover .about_lutsk{
    display: block;
    transform: scale(0.7);
}







.about_manchester:after, .about_manchester:before {
    content: '';
    position: absolute;
    left: 57px;
    top: -19px;
    border: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #fff;
}
.about_manchester:before {
    border-bottom: 10px solid #000;
    top: -20px;
}

.about_manchester {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    padding: 5px;
    position: absolute;
    top: 12px;
    display: none;
    right: -18px;
}
.about_manchester p {
    margin-bottom: 0px;
}
.manchester_block {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    cursor: pointer;
    top: 191px;
    right: 560px;
    transition: 1s;
    background-color: #ff8f04;
}
.manchester_block:hover {
    transform: scale(1.4);
}
.manchester_block:hover .about_manchester{
    display: block;
    transform: scale(0.7);
}



.about_bridstol:after, .about_bridstol:before {
    content: '';
    position: absolute;
    left: 30px;
    top: -19px;
    border: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #fff;
}
.about_bridstol:before {
    border-bottom: 10px solid #000;
    top: -20px;
}

.about_bridstol {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    padding: 5px;
    position: absolute;
    top: 12px;
    display: none;
    right: -18px;
}
.about_bridstol p {
    margin-bottom: 0px;
}
.bridstol_block {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    cursor: pointer;
    top: 201px;
    right: 560px;
    transition: 1s;
    background-color: #ff8f04;
}
.bridstol_block:hover {
    transform: scale(1.4);
}
.bridstol_block:hover .about_bridstol{
    display: block;
    transform: scale(0.7);
}





.about_london:after, .about_london:before {
    content: '';
    position: absolute;
    left: 22px;
    top: -19px;
    border: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #fff;
}
.about_london:before {
    border-bottom: 10px solid #000;
    top: -20px;
}

.about_london {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    padding: 5px;
    position: absolute;
    top: 12px;
    display: none;
    right: -18px;
}
.about_london p {
    margin-bottom: 0px;
}
.london_block {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    cursor: pointer;
    top: 201px;
    right: 549px;
    transition: 1s;
    background-color: #ff8f04;
}
.london_block:hover {
    transform: scale(1.4);
}
.london_block:hover .about_london{
    display: block;
    transform: scale(0.7);
}




.about_maidstone:after, .about_maidstone:before {
    content: '';
    position: absolute;
    left: 48px;
    top: -19px;
    border: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #fff;
}
.about_maidstone:before {
    border-bottom: 10px solid #000;
    top: -20px;
}

.about_maidstone {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    padding: 5px;
    position: absolute;
    top: 12px;
    display: none;
    right: -18px;
}
.about_maidstone p {
    margin-bottom: 0px;
}
.maidstone_block {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    cursor: pointer;
    top: 212px;
    right: 549px;
    transition: 1s;
    background-color: #ff8f04;
}
.maidstone_block:hover {
    transform: scale(1.4);
}
.maidstone_block:hover .about_maidstone{
    display: block;
    transform: scale(0.7);
}





.about_new_york:after, .about_new_york:before {
    content: '';
    position: absolute;
    left: 50px;
    top: -19px;
    border: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #fff;
}
.about_new_york:before {
    border-bottom: 10px solid #000;
    top: -20px;
}

.about_new_york {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    width: 80px;
    padding: 5px;
    position: absolute;
    top: 12px;
    display: none;
    right: -18px;
}
.about_new_york p {
    margin-bottom: 0px;
}
.new_york_block {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    cursor: pointer;
    top: 234px;
    left: 273px;
    transition: 1s;
    background-color: #ff8f04;
}
.new_york_block:hover {
    transform: scale(1.4);
}
.new_york_block:hover .about_new_york{
    display: block;
    transform: scale(0.7);
}




.about_chicago:after, .about_chicago:before {
    content: '';
    position: absolute;
    left: 21px;
    top: -19px;
    border: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #fff;
}
.about_chicago:before {
    border-bottom: 10px solid #000;
    top: -21px;
}

.about_chicago {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    padding: 5px;
    position: absolute;
    top: 12px;
    display: none;
    right: -18px;
}
.about_chicago p {
    margin-bottom: 0px;
}
.chicago_block {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    cursor: pointer;
    top: 223px;
    left: 230px;
    transition: 1s;
    background-color: #ff8f04;
}
.chicago_block:hover {
    transform: scale(1.4);
}
.chicago_block:hover .about_chicago{
    display: block;
    transform: scale(0.7);
}





.about_ottava:after, .about_ottava:before {
    content: '';
    position: absolute;
    left: 21px;
    top: -19px;
    border: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #fff;
}
.about_ottava:before {
    border-bottom: 10px solid #000;
    top: -21px;
}

.about_ottava {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    padding: 5px;
    position: absolute;
    top: 12px;
    display: none;
    right: -18px;
}
.about_ottava p {
    margin-bottom: 0px;
}
.ottava_block {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    cursor: pointer;
    top: 223px;
    left: 263px;
    transition: 1s;
    background-color: #ff8f04;
}
.ottava_block:hover {
    transform: scale(1.4);
}
.ottava_block:hover .about_ottava{
    display: block;
    transform: scale(0.7);
}





.about_island:after, .about_island:before {
    content: '';
    position: absolute;
    left: 32px;
    top: -19px;
    border: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #fff;
}
.about_island:before {
    border-bottom: 10px solid #000;
    top: -21px;
}

.about_island {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    padding: 5px;
    position: absolute;
    top: 12px;
    display: none;
    right: -18px;
}
.about_island p {
    margin-bottom: 0px;
}
.island_block {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    cursor: pointer;
    top: 277px;
    left: 252px;
    transition: 1s;
    background-color: #ff8f04;
}
.island_block:hover {
    transform: scale(1.4);
}
.island_block:hover .about_island{
    display: block;
    transform: scale(0.7);
}







.about_aus:after, .about_aus:before {
    content: '';
    position: absolute;
    left: 49px;
    top: -19px;
    border: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #fff;
}
.about_aus:before {
    border-bottom: 10px solid #000;
    top: -21px;
}

.about_aus {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    padding: 5px;
    position: absolute;
    top: 12px;
    display: none;
    right: -18px;
}
.about_aus p {
    margin-bottom: 0px;
}
.aus_block {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    cursor: pointer;
    top: 416px;
    right: 162px;
    transition: 1s;
    background-color: #ff8f04;
}
.aus_block:hover {
    transform: scale(1.4);
}
.aus_block:hover .about_aus{
    display: block;
    transform: scale(0.7);
}









.about_melbourne:after, .about_melbourne:before {
    content: '';
    position: absolute;
    left: 49px;
    top: -19px;
    border: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #fff;
}
.about_melbourne:before {
    border-bottom: 10px solid #000;
    top: -21px;
}

.about_melbourne {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    padding: 5px;
    position: absolute;
    top: 12px;
    display: none;
    right: -18px;
}
.about_melbourne p {
    margin-bottom: 0px;
}
.melbourne_block {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    cursor: pointer;
    top: 460px;
    right: 140px;
    transition: 1s;
    background-color: #ff8f04;
}
.melbourne_block:hover {
    transform: scale(1.4);
}
.melbourne_block:hover .about_melbourne{
    display: block;
    transform: scale(0.7);
}







.about_perth:after, .about_perth:before {
    content: '';
    position: absolute;
    left: 49px;
    top: -19px;
    border: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #fff;
}
.about_perth:before {
    border-bottom: 10px solid #000;
    top: -21px;
}

.about_perth {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    padding: 5px;
    position: absolute;
    top: 12px;
    display: none;
    right: -18px;
}
.about_perth p {
    margin-bottom: 0px;
}
.perth_block {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    cursor: pointer;
    top: 438px;
    right: 215px;
    transition: 1s;
    background-color: #ff8f04;
}
.perth_block:hover {
    transform: scale(1.4);
}
.perth_block:hover .about_perth {
    display: block;
    transform: scale(0.7);
}










.about_1:hover .sub_pointer {
    transition: 0.5s;
    transform: rotateX(0deg);
    top: 55px;
}
.about_11:hover {
    animation-name: about_hover;
    animation-duration: 1800ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-radius: 50px;
    transition: 1s;
    /* box-shadow: 0 0 10px #00ccff; */
}

@keyframes about_hover {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(180deg);
    }
}

#works {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: 3s;
    padding-top: 100px
}
#blog {
    width: 100%;
    transition: 3s;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 100px;
    padding-bottom: 100px;
}

.class_trans {
    transition: 3s;
    transition: background-color 3s ease-out;
    background-color: rgba(0, 0, 0, 1) !important;
}

.black_wrap_ke {
    width: 700px;
    background-color: rgba(0, 0, 0, 0.42);
    height: 420px;
    position: absolute;
    right: -280px;
    bottom: -240px;
    transform: rotateZ(-40deg);
}

.service_block_home {
    padding-left: 0;
    overflow: hidden;
    padding-right: 0;
    width: 100%;
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center center;
}

.wrap_container_blog_post {
    margin-bottom: 40px;
    margin-top: 100px;
}

.wrap_container_blog_post hr {
    clear: both;
}


.img_logo_ke {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 100px;
}





.title_portfolio {
    text-transform: uppercase;
    margin-bottom: 50px;
    float: left;
    margin-top: 0;
    padding-top: 5px;
}
.height_line {
    width: 2px;
    margin-left: 15px;
    margin-right: 15px;
    height: 35px;
    background-color: #000;
    display: block;
    float: left;
}



.line_top_job {
    width: 50px;
    float: left;
    transition: 1s;
    height: 2px;
    margin-right: 20px;
    margin-top: 8px;
    background-color: #000;
}
.title_job {
    color: #000;
    text-transform: uppercase;
    margin-top: 50px;
    font-weight: 100;
}
.wrap_job {
    border: 3px solid #000;
    padding: 20px 20px 20px 70px;
    position: absolute;
    transition: 1s;
    cursor: pointer;
    display: block;
}

.wrap-work-single {
    height: 600px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

a.link_portfolio:hover {
    color: #00ccff;
    text-decoration: inherit;
}
.category_job {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    display: block;
    float: left;
}
.block_work:nth-child(1) {
    height: 600px;
}

.block_work:nth-child(1) .wrap_blog {
    position: absolute;
    width: 460px;
    height: 460px;
    left: 0;
}
.block_work:nth-child(1) .wrap_job {
    left: 35%;
    top: 15%;
    width: 360px;
}
.block_work:nth-child(1):hover .wrap_job{
    border: 3px solid #00ccff;
}
.block_work:nth-child(1):hover .img_portfolio {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.block_work:nth-child(1) .btn_job {
    display: none;
}



.block_work:nth-child(2) {
    height: 880px;
}
.block_work:nth-child(2) .wrap_blog {
    position: absolute;
    width: 600px;
    height: 800px;
    right: 0;
}
.block_work:nth-child(2) .wrap_job {
    left: 12%;
    top: 5%;
    border: none;
    width: 400px;
}
.block_work:nth-child(2):hover .wrap_blog{
    border: 3px solid #00ccff;
}
.block_work:nth-child(2):hover .img_portfolio {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.btn_job {
    margin-top:50px;
}



.block_work:nth-child(3) {
    height: 600px;
}

.block_work:nth-child(3) .wrap_blog {
    position: absolute;
    width: 460px;
    height: 460px;
    left: 0;
}
.block_work:nth-child(3) .wrap_job {
    left: 35%;
    top: 15%;
    width: 350px;
}
.block_work:nth-child(3):hover .wrap_job{
    border: 3px solid #00ccff;
}
.block_work:nth-child(3):hover .img_portfolio {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.block_work:nth-child(3) .btn_job {
    display: none;
}



.block_work:nth-child(4) {
    height: 880px;
}
.block_work:nth-child(4) .wrap_blog {
    position: absolute;
    width: 600px;
    height: 800px;
    right: 0;
}
.block_work:nth-child(4) .wrap_job {
    left: 12%;
    top: 5%;
    border: none;
    width: 400px;
}
.block_work:nth-child(4):hover .wrap_blog{
    border: 3px solid #00ccff;
}
.block_work:nth-child(4):hover .img_portfolio {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.link_item_job {
    padding: 20px 20px 20px 70px;
}
.link_item_job:hover{
    text-decoration: inherit;
}
.back_view_job:hover {
    text-decoration: inherit;
    color: #000;
}
.back_view_job:hover .line_top_job {
    transform: rotateZ(-35deg);
    background-color: #00ccff;
}
.back_view_job {
    width: 210px;
    padding-top: 20px;
    display: block;
    margin: 0 0 auto auto;
    transition: 1s;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.none {
    display: none;

}


.style_carousel {
    width: 100%;
    margin: 0 auto;
}

.product-table table tr:first-child td {
    border-top: 1px solid #e8e8e8;
}

.product-descr__details table tr:first-child td {
    border-top: 1px solid #e8e8e8;
}

.product-table table tr td:first-child {
    color: #000;
    width: 140px;
    padding-right: 30px;
    font-weight: 800;
}
.product-descr__details table tr td:first-child {
    width: 140px;
    padding-right: 30px;
    font-weight: 800;
}
.product-table table tr td {
    font-size: 12px;
    line-height: 16px;
    /*font-family: "futura-demic-reg", Arial, sans-serif;*/
    text-transform: uppercase;
    color: #000;
    padding-top: 19px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8e8e8;
    /*letter-spacing: 2px;*/
    font-weight: 300;
}

.carousel-control {
    width: 50%;
}

.glyphicon-chevron-right {
    right: 5% !important;
}

.glyphicon-chevron-left {
    left: 5% !important;
}
.product-descr__details table tr td {
    font-size: 10px;
    line-height: 16px;
    /*font-family: "futura-demic-reg", Arial, sans-serif;*/
    text-transform: uppercase;
    color: #000;
    padding-top: 19px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8e8e8;
    /*letter-spacing: 2px;*/
}

.product-descr__details table tr td:first-child {
    color: #000;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    /*letter-spacing: 2px;*/
    width: 120px;
    /*font-family: "futura-demic-reg", Arial, sans-serif;*/
    padding-top: 15px;
}
.product-descr__details table tr td {
    font-size: 12px;
    line-height: 15px;
    color: #000;
    padding-bottom: 18px;
    font-weight: 300;
}
.ses_opt {
    /*font-family: "futura-demic-reg", Arial, sans-serif;*/
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    letter-spacing: 2px;
}

.title_des_style {
    /*font-family: "futura-demic-reg", Arial, sans-serif;*/
    text-transform: uppercase;
    color: #333;
    font-size: 12px;
    /*letter-spacing: 2px;*/
    font-weight: 300;
}

.history_font {
    text-transform: uppercase;
    font-weight: 800;
    /*font-family: "futura-demic-reg", Arial, sans-serif;*/
    color: #000;
}

.call_me_about_black {
    width: 100%;
    text-align: center;
    background-color: #000;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.text_call_me {
    font-weight: 100;
    font-family: LitteraRegular;
}
.text_at_work {
    text-transform: uppercase;
    font-weight: 100;
    font-family: LitteraRegular;
}
.web_development {
    text-align: center;
    color: #fff;
}
.web_development_link {
    color: #fff;
    cursor: pointer;
}
.web_development_link:hover {
    text-decoration: inherit;
    color: #00ccff;
}
.pagination .prev span, .pagination .prev a {
    border: none;
    color: #fff;
    transition: 1s;
    margin-top: -5px;
}
.pagination .prev span:hover, .pagination .prev a:hover {
    border: none;
    color: #fff;
    background-color: #fff;
    transform: rotateZ(-50deg);
    transition: 1s;
}
.pagination .prev span:before, .pagination .prev a:before {
    border: none;
    color: #2a2a2a;
    content: '______';
    padding-bottom: 10px;
    padding-top: 10px;
}
.pagination .prev span:hover:before, .pagination .prev a:hover:before {
    color: #00ccff;
}
.pagination .next span, .pagination .next a {
    border: none;
}
.pagination .next a:hover {
    background-color: rgba(238, 238, 238, 0);
    border: none;
    color: #000;

}
.pagination .next span:before, .pagination .next a:before {
    border: none;
    color: #2a2a2a;
    content: '______';
    padding-bottom: 10px;
    padding-top: 10px;
}
.pagination .next span, .pagination .next a {
    border: none;
    color: #fff;
    transition: 1s;
    margin-top: -5px;
}
.pagination .next span:hover, .pagination .next a:hover {
    border: none;
    color: #fff;
    background-color: #fff;
    transform: rotateZ(-50deg);
    transition: 1s;
}
.pagination .next span:hover:before, .pagination .next a:hover:before {
    color: #00ccff;
}
.pagination li a {
    border: none;
    color: #000;
    font-weight: 500;
}
.pagination li a:hover {
    color: #00ccff;
    background-color: #fff;
}
.pagination .active a:after {
    color: #a2a2a2;
    content: '______';
    position: absolute;
    transform: rotateZ(50deg);
    left: 0px;
    bottom: 10px;
}
.pagination .active a {
    background-color: rgba(51, 122, 183, 0);
    color: #a2a2a2;
}
.pagination .active a:hover {
    color: #00ccff;
    background-color: #fff;
}
.pagination_block {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.img_news_view {
    width: 100%;
}
.view_text_new {
    margin-top: 40px;
    margin-bottom: 40px;
}

.footer_colum_1 {
    text-transform: uppercase;
    font-weight: 100;
}

.line_top_footer {
    width: 40px;
    float: left;
    transition: 1s;
    height: 2px;
    margin-right: 20px;
    margin-top: 8px;
    background-color: #fff;
}
.col_footer {
    cursor: pointer;
}
.col_footer:hover .line_top_footer {
    transform: rotateZ(-30deg);
    background-color: #00ccff;
}
.col_footer:hover .sub_header_foter {
    color: #00ccff;
}


.sub_header_foter {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    transition: 1s;
    color: #fff;
}
.sub_header_foter:hover {
    color: #00ccff !important;
    transition: 1s;
    text-decoration: inherit;
}



















.back {
    width: 100%;
    border: 0px;
    border-style: solid;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    counter-increment: bc;
    padding: 0;
}


.button_base {
    margin: 0;
    border: 0;
    font-size: 18px;
    margin-top: -25px;
    width: 100%;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    cursor: default;
}

.button_base:hover {
    cursor: pointer;
}

.header_logo {
    position: absolute;
    z-index: 5;
    color: #fff;
    font-size: 40px;
    width: 360px;
    text-align: center;
    height: 60px;
    left: 50%;
    margin-left: -180px;
    top: 40%;
}



/* ### ### ### 05 */
.b05_3d_roll {
    perspective: 500px;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
}

.b05_3d_roll a {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 50px;
    padding: 15px 0;
    border: #00ccff solid 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.b05_3d_roll a:hover {
    text-decoration: inherit;
}

.b05_3d_roll a:nth-child(1) {
    color: #00ccff;
    background: #00ccff;
    background: -moz-linear-gradient(top,  #00ccff 0%, #10add4 47%, #0289ab 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00ccff), color-stop(47%,#10add4), color-stop(100%,#0289ab));
    background: -webkit-linear-gradient(top,  #00ccff 0%,#10add4 47%,#0289ab 100%);
    background: -o-linear-gradient(top,  #00ccff 0%,#10add4 47%,#0289ab 100%);
    background: -ms-linear-gradient(top,  #00ccff 0%,#10add4 47%,#0289ab 100%);
    background: linear-gradient(to bottom, #00ccff 0%,#10add4 47%,#0289ab 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e570e7', endColorstr='#a849a3',GradientType=0 );

    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
}

.b05_3d_roll a:nth-child(2) {
    color: #00ccff;
    background-color: rgba(255, 255, 255, 0);
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
}

.b05_3d_roll:hover a:nth-child(1) {
    color: #ffffff;
    border: 1px solid #00ccff;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
}

.b05_3d_roll:hover a:nth-child(2) {
    background: #00ccff;
    background: -moz-linear-gradient(top,  #00ccff 0%, #10add4 47%, #0289ab 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00ccff), color-stop(47%,#10add4), color-stop(100%,#0289ab));
    background: -webkit-linear-gradient(top,  #00ccff 0%,#10add4 47%,#0289ab 100%);
    background: -o-linear-gradient(top,  #00ccff 0%,#10add4 47%,#0289ab 100%);
    background: -ms-linear-gradient(top,  #00ccff 0%,#10add4 47%,#0289ab 100%);
    background: linear-gradient(to bottom,  #00ccff 0%,#10add4 47%,#0289ab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e570e7', endColorstr='#a849a3',GradientType=0 );

    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: rotateX(-87deg);
    -webkit-transform: rotateX(-87deg);
    -moz-transform: rotateX(-87deg);
}














@keyframes spin {
    from {
        transform:rotateY(0deg);
    }
    to {
        transform:rotateY(360deg);
    }
}

.img_slider {
    animation-name: slider;
    animation-duration: 9500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    z-index: 100;
}

@keyframes slider {
    from {
        -moz-transition: all 10s ease-out;
        -o-transition: all 10s ease-out;
        -webkit-transition: all 10s ease-out;
    }
    to {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
}
.deskription_job {
    position: absolute;
    bottom: 20%;
    width: 70%;
    color: #fff;
    padding-left: 30px;
    right: 0%;
    text-align: right;
}
.wrap_proj_map_block {
    width: 100%;
    background-color: #000;
    padding-bottom: 20px;
    position: relative;
}
.link_footer {
    color: #fff;
    font-weight: 500;
}
.link_footer:hover {
    color: #00ccff;
    text-decoration: inherit;
}

.wrapper_home {
    height: 100%;
    position: relative;

}

img.img_aboute {
    width: 100%;
}
.content_black {
    color: #000;
    margin-top: 20px;
}
.title_left_style2 {
    /*position: absolute;*/
    /*transform: rotate(-270deg);*/
    /*top: 90px;*/
    /*left: -46px;*/
    font-weight: 700 !important;
}

.title_left_style {
    position: absolute;
    transform: rotate(270deg);
    top: 90px;
    left: -46px;
    font-weight: 700 !important;
}

.wrap_title_left_style {
    position: absolute;
    top: 170px;
    left: -40%;
    text-align: left;
    width: 100%;
    height: 25px;
    transform: rotate(-90deg);
    text-shadow: 1px 1px 0px #00000075, 0 0 3em white;
}

.bg_black_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    background: linear-gradient(to left, #ffffff00, #000000);
    transition: 0.5s;
}

.box:hover .bg_black_hover {
    width: 50%;
    transition: 0.5s;
}

.title_big_text {
    position: absolute;
    bottom: 0;
    left: 32px;
    font-size: 110px !important;
    font-weight: 700 !important;
    text-transform: initial !important;
}
.img_job_mark {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 75px;
}
.sub_block_about {
    margin-top: 70px;
    margin-bottom: 50px;
}
.sub_title_about {
    margin-top: 0px;
    font-weight: 400;
}
.sub_title_about a {
    text-decoration: none;
    color:#232323;
    transition: 1s ease all;
}
.sub_title_about a:hover {
    color:#00ccff;
    transition: .1s ease all;
}

.btn_nav {
    margin-left: -22px;
    left: 50%;
    float: none;
    border-radius: 0px;
}

.text_second_menu {
    text-align: center;
    font-weight: 300;
}



.nav_link_xs {
    text-align: center;
}

.nav_xs {
    background-color: #ffffff;
    position: relative;
    z-index: 10;
    margin-bottom: 0px;
}

input {
    color: #00ccff !important;
    font-weight: 300;
}



@font-face {
    font-family: Pura;
    src: url("/web/fonts/pyra.otf") format("opentype");
}
@font-face {
    font-family: Jaapokki;
    src: url("/web/fonts/Jaapokki.otf") format("opentype");
}
@font-face {
    font-family: LitteraRegular;
    src: url("/web/fonts/LitteraPlainRegular.otf") format("opentype");
}







.img-circleblock {
    background-image: url(/images/mini.png) !important;
}
#popup_toggle {
    top: 177px;
    right: 353px;
    z-index: 9999999999999;
    position: absolute;
}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #29AEE3;width:110px;height:110px;bottom:-5px;right:30px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#29AEE3;width:70px;height:70px;bottom:14px;right:50px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;bottom: 26px;right: 61px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;background-image:url(images/mini.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
    50% {transform: scale(1); opacity: 1; }
    100% {transform: scale(0.9);opacity: 1;}}
@-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
    50% {-webkit-transform: scale(1);opacity: 1;}
    100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
    0% {transform: rotate(-8deg);}
    50% {transform: rotate(8deg);}
    100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
    0% {-webkit-transform: rotate(-8deg);}
    50% {-webkit-transform: rotate(8deg);}
    100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
    0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
    30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
    100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
    0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
    30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
    100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
    0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
    30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
    100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
    0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
    30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
    100% {transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1;}}
@-moz-keyframes circle-fill-anim {
    0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
    50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
    100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
    0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
    50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
    100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
    0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
    50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
    100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
    0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
    50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
    100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
















.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}
#carousel {
    height: 100vh !important;
}
.item {
    background: #000;
}

#particle-canvas {
    position: fixed !important;
    width: 100%;
    top: 0;
    height: 100%;
}


@media (max-width: 920px) {

    .sec-title, .sec-title_work {
        margin: 0 auto 80px auto
    }
    .box {
        margin: 0 auto !important;
        display: block !important;
    }
    .job_position:nth-child(2) {
        margin-top: 15%;
    }
    .job_position:nth-child(3) {
        margin-top: -40%;
    }
}
@media (max-width: 991px) {
    .col2 {
        margin-top: 0px !important;
    }
    .job_position:nth-child(1) {
        margin-top: 54%;
    }
    .job_position:nth-child(2) {
        margin-top: 44%;
    }
    .job_position:nth-child(3) {
        margin-top: 15%;
    }
    .deskription_job {
        position: absolute;
        bottom: 30%;
        width: 50%;
        left: 0%;
        text-align: left;
    }
    .wrap_proj_map_block {
        height: 120px;
    }
    .k, .a, .r, .n, .o {
        display: none;
    }

    .absolute_text_aboute {
        color: #fff;
    }

    .line_block {
        background-color: #fff;
    }
    /*.b05_3d_roll a:nth-child(2) {*/
    /*color: #fff;*/
    /*}*/
    /*.b05_3d_roll a {*/
    /*border: #fff solid 2px;*/
    /*}*/
    .child_blog:nth-child(3){
        margin-top: 50px;
    }
    .child_blog2:nth-child(3) {
        margin-top: 0px;
    }
    .wrap_about_img {
        display: none;
    }
    .logo_block_little_map {
        display: block;
    }
    .text_news {
        top: 90%;
    }
}

@media (max-width: 1199px) {
    .wrap_about_img  .breadcrumb {
        left: 27px;
    }
}

@media (max-width: 992px) {
    .wrap_container_blog_post {
        margin-top: 180px;
    }
    .KE_footer {
        margin-bottom: 50px;
        display: block;
    }
    .tabl_st {
        background-color: rgba(255, 255, 255, 0.75);
    }
    .product-table table tr td:first-child {
        width: 120px;
    }

    @media (max-width: 840px) {
        /*#aboute .container {*/
        /*    padding-left: 65px;*/
        /*}*/
        /*#works {*/
        /*    padding-left: 55px;*/
        /*}*/
        /*.text_service {*/
        /*    padding-left: 30px;*/
        /*}*/
        /*#blog {*/
        /*    padding-left: 55px;*/
        /*}*/
        /*#contact {*/
        /*    padding-left: 55px;*/
        /*}*/
    }

    @media (min-width: 767px){

        .nav_xs {
            display: none;
        }

    }

    @media (max-width: 767px) {
        nav#left_menu {
            display: none;
        }
        .line_right {
            display: none;
        }
        .link_blog {
            color: #000;
        }
        .link_blog>p {
            color: #000;
            font-weight: 300;
        }
        .line_right_job {
            display: none;
        }
        .job_position:nth-child(1) {
            margin-top: 54%;
        }
        .job_position:nth-child(2) {
            margin-top: 10%;
        }
        .job_position:nth-child(3) {
            margin-top: 10%;
        }
        .deskription_job {
            width: 100%;
            padding-left: 10%;
            padding-right: 10%;
            bottom: 29%;
            text-align: center;
        }
        .des_job {
            margin-top: 390px;
        }
        .child_blog:nth-child(1) {
            margin-top: 20px;
        }
        .child_blog2:nth-child(3) {
            margin-bottom: 200px;
        }
        .text_news {
            bottom: 60px;
        }
        .block_work:nth-child(1) .wrap_blog {
            width: 100%;
        }
        .block_work:nth-child(1) .wrap_job {
            left: 50%;
            margin-left: -180px;
            width: 360px;

        }
        .block_work:nth-child(2) .wrap_blog {
            width: 100%;
            height: 460px;
        }
        .block_work:nth-child(2) .wrap_job {
            left: 50%;
            top: 5%;
            width: 400px;
            margin-left: -200px;
        }
        .block_work:nth-child(2) {
            height: 600px;
        }
        .block_work:nth-child(3) .wrap_blog {
            width: 100%;
        }
        .block_work:nth-child(3) .wrap_job {
            left: 50%;
            margin-left: -180px;
            width: 360px;

        }
        .block_work:nth-child(4) .wrap_blog {
            width: 100%;
            height: 460px;
        }
        .block_work:nth-child(4) {
            height: 600px;
        }
        .block_work:nth-child(4) .wrap_job {
            left: 50%;
            top: 5%;
            width: 400px;
            margin-left: -200px;
        }
        .text_news {
            top: 95%;
        }
        #works {
            height: 1860px;
        }
        .footer_colum_1 {
            text-align: center;
        }
        .col_footer {
            text-align: center;
            padding-bottom: 25px;
        }
        .sub_header_foter {
            width: 250px;
            margin: 0 auto;
        }
    }

    @media screen and (min-width: 650px){
        .admin_login {
            width: 500px;
        }
    }
    @media (max-width: 630px) {
        .abs_block_blog {
            display: none;
        }
        .wrap_container_blog_post {
            margin-top: 50px;
        }
        .logo_text {
            font-size: 30px;
        }
        .ke_l {
            display: none !important;
        }
        .ke_r {
            display: none !important;
        }
        .sub_text_logo {
            font-family: Jaapokki;
            letter-spacing: 13px;
        }
        .sec-title_work h2 {
            color: #00ccff;
        }
        .first_text_about {
            color: #00ccff;
        }
        .second_text_about {
            color: #00CEFF;
        }
        .b05_3d_roll a:nth-child(2) {
            color: #00CEFC !important;
            border: #00CEFC solid 2px !important;
        }
        .deskription_job {
            color: #00CEFC !important;
        }
        .logo_block_little_map {
            width: 240px;
            margin-left: -120px;
        }
        /* .title_job {
            color: #00ccff;
        } */
        .title_job {
            color: #00ccff;
            font-weight: bold;
            text-decoration: underline;
            text-decoration-line: underline;
            text-decoration-color: #575757;
            text-decoration-thickness: 2px;
        }


    }
    @media (max-width: 510px) {
        .sec-title {
            width: 350px;
        }
        .sec-title_work {
            width: 350px;
        }
        .sec-title_work {
            width: 350px;
        }
        .absolute_text_aboute {
            left: 10%;
        }
        .des_job {
            margin-top: 480px;
        }
        .img_slider {
            width: 200% !important;
            max-width: 500% !important;
            margin-left: -100%;
        }
    }
    /* Мобильное меню */
    @media (max-width: 767px) {
        nav#left_menu {
            display: block !important;
        }
        .left_menu {
            margin-left: 0;
            transform: translateX(-100%);
        }
        .open_left_menu {
            transform: translateX(0%);
            margin-left: 0px;
        }
        .menu_icon {
            text-align: center;
            width: 50px;
            left: 94% !important;
            margin-left: 0px;
            color: #fff;
            position: relative;
            margin-bottom: 30px;
            font-weight: 500;
            text-transform: uppercase;
            transform: translateX(100%);
            text-shadow: 0px 0px 7px rgba(0,0,0,0.85);
        }
        .open_left_menu .menu_icon {
            left: 50% !important;
            transform: translateX(-50%);
        }
    }
}
