@font-face {
    font-family: proxima_nova;
    src: url(../fonts/proxima_nova_extrabold-webfont.eot);
    src: url(../fonts/proxima_nova_extrabold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/proxima_nova_extrabold-webfont.woff2) format("woff2"), url(../fonts/proxima_nova_extrabold-webfont.woff) format("woff"), url(../fonts/proxima_nova_extrabold-webfont.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: proxima_nova;
    src: url(../fonts/proxima_nova_light-webfont.eot);
    src: url(../fonts/proxima_nova_light-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/proxima_nova_light-webfont.woff2) format("woff2"), url(../fonts/proxima_nova_light-webfont.woff) format("woff"), url(../fonts/proxima_nova_light-webfont.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: proxima_nova;
    src: url(../fonts/proxima_nova_regular-webfont.eot);
    src: url(../fonts/proxima_nova_regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/proxima_nova_regular-webfont.woff2) format("woff2"), url(../fonts/proxima_nova_regular-webfont.woff) format("woff"), url(../fonts/proxima_nova_regular-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: museo_sans;
    src: url(../fonts/museosanscyrl_2-webfont.eot);
    src: url(../fonts/museosanscyrl_2-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/museosanscyrl_2-webfont.woff2) format("woff2"), url(../fonts/museosanscyrl_2-webfont.woff) format("woff"), url(../fonts/museosanscyrl_2-webfont.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: museo_sans;
    src: url(../fonts/museosanscyrl_1-webfont.eot);
    src: url(../fonts/museosanscyrl_1-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/museosanscyrl_1-webfont.woff2) format("woff2"), url(../fonts/museosanscyrl_1-webfont.woff) format("woff"), url(../fonts/museosanscyrl_1-webfont.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: museo_sans;
    src: url(../fonts/museosanscyrl_0-webfont.eot);
    src: url(../fonts/museosanscyrl_0-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/museosanscyrl_0-webfont.woff2) format("woff2"), url(../fonts/museosanscyrl_0-webfont.woff) format("woff"), url(../fonts/museosanscyrl_0-webfont.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: museo_sans;
    src: url(../fonts/ofont.ru_museo_sans_cyrl_100-webfont.eot);
    src: url(../fonts/ofont.ru_museo_sans_cyrl_100-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/ofont.ru_museo_sans_cyrl_100-webfont.woff2) format("woff2"), url(../fonts/ofont.ru_museo_sans_cyrl_100-webfont.woff) format("woff"), url(../fonts/ofont.ru_museo_sans_cyrl_100-webfont.ttf) format("truetype");
    font-weight: 100;
    font-style: normal
}
@font-face {
    font-family: pt_sansbold;
    src: url(../fonts/zdt6tzid-webfont.eot);
    src: url(../fonts/zdt6tzid-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/zdt6tzid-webfont.woff2) format("woff2"), url(../fonts/zdt6tzid-webfont.woff) format("woff"), url(../fonts/zdt6tzid-webfont.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

.action {
    display: block;
    overflow: hidden;
    width: 820px;
    height: auto;
    margin: 0 auto;
    padding: 30px 0;
}
.action h2 {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-family: 'proxima_nova', arial, sans-serif;
    font-weight: normal;
    color: #7c7c7c;
}
.action .action-info {
    display: block;
    overflow: hidden;
    width: 100%;
    min-height: 220px;
}
.action .action-info .score {
    float: left;
    overflow: hidden;
    width: 409px;
    border-right: 1px solid #7c7c7c;
}
.action .action-info .score p {
    display: block;
    overflow: hidden;
    font-size: 16px;
    color: #7c7c7c;
    text-align: center;
}
.action .action-info .score .amount {
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    font-family: 'proxima_nova', arial, sans-serif;
    color : black;
}
.action .action-info .score .small-button {
    display: block;
    overflow: hidden;
    width: 200px;
    height: 60px;
    background: #d9045b;
    margin: 20px auto;
    border-radius: 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.action .action-info .score .small-button:hover {
    background: #1a7bf2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.action .action-info .score .small-button:active {
    background: #fff;
    border: 1px solid #1a7bf2;
    color: #1a7bf2;
}
.action .action-info .score .small-button:active p {
    color: #1a7bf2;
}
.action .action-info .score .small-button p {
    width: 100%;
    height: 100%;
    line-height: 60px;
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    font-family: 'proxima_nova', arial, sans-serif;
    color: white;
    text-transform: uppercase;
}
.action .action-info .rewiev {
    float: right;
    overflow: hidden;
    width: 409px;
}
.action .action-info .rewiev p {
    display: block;
    overflow: hidden;
    font-size: 16px;
    color: #7c7c7c;
    text-align: center;
}
.action .action-info .rewiev .amount {
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    font-family: 'proxima_nova', arial, sans-serif;
    color : black;
}
.action .action-info .rewiev .big-button {
    display: block;
    overflow: hidden;
    width: 320px;
    height: 60px;
    background: #d9045b;
    margin: 20px auto;
    border-radius: 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.action .action-info .rewiev .big-button:hover {
    background: #1a7bf2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.action .action-info .rewiev .big-button:active {
    background: #fff;
    border: 1px solid #1a7bf2;
}
.action .action-info .rewiev .big-button:active p {
    color: #1a7bf2;
}
.action .action-info .rewiev .big-button p {
    width: 100%;
    height: 100%;
    line-height: 60px;
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    font-family: 'proxima_nova', arial, sans-serif;
    color: white;
    text-transform: uppercase;
}
.action .rewiev-option {
    display: block;
    overflow: hidden;
    width: 100%;
}
.action .rewiev-option .options {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.action .rewiev-option .options .t1 {
    float: left;
    width: 820px;
    /*cursor: pointer;*/
}
.action .rewiev-option .options .t1 p {
    display: block;
    width: 100%;
    text-align: center;
    color: #1a7bf2;
    font-size: 16px;
    font-weight: normal;
    font-family: 'proxima_nova', arial, sans-serif;
}
.action .rewiev-option .options .t2 {
    float: right;
    width: 410px;
    cursor: pointer;
}
.action .rewiev-option .options .t2 p {
    display: block;
    width: 100%;
    text-align: center;
    color: #1a7bf2;
    font-size: 16px;
    font-weight: normal;
    font-family: 'proxima_nova', arial, sans-serif;
}
.action .rewiev-option .options li.active p {
    color: #d9045b;
}
.action .tab-content {
    display: block;
    overflow: hidden;
    width: 100%;
    min-height: 100px;
}
.action .tab-content .t1 {
    display: block;
    overflow: hidden;
    width: 100%;
}
.action .tab-content .t1 .table-share {
    display: block;
    overflow: hidden;
    margin-top: 15px;
    margin-left: 7px;
}
.action .tab-content .t1 .table-share label {
    display: block;
    overflow: hidden;
    color : #7c7c7c;
}
.action .tab-content .t1 .table-share label select {
    display: inline-block;
    overflow: hidden;
    margin: 0 10px;
    border-radius: 5px;
    border: 1px solid #d9045b;
    width: 50px;
    font-size: 16px;
    padding : 0;
}
.action .tab-content .t1 .table-share label select option {
    display: block;
    overflow: hidden;
}
.action .tab-content .t1 table {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}
.action .tab-content .t1 table thead {
    display: block;
    overflow: hidden;
    width: 100%;
}
.action .tab-content .t1 table thead tr {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #1a7bf2;
}
.action .tab-content .t1 table thead tr .date-hold {
    display: inline-block;
    overflow: hidden;
    width: 110px;
    text-align: center;
    color: #7c7c7c;
    font-size: 14px;
    font-weight: normal;
    font-family: 'proxima_nova', arial, sans-serif;
}
.action .tab-content .t1 table thead tr .score-hold {
    display: inline-block;
    overflow: hidden;
    width: 140px;
    text-align: center;
    color: #7c7c7c;
    font-size: 14px;
    font-weight: normal;
    font-family: 'proxima_nova', arial, sans-serif;
}
.action .tab-content .t1 table thead tr .rewiev-hold {
    display: inline-block;
    overflow: hidden;
    width: 530px;
    text-align: center;
    color: #7c7c7c;
    font-size: 14px;
    font-weight: normal;
    font-family: 'proxima_nova', arial, sans-serif;
}
.action .tab-content .t1 table tbody {
    display: block;
    overflow: hidden;
    width: 100%;
}
.action .tab-content .t1 table tbody tr {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 10px 0;
    border-bottom: 1px solid #1a7bf2;
}
.action .tab-content .t1 table tbody tr .date-hold {
    display: inline-block;
    overflow: hidden;
    width: 110px;
    text-align: center;
    color: #7c7c7c;
    font-size: 14px;
    font-weight: normal;
    font-family: 'proxima_nova', arial, sans-serif;
}
.action .tab-content .t1 table tbody tr .date-hold .date {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.action .tab-content .t1 table tbody tr .score-hold {
    display: inline-block;
    overflow: hidden;
    width: 140px;
    text-align: center;
    color: #7c7c7c;
    font-size: 14px;
    font-weight: normal;
    font-family: 'proxima_nova', arial, sans-serif;
}
.action .tab-content .t1 table tbody tr .score-hold .your-score {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.action .tab-content .t1 table tbody tr .rewiev-hold {
    display: inline-block;
    overflow: hidden;
    width: 530px;
    text-align: center;
    color: #7c7c7c;
    font-size: 14px;
    font-weight: normal;
    font-family: 'proxima_nova', arial, sans-serif;
}
.action .tab-content .t1 table tbody tr .rewiev-hold .comment {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.action .tab-content .t2 {
    display: block;
    overflow: hidden;
    width: 100%;
}
.action .tab-content .t2 table {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}
.action .tab-content .t2 table thead {
    display: block;
    overflow: hidden;
    width: 100%;
}
.action .tab-content .t2 table thead tr {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 10px 0;
    border-bottom: 1px solid #1a7bf2;
}
.action .tab-content .t2 table thead tr .number-hold {
    display: inline-block;
    overflow: hidden;
    width: 110px;
    text-align: center;
    color: #7c7c7c;
    font-size: 14px;
    font-weight: normal;
    font-family: 'proxima_nova', arial, sans-serif;
}
.action .tab-content .t2 table thead tr .user-hold {
    display: inline-block;
    overflow: hidden;
    width: 335px;
    text-align: center;
    color: #7c7c7c;
    font-size: 14px;
    font-weight: normal;
    font-family: 'proxima_nova', arial, sans-serif;
}
.action .tab-content .t2 table thead tr .summary-hold {
    display: inline-block;
    overflow: hidden;
    width: 335px;
    text-align: center;
    color: #7c7c7c;
    font-size: 14px;
    font-weight: normal;
    font-family: 'proxima_nova', arial, sans-serif;
}
.action .tab-content .t2 table tbody {
    display: block;
    overflow: hidden;
    width: 100%;
}
.action .tab-content .t2 table tbody tr {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 10px 0;
    border-bottom: 1px solid #1a7bf2;
}
.action .tab-content .t2 table tbody tr .number-hold {
    display: inline-block;
    overflow: hidden;
    width: 110px;
    text-align: center;
    color: #7c7c7c;
    font-size: 14px;
    font-weight: normal;
    font-family: 'proxima_nova', arial, sans-serif;
}
.action .tab-content .t2 table tbody tr .number-hold .number {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.action .tab-content .t2 table tbody tr .user-hold {
    display: inline-block;
    overflow: hidden;
    width: 335px;
    text-align: center;
    color: #7c7c7c;
    font-size: 14px;
    font-weight: normal;
    font-family: 'proxima_nova', arial, sans-serif;
}
.action .tab-content .t2 table tbody tr .user-hold .user-mail {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.action .tab-content .t2 table tbody tr .summary-hold {
    display: inline-block;
    overflow: hidden;
    width: 335px;
    text-align: center;
    color: #7c7c7c;
    font-size: 14px;
    font-weight: normal;
    font-family: 'proxima_nova', arial, sans-serif;
}
.action .tab-content .t2 table tbody tr .summary-hold .summary-score {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}