*, :after, :before {
    box-sizing: border-box
}
/*.profile__button-item.fancybox{display: none}*/
@-webkit-keyframes fadeInDown {
    0%   { opacity: 0; transform: translateY(-100px)}
    100% { opacity: 1; transform: translateY(0px) }
}
@-moz-keyframes fadeInDown {
    0%   { opacity: 0; transform: translateY(-100px)}
    100% { opacity: 1; transform: translateY(0px) }
}
@-o-keyframes fadeInDown {
    0%   { opacity: 0; transform: translateY(-100px)}
    100% { opacity: 1; transform: translateY(0px) }
}
@keyframes fadeInDown {
    0%   { opacity: 0; transform: translateY(-100px)}
    100% { opacity: 1; transform: translateY(0px) }
}

@-webkit-keyframes fadeIn {
    0%   { opacity: 0;}
    100% { opacity: 1;}
}
@-moz-keyframes fadeIn {
    0%   { opacity: 0;}
    100% { opacity: 1;}
}
@-o-keyframes fadeIn {
    0%   { opacity: 0;}
    100% { opacity: 1;}
}
@keyframes fadeIn {
    0%   { opacity: 0;}
    100% { opacity: 1;}
}



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

body {
    font-size: 16px;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    background-color: #e03d74
}

.wrapper {
    min-height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    /* max-width: 1196px; */
    background: url(../assets/images/decor/background.jpg) no-repeat;
    background-size: cover;
}

.wrapper:after {
    content: '';
    display: block;
    /* height: 120px */
}

.maincontent {
    padding-bottom: 120px
}

.container {
    width: 100%;
    max-width: 1176px;
    margin: auto;
}

li {
    list-style: none
}

ul {
    padding: 0;
    margin: 0
}

.footer {
    background-color: #ccc;
    height: 120px;
    width: 100%;
    margin-top: -120px;
    min-width: 1196px
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 400;
    font-size: 100%;
}

textarea {
    outline: none
}

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

.top {
    margin-bottom: 20px;
    /*-webkit-animation: fadeInDown .4s;
    -moz-animation:    fadeInDown .4s;
    -o-animation:      fadeInDown .4s;
    animation:         fadeInDown .4s;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-delay: .2s;*/
}

.user {
    float: left
}

.alarm {
    float: left;
    cursor: pointer;
}

.alarm__mobile {
    display: none;
}

.alarm__mobile:hover {
    color: #000;
}

.middle {
    /*-webkit-animation: fadeInDown .4s;
    -moz-animation:    fadeInDown .4s;
    -o-animation:      fadeInDown .4s;
    animation:         fadeInDown .4s;*/
}

.middle__left {
    float: left;
    margin: 0 24px 0 0;
}

.middle__left .nav {
    margin-bottom: 18px
}

.middle__right {
    float: left;
    width: 100%;
    max-width: 852px;
}
.chat__send{
	float: left;
    width: 100%;
    max-width: 852px;
}

.bottom {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.bottom .question, .bottom .stats {
    float: right
}

.bottom .question {
    margin-left: 0;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: proximanova, Arial, sans-serif;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden], template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit;
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, select, textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none;
    outline: none;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto;
    width: 100%;
    border: 1px solid rgba(148, 168, 186, .31);
    border-radius: 10px;
    padding: 5px 15px;
    resize: none;
    margin: 7px 0;
    overflow: auto;
    min-height: 100px;
    outline: none;
    resize: vertical;
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

form {
    margin: 0;
}

@font-face {
    font-family: NautilusPompilius;
    src: url(../assets/fonts/nautilus.woff) format("woff"), url(../assets/fonts/nautilus.svg#nautilus_pompiliusregular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'proximanova';
    src: url('../assets/fonts/ProximaNova-Bold.woff2') format('woff2'),
    url('../assets/fonts/ProximaNova-Bold.woff') format('woff'),
    url('../assets/fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'proximanova';
    src: url('../assets/fonts/proximanova-light.eot');
    src: url('../assets/fonts/proximanova-light.woff2') format('woff2'),
    url('../assets/fonts/proximanova-light.woff') format('woff'),
    url('../assets/fonts/proximanova-light.ttf') format('truetype'),
    url('../assets/fonts/proximanova-light.svg#proximanova-light') format('svg'),
    url('../assets/fonts/proximanova-light.eot?#iefix') format('embedded-opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'proximanova';
    src: url('../assets/fonts/ProximaNova-LightIt.woff2') format('woff2'),
    url('../assets/fonts/ProximaNova-LightIt.woff') format('woff'),
    url('../assets/fonts/ProximaNova-LightIt.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'proximanova';
    src: url('../assets/fonts/ProximaNova-BoldIt.woff2') format('woff2'),
    url('../assets/fonts/ProximaNova-BoldIt.woff') format('woff'),
    url('../assets/fonts/ProximaNova-BoldIt.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'proximanova';
    src: url('../assets/fonts/ProximaNova-Regular.woff2') format('woff2'),
    url('../assets/fonts/ProximaNova-Regular.woff') format('woff'),
    url('../assets/fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: opensans-bold;
    src: url(../assets/fonts/opensansbold-webfont.woff) format("woff"), url(../assets/fonts/opensansbold-webfont.svg#open_sansbold) format("svg");
    font-weight: 400;
    font-style: normal
}

.alarm:after, .arh__item:after, .bottom:after, .chat__item:after, .content .container:after, .food__item:after, .group__item:after, .menu__day-list:after, .menu__food-list:after, .message__item:after, .messages__item:after, .middle:after, .plan__button:after, .profile__info:after, .profile__photo-list:after, .profile__video-list:after, .top:after, .user:after {
    content: '';
    display: block;
    clear: both
}

[type=reset], [type=submit], button, .button, html [type=button], .ex__button-item, .menu__btn, .menu__food-btn, .message__button-item, .plan__button-item, .profile__button-item, .question__button-item, .recepie__button-item {
    border: 1px solid transparent;
    background-color: #08ccbc;
    border-radius: 10px;
    font-size: 20px;
    line-height: 25px;
    font-family: proximanova, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 13px 35px;
    cursor: pointer;
    outline: none;
    transition: background .3s ease;
    text-decoration: none;
    display: inline-block;
    max-width: 100%;
    word-break: break-word;
}

[type=reset]:hover, [type=submit]:hover, button:hover, html [type=button]:hover, .ex__button-item:hover, .menu__btn:hover, .menu__food-btn:hover, .message__button-item:hover, .plan__button-item:hover, .profile__button-item:hover, .question__button-item:hover, .recepie__button-item:hover, .button:hover {
    border: 1px solid #08ccbc;
    background-color: transparent;
    color: #08ccbc
}

.arh, .chat, .ex, .group, .menu, .message, .messages, .plan, .profile, .recepie {
    width: 100%;
    max-width: 852px;
    overflow: hidden;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
	-webkit-overflow-scrolling: touch;
}
.profile__button-item{display: none1}
.arh__header, .chat__header, .ex__header, .group__header, .menu__header, .message__header, .messages__header, .plan__header, .profile__header, .recepie__header, .photo__header {
    padding: 6px 38px;
    color: #fff;
    font-family: NautilusPompilius;
    font-size: 30px;
    font-weight: 400;
    line-height: 48px;
    box-shadow: 0 0 30px rgba(12, 51, 92, .18)
}

.arh__title, .chat__name, .group__title, .message__name, .messages__name {
    color: #424a66;
    font-family: proximanova, Arial, sans-serif; font-weight: 700;
    font-size: 22px;
    line-height: 28px
}

.arh__desc, .chat__text, .group__desc, .message__text, .messages__text {
    font-family: proximanova, Arial, sans-serif;
    font-size: 16px;
    /*line-height: 28px;*/
    font-weight: 100;
}

.arh__date, .chat__date, .message__date, .messages__date {
    font-family: proximanova, Arial, sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 24px
}

.sprite {
    background-image: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.sprite-Calendar {
    width: 20px;
    height: 20px;
    background-position: -15px -15px
}

.sprite-Message {
    width: 20px;
    height: 19px;
    background-position: -65px -15px
}

.sprite-New_Post {
    width: 19px;
    height: 19px;
    background-position: -115px -15px
}

.sprite-Profile-copy {
    width: 17px;
    height: 18px;
    background-position: -164px -15px
}

.sprite-Video {
    width: 20px;
    height: 14px;
    background-position: -211px -15px
}

.sprite-blank {
    width: 16px;
    height: 21px;
    background-position: -261px -15px
}

.sprite-envelop {
    width: 20px;
    height: 16px;
    background-position: -307px -15px
}

.header {
    padding: 20px 15px 10px;
    background-color: #f8f9fa;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    margin-bottom: 40px;
}

.logo {
    display: block;
    width: 160px;
    float: left;
}

.logo__img {
    width: 127px;
    height: 90px;
    display: inline-block;
    vertical-align: middle
}

.user {
    width: 100%;
    max-width: 576px;
    padding: 14px 17px 19px 17px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    display: block;
    font-size: 0;
    margin: 0 24px 0 0;
}

.user__left {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.user__pic {
    overflow: hidden;
    border-radius: 50%;
    width: 187px;
    height: 187px;
    border: 10px solid #fff;
    box-shadow: 0 10px 29px rgba(139, 157, 175, .35)
}

.user__pic-img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.user__right {
    display: inline-block;
    padding-left: 30px;
    width: 320px;
    vertical-align: middle;
    font-size: 16px;
}

.user__name {
    /* margin-top: 49px; */
    min-height: 51px;
    color: #424a66;
    font-family: NautilusPompilius;
    font-size: 30px;
    font-weight: 400;
    position: relative;
    margin-bottom: 12px;
}

.user__name:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #08ccbc
}

.user__bdate {
    color: #000;
    font-family: proximanova, Arial, sans-serif; font-weight: lighter;
    font-size: 22px
}

.user__bold {
    font-family: proximanova, Arial, sans-serif; font-weight: normal;
}

.user__city {
    color: #000;
    font-family: proximanova, Arial, sans-serif; font-weight: lighter;
    font-size: 22px
}

.alarm {
    width: 100%;
    max-width: 576px;
    background-color: #f8f9fa;
    border-radius: 8px;
    /* box-shadow: 0 3px 5px rgba(0, 0, 0, .1); */
}

.alarm__pic {
    overflow: hidden;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 161px;
    height: 220px;
    line-height: 220px;
    position: relative
}

.alarm__pic:after {
    content: '';
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #f8f9fa;
    border-bottom: 10px solid transparent
}

.alarm__pic-img {
    width: 100%;
    /*display: block;
    transform: translateY(-50%);
    margin-top: 50%;*/
    display: inline-block;
    vertical-align: middle;
}

.alarm__left {
    float: left
}

.alarm__right {
    float: left;
    max-width: 400px;
    padding: 30px
}

.alarm__title {
    min-height: 46px;
    color: #424a66;
    font-family: NautilusPompilius;
    font-size: 28px;
    font-weight: 400;
    position: relative;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.alarm__title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #08ccbc
}

.alarm__message {
    padding: 0;
    margin: 0;
    font-size: 22px;
    margin-bottom: 13px
}

.alarm__date, .alarm__message {
    font-family: proximanova, Arial, sans-serif; font-weight: lighter;
    line-height: 24px;
    max-height: 70px;
    overflow: hidden;
    position: relative;
}

.alarm__date {
    font-size: 18px
}

.nav {
    max-width: 300px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1)
}

.nav__item:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden
}

.nav__item:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden
}

.nav__link {
    display: block;
    font-family: proximanova, Arial, sans-serif;
    font-size: 20px;
    font-weight: 100;
    line-height: 28px;
    color: #000;
    text-decoration: none;
    padding: 15px 15px 15px 22px;
    position: relative
}

.nav__link:hover {
    background: #ebeff7;
    color: #424a66;
    transition: all .1s ease-in
}

.nav__link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: .16;
    background-color: #94a8ba
}

.nav__item-active {
    background: #ebeff7
}

.nav__item-active .nav__link {
    font-family: proximanova, Arial, sans-serif;
    font-weight: bold;
    color: #424a66;
    font-size: 20px;
    line-height: 28px
}

.nav__count-message {
    margin-left: 5px;
    display: inline-block;
    border-radius: 11px;
    min-width: 23px;
    padding: 6px 7px;
    background-color: #e7486b;
    color: #fff;
    font-family: opensans-bold;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

.food {
    width: 300px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    margin-bottom: 18px;
}

.food--mobile {
    display: none;
}

.food__header {
    color: #424a66;
    font-family: NautilusPompilius;
    font-size: 28px;
    font-weight: 400;
    line-height: 48px;
    padding-left: 63px;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative
}

.food__header:before {
    content: '';
    width: 26px;
    height: 26px;
    top: 50%;
    left: 28px;
    transform: translateY(-50%);
    position: absolute;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAaCAMAAABvn+dxAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABmFBMVEXxPW3////xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW0AAACl6SgKAAAAhnRSTlMAACy66fM6T/D+7P27Duv2rTnjcPzPHOpjhcGneYHyPmL68fv0jQjozEkSub+LJSqQs2cLUu+rF0jNYFP37aVXadr5LgbmjCbcHgHWxRAHR8tWAhZ+rnG3Ld7k584MDdTXJ+7h2UG4NGWqNdDIZhS+A9OiHfWZqfhVxzI9aDbVO1Q8m9vfD3wGajMAAAABYktHRIf72QvLAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH4AkQDA0QJpoTgQAAAVxJREFUKM9d0WdPwlAYBeBTC9ohBbVaB6JSsIqoKNaNkyKiOHCDe++tuLf93bYx2qbny715bvLm5rzAf3JImz0XhB4D8yiaYfMt6uCcrgKm0KJFfDFKBKu61FKU8eUWrVDdlZSnyqLVNV7R54dFawWprh4mDbgbgo1N2qU5FGxpDf9qG0OzvCq3d5CUKtK8lKtrp8fZ1d3TLrO9dKSvf2BwiBomEFV6Y/qYEYWOj2pnwiXGExgQxxKIalNLxpP6KzEh+SYxVTON1Lg88/cXgphV56AwAcyLCzB0UV6CIAF1aYdJHZwCWwYYW4ZJV4Q0Mswq1tbNurG5hW3fDna9eybd54OIqQc4pI5MesyfoCnCnSJEGtosRwLAGZ0PU84v6Euthyvm+sbA1G02k9Q7u7M77x8Qfnx6jqaqXrLe199+3xiVEji7SnGch5Xe/3bR8aEItk/ySxDS/m99Fz+mFTaUQPNZRQAAAABJRU5ErkJggg==") no-repeat 50%
}

.food-icon {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAaCAMAAABvn+dxAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABmFBMVEXxPW3////xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW3xPW0AAACl6SgKAAAAhnRSTlMAACy66fM6T/D+7P27Duv2rTnjcPzPHOpjhcGneYHyPmL68fv0jQjozEkSub+LJSqQs2cLUu+rF0jNYFP37aVXadr5LgbmjCbcHgHWxRAHR8tWAhZ+rnG3Ld7k584MDdTXJ+7h2UG4NGWqNdDIZhS+A9OiHfWZqfhVxzI9aDbVO1Q8m9vfD3wGajMAAAABYktHRIf72QvLAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH4AkQDA0QJpoTgQAAAVxJREFUKM9d0WdPwlAYBeBTC9ohBbVaB6JSsIqoKNaNkyKiOHCDe++tuLf93bYx2qbny715bvLm5rzAf3JImz0XhB4D8yiaYfMt6uCcrgKm0KJFfDFKBKu61FKU8eUWrVDdlZSnyqLVNV7R54dFawWprh4mDbgbgo1N2qU5FGxpDf9qG0OzvCq3d5CUKtK8lKtrp8fZ1d3TLrO9dKSvf2BwiBomEFV6Y/qYEYWOj2pnwiXGExgQxxKIalNLxpP6KzEh+SYxVTON1Lg88/cXgphV56AwAcyLCzB0UV6CIAF1aYdJHZwCWwYYW4ZJV4Q0Mswq1tbNurG5hW3fDna9eybd54OIqQc4pI5MesyfoCnCnSJEGtosRwLAGZ0PU84v6Euthyvm+sbA1G02k9Q7u7M77x8Qfnx6jqaqXrLe199+3xiVEji7SnGch5Xe/3bR8aEItk/ySxDS/m99Fz+mFTaUQPNZRQAAAABJRU5ErkJggg==") no-repeat 50%;
    width: 50px;
    height: 50px;
    display: block;
    border: 2px solid #f34576;
    border-radius: 6px;
}

.food__list {
    padding-bottom: 5px;
    padding-top: 23px;
    position: relative;
    -webkit-animation: fadeIn .4s;
    -moz-animation:    fadeIn .4s;
    -o-animation:      fadeIn .4s;
    animation:         fadeIn .4s;
}

.food__list:before {
    top: 0;
    background: url("data:image/jpeg;base64,/9j/2wCEAAQDAwMDAwQDAwQGBAMEBgYFBAQFBgcGBgYGBgcKBwgICAgHCgoLDAwMCwoMDAwMDAwRERERERMTExMTExMTExMBBAQECAcIDgoKDhQODg4UFBMTExMUExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTE//dAAQAAf/uAA5BZG9iZQBkwAAAAAH/wAARCAAXAAEDABEAAREBAhEB/8QATwABAAAAAAAAAAAAAAAAAAAACAEAAwAAAAAAAAAAAAAAAAAAAAECEAEAAwAAAAAAAAAAAAAAAAAAERITEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMAAAERAhEAPwB15qS//9B60Mn/0X3AD//Z") repeat-x
}

.food__list:after, .food__list:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 23px
}

.food__list:after {
    bottom: 0;
    background: url("data:image/jpeg;base64,/9j/2wCEAAQDAwMDAwQDAwQGBAMEBgYFBAQFBgcGBgYGBgcKBwgICAgHCgoLDAwMCwoMDAwMDAwRERERERMTExMTExMTExMBBAQECAcIDgoKDhQODg4UFBMTExMUExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTE//dAAQAAf/uAA5BZG9iZQBkwAAAAAH/wAARCAAXAAEDABEAAREBAhEB/8QATwABAAAAAAAAAAAAAAAAAAAACAEAAwAAAAAAAAAAAAAAAAAAAAECEAEAAwAAAAAAAAAAAAAAAAAAERITEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMAAAERAhEAPwB9yA//0HvYyf/Rd+ikv//Z") repeat-x
}

.food__item {
    padding-left: 26px;
    padding-right: 10px;
    margin-bottom: 24px
}

.food__left {
    float: left
}

.food__right {
    float: left;
    padding-left: 12px;
    max-width: 170px
}

.food__pic {
    overflow: hidden;
    width: 90px;
    height: 90px;
    background-color: #f8f9fa;
    border: 1px solid rgba(148, 168, 186, .31);
    border-radius: 10px;
    display: inline-block
}

.food__pic-img {
    display: block;
    width: 100%;
    height: 100%
}

.food__title {
    font-family: proximanova, Arial, sans-serif;
    font-weight: bold;
    color: #424a66;
    font-size: 20px
}

.food_desc {
    padding: 0;
    margin: 0;
    font-family: proximanova, Arial, sans-serif; font-weight: lighter;
    font-size: 20px;
    line-height: 24px
}

.food__energy {
    font-family: proximanova, Arial, sans-serif;
    font-weight: 100;
    font-size: 18px
}

.food__button {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 23px
}

.food__button-item {
    font-family: proximanova, Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: rgb(253, 254, 254);
    background-color: #08ccbc;
    border: 1px solid rgba(148, 168, 186, .31);
    border-radius: 10px;
    padding: 14px 28px;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.food__button-item:hover {
    background-color: #fff;
		color:#08ccbc;
}

.stats {
    overflow: hidden;
    width: 300px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    margin-bottom: 17px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 20px;
}

.full-width, .half-width {
    overflow: hidden;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}

.half-width {
    width: 528px;
    display: inline-block;
    margin: 0 15px;
    font-size: 16px;
    vertical-align: top;
}

.row {
    margin: 0 -15px;
    font-size: 0;
}

.stats__header {
    color: #424a66;
    font-family: NautilusPompilius;
    font-size: 28px;
    font-weight: 400;
    line-height: 48px;
    padding: 9px 24px;
    background: #fff;
    position: relative
}

.stats__header:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 66px;
    opacity: .34;
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, .21) 0, rgba(232, 238, 242, .21));
    box-shadow: 0 0 30px rgba(12, 51, 92, .18)
}

.stats__desc {
    padding: 27px;
    font-family: proximanova, Arial, sans-serif; font-weight: lighter;
    font-size: 22px;
    line-height: 24px
}

.question {
    overflow: hidden;
    width: 100%;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}

.question__header {
    color: #424a66;
    font-family: NautilusPompilius;
    font-size: 28px;
    font-weight: 400;
    line-height: 48px;
    padding: 9px 24px;
    background: #fff;
    position: relative
}

.question__header:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 66px;
    opacity: .34;
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, .21) 0, rgba(232, 238, 242, .21));
    box-shadow: 0 0 30px rgba(12, 51, 92, .18)
}

.question__desc {
    padding: 16px 32px;
    font-size: 22px;
    line-height: 24px;
    font-family: proximanova, Arial, sans-serif;
    font-weight: 100;
}

.question__form {
    padding: 0 32px 30px
}

.question__checkbox {
    margin-bottom: 20px
}

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

.question__checkbox-input {
    display: none
}

.question__checkbox-input:checked + .question__mark {
    width: 32px;
    height: 32px;
    background: url(../assets/images/decor/Checkbox.png) 50% no-repeat
}

.question__checkbox-item {
    font-family: proximanova, Arial, sans-serif;
    font-weight: normal;
    font-size: 22px;
    margin-right: 32px;
    position: relative;
    cursor: pointer;
	display: block;
    float: left;
    padding-bottom: 10px;

}

.question__mark {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(148, 168, 186, .31);
    border-radius: 50%;
    position: relative;
}

.question__mark, .question__textarea {
    background-color: rgba(199, 210, 220, .15)
}

.question__textarea {
    width: 100%;
    height: 60px;
    min-height: 60px;
    border: 1px solid rgba(148, 168, 186, .31);
    border-radius: 10px;
    padding: 15px;
    resize: none;
    margin-bottom: 25px
}

.plan__header {
    background: url(../assets/images/decor/plan_top_bar.jpg) 100% 0 no-repeat #f8897e;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;

}

.plan__progress {
    height: 20px;
    overflow: hidden;
    background-color: #f1f3f6;
    text-align: center;
    position: relative;
    box-shadow: 0 0 30px rgba(12, 51, 92, .18)
}

.plan__progress-bar {
    height: 100%;
    width: 55%;
    background-color: #eb6676;
    background-image: linear-gradient(90deg, rgba(212, 52, 105, .93) 0, rgba(214, 62, 104, .93));
    transition: width .6s ease
}

.plan__progress-indicator {
    /* position: absolute; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: proximanova, Arial, sans-serif;
    font-weight: lighter;
    font-size: 16px;
}

.plan__list {
    max-height: 1058px;
    overflow-y: auto;
}

.plan__item {
    background-color: #f8f9fa;
    border-bottom: 1px solid rgba(148, 168, 186, .15);
    position: relative;
}

.plan__item:last-child {
    border-bottom: none;
    position: relative;
}

.plan__checkbox-item {
    display: block;
    padding: 17px 57px 17px 38px;
    cursor: pointer;
    position: relative;
    transition: background .3s ease;
    position: relative;
}

.plan__checkbox-item:hover {
    background-color: #ebeff7
}

.plan__item-text {
    font-family: proximanova, Arial, sans-serif;
    font-weight: normal;
    font-size: 24px;
    max-width: 720px;
    overflow: hidden;
    display: inline-block;
    line-height: 28px;
    cursor: pointer;
}

.plan__checkbox-input {
    display: none
}

.plan__checkbox-input:checked + .plan__mark, .plan__mark--checked {
    width: 32px;
    height: 32px;
    background: url(../assets/images/decor/Checkbox.png) 50% no-repeat
}

.plan__mark {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-color: rgba(199, 210, 220, .15);
    border: 1px solid rgba(148, 168, 186, .31);
    border-radius: 5px
}

.plan__button {
    position: relative;
    background-color: #fff;
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, .21) 0, rgba(232, 238, 242, .21));
    box-shadow: 0 0 30px rgba(12, 51, 92, .18)
}

.plan__left {
    float: left;
    padding: 28px 25px
}

.plan__right {
    float: left;
    max-width: 540px;
    padding-right: 100px
}

.plan__button-text {
    font-family: proximanova, Arial, sans-serif; font-weight: lighter;
    line-height: 24px;
    font-size: 22px;
    padding-top: 28px;
    padding-bottom: 28px
}

.messages__header {
    background: url(../assets/images/decor/messages_top_bar.jpg) 100% 0 repeat #f87e85;
    padding-top: 16px;
    padding-bottom: 16px
}

.messages__list {
    /* min-height: 1231px; */
    max-height: 1231px;
    overflow-y: auto;
}

.messages__item {
    border-bottom: 1px solid rgba(148, 168, 186, .15);
    transition: background .3s ease;
    cursor: pointer;
    display: block;
    color: #000;
}

.messages__item--active, .messages__item:hover {
    background-color: #ebeff7
}

.messages__left {
    float: left
}

.messages__right {
    float: left;
    padding-right: 20px;
    max-width: -webkit-calc(100% - 150px);
    max-width: calc(100% - 150px);
    margin-bottom: 18px
}

.messages__pic {
    margin: 13px 21px;
    overflow: hidden;
    width: 95px;
    height: 95px;
    border: 10px solid #fff;
    border-radius: 50%;
    box-shadow: 0 10px 29px rgba(139, 157, 175, .35)
}

.messages__pic-img {
    width: 100%;
    height: 100%;
    display: block
}

.messages__name {
    margin-top: 23px
}

.messages__link {
    color: #424a66;
    text-decoration: none;
    word-break: break-all;
}

.messages__link:hover {
    text-decoration: underline
}

.messages__count {
    display: inline-block;
    padding: 7px 11px;
    line-height: 1;
    background-color: #e7486b;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    font-family: opensans-bold;
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
    margin-right: 5px
}

.message__header {
    background: url(../assets/images/decor/messages_top_bar.jpg) 116% top no-repeat #f87e85;
    padding-top: 16px;
    padding-bottom: 16px
}

.message__list {
    max-height: 982px;
    overflow-y: auto;
}

.message__item {
    border-bottom: 1px solid rgba(148, 168, 186, .15);
    transition: background .3s ease;
    padding-top: 10px;
    cursor: pointer
}

.message__item--active, .message__item:hover {
    background-color: #ebeff7
}

.message__left {
    float: left
}

.message__right {
    float: left;
    max-width: 690px;
    margin-bottom: 18px
}

.message__empty {
    margin: 13px 21px;
}

.chat__pic, .message__pic {
    margin: 13px 21px;
    overflow: hidden;
    width: 95px;
    height: 95px;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 10px 29px rgba(139, 157, 175, .35)
}

.chat__pic-img, .message__pic-img {
    width: 100%;
    height: 100%;
    display: block
}

.message__name {
    margin-top: 13px
}

.chat__link, .message__link {
    text-decoration: none;
    color: #424a66
}

.chat__link:hover, .message__link:hover {
    text-decoration: underline
}

.message__text {
    margin-bottom: 13px
}

.chat__send, .message__send {
    /*padding-top: 25px;
    padding-left: 37px;
    padding-right: 24px;*/
	border-radius: 11px 11px 0 0;
	padding: 0 9px;
    background-color: #f9fafb;
    box-shadow: 0 0 30px rgba(12, 51, 92, 0.38);
	position: fixed;
    bottom: 0;
    z-index: 99;
}

.chat__send-text, .message__send-text {
    width: 100%;
    height: 81px;
    background-color: rgba(199, 210, 220, .15);
    border: 1px solid rgba(148, 168, 186, .31);
    border-radius: 10px;
    padding: 20px 12px;
    resize: none;
    margin-bottom: 22px;
    outline: none
}

.chat__send-text:-moz-placeholder, .chat__send-text:-ms-input-placeholder, .chat__send-text::-moz-placeholder, .chat__send-text::-webkit-input-placeholder, .message__send-text:-moz-placeholder, .message__send-text:-ms-input-placeholder, .message__send-text::-moz-placeholder, .message__send-text::-webkit-input-placeholder {
    color: #3a4148;
    font-size: 22px;
    font-family: proximanova, Arial, sans-serif; font-weight: lighter;
    line-height: 25px
}

.message__button-item {
    margin-bottom: 33px
}

.chat__header {
    background: url(../assets/images/decor/messages_top_bar.jpg) 116% top no-repeat #f87e85;
    padding-top: 16px;
    padding-bottom: 16px
}

.chat__list {
    max-height: 982px;
    overflow-y: auto;
    background: url(../assets/images/decor/chat_bg.png) 0 bottom no-repeat;
}

.chat__item {
    border-bottom: 1px solid rgba(148, 168, 186, .15);
    transition: background .3s ease;
    /*padding-top: 10px;*/
    /* cursor: pointer; */
    max-width: 100%;
    overflow: hidden;
    word-break: break-word;
}

.chat__item--active, .chat__item:hover {
    background-color: #ebeff7
}

.chat__left {
    float: left
}

.chat__right {
    float: left;
    /*margin-bottom: 18px;*/
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
}

.chat__pic {
    overflow: hidden;
    width: 95px;
    height: 95px
}

.chat__name {
    margin-top: 13px
}

.chat__link:hover {
    text-decoration: underline
}

.chat__text {
    /*margin-bottom: 13px;*/
    display: block;
}

.chat__send-text {
    margin-bottom: 22px;
    outline: none
}

.arh__header {
    background: url(../assets/images/decor/messages_top_bar.jpg) 116% top no-repeat #f87e85;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px
}

.arh__btn {
    display: inline-block;
    border: 2px solid #08ccbc;
    border-radius: 10px;
    padding: 3px 34px;
    cursor: pointer
}

.arh__btn--active {
    background-color: #08ccbc
}

.arh__list {
    min-height: 1151px;
    max-height: 1151px;
    overflow-y: auto
}

.arh__item {
    padding: 17px 34px;
    border-bottom: 1px solid rgba(148, 168, 186, .15);
    transition: background .3s ease;
    cursor: pointer
}

.arh__item:hover {
    background-color: #ebeff7
}

.arh__left {
    float: left
}

.arh__right {
    float: left;
    max-width: 600px
}

.arh__pic {
    overflow: hidden;
    width: 90px;
    height: 90px;
    border: 1px solid rgba(148, 168, 186, .31);
    border-radius: 10px;
    margin-right: 26px
}

.arh__pic--img {
    width: 100%;
    height: 100%;
    display: block
}

.arh__title {
    margin-top: 4px
}

.arh__desc {
    position: relative;
    margin: 0
}

.arh__desc:after {
    content: '>>';
    position: absolute;
    color: #c50a33;
    font-size: 22px;
    font-family: proximanova, Arial, sans-serif; font-weight: lighter;
    right: -34px;
    top: 50%;
    transform: translateY(-50%)
}

.ex__header, .recepie__header {
    background: url(../assets/images/decor/messages_top_bar.jpg) 116% top no-repeat #f87e85;
    position: relative;
    padding: 16px 67px;
    box-shadow: 0 0 30px rgba(12, 51, 92, .18)
}

.ex__header:before, .recepie__header:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 22px;
    left: 33px;
    top: 50%;
    transform: translateY(-50%);
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAVCAYAAAByrA+0AAAAoUlEQVQ4jZ2TTQ6CMBBG51YGlsY1J/AARBe4d8mayIXgWpiKeS7sJCOxLW2Tb9H0fdN2fgSQHToDDpj2wBfgzXc9U/DVwC+gicE3DwGsQANICL576AcOGSzsgJM938K9eYYDjtuAdjOkYGuw8AJUoWQIMPqICh9iqRaTZ4A2BqvhkXvDvz/UKUN2lorqUFTpol5SdWR0a9E8qLImTqUzPX8AxEo7A0j1DAkAAAAASUVORK5CYII=") 50% no-repeat
}

.ex__content, .recepie__content {
    padding: 27px 30px;
    font-family: proximanova, Arial, sans-serif; font-weight: lighter;
    font-size: 22px;
    line-height: 28px;
    max-height: 1151px;
    min-height: 1151px;
    overflow-y: auto
}

.ex__content p, .recepie__content p {
    margin: 0
}

.ex__button, .recepie__button {
    padding: 30px 30px 20px;
    background-color: #fff;
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, .21) 0, rgba(232, 238, 242, .21));
    box-shadow: 0 0 30px rgba(12, 51, 92, .18)
}

.content_list {
    counter-reset: a;
    margin: 0;
    padding: 0
}

.content_list__item:before {
    counter-increment: a;
    content: counter(a) ".";
    font-family: proximanova, Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    margin: 5px 10px
}

.recepie__header-energy {
    color: #ebeff7;
    font-size: 22px;
    margin-left: 8px
}

.profile__header {
    background: url(../assets/images/decor/messages_top_bar.jpg) 116% top no-repeat #f87e85;
    padding-top: 16px;
    padding-bottom: 16px
}

.profile__info {
    padding: 24px 19px
}

.profile__left {
    float: left
}

.profile__right {
    float: left;
    max-width: 470px;
    width: 100%;
}

.profile__avatar {
    margin-right: 24px;
    overflow: hidden;
    width: 258px;
    height: 258px;
    border-radius: 8px;
    border: 10px solid #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    position: relative;
    background-color: #f8f9fa;
    line-height: 235px;
}

.profile__avatar:hover .profile__wrap-link {
    bottom: 0
}

.profile__wrap-link {
    text-align: center;
    position: absolute;
    width: 100%;
    background-color: rgba(17, 27, 38, .5);
    padding: 0;
    bottom: 0;
    left: 0;
    transition: bottom .3s ease;
    cursor: pointer;
}

.profile__link {
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 28px;
    font-family: proximanova, Arial, sans-serif; font-weight: lighter;
    text-decoration: none;
    color: #fff;
    padding: 8px 0;
}

.user__name--profile {
    color: #e85877
}

.user__desc {
    font-size: 22px;
    line-height: 24px;
    font-family: proximanova, Arial, sans-serif;
    font-weight: 100;
}

.profile__photos-title, .profile__stats-title, .profile__videos-title {
    color: #424a66;
    font-size: 22px;
    font-family: proximanova, Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 7px;
    padding-left: 34px;
    padding-right: 20px
}

.profile__photos-title-link {
    color: #424a66;
    text-decoration: none;
}

.profile__photo-list, .profile__video-list {
    padding-left: 34px;
    padding-right: 10px
}

.profile__photo-item {
    border-radius: 5px;
    box-shadow: 0 10px 29px rgba(139, 157, 175, .35);
    float: left;
    overflow: hidden;
    width: 185px;
    height: 185px;
    margin-right: 14px;
    position: relative;
    margin-bottom: 28px
}

.profile__photo-item:hover .profile__wrap-link {
    bottom: 0
}

.profile__button {
    padding: 33px 23px 33px 28px;
    background-color: rgba(249, 250, 251, .34);
    box-shadow: 0 0 30px rgba(12, 51, 92, .18)
}

.profile__button-item--another {
    margin-top: 39px;
    text-decoration: none;
    display: inline-block;
}

.profile__videos-title {
    padding-top: 26px;
    padding-bottom: 10px
}

.profile__video-list {
    margin-right: -31px
}

.profile__video-item {
    float: left;
    margin-right: 31px;
    cursor: pointer;
    margin-bottom: 16px
}

.profile__video-prev {
    height: 214px;
    width: 371px;
    border: 1px solid #d9e0e6;
    background-color: #f1f3f6;
    margin-bottom: 14px;
    position: relative
}

.profile__video-prev:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 79px;
    height: 79px;
    background: url(../assets/images/decor/video.png) 50% no-repeat;
    transition: all .4s ease-out
}

.profile__video-prev:hover:before {
    transform: translate(-50%, -50%) rotate(180deg)
}

.profile__video-desc {
    line-height: 28px;
    font-size: 22px;
    font-family: proximanova, Arial, sans-serif;
    font-weight: bold;
    color: #424a66
}

.profile__video-date {
    font-size: 18px;
    line-height: 28px;
    font-family: proximanova, Arial, sans-serif; font-weight: lighter;
    color: #424a66
}

.profile__stats-title {
    padding-top: 26px;
    padding-bottom: 10px
}

.profile__stats-container {
    width: 777px;
    height: 242px;
    background: url(../assets/images/decor/stats.png) 50% no-repeat;
    margin: 0 auto;
    margin-bottom: 40px
}

.profile__videos-title--another {
    padding-top: 0
}

.menu__header {
    background: url(../assets/images/decor/messages_top_bar.jpg) 116% top no-repeat #f87e85;
    padding-top: 16px;
    padding-bottom: 16px;
	 background-size: cover;
}



.menu__header-btn {
    border: 2px solid #08ccbc;
    border-radius: 10px;
    padding: 13px 12px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 83%;

}




.menu__header-btn--active, .menu__header-btn:hover {
    background: #08ccbc
}

.menu__day-list {
    padding: 27px 23px 33px 30px;
    border-bottom: 1px solid rgba(148, 168, 186, .15)
}

.menu__day-item {
    overflow: hidden;
    width: 106px;
    min-height: 105px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 10px 15px rgba(139, 157, 175, .3);
    text-align: center;
    padding-top: 35px;
    color: #3a4148;
    float: left;
    margin-right: 8px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    transition: all .2s ease
}

.menu__day-item--active, .menu__day-item:hover {
    background-image: linear-gradient(90deg, #e75377 0, #ef7a75);
    color: #fff
}

.menu__day {
    font-family: proximanova, Arial, sans-serif;
    font-weight: bold;
    line-height: 28px;
    font-size: 32px;
    padding: 0 5px;
}

.menu__month {
    font-family: proximanova, Arial, sans-serif; font-weight: lighter;
    font-size: 13px;
    line-height: 28px
}

.menu__section-title {
    margin-left: 101px;
    color: #424a66;
    font-family: proximanova, Arial, sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 48px
}

.menu__food-list {
    padding-left: 96px;
    padding-bottom: 19px;
    padding-top: 5px;
    border-bottom: 1px solid rgba(148, 168, 186, .15);
}

.menu__food-energy {
    display: none;
}

.menu__food-item {
    width: 152px;
    text-align: center;
    float: left;
    margin-right: 18px
}

.menu__food-item:hover .menu__wrap {
    bottom: 0;
    opacity: 1;
    height: 100%;
}

.menu__food-item:hover .menu__food-pic {
    border: 2px solid #e5486a
}

.menu__food-pic {
    overflow: hidden;
    width: 152px;
    height: 152px;
    border: 2px solid transparent;
    border-radius: 8px;
    position: relative;
    display: block;
    margin-bottom: 9px;
    cursor: pointer;
}

.menu__wrap {
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    background-image: linear-gradient(90deg, #e75377 0, hsla(2, 79%, 70%, 0.49));
    box-shadow: 0 10px 15px rgba(139, 157, 175, .3);
    color: #fff;
    padding: 6px 15px 7px 13px;
    text-align: left;
    transition: all .3s ease;
    opacity: 0;
    display: flex;
    align-items: center;
    text-align: center;
}

.menu__food-item--active .menu__food-pic, .menu__section-label:checked + .menu__food-item .menu__food-pic {
    border: 2px solid #e5486a
}

.menu__food-item--active .menu__wrap, .menu__section-label:checked + .menu__food-item .menu__wrap {
    background-image: linear-gradient(90deg, #e75377 0, hsla(2, 79%, 70%, .49));
    bottom: 0;
    box-shadow: 0 10px 15px rgba(139, 157, 175, .3);
    opacity: 1;
    height: 100%;
}

.menu__food-desc {
    font-family: proximanova, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    display: block;
    text-align: center;
    width: 100%;
}

.menu__food-btn {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 11px 16px;
    display: inline-block;
}

.menu__btn-list {
    background-color: rgba(249, 250, 251, .34);
    box-shadow: 0 0 30px rgba(12, 51, 92, .18);
    padding: 33px 26px
}

.menu__btn {
    margin-right: 25px;
}

.group__header {
    background: url(../assets/images/decor/messages_top_bar.jpg) 116% top no-repeat #f87e85;
    padding-top: 16px;
    padding-bottom: 16px
}

.group__item {
    padding: 23px 34px 20px;
    border-bottom: 1px solid rgba(148, 168, 186, .15)
}

.group__pic {
    overflow: hidden;
    width: 122px;
    height: 122px;
    border: 10px solid #fff;
    border-radius: 50%;
    box-shadow: 0 10px 29px rgba(139, 157, 175, .35);
    margin-right: 34px
}

.group__pic-img {
    width: 100%;
    height: 100%;
    display: block
}

.group__left {
    float: left
}

.group__right {
    float: left;
    max-width: calc(100% - 156px);
}

.group__title {
    text-decoration: none;
    word-break: break-all;
}

.group__title:hover {
    text-decoration: underline
}

.group__title-link {
    text-decoration: none;
    color: #424a66
}

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

.group__desc {
    margin: 0
}

.group__write-message {
    color: #e85877;
    font-family: proximanova, Arial, sans-serif; font-weight: lighter;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none
}

.group__write-message:hover {
    text-decoration: underline
}

.footer {
    background-color: #414141
}

.social__link {
    width: 30px;
    height: 30px;
    display: block
}

.social__link_vk {
    background: url(/loftBegin/img/icons/vk.png) 50% no-repeat
}

.social__link_fb {
    background: url(/loftBegin/img/icons/fb.png) 50% no-repeat
}

.social__link_tw {
    background: url(/loftBegin/img/icons/tw.png) 50% no-repeat
}

.photo__header {
    background: url(../assets/images/decor/messages_top_bar.jpg) 116% top no-repeat #f87e85;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 30px;
}

.menu__section-label {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    text-indent: -999999999999999999px;
    z-index: -1000000000000;
}

.bx-auth-reg input[type="text"], .bx-auth-reg input[type="password"] {
    width: 100%;
    border: 1px solid rgba(148, 168, 186, .31);
    border-radius: 10px;
    padding: 5px 15px;
    resize: none;
    margin: 4px 0;
    outline: none;
}

.bx-auth-reg textarea {
    height: 70px;
    min-height: 40px;
}

.bx-auth-reg table, .bx-auth-reg p {
    font-size: 16px;
    line-height: 1.25;
}


.bx-auth-reg input[type="file"] {
    max-width: 200px;
}

.mf-ok-text {
    color: #08ccbc;
    margin: 0 30px 30px 30px;
}

.errortext {
    color: red!important;
    padding: 0 25px 20px;
    display: block;
}

.pg-main-wrap.active {
    display: block;
    -webkit-animation: fadeInDown .4s;
    -moz-animation:    fadeInDown .4s;
    -o-animation:      fadeInDown .4s;
    animation:         fadeInDown .4s;
}

.bxiu-notice.bxiu-notice-form.active {
    display: block;
    -webkit-animation: fadeInDown .4s;
    -moz-animation:    fadeInDown .4s;
    -o-animation:      fadeInDown .4s;
    animation:         fadeInDown .4s;
}

.inner-block {
    padding: 0 30px 10px;
    font-size: 16px;
}

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

.header__logout {
    color: #424a66;
    font-family: NautilusPompilius;
    font-size: 20px;
    display: block;
    float: right;
    margin: 25px 0 0 0;
    transition: all 0.25s ease;
}

.header__logout:hover {
    color: #f06687;
}

.profile__avatar-img {
    vertical-align: middle;
    min-width: 100%;
    text-align: center;
    min-height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.menu__food-img {
    min-width: 148px;
    min-height: 148px;
    transform: translateX(-50%);
    margin-left: 50%;
}

.chat__response {
    font-size: 18px;
    color: #424a66;
    margin: 0 0 0 15px;
}

.chat__user-answer-alert {
    display: none;
    margin: 5px 0 0px;
}

.chat__user-answer-alert.active {
    -webkit-animation: fadeInDown .4s;
    -moz-animation:    fadeInDown .4s;
    -o-animation:      fadeInDown .4s;
    animation:         fadeInDown .4s;
    display: block;
}

.chat__ct {
    background: rgba(216, 134, 170, 0.21);
    border-radius: 5px;
	border-left: 2px solid #ff01f7;
    width: 100%;
    padding: 5px 10px;
    font-size: 13px;
    margin: 10px 0;
}

.popup {
    overflow: hidden;
    background-color: #f8f9fa;
    border-radius: 8px;
    position: relative;
    max-width: 1000px;
    width: 100%;
}

.popup.image-upload {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.popup__body-content {
    padding: 0 35px 20px;
}

.popup__body-video {
    padding: 0 35px 35px;
}

.popup__body-video_task {
    display: block;
    flex-shrink: 0;
    flex-basis: 50%;
    flex-grow: 1;
}

.popup__body-video-row {
    font-size: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.popup__head {
    overflow: hidden;
    background-color: #f1f3f6;
    position: relative;
    box-shadow: 0 0 30px rgba(12, 51, 92, .18);
    padding: 15px 70px 15px 35px;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    color: #3a4148;
    min-height: 50px;
}

.popup__close {
    position: absolute;
    top: 13px;
    right: 20px;
    color: #94a8ba;
    transform: rotate(45deg);
    line-height: 0.5;
    font-family: serif;
    font-size: 45px;
    font-weight: 100;
    cursor: pointer;
}

.popup__content.active {
    display: block;
}

.popup__wrapper {
    position: fixed;
    display: none;
}

.popup__wrapper.active {
    display: flex;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.popup__body-video iframe {
    /* width: 100% !important; */
    max-width: 100%;
    /* height: 405px; */
}

.popup__body-video img {
    max-width: 100% !important;
}



.fader {
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
    background: rgba(17,27,38,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
}

.popup__wrapper.active .fader {
    display: block;
}

.popup__wrapper.active .popup {
    display: block;
    -webkit-animation: fadeInDown .4s;
    -moz-animation:    fadeInDown .4s;
    -o-animation:      fadeInDown .4s;
    animation:         fadeInDown .4s;
}

.popup__body {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 80vh;
}

.popup__top-half {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 16px;
}

.popup__top {
    font-size: 0;
}

.popup__h5 {
    margin: 0 0 10px;
}

.popup__product-item {
    line-height: 1.35;
}

.popup__head-kkal {
    font-weight: 100;
    font-size: 16px;
    margin: 0 0 0 3px;
}

.edit-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../assets/images/decor/edit-icon.png) 50% no-repeat;
    margin: 0 0 0 10px;
    cursor: pointer;
    text-decoration: none;
}

.bx-authform-input-container input[type="text"] {
    width: 50%;
    border: 1px solid rgba(148, 168, 186, .31);
    border-radius: 10px;
    padding: 5px 15px;
    resize: none;
    margin: 7px 0 15px;
    outline: none;
}

.error-form p {
    margin: 0 0 0 -30px;
}

.registration-date {
    position: relative;
}

.registration-date .calendar-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -10px 0 0;
}

.plan__checkbox-item.auth-checkbox {
    padding: 15px 70px 15px 0;
    display: inline-block;
}

.plan__checkbox-item.auth-checkbox:hover {
    background: none;
}

input[type="file"] {
    width: 0;
    height: 0;
    visibility: hidden;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    font-size: 0;
    opacity: 0;
    line-height: 0;
    position: absolute;
    overflow: hidden;
}

.input-file__wrapper {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.file-btn-text {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 5px 0 0;
}

.popup__message {
    margin: 0 25px 25px 25px;
}

.errortext_top {
    margin: 35px 0 0;
}

.notetext {
    padding: 0 0 15px 30px;
    display: block;
    font-size: 16px;
    line-height: 1.25;
}

.pg-main-wrap {
    flex-shrink: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.bxiu-notice.bxiu-notice-form {
    flex-shrink: 0;
}

.bxu-thumbnails {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.bxu-main-block {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.bxu-items {
    flex-grow: 1;
}

.bxu-bottom-block {
    flex-shrink: 0;
}

form.bxiu-photo-form {
    display: flex;
}

.forgot-pass {
    max-width: 400px;
    min-width: 250px;
}

.forgot-pass__link {
    font-size: 16px;
    display: inline-block;
    margin: 0 0 0 10px;
    line-height: 1.25;
}

.content {
    padding: 0 15px;
}

.alarm__message:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    top: 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    /*background: -moz-linear-gradient(top, rgba(248,248,250,0) 0%, rgba(248,248,250,1) 100%); FF3.6-15 */
    /*background: -webkit-linear-gradient(top, rgba(248,248,250,0) 0%,rgb(248, 248, 250) 100%); Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, rgba(248,248,250,0) 0%,rgb(248, 248, 250) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.mobile-btn__wrapper {
    float: left;
    height: 84px;
    margin: 0;
    padding: 16px 10px;
    background: #f8f8fa;
    border-radius: 8px;
    display: none;
}

.mobile-btn {
    display: none;
    margin: 0;
    vertical-align: middle;
}

.mobile-btn__menu {
    width: 34px;
    height: 40px;
    display: none;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 8px 0 0;
    transition: all 0.25s ease;
}

.mobile-btn__menu:after {
    content: '';
    width: 100%;
    height: 4px;
    background: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-2px);
    transition: all 0.25s ease;
}

.mobile-btn__menu:hover {
    border-top: 4px solid #f3648f;
    border-bottom: 4px solid #f3648f;
}

.mobile-btn__menu:hover:after {
    background: #f3648f;
}

.nav-mobile {
    display: none;
}

.chat__button-item {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    width: 86px;
    height: 86px;
    background: url(../images/telegram_logo.png) no-repeat;
    border: none;
    cursor: pointer;
}

button.chat__button-item {
    border: none !important;
    background-color: transparent !important;
    color: none;
}

.chat__user-message-column {
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px 0 0;
}

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

.chat__button {
    display: table-cell;
    vertical-align: top;
    width: 86px;
    padding: 10px 0 0;
}

input.question__radiobox-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: -999;
    visibility: hidden;
    opacity: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    overflow: hidden;
}

input.question__radiobox-input + .question__mark:after {
    content: '';
    display: block;
    background: #f1f3f5;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.25s ease;
}

input.question__radiobox-input:checked + .question__mark:after {
    background: #f45682;
}

.question__select-line {
    display: none;
    margin: 25px 0 0;
}

.question__select-line.active {
    display: block;
    -webkit-animation: fadeIn .4s;
    -moz-animation:    fadeIn .4s;
    -o-animation:      fadeIn .4s;
    animation:         fadeIn .4s;
}

.question-select {
    max-width: 100%;
    height: 32px;
    border-radius: 4px;
    border: 1px solid rgba(148, 168, 186, .31);
}


.maincontent .header .container {text-align: center;}
.maincontent .header {padding: 5px !important;}
.maincontent .header .logo{    display: contents;}
.maincontent .header .logo img{    width: auto;    height: 50px;}

/* media queries*/
@media (max-width: 1230px) {
    .container {
        max-width: 960px;
    }

	.chat__send{
		max-width: 636px;
	}
    .middle__right {
        max-width: 636px;
    }

    .profile__right {
        max-width: 360px;
    }

    .profile__avatar {
        width: 200px;
        height: 200px;
    }

    .profile__photo-item {
        width: 134px;
        height: 134px;
    }

    .user {
        max-width: 468px;
        width: 100%;
    }

    .alarm {
        width: 468px;
    }

    .user__pic {
        width: 150px;
        height: 150px;
    }

    .alarm__pic {
        height: 183px;
        line-height: 183px;
    }

    .user__right {
        padding-left: 15px;
        width: 250px;
    }

    .alarm__right {
        max-width: 292px;
    }

    .alarm__date, .alarm__message {
        max-height: 37px;
    }

    .alarm__message:after {
        top: 27px;
    }

    .plan__right {
        max-width: 310px;
        padding-right: 5px;
    }
    .menu__header-btn {
        padding: 13px 5px;
    }

    .menu__day-item {
        width: -webkit-calc((100%/7) - 8px);
        width: calc((100%/7) - 8px);
        padding-top: 15px;
    }

    .menu__section-title {
        margin-left: 30px;
    }

    .menu__food-list {
        padding-left: 30px;
    }

    .menu__food-item {
        width: -webkit-calc(25% - 18px);
        width: calc(25% - 18px);
        text-align: center;
    }

    .menu__food-pic {
        width: 124px;
        height: 124px;
        margin: 0 auto 9px;
    }

    .menu__header-title {
        display: block;
    }

    .half-width {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
    }
}
@media (min-width: 1024px){
	.alarm.soob2{display: none;}
    .message__send{    width: 50%;}
}
@media (max-width: 1023px){
    .message__send{    width: 100%;
        left: 0;}
    /*.nav {
        max-width: 240px;
    }

    .nav__link {
        padding: 15px 12px 15px 15px;
    }*/

	.chat{
		background-color: rgba(248, 249, 250, 0);
    border-radius: 8px;
    box-shadow: 0 3px 5px rgba(0, 0, 0,0);
	}
	.chat__item{
		margin: 5px 0;
		background: #f8f9fa;
		border-radius: 10px;
	}
    .top {
        background: #f8f9fa;
        border-radius: 8px;
    }

    .arh, .chat, .ex, .group, .menu, .message, .messages, .plan, .profile, .recepie {
        max-width: 100%;
    }

    .mobile-btn__wrapper {
        display: block;
    }

    .mobile-btn {
        display: inline-block;
    }

    .mobile-btn__menu {
        display: inline-block;
    }

    .middle__left {
        display: none;
    }

	.chat__send {
        max-width: 100%;
		left: 0;
    }
    .middle__right {
        max-width: 100%;
    }

    .profile__photo-item {
        width: -webkit-calc(25% - 14px);
        width: calc(25% - 14px);
        height: 185px;
        max-width: 185px;
        max-height: 185px;
    }

    .user__right {
        display: none;
    }

    .user__pic {
        width: 50px;
        height: 50px;
        border: 4px solid #fff;
    }

    .user {
        width: 74px;
        margin: 0;
        padding: 15px 0 19px 10px;
        background: none;
    }

    .alarm__mobile {
        display: block;
        width: 60px;
        height: 84px;
        font-size: 50px;
        line-height: 84px;
        text-align: center;
        font-weight: bold;
        color: #f35b8a;
        transition: all 0.25s ease;
    }

    .alarm {
        width: 60px;
    }

    .alarm.soob2 {width: 100%;     margin-bottom: 20px !important;}
	.soob2 .alarm__message {     font-size: 14px;    line-height: 18px;}
	.soob2 .alarm__left{display: block !important;}
	.soob2 .alarm__mobile{display: none;}
	.soob2 .alarm__left {width: 37%}
	.soob2 .alarm__pic{width: 100%;height: 100%;}
	.soob2 .alarm__pic img{ display: flex;}
	.soob2 .alarm__right{max-width: 63%; display: block; padding: 30px 7px;}
    
	
	
	
	.alarm__right {
        display: none;
    }

    .alarm__left {
        display: none;
    }

    .alarm-plan .alarm__left {
        display: block;
    }

    .alarm-plan .alarm__right {
        display: block;
    }

    .alarm__pic {
        border-radius: 8px;
    }

    .menu__food-pic {
        width: 152px;
        height: 152px;
    }

    .half-width {
        width: auto;
        float: none;
        display: block;
        margin: 0 15px 15px;
    }
}
@media (max-width: 480px){
	

.menu__header-btn {
    border: 2px solid #08ccbc;
    border-radius: 10px;
    padding: 13px 12px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    float: left;
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
}

    
    .food--mobile {
        display: block;
        width: 100%;
    }
    
    .food--mobile ul.food__list {
        overflow-x: auto;
        display: flex;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
    }
    
    .food--mobile ul.food__list:before {
        display: none;
    }
    
    .food-list__wrapper--mobile:before {
        content: "";
        top: 0;
        background: url(data:image/jpeg;base64,/9j/2wCEAAQDAwMDAwQDAwQGBAMEBgYFBAQFBgcGBgYGBgcKBwgIâ€¦AAAAAAERITEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMAAAERAhEAPwB15qS//9B60Mn/0X3AD//Z) repeat-x;
        flex-grow: 1;
    }

    .food--mobile li.food__item {
        vertical-align: top;
        flex-shrink: 0;
        min-width: 200px;
        text-align: center;
        padding-left: 10px;
		max-height: 70px;
		margin-bottom: 0;
    }

    .food--mobile .food__left {
        
    }

    .food--mobile .food__right {
        padding: 0 4px;
        max-width: 120px;
		max-height: 95px;
		    text-align: left;
    }
	   .food--mobile .food__energy {
        display: none;
		   
		   
    }
	.food--mobile .food__pic{
		    width: 60px;
    height: 60px;
	}
	
	.food--mobile .food__title, .food--mobile .food_desc{font-size: 14px; line-height: 18px;}
	
	.food--mobile .food__list:after{display: none}
	.food--mobile .food__list{padding-top: 0px;}

    .bottom {
        display: block;
    }

	.bottom .stats {
        width: 100%;
        margin-right: 0;
    }
	
}

@media (max-width: 767px) {
    .bxu-start-block-cont, .bxu-start-block-spacer-div, .bxu-start-block-spacer-img {
        display: none;
    }

    .menu__food-item {
        width: -webkit-calc(50% - 25px);
        width: calc(50% - 25px);
        margin-bottom: 18px;
    }

    .profile__photo-item {
        width: -webkit-calc(50% - 14px);
        width: calc(50% - 14px);
    }

    .profile__left {
        width: 100%;
        float: none;
        margin: 0 0 18px;
    }

    .profile__avatar {
        margin: 0 auto;
    }

    .profile__right {
        max-width: 100%;
        text-align: center;
    }

    .user__name:before {
        display: none;
    }

    .menu__btn-list {
        text-align: center;
    }

    .menu__btn {
        margin: 0 0 15px;
    }

    .plan__left {
        float: none;
        padding: 28px 25px 14px;
        text-align: center;
    }

    .plan__right {
        float: none;
        text-align: center;
        margin: 0 auto;
    }

    .plan__button-text {
        padding: 14px 25px 28px;
    }

    .messages__item {
        text-decoration: none;
    }
    
    .popup__top-half {
        width: 100%;
    }
    
    .popup__h5, .popup__product-item {
        margin: 0 35px 10px;
    }
}

@media (max-width: 480px) {
	.chat__name{
	    font-size: 15px;
     	line-height: 17px;
		padding: 0 0 10px 0;	
	}
    .menu__header-title {
        text-align: center;
        margin: 0 0 10px;
    }

    .menu__header-btn {
        margin: 0 auto 5px;
        display: block;
        text-align: center;
    }

    .profile__photo-item {
        width: 100%;
        margin: 0 auto 30px;
        float: none;
    }

    .profile__photo-list, .profile__video-list {
        padding-right: 34px;
    }

    .profile__photo-item:last-child {
        margin: 0 auto 30px;
    }

    .profile__photos-title {
        text-align: center;
    }

    .menu__section-title {
        margin-right: 30px;
    }

    .menu__day-item {
        display: block;
        float: none;
        width: 100%;
        min-height: 0px;
        margin: 0 0 5px;
        padding: 10px;
    }

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

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

    .menu__food-item {
        float: left;
        margin: 0 auto 30px;
        width: 46%;
    }

    .menu__section-title {
        text-align: center;
    }

    .menu__food-list {

    }
	.menu__food-pic{
	width: 130px;
    height: 130px;
	}

    [type=reset], [type=submit], button, .button, html [type=button], .ex__button-item, .menu__btn, .menu__food-btn, .message__button-item, .plan__button-item, .profile__button-item, .question__button-item, .recepie__button-item {
        padding: 13px 20px;
    }

    .message__left {
        float: none;
        text-align: center;
    }

    .message__right {
        float: none;
        margin: 0 20px 18px;
        text-align: center;
    }

    .chat__pic, .message__pic {
        margin: 0 auto;
    }

    .chat__left {
        /*float: none;*/
		padding: 10px;
    }

    .chat__right {
        float: none;
        width: 100%;
        padding: 0 20px;
        /*text-align: center;*/
    }

    .group__left {
        float: none;
    }

    .group__right {
        text-align: center;
        float: none;
        max-width: 100%;
        width: 100%;
    }

    .group__pic {
        margin: 0 auto 15px;
    }

    .messages__left {
        float: none;
    }

    .messages__pic {
        margin: 20px auto 0;
    }

    .messages__right {
        float: none;
        max-width: 100%;
        padding: 0 20px;
        margin: 0 auto 18px;
        text-align: center;
    }

    .profile__button {
        text-align: center;
    }

    .bx-sonet-profile-fieldcaption {
        display: block;
    }

    .bx-sonet-profile-field {
        display: block;
    }

    .bx-sonet-profile-edit-layers {
        margin: 0 0 15px;
    }

    .bx-sonet-profile-edit-buttons {
        text-align: center;
    }

    .bx-sonet-profile-edit-buttons input {
        margin: 0 0 15px;
    }

    .bx-auth-reg table td {
        display: block;
    }

    .mobile-btn__wrapper {
        /* display: block; */
        /* float: left; */
        /* clear: both; */
        margin: 0;
    }
	.menu__wrap {
	    background-image: linear-gradient(90deg, #e75377 0, hsla(2, 79%, 70%, .49));
    bottom: 0;
    box-shadow: 0 10px 15px rgba(139, 157, 175, .3);
    opacity: 1;
		height: 100%;}
}

.alarm-plan {
    width: 100%;
    padding: 15px 23px 15px 30px;
    border-bottom: 1px solid rgba(148, 168, 186, .15);
    display: block;
}

.alarm-plan:after {
    content: '';
    display: block;
    clear: both;
}

.alarm__title-text {
    white-space: nowrap;
}

.video-responsive { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow:hidden; 
} 
.video-responsive iframe, 
.video-responsive object, 
.video-responsive embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
}

.popup__body-content iframe {
    /* width:100%; */
    max-width: 100%;
    /* height: 405px; */
}

@media (max-width: 600px) {
    .popup__body-content iframe, .popup__body-video iframe {
        height:300px;
    }
}

@media (max-width: 480px) {
    .popup__body-content iframe, .popup__body-video iframe {
        height: 200px;
    }
}

.cir{
	    border-radius: 50%;
    border: 15px solid white;
    box-shadow: 4px 6px 14px #ddd;
}

.stats__graph {
    padding: 15px 10px 15px 0;
    display: block;
}

.stats__graph svg {
    padding: 0 10px 0 0;
}

.ct-label.ct-horizontal.ct-end {
    margin: 5px 0 0 -15px;
}
.fancybox-margin{
	position: relative;
}

.plan__item.yesno {
    opacity: 0.3;
    filter: grayscale(73%);
}
.plan__item.yesno .plan__checkbox-inner{display: none;}
	
	@media (max-width: 480px){
		.menu__header	{    display: flow-root;
    background-size: cover;
    background-position: right;
    padding-left: 0;
    padding-right: 0;}	
		
.menu__header-btn {
    border: 2px solid #08ccbc;
    border-radius: 10px;
    padding: 13px 12px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    float: left;
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
}
.plan__header{    text-align: center;     display: flow-root;
	padding: 6px 5px;}	
		.menu__header-btn, .menu__header-title {
    /*display: inline-block;*/
    font-size: 25px;
    line-height: 25px;
    margin-right: 5px;
}
	}
.busydnone{display: none}
.question__checkbox-item:nth-child(2) {
    /*visibility: hidden;*/
}

.plan__item.bisy .plan__item-text:before {
    content: "Busy ";
    text-decoration: line-through;
    color: red;
    opacity: 0.5;
    font-size: 80%;
}

.bdnone {
    display: none !important;
}
.ksr{font-size: 75%}

.groupButton {
    padding: 10px 15px;
font: normal 15px/22px Verdana;
text-transform: uppercase;
color: #E57332;
border: 2px solid #E57332;
border-bottom-width: 0;
border-radius: 10px 10px 0px 0px;
background-color: #fff;
-webkit-transition: border .25s linear, color .25s linear,background-color .25s linear;
    transition:border .25s linear, color .25s linear,background-color .25s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    text-align: center;
cursor: pointer;
    -webkit-user-select: none;
    display: inline-block;
    text-decoration: none;
}

.groupButton:hover {
    color: #fff;
background-color: #E57332;
border: 2px solid #E57332;
border-radius: 15px 15px 0px 0px;
    animation: ease-in;
    transition: .25s;
    border-bottom-width: 0;
}

.groupButton:active {
    color: #fff;
background-color: #FF813A;
border: 2px solid #FF813A;
    border-bottom-width: 0;
}

.divGroupName{padding-left: 20px}
td.z0 {background: #ffb6b6;}
td.z0 + td.z0 {background: #fb7a7a;}
td.z0 + td.z0 + td.z0{background: #ff3b3b;}
td.z1, td.z2{background: #c2f5b9;}
td.z3, td.z4, td.z5, td.z6, td.z7, td.z8, td.z9, td.z10, td.z11, td.z12{background: #70ea5b;}