HTML, BODY {
    background: url('images/matrisa11.jpg?v=2');
    margin: 0;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: black;
}
#top {position:relative;width:100%;height:39px;background:url('images/bgtop.png');}
#toptext {margin:0 auto 0 auto;width:950px;padding:12px 0 0 0;font-size:13px;}
#header {position:relative;width:100%;height:130px;background:url('images/bgheader.png');}
#topheader {margin:0 auto 0 auto;width:950px;padding:22px 0 0 0;height:60px;font-size:13px;}
#personal {float:right;margin-left:15px;margin-right:2px;margin-top:12px;}
#botheader {margin:0 auto 0 auto;width:950px;height:48px;font-size:13px;}
tr.menu {background:url('images/bgmenu.png');margin:0px;height:48px;}
tr.menu td {font-size:14px;cursor:pointer;}
tr.menu td:hover {color:#EEEEEE;}
#hack {position:relative;width:950px;margin:0 auto 0 auto;-webkit-border-radius:0px 0px 5px 5px;-moz-border-radius:0px 0px 5px 5px;border-radius:0px 0px 5px 5px;margin-top:1px;background:url('images/bghack.png') repeat-x;}
tr.hack {margin:0px;color:#DDDDDD;font-size:14px;}
tr.hack td {padding-top:5px;}


#content {width:100%;margin-top:5px;}
td.toptd1 {-webkit-border-radius:5px 0px 0px 0px;-moz-border-radius:5px 0px 0px 0px;border-radius:5px 0px 0px 0px;background:url('images/bgtopcont.png');padding-left:20px;color:#222222;font-size:16px;}
td.toptd2 {-webkit-border-radius:0px 5px 0px 0px;-moz-border-radius:0px 5px 0px 0px;border-radius:0px 5px 0px 0px;background:url('images/bgtopcont.png');padding-left:20px;color:#222222;font-size:16px;}

td.td1 {background:#FFFFFF;padding:10px;color:#555555;}
td.td2 {background:#FFFFFF;padding:10px;color:#555555;}

#cabmenu {background:url('images/nav_arr.gif') no-repeat;background-position:right;height:15px;border-bottom:1px solid #DDDDDD;margin-top:13px;color:#24448f;cursor:pointer;}
#cabmenu:hover {color:#000000;}

#bottom {position:relative;width:950px;margin:0 auto 0 auto;height:54px;margin-top:1px;-webkit-border-radius:0px 0px 5px 5px;-moz-border-radius:0px 0px 5px 5px;border-radius:0px 0px 5px 5px;background:url('images/bgbottom.png') repeat-x;}

#hacc {margin-top:1px;-webkit-border-radius:5px 5px 5px 5px;-moz-border-radius:5px 5px 5px 5px;border-radius:5px 5px 5px 5px;border:1px solid #BBBBBB;}
#hacc td {padding:2px;}
.content {
    position: relative;
    padding-left: 26px;
    padding-right: 26px;
    max-width: 1002px;
    width: 100%;
    background-color:#ffffff;
}
.top-hr {
    position: absolute;
    margin-left: -26px;
    max-width: 1002px;
    width: 100%;
    height: 4px;
    background-color: #3e7aaa;
    -webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.3);
}
.top-logo {
    position: relative;
    float: left;
    max-width: 282px;
    width: 100%;
    height: 170px;
    background: url('images/logo.jpg') no-repeat 0% 100%;

}


.top-lc {
    position: relative;
    margin-left: 282px;
    margin-top: 5px;
    max-width: 668px;
    width: 100%;
    height: 165px;
}
.top-hello {
    position: relative;
    float: right;
    height: 37px;
    max-width: 668px;
    width: 100%;
    line-height: 37px;
    text-align: right;
}
.buttons {
    position: relative;
    float: right;
    margin-left: 10px;
    height: 36px;
    max-width: 282px;
    width: 100%;
    background-color: #00a1dd;
    border-bottom: 1px solid #c3cad0;
    -moz-border-radius: 5px; /* закругление для старых Mozilla Firefox */
    -webkit-border-radius: 5px; /* закругление для старых Chrome и Safari */
    -khtml-border-radius:5px; /* закругл. для браузера Konquerer системы Linux */
    border-radius: 5px; /* закругление углов для всех, кто понимает */

}
.first {
    position: relative;
    margin-top: 35px;
    maw-width: 668px;
    width: 100%;
    height: 100px;
    background: url('images/first.jpg') no-repeat 92px 0%;
    line-height: 35px;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    color: #82848a;
}
.first FONT {
    color: #3aa9ff;
    font-weight: bold;
}


#contact-wrapper {
    max-width:430px;
    width: 100%;
    border:1px solid #e2e2e2;
    background:#f1f1f1;
    padding:20px;
}
#contact-wrapper div {
    clear:both;
    margin:1em 0;
}
#contact-wrapper label {
    display:block;
    float:none;
    font-size:16px;
    width:auto;
}
form#contactform input {
    border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
    border-style:solid;
    border-width:1px;
    padding:5px;
    font-size:16px;
    color:#333;
}
form#contactform textarea {
    font-family:Arial, Tahoma, Helvetica, sans-serif;
    font-size:100%;
    padding:0.6em 0.5em 0.7em;
    border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
    border-style:solid;
    border-width:1px;
}



.nav {
    position: relative;
    /*    padding-right: 40px;*/

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 2px 20px;

    width: calc(100% - 40px);
    background-color: #9ca2d8;
    text-align: right;
    -moz-border-radius: 5px; /* закругление для старых Mozilla Firefox */
    -webkit-border-radius: 5px; /* закругление для старых Chrome и Safari */
    -khtml-border-radius:5px; /* закругл. для браузера Konquerer системы Linux */
    border-radius: 5px; /* закругление углов для всех, кто понимает */

}
.responsive-nav {
	display: flex;
}
.nav SPAN {
    flex-grow: 1;
    display: block;
    text-align: center;
    line-height: 32px;
    margin-right: 2px;
    color: #fffa7e;
    padding: 5px 17px 5px 17px;
    cursor: pointer;




}
.nav SPAN:hover {
    background-color: #9ca2d8;
    color: #ffffff;
    -moz-border-radius: 5px; /* закругление для старых Mozilla Firefox */
    -webkit-border-radius: 5px; /* закругление для старых Chrome и Safari */
    -khtml-border-radius:5px; /* закругл. для браузера Konquerer системы Linux */
    border-radius: 5px; /* закругление углов для всех, кто понимает */

}
/*
.hider {
position: relative;
max-width: 950px;
width: 100%;
height: 393px;
}
*/
/*
.slider {
position: absolute;
margin-top: -392px;
margin-left: -19px;
max-width: 969px;
width: 100%;
height: 392px;
}
*/
.slider{
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 1px;
}
.static{
    position: relative;
    background: #9ca2d8;
    width: 50%;
    z-index: 2;
}
.static img{
    width: 100%;
}
.movable {
    position: relative;
    width: 55%;
}
/*
.static {
position: absolute;
max-width: 597px;
width: 100%;
height: 392px;
background: url('images/slider.png');
z-index: 2;
}
*/



.strelka {
    color: #faa71a;
}


/*
.movable {
position: absolute;
top: 0px;
left: 419px;
max-width: 550px;
width: 100%;
height: 392px;

background-position: 0px 0px;
z-index: 1;
}
*/
.hack {
    position: relative;
    margin-top: 5px;
    width: 100%;
    /*height: 150px;*/
    border: 1px solid #d9e1ec;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.3);
    background: #ededed;
}
.hack-top {
    position: relative;
    width: 100%;
    height: 38px;
    border-bottom: 1px solid #d9e1ec;
    border-radius: 10px;
    line-height: 38px;
    text-align: center;
}
.system {
    position: relative;
    float: left;
    max-width: 300px;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-weight: bold;
    color: #fffa7e;
    text-align: center;
    font-size: 20px;
    font-family: Cuprum;
    background-color: #9ca2d8;
    border-right: 1px solid #7f89d3;
    border-radius: 10px;
}
.hack-top SPAN {
    padding: 5px 5px 5px 5px;
    color: #333333;
    font-family: "Courier New", Courier, monospace;
    font-size: 16px;
    font-weight: bold;
}
.hack-button {
    position: relative;
    display: inline-block;
    max-width: 15em;
    width: 100%;
    height: 2.5em;
    font-size:12px;
    line-height: 2.5em;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px #777;
    color: black;
    outline: none;
    border: 2px solid #7f89d3;
    border-radius: 5px;
    box-shadow: 0 0 0 60px rgba(0,0,0,0) inset, .1em .1em .2em #26448b;
    background: linear-gradient(#7f89d3, #7f89d3 98%, #7f89d3 52%, #7f89d3);
}


.hack-button:active {
    top: .1em;
    left: .1em;
    box-shadow: 0 0 0 60px rgba(0,0,0,.05) inset;
}

.hack-adress {
    background-color:#ffffff;
    height:22px;
    max-width:540px;
    width: 100%;
    color:#bdbdbd;
    border: 1px solid #bbbbbb;
    border-radius:5px;
    font-family:Cuprum;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
}
.hack-adress:focus {
    background-color:#ffffff;
    border: 1px solid #66afe9;
    border-radius:5px;
    outline:none;
    box-shadow: 0 0 6px rgba(102,175,233,0.5); /* Параметры тени */
}

.hack-menu {
    margin-top: 22px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    font-family: Cuprum;
    color: red;
    text-align: center;
    width: 100%;
}
.helper {
    margin-top: 20px;
    position: relative;
    max-width: 950px;
    width: 100%;
    height: 460px;
    background: url('images/notebook.jpg') no-repeat 50% 100%;
}
.helper H2 {
    font-family: Cuprum;
    font-size: 28px;
    margin: 0;
    color: #24448f;
}
.circle {
    position: absolute;
    max-width: 233px;
    width: 100%;
    height: 233px;
    z-index: 1;
}
.circle IMG {
    margin-top: 41px;
    margin-left: 41px;
    max-width: 150px;
    width: 100%;
    height: 150px;
}
.one {
    margin-left: 140px;
    margin-top: -20px;
}
.two {
    margin-left: 120px;
    margin-top: 180px;
}
.three {
    margin-left: 540px;
    margin-top: 0px;
}
.four {
    margin-left: 520px;
    margin-top: 150px;
}
.htext {
    font-family: Cuprum;
    font-size: 14px;
    color: #24448f;
    max-width: 180px;
    width: 100%;
    margin-top: 45px;
}
.htext H3 {
    font-family: Cuprum;
    font-size: 16px;
    color: #24448f;
    margin: 0;
}
.fb {
    position: relative;
    max-width: 948px;
    width: 100%;
    height: 200px;
    border: 1px solid #b0bedb;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.3);
    background: #ededed;
}
.fb-top {
    height: 44px;
    margin-left: 24px;
	margin-right: 24px;
    line-height: 44px;
    font-size: 24px;
    font-weight: bold;
    font-family: Cuprum;
    color: #266390;
    border-bottom: 1px solid #b0bedb;
}
.fb-left {
    float: left;
    margin-left: 20px;
    height: 155px;
    width: 55px;
}
.fb-center {
    margin-top: 22px;
    height: 96px;
	overflow: hidden;
	position: relative;
}
.fb-right {
    float: right;
    height: 155px;
    width: 55px;
    text-align: right;
	margin-right: 20px;
}
.fb-left IMG, .fb-right IMG {
    margin-top: 55px;
}
.fb-hr {
    float: left;
    max-width: 8px;
    width: 100%;
    height: 96px;
    background: url('images/fb-center.jpg') no-repeat;
}
.comment {
    float: left;
    max-width: 148px;
    width: 100%;
    height: 96px;
}
.c-text {
    padding: 10px 15px 0px 15px;
    font-family: Cuprum;
    font-size: 13px;
    color: #5e5e5e;
    height: 60px;
}
.c-author {
    padding-left: 15px;
    font-family: Cuprum;
    font-size: 13px;
    color: #8d8c8c;
}
.cont-h {
    font-size: 28px;
    font-weight: bold;
    font-family: Cuprum;
    color: #24448f;
}
.meter { 
    height: 16px;  /* Can be anything */
    position: relative;
    margin: 0px; /* Just for demo spacing */
    background: #ffe3c0;

    border: 1px solid #aaa59e;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 3px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    -moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
    box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
}
.meter > span {
    display: block;
    height: 100%;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: rgb(43,194,83);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(43,194,83)),
        color-stop(1, rgb(84,240,84))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(43,194,83) 37%,
        rgb(84,240,84) 69%
    );
    -webkit-box-shadow: 
        inset 0 2px 9px  rgba(255,255,255,0.3),
        inset 0 -2px 6px rgba(0,0,0,0.4);
    -moz-box-shadow: 
        inset 0 2px 9px  rgba(255,255,255,0.3),
        inset 0 -2px 6px rgba(0,0,0,0.4);
    box-shadow: 
        inset 0 2px 9px  rgba(255,255,255,0.3),
        inset 0 -2px 6px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}
.meter > span:after, .animate > span > span {
    content: "";
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-image: 
        -webkit-gradient(linear, 0 0, 100% 100%, 
            color-stop(.25, rgba(255, 255, 255, .2)), 
            color-stop(.25, transparent), color-stop(.5, transparent), 
            color-stop(.5, rgba(255, 255, 255, .2)), 
            color-stop(.75, rgba(255, 255, 255, .2)), 
            color-stop(.75, transparent), to(transparent)
        );
    background-image: 
        -moz-linear-gradient(
            -45deg, 
            rgba(255, 255, 255, .2) 25%, 
            transparent 25%, 
            transparent 50%, 
            rgba(255, 255, 255, .2) 50%, 
            rgba(255, 255, 255, .2) 75%, 
            transparent 75%, 
            transparent
        );
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 8px;
    overflow: hidden;
}

.animate > span:after {
    display: none;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.orange > span {
    background-color: #f1a165;
    background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1, #f36d0a));
    background-image: -webkit-linear-gradient(#f1a165, #f36d0a); 
}

.red > span {
    background-color: #DDDDDD;
    background-image: -moz-linear-gradient(top, #DDDDDD, #555555);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #DDDDDD),color-stop(1, #555555));
    background-image: -webkit-linear-gradient(#DDDDDD, #555555);
}

.modal-window, #open-window {
    display: none;
}
input:checked + .modal-window {
    background: rgba(0, 0, 0, 0.0);
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: scroll;
    z-index: 1000;


}
.window-container {
    background: #ffffff;
    margin: 10% auto;
    padding: 120px;
    max-width: 500px;
    width: 100%;
    border-style:solid;
    border-color:#99c635;

}
label {
    cursor: pointer;
}

.botbg{
    background:url('images/bgg.png') repeat-x;
    -moz-border-radius: 7px; /* закругление для старых Mozilla Firefox */
    -webkit-border-radius: 7px; /* закругление для старых Chrome и Safari */
    -khtml-border-radius:7px; /* закругл. для браузера Konquerer системы Linux */
    border-radius: 7px; /* закругление углов для всех, кто понимает */
}
.footer__title {
    display: flex;
    justify-content: space-between;
    max-width: 670px;
    width: 100%;
}

.footer{
    background: rgb(122,188,255);
    background: -moz-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(0,161,221,1) 0%, rgba(0,158,218,1) 29%, rgba(0,132,181,1) 100%);
    background: -webkit-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(0,161,221,1) 0%,rgba(0,158,218,1) 29%,rgba(0,132,181,1) 100%);
    background: linear-gradient(to bottom, rgba(122,188,255,1) 0%,rgba(0,161,221,1) 0%,rgba(0,158,218,1) 29%,rgba(0,132,181,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#0084b5',GradientType=0 );
    border-radius: 7px;
    padding: 30px 20px 20px;
    margin-top: 30px;
}
.footer__inner{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    /*max-width: 600px;*/
    width: 100%;
}
.footer__colum{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.footer__colum .title{
    font-size: 12px;
    color: black;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer__colum a{
    font-family: Roboto;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 12px;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.footer__colum a:hover{
    color: #F08723;
}

.footer_bottom, .footer_bottom a{
    color: #d0d0d0;
    font-size: 11px;
}
.footer_bottom{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    margin-top: 10px;
}
.footer_bottom p{
    margin: 0;
    padding: 0;
}
.footer_bottom .license{
    max-width: 62%;
}
.footer__img{
    max-width: 47%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.footer__img img{
    margin: 0 0 5px 2px;
}
.footer__watch{
    display: block;
    text-align: right;
}

.header{
    padding-top: 10px;
    position: relative;
}
.header:after{
    position: absolute;
    content: '';
    width: calc(100% + 52px);
    height: 5px;
    left: -26px;
    box-shadow: 0px 1px 6px 0px #959595;
    top: 0;
    background: #3E7AAA;
}
.header_top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header__right_top{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 30px;
}
.wrap-buttons{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    background: #9ca2d8;
    border-radius: 5px;
    padding: 5px 30px;
    margin-left: 15px;
}
.wrap-buttons a{
    flex-grow: 1;
    display: block;
    color: #fffa7e;
    text-decoration: none;
    padding: 5px;
}
.header__social-img img {
    display: block;
    margin: auto;
}
.header__right_bottom {
    position: relative;
    margin-top: 35px;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    color: #82848a;
}
.header__right_bottom  FONT {
    color: #3aa9ff;
    font-weight: bold;
}
.menu-trigger{
    display: none;
}
input, textarea{
    width: 100%
}
#HackContent{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.wrap-toptd{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    font-size: 18px;
    font-family: Verdana sans-serif;
    color: red;
    background: rgb(248,248,248);
    background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(241,241,241,1) 45%, rgba(237,237,237,1) 100%);
    background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(241,241,241,1) 45%,rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(248,248,248,1) 0%,rgba(241,241,241,1) 45%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ededed',GradientType=0 );
}
.toptd1{
    width: 100%;
    max-width: 227px;
    position: relative;
    padding: 20px ;
}
.toptd1:before{
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background: #fff;
    top: 0;
    right: 0;
}
.toptd2{
    padding: 20px;
}
.contetn_left{
    max-width: 227px;
    width: 100%;
    display: inline-block;
    margin-bottom: 400px;
}
td.td2 {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    top: 65px;
    width: 65%;
}
#content{
    position: relative;
}
/*
.wrap__content{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
}
.content_left{
max-width: 227px;
width: 100%;

}
*/

input#AddFB {
    max-width: 300px;
}

.block-header {
	color: #24448f;
    font-family: Cuprum;
    border-radius: 5px 0px 0px 0px;
    background: url(images/bgtopcont.png);
    padding-left: 20px;
    font-size: 16px;
    padding: 20px;
}

.cabinet {
	float: left;
    width: 227px;
	padding: 30px 0;
}

.available-users {
	position: relative;
    overflow: hidden;
	padding: 30px 0 30px 3px;
}

.clear {
	clear: both;
	margin: 20px 0;
}

.table-wrapper {
	overflow-x: auto;
    max-width: calc(100vw - 40px);
}

.hide_desktop {
	display: none;
}

@media only screen and (max-width: 1200px) {
	
	.toptd1 {
		width: initial;
	}
}

@media only screen and (max-width: 900px) {
	HTML, BODY {
		background: none;
	}
	.header {
		padding-top: 8px;
	}
    .header__logo{
        width: 30%;
    }
    .header__logo img{
        width: 100%;
    }
    .header__right{
        width: 70%;
    }
    .header__right_top{
        margin-bottom: 20px;
    }
    .header__right_bottom{
        margin-top: 20px;
        margin: auto;
    }
    .responsive-head-login-name {
        margin: 0px 10px 0px 5px;
		display: inline-block;
    }
    .wrap-buttons{
        padding: 5px 20px;
    }
    .header_top{
        -ms-align-items: center;
        align-items: center;
    }
    .contetn_left{
        margin-bottom: 500px;
    }
    textarea {
        border: 1px solid #a5a2a2;
    }
    body input {
		max-width: unset !important;
        width: 100% !important;
        height: auto !important;
        margin: 15px 0 0px 0 !important;
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important;
        font-size: 16px !important;
        padding: 13px 13px !important;
        line-height: 1.2 !important;
    }
	#HackContent br {
		display: none;
	}
	input.hack-adress {
		padding-left: 52px !important;
		margin-top: 15px;
	}
    body .btn {
        width: 100% !important;
        height: auto !important;
        margin: 15px 0 0 0 !important;
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important;
        font-size: 16px !important;
        padding: 13px 13px !important;
        line-height: 1.2 !important;
		max-width: unset !important;
    }
	.intl-tel-input {
		width: 100%;
	}
    .fb-center-responsive-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #fb1, #fb2, #fb3, #fb4, #fb5, #fb6, #fb7, #fb8, #fb9 {
        position: static !important;
        opacity: 1.0 !important;
        left: 0 !important;
    }
    .fb {
        max-width: 100%;
        padding: 5px 13px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
	.fb-top {
		font-size: 16px !important;
		margin-left: 0;
		margin-right: 0;
	}
	.fb-left {
        display: none;
    }
	.fb-right {
        display: none;
    }
    .fb-center {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: auto;
    }
	.c-text {
        overflow: hidden;
    }
	td.toptd1 {
		background-repeat: repeat-x;
        border-radius: 5px;
        padding: 0 20px;
        background-color: #ededee;
	}
	.block-header {
		background-repeat: repeat-x;
        border-radius: 5px;
        background-color: #ededee;
		margin-bottom: 15px;
	}
	.block-header br {
		display: none;
	}
	.auth-table1-responsive {
		display: block;
	}
	.auth-table1-responsive > tbody {
		display: block;
	}
	.auth-table1-responsive > tbody > tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		height: auto !important;
		margin-top: 15px;
	}
	.auth-table1-responsive > tbody > tr > td {
		display: block;
		min-width: 100%;
	}
	.auth-table1-responsive > tbody > tr > td input {
	    width: 100% !important;
	    height: auto;
	    margin: 15px 0 0px 0;
	    -webkit-box-sizing: border-box;
	            box-sizing: border-box;
	    font-size: 16px;
	    padding: 13px 13px;
	    line-height: 1.2;
	}
    form#contactform textarea, form#contactform input {
        width: 100%;
        max-width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
	body {
		padding: 0 13px;
	}
	.content,
	.content > tbody,
	.content > tbody > tr,
	.content > tbody > tr > td {
		display: block;
		max-width: 100%;
	}
	.content > tbody > tr > td { 
		display: -webkit-box; 
		display: -ms-flexbox; 
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.content > tbody > tr > td > * { 
		min-width: 100%;
	}
	.content {
		padding: 0 13px;
	}
	.nav {
		box-sizing: border-box;
		margin-top: 15px;
	}
	.slider {
		margin-top: 15px;
	}
	.static {
	    border-radius: 5px;
	    overflow: hidden;
	}
	.movable {
	    border-radius: 5px;
	    overflow: hidden;
	}
	.nav SPAN {
		padding: 5px 10px 5px 10px;
	}
}
@media only screen and (max-width: 768px) {

	.header {
		order: -5;
	}
	.hack {
		order: -4;
		margin-top: 0;
	}
	.header__right_bottom p:last-child {
		margin-bottom: 0;
	}
	.nav {
		flex-wrap: wrap;
	}
	.nav.active {
		padding: 0;
		border-radius: 5px;
		overflow: hidden;
		position: relative;
	}
    .nav.active .responsive-nav {
		display: block;
		width: 100%;
		padding: 15px 15px;
        overflow: hidden;
        position: relative;
		border-top: 1px solid #bbbbbb;
		background: #4e579b;
    }
	 .nav.active .responsive-nav span {
        display: block;
		padding: 7.5px 0;
	 } 
	.cabinet {
		float: none;
		width: initial;
		padding: 30px 0;
		font-size: 13px;
	}
	.available-users {
		font-size: 13px;
	}
	#cabmenu {
		padding-left: 20px;
		padding-top: 13px;
		padding-bottom: 13px;
		height: auto;
		margin-top: 0;
	}
	#hacc {
		font-size: 10px;
	}
	
	#hacc input {
		font-size: 10px;
	}
    .menu-trigger{
        display: block;
        width: 100%;
        color: red;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        padding: 5px;
        text-decoration: none;
    }
    .menu-mob{
        display: none;
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        z-index: 10;
        background: #00ffff;
        padding-bottom: 20px;
        border-top: 1px solid  #fff;

    }
    .footer_bottom{
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer_bottom .license, .footer__img{
        max-width: 100%;
        justify-content: center;
        text-align: center;
    }
    .header__logo {
        margin: auto;
        width: 100%;
		background: #8089d4;
		text-align: center;
    }
	.header__logo a img {
		max-width: 250px;
	}
    .header__right{
        width: 100%;
		padding: 0 0 15px;
    }
    .header__right_top{
        justify-content: center;
    }

    .system{
        width: 100%;
		max-width: unset;
        font-size: 18px;
    }
	.hack-menu {
		padding: 15px;
		box-sizing: border-box;
	}
    HTML, BODY{
        font-size: 15px;
    }
    .footer__colum .title, .footer__colum a{
        font-size: 15px;
    }
    .footer_bottom, .footer_bottom a{
        font-size: 14px;
		justify-content: center;
    }
    #contact-wrapper {
        width: inherit;
    }
    .contetn_left{
        max-width: 100%;
        margin-bottom: 20px;
    }
    td.td2{
        position: relative;
        width: 100%;
        max-width: 100%;
        top: 0;
        margin-top: 20px;
        float: none;
    }
    .header__user-name{
        margin: 15px 7px 0;
		text-align: center;
    }
    .wrap-buttons{
        margin-top: 15px;
    }
    .hack-top span{
        font-size: 0;
        margin-top: 5px;
        display: inline-block;
    }
	.table-responsive-ss122 {
		display: block;
	}
	.table-responsive-ss122 > tbody {
		display: block;
	}
	.table-responsive-ss122 > tbody > tr {
		display: flex;
		flex-wrap: wrap;
        padding: 15px;
        box-sizing: border-box;
	}
	.table-responsive-ss122 > tbody > tr:nth-child(3n) {
		background: #f1f1f1;
	}
	.table-responsive-ss122 > tbody > tr > td {
		min-width: 100%;
		text-align: left !important;
	}
	.table-responsive-ss122 .table-responsive-ss122-title {
		display: none;
	}
	.table-responsive-ss122 .hide_desktop {
		display: block;
	}
	.sqwe12_1 {
		font-weight: bold;
		font-size: 14px;
	}
	body #hacc input {
		margin: 0 !important;
	}
	.nav SPAN {
		display: none;
	}
}
@media only screen and (max-width: 550px) {
    .footer__colum .title{
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .footer__colum {
        width: 100%;
        margin-bottom: 25px;
        flex-grow: 1;
    }
    .footer__colum a{
        margin-bottom: 3px;
    }
    .footer__inner {
        flex-wrap: wrap;
    }
    .header__right_top{
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .hack{
        height: max-content;
        padding-bottom: 10px;
    }

    center img {
        max-width: 250px;
        height: auto;
    }
    h1{
        font-size: 22px;
    }
    .wrap-buttons a{
        font-size: 14px;
    }
    #my-slider{
        font-size: 14px !important;
    }
    .ism-caption{
        font-size: 12px !important;
    }
    .system {
        font-size: 15px;
    }
    HTML, BODY{
        overflow: initial;
    }
    img{
        max-width: 250px;
        height: auto;
    }
    ul{
        padding: 0;
    }
    .wrap-buttons{
        margin-left: 0;
    }
    .content{
    }
    .header:after {
        position: absolute;
        content: '';
        width: calc(100% + 40px);
        left: -20px;

    }
    .hack-adress{
        font-size: 12px;
        padding: 0;
    }
    input, textarea{
        width: auto
    }
    .table-lol tr{
        display: flex;
        flex-wrap: wrap;
        max-width: 250px;
    }
    iframe.map2 {
        width: 100% !important;
        height: 300px;
    }
    .lil {
        font-size: 11.5px;
    }

}
