html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/***********************************************************************/
@font-face {
    font-family: Movavi;
    src: url("/fonts/Movavi.ttf");
}

/*
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

::-webkit-scrollbar-thumb {
    background: #cda54a;
    border: 0 none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}

::-webkit-scrollbar-thumb:active {
    background: #000000;
}

::-webkit-scrollbar-track {
    background: #5a410e;
    border: 0 none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
    background: #666666;
}

::-webkit-scrollbar-track:active {
    background: #333333;
}

::-webkit-scrollbar-corner {
    background: transparent;
}


::-moz-scrollbar {
    width: 6px;
}

::-moz-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-moz-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-moz-scrollbar-thumb:window-inactive {
    background: rgba(255,0,0);
}
*/

/***********************************************************************/
html {
    /*background: url("/tsprite/Background.jpg") no-repeat center center;*/
    /*height: 100%;*/
    /*margin-bottom: 1px;*/
    /*width: 100%;*/
    /*background-position: center bottom;*/
}

.wrapper {
    /*width: 100%;*/
    /*height: 1080px;*/
    margin: 0 auto;
    /*position: relative;*/
    background: url("/tsprite/Background.jpg") no-repeat center center;
    background-position: left bottom;
    vertical-align: bottom;
    background-color: #66C2EC;
    /*background: url("/tsprite/maket2.jpg") no-repeat center center;*/
    /*background: url("/tsprite/auth/maket4.jpg") no-repeat center center;*/
    /*background: url("/tsprite/begingame/Макет4.jpg") no-repeat center center;*/
    /*background: url("/tsprite/game3/Макет-2.jpg") no-repeat center center;*/
    /*opacity: 0.3;*/
    /*margin-top: -170px;*/
    position: relative;
}

.gamewrapper {
    width: 1000px;
    /*height: 100%;*/
    /*min-height: 850px;*/
    /*outline: 1px #333 solid;*/
    margin: 0 auto;
    /*top: 100px;*/
    position: relative;
}

.footer {
    width: 1000px;
    height: 140px;
    /*outline: 1px #333 solid;*/
    bottom: 0;
    position: absolute;
    /*background-color: #00a65a;*/
    /*opacity: 1;*/
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

.footer .column {
    /*width: 33%;*/
    float: left;
    padding-top: 7px;
}

.footer .content {
    margin-left: 85px;
}

.footer .content.c1 {
    padding-left: 65px;
}

.footer .content.c2 {
    padding-left: 53px;
}

.footer .content.c3 {
    padding-left: 124px;
}

.footer ul {
    padding-left: 0;
    margin: 16px 0 0 0;
}

.footer li {
    list-style: none;
    margin-top: 8px;
    font-size: 14px;
    /*letter-spacing: 4px;*/
    /*word-spacing: -20px;*/
    letter-spacing: -0.3px;
}

.footer h3 {
    margin: 0;
    /*font-size: 1.2em;*/
    font-weight: bold;
}

.footer a {
    text-decoration: none;
    color: white;
}

/***********************************************************************/

.game {
    width: 1000px;
    height: 676px;
    /*outline: 1px #888 dashed;*/
    /*top: 190px;*/
    position: absolute;
    /*background-color: #00a65a;*/
    /*opacity: 0.5;*/

}

/***********************************************************************/
.banner {
    width: 440px;
    height: 236px;
    /*top:0px;*/
    /*left: 10px;*/
    margin: 0 0 0 138px;
    background: url("/tsprite/bview.png") no-repeat;
    cursor: pointer;
}

/***********************************************************************/
.diff {
    width: 650px;
    height: 410px;
    /*outline: 1px #333 solid;*/
    left: 0;
    bottom: 0;
    position: absolute;
    /*background-color: #00a65a;*/
    /*opacity: 0.5;*/

}

.diff .player {
    width: 325px;
    height: 410px;
    /*outline: 3px #00FF00 solid;*/
    float: left;
}

.diff .player .baby, .diff .player .school {
    float: left;
}

.diff .player .image {
    width: 234px;
    height: 310px;
}

.diff .player.baby .image {
    background: url("/tsprite/babyMainPage.png") no-repeat;
    margin-left: 42px;
    margin-top: 10px;
}

.diff .player.school .image {
    background: url("/tsprite/schoolMainPage.png") no-repeat;
    margin-left: 65px;
    margin-top: 8px;
}

.diff .player .btn {
    height: 70px;
    cursor: pointer;
}

.diff .player.baby .btn {
    background: url("/tsprite/buttonBabyMainPage.png") no-repeat;
    margin-left: 42px;
    margin-top: 22px;
    width: 228px;
}

.diff .player.baby .btn:hover {
    background: url("/tsprite/buttonActiveBabyMainPage.png") no-repeat;
}

.diff .player.school .btn {
    background: url("/tsprite/buttonSchoolMainPage.png") no-repeat;
    margin-left: 68px;
    margin-top: 25px;
    width: 254px;
}

.diff .player.school .btn:hover {
    background: url("/tsprite/buttonActiveSchoolMainPage.png") no-repeat;
}

.diff .chip {
    width: 325px;
    height: 205px;
    /*outline: 1px #FF0000 solid;*/
    float: left;

}

.diff .chip .image {
    width: 150px;
    height: 134px;
}

.diff .chip.chip1 .image {
    background: url("/tsprite/logoOnePlayerMainPage.png") no-repeat;
    margin-left: 105px;
    margin-top: -4px;
}

.diff .chip.chip2 .image {
    background: url("/tsprite/logoTwoPlayersMainPage.png") no-repeat;
    margin-left: 109px;
    margin-top: 0;
}

.diff .chip.chip3 .image {
    background: url("/tsprite/logoThreePlayersMainPage.png") no-repeat;
    margin-left: 101px;
    margin-top: 18px;
}

.diff .chip.chip4 .image {
    background: url("/tsprite/logoFourPlayersMainPage.png") no-repeat;
    margin-left: 113px;
    margin-top: 18px;
}

.diff .chip .btn span {
    font-family: Movavi, Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: 0 2px 1px #000, -1px 1px 0 #000;

    letter-spacing: -0.5px;
    /*font-size: 30px;*/
    /*padding: 14px;*/
    line-height: 45px;
    margin-left: 46px;
    /*-webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 40%);*/

}

.diff .chip .btn {
    background: url("/tsprite/bgrButtonNumPlayers.png") no-repeat;
    /*margin-left: 100px;*/
    /*margin-top: 0;*/
    width: 156px;
    height: 50px;
    cursor: pointer;
}

.diff .chip.chip1 .btn {
    margin-left: 100px;
    margin-top: 5px;
}

.diff .chip.chip2 .btn {
    margin-left: 110px;
    margin-top: 2px;
}

.diff .chip.chip3 .btn {
    margin-left: 100px;
    margin-top: 3px;
}

.diff .chip.chip4 .btn {
    margin-left: 110px;
    margin-top: 3px;
}

.diff .chip .btn:hover {
    background: url("/tsprite/bgrButtonActiveNumPlayers.png") no-repeat;
}

/***********************************************************************/
.rating {
    width: 304px;
    height: 410px;
    /*outline: 1px #333 solid;*/
    right: 4px;
    bottom: 0;
    position: absolute;
    /*background-color: #00a65a;*/
    /*opacity: 0.5;*/
}

.rating  span, .rating  .number{
    font-family: Movavi, Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: 0 2px 1px #000, -1px 1px 0 #000;

    letter-spacing: -0.5px;
    /*font-size: 30px;*/
    /*padding: 14px;*/
    line-height: 36px;
    /*-webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 40%);*/
}

.rating .num span {
    padding-left: 14px;

}

.rating .name span {
    padding-left: 8px;
}

.rating .player .image {
    background: url("/tsprite/bgrRatingMainPage.png") no-repeat;
    width: 304px;
    height: 410px;
}

.rating .empty .image {
    background: url("/tsprite/bgrRatingEmptyMainPage.png") no-repeat;
    width: 304px;
    height: 410px;
}
.rating .empty .image .rules{
    position: absolute;
    width: 128px;
    height: 27px;
    top: 318px;
    left: 88px;
    border-radius: 10px;
    cursor: pointer;
}

.rating .scroll_box {
    width: 265px;
    height: 280px;
    /*outline: 1px #111 solid;*/
    left: 24px;
    top: 87px;
    position: absolute;
    overflow-y: auto;
    /*opacity: 0.5;*/
}

.rating .scroll_box .row {
    float: left;
    width: 252px;
    height: 54px;
    margin-bottom: 3px;
    /*outline: 1px #111 solid;*/

}

.rating .row.image {
    background: url("/tsprite/panelYellowRating.png") no-repeat;
}

.rating .row.image.active {
    background: url("/tsprite/panelGreenRating.png") no-repeat;
}

.rating .num {
    width: 38px;
    height: 38px;
    position: relative;
    left: 12px;
    top: 7px;
    float: left;
    /*outline: 1px #111 solid;*/
}
.rating .num .number {
    text-align: center;
    /*display: inline-block;*/
    width: 28px;
    /*outline: 1px #000 solid;*/
    margin-left: 5px;
    margin-top: -1px;
}

.rating .col {
    width: 38px;
    height: 38px;
    position: relative;
    /*left: 12px;*/
    /*top: 7px;*/
    float: right;
    /*outline: 1px #111 solid;*/
}

.rating .name {
    width: 195px;
    height: 38px;
    position: relative;
    left: 3px;
    top: 7px;
    float: left;
    margin-left: 10px;
    /*outline: 1px #111 solid;*/
    overflow: hidden;
}

.rating .row .num {
    background: url("/tsprite/numPlayerYellowRating.png") no-repeat;

}

.rating .row.active .num {
    background: url("/tsprite/numPlayerGreenRating.png") no-repeat;
}

/***********************************************************************/
.auth {
    width: 304px;
    height: 250px;
    /*outline: 1px #333 solid;*/
    right: 0;
    top: 0;
    position: absolute;
    /*background-color: #00a65a;*/
    /*opacity: 0.5;*/
}

.win_register {
    width: 1000px;
    height: 676px;
    /*outline: 1px #333 solid;*/
    left: -696px;
    top: 0;
    position: absolute;
    /*opacity: 0.9;*/
    background: url("/tsprite/auth/bgrRegistration.png") no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #330000;
    font-size: 14px;
}

.text-danger {
    color: #8c3000;
    font-size: 12px;
    margin-left: 175px;
}

.win_register .close {
    /*outline: 1px #333 solid;*/
    width: 70px;
    height: 72px;

    position: absolute;
    right: -19px;
    top: 16px;
    background: url("/tsprite/auth/buttonClose.png") no-repeat;
    border-radius: 100px;
    cursor: pointer;
}

.win_register .header {
    /*outline: 1px #333 solid;*/
    width: 950px;
    height: 25px;
    float: left;
    margin: 110px 20px 0;
    margin-left: 225px;
    color: #ff1000;
}

#photoForm {
    position: absolute;
    margin: -220px 0 0 -550px;
    background: url("/tsprite/reg/bgrSquare.png") no-repeat;
    background-size: cover;
    /*border: 1px #000 solid;*/
    height: 391px;
    width: 620px;
}

#photoForm .plc {
    margin-top: 30px;
}

/* line 1211, assetic_compassioYMm9.scss */
#photoForm .modal-dialog, #photoForm .modal-content {
    width: auto;
    text-align: center;
    padding-top: 0;
}
/* line 1216, assetic_compassioYMm9.scss */
#photoForm .reg-reg {
    margin: 0;
    position: relative;
    top: 20px;
}
/* line 1221, assetic_compassioYMm9.scss */
#photoForm .photo-load {
    position: relative;
    max-height: 300px;
    max-width: 640px;
    margin: auto;
    overflow: hidden;
}
.win_register .photo-loader  {
    margin: 0 auto;
    text-align: center;

}

.win_register .photo-loader > div {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin-bottom: 15px;

}

/* line 1227, assetic_compassioYMm9.scss */
#photoForm .photo-load img {
    max-height: 300px;
    max-width: 640px;
}

/* line 1244, assetic_compassioYMm9.scss */
.imgareaselect-border1 {
    background: url(data:image/gif;base64,R0lGODlhAQAGAKEAAP///wAAADY2Nv///yH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACwAAAAAAQAGAAACA4SFBQA7) repeat-y left top;
}

/* line 1247, assetic_compassioYMm9.scss */
.imgareaselect-border2 {
    background: url(data:image/gif;base64,R0lGODlhBgABAKEAAP///wAAADY2Nv///yH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACwAAAAABgABAAACA4SFBQA7) repeat-x left top;
}

/* line 1250, assetic_compassioYMm9.scss */
.imgareaselect-border3 {
    background: url(data:image/gif;base64,R0lGODlhAQAGAKEAAP///wAAADY2Nv///yH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACwAAAAAAQAGAAACA4SFBQA7) repeat-y right top;
}

/* line 1253, assetic_compassioYMm9.scss */
.imgareaselect-border4 {
    background: url(data:image/gif;base64,R0lGODlhBgABAKEAAP///wAAADY2Nv///yH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACwAAAAABgABAAACA4SFBQA7) repeat-x left bottom;
}

/* line 1257, assetic_compassioYMm9.scss */
.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    opacity: 0.5;
}

/* line 1260, assetic_compassioYMm9.scss */
.imgareaselect-handle {
    background-color: #000;
    border: solid 1px #000;
    opacity: 0.5;
    width: 10px !important;
    height: 10px !important;
}

/* line 1267, assetic_compassioYMm9.scss */
.imgareaselect-outer {
    display: none;
    border: none !important;
}


.win_register .content {
    /*outline: 1px #333 solid;*/
    width: 950px;
    height: 500px;
    float: left;
    margin: 0 20px;
    padding-top: 12px;
}

.win_register .content .error {
    margin: 0 0 10px 205px;
    color: #8c3000;
}

.win_register .content .avatar {
    position: absolute;
    /* margin: 0 0 10px 205px; */
    color: #330000;
    top: 121px;
    left: 750px;
    width: 150px;
    height: 200px;
    /*outline: 1px #000 solid;*/
}

.win_register .content .photo-preview {
    width: 150px;
    height: 150px;

}

.win_register .row > div {
    display: inline-block;
}

.win_lk {
    width: 1000px;
    height: 630px;
    /*outline: 1px #333 solid;*/
    left: -696px;
    top: 100px;
    position: absolute;
    /*opacity: 0.9;*/
    background: url("/tsprite/reg/bgrSquare.png") no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #E8BD6F;
    font-size: 14px;
}

.win_lk .close {
    /*outline: 1px #333 solid;*/
    width: 70px;
    height: 72px;

    position: absolute;
    right: 10px;
    top: -42px;
    background: url("/tsprite/auth/buttonClose.png") no-repeat;
    border-radius: 100px;
    cursor: pointer;
}

.win_lk .header {
    /*outline: 1px #333 solid;*/
    width: 600px;
    /*height: 25px;*/
    float: left;
    margin-top: -25px;
    margin-left: 15px;

    color: #ff1000;
}

.auth .click {
    cursor: pointer;
}

.win_lk .tab {
    float: left;
    /*height: 25px;*/
    /*width: 100px;*/
    border: 1px #F9EABB solid;
    border-radius: 5px 5px 0 0;
    margin: 0 15px;
    background-color: #330000;
    padding: 5px 14px;
    cursor: pointer;

}

.win_lk .content {
    /*outline: 1px #333 solid;*/
    width: 955px;
    height: 571px;
    float: left;
    margin: 39px 20px;
}

.win_lk .content .upbuttons {
    margin: 0 auto;
    width: 720px;
}

.win_lk .content .btn {
    background: url("/tsprite/bgrButtonNumPlayers.png") no-repeat;
    /*margin-left: 100px;*/
    /*margin-top: 0;*/
    width: 156px;
    height: 50px;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    font-size: 25px;
    text-align: center;
}

.win_lk .content .btn.active {
    background: url("/tsprite/bgrButtonActiveNumPlayers.png") no-repeat;
}

.win_lk .content .btn span {
    font-family: Movavi, Arial, Helvetica, sans-serif;
    color: white;
    text-shadow: 2px 0px 2px #A24C00,
    -2px 0px 2px #A24C00,
    0px 2px 2px #A24C00,
    0px -2px 2px #A24C00;

    letter-spacing: -0.5px;
    /*font-size: 30px;*/
    /*padding: 14px;*/
    line-height: 50px;
    /*margin-left: 29px;*/
    /*-webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 40%);*/

}

.win_lk .content .btn.active span {
    /*text-shadow: 2px 0px 2px #008700,*/
    /*-2px 0px 2px #008700,*/
    /*0px 2px 2px #008700,*/
    /*0px -2px 2px #008700;*/
    text-shadow:
            1px -1px 1px #008700,
            1px  1px 1px #008700,
            -1px -1px 1px #008700,
            -1px 1px 1px #008700,

            -1px 0px 1px #008700,
            1px 0px 1px #008700,
            0px -1px 1px #008700,
            0px 1px 1px #008700,

            0px 3px 3px #008700;

}

.win_lk .content .upbuttons .texts {
    margin-top: 30px;
    height: 460px;
    overflow-y: auto;
    line-height: 21px;
    font-weight: normal;
    font-size: 16px;
    margin-left: 8px;
    color: #944915;
}

.win_lk .content .upbuttons .texts hr {
    background-color: #9C552A;
    color: #9c552a;
    border: none;
    height: 1px;
}

.texts .art_date {
    margin-top: 17px;
    marfgin-bottom: 6px;
}

.texts .green {
    color: #418E21;
}

.texts .red {
    color: #FF2F18;
}

.win_lk .content .upbuttons .texts .date {
    margin-left: 50px;
}

.auth .win_login {
    width: 838px;
    height: 600px;
    position: absolute;
    left: -634px;
    top: 35px;
    background: url("/tsprite/auth/bgrAuthorization.png") no-repeat;
}

.auth .win_login .close {
    /*outline: 1px #333 solid;*/
    width: 70px;
    height: 72px;

    position: absolute;
    right: 22px;
    top: 46px;
    background: url("/tsprite/auth/buttonClose.png") no-repeat;
    border-radius: 100px;
    cursor: pointer;
}

.auth .win_login {
    font-family: "Arial";
    color: #330000;
}

.auth .win_login .header{
    text-align: center;
    font-size: 16px;
    line-height: 27px;
    font-weight: bold;
}

.auth .win_login .win_login_content {
    margin: 121px 186px 0 166px;
    /*outline: 1px #000 solid;*/
}

.auth .win_login .full_content .form-group{
    margin: 0 30px;
    width: 400px;
}

.auth .win_login .full_content .form-group input{
    width: 100%;
    height: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 4px #330000;
}

.auth .win_login .full_content #submitLoginForm {
    /*display: none;*/
    background: url("/tsprite/auth/buttonAuthorization.png") no-repeat;
    width: 442px;
    height: 70px;
    margin-left:20px;
}

.auth .win_login .full_content #btAuthRegister {
    position: absolute;
    width: 230px;
    height: 70px;
    cursor: pointer;
    top: 438px;
    left: 397px;
    /*outline: 1px #000 solid;*/
}

.auth .win_login .full_content #btAuthForget {
    position: absolute;
    right: 220px;
    cursor: pointer;
    text-decoration: underline;
}


.auth .win_login .full_content .form_error {
    color: #330000;
    margin-left: 37px;
    font-size: 13px;
    margin-top: 10px;
}

.auth .content .form-group {
    margin: 0 0 28px 30px;
}

.auth .content .form-group span.required {
    display: none;
}

.auth .content .form-group label {
    display: inline-block;
    width: 160px;
    text-align: right;
    padding-right: 10px;
}

.auth .content .form-group input:focus {
    outline: none;
}

.auth .content .form-group input {
    width: 430px;
    font-size: 13px;
    padding: 6px 0 4px 10px;
    border: 1px solid #cecece;
    background: #F6F6f6;
    border-radius: 10px;
    line-height: 20px;
}
.auth .content .form-group input[type="file"] {
    width: 180px;
}

.auth .content .form-group select {
    width: 80px;
    margin-right: 10px;
    font-size: 13px;
    padding: 6px 0 4px 10px;
    border: 1px solid #cecece;
    background: #F6F6f6;
    border-radius: 10px;
    line-height: 20px;
}
.auth .content .form-group > div {
    display: inline-block;
}

.auth .content .form-group .radio {
    display: inline-block;
    width: 120px;
}

.auth .content .form-group .radio label {
    width: 100px;
}

.auth .content .form-group input[type="radio"] {
    margin-left: -130px;
    /*outline: 1px #333 solid;*/
    width: 20px;
    height: 16px;
}

.auth #registerSubmit {
    background: url("/tsprite/auth/buttonRegistration.png") no-repeat;
    width: 180px;
    height: 36px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin: 15px 0 0 200px;
    display: inline-block;
}

.auth #registerCancel {
    background: url("/tsprite/auth/buttonCancelRegistration.png") no-repeat;
    width: 180px;
    height: 36px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin: 15px 0 0 20px;
    display: inline-block;
}

.auth .login-box .form-group input {
    width: 112px;
    font-size: 13px;
    padding: 4px 0 4px 23px;
    border: 1px solid #cecece;
    background: #F6F6f6;
    border-radius: 7px;
    line-height: 18px;
    /*margin-left: 9px;*/
    margin-top: 27px;
    margin-left: -19px;
    height: 20px;

}

.auth .login-box button[type="submit"], #submitLoginForm {
    background: url("/tsprite/auth/buttonEnterRegistration.png") no-repeat;
    width: 134px;
    height: 36px;
    text-decoration: none;
    margin: 15px 0 0 2px;
    border: none;
    cursor: pointer;
}

.auth .form_error {
    font-size: 14px;
    position: absolute;
    color: #fff;
    margin: 2px 0 0 10px;
}

.auth .login-box button[type="submit"]:focus, .auth .login-box input:focus, #submitLoginForm:focus {
    outline: none;

}


.auth span.input-login {
    background: url("/tsprite/iconInputLogin.png") no-repeat;
    padding-left: 18px;
    width: 14px;
    /*height: 16px;*/
    position: relative;
    left: 4px;
    top: 2px;
}

.auth span.input-password {
    background: url("/tsprite/iconInputPassword.png") no-repeat;
    padding-left: 18px;
    width: 14px;
    height: 16px;
    position: relative;
    left: 4px;
    top: 2px;
}

.auth .win_login .input-login, .auth .win_login .input-password {
    left: -13px;
    top: 50px;
}

.auth .login-box .icheck {
    display: none;
}

.auth .full_content .icheck {
    display: block;
    margin-left: 40px;
    margin-top: 30px;
}

.auth #btRegister,
.auth #btRegister:active {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    margin: 15px 0 0 20px;
    display: block;
    cursor: pointer;
    text-decoration: underline;
}

.auth .col {
    display: inline-block;
    width: 152px;
    /*outline: 1px #000 solid;*/
    float: left;
    height: 250px;

}

.auth .language {
    color: #fff;
    margin-top: 30px;
}

.auth .language .lan {
    text-decoration: underline;

}

.auth .language .icon {
    width: 22px;
    height: 18px;
    display: inline-block;
    margin-left: 5px;
}

.auth .language .flagru {
    background: url("/tsprite/iconFlagRu.png");
}

.auth .language .flagta {
    background: url("/tsprite/iconFlagTat.png");
}

.auth #btForParents {
    background: url("/tsprite/auth/buttonParrentMainPage.png") no-repeat;
    width: 134px;
    height: 36px;
    text-decoration: none;
    margin: 28px 0 0 0;
    border: none;
    cursor: pointer;
}

.auth #btRules {
    background: url("/tsprite/auth/buttonRuleGameMainPage.png") no-repeat;
    width: 134px;
    height: 36px;
    text-decoration: none;
    margin: 15px 0 0 0;
    border: none;
    cursor: pointer;
}

.auth .uline {
    text-decoration: underline;
    /*font-weight: bold;*/

}

.auth .profile .frameAvatar {
    width: 186px;
    height: 184px;
    /*background: url("/tsprite/frameAvatar.png") no-repeat;*/
    margin-top: 26px;
    margin-left: -3px;
}

.auth .profile .caption {
    margin: 20px 0 0 10px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;

}

.auth .frameAvatar .userAvatar {
    background-color: #00AA88;
    width: 130px;
    height: 130px;
    position: absolute;
    top: 49px;
    left: 22px;
    overflow: hidden;
    font-family: Arial;

}
.bold {
    font-weight: bold;
}
.auth .profile .rightbar {
    /*outline: 1px #000 solid;*/
    width: 100px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;

}
.auth .profile .rightbar .exit{
    /*color: #FF0000;*/
    margin-top:  10px;

    font-family: Arial;
    font-size: 17px;
    font-weight: bold;
    text-decoration: underline;
    color: #900;
}
.auth .profile .rightbar a {
    color: #FF0000;
    text-decoration: underline;
    font-size: 24px;
}

    /***********************************************************************/
.begingame {
    width: 838px;
    height: 468px;
    top: 171px;
    left: 158px;
    background: url("/tsprite/begingame/bgrStart.png") no-repeat;
    /*outline: 1px #aaa dashed;*/
    position: absolute;
    /*opacity: 0.8;*/
}

.begingame .selectplay {
    width: 650px;
    height: 200px;
    margin: 123px 0 0 100px;
    /*outline: 1px #333 solid;*/
}

.begingame .buttons {
    width: 420px;
    height: 70px;
    margin: 0 0 0 212px;
    /*outline: 1px #333 solid;*/
    background: url("/tsprite/begingame/buttonStart.png") no-repeat;

}

.begingame .buttons .btn {
    /*outline: 1px #333 solid;*/
    width: 207px;
    height: 100%;
    display: inline-block;
    cursor: pointer;
}

.begingame .selectplay .playerzone {
    /*outline: 1px #333 solid;*/
    width: 150px;
    height: 100%;
    float: left;
}

.begingame .selectplay .avatar {
    width: 100%;
    height: 150px;
    background: url("/tsprite/frameAvatar.png") no-repeat;
    background-size: cover;
}

.begingame .selectplay .caption {
    margin: 6px 0 0 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.begingame .selectplay .chipzone {
    /*outline: 1px #333 solid;*/
    width: 280px;
    height: 100%;
    float: left;
}

.begingame .selectplay .chipzone .chips {
    /*outline: 1px #333 solid;*/
    width: 215px;
    margin-left: 65px;
    height: 160px;
    text-align: center;
}

.begingame .selectplay .onechip {
    margin: 0 auto;
    display: inline-block;
    border-radius: 100px;
    cursor: pointer;
    /*border: 1px #000 dashed;*/

}

.begingame .listzone .onechip {
    cursor: default;
}

.begingame .selectplay .size1 {
    width: 160px;
    height: 150px;
}

.begingame .selectplay .size2 {
    width: 100px;
    height: 90px;
    margin-top: 25px;

}

.begingame .selectplay .size3, .begingame .selectplay .size4 {
    width: 80px;
    height: 75px;

}

.begingame .onechip.green, .begingame .onechip.c1 {
    background: url("/tsprite/begingame/green_cone.png") no-repeat;
    background-size: cover;
}

.begingame .onechip.red, .begingame .onechip.c2 {
    background: url("/tsprite/begingame/red_cone.png") no-repeat;
    background-size: cover;
}

.begingame .onechip.orange, .begingame .onechip.c3 {
    background: url("/tsprite/begingame/orange_cone.png") no-repeat;
    background-size: cover;
}

.begingame .onechip.blue, .begingame .onechip.c4 {
    background: url("/tsprite/begingame/blue_cone.png") no-repeat;
    background-size: cover;
}

.begingame .selectplay .chipzone .select {
    text-align: right;
    margin-right: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.begingame .selectplay .listzone {
    /*outline: 1px #333 solid;*/
    width: 210px;
    height: 100%;
    float: left;
    margin-top: 4px;
    margin-left: 1px;
}

.begingame .selectplay .listzone li {
    height: 54px;
}

.begingame .selectplay .listzone .check {
    display: inline-block;
    width: 24px;
    height: 24px;
    /*vertical-align: bottom;*/
}

.begingame .selectplay .listzone .check.ok {
    background: url("/tsprite/begingame/checkStart.png") no-repeat;
}

.begingame .selectplay .listzone .caption {
    display: inline-block;
    width: 128px;
    height: 24px;
    vertical-align: bottom;
    text-align: left;
    padding-left: 13px;
    text-decoration: underline;
}

.begingame .selectplay .listzone .chip {
    display: inline-block;
    width: 24px;
    height: 24px;
    /*vertical-align: bottom;*/
}

/***********************************************************************/
.map {
    width: 1000px;
    height: 676px;
    /*outline: 1px #00498f solid;*/
    /*margin: 3px;*/
    /*opacity: 0.5;*/
    position: relative;
    /*background-color: #ccc;*/
    background-size: cover;
    /*background-size: contain;*/
    /*background: url("/image/1920x1080.jpg") no-repeat;*/
    margin-left: -4px;
}

.map .chip {
    display: none;
    width: 52px;
    height: 52px;
    /*outline: 5px #000 solid;*/
}

.map .chip1 {
    background: url("/tsprite/begingame/green_cone.png") no-repeat;
    background-size: 55px 52px;
}

.map .chip2 {
    background: url("/tsprite/begingame/red_cone.png") no-repeat;
    background-size: 55px 52px;
}

.map .chip3 {
    background: url("/tsprite/begingame/orange_cone.png") no-repeat;
    background-size: 55px 52px;
}

.map .chip4 {
    background: url("/tsprite/begingame/blue_cone.png") no-repeat;
    background-size: 55px 52px;
}

.map .chip .hide {
    display: none;
}

.map .whoStep {
    position: absolute;
    width: 180px;
    height: 33px;
    left: 20px;
    top: 20px;
    border: 2px #fff solid;
    background-color: #00a7d0;
    font-family: Movavi, Arial, Helvetica, sans-serif;
    font-size: 15px;
    box-shadow: 0 0 3px #fff;
}

.map .whoStep .place {
    margin-top: 9px;
    text-align: center;
    text-shadow: -2px 2px 0 #000;

}
.map .whoStep .our {
    color: #00ff00;
}


.map .whoStep .other {
    color: #a94442;
}

.userplace {
    position: absolute;

    width: 232px;
    right: 4px;
    top: 0;

    /*outline: 1px #000 solid;*/
    height: 100%;
}

.userplace .user {
    width: 76px;
    height: 76px;
    position: absolute;
    /*outline: 1px #f00 solid;*/
}

.userplace .user .avatar {
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px #777 solid;
    box-shadow: 0 0 5px #000;
    cursor: pointer;
}

.userplace .user .active {
    box-shadow: 0 0 10px #0f0;
    border: 5px #000 solid;
    border-radius: 3px;
    background-color: #0b3e6f;
}

.userplace .holder {
    position: absolute;
    width: 88px;
    height: 160px;
    right: 16px;
    top: 13px;
    /*outline: 1px #fff solid;*/
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    /*color: #fff;*/
    color: #FFFFFF;
    font-weight: bold;
    text-shadow:
            -0   -2px 0   #006480,
            0   -2px 0   #006480,
            -0    2px 0   #006480,
            0    2px 0   #006480,
            -2px -0   0   #006480,
            2px -0   0   #006480,
            -2px  0   0   #006480,
            2px  0   0   #006480,
            -1px -2px 0   #006480,
            1px -2px 0   #006480,
            -1px  2px 0   #006480,
            1px  2px 0   #006480,
            -2px -1px 0   #006480,
            2px -1px 0   #006480,
            -2px  1px 0   #006480,
            2px  1px 0   #006480,
            -2px -2px 0   #006480,
            2px -2px 0   #006480,
            -2px  2px 0   #006480,
            2px  2px 0   #006480,
            -2px -2px 0   #006480,
            2px -2px 0   #006480,
            -2px  2px 0   #006480,
            2px  2px 0   #006480;
}

.userplace #user1 {
    left: 5px;
    position: relative;
}

.userplace .gameexit {
    left: 10px;
    top: 13px;
    position: relative;
}
.userplace .gameexit span{
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
    margin-left: -15px;
}

.userplace .timer {
    width: 100%;
    height: 22px;
    position: relative;
    background-color: #00a7d0;
    margin-top: 50px;
    padding-top:5px;
    border: 2px #fff solid;
    box-shadow: 0 0 3px #fff;
    font-size:20px;

}

#user2 .gameexit, #user3 .gameexit, #user4 .gameexit {
    display: none;
}

.userplace #user2 {
    left: 0;
    bottom: 23px;
    width: 68px;
    height: 68px;
}

.userplace #user3 {
    left: 75px;
    bottom: 23px;
    width: 68px;
    height: 68px;
}

.userplace #user4 {
    left: 150px;
    bottom: 23px;
    width: 68px;
    height: 68px;
}


/***********************************************************************/

#dice .dice {
    position: absolute;
    top:235px;
    left: 420px;
    width: 192px;
    height: 192px;
    background: url("/tsprite/game3/bgrCubeScreenGame.png") no-repeat;
}
#dice .titledice {
    position: absolute;
    top: 216px;
    left: 422px;
    width: 216px;
    height: 136px;
    background: url("/tsprite/game3/titleCube.png") no-repeat;
}

#dice .onedice{
    width: 88px;
    height: 88px;
    margin: 50px 0 0 60px;
    cursor: pointer;
    left: -6px;
    position: absolute;
    background-size: cover;
}
#dice .onedice.dice0{
    background: url("/tsprite/game3/Dice_With_Stroke_2.gif") no-repeat;
    background-size: cover;
    width: 88px;
    left: -6px;
    position: absolute;
}

#dice .onedice.dice1{
    background: url("/tsprite/game3/1.png") no-repeat;
    background-size: cover;
    width: 88px;
    left: -6px;
    position: absolute;
}
#dice .onedice.dice2{
    background: url("/tsprite/game3/2.png") no-repeat;
    background-size: cover;
    width: 88px;
    left: -6px;
    position: absolute;
}
#dice .onedice.dice3{
    background: url("/tsprite/game3/3.png") no-repeat;
    background-size: cover;
    width: 88px;
    left: -6px;
    position: absolute;
}
#dice .onedice.dice4{
    background: url("/tsprite/game3/4.png") no-repeat;
    background-size: cover;
    width: 88px;
    left: -6px;
    position: absolute;
}
#dice .onedice.dice5{
    background: url("/tsprite/game3/5.png") no-repeat;
    background-size: cover;
    width: 88px;
    left: -6px;
    position: absolute;
}
#dice .onedice.dice6{
    background: url("/tsprite/game3/6.png") no-repeat;
    background-size: cover;
    width: 88px;
    left: -6px;
    position: absolute;
}




/*
.dice {
    position: relative; height: 300px; width: 300px;
    border: 1px solid #ccc; border-radius: 10px;
    -webkit-perspective: 500; cursor: arrow;
}
.onedice {
    width: 292px; height: 292px; margin: 4px;
    border-radius: 10px; background-color: rgba(239,239,239,0.7);
    -webkit-animation: spin 0.5s infinite linear;
    -webkit-transform-style: preserve-3d;
}
.dice:hover .onedice {
    -webkit-transform-style: flat;
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotateZ(0); }
    to   { -webkit-transform: rotateZ(360deg); }
}
.onedice > div {
    position: absolute; top: 40px; left: 40px;
    width: 200px; height: 200px; padding: 10px;
    font: 12px monospace; text-shadow: 1px 1px 0 #fff;
    -webkit-box-sizing: border-box;
}
.onedice > :first-child {
    background-color: rgba(51,204,153,0.5);
    -webkit-transform: translateZ(-100px) rotateY(45deg);
}
.onedice > :last-child {
    background-color: rgba(255,255,102,0.5);
    -webkit-transform: translateZ(50px) rotateX(20deg);
    -webkit-transform-origin: 50% top;
}
*/

/***********************************************************************/
.popup {
    width: 500px;
    height: 300px;
    position: absolute;
    border-radius: 10px;
    top: 100px;
    left: 100px;
    //background-color: #00a7d0;
    background: url("/tsprite/popup/bgrPopup.png") no-repeat;
    background-size: 100% 100%;
}
.popup .popup_content{
    margin: 50px 60px;
    height: 200px;
    /*border: 1px #000 solid;*/
    position: relative;
}

.popup .popup_content #okBtn {
    bottom: 0px;
    position: absolute;
    left: 170px;
}

.flash {
    /*width: 300px;*/
    /*height: 25px;*/
    position: absolute;
    border: 1px #000 solid;
    border-radius: 10px;
    top: 10px;
    right: 10px;
    background-color: #00a7d0;
    vertical-align: middle;
    z-index: 10000;
    font-family: Movavi, Arial, Helvetica, sans-serif;
    font-size: 25px;
    padding: 10px 30px;
    color: #fff;
    /*text-shadow: 1px 1px 4px, #000, -1px -1px 4px, #000;*/
}

/***********************************************************************************/

.formquestion{
    width: 838px;
    height: 724px;
    position: absolute;
    left: 45px;
    top: 0px;
    /* border: 7px #720e9e double; */
    padding: 10px;
    /*border-radius: 20px;*/
    /*z-index: 100;*/
    /*background-color: aquamarine;*/
    /*box-shadow: 20px 20px 50px rgba(0,0,0,0.5);*/
    background: url("/tsprite/task/bgrTasks.png") no-repeat;
}

.formquestion .content {
    margin: 105px 0 0 80px;
    /*outline: 1px #000 solid;*/
    width: 660px;
    height: 520px;
}

.noquestion {
    width: 838px;
    height: 724px;
    position: absolute;
    left: 45px;
    top: 0px;
    border: 7px #720e9e double;
    padding: 10px;
    /*border-radius: 20px;*/
    /*z-index: 100;*/
    background-color: aquamarine;
    /*box-shadow: 20px 20px 50px rgba(0,0,0,0.5);*/
    /*background: url("/tsprite/task/bgrTasks.png") no-repeat;*/

}

.col_main{
    width: 500px;
    /*outline: 1px #000 solid;*/
    position: absolute;
    left: 200px;
    height: 520px;
}

.formquestion .content .col_main h1 {
    display: block;
    background-color: #3399cc;
    border: 3px #fff solid;
    border-radius: 7px;
    margin-top: 0;
    font-size: 24px;
    padding: 10px 20px;
    color: #fff;
    max-height: 142px;
    overflow: hidden;
    line-height: 32px;
    /*text-shadow: 0 1px 3px #277EB3, 0 -1px 1px #277EB3, 1px 0px 3px #277EB3, -1px 0px 1px #277EB3 ;*/
}

.formquestion .answers {
    margin-top: 15px;
    height: 320px;
    overflow-y: auto;
}

.formquestion .content .ansBtn {
    background: url('/tsprite/task/buttonAnswerTasks.png') no-repeat;
    width: 312px;
    height: 70px;
    position: absolute;
    border: none;
    cursor: pointer;
    bottom: 0;
    left: 70px;

}

input[type="checkbox"],
input[type="radio"] {
    display:none;
}

/*
.sem + label {
    display: block;
    position: relative;
    z-index: 1;
    /!*outline: 1px #000 solid;*!/
    background-color: gray;
    border-radius: 5px;
    border: 1px #BAD5CB solid;
}
.sem + label span{
    display: block;
    position: relative;
    z-index: -1;
    width: 100px;
    height: 50px;
}
.sem:checked + label {
    background-color: red;
}
*/

.tRadioBoxText + label {
    display: block;
    position: relative;
    z-index: 1;
    color: #000;
    font-size: 20px;
    /*outline: 1px #000 solid;*/
    background-color: #e0e0e0;
    border: 3px #fff solid;
    /*border-radius: 7px;*/
    box-shadow: 0 1px 2px #333;
    margin: 20px 0;

}
.tRadioBoxText + label span{
    display: block;
    position: relative;
    z-index: -1;
    /*width: 100px;*/
    /*height: 50px;*/
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.tRadioBoxText:checked + label {
    background-color: #7ED800;

}
.tRadioBoxText + label:hover {
    background-color: #FFB301;
}
.formquestion .content .videoBox {
    width: 200px;
    height: 120px;
    margin: 30px 0 0 95px;
    border: 3px #fff solid;
    background-color: #dadada;
}

.formquestion .content .videoBox2 {
    width: 320px;
    height: 180px;
    margin: 30px 0 0 84px;
    border: 3px #fff solid;
    background-color: #dadada;

}

.formquestion .content .imgBox {
    width: 200px;
    height: 200px;
    margin: 30px 0 0 145px;
    border: 3px #fff solid;
    background-color: #dadada;

}

.formquestion .content .imgBox img{
    width: 100%;
    height: 100%;
}

.formquestion .content .imgBox2 {
    width: 320px;
    height: 180px;
    margin: 30px 0 0 84px;
    border: 3px #fff solid;
    background-color: #dadada;

}

.formquestion .content .textBox {
    width: 500px;
    height: 100px;
    margin: 30px 0 0 0;
    border: 3px #fff solid;
    background-color: #FFAD00;

}

.tCheckBoxText {
    display: inline-block !important;
    margin-left: 80px;
}
.tCheckBoxText + label{
    display: inline-block;
    position: relative;
    z-index: 1;
    /*outline: 1px #000 solid;*/
    /*background-color: #C0C0C0;*/
    /*border: 3px #fff solid;*/
    /*border-radius: 7px;*/
    /*box-shadow: 0 1px 2px #333;*/
    margin: 20px 70px 19px 0px;
    cursor: pointer;
}

.tCheckBoxText2 {
    display: inline-block !important;
    margin-left: 20px;
}
.tCheckBoxText2 + label{
    display: inline-block;
    position: relative;
    z-index: 1;
    /*outline: 1px #000 solid;*/
    /*background-color: #C0C0C0;*/
    /*border: 3px #fff solid;*/
    /*border-radius: 7px;*/
    /*box-shadow: 0 1px 2px #333;*/
    margin: 20px 0px 19px 0px;
    width: 205px;

    cursor: pointer;
    height: 16px;
    word-wrap: break-word;    
}

.tCheckBoxVideo {
    display: inline-block !important;
    margin-left: 80px;
}
.tCheckBoxVideo + label{
    display: inline-block;
    position: relative;
    z-index: 1;
    /*outline: 1px #000 solid;*/
    background-color: #ddd;
    border: 3px #fff solid;
    /* border-radius: 7px; */
    box-shadow: 0 1px 2px #333;
    margin: 0px 70px 15px 0px;
    cursor: pointer;
    width: 200px;
    height: 120px;
}


.tCheckBoxVideo2 {
    display: inline-block !important;
    margin-left: 0px;
}
.tCheckBoxVideo2 + label{
    display: inline-block;
    position: relative;
    z-index: 1;
    /*outline: 1px #000 solid;*/
    background-color: #ddd;
    border: 3px #fff solid;
    /* border-radius: 7px; */
    box-shadow: 0 1px 2px #333;
    margin: 0px 20px 15px 0px;
    cursor: pointer;
    width: 200px;
    height: 120px;
}

.formquestion .connectedSortable {
    margin: 0 60px;
}
.formquestion .element {
    display: block;
    position: relative;
    /*z-index: 1;*/
    /*width: 252px;*/
    /*height: 54px;*/
    padding: 10px;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    /*outline: 1px #000 solid;*/
    background-color: #ddd;
    border: 3px #fff solid;
    /*border-radius: 7px;*/
    box-shadow: 0 1px 2px #333;
    margin: 20px 0;
    cursor: pointer;
    overflow: hidden;
    /*background: url('/tsprite/panelGreyRating.png') no-repeat;*/

}
.formquestion .element:hover {
    background-color: #FFB301;

}

.formquestion .ansLine {
    /* display: inline-block; */
    width: 400px;
    height: 20px;
    margin-left: 10px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 4px #330000;


    /*width: 112px;*/
    font-size: 20px;
    padding: 4px 10px;
    border: 1px solid #cecece;
    /*background: #F6F6f6;*/
    /*border-radius: 10px;*/
    line-height: 18px;
    /* margin-left: 9px; */
    /*margin-top: 27px;*/
    /*margin-left: -19px;*/
    /*height: 20px;*/
}

.formquestion .ansLine:focus {
    outline: none;
}

.formquestion .ansBlock {
    width: 500px;
    height: 130px;
    /*outline: 1px #000 solid;*/
    position: relative;
    margin-top: 40px;
}

.formquestion .ansBlock label{
    font-size: 20px;
}

.audio {
    width: 70px;
    height: 72px;
    background: url("/tsprite/task/iconVoiceTasks.png");
    position: absolute;
    cursor: pointer;
}

.formquestion .audio {
    margin-left: 30px;
}

#page .page-container {
    width: 1000px;
    height: 632px;
    /*left: -696px;*/
    top: 100px;
    position: absolute;
    background: url("/tsprite/page/bg.png") no-repeat;
}

#page .page-container-answer {
    width: 838px;
    height: 724px;
    left: 85px;
    top: 10px;
    position: absolute;
    background: url("/tsprite/answer/bgrTasks.png") no-repeat;
}

#page .close {
    width: 70px;
    height: 72px;
    position: absolute;
    right: -32px;
    top: -35px;
    background: url("/tsprite/auth/buttonClose.png") no-repeat;
    border-radius: 100px;
    cursor: pointer;
}

#page .page-container-answer .close {
    right: 20px;
    top: 30px;
}

#page .page-container-answer .page-content {
    margin: 115px 0 0 70px;
}

#page .page-container-answer.page-container-profile .page-content {
    margin: 115px 0 0 -25px;
    width: 680px;
}

#page .foot {
    position: absolute;
    bottom: 80px;
    left: 275px;
}

#page .ribbon {
    width: 392px;
    height: 100px;
    position: absolute;
    top: -45px;
    left: 290px;
}

#page .page-container-answer .ribbon {
    top: -5px;
    left: 240px;
}


#page .ask-container {
    width: 622px;
    height: 779px;
    left: 196px;
    top: -47px;
    position: absolute;
    background: url("/tsprite/ask/fon.png") no-repeat;
    color: #624324;

}
#page .ask-container .ribbon {
    width: 392px;
    height: 100px;
    position: absolute;
    top: 50px;
    left: 135px;
}


#page .ask-container .close {
    width: 70px;
    height: 72px;
    position: absolute;
    right: 34px;
    top: 66px;
    background: url("/tsprite/auth/buttonClose.png") no-repeat;
    border-radius: 100px;
    cursor: pointer;
}

#page .ask-container .page-content {
    left: 106px;
    width: 400px;
    height: 440px;
    position: relative;
    /*outline: 1px #000 solid;*/
    top: 180px;
}

#page .ask-container .page-content .card .head{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-top: 10px;
    height: 85px;
    overflow: hidden;

    /*outline: 1px #000 solid;*/
}

#page .ask-container .page-content .card .pict {
    width: 156px;
    height: 260px;
    margin: 0 auto;
    /*outline: 1px #000 solid;*/
    padding-top: 20px;
}

#page .ask-container .page-content .card .pict img{
    width: 156px;
    height: 225px;
}

#page .ask-container .page-content .card .cardfooter {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    /*padding-top: 100px;*/
    height: 85px;

    /*outline: 1px #000 solid;*/
}
#page .ask-container .page-content .surp .head{
    text-align: center;
    font-size: 39px;
    font-weight: bold;
    padding-top: 100px;
    max-height: 78px;

    /*outline: 1px #000 solid;*/
}

.ribbon-rules {
    background: url("/tsprite/page/ribbon_rules.png") no-repeat;
}

.ribbon-parents {
    background: url("/tsprite/page/ribbon_parents.png") no-repeat;
}

.ribbon-about {
    background: url("/tsprite/page/ribbon_project.png") no-repeat;
}

.ribbon-ok {
    background: url("/tsprite/answer/ribbonTrueTasks.png") no-repeat;
}

.ribbon-fail {
    background: url("/tsprite/answer/ribbonWrongTasks.png") no-repeat;
}

.ribbon-task {
    background: url("/tsprite/answer/ribbonTasks.png") no-repeat;
}

.ribbon-profile {
    background: url("/tsprite/profile/ribbonPlayer.png") no-repeat;
}

.ribbon-profile-rival {
    background: url("/tsprite/profile/ribbonRival.png") no-repeat;
}

.ribbon-card {
    background: url("/tsprite/ask/card.png") no-repeat;
}
.ribbon-surp {
    background: url("/tsprite/ask/surp.png") no-repeat;
}

#page .page-container .rules {
    width: 580px;
    height: 375px;
    position: absolute;
    top: 130px;
    left: -50px;
    color: #300100;
    font-weight: bold;
    line-height: 27px;
    font-size: 15px;
}

#page .page-container .rules .scrollable {
    width: 560px !important;
}
#page .page-container .slimScrollBar {
    height: 30px !important;
}

#page .page-container .slimScrollBar {
    opacity: 1 !important;
}

#page .page-content {
    left: 126px;
    width: 470px;
    position: absolute;
    
}

#page .audio {
    margin-left: -800px;
}

#page .page-content h1 {
    display: block;
    background-color: #3399cc;
    border: 3px #fff solid;
    border-radius: 7px;
    margin-top: 0;
    font-size: 24px;
    padding: 10px 20px;
    color: #fff;
    max-height: 142px;
    overflow: hidden;
    line-height: 32px;
    /*text-shadow: 0 1px 3px #277EB3, 0 -1px 1px #277EB3, 1px 0px 3px #277EB3, -1px 0px 1px #277EB3 ;*/
}

#page .page-content h1.red{
    background-color: #9933cc;
}


#page .videoBox {
    width: 320px;
    height: 180px;
    margin: 30px 0 0 60px;
    border: 3px #fff solid;
    background-color: #dadada;
}

#page .imgBox {
    width: 320px;
    height: 180px;
    margin: 30px 0 0 60px;
    border: 3px #fff solid;
    background-color: #dadada;
}
#page .imgBox img{
    width: 100%;
    height: 100%;
}


.before-start {
    width: 440px;
    height: 260px;
    left: 189px;
    position: absolute;
    background: url("/tsprite/before_start/bgrBeginGame.png") no-repeat;
}

.before-start .close {
    width: 70px;
    height: 72px;
    position: absolute;
    right: 12px;
    top: 12px;
    background: url("/tsprite/auth/buttonClose.png") no-repeat;
    border-radius: 100px;
    cursor: pointer;
}

.before-start .context {
    position: absolute;
    left: 75px;
    top: 75px;
}

.before-start .context .icon{
    width: 52px;
    height: 54px;
}

.before-start .context .icon-start {
    background:  url("/tsprite/before_start/iconPlayBeginGame.png") no-repeat;
    padding: 10px 0 0 65px;
}

.before-start .context .icon-rules {
    background:  url("/tsprite/before_start/iconInfoBeginGame.png") no-repeat;
    padding: 0 0 0 65px;
}

.before-start .context #btnRules {
    cursor: pointer;
    width: 216px;
    height: 50px;
    background:  url("/tsprite/before_start/rules.png") no-repeat;
}

.before-start .context #btnStart {
    cursor: pointer;
    width: 216px;
    height: 50px;
    background:  url("/tsprite/before_start/start.png") no-repeat;
}

.btn-close {
    cursor: pointer;
    width: 314px;
    height: 68px;
    background:  url("/tsprite/answer/buttonCloseTasks.png") no-repeat;
}

.btn-close:hover {
    background:  url("/tsprite/answer/buttonCloseActiveTasks.png") no-repeat;
}

.btn-back-to-game {
    cursor: pointer;
    width: 312px;
    height: 70px;
    background:  url("/tsprite/profile/buttonReturnGame.png") no-repeat;
}

.logo-block {
    float: left;
    width: 186px;
}

.gallery-block {
    width: 415px;
    float: left;
    margin-left: 42px;
}

.logo-block .logo {
    width: 186px;
    height: 184px;
    background:  url("/tsprite/frameAvatar.png") no-repeat;
}

.logo-block .logo img {
    width: 130px;
    height: 130px;
    margin: 23px 0 0 27px;
    border-radius: 3px;
}

.logo-block h3 {
    font-size: 0.85em;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 2px rgba(7,66,133,.75);
    letter-spacing: -0.2px;
    text-align: center;
}

.logo-block .label {
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 2px rgba(7,66,133,.75);
    letter-spacing: -0.2px;
}

.logo-block .value {
    font-size: 1.2em;
    font-weight: bold;
    color: #ffc500;
    text-shadow: 0 1px 2px rgba(74,26,0,.75);
    letter-spacing: -0.2px;
}

.logo-block .bg-blue {
    background-color: #5ab6db;
    border: 3px solid #ffffff;
    border-radius: 3px;
    height: 33px;
    text-align: center;
}

.gallery-block .cards {
    font-size: 0.9em;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 2px rgba(7,66,133,.75);
    letter-spacing: -0.2px;
}


.mt12 {
    margin-top: 12px;
}

.pt6 {
    padding-top: 6px;
}