*{ padding: 0; margin: 0; }


@font-face {
    font-family: "LuxuryPlatinum";
    src: url("/fonts/LuxuryPlatinum.otf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face{

font-family: 'FontleroyBrownNF';
src: url("/fonts/FontleroyBrownNF.otf") format("truetype"),
url('/fonts/FontleroyBrownNF.ttf') format('truetype');
font-weight: normal;
font-style: normal;

}

@font-face{

font-family: 'Adequate';
src: url('/fonts/Adequate-ExtraLight.ttf') format('truetype');
font-weight: normal;
font-style: normal;

}

@font-face{

font-family: 'ChampagneLimousinesBoldItalic';
src: url('/fonts/ChampagneLimousinesBoldItalic.ttf') format('truetype');
font-weight: normal;
font-style: normal;

}

@font-face{

font-family: 'ChampagneLimousinesBold';
src: url('/fonts/ChampagneLimousinesBold.ttf') format('truetype');
font-weight: normal;
font-style: normal;

}

@font-face{

font-family: 'ChampagneLimousinesItalic';
src: url('/fonts/ChampagneLimousinesItalic.ttf') format('truetype');
font-weight: normal;
font-style: normal;

}

@font-face{

font-family: 'ChampagneLimousines';
src: url('/fonts/ChampagneLimousines.ttf') format('truetype');
font-weight: normal;
font-style: normal;

}


@font-face{

font-family: 'Bolero';
src: url('/fonts/Bolero.ttf') format('truetype');
font-weight: normal;
font-style: normal;

}

@font-face{

font-family: 'PWHappyChristmas';
src: url('/fonts/PWHappyChristmas.ttf') format('truetype');
font-weight: normal;
font-style: normal;

}

@font-face{

font-family: 'KR';
src: url('/fonts/kr.ttf') format('truetype');
font-weight: normal;
font-style: normal;

}

:active, :hover, :focus 
{
    outline: 0;
    outline-offset: 0;
}

html
{
    height: 100%;
    min-height: 100%;
}

body
{
    background: #202020;
    font-family: Arial, Helvetica, Sans-serif;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.wrapper_template
{
    
}

header
{
    width: 100%;
    height: 80px;
    background: #181818;
}

header nav
{
    width: 1080px;
    border: 0px solid red;
    height: 100%;
    margin: 0 auto;
}

header nav a#logo
{
    display: inline-block;
    height: 100%;
    border:  0px solid green;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 80px;
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF;
    float: left;
}

header nav ul
{
    border: 0px solid green;
    list-style: none;
    height: 100%;
    float: right;
}

header nav ul li 
{
    display: inline-block;
    border:  0px solid blue;
    height: 100%;
    vertical-align: top;
    line-height: 80px;
}

header nav ul li a 
{
    display: block;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    border:  0px solid yellow;
    text-decoration: none;
    text-transform: uppercase;
    color:  #FFFFFF;
}

header nav ul li a:hover
{
    background: #202020;
}

header nav ul li a#logout:hover
{
    background: none;
    color: #feb960;
}

header nav ul li a#current
{
    background: #202020;
}

.hamburger, ul#mobileMenu
{
    display: none;
}

main 
{
    width: 1080px;
    border: 0px solid green;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-right: 1px solid #343434;
    border-bottom: 1px solid #343434;
}

#personalMenu
{
    width: 225px;
    padding-right: 25px;
    /*border-right: 1px solid #343434;*/
    float: left;
}

#personalMenu #userInfo
{
    width: 200px;
    border: 1px solid #feb960;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 15px;
    background: #181818;
}

#personalMenu #userInfo h1
{
    color: #feb960;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#personalMenu #userInfo h2
{
    color: #929292;;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
}

#personalMenu #userInfo a 
{
    color: #FFFFFF;
}

#personalMenu nav
{
    margin-top: 20px;
}

#personalMenu nav ul 
{
    list-style: none;
    width: 200px;
    border:  0px solid red;
}

#personalMenu nav ul a 
{
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #343434;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

#personalMenu nav ul a:hover
{
    background: #343434;
} 

#personalMenu nav ul a#current
{
    background: #343434;
    border: 1px solid #181818;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
} 

#personalMenu nav ul a#gold
{
    background: #feb960;
    color: #181818;
}

main #content
{
    border:  0px solid red;
    border-left:  1px solid #343434;
    float: right;
    width: 795px;
    padding: 15px;
    height: 100%;
}

h1#pageTitle
{
    color: #FFFFFF;
    font-weight: normal;
    border-bottom: 1px solid #343434;
    padding-bottom: 10px;
}

#statistics
{
    border:  0px solid red;
    margin-top: 30px;
    height: 80px;
    display: table;
    width: 100%;
    border-radius: 15px;
}

#statistics .icon
{
    border: 0px solid green ;
    display: table-cell;
    height: 100%;
    width: 100px;
    background: #343434 no-repeat center center;
}

#statistics .dice
{
    background-image: url('/images/icon/dice48.png');
}

#statistics .lock
{
    background-image: url('/images/icon/lock48.png');
}

#statistics .card
{
    background-image: url('/images/icon/card48.png');
}

#statistics .descript
{
    display: table-cell;
    border: 0px solid blue ;
    height: 100%;
    width: auto;
    background: #181818;
}

#statistics .descript .count
{
    margin-left: 15px;
    color: #FFFFFF;
    font-size: 26px;
    margin-top: 11px;
}

#statistics .descript .text
{
    margin-left: 15px;
    color: #929292;
    font-size: 16px;
    margin-top: 5px;
}

.content
{
    border: 0px solid red;
    margin-top: 30px;
}

#noGameDescript
{
    color: #929292;
    font-size: 16px;
    margin-top: 15px;
}

#noGameDescript #keyCode
{
    font-size: 28px;
    color: #feb960;
    font-weight: bold;
}

#noGameDescript a 
{
    color: #feb960;
}

#noGameDescript a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}

a#createButton
{
    display: block;
    width: 222px;
    height: 62px;
    background: #FEB960;
    color: #232323;
    text-transform: uppercase;
    border: 1px solid #FEB960;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    line-height: 60px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 50px;
    text-align: center;
}

.content.noGame
{
    padding-top: 50px;
    padding-bottom: 50px;
}

form#createGame 
{
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    width: 90%;
}

form#createGame p 
{
    text-transform: uppercase;
    color: #DFA456;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
}

form#createGame p span
{
    color: #929292;
    text-transform: lowercase;
}

form#createGame input[type=text]
{
    width: 100%;
    height: 35px;
    border: 0;
    background: none;
    color: #FFFFFF;
    text-transform: uppercase;
    border-bottom: 1px solid #5C5C5C;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 60px;
}

#cardPlace
{
    border: 0px solid red;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.smallCard, .smallCard2
{
    width: 138px;
    height: 203px;
    border: 0px solid green;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 6px;
    box-shadow: rgba(254, 185, 96, 0.19) 0px 10px 20px, rgba(254, 185, 96, 0.23) 0px 6px 6px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    cursor: pointer;
}

.smallCard#article
{
    width: 325px;
    height: auto;
}





.smallCard#article h3
{
    color: #333333;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    padding: 10px;
    vertical-align: top;
    margin: 0;
}

.smallCard#article p
{
    color: #777777;
    padding: 10px;
    padding-top: 0;
}

.smallCard:hover
{
    box-shadow: rgba(254, 185, 96, 0.25) 0px 54px 55px, rgba(254, 185, 96, 0.12) 0px -12px 30px, rgba(254, 185, 96, 0.12) 0px 4px 6px, rgba(254, 185, 96, 0.17) 0px 12px 13px, rgba(254, 185, 96, 0.09) 0px -3px 5px;
}



.smallCard > .shirt
{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #181818 no-repeat center center url('/images/texture/luxury250.jpg');
    background-size: cover;
    border: 0px solid #feb960;
}

.smallCard#article > .shirt
{
    height: 203px;
}

.smallCard > .shirt > .shadow
{
    border: 0px solid green;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
}

.smallCard > .shirt > .shadow > .logo
{
    width: 100%;
    height: 100%;
    border: 0px solid blue;
    background: no-repeat center center url('/images/texture/70.png');
    border-radius: 5px;
}




#bigCardBlock
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(52,52,52,0.9); 
}

.bigCard
{
    width: 270px;
    height: 400px;
    border: 0px solid green;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 8px;
    box-shadow: rgba(254, 185, 96, 0.25) 0px 54px 55px, rgba(254, 185, 96, 0.12) 0px -12px 30px, rgba(254, 185, 96, 0.12) 0px 4px 6px, rgba(254, 185, 96, 0.17) 0px 12px 13px, rgba(254, 185, 96, 0.09) 0px -3px 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -135px;
    cursor: pointer;
}

.bigCard > .shirt
{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #181818 no-repeat center center url('/images/texture/luxury500.jpg');
    background-size: cover;
    border: 0px solid #feb960;
}

.bigCard .shirt > .shadow
{
    border: 0px solid green;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.78);
}

.bigCard .shirt  #logo
{
    width: 106px;
    height: 126px;
    border: 0px solid red;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -63px;
    margin-left: -53px;
    background: url('/images/icon/pointer125.png') center center no-repeat;
}

.bigCard #close
{
    width: 32px;
    height: 32px;
    border: 0px solid red;
    cursor: pointer;
    position: absolute;
    top: -45px;
    right: -45px;
    background: url('/images/close.png');
    background-size: cover;
}

.flip-container
{
    width: 270px;
    height: 400px;
    border: 0px solid blue;
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -135px;

    perspective: 1000px;
}

 .flipper, .flip-container.hover .flipper 
{
        transform: rotateY(180deg);
}

.flipper
{
    width: 100%;
    height: 100%;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}




.front 
{
    width: 100%;
    height: 100%;
    border: 0px solid red;
    position: relative;
    /*background: yellow;*/
}

.back
{
    width: 100%;
    height: 100%;
    border: 0px solid green;
    /*background: blue;*/
}

.front, .back 
{
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.front 
{
    z-index: 2;
    transform: rotateY(0deg);
}

.back 
{
    transform: rotateY(180deg);
}
   
.flip-container:hover .flipper, .flip-container.hover .flipper, .flip-container.flip .flipper 
{
    transform: rotateY(180deg);
}

.shirt.redCard .shadow
{
    background: #f9243f;
    background: rgba(255, 0, 0, 0.78);
    cursor: default;
}

.shirt.redCard #logo
{
    background-image: url('/images/icon/chastity1.png');
}


.shirt.greenCard .shadow
{
    background: #f9243f;
    background: rgba(147,208,60, 0.78);
    cursor: default;
}


.shirt.greenCard #logo
{
    background-image: url('/images/icon/2key.png');
}

.shirt.yellowCard .shadow
{
    background: #f9243f;
    background: rgba(255, 181, 62, 0.78);
    cursor: default;
}

.shirt.yellowCard #logo
{
    height: 140px;
    margin-top: -70px;
    background-image: url('/images/icon/yellowMistress140.png');
}

.shirt.DoubleUPCard .shadow
{
    background: #f9243f;
    background: rgba(0,0,0, 0.78);
    cursor: default;
}

.shirt.DoubleUPCard #logo
{
    height: 140px;
    width: 87px;
    margin-left: -43px;
    margin-top: -70px;
    background-image: url('/images/icon/doubleUpMistress140.png');
    background-size: cover;
}

.shirt.resetCard .shadow
{
    background: #f9243f;
    background: rgba(91, 192, 222, 0.78);
    cursor: default;
}

.shirt.resetCard #logo
{
    height: 140px;
    width: 140px;
    margin-left: -70px;
    margin-top: -70px;
    background-image: url('/images/icon/lock_reset_icon_140.png');
    background-size: cover;
}


.shirt.freezenCard .shadow
{
    background: #f9243f;
    background: rgba(48,165,255, 0.78);
    cursor: default;
}

.shirt.freezenCard #logo
{
    background-image: url('/images/icon/snowQ126.png');
    background-size: cover;
}

.shirt.freezenCard h1
{
    font-size: 28px;
}

.shirt h1
{
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    /*color: #feb960;*/
    color: #FFFFFF;
    /*text-shadow: 3px 5px 2px #000000;*/
    text-shadow: 1px 1px 2px black, 0 0 1em #000000;
    padding-top: 50px;
    border: 0px solid green;
}

.shirt p
{
    width: 250px;
    border: 0px solid green;
    left: 50%;
    bottom: 85px;
    margin-left: -125px;
    text-align: center;
    color: #ffffff;
    text-shadow: 1px 1px 2px black, 0 0 1em #000000;
    position: absolute;
}

.shirt a 
{
    display: block;
    width: 100px;
    height: 40px;
    background: #feb960;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    color: #181818;
    font-weight: bold;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.content.timerPage
{
    border: 0px solid red;
    text-align: center;
}

.timerPage #logo
{
    width: 180px;
    height: 180px;
    border: 0px solid green;
    background: url('/images/icon/timerMistress.gif');
    background-size: cover;
    margin: 0 auto;
    margin-top: 20px;
}

.timerPage p
{
    text-align: center;
    color: #929292;
    font-size: 16px;
    margin-top: 20px;
}

#timerBlock
{
    border: 0px solid blue;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    margin-top: 40px;
    color: #FFFFFF;
}

.timer__items 
{
  display: flex;
  font-size: 48px;
}

.timer__item 
{
  position: relative;
  min-width: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 15px;
  text-align: center;
}

.timer__item::before 
{
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 14px;
}

.timer__item:not(:last-child)::after 
{
  content: ':';
  position: absolute;
  right: -15px;
}

#historyPlace
{
    border: 0px solid red;
    /*display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;*/
}

#historyPlace .date
{
    border: 0px solid green;
    width: 120px;
    color: #929292;
    background: #343434;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 0 auto;
    text-align: center;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#historyPlace .messageBlock
{
    width: 100%;
    border: 0px solid blue;
    margin-top: 20px;
    margin-bottom: 20px;
    vertical-align: bottom;
}


#historyPlace .messageBlock .avatar
{
    width: 125px;
    height: 125px;
    border: 0px solid yellow;
    background: url('/images/icon/yellowMistress140.png') center center no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: bottom;
}


#historyPlace .messageBlock.right .avatar
{
    /*float: right;*/
    vertical-align: bottom;
    display: inline-block;
    background: url('/images/icon/yellowMistress140_right.png') center center no-repeat;
    background-size: cover;
}




#historyPlace .messageBlock .avatar.slave
{
    width: 125px;
    height: 125px;
    border: 0px solid yellow;
    background: url('/images/icon/slave125_left.png') center center no-repeat;
    display: inline-block;
    vertical-align: bottom;
}


#historyPlace .messageBlock.right .avatar.slave
{
    /*float: right;*/
    vertical-align: bottom;
    display: inline-block;
    background: url('/images/icon/slave125.png') center center no-repeat;
    
}




#historyPlace .messageBlock .messages
{
    border: 0px solid red;
    display: inline-block;
    width: 650px;
}

#historyPlace .messageBlock.right. .messages
{
    float: right;
}

#historyPlace .messageBlock .message
{
    background: #181818;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
    border:  1px solid #343434;
    margin-top: 5px;
}

#historyPlace .messageBlock .message .title
{
    border: 0px solid red;
    text-transform: uppercase;
    color: #feb960;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

#historyPlace .messageBlock .message .text
{
    border: 0px solid green;
    color: #FFFFFF;
    margin-bottom: 10px;
}


#historyPlace .messageBlock .message .time
{
    border: 0px solid blue;
    font-size: 13px;
    color: #929292;
    text-align: right;
}






#historyPlace .messageBlock.right .message
{
    background: #181818;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
    border:  1px solid #343434;
    margin-top: 5px;
    float: right;
}

#historyPlace .messageBlock.right .message .title
{
    border: 0px solid red;
    text-transform: uppercase;
    color: #feb960;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

#historyPlace .messageBlock.right .message .text
{
    border: 0px solid green;
    color: #FFFFFF;
    margin-bottom: 10px;
}


#historyPlace .messageBlock.right .message .time
{
    border: 0px solid blue;
    font-size: 13px;
    color: #929292;
    text-align: right;
}

#number_of_card
{
    /*border: 1px solid #5b7d96;*/
    margin-top: 30px;
}

#number_of_card > .card 
{
    border: 0px solid green;
    display: inline-block;
    border-right: 0px solid #5b7d96;
    position: relative;
}

#number_of_card > .card canvas
{
    border: 0px solid white;
    top: 50%;
    margin-top: -38px;
    position: relative;
}

#number_of_card > .card > .title 
{
    height: 35px;
    /*background: #343434;*/
    /*text-transform: uppercase;*/
    text-align: center;
    line-height: 35px;
    color: #929292;
    border-bottom: 0px solid #5b7d96;
}

#number_of_card > .card > .count
{
    width: 131px;
    height: 131px;
    /*background: #181818;*/
}

#rulesPlace
{
    border: 0px solid red;
}

#rulesPlace h2
{
    height: 50px;
    border: 0px solid green;
    text-indent: 65px;
    text-transform: uppercase;
    color: #feb960;
    font-weight: normal;
    line-height: 50px;
    margin-bottom: 20px;
}

#rulesPlace h2.dice 
{
    background: url('/images/icon/dice48.png') no-repeat 0 center;
}

#rulesPlace h2.card 
{
    margin-top: 45px;
    background: url('/images/icon/card48.png') no-repeat 0 center;
}

#rulesPlace p
{
    color: #929292;
    margin-bottom: 20px;
}

#rulesPlace .exampleCard
{
    background: #FFFFFF;
    width: 101px;
    height: 150px;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

#rulesPlace .exampleCard > div
{
    border: 0px solid red;
    width: 101px;
    height: 150px;
}

#rulesPlace .exampleCard #red
{
    background: url('/images/texture/redCardExample.jpg') no-repeat center center;
    background-size: cover;
}

#rulesPlace .exampleCard #green
{
    background: url('/images/texture/greenCardExample.jpg') no-repeat center center;
    background-size: cover;
}

#rulesPlace .exampleCard #yellow
{
    background: url('/images/texture/yellowCardExample.jpg') no-repeat center center;
    background-size: cover;
}

#rulesPlace .exampleCard #freezen
{
    background: url('/images/texture/freezenCardExample.jpg') no-repeat center center;
    background-size: cover;
}

#rulesPlace .exampleCard #doubleup
{
    background: url('/images/texture/doubleupCardExample.jpg') no-repeat center center;
    background-size: cover;
}

#rulesPlace .exampleCard #reset
{
    background: url('/images/texture/resetCardExample.jpg') no-repeat center center;
    background-size: cover;
}


/* LOGOUT */

#logoutBlock
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(52,52,52,0.7);
    z-index: 100;
}

#logoutForm
{
    width: 749px;
    height: 420px;
    background: #181818;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -210px;
    margin-left: -375px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#logoutForm #close
{
    width: 32px;
    height: 32px;
    border: 0px solid red;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 25px;
    background: url('/images/close.png');
    background-size: cover;
}


#logoutForm #form
{
    border: 0px solid red;
    width: 637px;
    height: 300px;
    position: relative;
    margin: 0 auto;
    margin-top: 130px;
}

#logoutForm #form input
{
    width: 100%;
    height: 35px;
    border: 0;
    background: #181818;
    color: #FFFFFF;
    text-transform: uppercase;
    border-bottom: 1px solid #5C5C5C;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 60px;
}

#logoutForm #form input.active
{
    border-bottom: 1px solid #FEB960;
}




#logoutForm #form input[type=submit]
{
    width: 220px;
    height: 60px;
    background: #FEB960;
    color: #232323;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
}

#logoutForm #form p
{
    /*text-transform: uppercase;*/
    color: #DFA456;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    opacity: 1;
    text-align: center;
}

#logoutForm #userCode
{
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#script_block
{
    border: 0px solid red;
}

#script_block #grid
{
    border: 0px solid green;
    min-height: 320px;
    position: relative;
}

#script_block #grid #corner
{
    position: absolute;
    width: 67px;
    height: 67px;
    top: 0;
    left: 0;
    border-top: 1px solid #FEB960;
    border-left: 1px solid #FEB960;
}

#script_block #grid .row
{
    height: 320px;
    width: 100%;
    border-bottom: 1px solid #343434;
    position: relative;
}

#script_block #grid .row.last 
{
    border: 0;
}

#script_block #grid /*.row*/ .column
{
    width: 244px;
    height: 280px;
    border-right: 1px solid #343434;
    border-bottom: 1px solid #343434;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#script_block #grid /*.row*/ .column.last 
{
    border: 0;
    border-bottom: 1px solid #343434;
}

#script_block #grid /*.row*/ .column .avatar
{
    width: 120px;
    height: 120px;
    background: #181818 no-repeat center center;
    background-image: none;
    border-radius: 50%;
    margin: 0 auto;
}

#script_block #grid /*.row*/ .column .name 
{
    display: block;
    width: 100%;
    border: 0px solid red;
    text-transform: uppercase;
    text-decoration: none;
    color: #FEB960;
    text-align: center;
    margin-top: 30px;
}

#script_block #grid /*.row*/ .column p 
{
    display: block;
    width: 100%;
    border: 0px solid red;
    color: #FFFFFF;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}

#script_block #grid /*.row*/ .column .details
{
    width: 150px;
    height: 35px;
    background: #feb960;
    color: #232323;
    position: relative;
    margin: 0 auto;
    margin-left: auto;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    line-height: 35px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -75px;
    text-decoration: none;
    font-size: 14px;
}

#desktop_lang
{
    border: 0px solid red;
    list-style: none;
    display: block;
}

#desktop_lang li 
{
    border: 0px solid green;
    display: inline-block;
    color: #929292;
    font-size: 14px;
    padding: 7px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#mobileLang
{
    border: 0px solid red;
    position: absolute;
    bottom: 20px;
    width: 100%;
    list-style: none;
    display: none;
    flex-direction: row;
    justify-content: center;
    z-index: 101;
}

#mobileLang li
{
    border:  0px solid green;
    padding-left: 7px;
    padding-right: 7px;
}

#mobileLang p
{
    color: #f7ac53;
}

#mobileLang li.en 
{
    border-right: 1px solid #343434;
}


#mobileLang li.ru 
{

}

#mobileLang li a
{
    border: 0px solid blue;
}

a#createButton.sendNotebook
{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: 150px;
    margin-top: 0;
}

a.yellow-white
{
    color: #feb960;
}

a.yellow-white:hover
{
    color: #ffffff;
    text-decoration: none;
}

#ratingBlock
{
    border: 0px solid red;
    margin-top: 30px;
}

#ratingBlock .star
{
    border: 0px solid green;
    width: 47px;
    height: 45px;
    cursor: pointer;
    background: url('/images/icon/ratingstar.png');
    background-position: 0 0;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

#ratingButton
{
    border: 0px solid red;
    position: relative;
}

#sendRatingButton
{
    border: 1px solid #828282;
    width: 222px;
    height: 62px;
    color: #828282;
    text-transform: uppercase;
    line-height: 62px;
    
}

#ratingButton #createButton 
{
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -31px;
    margin-left: -111px;
    display: none;
}

#logoutForm.ratingResult
{
    width: 500px;
    height: 210px;
    margin-top: -105px;
    margin-left: -250px;
}

#logoutForm.ratingResult #form
{
    width: 500px;
    height: 170px;
    margin-top: 20px;
}

#logoutForm.ratingResult #form input[type="submit"]
{
    margin-top: 40px;
}

#logoutForm.ratingResult #form p
{
    margin-top: 60px;
}

ul#mistress_menu
{
    border: 0px solid red;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

ul#mistress_menu li
{
    border: 0px solid green;
    
}

ul#mistress_menu li a
{
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #343434;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    background: #343434;
    border: 1px solid #181818;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

ul#mistress_menu li a#current, ul#mistress_menu li a:hover
{
    background: #feb960;
    color: #181818;
}

#slave_info
{
    border: 0px solid red;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

#slave_info #left 
{
    border: 0px solid green;
    width: 30%;
}


#slave_info #right 
{
    border: 0px solid blue;
    width: 68%;   
}

#slave_info p
{
    border: 0px solid yellow;
    padding: 10px;
}

#slave_info #left p 
{
    color: #929292;
}

.article_cover
{
    width: 100%;
    height: 400px;
    border: 0px solid red;
    position: relative;
    background: url('/images/luxury.jpg') no-repeat center center;
    background-size: cover;
    border-radius: 25px;
}

.article_title
{
    width: 100%;
    height: 75px;
    border: 0px solid green;
    position: absolute;
    bottom: 0;
    vertical-align: center;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0 0 25px 25px;
}

.smallCard#article:hover > div.shirt > div.shadow
{
   background: rgba(0, 0, 0, 0.5);
}

.article_title h1
{
    margin: 0;
    height: 75px;
    line-height: 75px;
    text-transform: uppercase;
    text-align: left;
    text-indent: 30px;
    font-family: Arial, Helvetica, Sans-serif;
}

.article_tags
{
    width: 100%;
    margin-top: 20px;
    border: 0px solid blue;
}

.article_tags a 
{
    margin-left: 30px;
    color: #F7AC53;
}

.article_text
{
    border: 0px solid yellow;
    padding: 30px;
}

.article_text h4
{
    color: #ffffff;
    margin-bottom: 15px;
    margin-top: 25px;
    text-transform: uppercase;
}

.article_text ul 
{
    color: #F7AC53;
    font-size: 14px;
}

.article_back
{
  width: 222px;
  height: 62px;
  background: #FEB960;
  color: #232323;
  text-transform: uppercase;
  border: 1px solid #FEB960;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  margin: 0 auto;
  line-height: 60px;
  cursor: pointer;
  display: block;
  text-align: center;
  text-decoration: none;
}

.article_text li
{
    margin-bottom: 10px;
}

.smallCard#article { position: relative; padding-bottom:45px; }

.smallCard#article > div.pin_article
{
    width: 32px;
    height: 32px;
    border: 0px solid red;
    position: absolute;
    top: -15px;
    right: -15px;
    background: url('/images/icon/pin.png');
}

.smallCard#article .tags
{
    border: 0px solid red;
    padding-left: 10px;
    color: #e47725;
    margin-bottom: 10px;
}

.pagination
{
    width: 100%;
    border: 0px solid red;
    text-align: center;
}

.pagination a 
{
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #F7AC53;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 50%;
    font-weight: bold;
}

.pagination a.arrow
{
    border-radius: 0;
}

.pagination a.arrow.disable
{
    border: 2px solid #969696;
    color: #969696;
    cursor: default;
}

.pagination a.arrow.disable:hover
{
    background: none;
}

.pagination a:hover, .pagination a#active
{
    background: #F7AC53;
}

.tagsTitle
{
    border: 0px solid red;
    margin-bottom: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 24px;
}

.article_count
{
    border: 0px solid green;
    font-size: 16px;
    color: #777777;
}

.noResult
{
    border: 0px solid red;
    width: 100%;
    position: relative;
}

.noResult .image
{
    border: 0px solid green;
    width: 170px;
    height: 170px;
    margin: 0 auto;
    position: relative;
    background: url('/images/texture/what.gif') center center;
    background-size: cover;
}

.noResult .text
{
    border: 0px solid blue;
    color: #F7AC53;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 25px;
}

.smallCard#article .views
{
    width: 60px;
    height: 32px;
    border: 0px solid red;
    position: absolute;
    bottom: 0px;
    right: 10px;
    background: url('/images/icon/eye_32.png') top left no-repeat;
    text-indent: 40px;
    color: #333333;
    line-height: 32px;
    font-weight: bold;
    /*display: none;*/
}

.block_404
{
    border: 0px solid red;
    position: relative;
    padding-top: 20px;
}

.image_404
{
    border: 0px solid green;
    width: 256px;
    height: 256px;
    background: url('/images/404.gif') center center no-repeat;
    background-size: cover;
    position: relative;
    margin: 0 auto;
}

.text_404 
{
    border: 0px solid blue;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    color: #F7AC53;
    margin-top: 30px;
    margin-bottom: 50px;
}

.tagViewBlock
{
    border: 0px solid red;
    position: absolute;
    bottom: 10px;
    width: 96%;
    height: 32px;
    line-height: 32px;
}

#profilePlace
{
    border: 0px solid red;
    position: relative;
}

#profilePlace a
{
    color: #feb960;
}

#profilePlace .left 
{
    width: 30%;
    border: 1px solid green;
    display: inline-block;
    color: #929292;
    vertical-align: top;
}

#profilePlace .left.full 
{
    width: 99%;
}

#profilePlace .right 
{
    width: 68%;
    border: 1px solid blue;
    display: inline-block;
    color: #FFFFFF;
    vertical-align: top;
}

#profilePlace .left > div, #profilePlace .right > div
{
    border: 0px solid yellow;
    min-height: 30px;
    vertical-align: top;
}


#profilePlace h2
{
    height: 50px;
    border: 0px solid green;
    text-indent: 65px;
    text-transform: uppercase;
    color: #feb960;
    font-weight: normal;
    line-height: 50px;
    margin-bottom: 20px;
}

#profilePlace h2.dice 
{
    background: url('/images/icon/dice48.png') no-repeat 0 center;
}

#profilePlace h2.user 
{
    background: url('/images/icon/user48.png') no-repeat 0 center;
}

#profilePlace h2.chastity 
{
    background: url('/images/icon/chastity48.png') no-repeat 0 center;
}

#profilePlace h2.keyholder 
{
    background: url('/images/icon/keyholder48.png') no-repeat 0 center;
}

#profilePlace h2.gag 
{
    background: url('/images/icon/gag48.png') no-repeat 0 center;
}

#profilePlace h2.setting 
{
    background: url('/images/icon/setting.png') no-repeat 0 center;
}

#profilePlace h2.profileNotebook 
{
    background: url('/images/icon/notebook48.png') no-repeat 0 center;
}

#profilePlace h2.photocard 
{
    background: url('/images/icon/photocard_48.png') no-repeat 0 center;
}

#profilePlace p
{
    color: #929292;
    margin-bottom: 20px;
}




.empty_text_line
{
    border: 0;
    border-bottom: 1px solid #929292;
    background: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    font-style: italic;
}

.download_contract
{
    display: inline-block;
    border: 0px solid red;
    height: 32px;
    background: url('/images/icon/download_32.png') no-repeat left center;
    padding-left: 40px;
    line-height: 32px;
    font-weight: bold;
    /*margin-left: 30px*/;
    margin-top: 20px;
}

.download_contract:hover
{
    text-decoration: none;
}

.profileTable
{
    border: 0px solid red;
    display: table;
    width: 100%;
}

.profileRow
{
    border: 0px solid green;
    display: table-row;
}

.profileCell
{
    border: 0px solid blue;
    display: table-cell;
    vertical-align: top;
    height: 30px;
}

.profileCell.l
{
    width: 40%;
    color: #929292;
}

.profileCell.l.mydog
{
    text-align: right;
    font-style: italic;
    padding-right: 20px;
}

.profileCell.r.mydog
{
    text-align: left;
    font-style: italic;
}


.profileCell.r
{
    color: #FFFFFF;
}

.profileCell.r.name
{
    color: #feb960;
}


.profileAvatarBox
{
    width: 175px;
    height: 175px;
    border: 1px solid #feb960;
    border-radius: 15px;
    position: absolute;
    top: 0px;
    right: 0;
    background: center center no-repeat;
    background-size: cover;
}

.profileAvatarBoxMobile
{
    width: 175px;
    height: 175px;
    border: 1px solid #feb960;
    border-radius: 15px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 15px;
    background: center center no-repeat;
    background-size: cover;
    display: none;
}


/*Чекбокс настроек*/

.checkboxSetting
{
    height: 24px;
    min-height: 24px;
    border: 0px solid red;
    background: url('/images/checkbox.png') top left no-repeat;
    padding-left: 35px;
    line-height: 24px;
    color: #929292;
    cursor: pointer;
    margin-bottom: 10px;
    background-position: 0 -24px;
}

.checkboxSetting#off
{
    background-position: 0 -24px;
}

.checkboxSetting#on
{
    background-position: 0 0px;
}

#saveSettingButton
{
    width: 222px;
    height: 62px;
    background: #FEB960;
    color: #232323;
    text-transform: uppercase;
    border:  1px solid #FEB960;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    margin: 20px auto;
    line-height: 60px;
    cursor: pointer;
    display: block;
    text-align: center;
}

.goodSaveSetting
{
    border: 0px solid red;
    line-height: 30px;
    text-align: center;
    color: #78cf71;
    display: none;
}

a.editProfileButton
{
    width: 48px;
    height: 48px;
    border: 0px solid red;
    display: block;
    position: absolute;
    right: 0;
    bottom: 3px;
    background: url('/images/icon/edit-48.png') top left no-repeat;
}

a.backProfileButton
{
    width: 48px;
    height: 48px;
    border: 0px solid red;
    display: block;
    position: absolute;
    right: 0;
    bottom: 3px;
    background: url('/images/icon/back2-48.png') center left no-repeat;
}

.editProfileTextInput
{
    border: 0px;
    border-bottom: 1px solid #5C5C5C;
    color: #FFFFFF;
    height: 20px;
    background: none;
    width: 100%;
    font-size: 14px;
    font-style: italic;
}

.selectbox
{
    width: 175px;
    height: 30px;
    border: 1px solid #feb960;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}

.selectbox input
{
    width: 175px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
}

.selectbox > .text
{
    line-height: 30px;
    margin-left: 15px;
}

.selectbox > .list
{
    width: 30px;
    height: 30px;
    border-left: 1px solid #feb960;
    position: absolute;
    top: 0;
    right: 0;
    background: url('/images/icon/select_list_gold&wite.png') top left; no-repeat;
    background-position: 0 0px;
}

.selectbox > .list.active
{
    background-position: 0 -30px;
}

.selectbox .options
{
    width: 100%;
    min-height: 30px;
    border: 1px solid #feb960;
    position: absolute;
    top: 30px;
    left: -1px;
    background: #202020;
    border-radius: 0 0 5px 5px;
    box-shadow: rgba(254, 185, 96, 0.19) 0px 10px 20px, rgba(254, 185, 96, 0.23) 0px 6px 6px;
    display: none;
}

.selectbox .options > .option
{
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #feb960;
    line-height: 30px;
    text-indent: 15px;
}

.selectbox .options > .option.last 
{
    border: 0;
}

.selectbox .options > .option:hover
{
    background: #343434;
}

.notebookPreview
{
    border: 0px solid red;
}

.notebookPreview > .message
{
    background: #181818;
    border-radius: 10px;
    padding: 15px;
    border: 0px solid #343434;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.notebookPreview > .message > .time
{
    border: 0px solid green;
    font-size: 13px;
    color: #929292;
    text-align: right;
    margin-top: 15px;
}

a.fullNotebook
{
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #343434;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    background: #343434;
    /*border: 1px solid #181818;*/
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.usersPlace, .avatarsPlace
{
    border: 0px solid green;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.smallCard#user, .smallCard2#user 
{
    width: 200px;
    height: auto;
}

.smallCard#user .avatar, .smallCard2#user .avatar
{
    width: 175px;
    height: 175px;
    border: 1px solid #feb960;
    border-radius: 15px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.2);
    background: no-repeat center center;
    background-size: cover;
}

.smallCard#user h3, .smallCard2#user h3
{
    color: #333333;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    padding: 10px;
    vertical-align: top;
    margin: 0;
}

.smallCard#user p, .smallCard2#user p
{
    color: #777777;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding-left: 10px;
    vertical-align: top;
    margin-bottom: 5px;
    border: 0px solid green;
}

h1#pageTitle.users 
{
    text-align: left;
    font-family: Arial, Helvetica, Sans-serif;
}

.hiddenPage
{
    width: 256px;
    height: 256px;
    border: 0px solid red;
    margin: 0 auto;
    background: url('/images/hidden.gif') center center no-repeat;
    background-size: cover;
}

.hiddenText
{
    text-align: center;
    text-transform: uppercase;
    color: #F7AC53;
    font-size: 24px;
    margin-top: 35px;
}

.avatar_preview
{
    width: 200px;
    height: 200px;
    border: 1px dashed #feb960;
    margin: 0 auto;
    background: center center no-repeat;
    background-size: contain;
    border-radius: 15px;
}

.avatar_change
{
    display: inline-block;
    width: 200px;
    height: 35px;
    line-height: 35px;
    background: #feb960;
    color: #181818;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #343434;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.avatar_change input[type=file]
{
    position: absolute;
    border: 1px solid red;
    width: 200px;
    height: 35px;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
}

#avatarsList
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #202020;
    z-index: 1000;
    display: none;
}

.select_avatar
{
    display: block;
    width: 175px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
    background: #202020;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    font-size: 12px;
    margin: 10px auto;
    margin-top: 15px;
}

.select_avatar:hover
{
    background: #343434;
}

.closeAvatarList
{
    width: 36px;
    height: 50px;
    border: 0px solid red;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: url('/images/icon/close_menu.png') center center no-repeat;
}

.avatar_dead
{
    width: 100%;
    height: 100%;
    position: relative;
    border: 0px solid red;
    display: none;
}

.avatar_dead > .icon 
{
    width: 128px;
    height: 128px;
    border: 0px solid green;
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -64px;
    background: url('/images/icon/deadw.png') no-repeat 0 0;
    background-size: cover;
}

.avatar_dead > .text 
{
    border: 0px solid blue;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    color: #d34746;
}

.age18
{
    width: 100%;
    height: 100%;
    background: #000000 url('/images/luxury.jpg') center center;
    background-size: cover;
    color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    display: flex;
    justify-content: center; 
    align-items: center;     
}

.age18 .opacity
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.5;
}

.age18 > .info 
{
    border: 0px solid red;
    margin: 0 auto;
    z-index: 9999;
    position: relative;
}

.age18 .logo
{
    width: 200px;
    height: 200px;
    border: 0px solid green;
    background: url('/images/avatar/devil_1.png');
    background-size: cover;
    margin: 0 auto;
}

.age18 .text
{
    border: 0px solid blue;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.age18 .button
{
    border: 0px solid white;
    text-align: center;
}

.age18 a
{
    display: inline-block;
    width: 222px;
    height: 62px;
    color: #FFFFFF;
    /*text-transform: uppercase;*/
    border: 2px solid #FEB960;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 60px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}

.age18 a:hover
{
    background: #FEB960;
    color: #232323;
}

.age18 p 
{
    width: 600px;
    text-align: center;
    border: 0px solid yellow;
    margin: 0 auto;
    margin-top: 50px;
}

.blueballsMenu
{
    display: inline-block;
    width: 50px;
    height: 80px;
    border: 0px solid red;
    background: url('/images/icon/blueballs-50.png') center -10px no-repeat;
    background: cover;
    margin-left: 15px;
}

.userLeftMenuAvatar
{
    width: 175px;
    height: 175px;
    border: 0px solid red;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    background: center center;
    background-size: cover;
}

.ratingTable
{
    border: 0px solid red;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.ratingTable .div-row 
{
    display: flex;
    width: 100%;
    color: #ccc;
}

.ratingTable .div-row.last 
{
    border-bottom: 1px solid #F7AC53;
}

.ratingTable .div-row.top 
{
    /*background: #ffdc64;*/
    /*color: #333;*/
    color: #ccc;
}

.ratingTable .div-cell 
{
    /*flex: 1;*/ /* Ячейки делят пространство поровну */
    height: 40px;
    border: 1px solid #F7AC53;
    border-right: 0;
    border-bottom: 0;
    text-align: center;
    line-height: 40px;
}

.ratingTable .div-cell.number 
{
    width: 50px;
}

.ratingTable .div-cell.val 
{
    flex: 1;
}

.ratingTable .header 
{
    background-color: #F7AC53;
    font-weight: bold;
    color: #000000;
}


/*.smallCard#user .avatar
{
    background-color: #000000;
}*/