@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Poiret+One|Ubuntu+Condensed|Comfortaa:300,400,700|Ubuntu+Mono:400,700&subset=latin,cyrillic");


.modal-content {
    background-color: #222021;
    color: #e2ff00;
}

.close {
    color: #fff;
    text-shadow: 0 1px 0 #000;
}


.btn-primary {
    background-color: #2f2e2e;
    border-color: #72da8d;
    color: #000;
    border: 1px solid #ccc;
    color: #FFF;
    padding: 8px 25px;
    font-size: 14px;    
}

.modal-content .btn {
    color: #d6d6d6;
    background-color: #101515;
}

content .btn-primary {
    background-color: #97f500;
    border-color: #72da8d;
    color: #000;
}

.modal-footer {
    border-top: 1px solid #080606;
}

.modal-header {
    border-bottom: 1px solid #080606;
}


/*
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Poiret One', cursive;
font-family: 'Ubuntu Condensed', sans-serif;
font-family: 'Comfortaa', cursive;
font-family: 'Ubuntu Mono', ;
*/

.menu_item {
    /*
    font-family: 'Ubuntu Mono' !important;
    */
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
}

body {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
}

#glenn {
    /*
    background-image: url(/site/layouts/default/public/images/glenn.png);
    */
    left: 50%;
    top: 35px;
    margin-left: -381px;
    width: 778px;
    height: 113px;
    position: relative;
}

#glenn h1, #glenn img {
    display: none;
}

#glenn_content_div {
    opacity: 1;
}

#cosmo {
    background-image: url(/site/layouts/default/public/images/cosmo.jpg);
    left: 50%;
    top: 329px;
    margin-left: -227px;
    width: 453px;
    height: 234px;
    z-index: 5;
    display: none;
    background-size: 100% auto;
}

#contacts {
    left: 50%;
    top: 734px;
    width: 294px;
    height: 93px;
    margin-left: -371px;
    background-image: url(/site/layouts/default/public/images/contacts.png);
    display: none;
}


#space {
    left: 0px;
    top: 0px;
    width: 5120px;
    height: 1600px;
    z-index: -1;
    text-align: center;
}

#space img {
    float: left;
    opacity: 1;
}

/*
 * Плавный дрейф космического фона справа налево.
 * Раньше делалось через jQuery ($('#space').transition({x: ...})), теперь — чистый CSS.
 * #space шириной 5120px (2 картинки по 2560), уезжает влево на (ширина окна - 5120px)
 * за 230s линейно и возвращается обратно (alternate) — бесконечный «пинг-понг».
 * Класс .space-flight навешивается из spaceFlight() после загрузки/интро.
 */
#space.space-flight {
    animation: space-flight 230s linear infinite alternate;
    will-change: transform;
}

@keyframes space-flight {
    from { transform: translateX(0); }
    to   { transform: translateX(calc(100vw - 5120px)); }
}


#cursor{
    left: 50%;
    top: 645px;
    width: 14px;
    height: 30px;
    margin-left: -381px;
    visibility: hidden;
    background-color: #FF0;
}


#loading_text {
    left: 50%;
    top: 658px;
    width: 200px;
    height: 30px;
    margin-left: -381px;
    visibility: visible;
    color: yellow;
    font-size: 16px;
    letter-spacing: 10px;
    font-family: 'Jura', sans-serif;
}

.element {
    position: absolute
}
/*
#tvsnow {
    width: 744px;
    height: 513px;
    
    background-image: url(/site/layouts/default/public/images/tvsnow.gif);
    left: 50%;
    margin-left: -363px;
    top: 241px;
    display: none;
    overflow: hidden;
}
*/

#tvsnow {
    background-repeat: repeat;
    left: 50%;
    margin-left: -363px;
    overflow: hidden;
    width: 969px;
    height: 545px;
    margin-left: -473px;
    top: 124px;
    opacity: 0;    
}

#container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-height: 900px;
}


#tv {
    background-repeat: repeat;
    background-image: url(/site/layouts/default/public/images/tv_new2.png);
    width: 1200px;
    height: 778px;
    top: 146px;
    left: 50%;
    margin-left: -589px;
    z-index: 4;
    display: block;
    opacity: 0;
}

#radio {
    position: absolute;
    right: 50%;
    top: 8px;
    margin-right: -560px;
    display: none;
    width: 385px;
}

#radio div {
    float: left;
}

#radio div a {
    font-size: 30px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    margin-left: 15px;    
}

#radio img {
    float: left;
    margin: 0 10px 0 0;
}

audio.radio_player {
    opacity: 0;
}

audio.wn {
    display: none;
}

#menu {
    position: absolute;
    top: -5px;
    left: 50%;
    width: calc(100% - 24px);
    list-style-type: none;
    z-index: 5;
    background-color: #1F1F1F;
    padding-left: 40px;
    margin: 20px 0 0 -473px !important;    
}

#menu li {
    float: left;
    margin: 0 70px 0 -9px;
    width: 250px;
    text-align: center;    
    padding: 10px;
}

#menu li:first-child {
    width: 115px;
}

#menu li a {
    color: rgba(0, 255, 30, 0.9)  !important;
    text-decoration: underline !important;
}


#menu li a, #tvsnow {
    font-family: 'Play', sans-serif;
}


.content a, #menu li a, #radio div a {
    color: #FF0;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.content {
    background-color: #000;
    background-image: none !important;
    color: #FF0;
    padding: 20px;
    z-index: 5;
    width: 924px;
    height: 505px;
    overflow: auto;
    position: relative;
}


.radio .fm_logo {
    /*
    border: 11px solid rgb(255, 255, 255);
    padding: 10px;        
    */
    float: left;
    margin: 0 20px 20px 0;
    
    
}

.addr {
    font-size: 27px;
    margin: 0 0 47px 0;
    color: #FFF;
}

.description {
    color: #FFF;
    font-size: 12px;
    margin: 0 0 15px 0;    
}

.pointer {
    cursor: pointer;
}

.menu {
    position: absolute;
    width: 100px;
    height: 110px;
    cursor: pointer;
}

.g {
    top: -98px;
    left: 24px;
}

.l {
    top: -98px;
    left: 192px;    
}

.e {
    top: -98px;
    left: 349px;    
}

.n {
    top: -99px;
    left: 516px;
}


.n2 {
    top: -99px;
    left: 699px;
}

.menu_item {
    display: none;
}

.g:hover .mig {
    display: block;
}

.l:hover .mil {
    display: block;
}

.e:hover .mie {
    display: block;
}

.n:hover .min {
    display: block;
}

.n2:hover .min2 {
    display: block;
}

.menu:hover a {
    margin-top: 139px;
}

.tv_wide {
    left: 0px !important;
    top: 0px !important;
    width: 100% !important;
    height: 100% !important;
    background-image: url(/site/layouts/default/public/images/tvsnow.gif) !important;
    background-size: 100% 100% !important;
    z-index: 11000;
    margin-left: 0 !important;
    display: block !important;
}



.pomehi {
    position: absolute;
    top: 1px;
    right: 4px;
    background-image: url(/site/layouts/default/public/images/preloader.gif) !important;
    /*
    background-image: url(/site/layouts/default/public/images/tvsnow.gif) !important;
    background-size: 100% 100% !important;
    */
    z-index: 11059;
    width: 521px;
    height: 471px;
    background-color: #fff;
    background-repeat: no-repeat;
    opacity: 0.6;
    background-position: 246px 228px;    
}



.transitioned {
    -webkit-transition: opacity 0.3s ease-out 0s;
    -moz-transition: opacity 0.3s ease-out 0s;
    -o-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s;
}

#main_buttons div.main_btn {
    float: left;
    width: calc(33% - 8px);
    height: 207px;
    padding: 45px;
    background-color: #1F1F1F;
    margin: 5px 10px 5px 0;
    display: none;
    opacity: 0.8;
    cursor: pointer;    
}

#main_buttons a {
}

#main_buttons div.main_btn:hover {
    opacity: 1;
}

.welcome {
    height: 88px;

}

.main_btn {
    display: none;
}

#menu h1 {
    font-size: 14px;
    display: inline;
    font-weight: 100;
    line-height: 20px;
}



/*
 *  STYLE 8
 */
#works::-webkit-scrollbar-track, .work_item .desc::-webkit-scrollbar-track, .cool_scrool::-webkit-scrollbar-track {
    border: 1px solid black;
    background-color: #1F1F1F;
}

#works::-webkit-scrollbar, .work_item .desc::-webkit-scrollbar, .cool_scrool::-webkit-scrollbar {
    width: 10px;
    background-color: #1F1F1F;
}

#works::-webkit-scrollbar-thumb, .work_item .desc::-webkit-scrollbar-thumb, .cool_scrool::-webkit-scrollbar-thumb {
    background-color: #F5F5F5;	
}



#intro_text {
    position: absolute;
    font-size: 15px;
    color: #84888a;
    top: 83px;
    font-weight: 100;
    right: 20px;
    font-family: 'Play', sans-serif;
    margin-top: 25px;
}


#callMe {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    padding: 0px;
    background-color: #000;
    border-top: 2px solid #5d4747;    
}

#callMe input[type=text], #callMe textarea {
    width: 94%;
    height: 40px;
    background-color: #211515;
    padding: 0px 20px;
    border: 1px solid #716060;
    border-radius: 0px;
    margin: 10px 3%;
    color: #fff;
}

#callMe textarea {
    height: 100px;
    padding: 10px 20px;
    margin: 18px 3% 10px 3%;
}

#callMe button {
    padding: 10px 29px;
    font-size: 16px;
    background-color: #4a2e2e;
    color: #fff;
    border: 1px solid #716060;    
    margin: 10px 3%;
    float: right;
}

#callMe .acceptRules {
    float: left;
    display: block;
    margin: 10px 3%;
    font-size: 13px;
    position: absolute;
}

.acceptRules input {
    float: left;
    margin-right: 10px;    
}



.callme {
    color: #fff !important;
    font-weight: bold;
    border: 1px solid #49841d;
    padding: 10px;
    margin-top: 10px;
    display: block;
    float: left;    
    background-color: green;
}


    #calculate {
        margin-top: -21px;
        max-height: 546px;
        overflow-y: auto;
        overflow-x: hidden;
        width: 967px;
        margin-left: -19px;
        overflow: hidden;        
        position: relative;
        height: 546px;

    }
    
    video {
        width: 100%;
        display: none;
        position: absolute;
        left: 0px;
        top: 0px;        
        opacity: 0.2;
    }
    
    #tvsnow {
        overflow: hidden;
        overflow-y: hidden !important;
    }
    
    #calculate * {
        
    }
    
    #calculate textarea {
        left: 10px;
        width: 946px;
        height: 123px;
        background-color: #1F1F1F;
        color: #FE0;
        padding: 10px 18px;
        font-size: 16px;
        border: 0;
        margin: 10px 0 10px -9px;
    }
        
    #calculate .problem {
        margin: 0 0 10px -9px;
    }
    
    #calculate .contacts {
        
    }
    
    #calculate button.send {
        left: 304px;
        top: 400px;
        width: 400px;
        height: 71px;
        background-color: #1F1F1F;
        color: #ABDC00;
        font-size: 20px;
        border: 0;
        margin: 10px 0 0 276px;
    }
    
    #calculate #main_buttons {
        margin: 60px 0 0 10px;
        height: 258px;
    }
    
    #calculate #main_buttons > div.main_btn {
        opacity: 1;
    }

    
    /*
///////////////////////// DEVELOPMENT
*/
    p {
        font-weight: normal;
        font-size: 14px;
        color: #f7f7f7;
    }
    
    h2 {
        font-size: 14px;
        line-height: 15px;
        color: #FF0;
    }
    
    .G_content {
        margin-top: 60px;
        overflow-y: auto;
        height: 465px;
        margin-right: -20px;        
    }
    
    #developement, #websites, #apps {
        margin-top: 60px;
        overflow-y: auto;
        height: 465px;
        margin-right: -20px;
        width: calc(100% - 1px);
    }
    
    #menu li {
        float: left;
        margin: 0 25px 0 -9px;
        width: 140px;
    }


    .portfolio {
        list-style-type: none;
    }

    .portfolio li {
        float: left;
        width: 300px;
    }
    
    .portfolio li img {
        width: 280px;
    }
    
    hr {
        border-top: 1px solid #2a2728 !important;
        border-bottom: 1px solid #2a2728 !important;
    }
    
    .logos {
        width: 40%;
        float: right;
        
        margin-right: 58px;
    }
    
/*///////////////// WORKS */


    
    #works {
        position: absolute;
        top: 60px;
        left: 12px;
        height: 491px;
        overflow-y: auto;
        width: 945px;
    }
    
    .work_item {
        display: grid;
        grid-template-columns: 128px 1fr;
        grid-template-areas:
            "logo body"
            "logo more";
        column-gap: 18px;
        row-gap: 10px;
        align-items: start;
        width: 100%;
        margin: 14px 0 0;
        padding: 18px 20px;
        background-color: #0d0d0d;
        border: 1px solid #2a2a2a;
        border-radius: 4px;
        opacity: 0;
        cursor: pointer;
        transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
    }

    .work_item:hover {
        background-color: #101410;
        border-color: rgba(0, 255, 30, 0.45);
        box-shadow: 0 0 0 1px rgba(0, 255, 30, 0.15), 0 6px 24px rgba(0, 0, 0, 0.55);
    }

    .work_logo {
        grid-area: logo;
        width: 128px;
        height: 128px;
        border-radius: 8px;
        background-color: #f4f4f4;
        border: 1px solid #2f2f2f;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .work_logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 8px;
        box-sizing: border-box;
    }

    .work_logo.is-empty {
        background-color: #1a1a1a;
    }

    .work_logo span {
        font-family: 'Play', sans-serif;
        font-size: 52px;
        color: #6b6b6b;
        text-transform: uppercase;
    }

    .work_body {
        grid-area: body;
        min-width: 0;
    }

    .work_item a.head {
        display: inline-block;
        font-family: 'Play', sans-serif;
        font-size: 18px;
        line-height: 1.3;
        color: rgba(0, 255, 30, 0.9);
        text-decoration: none;
        margin-bottom: 6px;
    }

    .work_item a.head:hover {
        text-decoration: underline;
    }

    .work_lead {
        margin: 0 0 10px;
        color: #b7b7b7;
        font-size: 13px;
        line-height: 1.5;
    }

    .work_tags {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .work_tags .tag {
        display: inline-block;
        padding: 2px 8px;
        border: 1px solid #333;
        border-radius: 3px;
        font-size: 11px;
        line-height: 1.6;
        color: #8a8a8a;
        white-space: nowrap;
    }

    .work_tags .tag_more {
        color: #6b6b6b;
        border-style: dashed;
    }

    .work_admin {
        margin-top: 12px;
        display: flex;
        gap: 8px;
    }
    
    #website_preview {
        width: 1210px;
        height: 1092px;
        opacity: 0;
        position: absolute;
        top: 0px;
        left: 423px;
        -ms-transform: scale(0.43);
       -moz-transform: scale(0.43);
       -o-transform: scale(0.43);
       -webkit-transform: scale(0.43);
       transform: scale(0.43);

       -ms-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
       -o-transform-origin: 0 0;
       -webkit-transform-origin: 0 0;
       transform-origin: 0 0;        
        
    }
    
    .work_item .more {
        grid-area: more;
        align-self: end;
        justify-self: start;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 7px 14px;
        background-color: #111;
        border: 1px solid #2f2f2f;
        border-radius: 3px;
        color: #ABDC00;
        font-family: 'Play', sans-serif;
        font-size: 14px;
        text-decoration: none;
        cursor: pointer;
        transition: border-color .18s ease, color .18s ease, background-color .18s ease;
    }

    .work_item .more:hover {
        background-color: #141a14;
        border-color: rgba(0, 255, 30, 0.5);
        color: #d2ff00;
        text-decoration: none;
    }

    .work_item .more span {
        transition: transform .18s ease;
    }

    .work_item:hover .more span {
        transform: translateX(3px);
    }

    .work_item .desc {
        display: none;
    }
    
    
    #current_work {
        top: 60px;
        z-index: 10;
    }
    
/*      end   */
    
.portfolio_work_data {

    padding: 0 0px;
}


    
#menu li.delimiter {
    width: 5px;
    color: #8e8e77;
}

#menu li {
    width: auto;
}

.portfolio_img img {
    width: 100%;
}

#portfolio_work {
    height: 479px;
    margin-top: 46px;
    overflow: auto;    
}

.portfolio_desc {
    display: block;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.93);
    position: absolute;
    top: 65px;
    width: calc(100% - 10px);
    padding: 30px 28px;
    color: #FF0;
    overflow-y: auto;
    max-height: 469px;
}

.introText p {
    opacity: 0;
}



#contacts_contents_data a {
    color: #FF0;
    text-decoration: underline;
}



.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #d4ff8f;
    background-color: #5f4a4a;
    background-image: none;
    border: 1px solid #656763;
    border-radius: 0px;
}




    .clients {
        margin: 0 -18px;
        height: 445px;
        overflow-y: auto;        
    }
    
    .clients .cl {
        height: 110px;
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        margin: 10px 0;
        padding: 0 15px;
    }
    
    .clients .cl:nth-child(odd) {
        background-color: #151515;
    }
    
    .newClient {
        display: none;
        margin: 15px 0;
    }
    
    .newClient input {
        margin-bottom: 15px;
    }
    
    .top_menu {
        margin-bottom: 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    .cl>div {
        padding: 0 5px;
        width: 100%;
    }
/*    
    .cl .act {
        width: 30%;
    }
    
    .cl .act button {
        width: 100%;
        height: 80%;
    }
*/    
    .plan_hour, .plan_month {
        font-size: 20px;
        text-align: center;
        cursor: pointer;
    }
    
    .cl .unpaid_h {
        width: 200px;
        text-align: center;            
    }
    
    .cl .unpaid_h .pay {
        opacity: 0;
        transition-duration: 0.2s;
        cursor: pointer;
    }
    
    .cl .unpaid_h:hover .pay {
        opacity: 1;
    }
    
    
    #unpaid_payments .unp_item {
        display: inline-block;
        min-width: 150px;
        min-height: 98px;
        text-align: center;
        border-radius: 5px;
        padding: 10px;
        margin: 0 10px 10px 0;
        border: 1px solid black;
        cursor: pointer;
    }
    
    #unpaid_payments .unp_item.active {
        background-color: #000;
        color: #fff;
    }
    
    #unpaid_payments .unp_item:hover {
        background-color: #353519;
    }
    
    .unp_item strong {
        font-size: 20px;
    }
        
    .jobs {
        display: none;
        flex-direction: row;
        justify-content: space-around;
    }

    .jobs .job {
        border: 1px solid #806b6b;
        padding: 6px;
        width: 150px;
        margin-right: 10px;
        font-size: 13px;
        cursor: pointer;
        float: left;
        height: 85px;
    }

    .jobs .job.new {
        border: 1px solid #6f6f64;
        background-color: #2f2649;
        display: none;
    }    

    
    .jobs .job:hover {
        border: 1px solid #ff0;
        background-color: #ff0;
        padding: 6px;
        width: 150px;
        margin-right: 10px;
        font-size: 13px;
        color: #000;            
    }    
    
    .jobs_container::-webkit-scrollbar-button{ display: none; height: 13px; border-radius: 0px; background-color: #574b5f; } 
    .jobs_container::-webkit-scrollbar-button:hover{ background-color: #AAA; } 
    .jobs_container::-webkit-scrollbar-thumb{ background-color: #b7c05f; } 
    .jobs_container::-webkit-scrollbar-thumb:hover{ background-color: #b7c05f; } 
    .jobs_container::-webkit-scrollbar-track{ background-color: #6c4a4a; } 
    .jobs_container::-webkit-scrollbar-track:hover{ background-color: #6c4a4a; } 
    .jobs_container::-webkit-scrollbar{ width: 5px; }    

    
    .jobs_container {
        display: block;
        width: 600px;
        overflow-x: auto;
        height: 110px;
        margin-right: 10px;
    }
    
    
    

table#translates {
    margin-top: 60px;
    color: #fff;
}    

.h_widget {
    display: flex;
    flex-direction: row;
}

#language_fields {
    color: #fff;
}



.workBtns {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}