html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s,
samp, small, strike, strong, sub, sup, tt,
var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

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

header, footer, aside, section, article, time, nav {
    display: block;
}

html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

html {
    overflow-y: scroll;
}

a {
    outline: none;
    -moz-outline: 0;
    border: none;
    border-width: 0;
}

a:active {
    outline: none;
    -moz-outline: 0;
}

a:focus {
    outline: none;
    -moz-outline: 0;
}

img {
    border: none;
    border-width: 0;
}

.clear {
    clear: both;
    font-size: 0pt;
    line-height: 0;
    height: 0;
}

.main {
    max-width: 800px;
    min-height: 100%;
    position: relative;
    margin: 0 auto;
    background-color: #d7d7d7;
}

.main.bg {
    background-color: #f0047f;
}

.main.bg .header {
    background: none;
    border: none;
}

.main.bg #content {
    background: url("/images/bg.jpg") repeat;
    background: #f0047f;
}

.main.bg .content {
    background: #d7d7d7;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    color: #000000;
    line-height: 1.1;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

input {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    color: #000000;
    outline: none;
    line-height: normal;
    margin: 0;
    border: none;
    background: none;
    box-shadow: none;
}

textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    color: #000000;
    outline: none;
    resize: none;
    border: none;
    background: none;
    line-height: normal;
}

::-webkit-input-placeholder {
    color: #cccccc;
    font-style: italic;
    opacity: 1;
}

:-moz-placeholder {
    color: #cccccc;
    font-style: italic;
    opacity: 1;
}

::-moz-placeholder {
    color: #cccccc;
    font-style: italic;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #cccccc;
    font-style: italic;
    opacity: 1;
}

input:-moz-placeholder {
    color: #cccccc;
    font-style: italic;
    opacity: 1;
}

/* ----- btn ----- */
.btn {
    background: #f0047f;
    padding: 22px 35px;
    color: #ffffff;
    font-size: 100%;
    position: relative;
    display: inline-block;
}

input.btn {
    cursor: pointer;
}

a.btn {
    display: inline-block;
}

/* ----- btn-gr ----- */
.btn-gr {
    background: #eeeeee;
    padding: 22px 35px;
    color: #000000;
    font-size: 100%;
    position: relative;
    display: inline-block;
}

input.btn-gr {
    cursor: pointer;
}

a.btn-gr {
    display: inline-block;
}

.btn-gr.disabled {
    color: #777777;
    cursor: default;
}

img {
    width: auto \9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*------------------------------------------- header -------------------------------------------------*/
.header {
    position: relative;
    background-color: #ffffff;
    padding: 17px 19px;
    zoom: 1;
    display: block;
}

.header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.g-play {
    position: absolute;
    width: 170px;
    left: 365px;
    top: 26px;
}

.g-box {
    margin-bottom: 30px;
}

.g-box p {
    margin-bottom: 15px;
}

.g-box_link {
    width: 40%;
    display: block;
}

.g-box span {
    font-size: 70%;
}

/* ----- navi-block ----- */
.navi-block {
    float: left;
}

.navi-block_link {
    display: block;
    width: 42px;
    height: 37px;
    background: url("../images/navi-block_link.png") no-repeat;
    background-size: contain;
}

.navi-block_link:active,
.main.bg .navi-block_link:active {
    background: url("../images/navi-block_link_p.png") no-repeat;
    background-size: contain;
}

.main.bg .navi-block_link {
    background: url("../images/navi-block_link_w.png") no-repeat;
    background-size: contain;
}

/* lang */
.lang {
    text-transform: uppercase;
    right: 0;
    top: 0;
    font-size: 107%;
    width: 50px;
    margin-right: 20px;
}

.lang_active {
    color: black;
    padding-right: 24px;
    position: relative;
    cursor: pointer;
}

.lang_active:before {
    content: "";
    right: 0;
    top: 50%;
    width: 14px;
    height: 8px;
    position: absolute;
    margin-top: -4px;
    background: url("../images/lang-arrow.png") no-repeat;
    background-size: 200%;
    background-position: center;
}

.lang_drop {
    position: absolute;
    left: -5px;
    top: 99%;
    display: none;
    background: #ffffff;
    z-index: 10;
    border: 1px solid #c8c8c8;
}

.lang_drop li {
    padding: 20px;
}

.lang_drop li:hover {
    background-color: #ccc;
    cursor: pointer;
}

.lang.opened .lang_drop {
    display: block;
}

/* ----- subnavi-block ----- */
.subnavi-block {
    float: right;
    margin-right: 15px;
}

.subnavi-block_link {
    display: block;
    width: 8px;
    height: 36px;
    background: url("../images/subnavi-block_link.png") no-repeat;
    background-size: contain;
}

/* ----- h-link ----- */
.h-link {
    float: right;
    margin: 3px 0 0 0;
}

.h-link a {
    color: #777777;
}

.main.bg .h-link a {
    color: #fbb4d9;
}

/* ----- h-edit-link ----- */
.h-edit-link {
    display: block;
    float: right;
    width: 28px;
    height: 28px;
    background: url("../images/h-edit-link.png") no-repeat;
    background-size: contain;
}

.fixed {
    overflow: hidden;
}

#content {
    position: relative;
    background: #c8c8c8;
}

.fixed #content {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 100%;
}

/* ----- navi ----- */
.navi {
    background: #f0047f;
    overflow: hidden;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 440px;
    overflow-y: auto;
}

.navi_list {
    height: auto;
    width: 440px;
}

.navi_item {
    list-style-type: none;
    border-top: 1px solid #f550a6;
}

.navi_item:first-child {
    border: none;
}

.navi_link {
    padding: 14px 0 14px 20px;
    display: block;
    zoom: 1;
    display: block;
    position: relative;
    color: #e1e1e1;
}

.navi_link:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.navi_link_name {
    float: left;
    padding-top: 20px;
    color: #ffffff;
}

.navi_link_icon {
    width: 70px;
    height: 70px;
    display: block;
    float: left;
    background-size: auto;
    margin-right: 20px;
}

.navi_link.ic1 .navi_link_icon {
    background: url("../images/navi_link1.png") no-repeat;
    background-size: cover;
}

.navi_link.ic2 .navi_link_icon {
    background: url("../images/navi_link2.png") no-repeat;
    background-size: cover;
}

.navi_link.ic3 .navi_link_icon {
    background: url("../images/navi_link3.png") no-repeat;
    background-size: cover;
}

.navi_link.ic4 .navi_link_icon {
    background: url("../images/navi_link4.png") no-repeat;
    background-size: cover;
}

.navi_link.ic5 .navi_link_icon {
    background: url("../images/navi_link5.png") no-repeat;
    background-size: cover;
}

.navi_link.ic6 .navi_link_icon {
    background: url("../images/navi_link6.png") no-repeat;
    background-size: cover;
}

.navi_link.ic7 .navi_link_icon {
    background: url("../images/navi_link7.png") no-repeat;
    background-size: cover;
}

.navi_link.ic8 .navi_link_icon {
    background: url("../images/navi_link8.png") no-repeat;
    background-size: cover;
}

.navi_link.ic9 .navi_link_icon {
    background: url("../images/navi_link9.png") no-repeat;
    background-size: cover;
}

.navi_link.ic10 .navi_link_icon {
    background: url("../images/navi_link10.png") no-repeat;
    background-size: cover;
}

.navi_link.ic11 .navi_link_icon {
    background: url("../images/navi_link11.png") no-repeat;
    background-size: cover;
}

.navi_link.ic12 .navi_link_icon {
    background: url("../images/navi_link12.png") no-repeat;
    background-size: cover;
}

.navi_item.active {
    background: #000000;
}

.navi_enter {
    padding: 35px 0 35px 20px;
    color: #ffffff;
}

.navi_enter a {
    color: #ffffff;
}

/* ----- subnavi ----- */
.subnavi {
    background: #000000;
    overflow: hidden;
    overflow-y: scroll;
    padding: 0 20px 1px;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 420px;
}

.subnavi_section {
    border-top: 1px solid #f550a6;
    padding-bottom: 7px;
    padding-left: 50px;
    padding-top: 46px;
}

.subnavi_section:first-child {
    border-top: none;
}

.subnavi_title {
    margin-bottom: 27px;
    font-weight: bold;
    color: #ffffff;
}

.subnavi_list {
    padding-left: 22px;
}

.subnavi_item {
    list-style-type: none;
    margin-bottom: 27px;
}

.subnavi_link {
    padding: 0 0 0 30px;
    display: block;
    zoom: 1;
    display: block;
    position: relative;
    color: #ffffff;
}

.subnavi_item.active .subnavi_link {
    color: #f0047f;
}

.subnavi_item.active .subnavi_link:after,
.subnavi_link:hover:after {
    left: 0;
    top: 50%;
    content: "";
    position: absolute;
    background: black;
    width: 5px;
    height: 5px;
    margin-top: -4px;
}

.subnavi_link:hover a,
.subnavi_item.active a {
    color: black !important;
    font-weight: bold;
}

/* ----- right-navi ----- */
.right-navi {
    background: #f0047f;
    overflow: hidden;
    overflow-y: scroll;
    padding: 0 0 1px;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 420px;
}

.right-navi_item {
    list-style-type: none;
    border-top: 1px solid #f550a6;
}

.right-navi_item:first-child {
    border: none;
}

.right-navi_link {
    display: block;
    padding: 46px 5px 46px 50px;
    color: #ffffff;
}

.right-navi_item.active {
    background: #000000;
}

/* app-box */
.app-box {
    padding: 10px 0;
    background: #ffffff;
    display: none;
    border-bottom: 1px solid #c8c8c8;
}

.app-box table {
    width: 100%;
}

.app-box td {
    padding: 0 3px;
    vertical-align: middle;
}

.app-box .col2 a {
    display: block;
    width: 50px;
}

.app-box .col1 {
    width: 4%;
    padding: 0 7px;
}

.app-box .col1 span {
    display: block;
    cursor: pointer;
    width: 10px;
    margin: 0 auto;
}

.app-box .col2 {
    width: 5%;
}

.app-box .col3 {
    width: 75%;
}

.app-box .col4 {
    width: 16%;
    padding-right: 10px;
    text-align: right;
}

.app-box a {
    color: #000000;
    text-decoration: underline;
}

.app-box a:hover {
    text-decoration: none;
}

/*------------------------------------------- content ------------------------------------------------*/
.content {
    position: relative;
    margin: 0 auto;
    padding: 10px 0 1px;
}


.unit {
    margin: 0 0 10px;
    padding: 0 0 1px;
    background: #ffffff;
}

.tabs-sublinks {
    margin-bottom: 25px;
}

.tabs-sublinks .dashed-line {
    margin: 28px 17px 0;
}

.dashed-line {
    height: 0;
    border: none;
    border-bottom: 1px solid #c8c8c8;
    margin: 0 0 15px;
}

.dashed-line.marg {
    margin: 35px 0 50px;
}

.clevered.alice .jClever-element-select-wrapper {
    width: 100% !important;
}

/* ----- title-block ----- */
.title-block {
    zoom: 1;
    display: block;
    height: 60px;
    padding: 5px;
    background: #919191;
    border-bottom: none;
    color: #ffffff;
}

.title-block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.title-block_l {
    float: left;
    max-width: 60%;
}

.title-block_r {
    float: right;
}

.title-block_link {
    color: #ffffff;
    margin-top: 10px;
    margin-right: 5px;
    display: inline-block;
}

.title-block_change {
    color: #ffffff;
    margin-top: 10px;
    margin-right: 5px;
    display: inline-block;
}

.title-block_name {
    text-transform: uppercase;
    white-space: nowrap;
    padding: 12px 0 12px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-block_num {
    display: block;
    position: relative;
    width: 64px;
    text-align: center;
    height: 60px;
    background: #f0047f;
    line-height: 58px;
    margin: -5px -5px -5px 0;
    color: #ffffff;
}

.link-add {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url("../images/icon1.png") no-repeat;
    background-size: cover;
}

.link-add:hover,
.link-add:active {
    background-position: left bottom;
    background-size: cover;
}

/* ----- icons ----- */
.icon-photo {
    display: inline-block;
    background: url("../images/icon11.png") no-repeat;
    background-size: cover;
    width: 60px;
    height: 42px;
}

.icon-photo:active {
    background-position: left bottom;
}

.icon-video {
    display: inline-block;
    background: url("../images/icon12.png") no-repeat;
    background-size: cover;
    width: 62px;
    height: 42px;
}

.icon-video:active {
    background-position: left bottom;
}

.icon-link {
    display: inline-block;
    background: url("../images/icon13.png") no-repeat;
    background-size: cover;
    width: 74px;
    height: 42px;
}

.icon-link:active {
    background-position: left bottom;
}

.likes-unit {
    display: inline-block;
    position: relative;
    color: #777777;
    padding: 2px 0 2px 48px;
    min-width: 85px;
}

.likes-unit:before {
    content: "";
    width: 33px;
    height: 28px;
    display: inline-block;
    left: 0;
    top: 50%;
    margin-top: -14px;
    position: absolute;
    background: url("../images/icon2.png") no-repeat;
    background-size: contain;
}

.likes-unit.active:before,
.likes-unit:active:before {
    background: url("../images/icon2_h.png") no-repeat;
    background-size: contain;
}

.likes-icon {
    vertical-align: middle;
    position: relative;
    width: 26px;
    height: 22px;
    display: inline-block;
    background: url("../images/icon2.png") no-repeat;
    background-size: contain;
}

.likes-icon.active,
.likes-icon:active {
    background: url("../images/icon2_h.png") no-repeat;
    background-size: contain;
}

.comments-unit {
    display: inline-block;
    position: relative;
    color: #777777;
    padding: 2px 0 2px 48px;
    min-width: 85px;
}

.comments-unit:before {
    content: "";
    width: 31px;
    height: 30px;
    left: 0;
    top: 50%;
    margin-top: -15px;
    position: absolute;
    display: inline-block;
    background: url("../images/icon3.png") no-repeat;
    background-size: contain;
}

.link-delete {
    display: inline-block;
    padding-top: 80px;
    position: relative;
    color: #777777;
    position: relative;
}

.link-delete:before {
    content: "";
    width: 55px;
    height: 55px;
    display: block;
    left: 50%;
    top: 0;
    position: absolute;
    background: url("../images/icon14.png") no-repeat;
    background-size: contain;
    margin-left: -28px;
}

.link-add-t {
    display: inline-block;
    padding-top: 80px;
    position: relative;
    color: #777777;
    position: relative;
}

.link-add-t:before {
    content: "";
    width: 55px;
    height: 55px;
    display: block;
    left: 50%;
    top: 0;
    position: absolute;
    background: url("../images/icon15.png") no-repeat;
    background-size: contain;
    margin-left: -28px;
}

.link-del {
    display: inline-block;
    position: relative;
    color: #777777;
    padding: 5px 0 5px 40px;
}

.link-del:before {
    content: "";
    width: 29px;
    height: 36px;
    display: inline-block;
    left: 0;
    top: 50%;
    margin-top: -18px;
    position: absolute;
    background: url("../images/icon16.png") no-repeat;
    background-size: cover;
}

.link-del:active:before {
    background-position: left bottom;
}

.link-edit {
    display: inline-block;
    position: relative;
    color: #777777;
    padding: 5px 0 5px 40px;
}

.link-edit:before {
    content: "";
    width: 30px;
    height: 36px;
    display: inline-block;
    left: 0;
    top: 50%;
    margin-top: -18px;
    position: absolute;
    background: url("../images/icon17.png") no-repeat;
    background-size: cover;
}

.link-edit:active:before {
    background-position: left bottom;
}

.link-check {
    display: inline-block;
    position: relative;
    color: #777777;
    padding: 5px 0 5px 50px;
}

.link-check:before {
    content: "";
    width: 40px;
    height: 34px;
    display: inline-block;
    left: 0;
    top: 50%;
    margin-top: -17px;
    position: absolute;
    background: url("../images/icon40.png") no-repeat;
    background-size: cover;
}

.link-check:active {
    color: #000000;
}

.link-check:active:before {
    background-position: left bottom;
}

.link-plus {
    display: inline-block;
    position: relative;
    color: #777777;
    padding: 5px 0 5px 40px;
}

.link-plus:before {
    content: "";
    width: 26px;
    height: 34px;
    display: inline-block;
    left: 0;
    top: 50%;
    margin-top: -18px;
    position: absolute;
    background: url("../images/icon49.png") no-repeat;
    background-size: cover;
}

.link-plus:active:before {
    background-position: left bottom;
}

.link-copy {
    display: inline-block;
    position: relative;
    color: #777777;
    padding: 5px 0 5px 40px;
}

.link-copy:before {
    content: "";
    width: 29px;
    height: 33px;
    display: inline-block;
    left: 0;
    top: 50%;
    margin-top: -18px;
    position: absolute;
    background: url("../images/icon50.png") no-repeat;
    background-size: cover;
}

.link-copy.active:before,
.link-copy:active:before {
    background-position: left bottom;
}

.icon-delete {
    display: inline-block;
    background: url("../images/icon18.png") no-repeat;
    background-size: contain;
    width: 23px;
    height: 25px;
    cursor: pointer;
}

.icon-resp {
    display: inline-block;
    background: url("../images/icon19.png") no-repeat;
    background-size: contain;
    width: 23px;
    height: 25px;
    cursor: pointer;
}

.icon {
    display: inline-block;
    width: 95px;
    height: 95px;
}

.icon.bg1 {
    background: url("../images/icon23.jpg") no-repeat;
    background-size: contain;
}

.icon.bg2 {
    background: url("../images/icon24.jpg") no-repeat;
    background-size: contain;
}

.icon.bg3 {
    background: url("../images/icon25.jpg") no-repeat;
    background-size: contain;
}

.icon.bg4 {
    background: url("../images/icon26.jpg") no-repeat;
    background-size: contain;
}

.icon.bg5 {
    background: url("../images/icon33.jpg") no-repeat;
    background-size: contain;
}

.icon.bg6 {
    background: url("../images/icon34.jpg") no-repeat;
    background-size: contain;
}

.icon.bg7 {
    background: url("../images/icon35.jpg") no-repeat;
    background-size: contain;
}

.icon.bg8 {
    background: url("../images/icon36.jpg") no-repeat;
    background-size: contain;
}

.ic-delete {
    width: 35px;
    display: inline-block;
    height: 35px;
    background: url("../images/icon28.png") no-repeat;
    background-size: contain;
    cursor: pointer;
}

.ic-mult {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/icon31.png") no-repeat;
    background-size: contain;
}

.btn-add {
    display: inline-block;
    width: 55px;
    height: 55px;
    background: url("../images/icon15.png") no-repeat;
    background-size: contain;
    cursor: pointer;
}

.btn-delete {
    display: inline-block;
    width: 55px;
    height: 55px;
    background: url("../images/icon39.png") no-repeat;
    background-size: cover;
    cursor: pointer;
}

.btn-delete:active {
    background-position: left bottom;
}

.icon-ok {
    width: 55px;
    height: 55px;
    background: url("../images/icon32.png") no-repeat;
    background-size: contain;
    display: inline-block;
}

.icon-del {
    display: inline-block;
    position: relative;
    color: #777777;
    width: 29px;
    height: 36px;
    cursor: pointer;
    background: url("../images/icon16.png") no-repeat;
    background-size: cover;
}

.icon-del:active {
    background-position: left bottom;
}

.link-video {
    display: block;
    padding: 15px 0 15px 100px;
    position: relative;
}

.link-video:before {
    content: "";
    width: 62px;
    height: 43px;
    display: block;
    left: 0;
    top: 50%;
    margin-top: -22px;
    position: absolute;
    background: url("../images/icon12.png") no-repeat;
    background-size: cover;
}

.link-alarm {
    display: block;
    padding: 15px 0 15px 100px;
    position: relative;
}

.link-alarm:before {
    content: "";
    width: 56px;
    height: 55px;
    display: block;
    left: 0;
    top: 50%;
    margin-top: -28px;
    position: absolute;
    background: url("../images/icon41.png") no-repeat;
    background-size: contain;
}

.arrow-up {
    width: 120px;
    height: 120px;
    background: url("../images/arrow-up.png") no-repeat;
    background-size: contain;
    display: block;
}

/* ----- row-sel ----- */
.row-sel {
    margin-bottom: 20px;
    zoom: 1;
    display: block;
}

.row-sel:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.row-sel_l {
    float: left;
    width: 30%;
    padding-top: 21px;
    padding-left: 20px;
}

.row-sel_r {
    float: right;
    width: 40%;
}

/* ----- add-btn-block ----- */
.add-btn-block {
    padding: 28px 10px 32px;
    text-align: center;
}

.add-btn-block .btn {
    padding-right: 70px;
    padding-left: 70px;
}

/* ----- tabs-block ----- */
.tabs-block_list {
    display: table;
    width: 100%;
}

.tabs-block_item {
    display: table-cell;
    border-left: 2px solid #c8c8c8;
    position: relative;
    width: 50%;
}

.tabs-block_item:first-child {
    border-left: none;
}

.tabs-block_item.active,
.tabs-block_item.active + .tabs-block_item {
    border-left: 2px solid #ffffff;
}

.tabs-block_link {
    background: #f0047f;
    padding: 20px 10px;
    color: #ffffff;
    position: relative;
    display: block;
    text-align: center;
}

.tabs-block_item.active .tabs-block_link {
    color: #000000;
    background: #ffffff;
    z-index: 1;
}

.tabs-block.three .tabs-block_item {
    width: 33%;
}

.tabs-block_item.active:first-child .tabs-block_link:after {
    display: none;
}

.tabs-block_item.active:last-child .tabs-block_link:before {
    display: none;
}

.tabs-block_item:first-child:after {
    display: none;
}

.tabs-block.tabs-sublinks {
    background: #ffffff;
    margin: 0 0 37px;
}

.tabs-block.tabs-sublinks .tabs-block_list {
    margin-bottom: 20px;
}

.tabs-block.arrow {
    background: #ffffff;
    margin: 0 0 37px;
}

.tabs-block.arrow .tabs-block_item:after {
    bottom: 32px;
}

.tabs-block.arrow .tabs-block_item.active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tabs-block.arrow .tabs-block_item.active:after {
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    bottom: inherit;
    background: none;
    display: block;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 19px;
    margin-left: -19px;
}

/* ----- prev-video ----- */
.prev-video {
    margin-bottom: 15px;
    zoom: 1;
    display: block;
}

.prev-video:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.prev-video_pic {
    max-width: 210px;
    margin-right: 30px;
    position: relative;
    display: block;
    float: left;
}

.prev-video_pic:after {
    content: "";
    right: 5px;
    bottom: 5px;
    width: 35px;
    height: 35px;
    background: url("../images/icon.png") no-repeat;
    background-size: cover;
    position: absolute;
}

.prev-video_col {
    overflow: hidden;
}

.prev-video_name {
    margin-bottom: 21px;
    line-height: 1.2;
}

.prev-video_time {
    color: #777777;
}

/* ----- video-section ----- */
.video-section_content {
    padding: 28px 15px 10px;
}

/* ----- comments-section ----- */
.comments-section {
    padding: 13px 22px 1px;
}

.comment-block {
    margin-bottom: 23px;
    padding-top: 2px;
}

.comment-block_top {
    margin-bottom: 7px;
    zoom: 1;
    display: block;
}

.comment-block_top:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.comment-block_date {
    float: left;
    padding-top: 5px;
    color: #777777;
    font-size: 77%;
}

.comment-block_icons {
    float: right;
}

.comment-block_icons .likes-unit {
    font-size: 77%;
}

.comment-block_icons .comments-unit {
    margin-left: 20px;
    font-size: 77%;
}

.comment-block_text {
    line-height: 1.2;
}

.comment-block_pic {
    text-align: center;
    padding-top: 30px;
}

/* ----- notice-block ----- */
.notice-block {
    text-align: center;
    padding: 39px 50px 32px;
    line-height: 1.2;
}

.notice-block p {
    margin-bottom: 12px;
}

/* ----- calculator-section ----- */
.calculator-section {
    padding: 0 17px 1px;
}

.calculator-section_item {
    border-top: 1px solid #c8c8c8;
}

.calculator-section_item:first-child {
    border: none;
}

.calculator-section_link {
    display: table;
    width: 100%;
}

.calculator-section_icon {
    display: table-cell;
    width: 175px;
    vertical-align: middle;
}

.calculator-section_name {
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 1.7;
}

.calculator-section_icon_ins {
    width: 175px;
    height: 166px;
    display: block;
}

.calculator-section_link.ic .calculator-section_icon_ins {
    background: url("../images/icon4.png") center no-repeat;
}

.calculator-section_link.ic1 .calculator-section_icon_ins {
    background: url("../images/icon5.png") center no-repeat;
}

.calculator-section_link.ic2 .calculator-section_icon_ins {
    background: url("../images/icon6.png") center no-repeat;
}

.calculator-section_link.ic3 .calculator-section_icon_ins {
    background: url("../images/icon7.png") center no-repeat;
}

.calculator-section_link.ic4 .calculator-section_icon_ins {
    background: url("../images/icon8.png") center no-repeat;
}

.calculator-section_link.ic5 .calculator-section_icon_ins {
    background: url("../images/icon9.png") center no-repeat;
}

.calculator-section_link.ic6 .calculator-section_icon_ins {
    background: url("../images/icon59.png") center no-repeat;
}

/* ----- popup ----- */
.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1000;
}

.popup {
    background: #ffffff;
    left: 10px;
    top: 10px;
    right: 10px;
    border: 1px solid #acacac;
    padding: 65px 40px 31px;
    position: absolute;
    z-index: 1002;
}

/* ----- system-message ----- */
.system-message_text {
    margin-bottom: 52px;
    line-height: 1.8;
    color: #282828;
}

.system-message_buttons {
    zoom: 1;
    display: block;
}

.system-message_buttons:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.system-message_buttons a {
    float: left;
    color: #282828;
    text-transform: uppercase;
}

.system-message_buttons a + a {
    float: right;
}

.system-message_buttons button {
    float: left;
    border: none;
    cursor: pointer;
    font-size: 100%;
    background: none;
    color: #282828;
    text-transform: uppercase;
}

.system-message_buttons button + button {
    float: right;
}

.system-message_inp {
    padding: 0 50px;
    margin-bottom: 60px;
}

/* ----- form-block ----- */
.form-block {
    padding: 20px 15px 10px;
}

.form-block.marg {
    padding-bottom: 0;
}

.form-block_section {
    margin-bottom: 45px;
}

.form-block_title {
    zoom: 1;
    display: block;
    margin-bottom: 24px;
}

.form-block_title:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.form-block_title_name {
    float: left;
    margin-top: 3px;
    margin-left: 20px;
    font-weight: bold;
}

.form-block_title_icons {
    float: right;
}

.form-block_title_icons a {
    margin-left: 40px;
}

.form-block_title_icons a:first-child {
    margin-left: 0;
}

.form-block_name {
    margin-bottom: 25px;
    padding-left: 20px;
    font-weight: bold;
}

.form-block_row {
    margin-bottom: 20px;
}

.form-block_inp {
    border: 1px solid #c8c8c8;
    padding: 17px 20px 0;
    height: 70px;
    position: relative;
}

.form-block_inp input {
    width: 100%;
}

.form-block_area {
    border: 1px solid #c8c8c8;
    position: relative;
}

.form-block_area textarea {
    width: 100%;
    height: 120px;
    padding: 10px 20px;
}

.form-block_wrap {
    zoom: 1;
    display: block;
    border: 1px solid #cdcdcd;
    position: relative;
    margin-bottom: 20px;
}

.form-block_wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.form-block_wrap-l {
    float: left;
    width: 30%;
}

.form-block_wrap-r {
    float: right;
    width: 60%;
}

.form-block_wrap .form-block_inp {
    border: none;
    margin: 1px;
}

.clevered.alice .form-block_wrap .jClever-element-select-wrapper-design .jClever-element-select-wrapper-design {
    border: none;
}

.form-block_buttons {
    zoom: 1;
    display: block;
}

.form-block_buttons:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.form-block_buttons.center {
    text-align: center;
    padding: 0 0 20px;
}

.form-block_links {
    float: left;
    padding-top: 9px;
}

.form-block_links a {
    float: left;
    margin: 0 17px;
}

.form-block_btn {
    float: right;
    width: 96px;
    height: 60px;
    background: url("../images/icon10.png") center no-repeat;
    background-size: contain;
    border: none;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
}

.form-block_forgot {
    text-align: center;
    padding-top: 26px;
    margin-bottom: 100px;
}

.form-block_forgot a {
    color: #282828;
}

.form-block_bot-links {
    zoom: 1;
    display: block;
}

.form-block_bot-links:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.form-block_bot-links a {
    float: left;
    color: #282828;
}

/*.form-block_bot-links a + a { float: right; }*/
.form-block_bot-links {
    display: flex;
    justify-content: space-around;
}

.form-block_bot-links a {
    padding: 0 10px;
    text-align: center;
}

.form-block_all-buttons {
    margin-bottom: 43px;
}

.form-block_all-buttons p {
    margin: 0 0 20px;
}

.form-block_all-buttons .btn {
    width: 100%;
    display: block;
}

.form-block_all-buttons .btn-gr {
    width: 100%;
    display: block;
}

.enter-block {
    padding: 92px 28px 20px;
}

.enter-block_title {
    color: #282828;
    font-size: 134%;
    text-align: center;
    margin-bottom: 55px;
}

.row-line {
    zoom: 1;
    display: block;
    margin-bottom: 10px;
}

.row-line:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.row-line_btn {
    float: right;
    margin-top: 7px;
}

.row-line_col {
    margin-right: 70px;
}

.row-line_col-l {
    float: left;
    width: 60%;
}

.row-line_col-r {
    float: right;
    width: 35%;
}

.row-sizes .form-block_inp {
    float: left;
    width: 100px;
}

.row-sizes .ic-mult {
    float: left;
}

.row-sizes.table {
    width: 100%;
    display: table;
}

.row-sizes.table .row-sizes_col {
    display: table-cell;
    width: 45%;
    vertical-align: middle;
}

.row-sizes.table .row-sizes_col.w1 {
    width: 10%;
    text-align: center;
}

.row-sizes.table .ic-mult {
    margin: 0 5px;
    float: none;
}

.row-sizes.table .form-block_inp {
    float: none;
    width: 100%;
}

/* ----- plan-section ----- */
.plan-section {
    padding: 60px 26px;
}

.plan-section_pic {
    text-align: center;
    margin-bottom: 72px;
    padding: 0 70px;
}

.plan-section_title {
    margin-bottom: 27px;
    text-align: center;
}

.plan-section_text {
    line-height: 1.2;
    margin-bottom: 30px;
    padding: 0 18px;
}

.plan-section_text ul li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 29px;
}

.plan-section_text ul li:after {
    content: "";
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    margin-top: -6px;
    background: #f0047f;
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.plan-section_buttons {
    zoom: 1;
    display: block;
}

.plan-section_buttons:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.plan-section_buttons .btn-gr,
.plan-section_buttons .btn {
    margin-bottom: 5px;
}

.plan-section_buttons .btn-gr {
    float: left;
}

.plan-section_buttons .btn {
    float: right;
}

/* ----- technique-section ----- */
.technique-section {
    position: relative;
    min-height: 1000px;
    padding-right: 23px;
}

.technique-section_list {
    padding: 15px 0;
}

.technique-section_list:after {
    content: "";
    left: 0;
    top: 25px;
    width: 168px;
    bottom: 25px;
    position: absolute;
    background: url("../images/man.png") no-repeat;
    background-size: contain;
}

.technique-section_item {
    list-style-type: none;
    border-top: 1px solid #c8c8c8;
}

.technique-section_item:first-child {
    border: none;
}

.technique-section_link {
    display: block;
    padding: 57px 20px 57px 50%;
    color: #000000;
}

/* ----- statistics-section ----- */
.statistics-section {
    padding: 60px 30px;
}

.statistics-section_pic {
    text-align: center;
    padding: 0 70px;
    margin-bottom: 120px;
}

.statistics-section_text {
    text-align: center;
    line-height: 1.2;
}

.statistics-section_text p {
    margin: 0 0 52px;
}

.statistics-section_buttons {
    zoom: 1;
    display: block;
}

.statistics-section_buttons:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.statistics-section_buttons .btn-gr,
.statistics-section_buttons .btn {
    margin-bottom: 5px;
}

.statistics-section_buttons .btn-gr {
    float: left;
}

.statistics-section_buttons .btn {
    float: right;
}

/* ----- exercise-section ----- */
.exercise-section_content {
    padding: 28px 0;
}

.exercise-section_content .dashed-line {
    margin: 0 18px 10px;
}

.exercise-section__links {
    position: relative;
}

.exercise-section__links_item {
    list-style-type: none;
}

.exercise-section__links_item:nth-child(even) {
    background: #f6f4f1;
}

.exercise-section__links_ln {
    display: block;
    padding: 10px 30px 16px;
    line-height: 1.2;
}

.exercise-section_title {
    text-align: center;
    margin-bottom: 45px;
    font-weight: bold;
    padding-top: 25px;
}

.exercise-section_pic {
    text-align: center;
    margin-bottom: 65px;
    padding: 0 75px;
}

.exercise-section .text-block {
    padding: 0 25px;
}

/* ----- profile-section ----- */
.profile-section {
    padding: 15px 10px;
}

.profile-section_top {
    width: 100%;
    display: table;
    text-align: center;
    margin-bottom: 50px;
}

.profile-section_top_col {
    display: table-cell;
    width: 33%;
    vertical-align: middle;
}

.profile-section_photo {
    text-align: center;
}

.profile-section_pic {
    margin-bottom: 15px;
    padding: 30px 50px 10px;
    text-align: center;
}

.profile-section__date {
    zoom: 1;
    display: block;
}

.profile-section__date:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.profile-section__date_col {
    float: left;
    width: 23%;
}

.profile-section__date_col.w1 {
    width: 47%;
    margin: 0 3%;
}

.profile-section .form-block_section {
    margin-bottom: 20px;
}

.profile-section_buttons {
    text-align: center;
    margin-bottom: 45px;
}

.profile-section_buttons .btn,
.profile-section_buttons .btn-gr {
    margin: 0 10px 5px;
}

.profile-section .dashed-line {
    margin-bottom: 30px;
}

.profile-section .text-block {
    line-height: 1.6;
    padding: 0 15px;
}

/* ----- text-block ----- */
.text-block {
    line-height: 1.3;
}

.text-block h2,
.text-block h3 {
    font-weight: bold;
    font-size: 100%;
    margin-bottom: 20px;
}

.text-block p {
    margin-bottom: 9px;
}

/* ----- notes-section ----- */
.notes-section {
    padding: 15px;
}

/* ----- note-block ----- */
.note-block {
    padding: 0 10px 20px;
}

.note-block_header {
    margin-bottom: 11px;
    zoom: 1;
    display: block;
}

.note-block_header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.note-block_date {
    float: left;
    color: #777777;
    padding-top: 2px;
}

.note-block_icons {
    float: right;
}

.note-block_icons .comments-unit {
    margin-left: 35px;
}

.note-block_text {
    margin-bottom: 21px;
    line-height: 1.2;
}

.note-block_bottom {
    zoom: 1;
    display: block;
}

.note-block_bottom:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.note-block_bottom .link-del {
    float: left;
}

.note-block_bottom .link-edit {
    float: right;
}

.comments-box {
    padding: 5px;
}

.comments-box .comment-unit {
    margin: 0;
}

.comments-box .comment-unit_picture {
    margin-left: -5px;
    margin-right: -5px;
}

.comments-box .options-block {
    margin: 0 10px 5px;
}

.comments-box .dashed-line {
    margin-right: 5px;
    margin-left: 5px;
}

/* ----- comment-unit ----- */
.comment-unit {
    margin-bottom: 30px;
}

.comment-unit_header {
    margin-bottom: 15px;
    zoom: 1;
    display: block;
}

.comment-unit_header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.comment-unit_ava {
    float: left;
    margin-right: 40px;
    max-width: 110px;
}

.comment-unit_column {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 4px;
}

.comment-unit_column_wrap {
    zoom: 1;
    display: block;
}

.comment-unit_column_wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.comment-unit_column-l {
    float: left;
}

.comment-unit_column-r {
    float: right;
}

.comment-unit_name {
    font-weight: bold;
    margin-bottom: 5px;
}

.comment-unit_date {
    color: #777777;
    font-size: 77%;
    padding-top: 7px;
}

.comment-unit_text {
    line-height: 1.2;
    margin-bottom: 25px;
}

.comment-unit .icon-delete {
    margin-left: 30px;
}

.comment-unit_hint {
    margin-bottom: 15px;
    color: #777777;
    text-transform: uppercase;
    font-size: 77%;
}

.comment-unit_hint a {
    font-weight: bold;
    text-transform: none;
    font-size: 133%;
}

.comment-unit_picture {
    position: relative;
    margin: 0 -15px 15px;
}

.comment-unit_picture img {
    width: 100%;
}

.comment-unit_link {
    text-align: right;
    margin-bottom: 10px;
}

.comment-unit_link a {
    color: #777777;
    font-size: 77%;
}

/* ----- sublinks-block ----- */
.sublinks-block {
    position: relative;
}

.sublinks-block_list {
    list-style-type: none;
    display: table;
    width: 100%;
}

.sublinks-block_item {
    display: table-cell;
}

.sublinks-block_link {
    position: relative;
    display: block;
    padding: 21px 5px;
    color: #777777;
    text-align: center;
    white-space: nowrap;
}

.sublinks-block_link strong {
    color: #f0047f;
}

.sublinks-block_item.active .sublinks-block_link {
    font-weight: bold;
    color: #000000;
}

.sublinks-block_item.active .sublinks-block_link:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.sublinks-block_item.active .sublinks-block_link:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 19px;
    margin-left: -19px;
}

/* ----- articles-section ----- */
.articles-section_content {
    padding: 28px 15px 10px;
}

/* ----- prev-article ----- */
.prev-article {
    margin-bottom: 15px;
    zoom: 1;
    display: block;
}

.prev-article:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.prev-article_pic {
    max-width: 210px;
    margin-right: 30px;
    position: relative;
    display: block;
    float: left;
}

.prev-article_pic:after {
    content: "";
    right: 5px;
    bottom: 5px;
    width: 35px;
    height: 35px;
    background: url("../images/icon21.png") no-repeat;
    background-size: cover;
    position: absolute;
}

.prev-article_col {
    overflow: hidden;
}

.prev-article_name {
    margin-bottom: 25px;
    line-height: 1.2;
}

.prev-article_date {
    font-size: 77%;
    color: #777777;
}

/* ----- programs-section ----- */
.programs-section_content {
    padding: 28px 15px 10px;
}

/* ----- prev-program ----- */
.prev-program {
    margin-bottom: 15px;
    zoom: 1;
    display: block;
}

.prev-program:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.prev-program_pic {
    max-width: 210px;
    margin-right: 30px;
    position: relative;
    display: block;
    float: left;
}

.prev-program_pic:after {
    content: "";
    right: 5px;
    bottom: 5px;
    width: 29px;
    height: 29px;
    background: url("../images/icon22.png") no-repeat;
    background-size: cover;
    position: absolute;
}

.prev-program_col {
    overflow: hidden;
}

.prev-program_name {
    margin-bottom: 21px;
    line-height: 1.2;
}

.prev-program_date {
    font-size: 77%;
    color: #777777;
}

/* ----- video-block ----- */
.video-block {
    position: relative;
    margin-bottom: 10px;
}

.video-block a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    background-size: contain;
    left: 0%;
    top: 0%;
    position: absolute;
}

.video-block a:before {
    content: "";
    width: 155px;
    height: 155px;
    background: url("../images/icon27.png") center no-repeat;
    background-size: contain;
    left: 50%;
    margin: -78px 0 0 -78px;
    top: 50%;
    position: absolute;
}

.video-block img {
    width: 100%;
}

/* ----- picture-block ----- */
.picture-block {
    margin-bottom: 10px;
}

.picture-block img {
    width: 100%;
}

.picture-block_wrap {
    zoom: 1;
    display: block;
    margin: 0 0 24px;
}

.picture-block_wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.picture-block_wrap-l {
    float: left;
    width: 49.3%;
}

.picture-block_wrap-r {
    float: right;
    width: 49.3%;
}

.picture-block_wrap_name {
    text-transform: uppercase;
    padding: 20px 5px;
    background: #e5e5e5;
    font-size: 115%;
    color: #000000;
    text-align: center;
}

.picture-block_wrap img {
    width: 100%;
}

/* ----- video-training-section ----- */
.video-training-section .header-block {
    margin-bottom: 15px;
}

.video-training-section .dashed-line {
    margin-left: 17px;
    margin-right: 17px;
}

.video-training-section .options-block {
    padding: 0 20px;
}

.video-training-section .text-block {
    padding: 0 20px;
}

.video-training-section > .title-unit_name {
    padding-top: 15px;
}

.title-unit_name {
    margin-bottom: 20px;
    position: relative;
    margin: 0 15px 20px;
    line-height: 1.3;
    font-weight: bold;
}

.title-unit {
    margin-bottom: 27px;
}

.title-unit_hint {
    color: #777777;
    font-size: 77%;
    margin-bottom: 22px;
    padding: 0 15px;
}

.title-unit .title-unit_name {
    margin: 0 15px;
    padding-right: 50px;
}

.title-unit .title-unit_name:after {
    width: 34px;
    height: 20px;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    background: url("../images/icon29.png") no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
}

.title-unit_top {
    margin-bottom: 10px;
    margin-left: -5px;
    margin-top: -5px;
}

.title-unit_top span {
    background: #f0047f;
    display: inline-block;
    padding: 10px;
    font-weight: bold;
    color: #ffffff;
}

.title-unit_link {
    font-size: 115%;
    margin-bottom: 20px;
}

.title-unit_link a {
    display: block;
    position: relative;
    padding-right: 30px;
}

.title-unit_link a:after {
    width: 20px;
    height: 34px;
    right: 15px;
    top: 50%;
    margin-top: -18px;
    background: url("../images/icon37.png") no-repeat;
    position: absolute;
    content: "";
    background-size: cover;
}

/* ----- header-block ----- */
.header-block {
    padding: 5px;
    zoom: 1;
    display: block;
}

.header-block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.header-block_ava {
    float: left;
    margin-right: 30px;
    max-width: 110px;
}

.header-block_column {
    overflow: hidden;
}

.header-block_l-col {
    float: left;
    padding-top: 17px;
}

.header-block_r-col {
    float: right;
    padding-top: 10px;
}

.header-block_name {
    margin-bottom: 17px;
    font-weight: bold;
}

.header-block_date {
    font-size: 77%;
    color: #777777;
}

/* ----- options-block ----- */
.options-block {
    margin-bottom: 16px;
    zoom: 1;
    display: block;
}

.options-block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.options-block_l {
    float: left;
}

.options-block_r {
    float: right;
}

.options-block .likes-unit {
    margin-right: 20px;
}

/* ----- inventory-block ----- */
.inventory-block {
    padding: 30px 0;
}

.inventory-block_list {
    text-align: center;
}

.inventory-block_item {
    display: inline-block;
    list-style-type: none;
    padding: 0 8px;
}

.inventory-block_link {
    height: 40px;
    display: block;
    background-size: cover !important;
}

.inventory-block_link:active,
.inventory-block_link.active {
    background-position: left bottom !important;
}

.inventory-block_link.ic1 {
    width: 77px;
    background: url("../images/icon43.png") no-repeat;
}

.inventory-block_link.ic2 {
    width: 69px;
    background: url("../images/icon44.png") no-repeat;
}

.inventory-block_link.ic3 {
    width: 77px;
    background: url("../images/icon45.png") no-repeat;
}

.inventory-block_link.ic4 {
    width: 40px;
    background: url("../images/icon46.png") no-repeat;
}

.inventory-block_link.ic5 {
    width: 64px;
    background: url("../images/icon47.png") no-repeat;
}

.inventory-block_link.ic6 {
    width: 66px;
    background: url("../images/icon48.png") no-repeat;
}

.inventory-block_link.ic7 {
    width: 69px;
    background: url("../images/icon30.png") no-repeat;
}

/* ----- profile-block ----- */
.profile-block {
    padding: 15px 15px 10px;
}

.profile-block_top {
    zoom: 1;
    display: block;
}

.profile-block_top:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.profile-block_ava {
    float: left;
    max-width: 210px;
    margin-right: 24px;
}

.profile-block_column {
    overflow: hidden;
    padding-top: 7px;
}

.profile-block_title {
    color: #777777;
    margin-bottom: 28px;
}

.profile-block_title strong {
    font-weight: bold;
    color: #000000;
}

.profile-block_descr p {
    margin-bottom: 27px;
}

.profile-block_descr span {
    color: #f0047f;
}

.profile-block_descr strong {
    font-weight: normal;
    color: #777777;
}

.profile-block_buttons {
    text-align: center;
    padding: 20px 0;
}

.profile-block_edit {
    float: right;
    content: "";
    width: 30px;
    height: 36px;
    display: none;
    margin-right: 10px;
    background: url(../images/icon17.png) no-repeat;
    background-size: cover;
}

.profile-block_edit:active {
    background-position: left bottom;
}

.profile-block_descr {
    margin-bottom: 20px;
}

.profile-block_text {
    line-height: 1.5;
    padding: 12px 10px;
    margin-bottom: 35px;
}

.profile-block__links {
    margin-bottom: 30px;
    padding-left: 30px;
}

.profile-block__links p {
    margin-bottom: 20px;
}

/* ----- persons-section ----- */
.persons-section {
    padding: 5px;
}

.persons-section .dashed-line {
    margin: 20px 15px;
}

/* ----- person-unit ----- */
.person-unit {
    zoom: 1;
    display: block;
}

.person-unit:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.person-unit_ava {
    float: left;
    max-width: 110px;
    margin-right: 30px;
}

.person-unit_icon {
    float: right;
    padding-top: 10px;
}

.person-unit_column {
    overflow: hidden;
    padding-top: 16px;
}

.person-unit_column p {
    margin-bottom: 12px;
}

.person-unit_column span {
    color: #f0047f;
}

/* ----- tags-block ----- */
.tags-block {
    padding: 10px 20px;
}

.tags-block_title {
    margin-bottom: 22px;
    font-weight: bold;
}

.tags-block_row {
    margin-bottom: 25px;
    text-align: justify;
    padding: 0 10px;
}

.tags-block_row:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.tags-block_row:before {
    content: '';
    display: block;
    width: 100%;
    margin-bottom: 0em;
}

.tags-block_link {
    color: #777777;
    display: inline-block;
    white-space: nowrap;
    top: 0em;
    position: relative;
}

.tags-block_link:active {
    color: #f0047f;
}

.tags-block_link.active {
    color: #f0047f;
    font-weight: bold;
}

.subnavi .tags-block {
    padding: 10px 0;
}

.subnavi .tags-block .tags-block_link {
    white-space: normal;
    margin: 0 0 25px;
}

/* ----- switch ----- */
.switch {
    float: left;
    display: block;
    box-sizing: border-box;
    width: 88px;
    height: 46px;
    border-radius: 999px;
    background-color: #c8c8c8;
    -webkit-transition: background-color cubic-bezier(.25, .46, .45, .94) .2s;
    -moz-transition: background-color cubic-bezier(.25, .46, .45, .94) .2s;
    transition: background-color cubic-bezier(.25, .46, .45, .94) .2s;
}

.switch .helper {
    margin-top: 5px;
    margin-left: 5px;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    display: inline-block;
    background: #ffffff;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -moz-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.switch.ui-checked {
    background: #f0047f;
}

.switch.ui-checked .helper {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px)
}

.switch.ui-checked .helper {
    background: #ffffff;
}

.switch-unit {
    margin-bottom: 30px;
    zoom: 1;
    padding-left: 20px;
    display: block;
}

.switch-unit:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.switch-unit_name {
    padding-top: 7px;
    margin-left: 118px;
}

.switch-unit.switch-r {
    padding-left: 0;
}

.switch-unit.switch-r .switch {
    float: right;
    margin: 0;
}

.switch-unit.switch-r .switch-unit_name {
    margin: 0;
    float: left;
}

/* ----- table-training ----- */
.table-training table {
    width: 100%;
}

.table-training td {
    width: 70%;
    padding: 10px 10px 16px 30px;
}

.table-training td + td {
    width: 30%;
    text-align: center;
}

.table-training tr:nth-child(even) td {
    background: #f6f4f1;
}

.table-training.wid td {
    width: 60%;
}

.table-training.wid td + td {
    width: 15%;
    text-align: center;
}

.table-training.wid td + td + td {
    width: 10%;
}

.table-training.wid td + td + td + td {
    width: 15%;
}

/* ----- static-messages ----- */
.static-messages {
    padding: 15px 0;
}

.static-messages .dashed-line {
    margin-left: 18px;
    margin-right: 18px;
}

.static-messages_bottom {
    zoom: 1;
    display: block;
    padding: 0 20px;
}

.static-messages_bottom:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.static-messages_bottom_status {
    float: left;
    padding-top: 22px;
    padding-left: 40px;
}

.static-messages_bottom .btn-gr {
    float: right;
}

.static-messages_bottom .icon-ok {
    margin: 7px 0 0 40px;
}

.static-messages_bottom .status-program_ok {
    float: left;
    margin-top: 26px;
}

/* ----- static-unit ----- */
.static-unit {
    padding: 12px 0 0;
}

.static-unit_date {
    color: #777777;
    font-size: 77%;
    margin-bottom: 13px;
    padding: 0 28px;
}

.static-unit_text {
    padding: 0 28px 26px;
}

.static-unit_content {
    display: none;
}

.static-unit__head {
    position: relative;
    padding: 20px 70px;
    margin: 0 30px 10px;
}

.static-unit__head_title {
    font-size: 115%;
}

.static-unit__head_ar-prev,
.static-unit__head_ar-next {
    top: 0%;
    width: 19px;
    height: 100%;
    position: absolute;
    display: block;
    cursor: pointer;
}

.static-unit__head_ar-prev {
    background: url("../images/icon54.png") center no-repeat;
    left: 0;
}

.static-unit__head_ar-next {
    background: url("../images/icon55.png") center no-repeat;
    right: 0;
}

.static-unit_title {
    padding: 0 30px 31px;
    zoom: 1;
    display: block;
}

.static-unit_title:after {
    content: ".";
    display: block;
    font-size: 0;
    line-height: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

.static-unit_name {
    float: left;
    font-weight: bold;
}

.static-unit_title .static-unit_date {
    padding: 0;
    margin: 5px 0 0 15px;
    float: left;
}

.static-unit_title .link-edit {
    float: right;
    margin-top: 10px;
}

.static-unit_title .static-unit__head_title {
    font-weight: bold;
    float: left;
    max-width: 70%;
}

.static-unit__section {
    margin-bottom: 55px;
}

.static-unit__row_name {
    padding: 20px 10px 20px 30px;
    background: #f6f4f1;
    zoom: 1;
    display: block;
}

.static-unit__row_name:after {
    content: ".";
    display: block;
    font-size: 0;
    line-height: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

.static-unit__row_name .link-copy {
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}

.static-unit__row_wrap {
    zoom: 1;
    display: block;
    padding: 20px 10px 20px 35px;
}

.static-unit__row_wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.static-unit__row_col {
    float: left;
    width: 220px;
    zoom: 1;
    display: block;
}

.static-unit__row_col:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.static-unit__row_col .ic-mult {
    float: left;
    margin-top: 5px;
}

.static-unit__row_num {
    width: 100px;
    float: left;
    text-align: center;
}

.static-unit__row_size {
    float: right;
    width: 50%;
    text-align: center;
}

.static-unit__row_subtitle {
    padding: 20px 10px 0 30px;
}

.static-unit .dashed-line {
    margin-bottom: 0;
}

.static-unit_buttons {
    text-align: center;
}

.static-unit__time {
    padding-top: 21px;
}

.static-unit__time_title {
    font-weight: bold;
    padding: 12px 0 15px 90px;
    margin-left: 30px;
    margin-bottom: 20px;
    position: relative;
}

.static-unit__time_title:after {
    content: "";
    left: 0;
    top: 0;
    width: 55px;
    height: 55px;
    background: url("../images/icon56.png") no-repeat;
    background-size: cover;
    position: absolute;
}

.static-unit__time_row {
    background: #f0047f;
    padding: 0 25px;
    zoom: 1;
    display: block;
    color: #ffffff;
}

.static-unit__time_row:after {
    content: ".";
    display: block;
    font-size: 0;
    line-height: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

.static-unit__time_txt {
    float: left;
    width: 10%;
    padding-top: 20px;
}

.static-unit__time_l-col {
    float: left;
    width: 20%;
}

.static-unit__time_r-col {
    float: right;
    width: 40%;
}

.clevered.alice .static-unit__time_row .jClever-element-select-wrapper {
    background: #f0047f;
}

.clevered.alice .static-unit__time_row .jClever-element-select-center {
    color: #ffffff;
}


/* ----- program-section ----- */
.program-section {
    padding-top: 20px;
    padding-bottom: 10px;
}

.program-section .header-block {
    margin-bottom: 25px;
}

.program-section .dashed-line {
    margin-left: 17px;
    margin-right: 17px;
}

.program-section .options-block {
    padding: 0 20px;
}

.program-section .status-program {
    padding-left: 45px;
}

.status-program {
    padding: 25px 25px 35px;
}

.status-program_add {
    color: #777777;
    padding: 12px 0 12px 70px;
    position: relative;
    display: inline-block;
}

.status-program_add:after {
    left: 0;
    top: 50%;
    content: "";
    width: 55px;
    height: 55px;
    background: url("../images/icon15.png") no-repeat;
    position: absolute;
    background-size: contain;
    margin: -28px 0 0;
}

.status-program_ok {
    color: #777777;
    padding: 10px 0 10px 70px;
    position: relative;
}

.status-program_ok:after {
    left: 0;
    top: 50%;
    content: "";
    width: 55px;
    height: 55px;
    background: url("../images/icon32.png") no-repeat;
    position: absolute;
    background-size: contain;
    margin: -28px 0 0;
}

/* ----- lil-post ----- */
.lil-post {
    margin-bottom: 29px;
    zoom: 1;
    display: block;
}

.lil-post:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.lil-post_ava {
    float: left;
    margin-right: 24px;
    max-width: 80px;
}

.lil-post_column {
    overflow: hidden;
    line-height: 1.3;
}

.lil-post_name {
    margin-bottom: 3px;
    font-weight: bold;
}

.lil-post_column p {
    margin: 0;
}

/* ----- article-section ----- */
.article-section {
    padding: 15px;
}

.article-section .header-block {
    padding: 0;
    margin-bottom: 10px;
}

.article-section .title-unit_hint {
    padding-left: 10px;
    padding-right: 10px;
}

.article-section .title-unit_name {
    margin-left: 10px;
}

.article-section .picture-block {
    margin: 0 -15px 15px;
}

.article-section .text-block {
    line-height: 1.2;
}

.article-section .text-block p {
    margin-bottom: 29px;
}

/* ----- main-block ----- */
.main-block {
    width: 100%;
    padding: 65px 20px 30px;
    margin: 0 auto;
    color: #282828;
    background-color: #f0047f;
    text-align: center;
}

.main-block_text {
    margin-bottom: 65px;
    line-height: 1.3;
    color: #ffffff;
}

.main-block_name {
    font-size: 192%;
    margin-bottom: 73px;
    font-weight: bold;
    color: #ffffff;
}

.main-block_pic {
    margin-bottom: 80px;
    text-align: center;
}

.main-block_ar {
    display: block;
    width: 66px;
    height: 32px;
    background: url("../images/icon38.png") no-repeat;
    margin: 0 auto;
    background-size: contain;
}

.main-block.center {
    text-align: center;
}

/* ----- main-block ----- */
.activation-block {
    padding: 70px 40px 30px;
    color: #282828;
}

.activation-block_text {
    margin-bottom: 65px;
    line-height: 1.2;
}

.activation-block_text.big {
    font-size: 115%;
    margin-bottom: 17px;
    color: #ffffff;
}

.activation-block_name {
    font-size: 192%;
    margin-bottom: 25px;
    line-height: 1.2; /*  */
    font-weight: bold;
    color: #ffffff;
}

.activation-block_rules a {
    color: #ffffff;
}

.activation-block_buttons {
    text-align: center;
    margin-bottom: 60px;
}

.activation-block_buttons .btn {
    font-weight: bold;
    color: #000000;
    display: block;
    width: 100%;
    background-color: #ffffff;
}

.activation-block_descr {
    margin-bottom: 65px;
    line-height: 1.2;
    color: #f882bf;
}

.activation-block .check-unit {
    margin: 40px 0 50px 0;
}

.activation-block .check-unit label {
    padding: 0;
    line-height: 1.2;
    font-size: 115%;
    position: relative;
    top: -5px;
    color: #ffffff;
}

.activation-block .clevered.alice .jClever-element-checkbox-twins .jClever-element-checkbox-twins-element {
    background: url(../images/checkbox_1.png) no-repeat left top;
    background-size: cover;
}

.activation-block .clevered.alice .jClever-element-checkbox-twins.checked .jClever-element-checkbox-twins-element,
.activation-block .clevered.alice .jClever-element.focused .jClever-element-checkbox-twins.checked .jClever-element-checkbox-twins-element {
    background-position: left bottom;
}


/* ----- check-unit ----- */
.check-unit {
    margin-bottom: 35px;
    margin-left: 20px;
    zoom: 1;
    display: block;
}

.check-unit:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.check-unit .jClever-element {
    float: left;
}

.check-unit label {
    display: block;
    margin-left: 82px;
    padding-top: 8px;
    color: #282828;
}

/* ----- radio-unit ----- */
.radio-unit {
    margin: 0 0 35px 20px;
    zoom: 1;
    display: block;
}

.radio-unit:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.radio-unit .jClever-element {
    float: left;
    margin-right: 0 !important;
}

.radio-unit label {
    display: block;
    margin-left: 82px;
    padding-top: 12px;
    color: #000000;
    margin-bottom: 0;
}

/* ----- add-to-calendar ----- */
.add-to-calendar {
    padding: 30px 15px 15px;
}

.add-to-calendar__date {
    zoom: 1;
    display: block;
}

.add-to-calendar__date:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.add-to-calendar__date_col {
    float: left;
    width: 23%;
}

.add-to-calendar__date_col.w1 {
    width: 47%;
    margin: 0 3%;
}

.add-to-calendar_row {
    margin-bottom: 15px;
    zoom: 1;
    display: block;
}

.add-to-calendar_row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.add-to-calendar_row-l {
    float: left;
    width: 65%;
    padding-top: 13px;
}

.add-to-calendar_row-r {
    float: right;
    width: 30%;
}

.add-to-calendar_row-l .check-unit {
    margin-bottom: 0;
}

.add-to-calendar_buttons {
    text-align: center;
}

.add-to-calendar_buttons .btn,
.add-to-calendar_buttons .btn-gr {
    margin: 0 10px 5px;
}

/* ----- chart-section ----- */
.chart-section {
    padding: 5px;
}

.chart-section img {
    width: 100%;
}

/* ----- photo-section ----- */
.photo-section_top {
    padding: 40px 0 50px;
    zoom: 1;
    display: block;
    text-align: center;
}

.photo-section_top:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.photo-section_row {
    zoom: 1;
    display: block;
    margin-bottom: 10px;
}

.photo-section_row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.photo-section_col {
    padding: 0 5px;
    width: 50%;
    float: left;
}

.photo-section_pic {
    position: relative;
}

.photo-section_pic.selected {
    border: 10px solid #ed7703;
}

.photo-section_pic.active:after {
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    border: 20px solid transparent;
    border-left: 20px solid #ed7703;
    border-top: 20px solid #ed7703;
}

.photo-section_pic img {
    width: 100%;
}

/* ----- setting-section ----- */
.setting-section {
    padding: 15px;
}

.setting-section__date {
    width: 100%;
    display: table;
}

.setting-section__date_col {
    display: table-cell;
    width: 10%;
}

.setting-section__date_col.w1 {
    width: 40%;
}

.setting-section__date_txt {
    text-align: center;
    color: #282828;
}

.setting-section__links {
    margin-left: 100px;
}

.setting-section__links_item {
    list-style-type: none;
    margin-bottom: 35px;
}

.setting-section__links_ln {
    text-decoration: underline;
}

/* ----- calendar-section ----- */
.calendar-section__program {
    padding: 0 17px;
}

.calendar-block {
    margin-bottom: 0;
}

.calendar-block_top {
    position: relative;
    padding: 32px 60px;
}

.calendar-block_top_name {
    text-align: center;
    color: #010101;
    font-weight: bold;
}

.calendar-block_top_prev,
.calendar-block_top_next {
    top: 0%;
    position: absolute;
    display: block;
    width: 30px;
    height: 100%;
    cursor: pointer;
}

.calendar-block_top_prev {
    background: url("../images/ar-prev.png") center no-repeat;
    left: 30px;
}

.calendar-block_top_next {
    background: url("../images/ar-next.png") center no-repeat;
    right: 30px;
}

.calendar-block_table {
    width: 100%;
}

.calendar-block_table th {
    font-weight: normal;
    background: #eeeeee;
    padding: 5px;
}

.calendar-block_table td {
    padding: 5px;
}

.calendar-block_table_date {
    display: block;
    width: 75px;
    height: 75px;
    font-size: 135%;
    position: relative;
    text-align: center;
    line-height: 75px;
    color: #010101;
}

.calendar-block_table_date.select {
    border: 2px solid #f0047f;
    font-weight: bold;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.calendar-block_table_date.unselect {
    color: #777777;
}

.calendar-block_table_date.und-line {
    text-decoration: underline;
}

.calendar-block + .form-block_buttons {
    text-align: center;
    padding: 20px 0;
}

.calendar-block + .form-block_buttons .btn-gr,
.calendar-block + .form-block_buttons .btn {
    text-transform: uppercase;
    margin: 0 5px;
}

/* ----- ui-datepicker ----- */
.calendar-section .ui-datepicker {
    width: 100%;
}

.calendar-section .ui-widget-content {
    border: none;
}

.calendar-section .ui-widget-header {
    border: none;
    background: none;
    padding: 32px 60px;
}

.calendar-section .ui-datepicker .ui-datepicker-title {
    line-height: 1.1;
}

.calendar-section .ui-datepicker .ui-datepicker-prev {
    background: url("../images/ar-prev.png") center no-repeat;
}

.calendar-section .ui-datepicker .ui-datepicker-next {
    background: url("../images/ar-next.png") center no-repeat;
}

.calendar-section .ui-datepicker th {
    font-weight: normal;
    background: #eeeeee;
    padding: 5px;
}

.calendar-section .ui-datepicker td {
    padding: 5px;
}

.calendar-section .ui-datepicker td span,
.calendar-section .ui-datepicker td a {
    display: block;
    width: 75px;
    height: 75px;
    background: none;
    border: none;
    font-size: 135%;
    position: relative;
    text-align: center;
    line-height: 75px;
    color: #010101;
    margin: 0 auto;
}

.calendar-section .ui-state-active,
.calendar-section .ui-widget-content .ui-state-active,
.calendar-section .ui-widget-header .ui-state-active {
    border: 2px solid #f0be32;
    font-weight: bold;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

/* ----- program-unit ----- */
.program-unit {
    margin-bottom: 20px;
    padding: 19px 7px;
}

.program-unit_table {
    display: table;
    width: 100%;
}

.program-unit_td {
    display: table-cell;
    vertical-align: middle;
    width: 90%;
}

.program-unit_td + .program-unit_td {
    width: 10%;
}

.program-unit_title {
    font-weight: bold;
    font-size: 115%;
    margin-bottom: 22px;
}

.program-unit_name {
    color: #282828;
    margin-bottom: 12px;
}

.program-unit_time {
    color: #777777;
}

/* ----- messages-section ----- */
.messages-section {
    background: #c8c8c8;
    padding: 20px 18px 1px;
    margin: 0 0 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.message-unit {
    zoom: 1;
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.message-unit:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.message-unit_text {
    color: #282828;
    padding: 15px 30px 21px;
    position: relative;
}

.message-unit_date {
    color: #777777;
    font-size: 77%;
    margin-left: 5px;
    padding-top: 6px;
}

.message-unit_date p {
    margin-bottom: 2px;
}

.message-unit.lf .message-unit_ins {
    float: left;
}

.message-unit.lf .message-unit_text {
    background: #ffffff;
    margin-right: 110px;
    color: #282828;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.message-unit.lf .message-unit_text:before {
    width: 0;
    left: -19px;
    top: 0;
    content: "";
    position: absolute;
    height: 0;
    border-top: 19px solid #ffffff;
    border-left: 19px solid transparent;
}

.message-unit.lf .message-unit_text:after {
    width: 0;
    left: -18px;
    top: 0;
    content: "";
    position: absolute;
    height: 0;
    border-top: 18px solid #ffffff;
    border-left: 18px solid transparent;
}

.message-unit.lf .message-unit_date {
    float: right;
    right: 0;
}

.message-unit.rg .message-unit_ins {
    float: right;
}

.message-unit.rg .message-unit_text {
    margin-left: 110px;
    background: #f0047f;
    color: #ffffff;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.message-unit.rg .message-unit_text:before {
    width: 0;
    right: -19px;
    top: 0;
    content: "";
    position: absolute;
    height: 0;
    border-top: 19px solid #f0047f;
    border-right: 19px solid transparent;
}

.message-unit.rg .message-unit_text:after {
    width: 0;
    right: -18px;
    top: 0;
    content: "";
    position: absolute;
    height: 0;
    border-top: 18px solid #f0047f;
    border-right: 18px solid transparent;
}

.message-unit.rg .message-unit_date {
    float: left;
    text-align: right;
}

.message-unit.enter .message-unit_date {
    float: none;
    text-align: center;
    margin: 0 0 0;
    padding-top: 0;
}

.message-unit.enter .message-unit_text {
    float: none;
    text-align: center;
    color: #777777;
    padding: 2px 0 10px;
}

.message-unit.blocked .message-unit_date {
    float: none;
    text-align: center;
    margin: 0 0 0;
    padding-top: 0;
}

.message-unit.blocked .message-unit_text {
    float: none;
    text-align: center;
    color: #000000;
    padding: 2px 0 10px;
}

/* ----- calculate-results ----- */
.calculate-results {
    margin-bottom: 20px;
    padding: 30px 20px;
}

.calculate-results_title {
    font-weight: bold;
    margin: 0 0 20px 10px;
}

.calculate-results_sheet {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #c8c8c8;
}

.calculate-results_sheet table {
    width: 100%;
}

.calculate-results_sheet td {
    padding: 5px 15px;
}

.calculate-results_sheet .col1 {
    text-align: left;
}

.calculate-results_sheet .col2 {
    text-align: right;
}

.calculate-results_text {
    margin-bottom: 70px;
    padding: 0 15px;
    line-height: 1.3;
}

.calculate-results_buttons {
    zoom: 1;
    display: block;
    padding: 0 30px;
}

.calculate-results_buttons:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.calculate-results_buttons .btn-gr,
.calculate-results_buttons .btn {
    margin-bottom: 5px;
}

.calculate-results_buttons .btn-gr {
    float: left;
}

.calculate-results_buttons .btn {
    float: right;
}

/* ----- rules-section ----- */
.rules-section {
    padding: 29px 15px;
    line-height: 1.2;
}

.rules-section h1 {
    font-weight: bold;
    color: #000000;
    margin-bottom: 44px;
}

.rules-section_item {
    margin-bottom: 24px;
}

.rules-section p {
    margin-bottom: 19px;
}

.rules-section ul {
    margin: 0 0 19px 0;
}

.rules-section ul li {
    padding-left: 30px;
    position: relative;
    list-style-type: none;
}

.rules-section ul li:after {
    content: "";
    left: 10px;
    top: 12px;
    width: 9px;
    height: 9px;
    background: #000000;
    position: absolute;
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* ----- selected-photo ----- */
.selected-photo {
    padding: 10px;
}

.selected-photo_picture {
    margin-bottom: 17px;
}

.selected-photo_picture img {
    width: 100%;
}

.selected-photo_wrap {
    padding: 0 10px;
}

.selected-photo_users {
    color: #777777;
    line-height: 1.3;
    padding-top: 9px;
    margin-bottom: 26px;
}

.selected-photo_users a {
    color: #777777;
}

.selected-photo_users .likes-icon {
    margin: 0 24px;
}

.selected-photo_users .selected-photo_more,
.selected-photo_more {
    text-decoration: underline;
    color: #000000;
}

.ui-datepicker td span, .ui-datepicker td a {
    padding: 0;
}

.calendar-section .ui-datepicker td span, .calendar-section .ui-datepicker td a {
    border: 2px solid transparent;
}

/* ----- training-message ----- */
.training-message {
    padding: 10px 0;
    margin-bottom: 15px;
}

.training-message_top {
    margin-bottom: 22px;
    zoom: 1;
    display: block;
}

.training-message_top:after {
    content: ".";
    display: block;
    font-size: 0;
    line-height: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

.training-message_hint {
    float: left;
    color: #000000;
}

.training-message_date {
    float: right;
    color: #777777;
    font-size: 77%;
}

.training-message_text {
    color: #777777;
}

.preview_ajax_photo {
    margin: 5px;
    border: 2px solid #333;
    height: 50px;
}

/* ----- pics-section ----- */
.pics-section {
    margin-bottom: 15px;
    text-align: center;
}

.pics-section img {
    width: 25%;
    margin: 0 3%;
    max-width: 25%;
    display: inline-block;
}


/* ----- activate-section ----- */
.activate-section {
    margin-top: -10px;
    padding: 0 0 360px;
}

.activate-section_big {
    color: #ffffff;
    font-weight: bold;
    font-size: 230%;
    padding-top: 26px;
    line-height: 1.1;
}

.activate-section_text {
    line-height: 1.25;
    font-size: 107%;
    margin-bottom: 17px;
}

.activate-section_text span {
    font-size: 107%;
}

.activate-section_descr {
    line-height: 1.2;
    font-size: 115%;
    margin-bottom: 50px;
    color: #ffffff;
}

.activate-section_check {
    margin-bottom: 51px;
    zoom: 1;
    display: block;
}

.activate-section_check:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.activate-section_check label {
    display: block;
    overflow: hidden;
    line-height: 1.3;
    color: #ffffff;
    position: relative;
    padding-left: 20px;
    font-size: 115%;
}

.activate-section_check .jClever-element {
    float: left;
    margin-top: 7px !important;
}

.activate-section_hint {
    line-height: 1.15;
    color: #f882bf;
    margin-bottom: 66px;
}

.activate-section_buttons {
    margin-bottom: 32px;
    text-align: center;
}

.activate-section_buttons .btn {
    display: block;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
}

.activate-section_more {
    padding-top: 30px;
}

.activate-section_more a {
    color: #ffffff;
    font-size: 85%;
}

/* ----- activation-popup ----- */
.activation-popup {
    left: 0;
    bottom: 100px;
    position: absolute;
    right: 0;
    background: #f0047f;
    color: #ffffff;
    padding: 57px 0 50px;
}

.activation-popup_text {
    margin-bottom: 45px;
    font-size: 115%;
    line-height: 1.25;
    color: #ffffff;
}

.activation-popup_cancel:after {
    content: "";
    right: 45px;
    top: 50%;
    width: 25px;
    height: 16px;
    margin-top: -8px;
    position: absolute;
    display: block;
    background: url("../images/icon62.png") right center no-repeat;
    background-size: cover;
}

.activation-popup.full {
    top: 0;
    bottom: auto;
}

.activation-popup.full .activation-popup_button .btn {
    display: block;
    background-color: #ffffff;
    color: #000000;
}

.activation-popup.full .activation-popup_button .btn span {
    padding-right: 25px;
    display: block;
    background: url("../images/icon63.png") right center no-repeat;
}

.activation-popup_ins {
    padding: 0 40px;
}

.activation-popup_wrap {
    padding: 47px 40px 0;
    margin-bottom: 26px;
    background: url("../images/options-section__unit.png") center repeat-y;
    background-size: contain;
    color: #ffffff;
}

.activation-popup_wrap .activation-popup_text {
    margin-bottom: 45px;
}

.activation-popup_button {
    text-align: center;
    margin-bottom: 20px;
}

.activation-popup_button .btn {
    text-transform: uppercase;
    background-color: #ffffff;
    color: #000000;
}

/* add-photo-section */
.add-photo-section_title {
    color: #3b3b3b;
    margin: 0 0 35px;
}

.add-photo-link {
    margin: 0 0 15px;
    zoom: 1;
    display: block;
}

.add-photo-link:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.add-photo-link .icon-photo {
    vertical-align: middle;
    margin-right: 30px;
}

.add-photo-link .add-photo-link_name {
    vertical-align: middle;
    display: inline-block;
}

.add-photo-section .form-block_row + .form-block_buttons {
    margin-bottom: 30px;
    border-bottom: 1px dashed #acacac;
    padding: 20px 0 1px 18px;
}

.add-photo-section .form-block_row + .form-block_buttons p {
    margin: 0 0 37px;
}

.add-photo-section .form-block_row + .form-block_buttons p:last-child {
    margin: 0 0 27px;
}

/* share-success */
.share-success {
    padding: 45px 15px 15px;
}

.share-success_wrap {
    margin-bottom: 40px;
    display: table;
    width: 100%;
}

.share-success_l {
    display: table-cell;
    vertical-align: middle;
    width: 43%;
    padding: 0 10px;
}

.share-success_l img {
    display: block;
    margin: 0 auto;
}

.share-success_r {
    display: table-cell;
    vertical-align: middle;
    width: 57%;
    font-size: 138%;
    color: #666666;
}

.share-success_r strong {
    display: block;
}

.share-success .btn {
    display: block;
    text-align: center;
}

/* sorted */
.sorted_list {
    margin: 0 0 30px;
}

.sorted_item {
    border-bottom: 1px solid #6a6a6a;
}

.sorted_link {
    padding: 40px 5px;
    font-size: 97%;
    display: block;
    color: #e1e1e1;
}

/* clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

/* add-dish */
.add-dish {
    padding: 40px 15px;
}

.add-dish_section {
    padding-bottom: 1px;
}

.add-dish_title {
    position: relative;
    margin-bottom: 20px;
}

.add-dish_title h2 {
    float: left;
    font-size: 153%;
    font-weight: 500;
}

.add-dish h3 {
    font-size: 135%;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 34px;
}

.add-dish_calc-title {
    font-size: 115%;
    margin: 0 0 46px;
    font-weight: 500;
}

.add-dish_icon {
    position: absolute;
    right: 0;
    top: 4px;
    width: 33px;
    height: 33px;
    cursor: pointer;
}

.add-dish_icon.add {
    background: url("../images/icon15.png") no-repeat;
    background-size: contain;
}

.add-dish_icon.del {
    background: url("../images/icon52.png") no-repeat;
    background-size: contain;
}

.add-dish .form-block_buttons {
    text-align: center;
    padding-top: 105px;
}

.add-dish .btn,
.add-dish .btn-gr {
    text-transform: uppercase;
}

.add-dish .row-line {
    margin-bottom: 37px;
    position: relative;
}

.add-dish .row-line.marg {
    margin-bottom: 7px;
}

.add-dish .row-line .row-line_col {
    margin-right: 0;
}

.add-dish .row-line.col2 .row-line_col {
    float: left;
    width: 47%;
}

.add-dish .row-line.col2 .row-line_col + .row-line_col {
    margin-left: 6%;
}

.add-dish .row-line.col3 .row-line_col {
    float: left;
    width: 30%;
}

.add-dish .row-line.col3 .row-line_col + .row-line_col {
    margin-left: 5%;
}

.add-dish .row-line.col4 .row-line_col {
    float: left;
    width: 60%;
}

.add-dish .row-line.col4 .row-line_col + .row-line_col {
    margin-left: 3%;
    width: 25%;
}

.add-dish .row-line.col4 .btn-add,
.add-dish .row-line.col4 .btn-delete {
    width: 33px;
    height: 33px;
    position: absolute;
    right: 0;
    bottom: 19px;
}

.add-dish_name {
    font-weight: 500;
    margin-bottom: 19px;
    font-size: 108%;
}

.add-dish_total {
    position: relative;
    margin: 0 -15px 46px;
    background: #f0047f;
    padding: 44px 15px;
    color: #ffffff;
}

.add-dish_total_title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 135%;
    margin: 0 0 27px;
}

.add-dish_total table {
    width: 100%;
    font-size: 115%;
    color: #ffffff;
}

.add-dish_total td {
    padding: 10px 5px 15px 0;
}

.add-dish_total .col2 {
    text-align: right;
    font-weight: 500;
}

.add-dish_content {
    padding-top: 25px;
}

.form-block_inp_drop {
    padding: 20px 0;
    position: absolute;
    left: -1px;
    right: -1px;
    border: 1px solid #c8c8c8;
    background: #ffffff;
    top: 100%;
    z-index: 10;
}

.form-block_inp_drop li {
    padding: 10px 20px;
}

.add-dish .clevered.alice .jClever-element-select-center {
    text-align: left;
}

.add-dish .clevered.alice .jClever-element-select-list > li {
    padding: 0 20px;
    text-align: left;
}

/* meal-plan */
.meal-plan {
    padding: 20px;
}

.meal-plan_rate {
    width: 330px;
    display: table;
    margin: 0 auto 50px;
    position: relative;
}

.meal-plan_rate_cell {
    display: table-cell;
    vertical-align: middle;
    height: 330px;
    text-align: center;
    border-radius: 50%;
    position: relative;
}

.meal-plan_rate.okay:after {
    content: "";
    position: absolute;
    top: -11px;
    width: 120px;
    height: 95px;
    left: 200px;
    background: url("../images/icon66.png") no-repeat;
    background-size: contain;
}

.circleChart {
    position: absolute !important;
    left: 0;
    top: 0;
}

.meal-plan_rate_top {
    padding-top: 35px;
    margin-bottom: 30px;
}

.meal-plan_rate_top p {
    margin: 0 0 3px;
}

.meal-plan_rate_top span {
    text-transform: uppercase;
    font-weight: 500;
}

.meal-plan_rate_top strong {
    font-size: 203%;
}

.meal-plan_rate_bot {
    color: #959595;
    position: relative;
    margin-top: -15px;
}

.meal-plan_rate_bot p {
    margin-bottom: 5px;
}

.meal-plan_ration {
    margin: 0 0 40px;
}

.meal-plan_ration_text {
    margin: 0 0 14px;
    font-weight: 300;
}

.meal-plan_ration_col {
    width: 33%;
    float: left;
    padding-left: 5px;
}

.meal-plan_ration_name {
    font-size: 115%;
    margin-bottom: 5px;
}

.meal-plan_ration_summ {
    font-size: 77%;
    color: #959595;
    margin-bottom: 15px;
}

.meal-plan_ration_summ span {
    color: #000000;
}

.meal-plan_ration .progressbar-box {
    width: 75%;
}

.progressbar-box {
    height: 10px;
    background: #e9e9e9;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.progressbar-box span {
    background: #f0047f;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.meal-plan_info {
    text-align: center;
    padding: 40px 0;
    margin: 0 0 30px;
}

.meal-plan_info_col {
    padding-left: 185px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.meal-plan_info_col:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
}

.meal-plan_info.bg1 .meal-plan_info_col:after {
    margin-top: -58px;
    width: 132px;
    height: 115px;
    background: url("../images/icon62.png") no-repeat;
    background-size: contain;
}

.meal-plan_info.bg2 .meal-plan_info_col:after {
    margin-top: -47px;
    width: 132px;
    height: 94px;
    background: url("../images/icon63.png") no-repeat;
    background-size: contain;
}

.meal-plan_info.bg3 .meal-plan_info_col:after {
    margin-top: -43px;
    width: 130px;
    height: 86px;
    background: url("../images/icon64.png") no-repeat;
    background-size: contain;
}

.meal-plan_info.bg4 .meal-plan_info_col:after {
    margin-top: -55px;
    width: 115px;
    height: 110px;
    background: url("../images/icon65.png") no-repeat;
    background-size: contain;
}

.meal-plan_info_title {
    font-size: 235%;
    color: #000000;
    margin-bottom: 8px;
    font-weight: 500;
}

.meal-plan_info_total {
    color: #a4a4a4;
    font-size: 135%;
}

.meal-plan hr {
    height: 1px;
    background: #c8c8c8;
    border: none;
    margin: 0 0 78px;
    font-size: 0;
    line-height: 0;
}

.meal-plan .form-block_buttons + hr {
    margin-top: 40px;
}

.meal-plan_wrap-items {
    margin: 0 0 50px;
}

.meal-plan_item {
    position: relative;
    margin: 0 0 47px;
    padding: 0 55px 0 100px;
}

.meal-plan_item:before {
    content: "";
    position: absolute;
    top: 0;
}

.meal-plan_item_icon {
    position: absolute;
    top: 50%;
    left: 0;
}

.meal-plan_item.st1 .meal-plan_item_icon {
    margin-top: -31px;
    width: 71px;
    height: 61px;
    background: url("../images/icon62.png") no-repeat;
    background-size: contain;
}

.meal-plan_item.st2 .meal-plan_item_icon {
    margin-top: -26px;
    width: 71px;
    height: 51px;
    background: url("../images/icon63.png") no-repeat;
    background-size: contain;
}

.meal-plan_item.st3 .meal-plan_item_icon {
    margin-top: -23px;
    width: 69px;
    height: 46px;
    background: url("../images/icon64.png") no-repeat;
    background-size: contain;
}

.meal-plan_item.st4 .meal-plan_item_icon {
    left: 4px;
    margin-top: -30px;
    width: 62px;
    height: 59px;
    background: url("../images/icon65.png") no-repeat;
    background-size: contain;
}

.meal-plan_item:before {
    width: 19px;
    height: 34px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
    background: url("../images/icon61.png") no-repeat;
    background-size: contain;
}

.meal-plan_item_top {
    margin: 0 0 2px;
}

.meal-plan_item_title {
    float: left;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 115%;
}

.meal-plan_item_percent {
    float: right;
    font-weight: 300;
    font-size: 115%;
}

.meal-plan_item_compos {
    font-size: 112%;
    color: #959595;
}

.meal-plan .form-block_buttons {
    text-align: center;
}

.meal-plan .form-block_buttons .btn {
    display: block;
    font-weight: bold;
    width: 100%;
    text-transform: uppercase;
}

.meal-plan_buttons {
    text-align: center;
    padding-top: 20px;
}

.meal-plan_buttons .btn-gr,
.meal-plan_buttons .btn {
    text-transform: uppercase;
    font-weight: bold;
}

.form-block_inp.add-weight {
    padding-right: 45px;
}

.form-block_inp.add-weight:after {
    content: "гр";
    font-size: 92%;
    color: #c9c9c9;
    position: absolute;
    right: 15px;
    padding: 22px 0 0;
    top: 0;
    font-weight: 300;
}

.meal-plan_item + .form-block_buttons {
    margin-top: 110px;
}

/* calendar-line */
.calendar-line {
    position: relative;
    padding: 24px;
    margin-bottom: 44px;
}

.calendar-line_title {
    text-transform: uppercase;
    text-align: center;
    font-size: 161%;
    font-weight: 500;
}

.calendar-line_prev,
.calendar-line_next {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 19px;
    height: 34px;
    margin-top: -17px;
}

.calendar-line_next {
    right: 0;
    background: url("../images/icon55.png") no-repeat;
    background-size: cover;
}

.calendar-line_prev {
    left: 0;
    background: url("../images/icon54.png") no-repeat;
    background-size: cover;
}

/* sorting */
.sorting {
    padding: 0 20px 30px;
}

.sorting ul li {
    border-bottom: 1px solid #c8c8c8;
}

.sorting ul li a {
    font-size: 115%;
    padding: 44px 0;
    display: block;
}

/* meal-statistics */
.meal-statistics {
    padding: 20px 20px 30px;
}

.meal-statistics_diagr {
    margin: 0 0 30px;
}

.meal-statistics hr {
    height: 1px;
    background: #c8c8c8;
    border: none;
    margin: 0 0 35px;
    font-size: 0;
    line-height: 0;
}

.meal-statistics .meal-plan_ration {
    margin-bottom: 36px;
}

.meal-statistics .meal-plan_ration_col {
    padding-left: 0;
}

.meal-statistics .meal-plan_ration_name {
    font-size: 153%;
    margin-bottom: 9px;
}

.meal-statistics .meal-plan_ration_summ {
    font-size: 100%;
}

.meal-statistics_diagr {
    margin-bottom: 64px;
}

.meal-statistics_average {
    margin: 0 0 36px;
}

.meal-statistics_average p {
    margin: 0 0 8px;
}

.meal-statistics_average span {
    font-size: 96%;
    font-weight: 300;
}

.meal-statistics_average strong {
    color: #f0047f;
    font-size: 269%;
}

.meal-statistics_sheet {
    margin: 0 0 80px;
}

.meal-statistics_sheet table {
    width: 100%;
    font-size: 115%;
}

.meal-statistics_sheet td {
    padding: 10px 5px 20px 0;
}

.meal-statistics_sheet .col1 {
    font-weight: 300;
}

.meal-statistics_sheet .col2 {
    text-align: right;
    font-weight: 500;
}

.meal-statistics .form-block_buttons {
    text-align: center;
}

.meal-statistics .btn {
    display: block;
    font-weight: bold;
    width: 100%;
    text-transform: uppercase;
}

/* receipt-section */
.receipt-section {
    padding: 15px 10px 15px;
}

.receipt-section.padd {
    padding-top: 50px;
}

.receipt-section_tags ul {
    display: flex;
    padding: 10px 0 25px;
    border-bottom: 1px solid #c8c8c8;
    justify-content: space-between;
}

.receipt-section_tags ul li {
    display: inline-block;
}

.receipt-section_tags a {
    color: #777777;
}

.receipt-section_tags .active a {
    color: #000000;
    font-weight: 500;
}

.receipt-section .add-btn-block {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.receipt-section .add-btn-block .btn {
    display: block;
    font-weight: bold;
    width: 100%;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
}

.receipt-section .dashed-line {
    margin-bottom: 30px;
}

.receipt-section_wrap {
    padding-top: 50px;
}

.prev-receipt {
    position: relative;
    margin: 0 0 20px;
}

.prev-receipt_row {
    position: absolute;
    right: 0;
    left: 230px;
    color: #777777;
    font-size: 70%;
    bottom: 0;
}

.prev-receipt_photo {
    position: relative;
    float: left;
    width: 200px;
}

.prev-receipt_col {
    margin-left: 230px;
    padding-bottom: 20px;
}

.prev-receipt_sticker {
    position: absolute;
    left: 0;
    top: 0;
    padding: 3px 10px;
    font-size: 77%;
    background: #f0047f;
    color: #ffffff;
}

.prev-receipt_name {
    line-height: 1.25;
    margin-top: -5px;
    position: relative;
}

.prev-receipt_date {
    float: left;
    font-weight: 500;
}

.prev-receipt_author {
    float: right;
}

.tabs-block.inver + .tabs-block.gray {
    margin-top: 20px;
}

/* dishes-list */
.dishes-list {
    margin: 0 -20px;
}

.dishes-list li {
    position: relative;
    margin-bottom: 30px;
}

.dishes-list_item {
    padding: 15px 73px 15px 20px;
}

.dishes-list_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 115%;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.dishes-list_descr {
    color: #959595;
    font-weight: 96%;
}

.dishes-list .btn-delete {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
}

.dishes-list .btn-add {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
}

.dishes-list_add {
    display: block;
    padding: 15px 73px 15px 20px;
}

.dishes-list_add .dishes-list_name {
    color: #262626;
}

.dishes-list li.active {
    background: #f5f5f5;
}


/* desktop */


/*------------------------------------------- header -------------------------------------------------*/
.main {
    max-width: 1440px;
    background: #ffffff;
}

.main-header {
    min-width: 320px;
    height: 104px;
    position: fixed;
    margin: 0 auto;
    z-index: 100;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1001;
}

.main-header_inner {
    margin: 0 auto;
    height: 104px;
    max-width: 1440px;
    position: relative;
    background: #e9e9e9;
}

.main-header .navi-block {
    display: none;
}

.logo {
    float: left;
    margin: 33px 0 0 40px;
}

.main-header_col-r {
    float: right;
    position: relative;
    padding: 27px 40px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header_col-r .subnavi-block,
.main-header_col-r .h-link {
    display: none;
}

.h-user {
    float: left;
    margin-right: 30px;
}

.h-user_ava {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.h-user_name {
    float: left;
    padding: 14px 0 0 23px;
}

.h-btn {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    text-transform: uppercase;
    background: #ef017f;
    border-radius: 25px;
    padding: 11px 40px 12px;
    margin-top: 5px;
    float: left;
}

/* content */
.wrap-cols {
    padding: 104px 0 0;
    min-height: 100%;
    position: relative;
    height: 100%;
}

.column-left {
    width: 365px;
    position: fixed;
    top: 104px;
    bottom: 0;
    background: #ef017f;
    padding: 0 0 10px;
    z-index: 100;
}

.column-right {
    width: 25%;
    float: right;
    position: relative;
    z-index: 101;
}

.column-center {
    padding: 0 25% 1px 365px;
}

.column-center .wrap-box {
    margin: 0 20px;
    overflow-y: hidden;
}

.column-right .right-navi {
    width: auto;
    overflow: visible;
    position: relative;
    margin: 0 0 10px 0;
}

.column-right .right-navi_link {
    padding-top: 27px;
    padding-bottom: 27px;
}

.column-right .link-box img {
    width: 100%;
}

.navi {
    width: 100%;
}

.link-box {
    display: block;
    margin: 0 0 10px;
}

.main-header .enter {
    padding: 5px;
    margin-left: 15px;
    display: inline-block;
}

/* hasDatepicker */
.hasDatepicker .ui-widget.ui-widget-content {
    border: none;
    width: 100%;
    color: #010101;
}

.ui-datepicker .ui-datepicker-header {
    border: none;
    background: none;
    padding: 32px 60px;
}

.ui-datepicker .ui-datepicker-title {
    text-align: center;
    color: #010101;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    border-radius: 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 0%;
    position: absolute;
    display: block;
    width: 30px;
    height: 100%;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev:hover {
    background: url("../images/ar-prev.png") center no-repeat;
    left: 30px;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next:hover {
    background: url("../images/ar-next.png") center no-repeat;
    right: 30px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: none;
}

.ui-datepicker th {
    font-weight: normal;
    background: #eeeeee;
    padding: 8px 5px 7px;
    text-transform: lowercase;
}

.ui-datepicker td {
    padding: 5px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    padding: 0;
    display: block;
    width: 75px;
    height: 75px;
    background: none;
    border: none;
    font-size: 135%;
    position: relative;
    text-align: center;
    line-height: 70px;
    color: #010101;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #ffffff;
    background: none;
    overflow: hidden;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-default,
.ui-widget-content .ui-state-default {
    background: none;
    border: 2px solid #ffffff;
    color: #010101;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary {
    opacity: 1;
    color: #777777;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    border: 2px solid #f0047f;
    font-weight: bold;
    background: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
    border: 2px solid #000000;
    font-weight: bold;
    background: none;
}

.ui-datepicker-year {
    display: none;
}

.circleChart canvas {
    width: 100% !important;
    height: 100% !important;
}

.dashed-line {
    height: 0;
    border: none;
    border-bottom: 1px solid #c8c8c8;
    margin: 1px 0 15px;
    padding-bottom: 1px;
    position: relative;
}

/*--------------------------*/


/* media */
@media screen and (min-width: 1023px) {
    body {
        font-size: 16px;
    }

    .profile-block_edit {
        display: block;
    }

    .main-header .enter {
        display: none;
    }

    .navi_item .ic10 {
        display: none;
    }

    .column-left .navi_link_icon {
        width: 42px;
        height: 42px;
    }

    .column-left .navi_link_name {
        padding-top: 12px;
    }

    .switch {
        width: 44px;
        height: 23px;
        margin-right: 15px;
    }

    .switch .helper {
        width: 18px;
        height: 18px;
        margin: 3px 0 0 3px;
    }

    .switch.ui-checked .helper {
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px)
    }

    .switch-unit {
        padding-left: 10px;
        margin-bottom: 15px;
    }

    .switch-unit_name {
        padding-top: 3px;
        margin-left: 60px;
    }

    .radio-unit {
        margin: 0 0 15px 10px;
    }

    .radio-unit label {
        margin-left: 35px;
        padding-top: 5px;
    }

    .check-unit {
        margin: 0 0 15px 10px;
    }

    .check-unit label {
        margin-left: 35px;
        padding-top: 5px;
    }

    .clevered.alice .jClever-element-checkbox-twins,
    .clevered.alice .jClever-element-checkbox-twins .jClever-element-checkbox-twins-element,
    .clevered.alice .jClever-element-checkbox-twins .jClever-element-checkbox-twins-color {
        width: 25px;
        height: 25px;
    }

    .clevered.alice .jClever-element-radio-twins,
    .clevered.alice .jClever-element-radio-twins-element {
        width: 25px;
        height: 25px;
    }

    .ui-datepicker td span,
    .ui-datepicker td a {
        width: 37px;
        height: 37px;
        line-height: 33px;
    }
}

@media screen and (max-width: 1023px) {
    .app-box {
        display: block;
    }

    .g-play {
        display: none;
    }

    .column-left,
    .column-right {
        display: none;
    }

    .column-center {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0 0 95px;
    }

    .column-center .wrap-box {
        margin: 0;
    }

    .wrap-cols {
        padding: 0;
    }

    .main-header {
        height: auto;
        position: relative;
    }

    .main-header_inner {
        height: auto;
        background: #ffffff;
        padding: 17px 19px;
    }

    .logo {
        display: none;
    }

    .main-header .navi-block {
        display: block;
    }

    .main-header_col-r {
        padding: 0;
    }

    .main-header_col-r .h-user,
    .main-header_col-r .h-btn {
        display: none;
    }

    .main-header_col-r .subnavi-block,
    .main-header_col-r .h-link {
        display: block;
    }

    /* fixed */
    .fixed .main-header {
        z-index: 101;
    }

    .fixed .column-left {
        width: 440px;
        top: 0;
    }

    .fixed .column-right {
        width: 420px;
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .fixed .column-right .wrap-box {
        position: absolute;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        overflow-y: scroll;
    }

    .fixed .column-center {
        position: relative;
        z-index: 101;
    }
}
