@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

.button-request, .return-button, .next-button {
    transition: all 100ms ease-out
}

html {
    margin: 0 !important;
    overflow: visible !important
}

body {
    background: #fcfaf5;
}

body:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 209px;
    height: 750px
}

body:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 210px;
    height: 758px;
    z-index: -999;
}

a {
    font-size: 14px;
    color: #0091c3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline
}

.page {

    /*background: #fff;*/

}

.page:after {
    content: '';
    clear: both;
    display: block
}

.page-print {
    background: #fff;
}

.page-print:before, .page-print:after {
    display: none
}

.page-print .page {
    width: 785px
}

.page-print .content {
    padding: 0;
    position: relative
}

.page-print .footer {
    width: 745px;
    margin: auto;
    padding: 1px 0 10px
}

.page-print .nav-buttons {
    position: absolute;
    top: 0;
    right: 0
}

.page-print .title {
    padding-right: 150px;
    font-size: 25px
}

.print-table {
    border: 1px solid #cecece;
    padding: 10px;
    border-collapse: separate;
    width: 100%;
    margin-bottom: 20px;
}

.print-table .checkboxes {
    padding: 0;
    text-align: right
}

.print-table .answer-errors__info {
    margin: 0;
    padding: 0
}

.print-table .answer-errors__info td:first-child {
    padding-left: 0
}

.print-table .checkboxes__cell:hover .checkboxes__label {
    background: none
}

.print-table .checkboxes__label_pos_first {
    color: #000
}

.print-table .checkboxes__label {
    border: none;
    background: none;
    width: 31px;
    height: 30px;
    cursor: default;
    line-height: 30px;
}

.print-table .checkboxes__label:hover {
    color: #999
}

.print-table .checkboxes__label_type_green {
    background: #000 !important;
    color: #fff !important
}

.print-table .checkboxes__label_type_orange {
    background: #cecece !important;
    color: #fff !important
}

.print-table .checkboxes__label_type_red {
    background: url("../img/sprite.png") no-repeat -244px -177px !important;
    color: #000 !important
}

.print-answers {
    margin-bottom: 20px;
}

.print-answers .print-answers__item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font: 12px/22px Arial
}

.print-answers .checkboxes__label {
    display: inline-block;
    border: none;
    background: none;
    width: 31px;
    height: 30px;
    margin-right: 10px;
    line-height: 30px
}

.print-answers .checkboxes__label_type_green {
    background: #000 !important;
    color: #fff !important
}

.print-answers .checkboxes__label_type_orange {
    background: #cecece !important;
    color: #fff !important
}

.print-answers .checkboxes__label_type_red {
    background: url("../img/sprite.png") no-repeat -244px -177px !important;
    color: #000 !important
}

.wrapper {
    padding: 0;
    margin: auto;
    box-sizing: border-box;
    position: relative;
    width: 1040px;
}

.block_top {
}

.block_top__content {
    position: relative;
    min-width: 1040px;
    margin: auto;
}

.header {
    background: #fff;
    padding: 14px 0;
}

.header:after {
    content: '';
    clear: both;
    display: block
}

.middle {
    width: 100%;
    padding-top: 20px;
    position: relative;
}

.middle:after {
    content: '';
    display: block;
    clear: both
}

.container {
    width: 100%;
    float: left
}

.content {
    padding: 0 185px 0 230px
}

.content_left_sidebar {
    padding: 0 0 0 230px
}

.left-sidebar {
    float: left;
    width: 200px;
    margin-left: -100%;
    position: relative
}

.right-sidebar {
    float: left;
    width: 170px;
    margin-left: -170px;
    position: relative
}

.logo {
    float: left;
    font-size: 0
}

.logo__link, .logo__slogan {
    display: inline-block;
    vertical-align: middle
}

.logo__slogan {
    margin-left: 12px
}

.info-box {
    float: right;
    font-size: 0;
    padding: 7px 0
}

.info-box_state_logged {
    padding: 0;
    margin: -14px -20px -14px -14px
}

.info-box__login {
    font: bold 12px 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #24b26b;
    border-bottom: 1px dotted;
    text-decoration: none;
    vertical-align: middle;
    outline: 0;
    margin-right: 20px;
}

.info-box__login:hover {
    text-decoration: none
}

.info-box__registration {
    vertical-align: middle;
    font: bold 12px 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #999;
    border-bottom: 1px dotted;
    text-decoration: none;
    outline: 0;
}

.info-box__registration:hover {
    text-decoration: none
}

.info-box__name {
    font: 12px/16px Arial, sans-serif;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px
}

.info-box__ava {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.info-box__setting {
    display: inline-block;
    vertical-align: middle;
    background: url("../img/sprite.png") no-repeat -165px -59px;
    width: 56px;
    height: 56px;
    border-left: 1px solid #f2f2f2;
}

.info-box__setting:hover {
    background-position: -165px -116px
}

.info-box__logout {
    display: inline-block;
    vertical-align: middle;
    background: url("../img/sprite.png") no-repeat -222px -59px;
    width: 56px;
    height: 56px;
    border-left: 1px solid #f2f2f2;
}

.info-box__logout:hover {
    background-position: -222px -116px
}

.bx-prev, .bx-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: url("../img/sprite.png") no-repeat;
    font-size: 0
}

.bx-prev {
    background-position: 0 -65px;
    left: 20px;
}

.bx-prev:hover {
    background-position: 0 -105px
}

.bx-next {
    background-position: -40px -65px;
    right: 20px;
}

.bx-next:hover {
    background-position: -40px -105px
}

.bx-pager {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 10px
}

.bx-pager-item {
    display: block;
    margin-bottom: 10px
}

.bx-pager-link {
    display: block;
    width: 6px;
    height: 6px;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #cecece;
    font-size: 0
}

.bx-pager-link.active {
    border: 2px solid #999;
    background: #999
}

.bx-wrapper {
    position: relative;
    font-size: 0
}

.sidebar-menu {
    border-bottom: 2px solid #f2cb55;
    border-top: 2px solid #f2cb55;
    margin-bottom: 20px
}

.sidebar-menu__item {
    position: relative;
    padding: 12px 10px;
    border-top: 1px dashed #d9d7d2;
}

.sidebar-menu__item:hover {
    background: #f2f0eb
}

.sidebar-menu__item:first-child {
    border-top: none
}

.sidebar-menu__link {
    color: #000;
    font: bold 15px 'Roboto', sans-serif;
    text-decoration: none;
}

.sidebar-menu__link:hover {
    text-decoration: none
}

.sidebar-menu__link:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.sidebar-menu__link_color_red {
    color: #b32447
}

.sidebar-menu__link_color_green {
    color: #b22447
}

.top-ten {
    padding: 20px 10px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px
}

.top-ten__title {
    font: bold 14px 'Roboto', sans-serif;
    padding-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6
}

.top-ten__item {
    padding: 10px 0;
    font: 12px Arial, sans-serif;
    border-bottom: 1px solid #e6e6e6
}

.top-ten__ava, .top-ten__no-img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

.top-ten__name {
    display: inline-block;
    vertical-align: middle
}

.top-ten__no-img {
    background: url("../img/sprite.png") no-repeat -101px 0;
    width: 20px;
    height: 20px
}

.top-ten__show-more {
    display: inline-block;
    padding-top: 18px;
    font: bold 11px Arial;
    color: #2988cc;
    text-decoration: underline;
}

.top-ten__show-more:hover {
    text-decoration: none
}

.side-comments {
    position: relative;
    padding: 20px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f2f2f2;
    font-size: 0;
}

.side-comments:after {
    content: '';
    clear: both;
    display: block
}

.side-comments__title {
    font: bold 14px 'Roboto', sans-serif;
    padding-bottom: 20px;
    text-transform: uppercase
}

.side-comments__item {
    position: relative;
}

.side-comments__item:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    background: url("../img/sprite.png") no-repeat -81px -63px;
    width: 80px;
    height: 80px;
    cursor: pointer
}

.side-comments__item:hover:after {
    background-position: -81px -145px
}

.pager {
    float: left;
}

.pager .bx-pager {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 20px
}

.pager .bx-pager-item {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px
}

.pager .bx-pager-link {
    display: block;
    width: 5px;
    height: 5px;
    background: #999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none
}

.pager .bx-pager-link.active {
    border: 2px solid #999;
    background: none
}

.side-comments__link {
    margin-top: 20px;
    float: right;
    background: url("../img/sprite.png") no-repeat -81px -14px;
    width: 16px;
    height: 11px;
}

.side-comments__link:hover {
    background-position: -81px 0
}

.banner {
    margin-bottom: 20px
}

.side-title {
    font: bold 14px/20px 'Roboto', sans-serif;
    padding: 10px 0;
    text-transform: uppercase;
    border-bottom: 2px solid #cecece;
    border-top: 2px solid #cecece;
    margin-bottom: 10px
}

.banner__show-more {
    display: inline-block;
    padding-top: 8px;
    font: bold 11px Arial, sans-serif;
    color: #2988cc;
    text-decoration: underline;
}

.banner__show-more:hover {
    text-decoration: none
}

.instructions {
    padding-bottom: 17px
}

.instructions__item {
    position: relative;
    margin-top: 10px;
    padding-left: 25px;
}

.instructions__item .icon-exel, .instructions__item .icon-doc, .instructions__item .icon-pdf, .instructions__item .icon-img {
    position: absolute;
    top: 5px;
    left: 0
}

.instructions__link {
    font: 12px Arial, sans-serif;
    color: #2988cc;
    text-decoration: underline;
}

.instructions__link:hover {
    text-decoration: none
}

.info {
    position: relative;
    font: 12px/18px Arial, sans-serif;
    color: #000;
    padding: 18px 40px 18px 20px;
    background: #fff3e6;
    margin-bottom: 25px
}

.info_state_closed {
    display: none
}

.info__link {
    display: block;
    color: #0091c3;
    text-decoration: none;
}

.info__link:hover {
    text-decoration: underline
}

.info__close, .mfp-close {
    position: absolute;
    width: 21px;
    height: 21px;
    font-size: 0;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: url("../img/sprite.png") no-repeat -203px -35px !important;
}

.info__close:hover, .mfp-close:hover {
    background-position: -203px -12px !important
}

.icon-exel, .icon-doc, .icon-pdf, .icon-img {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url("../img/sprite.png") no-repeat
}

.icon-pdf {
    background-position: 0 -40px
}

.icon-doc {
    background-position: -17px -40px
}

.icon-img {
    background-position: -35px -40px
}

.icon-exel {
    background-position: -53px -40px
}

.title {
    font: bold 18px 'Roboto', sans-serif
}

h1.title {
    margin-top: 0;
    font: bold 30px 'Roboto', sans-serif
}

.title_color_red {
    color: #b32447
}

.content__line {
    font: 16px/24px Roboto, Arial, sans-serif;
}

.content__line .green {
    color: #24b26b;
    font-weight: bold
}

.button-request {
    position: relative;
    display: inline-block;
    background: #24b26b;
    padding: 0 36px 0 36px;
    font: bold 10px/37px Arial, sans-serif;
    height: 36px;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}


.button-request:hover {
    background: #038643;
    text-decoration: none
}

.content__line-link {
    font-size: 12px;
    display: block;
    color: #0091c3;
    text-decoration: none;
}

.content__line-link:hover {
    text-decoration: underline
}

.download {
    padding: 10px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 25px
}

.download__item {
    margin-bottom: 6px;
    font-size: 12px;
}

.download__item:last-child {
    margin-bottom: 0
}

.download__link {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle
}

.archive-toggle-block {
    display: none;
    width: 100% !important
}

.archive__toggle {
    padding: 10px 0;
    border-bottom: 1px solid #ececec
}

.archive__toggle-link {
    display: inline-block;
    font: bold 18px Arial, sans-serif;
    color: #2988cc;
    border-bottom: 1px dotted;
    cursor: pointer
}

.archive__toggle-arrow {
    display: inline-block;
    vertical-align: middle;
    background: url("../img/sprite.png") no-repeat -215px 0;
    width: 14px;
    height: 9px;
    margin-left: 8px
}

.archive__toggle_state_opened .archive__toggle-link {
    color: #000
}

.archive__toggle_state_opened .archive__toggle-arrow {
    background-position: -199px 0
}

.footer {
    background: #f2f0eb;
    padding: 20px 0;
    margin-top: 20px
}

.footer-menu {
    font-size: 0
}

.footer-menu__item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.footer-menu__item:first-child {
    margin-left: 0
}

.footer-menu__link {
    font: bold 12px 'Roboto', sans-serif;
    color: #000;
    text-transform: uppercase;
    text-decoration: underline;
}

.footer-menu__link:hover {
    text-decoration: none
}

.footer-desc {
    font: 11px/1.455 "Arial", sans-serif;
    color: #666
}

.footer-desc__line {
    margin-top: 10px;
    margin-bottom: 0;
}

.footer-desc__line:first-child {
    margin-top: 0
}

.footer-desc__index-link {
    float: right;
    font: 11px/20px Arial;
    color: #666
}

.footer-info {
    margin: 18px 0;
    font-size: 0
}

.footer-info__link {
    margin-right: 10px;
    text-decoration: underline;
}

.footer-info__link:hover {
    text-decoration: none
}

.answers {
    width: 100%;
    text-align: center;
    font: 12px Arial, sans-serif;
    color: #000;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.answers__th {
    font: 12px Arial, sans-serif;
    color: #999;
    padding: 12px 5px;
    border-bottom: 1px solid #e8e8e8
}

.answers__td {
    padding: 12px 5px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2
}

.answers__td_color_green {
    color: #24b26b
}

.answers__td_color_orange {
    color: #b32447
}

.answers__td_color_grey {
    color: #999
}

.answers__tr:hover {
    background: #f2f0eb;
    cursor: pointer;
}

.answers__tr:hover .answers__link {
    text-decoration: underline
}

.nav-buttons {
    margin-bottom: 15px
}

.return-button {
    position: relative;
    display: inline-block;
    border: 1px solid #999;
    padding: 0 14px 0 37px;
    font: bold 10px/35px Arial, sans-serif;
    height: 34px;
    text-transform: uppercase;
    color: #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    margin-right: 10px;
}

.return-button:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 14px;
    background: url("../img/sprite.png") no-repeat -188px 0;
    width: 9px;
    height: 14px
}

.return-button:hover {
    background: #f2f2f2;
    text-decoration: none
}

.next-button {
    position: relative;
    display: inline-block;
    border: 1px solid #24b26b;
    padding: 0 37px 0 14px;
    font: bold 10px/35px Arial, sans-serif;
    height: 34px;
    text-transform: uppercase;
    color: #24b26b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

.next-button:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 14px;
    background: url("../img/sprite.png") no-repeat -178px 0;
    width: 9px;
    height: 14px
}

.next-button:hover {
    background: #e5f6ed;
    text-decoration: none
}

.answer-detail {
    background: #d9d7d2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
    margin-top: 15px;
    box-sizing: border-box;
}

.answer-detail:after {
    content: '';
    clear: both;
    display: block
}

.answer-detail__left-part {
    float: left;
    width: 388px
}

.answer-detail__right-part {
    float: right;
    max-height: 272px;
    overflow-y: scroll;
    width: 412px
}

.answer-detail__header {
    background: #f2f0eb;
    padding: 5px;
    box-sizing: border-box;
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0
}

.custom-select {
    position: relative;
}

.custom-select:focus {
    outline: 0
}

.custom-select_state_open .dropdown-menu {
    display: block
}

.btn-default {
    position: relative;
    width: 93px;
    height: 30px;
    background: #fff;
    border: none;
    text-align: left;
    padding: 0 12px;
    outline: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 30px;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 12px;
    color: #000;
}

.btn-default:focus {
    outline: 0
}

.btn-default:after {
    content: '';
    position: absolute;
    right: 12px;
    top: 14px;
    background: url("../img/sprite.png") no-repeat -63px -3px;
    width: 5px;
    height: 3px
}

.custom-dropdown {
    display: inline-block;
    vertical-align: middle;
}

.custom-dropdown:focus {
    outline: none
}

.custom-dropdown_type_error .btn-default {
    color: #b32447;
    border: 1px solid #b32447
}

.answer-detail__input {
    width: 278px;
    text-align: left;
    background: #fff;
    font-size: 12px;
    color: #999;
    border: none;
    line-height: 30px;
    height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 10px;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.answer-detail__input:focus {
    outline: none;
    border-color: #d9d7d2;
    color: #000
}

.answer-detail__input_type-error {
    border-color: #b32447;
}

.answer-detail__input_type-error::-webkit-input-placeholder {
    color: #b32447
}

.answer-detail__input_type-error::-moz-placeholder {
    color: #b32447
}

.answer-detail__input_type-error:-moz-placeholder {
    color: #b32447
}

.answer-detail__input_type-error:-ms-input-placeholder {
    color: #b32447
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
    background-clip: padding-box;
}

.dropdown-menu:focus {
    outline: none
}

.dropdown-select-link {
    display: block;
    padding: 10px;
    color: #000;
    border-top: 1px solid #f2f2f2;
}

.dropdown-select-link:hover {
    text-decoration: none;
    background: #f8f8f8
}

.checkboxes {
    padding: 7px 5px;
    background: #fff;
    font-size: 0
}

.checkboxes__checkbox {
    position: absolute;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    width: 31px;
    height: 31px;
    cursor: pointer;
    margin: 4px 0 0 0;
}

.checkboxes__checkbox:checked + .checkboxes__label {
    background: #f2cb55;
    color: #000
}

.checkboxes__cell {
    font-size: 0;
    margin: 0 0 0 6.99px;
    display: inline-block;
    vertical-align: top;
}

.checkboxes__cell:hover .checkboxes__label {
    background: #f2f2f2
}

.checkboxes__cell:hover .checkboxes__label_pos_first {
    color: #000
}

.checkboxes__cell:hover .checkboxes__checkbox:checked + .checkboxes__label {
    background: #f2cb55;
    color: #000
}

.checkboxes__cell_pos_first {
    margin-left: 0
}

.checkboxes__label {
    display: block;
    color: #999;
    width: 29px;
    height: 29px;
    text-align: center;
    margin: 4px 0 0 0;
    font: bold 12px/29px Arial;
    cursor: pointer;
    background: #fcfbf5;
    border: 1px solid #fcfbf5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

.checkboxes__label:hover {
    color: #000
}

.checkboxes__label_pos_first {
    margin: 0;
    border: 1px solid #e6e6e6;
    color: #cecece;
    background: #fff
}

.checkboxes__label_type_green {
    background: #24b26b !important;
    color: #fff !important
}

.checkboxes__label_type_orange {
    background: #f9cc92 !important;
    color: #fff !important
}

.checkboxes__label_type_red {
    background: #b32447 !important;
    color: #fff !important
}

.answer-errors {
    position: absolute;
    top: 50%;
    margin-top: -208.5px;
    left: 50%;
    margin-left: -211.5px;
    background: #fff;
    width: 417px;
    padding: 20px 10px 0;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

.answer-errors .answer-detail-footer {
    background: #f2f2f2;
    margin: 20px -10px 0;
    padding: 10px;
}

.answer-errors .answer-detail-footer .answer-detail-footer__right {
    text-align: right
}

.answer-errors .checkboxes {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #e6e6e6
}

.answer-errors__info {
    font: 12px/22px Arial, sans-serif;
    color: #999;
    padding: 0 0 15px;
    margin: 0 auto 20px;
}

.answer-errors__info td {
    padding: 0 10px
}

.answers-check {
    font-size: 0;
    border-top: 1px solid #e6e6e6
}

.answers-check__item {
    display: inline-block;
    font: 11px Arial;
    color: #999;
    margin-top: 15px;
    vertical-align: middle;
    margin-right: 20px;
}

.answers-check__item:before {
    position: relative;
    top: 1px;
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    margin-right: 5px
}

.answers-check__item_type_green:before {
    background: #24b26b
}

.answers-check__item_type_orange:before {
    background: #f9cc92
}

.answers-check__item_type_red:before {
    background: #b32447
}

.black {
    color: #000
}

.answer-detail-footer {
    background: #f2f0eb;
    padding: 5px;
    box-sizing: border-box;
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
    font: 12px/18px Arial;
}

.answer-detail-footer:after {
    content: '';
    display: block;
    clear: both
}

.answer-detail-footer__left {
    float: left;
    width: 140px;
    color: #999794
}

.answer-detail-footer__count {
    font-weight: bold;
    float: right
}

.answer-detail-footer__right {
    float: right;
    width: 187px;
    padding: 1px;
    box-sizing: border-box
}

.answer-detail__submit {
    width: 91px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #24b26b;
    color: #fff;
    font: bold 10px Arial;
    text-transform: uppercase;
    border: none;
}

.answer-detail__submit:hover {
    background: #1f995c
}

.answer-detail__reset {
    position: relative;
    width: 89px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #b3b1ad;

    padding-left: 20px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-right: 0;
    color: #999794;
    font: bold 10px Arial;
    text-transform: uppercase;
}

.answer-detail__reset:after {
    content: '';
    position: absolute;
    background: url("../img/sprite.png") no-repeat 0 0;
    width: 12px;
    height: 12px;
    top: 10px;
    left: 20px
}

.answer-detail__reset:hover {
    color: #2988cc;
    border-color: #2988cc;
}

.answer-detail__reset:hover:before {
    background: #2988cc
}

.answer-detail__name-list {
    background: #fff;
    font: 12px Arial;
    width: 100%;
}

.answer-detail__name-list tr {
    border-top: 1px solid #f3f3f3;
}

.answer-detail__name-list tr:first-child {
    border-top: none
}

.answer-detail__name-list tr:hover {
    background: #e9e7e2;
}

.answer-detail__name-list tr:hover .icon-close {
    background-position: -13px -1px
}

.answer-detail__name-list td {
    padding: 9px 8px;
}

.answer-detail__name-list td + td {
    color: #999
}

.icon-close {
    display: block;
    background: url("../img/sprite.png") no-repeat -19px -1px;
    width: 5px;
    height: 5px;
    cursor: pointer
}

.top-ten-table {
    text-align: left;
    padding: 1px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    width: 100%;
    font: 12px Arial;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-collapse: separate;
}

.top-ten-table th {
    color: #999;
    padding: 15px;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
}

.top-ten-table th:last-child {
    text-align: center
}

.top-ten-table tr:nth-child(odd) {
    background: #fff
}

.top-ten-table tr:nth-child(even) {
    background: #f2f0eb
}

.top-ten-table td {
    padding: 8px 15px;
}

.top-ten-table td:first-child {
    width: 35px
}

.top-ten-table td:last-child {
    text-align: center
}

.top-ten-table tr.top-ten-table__top-three {
    background: #e5f6ed
}

.add-request {
    background: #d9d7d2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 10px 10px 10px;
    margin-top: 15px;
    box-sizing: border-box;
}

.add-request:after {
    content: '';
    clear: both;
    display: block
}

.add-request__left-part {
    float: left;
    width: 505px;
    padding-top: 10px;
}

.add-request__left-part .custom-dropdown {
    float: right
}

.add-request__left-part .custom-dropdown, .add-request__left-part .btn-default {
    width: 350px
}

.add-request__text-wrap {
    margin-top: 10px;
}

.add-request__text-wrap:first-child {
    margin-top: 0
}

.add-request__text-wrap:after {
    content: '';
    clear: both;
    display: block
}

.add-request__input {
    float: right;
    width: 350px;
    height: 30px;
    background: #fff;
    border: none;
    text-align: left;
    padding: 0 12px;
    outline: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 30px;
    box-sizing: border-box;
    font-size: 12px;
    color: #000;
}

.add-request__input:focus {
    outline: none;
    border-color: #7bc1e9;
    color: #000
}

.add-request__input_type_error {
    border: 1px solid #b32447
}

.input-number-box {
    float: right;
    position: relative
}

.add-request__number {
    float: left;
    width: 108px;
    height: 30px;
    background: #fff;
    border: none;
    padding: 0 12px;
    outline: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 30px;
    box-sizing: border-box;
    font: bold 18px 'Roboto';
    color: #000;
    text-align: center
}

.input-number-more, .input-number-less {
    position: absolute;
    cursor: pointer;
    top: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.input-number-less {
    background: url("../img/sprite.png") no-repeat -173px -216px;
    width: 13px;
    height: 5px;
    left: 10px;
    margin-top: -2.5px;
}

.input-number-less:after {
    content: '';
    position: absolute;
    width: 33px;
    height: 30px;
    top: -13px;
    right: -10px
}

.input-number-less:hover {
    background-position: -226px -216px
}

.input-number-more {
    background: url("../img/sprite.png") no-repeat -206px -212px;
    width: 14px;
    height: 13px;
    right: 10px;
    margin-top: -6.5px;
}

.input-number-more:after {
    content: '';
    position: absolute;
    width: 33px;
    height: 30px;
    top: -9px;
    right: -10px
}

.input-number-more:hover {
    background-position: -259.5px -212px
}

.input-number-price {
    width: 232px;
    float: right;
    line-height: 30px;
    margin-left: 10px;
    font-size: 0
}

.input-number-price__value, .input-number-price__equally {
    font: bold 12px Arial, sans-serif;
    color: #a6a4a1;
    display: inline-block;
    vertical-align: middle
}

.input-number-price__value {
    margin: 0 10px
}

.input-number-price__equally {
    margin-left: 10px
}

.icon-multiply {
    background: url("../img/sprite.png") no-repeat 0 -16px;
    width: 12px;
    height: 13px;
    display: inline-block;
    vertical-align: middle
}

.icon-equally {
    background: url("../img/sprite.png") no-repeat -13px -17px;
    width: 14px;
    height: 12px;
    display: inline-block;
    vertical-align: middle
}

.add-request__lable {
    float: left;
    font: 12px/30px Arial, sans-serif;
}

.add-request__right-part {
    float: right;
    width: 270px
}

.check-price {
    position: relative;
    /*  background: url("../img/sprite.png") no-repeat -291px 0;*/
    width: 270px;
    height: 172px;
    padding: 9px 15px;
    box-sizing: border-box;
    margin: 0 auto 0;
    font-size: 0;
    background-color: #f2f0eb;
}

.check-price:after {
    content: '';
    display: block;
    clear: both
}

.check-price__title {
    font: bold 14px 'Roboto', Sans-serif;
    text-transform: uppercase;
    margin-bottom: 3px
}

.check-price__left {
    float: left;
    width: 143px;
    font: 12px Arial, Sans-serif
}

.check-price__right {
    float: right;
    width: 57px;
    text-align: right
}

.check-price__wrapper {
    margin-bottom: 5px;
}

.check-price__wrapper:after {
    content: '';
    display: block;
    clear: both
}

.check-price__add-info {
    font-size: 11px;
    color: #9a9a9a
}

.check-price__info {
    display: block;
    margin-bottom: 5px;
    color: #000
}

.check-price__info_color_green, .check-price__economy {
    color: #24b26b
}

.check-price__price, .check-price__economy {
    font: bold 12px Arial, sans-serif
}

.check-price__payment {
    float: right;
    text-align: right;
    border-top: 1px dotted #cfcfcf;
    width: 100%
}

.check-price__total {
    display: block;
    color: #00a849;
    font: 30px/27px 'Roboto', Sans-serif;
    font-weight: bold;
}

.check-price__total span {
    font-size: 20px
}

.check-price__topay {
    display: block;
    margin: 9px 0 4px;
    font: 12px Arial, Sans-serif
}

.clearfix {
    clear: both
}

.add-request-footer {
    background: #f2f0eb;
    padding: 10px;
    margin: 10px -10px -10px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    font-size: 0
}

.icon-warn {
    background: url("../img/sprite.png") no-repeat -29px -14px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle
}

.add-request-footer__if {
    display: inline-block;
    vertical-align: middle;
    font: 12px Arial, Sans-serif;
    color: #a6a4a1;
    margin-left: 11px
}

.add-request-footer__right {
    float: right;
    text-align: right
}

.add-request-footer__left {
    float: left;
    line-height: 48px
}

.add-request__submit {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 48px;
    height: 48px;
    background: #24b26b;
    padding: 0 50px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    font: bold 10px Arial, Sans-serif;
    text-transform: uppercase;
}

.add-request__submit:hover {
    background: #1f995c;
}

.profile-photo {
    margin: 15px 0;
    padding: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    width: 389px
}

.profile-photo__photos {
    margin-bottom: 10px;
    font-size: 0
}

.profile-photo__image-wrapper {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 15px;
    overflow: hidden;
}

.profile-photo__image-wrapper:first-child {
    margin-left: 0
}

.profile-photo__image {
    max-width: 100%;
    max-height: 100%
}

.profile-photo__change {
    font-size: 0
}

.profile-photo__button-change {
    display: inline-block;
    vertical-align: middle;
    font: bold 10px Arial, sans-serif;
    text-transform: uppercase;
    width: 161px;
    height: 36px;
    color: #24b26b;
    border: 1px solid;
    box-sizing: border-box;
    text-align: center;
    line-height: 36px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.profile-photo__button-change:hover {
    background: #24b26b;
    color: #fff
}

.profile-photo__info {
    display: inline-block;
    vertical-align: middle;
    color: #999;
    font: 11px Arial, sans-serif;
    margin-left: 10px
}

.profile-data {
    font-size: 0;
    margin-bottom: 17px
}

.profile-data__input-wrap {
    margin-top: 12px
}

.profile-data__label, .profile-data__input, .profile-data__error {
    display: inline-block;
    vertical-align: middle
}

.profile-data__label {
    width: 108px;
    font: 12px/20px Arial, Sans-serif;
    color: #000000
}

.profile-data__attention {
    font: 11px/15px Arial, Sans-serif;
    color: #b32447;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle
}

.profile-data__error {
    display: none;
    color: #b32447;
    font: 11px/15px Arial, Sans-serif
}

.profile-data__input {
    width: 298px;
    height: 31px;
    border: 1px solid #d9d7d2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 15px;
    margin-right: 10px;
    box-sizing: border-box;
    font: 12px Arial;
    padding: 0 10px;
}

.profile-data__input:focus {
    outline: none;
    border-color: #1b2624;
    color: #000
}

.profile-data__submit {
    position: relative;
    width: 179px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    background: #24b26b;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font: bold 10px Arial, Sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 36px;
    border: none;
}

.profile-data__submit:hover {
    background: #1f995c
}

.top-buttons {
    font-size: 0;
    float: left
}

.top-buttons__pay {
    width: 226px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    background: #f2cb55;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: bold 10px/36px Arial;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-right: 10px;
}

.top-buttons__pay:hover {
    text-decoration: none;
    background: #f3c024
}

.top-buttons__pay_state_not-active {
    background: #f2e3b6;
    cursor: default;
    color: #998c63;
}

.top-buttons__pay_state_not-active:hover {
    background: #f2cb55
}

.top-buttons__add-button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #24b26b;
    width: 164px;
    height: 36px;
    font: bold 10px/36px Arial;
    text-transform: uppercase;
    color: #24b26b;
    padding-left: 14px;
    padding-right: 36px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 15px;
}

.top-buttons__add-button:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 13px;
    background: url("../img/sprite.png") no-repeat -178px 0;
    width: 9px;
    height: 14px
}

.top-buttons__add-button:hover {
    background: rgba(0, 166, 81, 0.1);
    text-decoration: none
}

.top-buttons__check {
    font: 11px Arial;
    background: none;
    border: none;
    color: #999;
    border-bottom: 1px dotted;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    cursor: pointer
}

.top-filter {
    float: right;
    font-size: 0;
    line-height: 36px
}

.top-filter__item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font: 11px Arial;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    padding: 0 8px;
    border: 1px solid;
    cursor: pointer;
}

.top-filter__item:first-child {
    margin-left: 0
}

.top-filter__item_color_blue {
    color: #2988cc;
    border-color: #2988cc;
}

.top-filter__item_color_blue:hover, .top-filter__item_color_blue.top-filter__item_state_active {
    color: #fff;
    background: #2988cc
}

.top-filter__item_color_green {
    color: #24b26b;
    border-color: #24b26b;
}

.top-filter__item_color_green:hover, .top-filter__item_color_green.top-filter__item_state_active {
    color: #fff;
    background: #24b26b
}

.top-filter__item_color_grey {
    color: #999;
    border-color: #999;
}

.top-filter__item_color_grey:hover, .top-filter__item_color_grey.top-filter__item_state_active {
    color: #fff;
    background: #999
}

.top-filter__item_color_orange {
    color: #f2cb55;
    border-color: #f2cb55;
}

.top-filter__item_color_orange:hover, .top-filter__item_color_orange.top-filter__item_state_active {
    color: #fff;
    background: #f2cb55
}

.top-filter__item_color_red {
    color: #b32447;
    border-color: #b32447;
}

.top-filter__item_color_red:hover, .top-filter__item_color_red.top-filter__item_state_active {
    color: #fff;
    background: #b32447
}

.orders__first-cell, .orders__middle-cell, .orders__last-cell, .orders__edit-cell {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.orders__first-cell {
    width: 95px;
    margin-right: 20px
}

.orders__edit-cell {
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.orders__middle-cell {
    width: 415px;
}

.orders__middle-cell:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(245, 245, 245, 0) 0%, #f2f0eb 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(245, 245, 245, 0)), color-stop(100%, #f2f0eb));
    background: -webkit-linear-gradient(left, rgba(245, 245, 245, 0) 0%, #f2f0eb 100%);
    background: -o-linear-gradient(left, rgba(245, 245, 245, 0) 0%, #f2f0eb 100%);
    background: -ms-linear-gradient(left, rgba(245, 245, 245, 0) 0%, #f2f0eb 100%);
    background: linear-gradient(to right, rgba(245, 245, 245, 0) 0%, #f2f0eb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00f2f0eb", endColorstr="#f2f0eb", GradientType=1)
}

.orders__middle-cell:after {
    content: '';
    display: block;
    clear: both
}

.orders__last-cell {
    width: 150px;
    text-align: right
}

.orders__item {
    position: relative;
    width: 810px;
    box-sizing: border-box;
    padding: 15px 10px 16px 48px;
    margin-top: 10px;
    background: #f2f0eb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-left: 2px solid;
    font-size: 0
}

.orders__item_type_checked:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid #cecece;
    border-left: none;
    pointer-events: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.orders__item_type_new {
    border-left-color: #cecece
}

.orders__item_type_not-pay {
    border-left-color: #f2cb55;
}

.orders__item_type_not-pay .orders__price {
    color: #999
}

.orders__item_type_pay {
    border-left-color: #24b26b;
}

.orders__item_type_pay .orders__price {
    color: #999
}

.orders__item_type_pay .orders__pay-button {
    color: #cecece;
    cursor: default;
}

.orders__item_type_pay .orders__pay-button:hover {
    color: #cecece;
    background: none;
    border-color: #cecece
}

.orders__item_type_pay .icon-delete {
    background-position: -99px -264px;
    cursor: default;
}

.orders__item_type_pay .icon-delete:hover {
    background-position: -99px -264px
}

.orders__item_type_deleted {
    border-left-color: #b32447;
}

.orders__item_type_deleted .orders__price, .orders__item_type_deleted .order__pay-button, .orders__item_type_deleted .orders__order-num, .orders__item_type_deleted .orders__title, .orders__item_type_deleted .orders__right-info, .orders__item_type_deleted .orders__date, .orders__item_type_deleted .orders__left-info {
    color: #999;
    cursor: default;
}

.orders__item_type_deleted .orders__price:hover, .orders__item_type_deleted .order__pay-button:hover, .orders__item_type_deleted .orders__order-num:hover, .orders__item_type_deleted .orders__title:hover, .orders__item_type_deleted .orders__right-info:hover, .orders__item_type_deleted .orders__date:hover, .orders__item_type_deleted .orders__left-info:hover {
    color: #999;
    background: none;
    border-color: #999
}

.orders__item_type_deleted .icon-delete {
    background-position: -99px -264px;
    cursor: default;
}

.orders__item_type_deleted .icon-delete:hover {
    background-position: -99px -264px
}

.orders__item_type_deleted .icon-edit {
    background-position: -42px -264px;
    cursor: default;
}

.orders__item_type_deleted .icon-edit:hover {
    background-position: -42px -264px
}

.orders__item_type_done:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid #24b26b;
    border-left: none;
    pointer-events: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.orders__checkbox-wrapper {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -9px
}

.orders__checkbox-wrapper_type_disabled {
    -khtml-opacity: .25;
    -moz-opacity: .25;
    opacity: .25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25)
}

.orders__checkbox-lable:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/sprite.png") no-repeat -220px -236px;
    width: 19px;
    height: 18px
}

.orders__checkbox {
    position: absolute;
    z-index: 1;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    width: 19px;
    height: 18px;
    cursor: pointer
}

.orders__checkbox:checked + .orders__checkbox-lable:before {
    background-position: -196px -236px
}

.orders__order-num {
    font: bold 20px/20px Arial, sans-serif;
    color: #000;
    margin-bottom: 8px
}

.orders__title {
    font: bold 20px/20px Arial, sans-serif;
    color: #000;
    margin-bottom: 8px
}

.orders__left-info {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    color: #666;
    font: 12px/12px Arial, sans-serif;
    margin-bottom: 10px;
    margin-right: 9px;
    white-space: nowrap
}

.orders__right-info {
    display: inline-block;
    vertical-align: middle;
    font: 12px/12px Arial, sans-serif;
    color: #000;
    width: 295px;
    white-space: nowrap;
    margin-bottom: 10px;
    overflow: hidden
}

.orders__date {
    color: #666;
    font: 12px/12px Arial, sans-serif;
    margin-bottom: 10px
}

.orders__link {
    display: block;
    margin-bottom: 8px;
    text-decoration: underline;
    white-space: nowrap;
}

.orders__link:hover {
    text-decoration: none
}

.orders__done {
    display: block;
    color: #24b26b;
    font: 12px/16px Arial, sans-serif;
    margin-top: 55px
}

.orders__left-info_pos_last, .orders__right-info_pos_last, .orders__link_pos_last {
    margin-bottom: 0
}

.orders__prices {
    white-space: nowrap;
    float: right;
    margin-bottom: 10px;
}

.orders__prices:after {
    content: '';
    display: block;
    clear: both
}

.orders__prices + .orders__pay-button, .orders__prices + .orders__return-button {
    margin-top: 23px
}

.orders__old-price {
    font: 12px/19px Arial, sans-serif;
    color: #999;
    text-decoration: line-through;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.orders__price {
    color: #24b26b;
    font: bold 20px/20px Arial, sans-serif;
    display: inline-block;
    vertical-align: middle
}

.orders__popup-links {
    margin-bottom: 12px
}

.orders__send-mail {
    color: #000;
    border-bottom: 1px dashed;
    cursor: pointer;
    font: 11px/11px Arial
}

.orders__payment-check {
    font: 12px Arial, sans-serif;
    color: #999
}

.orders__pay-button {
    width: 97px;
    height: 30px;
    display: inline-block;
    box-sizing: border-box;
    color: #24b26b;
    font: bold 10px Arial, sans-serif;
    border: 1px solid;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.orders__pay-button:hover {
    background: #24b26b;
    color: #fff;
    text-decoration: none
}

.orders__return-button {
    width: 97px;
    height: 30px;
    display: inline-block;
    box-sizing: border-box;
    color: #b32447;
    font: bold 10px Arial, sans-serif;
    border: 1px solid;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.orders__return-button:hover {
    background: #b32447;
    color: #fff;
    text-decoration: none
}

.orders__edit, .orders__delete {
    width: 40px;
    height: 57px;
    background: #e9e7e2;
    text-align: center;
    line-height: 82px
}

.orders__edit {
    margin-bottom: 1px;
    border-top-right-radius: 3px;
    line-height: 79px
}

.icon-edit {
    display: inline-block;
    background: url("../img/sprite.png") no-repeat 0 -264px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.icon-edit:hover {
    background-position: -21px -264px
}

.icon-delete {
    display: inline-block;
    background: url("../img/sprite.png") no-repeat -65px -264px;
    width: 16px;
    height: 20px;
    cursor: pointer;
}

.icon-delete:hover {
    background-position: -82px -264px
}

.orders__edited {
    position: relative;
    padding: 10px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px;
    font-size: 0;
    display: none;
}

.orders__edited:before {
    content: "";
    position: absolute;
    left: 164px;
    top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #e6e6e6 transparent
}

.orders__edited:after {
    content: "";
    position: absolute;
    left: 164px;
    top: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #fff transparent
}

.orders__input-wrap {
    margin-top: 3px;
}

.orders__input-wrap:first-child {
    margin-top: 0
}

.orders__label {
    width: 110px;
    margin-right: 10px;
    font: 12px Arial, sans-serif;
    color: #999;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap
}

.orders__input {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
    width: 543px;
    height: 31px;
    font: 12px Arial;
    color: #000;
    padding: 0 10px;
    margin-right: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
}

.orders__input:focus {
    outline: none;
    border-color: #7bc1e9;
    color: #000
}

.orders__save-button, .orders__cancel-button {
    display: inline-block;
    vertical-align: middle;
    width: 91px;
    height: 31px;
    background: #fff;
    line-height: 31px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font: bold 10px Arial, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none
}

.orders__save-button {
    background: #75cb99;
}

.orders__save-button:hover {
    background: #24b26b
}

.orders__cancel-button {
    background: #ef918d;
}

.orders__cancel-button:hover {
    background: #b32447
}

.pay-for-all {
    position: relative;
    display: block;
    box-sizing: border-box;
    font: bold 12px/16px Arial;
    width: 200px;
    padding: 10px 15px 12px 85px;
    height: 69px;
    border: 1px solid #f2cb55;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #f2cb55;
    background: rgba(255, 204, 108, 0.1);
}

.pay-for-all:after {
    content: '';
    position: absolute;
    top: 18px;
    left: 20px;
    background: url("../img/sprite.png") no-repeat -43px -147px;
    width: 27px;
    height: 30px
}

.pay-for-all:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 204, 108, 0.2);
    width: 68px;
    height: 68px
}

.pay-for-all:hover {
    background: rgba(250, 167, 74, 0.25);
    text-decoration: none;
}

.pay-for-all:hover:before {
    background: rgba(255, 204, 108, 0.35)
}

.pay-for-all_type_not-active {
    color: #f2cb55;
    background: rgba(255, 204, 108, 0.05);
    border-color: #f2cb55;
    cursor: default;
}

.pay-for-all_type_not-active:hover {
    background: rgba(255, 204, 108, 0.05);
    border-color: #f2cb55;
}

.pay-for-all_type_not-active:hover:before {
    background: rgba(252, 213, 171, 0.1)
}

.pay-for-all_type_not-active:hover:after {
    background-position: -43px -179px
}

.pay-for-all_type_not-active:before {
    background: rgba(252, 213, 171, 0.1)
}

.pay-for-all_type_not-active:after {
    background-position: -43px -179px
}

.most-active {
    background: #f2f0eb;
    border: 1px solid #e6e6e6;
    padding: 15px 18px;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 17px
}

.most-active__list {
    margin: 12px 0;
    font-size: 0
}

.most-active__item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 33px;
    width: 225px;
}

.most-active__item:first-child {
    margin-left: 0
}

.most-active__name {
    font: 12px/16px Arial, sans-serif;
    color: #000
}

.most-active__count {
    font: 12px/16px Arial, sans-serif;
    color: #999
}

.most-active__count-num {
    color: #000
}

.most-active__info {
    margin-left: 56px
}

.most-active__img {
    max-height: 100%;
    max-width: 100%
}

.most-active__img-wrapper {
    float: left
}

.results {
    margin-bottom: 20px
}

.results__first-cell, .results__middle-cell {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.results__first-cell {
    width: 95px;
    margin-right: 30px
}

.results__middle-cell {
    width: 450px;
}

.results__middle-cell:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(245, 245, 245, 0) 0%, #f2f0eb 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(245, 245, 245, 0)), color-stop(100%, #f2f0eb));
    background: -webkit-linear-gradient(left, rgba(245, 245, 245, 0) 0%, #f2f0eb 100%);
    background: -o-linear-gradient(left, rgba(245, 245, 245, 0) 0%, #f2f0eb 100%);
    background: -ms-linear-gradient(left, rgba(245, 245, 245, 0) 0%, #f2f0eb 100%);
    background: linear-gradient(to right, rgba(245, 245, 245, 0) 0%, #f2f0eb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00f2f0eb", endColorstr="#f2f0eb", GradientType=1)
}

.results__middle-cell:after {
    content: '';
    display: block;
    clear: both
}

.results__last-cell {
    width: 170px;
    text-align: center;
    background: #f2f0eb;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%
}

.results__item {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 10px;
    margin-top: 10px;
    background: #f2f0eb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 0
}

.results__order-num {
    font: bold 20px/20px Arial, sans-serif;
    color: #000;
    margin-bottom: 8px
}

.results__title {
    font: bold 20px/20px Arial, sans-serif;
    color: #000;
    margin-bottom: 8px
}

.results__left-info {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    color: #666;
    font: 12px/12px Arial, sans-serif;
    margin-bottom: 12px;
    margin-right: 15px;
    white-space: nowrap
}

.results__right-info {
    display: inline-block;
    vertical-align: middle;
    font: 12px/12px Arial, sans-serif;
    color: #000;
    width: 325px;
    white-space: nowrap;
    margin-bottom: 12px;
    overflow: hidden
}

.results__date {
    color: #666;
    font: 12px/12px Arial, sans-serif;
    margin-bottom: 10px
}

.results__left-info_pos_last, .results__right-info_pos_last, .results__link_pos_last {
    margin-bottom: 0
}

.results__old-price {
    font: 12px/12px Arial, sans-serif;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 15px;
    height: 12px
}

.results__price {
    display: block;
    color: #24b26b;
    font: bold 20px/20px Arial, sans-serif;
    margin-bottom: 10px
}

.results__results-button {
    position: relative;
    width: 107px;
    height: 30px;
    display: inline-block;
    box-sizing: border-box;
    color: #2988cc;
    font: bold 10px Arial, sans-serif;
    border: 1px solid;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: 50%;
    margin-top: -15px;
}

.results__results-button:hover {
    background: #2988cc;
    color: #fff;
    text-decoration: none;
}

.teacher {
    font-size: 0;
    margin-top: 8px
}

.teacher__left {
    font: 12px/22px Arial, sans-serif;
    color: #666;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

.teacher__right {
    font: 12px/22px Arial, sans-serif;
    color: #000;
    display: inline-block;
    vertical-align: middle
}

.download-all-button {
    display: inline-block;
    vertical-align: middle;
    background: #24b26b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    height: 36px;
    width: 166px;
    color: #fff;
    font: bold 10px/36px Arial, sans-serif;
    text-transform: uppercase;
    margin-right: 10px;
}

.download-all-button:hover {
    text-decoration: none;
    background: #1f995c
}

.download-button {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #24b26b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    height: 36px;
    width: 166px;
    color: #24b26b;
    font: bold 10px/36px Arial, sans-serif;
    text-transform: uppercase;
    box-sizing: border-box;
}

.download-button:hover {
    text-decoration: none;
    background: #24b26b;
    color: #fff
}

.print-button {
    position: relative;
    float: right;
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    height: 36px;
    padding-left: 44px;
    padding-right: 14px;
    color: #999;
    font: bold 10px/36px Arial, sans-serif;
    text-transform: uppercase;
    box-sizing: border-box;
}

.print-button:hover {
    background: #f2f2f2;
    text-decoration: none
}

.print-button:after {
    content: '';
    position: absolute;
    top: 9px;
    left: 14px;
    background: url("../img/sprite.png") no-repeat -174px -184px;
    width: 16px;
    height: 16px
}

.results-table {
    width: 100%;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-collapse: separate;
    text-align: center;
    padding: 1px;
    margin-bottom: 20px
}

.results-table__tr:hover {
    background: #f2f0eb;
}

.results-table__tr:hover .results-table__link {
    border-bottom: 1px dotted
}

.results-table__tr:hover .results-table__download:after {
    display: inline-block;
    visibility: visible
}

.results-table__th {
    color: #999;
    padding: 0 15px;
    font: 12px/36px Arial, sans-serif
}

.results-table__td {
    color: #000;
    padding: 0 15px;
    border-top: 1px solid #eaeaea;
    font: 12px/36px Arial, sans-serif
}

.results-table__none {
    color: #b8b8b8
}

.results-table__download {
    position: relative;
    display: inline-block;
    line-height: 20px;
    padding: 0 6px;
    margin: 0 -6px;
}

.results-table__download:after {
    content: '';
    display: inline-block;
    background: url("../img/sprite.png") no-repeat -63px -12px;
    width: 7px;
    height: 5px;
    margin-left: 6px;
    visibility: hidden
}

.results-table__download_state_droped {
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

.results-table__download_state_droped .results-table__drop {
    display: block
}

.results-table__download_state_droped .results-table__link {
    color: #000;
    text-decoration: none
}

.results-table__download_state_droped:after {
    background-position: -63px -21px
}

.results-table__link {
    border-bottom: 1px dotted transparent;
}

.results-table__link:hover {
    text-decoration: none
}

.results-table__drop {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    width: 250px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.results-table__drop:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 203px;
    background: #fff;
    right: 0;
    top: -2px
}

.results-table__drop-item {
    border-top: 1px solid #f2f2f2;
    padding: 0 15px;
}

.results-table__drop-item:hover {
    background: #f8f8f8
}

.results-table__drop-item:first-child {
    border-top: none
}

.results-table__drop-link {
    font: 12px/32px Arial, sans-serif;
    color: #000;
}

.results-table__drop-link:hover {
    color: #0091c3
}

.icon-errors {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background: url("../img/sprite.png") no-repeat 0 -206px;
    width: 17px;
    height: 17px;
}

.icon-errors:hover {
    background-position: -22px -206px
}

.opinion {
    background: #f2f0eb;
    padding: 15px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.opinion:after {
    content: '';
    clear: both;
    display: block
}

.opinion__dialog {
    background: #ebebeb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 9px 10px 11px;
    font: bold 14px Arial, sans-serif;
    color: #000;
}

.opinion__dialog:after {
    content: '';
    display: block;
    clear: both
}

.opinion_right {
    display: inline-block;
    vertical-align: top;
    width: 352px
}

.opinion_left {
    display: inline-block;
    vertical-align: top;
    width: 352px;
    margin-right: 30px
}

.opinion__slider {
    position: relative;
    margin-top: 20px;
    height: 2px;
    background: #fff;
    border-bottom: 1px solid #d79040
}

.opinion__slider-number {
    position: absolute;
    width: 22px;
    height: 22px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #f2cb55;
    font: bold 12px/22px Arial;
    top: -10px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.opinion__textarea {
    margin: 10px 0;
    width: 100%;
    height: 75px;
    padding: 5px 11px;
    box-sizing: border-box;
    font: 12px/16px Arial;
    max-height: 75px;
    color: #000;
    resize: none;
    border: none;
}

.opinion__textarea:focus {
    outline: none
}

.opinion__button {
    display: block;
    float: right;
    width: 89px;
    height: 36px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    background: #24b26b;
    font: bold 10px/34px Arial;
    text-transform: uppercase;
}

.opinion__button:hover {
    background: #008c45
}

.opinion__button:focus {
    outline: none
}

.login-reg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -137px;
    margin-left: -320px;
    width: 640px;
    background: #fff;
    font-size: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35)
}

.login-reg__title {
    font: bold 16px Arial, sans-serif;
    color: #000;
    margin-bottom: 17px
}

.login-reg__input {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 266px;
    height: 31px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 10px;
    font: 12px Arial;
    color: #000;
    padding: 0 10px;
}

.login-reg__input:focus {
    outline: none;
    border-color: #7bc1e9;
    color: #000
}

.login-reg__input_type_capcha {
    width: 170px;
    display: inline-block;
    vertical-align: middle
}

.login__captcha {
    display: inline-block;
    vertical-align: middle;
    margin-left: 17px;
    margin-bottom: 10px
}

.login__check {
    position: absolute;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 1;
    cursor: pointer
}

.login__remember:after {
    content: '';
    clear: both;
    display: block
}

.login__forgot {
    float: right;
    margin-right: 15px
}

.login__label {
    position: relative;
    float: left;
    font: 12px Arial;
    color: #000;
    padding-left: 20px;
}

.login__label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/sprite.png") no-repeat -118px -269px;
    width: 15px;
    height: 15px
}

.icon-error {
    display: inline-block;
    vertical-align: middle;
    background: url("../img/sprite.png") no-repeat -26px -1px;
    width: 9px;
    height: 9px;
    margin-left: 5px;
    margin-bottom: 10px
}

.login__check:checked + .login__label:before {
    background-position: -133px -269px
}

.login {
    background: #f8f8f8;
    width: 320px;
    padding: 20px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top
}

.login-social {
    margin: 18px 0 17px;
    font-size: 0
}

.login-social__item {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url("../img/sprite.png") no-repeat
}

.login-social__item_type_book {
    background-position: 0 -230px
}

.login-social__item_type_vk {
    background-position: -40px -230px
}

.login-social__item_type_fb {
    background-position: -80px -230px
}

.login-social__item_type_tw {
    background-position: -120px -230px
}

.login-social__item_type_ok {
    background-position: -160px -230px
}

.login__button {
    width: 91px;
    height: 36px;
    background: #24b26b;
    color: #fff;
    font: bold 10px Arial;
    text-transform: uppercase;
    text-align: center;
    line-height: 36px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.login__button:hover {
    background: #1f995c
}

.registration__button {
    width: 149px;
    height: 36px;
    background: #24b26b;
    color: #fff;
    font: bold 10px Arial;
    text-transform: uppercase;
    text-align: center;
    line-height: 36px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.registration__button:hover {
    background: #1f995c
}

.registration {
    width: 320px;
    padding: 20px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top
}

.small {
    font: 11px Arial;
    color: #999
}

.green {
    color: #24b26b
}

.stick {
    position: fixed;
    top: 20px
}

.scroller {
    position: fixed;
    display: none;
    bottom: 50px;
    margin-left: 1060px;
    background: url("../img/sprite.png") no-repeat -291px -182px;
    width: 84px;
    height: 84px;
    cursor: pointer;
}

.scroller:hover {
    background-position: -388px -182px
}

.slider {
    margin: 6px 10px 0 !important;
}

.slider:before {
    content: '';
    height: 2px;
    background: #fff;
    position: absolute;
    display: inline-block;
    width: 352px;
    top: 11px;
    left: -10px;
    right: -100px;
}

.slider > .dragger {
    position: absolute;
    width: 26px;
    height: 26px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #7bc1e9;
    font: bold 12px/26px Arial;
    top: -10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.h-w-170 {
    width: 170px
}

.h-w-120 {
    width: 120px
}

.h-w-50 {
    width: 50px
}

.h-w-20 {
    width: 20px
}

.h-w-67 {
    width: 67px
}

.h-h-49 {
    height: 49px
}

.h-w-auto {
    width: auto
}

.h-b-c-r {
    border-color: #b32447
}

.h-m-b-15 {
    margin-bottom: 15px
}

.h-m-b-20 {
    margin-bottom: 20px
}

.h-m-t-15 {
    margin-top: 15px
}

.h-m-b-10 {
    margin-bottom: 10px
}

.h-m-l-10 {
    margin-left: 10px
}

.h-p-l-r-10 {
    padding: 0 10px
}

.h-p-l-r-13 {
    padding: 0 13px
}

.h-p-l-r-20 {
    padding: 0 20px
}

.h-p-l-r-9 {
    padding: 0 9px
}

.h-f-s-0 {
    font-size: 0
}

.h-t-a-l {
    text-align: left
}

.h-f-s-30 {
    font-size: 30px
}

.h-f-f-a {
    font-family: Arial
}

.h-m-lr-7 {
    margin: 7px 0
}

.checkboxes__cell:hover .checkboxes__label.head_label {
    background: #fff
}

.head_label {
    background: #fff;
    border: 1px solid #d9d7d2
}

.checkboxes__cell:hover .checkboxes__label.head_label {
    background: #d9d7d2;
}

.header__slogan {
    font-family: 'Roboto Light';
    font-size: 9px;
    letter-spacing: 0.105em;
    color: #807e7c;
}
.profile-data__input-wrap {
    margin-top: 12px;
}
.profile-data__input-text {
    width: 298px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 15px;
    margin-right: 10px;
    box-sizing: border-box;
    font: 12px Arial;
    padding: 0 10px;
}
.profile-data__input-wrap img {
    float: right;
}