html {
    position: relative;
    min-height: 100%;
}
body {
    min-height: 100%;
    padding: 0 0 43px 0;
    margin: 0;
}
body.scroll {
    overflow: hidden;
}
body.gradient {
    background: linear-gradient(240deg, rgba(255,0,101,1) 33%, rgba(148,55,255,1) 34%, rgba(148,55,255,1) 66%, rgba(63,141,39,1) 67%);
}
html.slides {
    height: 100%;
}
html.slides body {
    height: 100%;
    overflow: hidden;
}
table, td, form, div {
    font-family: "MagistralC";
    font-size: 18px;
    color: #000;
    padding: 0;
    margin: 0;
    text-align: left;
}
input, textarea, select, option {
    font-family: "MagistralC";
    font-size: 18px;
    color: #000;
    border: #d5d5d5 1px solid;
    padding: 0;
    margin: 0;
    text-align: left;
}
textarea {
    resize: none;
}
select.not-selected {
    color: #777;
}
a {
    color: #0563c1;
    text-decoration: none;
}
a:hover {
    color: #3f8d27;
    text-decoration: none;
}
h1 {
    font-size: 40px;
}
p {
    padding: 0 0 10px 0;
    margin: 0;
}
p.title {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 10px 0;
}
label {
    margin: 0 0 0 8px;
}
ul {
    padding: 0;
    margin: 0 0 10px 0;
}
ul li {
    padding: 0;
    margin: 0 0 2px 24px;
}
img {
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
}
.clear {
    font-size: 0;
    clear: both;
}
.hidden {
    display: none;
}
.nowrap {
    white-space: nowrap;
}
.through {
    text-decoration: line-through;
}
:focus {
    outline: none;
}

.red {
    color: #e9345f;
}
.purple {
    color: #6816a3;
}
.green {
    color: #3f8d27;
}

.icon {
    vertical-align: bottom;
}
.icon.min {
    width: 21px;
}

#windows {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
    z-index: 101;
    display: none;
}
#windows .window {
    width: 480px;
    min-height: 100px;
    background: #fff;
    border: rgb(255, 0, 101) 1px solid;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    top: 50px;
    display: none;
}
#windows .window.min {
    width: 320px;
}
#windows .window.max {
    width: 640px;
}
#windows .window .title {
    font-family: "MagistralC";
    font-size: 20px;
    font-weight: bold;
    padding: 15px 30px 0 30px;
}
#windows .window .content {
    font-family: "ArialCurive";
    padding: 15px 30px 5px 30px;
}
#windows .window .content a {
    color: #9437ff;
    text-decoration: underline;
}
#windows .window .content a:hover {
    text-decoration: none;
}
#windows .window .caption {
    font-weight: bold;
}
#windows .window .close {
    width: 27px;
    height: 28px;
    background: url('/templates/images/window_close.png') 50% 50% no-repeat;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    opacity: 0.75;
}
#windows .window .close:hover {
    opacity: 1;
}

#window-message .content {
    font-family: Arial;
}

#slides {
    height: 100%;
    min-height: 560px;
    background: #000;
    position: relative;
}
#slides div {
    color: #fff;
}
#slides a {
    color: #fff;
}
#slides a:hover {
    color: #3f8d27;
    text-decoration: none;
}
#slides .logo {
    width: 80px;
    height: 80px;
    background: url('/templates/images/logo_white.png') 50% 50% no-repeat;
    position: absolute;
    top: 30px;
    left: 62px;
    z-index: 90;
}
#slides .my {
    font-size: 18px;
    text-transform: uppercase;
    position: absolute;
    top: 40px;
    right: 60px;
    z-index: 99;
}
#slides .my a {
    color: #fff;
    padding: 4px 0;
    margin-left: 14px;
}
#slides .my .login {
    background: url('/templates/images/menu_login_white.png') 0 50% no-repeat;
    padding: 5px 0 5px 40px;
}
#slides .my .logout {
    background: url('/templates/images/menu_logout_white.png') 0 50% no-repeat;
    padding: 4px 36px 4px 0;
}
#slides .my a:hover {
    opacity: 0.9;
}


#slides .arrow-up, #slides .arrow-down {
    width: 60px;
    height: 40px;
    border-radius: 4px;
    position: absolute;
    bottom: 72px;
    z-index: 90;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity .3s;
}
#slides .arrow-up {
    background: #000 url('/templates/images/arrow_up.png') 50% 50% no-repeat;
    left: 62px;
}
#slides .arrow-down {
    background: #000 url('/templates/images/arrow_down.png') 50% 50% no-repeat;
    left: 130px;
}
#slides .arrow-up:hover, #slides .arrow-down:hover {
    opacity: 1;
}
#slides .menu {
    font-size: 16px;
    position: absolute;
    left: 62px;
    bottom: 30px;
    z-index: 90;
}
#slides .menu a {
    color: #f2f2f2;
    margin-right: 40px;
}
#slides .menu a:hover {
    color: #fff;
}
#slides .copyright {
    font-size: 10px;
    position: absolute;
    right: 40px;
    bottom: 32px;
    z-index: 90;
}
#slides .slides {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 70;
}
#slides .slides .slide {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}
#slides .slide .info {
    width: 50%;
    min-width: 620px;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 99;
    display: table;
}
#slides .slide .info .row-top {
    height: 192px;
    display: table-row;
}
#slides .slide .info .row-center {
    display: table-row;
}
#slides .slide .info .cell {
    vertical-align: middle;
    display: table-cell;
}
#slides .slide .info .row-bottom {
    height: 150px;
    display: table-row;
}
#slides .slide .title {
    font-size: 32px;
    padding: 0 30px 28px 62px;
    position: relative;
}
#slides .slide .text {
    font-family: "ArialCurive";
    font-size: 18px;
    padding: 0 30px 0 62px;
    position: relative;
}
#slides .slide .slide-button {
    width: 280px;
    font-family: "MagistralC";
    font-size: 22px;
    color: #f2f2f2;
    background: #ef1661;
    border-radius: 10px;
    padding: 15px 0;
    margin-top: 24px;
    text-align: center;
    display: block;
}
#slides .slide .slide-button:hover {
    color: #fff;
}

#main {
    /* */
}
#main .container {
    width: 990px;
    margin: 0 auto;
    position: relative;
}
#main .container.min {
    width: 700px;
}
#main .header {
    height: 120px;
    position: relative;
}
#main .header .logo {
    width: 80px;
    height: 80px;
    background: url('/templates/images/logo.png') 50% 50% no-repeat;
    position: absolute;
    top: 20px;
    left: 60px;
}
#main .header .slogan {
    width: 320px;
    position: absolute;
    top: 30px;
    left: 160px;
}
#main .header .slogan div {
    font-size: 22px;
    font-family: "ArialCurive";
    border-left: #ccc 1px solid;
    padding-left: 25px;
    padding-bottom: 5px;
}
#main .header .menu {
    font-size: 18px;
    text-transform: uppercase;
    position: absolute;
    top: 45px;
    right: 10px;
    padding: 4px 0 4px 24px;
}
#main .header .menu.my {
    background: url('/templates/images/my_profile.png') 0% 50% no-repeat;
}
#main .header .menu a {
    color: #000;
    padding: 4px 0;
    margin-left: 14px;
}
#main .header .menu .login {
    background: url('/templates/images/menu_login.png') 0 50% no-repeat;
    padding: 4px 0 4px 40px;
}
#main .header .menu .logout {
    background: url('/templates/images/menu_logout.png') 0 50% no-repeat;
    padding: 4px 36px 4px 0;
}
#main .header .menu a:hover {
    opacity: 0.5;
}
#main .header .menu .pause {
    width: 40px;
    height: 40px;
    background: url('/templates/images/my_pause.png') 50% 50% no-repeat;
    position: absolute;
    top: -6px;
    left: -44px;
}
#main .center {
    padding-bottom: 80px;
    position: relative;
}
#main .center .caption {
    font-family: "ArialCurive";
    font-size: 32px;
    margin-bottom: 39px;
}
#main .center .caption.inner {
    font-family: "MagistralC";
    font-size: 22px;
    margin: 0 0 24px 0;
}
#main .center .caption.space {
    margin-bottom: 40px;
}
#main .center .caption.center {
    text-align: center;
}
#main .center .caption.min {
    font-size: 24px;
    margin-bottom: 20px;
}
#main .center .caption.white {
    color: #fff;
}
#main .center .caption a {
    color: #000;
}
#main .footer {
    width: 100%;
    height: 80px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}
#main .footer .menu {
    padding: 12px 0;
}
#main .footer .menu a {
    color: #fff;
    margin-right: 20px;
}
#main .footer .menu a:hover {
    color: #ff0065;
}
#main .footer .contacts {
    color: #fff;
    position: absolute;
    top: 12px;
    right: 0;
    z-index: 90;
}
#main .footer .contacts a {
    color: #fff;
}
#main .footer .contacts a.email {
    background: url('/templates/images/email.png') 0% 50% no-repeat;
    background-size: 24px;
    padding: 1px 0 0 32px;
}
#main .footer .copyright {
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: 18px;
    right: 0;
    z-index: 90;
}
#main .footer .req {
    font-size: 12px;
    color: #fae232;
    text-align: center;
    padding: 10px 0;
}

.user-form {
    width: 440px;
    border: #fced84 2px solid;
    border-radius: 10px;
    padding: 10px 0 12px 0;
    margin: 0 auto;
}
.user-form.max {
    width: 600px;
}
.user-form div, .user-form input {
    font-family: "ArialCurive";
}
.user-form .image {
    padding: 20px 0 20px 0;
    text-align: center;
}
.user-form .description {
    font-size: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.user-form .description.min {
    font-size: 16px;
}
.user-form .field {
    margin: 0 25px 14px 25px;
    position: relative;
} 
.user-form .field.space {
    padding-top: 24px;
} 
.user-form .field.space.right {
    text-align: right;
}
.user-form .field .tariff {
    border-top: #000 1px solid;
    padding-bottom: 60px;
    position: relative;
}
.user-form .field .tariff .month {
    width: 160px;
    height: 32px;
    position: absolute;
    top: -75px;
    right: 100px;
    display: table;
}
.user-form .field .tariff .month .value {
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.user-form .field .tariff .month .minus {
    width: 32px;
    height: 32px;
    background: url('/templates/images/tariff_minus.png') 50% 50% no-repeat;
    cursor: pointer;
    display: table-cell;
    opacity: 0.25;
}
.user-form .field .tariff .month .plus {
    width: 32px;
    height: 32px;
    background: url('/templates/images/tariff_plus.png') 50% 50% no-repeat;
    cursor: pointer;
    display: table-cell;
    opacity: 0.25;
}
.user-form .field .tariff .month .minus:hover, .user-form .field .tariff .month .plus:hover {
    opacity: 0.5;
}
.user-form .field .tariff .tariff-price {
    position: absolute;
    top: -70px;
    right: 0px;
}
.user-form .field .tariff .tariff-sum {
    position: absolute;
    top: 16px;
    right: 0px;
}
.user-form .field .tariff .tariff-sum .value {
    padding-left: 8px;
}
.user-form .field .agree {
    font-family: "MagistralC";
    font-size: 14px;
    color: #404040;
    margin-right: 225px;
    position: absolute;
    top: 30px;
    left: 2px;
}
.user-form .field .agree a {
    color: #404040;
    text-decoration: underline;
}
.user-form .input {
    border: #d8d7d7 1px solid;
    border-radius: 20px;
    padding: 12px 18px 14px 18px;
}
.user-form .field.phone .input {
    padding-left: 21px;
}
.user-form .input input {
    width: 100%;
    font-size: 14px;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}
.user-form .input.error {
    background: #fbbbbb;
    border: #de474e 1px solid;
}
.user-form .input .error-text {
    font-size: 12px;
    color: #de474e;
    white-space: nowrap;
    position: absolute;
    top: 17px;
    left: 440px;
} 
.user-form .text {
    font-size: 14px;
    padding: 0 4px 12px 4px;
} 
.user-form .link {
    font-size: 14px;
    text-align: right;
} 
.user-form .link.min {
    float: right;
    padding-top: 15px;
} 
.user-form .link a, .user-form .link span {
    color: #000;
    margin: 0 6px;
}
.user-form .field .info {
    font-size: 14px;
    position: relative;
    top: 3px;
    left: 12px;
}
.user-form .field .info-phone {
    font-size: 18px;
    color: #888;
    text-align: right;
    position: absolute;
    top: 15px;
    left: 10px;
}

/*
.profile-form {
    width: 540px;
    margin: 0 auto;
    position: relative;
}
.profile-form div, .profile-form input, .profile-form select {
    font-family: "ArialCurive";
}
.profile-form .fields {
    width: 100%;
    padding: 0;
    display: table;
}
.profile-form .fields .cell {
    width: 50%;
    padding: 0 0 15px 0;
    display: table-cell;
}
.profile-form .fields .cell.min {
    width: 1%;
}
.profile-form .fields .cell.auto {
    width: auto;
}
.profile-form .fields .cell .cell-t {
    width: 100%;
    display: table;
}
.profile-form .fields .label {
    color: #989898;
    padding: 0 10px 0 10px;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    display: table-cell;
}
.profile-form .fields .label .info {
    font-size: 12px;
    text-align: right;
    position: relative;
    top: -3px;
}
.profile-form .field {
    vertical-align: middle;
    position: relative;
}
.profile-form .field .field-row {
    position: relative;
}
.profile-form .fields .field {
    padding: 0 10px 0 10px;
    display: table-cell;
}
.profile-form .fields .field.min {
    width: 60px;
}
.profile-form .fields .field.mid {
    width: 113px;
}
.profile-form .fields .field.max {
    width: 50%;
}
.profile-form .field.check {
    font-size: 14px;
    padding: 0 10px 18px 10px;
}
.profile-form .field input.check {
    width: 28px;
    height: 28px;
    transform: scale(1);
    position: relative;
    top: 3px;
    left: 2px;
} 
.profile-form .field input.radio {
    width: 20px;
    height: 20px;
    transform: scale(1);
    position: relative;
    top: 5px;
    left: 2px;
} 
.profile-form .field input.check {
    position: absolute;
} 
.profile-form .field.check label {
    margin-left: 40px;
    display: block;
}
.profile-form .fields .arrow {
    width: 51px;
    height: 31px;
    background: url('/templates/images/arrow_h.png') 50% 50% no-repeat;
}
.profile-form .input {
    border: #303030 1px solid;
    border-radius: 8px;
    padding: 2px 10px 2px 10px;
}
.profile-form .input.error {
    background: #fbbbbb;
    border: #de474e 1px solid;
}
.profile-form .input input, .profile-form .input select {
    width: 100%;
    font-size: 20px;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}
.profile-form .button {
    background: #691fa5;
}
.profile-form #s {
    width: 170px;
    height: 105px;
    background: url('/templates/images/s.png') 50% 0px no-repeat;
    display: table;
}
.profile-form #s.s1 {
    background-position: 50% 0px;
}
.profile-form #s.s2 {
    background-position: 50% -105px;
}
.profile-form #s div {
    width: 50%;
    height: 100%;
    display: table-cell;
    cursor: pointer;
    opacity: 0.5;
}
*/

.advice {
    width: 505px;
    font-family: "ArialCurive";
    padding-top: 60px;
    margin: 0 auto;
}
.advice .delta {
    font-size: 80px;
    background: url('/templates/images/delta.png') 50% 50% no-repeat;
    padding: 30px 0 30px 0;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}
.advice .delta .min {
    font-size: 30px;
    color: #ff035d;
    position: absolute;
    top: 62px;
    right: 425px;
}
.advice .delta .max {
    font-size: 30px;
    color: #008f00;
    position: absolute;
    top: 62px;
    left: 425px;
}

.comments {
    width: 800px;
    margin: 0 auto;
    position: relative;
}
.comments .comment-add {
    width: 180px;
    position: absolute;
    top: -8px;
    right: 0;
}
.comments .comment-add .button {
    font-family: Arial;
    font-size: 16px;
    color: #fff;
    background: #3f8d27;
    border-radius: 4px;
    padding: 7px 0;
    text-align: center;
    cursor: pointer;
    display: block;
}
.comments .comment-add .label {
    font-family: Arial;
    font-size: 16px;
    color: #3f8d27;
    text-align: center;
    margin-top: 4px;
}
.comments .comment-new {
    background: #f2f2f2;
    border: #d9d9d9 1px solid;
    border-radius: 10px;
    padding-top: 15px;
    margin: 40px 0;
    position: relative;
}
.comments .comment-new .form-info {
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 15px;
}
.comments .comment-new .field {
    margin: 0 20px 15px 100px;
    position: relative;
}
.comments .comment-new .field .label {
    position: absolute;
    left: -70px;
}
.comments .comment-new .field .error-text {
    font-family: "ArialCurive";
    color: #ff2222;
    padding-top: 5px;
}
.comments .comment-new .info {
    font-size: 14px;
    padding-top: 5px;
}
.comments .comment-new .field textarea {
    width: 100%;
    height: 212px;
    font-family: Arial;
    font-size: 14px;
    border-radius: 6px;
    padding: 5px;
}
.comments .comment-new .rating {
    height: 20px;
}
.comments .comment-new .rating div {
    width: 22px;
    height: 22px;
    background: url('/templates/images/rating.png') 0px 0px repeat-x;
    cursor: pointer;
    display: inline-block;
}
.comments .comment-new .rating div:hover, .comments .comment-new .rating div.set {
    background-position: 0px -22px;
}
.comments .comment-new .photos label {
    margin: 0;
}
.comments .comment-new .photos label input {
    display: none;
}
.comments .comment-new .photos .button {
    display: inline-block;
}
.comments .comment-new .photos .items {
    padding: 0 0 14px 0;
}
.comments .comment-new .photos .item {
    width: 50px;
    height: 50px;
    background: #fff url('/templates/images/load.gif') 50% 50% no-repeat;
    border-radius: 4px;
    margin: 0 2px 4px 0;
    position: relative;
    display: block;
}
.comments .comment-new .photos .item .descriptions {
    width: 510px;
    font-family: Arial;
    font-size: 14px;
    border-radius: 3px;
    padding: 2px;
    position: absolute;
    left: 60px;
    bottom: 0;
}
.comments .comment-new .photos .item .photo-delete {
    width: 16px;
    height: 16px;
    background: #000 url('/templates/images/photo_delete.png') 0px 0px no-repeat;
    border-radius: 4px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: 0.6;
}
.comments .comment-new .photos .item .photo-delete:hover {
    opacity: 0.8;
}
.comments .comment-new .button {
    width: 205px;
    font-family: Arial;
    font-size: 12px;
    color: #fff;
    background: #3f8d27;
    border: 0;
    border-radius: 4px;
    padding: 8px 0;
    text-align: center;
    cursor: pointer;
}
.comments .comment {
    font-family: "ArialCurive";
    padding: 10px 0 20px 0;
    position: relative;
}
.comments .comment .details {
    width: 180px;
    float: left;
    position: relative;
}
.comments .comment .name {
    font-size: 14px;
    padding-bottom: 10px;
}
.comments .comment .rating {
    width: 0;
    height: 22px;
    background: url('/templates/images/rating.png') 0px -22px repeat-x;
}
.comments .comment .rating-1 {
    width: 22px;
}
.comments .comment .rating-2 {
    width: 44px;
}
.comments .comment .rating-3 {
    width: 66px;
}
.comments .comment .rating-4 {
    width: 88px;
}
.comments .comment .rating-5 {
    width: 110px;
}
.comments .comment .date {
    font-size: 12px;
    padding-top: 10px;
}
.comments .comment .text {
    min-height: 81px;
    margin-left: 180px;
}
.comments .comment .text .comment-text {
    font-family: Arial;
    font-size: 14px;
}
.comments .comment .text .comment-text .read-all {
    font-family: "ArialCurive";
    color: #6816A3;
    cursor: pointer;
}
.comments .comment .text .comment-photos {
    padding-top: 6px;
}
.comments .comment .text .comment-photos a {
    position: relative;
    display: inline-block;
}
.comments .comment .text .comment-photos img {
    width: 149px;
    height: 149px;
    margin: 0 2px 6px 0;
}
.comments .comment .text .comment-photos img:nth-child(4n+4) {
    margin: 0 0 8px 0;
}
.comments .comment .text .comment-photos div {
    width: 141px;
    font-family: Arial;
    font-size: 12px;
    color: #fff;
    background: #000;
    padding: 4px;
    position: absolute;
    left: 0;
    bottom: 6px;
    opacity: 0.75;
}
.comments .comment .comment-edit {
    font-family: "ArialCurive";
    font-size: 14px;
    text-align: right;
}
.comments .comment .text .reply-text {
    font-family: Arial;
    font-size: 14px;
    font-style: italic;
    background: #f2f2f2;
    border: #d9d9d9 1px solid;
    border-radius: 10px;
    padding: 8px 12px;
    margin: 10px 0 0 48px;
    display: inline-block;
}
.comments .comments-others {
    font-family: "ArialCurive";
    font-size: 16px;
    color: #6816A3;
    text-align: center;
    cursor: pointer;
}
.comments .comment-info {
    background: #f2f2f2;
    border: #d9d9d9 1px solid;
    border-radius: 10px;
    padding: 30px 20px 20px 20px;
    margin: 40px 0;
}
.comments .comment-finish {
    font-family: "ArialCurive";
    background: #f2f2f2;
    border: #d9d9d9 1px solid;
    border-radius: 10px;
    padding: 30px 20px 30px 20px;
    margin: 40px 0;
    text-align: center;
}

.about {
    width: 990px;
    font-family: "ArialCurive";
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
}
.about .steps {
    display: table;
}
.about .steps .step {
    width: 30%;
    padding: 0 10px;
    display: table-cell;
}
.about .steps .step .image {
    height: 200px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.about .steps .step .text {
    min-height: 190px;
    font-family: "ArialCurive";
    font-size: 14px;
    border: #000 1px solid;
    border-radius: 10px;
    padding: 10px 10px 0 10px;
}
.about .steps .step .text p:first-child {
    font-family: "MagistralC";
    font-size: 18px;
}
.about .steps .step-1 .text {
    border-color: #e9345f;
}
.about .steps .step-1 .image {
    background-image: url('/templates/images/step1.png');
}
.about .steps .step-2 .text {
    border-color: #6816a3;
}
.about .steps .step-2 .image {
    background-image: url('/templates/images/step2.png');
}
.about .steps .step-3 .text {
    border-color: #3f8d27;
}
.about .steps .step-3 .image {
    background-image: url('/templates/images/step3.png');
}
.about .steps .arrow {
    width: 5%;
    background: url('/templates/images/arrow_h.png') 50% 25% no-repeat;
    display: table-cell;
}

.questions {
    width: 990px;
    margin: 20px auto 40px auto;
    text-align: center;
}
.questions .questions-groups {
    margin: 0 5px;
}
.questions .questions-groups .item {
    width: 33%;
    float: left;
    margin: 0 0 40px 0;
}
.questions .questions-groups .item a {
    color: #000;
    display: block;
}
.questions .questions-groups .item div {
    min-height: 70px;
    font-family: "ArialCurive";
    font-size: 24px;
    background-color: #fff;
    background-position: 97% 74%;
    background-repeat: no-repeat;
    background-size: 70px;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    padding: 10px 88px 10px 10px;
    margin: 0 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
}
.questions .questions-groups .item div:hover {
    box-shadow: 8px 8px 8px rgba(255, 255, 255, 0.5);
}
.questions .questions-search {
    width: 33%;
    float: right;
    padding-right: 1%;
    position: relative;
}
.questions .questions-search .input {
    background: #fff url('/templates/images/questions_search_min.png') 10px 50% no-repeat;
    border-radius: 6px;
    padding: 6px 6px 6px 36px;
    margin: 0 25px 0 20px;
}
.questions .questions-search .input input {
    width: 100%;
    font-family: "ArialCurive";
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}
.questions .questions-search .clear {
    width: 24px;
    height: 24px;
    background: url('/templates/images/questions_search_clear.png') 50% 50% no-repeat;
    background-size: 18px;
    position: absolute;
    top: 5px;
    right: 40px;
    cursor: pointer;
    opacity: 0.5;
}
.questions .questions-search .clear:hover {
    opacity: 1;
}
.questions .question-not-found {
    padding: 5px 0 50px 180px;
    background: url('/templates/images/not_found.jpg') 5% 50% no-repeat;
    background-size: contain;
    margin: 60px 0;
}
.questions .question-group {
    font-family: "ArialCurive";
    font-size: 36px;
    background-color: #fff;
    background-position: 12px 50%;
    background-repeat: no-repeat;
    background-size: 60px;
    border: #9437ff 1px solid;
    border-radius: 6px;
    padding: 16px 24px 20px 80px;
    margin: 0 64px 24px 64px;
}
.questions .question-group.search {
    background-image: url('/templates/images/questions_search.png');
    background-size: auto;
    position: relative;
}
.questions .question-group.search input {
    width: 100%;
    font-family: "ArialCurive";
    font-size: 44px;
    border: 0;
    background: transparent;
}
.questions .question-group.search .clear {
    width: 48px;
    height: 48px;
    background: url('/templates/images/questions_search_clear.png') 50% 50% no-repeat;
    position: absolute;
    top: 17px;
    right: 17px;
    cursor: pointer;
    opacity: 0.5;
}
.questions .question-group.search .clear:hover {
    opacity: 1;
}
.questions .question-group-item {
    font-family: "ArialCurive";
    font-size: 20px;
    border-bottom: #e9e9e9 1px solid;
    padding: 18px 0;
    margin: 0 64px;
}
.questions .question-group-item a {
    color: #000;
}
.questions .question-group-item a:hover {
    color: #9437ff;
}
.questions .question {
    font-size: 28px;
    padding: 0 16px 16px 16px;
    margin-bottom: 24px;
    border-bottom: #e9e9e9 1px solid;
}
.questions .answer-min {
    font-family: "ArialCurive";
    line-height: 24px;
    background: #f7f7f7;
    border-radius: 16px;
    padding: 8px 16px 10px 16px;
    margin-bottom: 36px;
}
.questions .answer-min span {
    font-family: "MagistralC";
}
.questions .answer {
    font-family: "ArialCurive";
    line-height: 24px;
    padding: 0 16px;
    margin-bottom: 54px;
}
.questions .sources {
    font-family: "ArialCurive";
    line-height: 24px;
    background: #ecf3e9;
    border-radius: 16px;
    padding: 8px 16px 10px 58px;
    margin-bottom: 36px;
    position: relative;
}
.questions .sources span {
    font-family: "MagistralC";
}
.questions .sources .arrow {
    width: 56px;
    height: 40px;
    background: url('/templates/images/questions_sources_arrow.png') 50% 0% no-repeat;
    position: absolute;
    top: 2px;
    left: 4px;
    cursor: pointer;
}
.questions .sources.open .arrow {
    background-position: 100% 100%;
}
.questions .sources-text {
    font-family: "Arial";
    font-size: 16px;
    line-height: 24px;
    padding: 0 16px;
    margin-bottom: 48px;
    display: none;
}
.questions .others-questions {
    background: #f7f7f7;
    border-radius: 16px;
    margin: 64px 0 24px 0;
}
.questions .others-questions .others-questions-caption {
    font-family: "MagistralC";
    line-height: 24px;
    background: #f3edfe;
    border-radius: 16px;
    padding: 8px 16px 10px 16px;
}
.questions .others-questions .item {
    font-family: "ArialCurive";
    font-size: 22px;
    border-bottom: #f3edfe 2px solid;
    padding: 18px 16px 18px 16px;
}
.questions .others-questions .item:last-child {
    border-bottom: 0;
}
.questions .others-questions a {
    color: #000;
}
.questions .others-questions a:hover {
    color: #9437ff;
}

.documents {
    width: 800px;
    margin: 0 auto;
}
.documents .document {
    font-family: "ArialCurive";
    font-size: 16px;
    padding: 10px 0;
    margin: 0 auto;
}

section.foods-categories {
    height: 113px;
    padding: 0 10px;
    position: relative;
}
section.foods-categories .items {
    height: 113px;
    overflow: hidden;
}
section.foods-categories .listing {
    font-size: 0;
    white-space: nowrap;
    position: relative;
}
section.foods-categories .items .item {
    border: #ccc 2px solid;
    border-radius: 8px;
    padding: 2px;
    margin-right: 4px;
    display: inline-block;
}
section.foods-categories .items .item:hover {
    border: #aaa 2px solid;
}
section.foods-categories .items .item img {
    height: 100px;
}
section.foods-categories .arrow {
    width: 25px;
    height: 40px;
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 34px;
    cursor: pointer;
}
section.foods-categories .arrow.left {
    background-image: url('/templates/images/arrow_left.png');
    left: -30px;
}
section.foods-categories .arrow.right {
    background-image: url('/templates/images/arrow_right.png');
    right: -30px;
}
section.foods-categories .arrow.disabled {
    background-color: #ccc !important;
}
section.foods-categories .tracker {
    width: 100%;
    height: 6px;
    position: relative;
    overflow: hidden;
    background: #f8f8f8;
    display: none;
}
section.foods-categories .tracker div {
    width: 100%;
    height: 6px;
    background: #ccc;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
section.foods-categories .tracker div:hover {
    background: #aaa;
}

section.foods-search {
    margin: 0 10px 15px 10px;
}
section.foods-search .search {
    background: url('/templates/images/food_search.png') 6px 50% no-repeat;
    border: #ccc 1px solid;
    border-radius: 6px;
    padding: 5px 34px 6px 36px;
    margin: 0;
    position: relative;
}
section.foods-search .search.load {
    background-image: url('/templates/images/load.gif');
}
section.foods-search .search input {
    width: 100%;
    font-family: Arial;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}
section.foods-search .search-clear {
    width: 32px;
    height: 32px;
    background: url('/templates/images/food_search_clear.png') 50% 50% no-repeat;
    position: absolute;
    top: 0;
    right: 2px;
    cursor: pointer;
    opacity: 0.25;
}
section.foods-search .search-clear:hover {
    opacity: 1;
}
section.foods-search .search-results {
    width: 100%;
    position: absolute;
    top: 34px;
    left: 0;
    z-index: 91;
    display: none;
}
section.foods-search .search-results .search-items {
    color: #999;
    background: #fff;
    border: #ccc 1px solid;
    border-radius: 6px;
    padding: 20px 30px;
    text-align: center;
}
section.foods-search .search-results .search-item {
    border-bottom: #eee 1px solid;
    padding: 10px 0;
}
section.foods-search .search-results .search-item-content {
    width: 100%;
    display: table;
}
section.foods-search .search-results .search-item:last-child {
    border-bottom: none;
}
section.foods-search .search-results .search-name {
    font-family: "ArialCurive";
    padding-right: 10px;
    vertical-align: middle;
    display: table-cell;
}
section.foods-search .search-results .search-name a {
    color: #000;
}
section.foods-search .search-results .search-name a:hover {
    color: #3f8d27;
}
section.foods-search .search-results .image {
    width: 120px;
    vertical-align: middle;
    display: table-cell;
}
section.foods-search .search-results .image img {
    width: 100px;
}
section.foods-search .search-results .details {
    width: 180px;
    vertical-align: middle;
    display: table-cell;
}
section.foods-search .search-results .details .value {
    color: #008f00;
}
section.foods-search .search-results .plate-add-min {
    width: 120px;
    background: url('/templates/images/plate_add_min.png') 100% 50% no-repeat;
    vertical-align: middle;
    display: table-cell;
    cursor: pointer;
}
section.foods-search .search-results .plate-add-min div {
    font-size: 14px;
    font-family: "ArialCurive";
    color: #fff;
    background: #000;
    border-radius: 3px;
    padding: 2px 0 3px 0;
    margin-left: 40px;
    text-align: center;
    display: none;
}
section.foods-search .search-results .plate-add-min:hover {
    background-position: 0% 50%;
}
section.foods-search .search-results .plate-add-min:hover div {
    background: #008f00;
    border-radius: 3px;
    display: block;
}

section.foods {
    padding: 5px 0 10px 0;
}
section.foods .food {
    width: 330px;
    float: left;
}
section.foods .food .food-container {
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 6px 6px;
    margin: 10px;
    position: relative;
}
section.foods .food .food-container:hover {
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.75);
}
section.foods .food .image {
    height: 165px;
    overflow: hidden;
}
section.foods .food .image img {
    width: 100%;
}
section.foods .food .name {
    height: 42px;
    font-family: "ArialCurive";
    padding: 0 10px;
    overflow: hidden;
}
section.foods .food .details {
    padding: 8px 10px;
    overflow: hidden;
}
section.foods .food .details .weight {
    font-size: 22px;
    margin-right: 8px;
}
section.foods .food .details .value {
    font-size: 22px;
    color: #008f00;
    margin-left: 8px;
}

section.food {
    padding: 15px 10px 0 10px;
}
section.food .about {
    padding-bottom: 30px;
    display: table;
}
section.food .about .name {
    font-family: "ArialCurive";
    font-size: 28px;
    background: #f6f4f7;
    border-left: #f6f4f7 10px solid;
    border-bottom: #d7d5d8 1px solid;
    padding: 10px;
    vertical-align: middle;
    display: table-cell;
}
section.food .about .weights {
    width: 100%;
    display: table;
}
section.food .about .weight {
    width: 50%;
    vertical-align: bottom;
    display: table-cell;
}
section.food .about .weight .value {
    font-size: 64px;
    padding-left: 30px;
}
section.food .about .weight .label {
    color: #8d8d8d;
    padding-left: 30px;
}
section.food .about .weight-analog {
    width: 50%;
    border-left: #000 1px solid;
    vertical-align: bottom;
    display: table-cell;
}
section.food .about .weight-analog .value {
    font-family: "ArialCurive";
    font-size: 32px;
    padding-bottom: 2px;
    text-align: center;
}
section.food .about .weight-analog .label {
    color: #8d8d8d;
    text-align: center;
}
section.food .about .food-description-link {
    width: 64px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
section.food .about .food-description-link a, section.food .about .food-description-link span {
    width: 60px;
    height: 60px;
    font-size: 32px;
    color: #000;
    border: #8d8d8d 2px solid;
    border-radius: 50%;
    vertical-align: middle;
    display: table-cell;
}
section.food .info {
    width: 100%;
    display: table;
}
section.food .info .photos {
    width: 50%;
    vertical-align: top;
    display: table-cell;
}
section.food .info .food-description-link {
    padding-top: 20px;
    text-align: center;
    display: none;
}
section.food .info .food-description-link a {
    width: 60px;
    font-size: 32px;
    color: #000;
    border: #8d8d8d 2px solid;
    border-radius: 50%;
    padding: 13px 0;
    display: inline-block;
}
section.food .info .details {
    width: 50%;
    vertical-align: top;
    display: table-cell;
}
section.food .photos {
    
}
section.food .photos .main {
    height: 200px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
section.food .photos .main img {
    height: 100%;
}
section.food .photos .main .arrow {
    width: 25px;
    height: 40px;
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 80px;
    cursor: pointer;
}
section.food .photos .main .arrow.left {
    background-image: url('/templates/images/arrow_left.png');
    left: 30px;
}
section.food .photos .main .arrow.right {
    background-image: url('/templates/images/arrow_right.png');
    right: 30px;
}
section.food .photos .main .arrow.disabled {
    background-color: #ccc !important;
}
section.food .photos .description {
    font-family: "ArialCurive";
    padding: 10px;
    text-align: center;
}
section.food .photos .items {
    padding-top: 50px;
}
section.food .photos .items .item {
    height: 80px;
    padding: 4px;
    display: inline-block;
    cursor: pointer;
}
section.food .photos .items .item.select {
    border: #8d8d8d 2px solid;
    padding: 2px;
}
section.food .photos .items .item img {
    height: 100%;
}
section.food .photos .items .item div {
    display: none;
}
.food-description {
    width: 640px;
    font-family: Arial;
}
section.foods-not-found {
    padding: 50px 0 50px 240px;
    display: table;
}
section.foods-not-found .image {
    width: 200px;
    height: 300px;
    background: url('/templates/images/not_found.jpg') 50% 50% no-repeat;
    background-size: contain;
    display: table-cell;
}
section.foods-not-found .text {
    padding: 20px 0;
    display: table-cell;
}

section.plates {
    
}
section.plates .days {
    width: 225px;
    float: right;
}
section.plates .plates {
    border-right: #ead9ff 1px solid;
    padding-right: 20px;
    margin-right: 240px;
    position: relative;
}
section.plates .plates-sum {
    background: url('/templates/images/plates_sum.png') 100% 50% no-repeat;
    padding: 30px 0;
    margin-bottom: 20px;
    text-align: right;
}
section.plates .plates-sum div {
    width: 150px;
    font-size: 40px;
    color: #008f00;
    text-align: center;
    display: inline-block;
}
section.plates .plates-sum div span {
    font-size: 20px;
}
section.plates .plates-menu {
    width: 30%;
    height: 38px;
    position: absolute;
    top: 52px;
    right: 22px;
}
section.plates .plates-menu .buttons {
    font-size: 0;
    background: #fff;
    border: #ccc 1px dotted;
    border-radius: 20px;
    padding: 3px 8px;
    margin: 0 20px;
    display: inline-block;
}
section.plates .plates-menu .buttons:hover {
    border: #888 1px dotted;
}
section.plates .plates-menu .buttons div {
    width: 38px;
    height: 32px;
    border-right: #ccc 1px solid;
    display: inline-block;
    cursor: pointer;
    opacity: 0.5;
}
section.plates .plates-menu .buttons div:last-child {
    border-right: none;
}
section.plates .plates-menu .buttons div:hover {
    opacity: 1;
}
section.plates .plates-menu .buttons div.disabled {
    opacity: 0.1;
}
section.plates .plates-menu .buttons .copy {
    background: url('/templates/images/plate_copy.png') 50% 50% no-repeat;
}
section.plates .plate {
    margin-bottom: 20px;
    position: relative;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
     user-select: none;
}
section.plates .plate .plate-name {
    width: 40%;
    border-radius: 20px;
    position: relative;
}
section.plates .plate .plate-name .name {
    font-size: 21px;
    color: #fff;
    padding: 9px 63px 9px 23px;
    cursor: pointer;
}
section.plates .plate .plate-name .arrow {
    width: 56px;
    height: 40px;
    background: url('/templates/images/plate_arrow.png') 50% 0% no-repeat;
    position: absolute;
    top: 0;
    right: 6px;
    cursor: pointer;
}
section.plates .plate .plate-name.custom .name {
    padding: 6px 63px 8px 23px;
}
section.plates .plate .plate-name.custom .arrow {
    background-image: url('/templates/images/plate_arrow_custom.png');
    top: -2px;
}
section.plates .plate .plate-name.open .arrow {
    background-position: 100% 100%;
}
section.plates .plate.disabled .plate-name.custom {
    border-color: #ccc !important;
}
section.plates .plate .plate-menu {
    width: 30%;
    height: 38px;
    position: absolute;
    top: 0;
    right: 30%;
}
section.plates .plate .plate-menu .buttons {
    font-size: 0;
    background: #fff;
    border: #ccc 1px dotted;
    border-radius: 20px;
    padding: 3px 8px;
    margin: 0 20px;
    display: inline-block;
}
section.plates .plate .plate-menu .buttons:hover {
    border: #888 1px dotted;
}
section.plates .plate .plate-menu .buttons div {
    width: 38px;
    height: 32px;
    border-right: #ccc 1px solid;
    display: inline-block;
    cursor: pointer;
    opacity: 0.5;
}
section.plates .plate .plate-menu .buttons div:last-child {
    border-right: none;
}
section.plates .plate .plate-menu .buttons div:hover {
    opacity: 1;
}
section.plates .plate .plate-menu .buttons div.disabled {
    opacity: 0.1;
}
section.plates .plate .plate-menu .buttons .copy {
    background: url('/templates/images/plate_copy.png') 50% 50% no-repeat;
}
section.plates .plate .plate-menu .buttons .delete {
    background: url('/templates/images/plate_delete.png') 50% 50% no-repeat;
}
section.plates .plate .plate-menu .buttons .favorite {
    background: url('/templates/images/plate_favorite.png') 50% 50% no-repeat;
}
section.plates .plate .photos {
    font-size: 0;
    padding: 16px 0 0 22px;
}
section.plates .plate .photos .photo {
    height: 128px;
    padding: 2px;
    position: relative;
    display: inline-block;
}
section.plates .plate .photos .photo img {
    height: 100%;
}
section.plates .plate .photos .photo .delete {
    width: 16px;
    height: 16px;
    background: #000 url('/templates/images/photo_delete.png') 0px 0px no-repeat;
    border-radius: 4px;
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
    opacity: 0.6;
    display: none;
}
section.plates .plate .photos .photo:hover .delete {
    display: inline-block;
}
section.plates .plate .photos .photo .delete:hover {
    opacity: 0.8;
}
section.plates .plate .plate-comments {
    font-family: Arial;
    padding: 20px 0 0 68px;
}
section.plates .plate .plate-submenu {
    margin: 20px 0 0 22px;
}
section.plates .plate .plate-submenu .submenu-button {
    width: 38px;
    height: 32px;
    border: #ccc 1px dotted;
    border-radius: 20px;
    display: inline-block;
    cursor: pointer;
    opacity: 0.75;
}
section.plates .plate .plate-submenu .submenu-button:hover {
    border: #888 1px dotted;
    opacity: 1;
}
section.plates .plate .plate-submenu .add {
    background: url('/templates/images/plate_add.png') 48% 50% no-repeat;
}
section.plates .plate .plate-submenu .photo {
    background: url('/templates/images/plate_photo.png') 50% 50% no-repeat;
}
section.plates .plate .plate-submenu .comment {
    background: url('/templates/images/plate_comment.png') 50% 50% no-repeat;
}
section.plates .plate .plate-submenu .photo label {
    margin: 0;
}
section.plates .plate .plate-submenu .photo label input {
    display: none;
}
section.plates .plate .plate-submenu .photo div {
    width: 100%;
    height: 100%;
}
section.plates .plate .plate-sum {
    width: 30%;
    color: #aaa;
    border-bottom: #ccc 1px solid;
    text-align: center;
    position: absolute;
    top: 2px;
    right: 0;
    display: table;
}
section.plates .plate .plate-sum .plate-weight {
    width: 40%;
    color: #aaa;
    text-align: center;
    display: table-cell;
}
section.plates .plate .plate-sum .plate-value {
    width: 60%;
    font-size: 32px;
    color: #008f00;
    padding-bottom: 3px;
    text-align: center;
    display: table-cell;
}
section.plates .plate .plate-foods {
    position: relative;
    display: none;
}
section.plates .plate.open .plate-foods {
    display: block;
}
section.plates .plate .plate-foods .plate-food {
    background: #f8f8f8;
    border: #f8f8f8 1px dashed;
    border-radius: 8px;
    padding: 4px 23px 3px 36px;
    margin-top: 12px;
    position: relative;
    cursor: move;
}
section.plates .plate .plate-foods .plate-food .food-menu-show {
    width: 24px;
    height: 18px;
    background: url('/templates/images/food_menu_show.png') 50% 50% no-repeat;
    border: #bebebe 1px dotted;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 6px;
    cursor: pointer;
}
section.plates .plate .plate-foods .plate-food .food-menu-show:hover {
    border: #888 1px dotted;
}
section.plates .plate .plate-foods .plate-food .food-menu {
    height: 38px;
    position: absolute;
    top: 6px;
    left: 36px;
    z-index: 80;
    display: none;
}
section.plates .plate .plate-foods .plate-food .food-menu .buttons {
    font-size: 0;
    background: #fff;
    border: #ccc 1px dotted;
    border-radius: 20px;
    padding: 3px 10px;
}
section.plates .plate .plate-foods .plate-food .food-menu .buttons:hover {
    border: #888 1px dotted;
}
section.plates .plate .plate-foods .plate-food .food-menu .buttons div {
    width: 38px;
    height: 32px;
    border-right: #ccc 1px solid;
    display: inline-block;
    cursor: pointer;
    opacity: 0.5;
}
section.plates .plate .plate-foods .plate-food .food-menu .buttons div:last-child {
    border-right: none;
}
section.plates .plate .plate-foods .plate-food .food-menu .buttons div:hover {
    opacity: 1;
}
section.plates .plate .plate-foods .plate-food .food-menu .buttons div.disabled {
    opacity: 0.1;
}
section.plates .plate .plate-foods .plate-food .food-menu .buttons .copy {
    background: url('/templates/images/plate_copy.png') 50% 50% no-repeat;
}
section.plates .plate .plate-foods .plate-food .food-menu .buttons .delete {
    background: url('/templates/images/plate_delete.png') 50% 50% no-repeat;
}
section.plates .plate .plate-foods .plate-food .food-menu .buttons .favorite {
    background: url('/templates/images/plate_favorite.png') 50% 50% no-repeat;
}
section.plates .plate .plate-foods .plate-food .food-name {
    width: 70%;
}
section.plates .plate .plate-foods .plate-food .food-name input {
    width: 448px;
    font-family: Arial;
    font-size: 18px;
    border-radius: 6px;
    padding: 4px 4px 5px 4px;
    margin-bottom: 1px;
    display: none;
}
section.plates .plate .plate-foods .plate-food .food-name .name {
    font-family: Arial;
    padding: 5px 0 7px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
section.plates .plate .plate-foods .plate-food .food-name .property-name {
    font-family: Arial;
    padding: 0px 0 3px 32px;
}
section.plates .plate .plate-foods .plate-food .food-weight {
    width: 10%;
    border: #8d8d8d 1px solid;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    top: 4px;
    right: 20%;
}
section.plates .plate .plate-foods .plate-food .food-weight input {
    width: 75%;
    font-size: 28px;
    background: transparent;
    border: 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
section.plates .plate .plate-foods .plate-food .food-weight div {
    width: 75%;
    height: 24px;
    opacity: 0.25;
    position: absolute;
    top: 3px;
    left: 10px;
    z-index: 0;
}
section.plates .plate .plate-foods .plate-food .food-value {
    width: 20%;
    font-size: 26px;
    color: #008f00;
    text-align: center;
    position: absolute;
    top: 7px;
    right: 0;
}
section.plates .plate .plate-foods.moves, section.plates .plate .plate-foods.moves * {
    cursor: grabbing !important;
}
section.plates .plate .plate-foods .plate-food.move {
    background: #fefefe;
    border: #ccc 1px dashed;
}
section.plates .comments-form {
    text-align: right;
    display: none;
}
section.plates .comments-form textarea {
    width: 480px;
    height: 120px;
    font-family: Arial;
    border-radius: 20px;
    padding: 8px 12px;
}
section.plates .comments-form .comment-button {
    width: 52px;
    height: 52px;
    background: url('/templates/images/comment_add.png') 50% 50% no-repeat;
    position: absolute;
    bottom: 11px;
    right: 7px;
    cursor: pointer;
    opacity: 0.75;
}
section.plates .comments-form .comment-button:hover {
    opacity: 1;
}
section.plates .plate-add {
    padding: 120px 0 60px 0;
    text-align: center;
}
section.plates .plate-add a {
    font-size: 24px;
    color: #138e12;
    border-radius: 60px;
    padding: 26px 30px 28px 82px;
    cursor: pointer;
}
section.plates .plate-add a {
    background: url('/templates/images/plate_add_green.png') 6px 50% no-repeat;
    border: #138e12 2px solid;
}

section.my-top {
    background: #fae232;
    margin-bottom: 30px;
}
section.my-top.pay-message {
    display: none;
}
section.my-top .date {
    width: 200px;
    height: 132px;
    display: table;
}
section.my-top .date .day {
    width: 85px;
    font-size: 64px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    top: 2px;
}
section.my-top .date .month {
    width: 105px;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
section.my-top .date .year {
    font-size: 24px;
    border-top: #000 1px solid;
    padding-top: 3px;
    margin-top: 3px;
    text-align: center;
}
section.my-top .weight {
    width: 160px;
    height: 100%;
    border-left: #fff 2px solid;
    border-right: #fff 2px solid;
    text-align: center;
    position: absolute;
    top: 0;
    left: 220px;
}
section.my-top .weight .label {
    font-size: 16px;
    text-align: center;
    padding-top: 9px;
}
section.my-top .weight .weight-input {
    border: #fff 2px solid;
    border-radius: 4px;
    margin: 12px 32px 16px 32px;
    text-align: center;
}
section.my-top .weight .weight-input input {
    font-size: 28px;
    background: transparent;
    border: 0;
    padding: 6px 0;
}
section.my-top .weight .weight-input input {
    width: 100%;
    font-size: 28px;
    text-align: center;
}
section.my-top .weight .weight-input input.weight-integer {
    width: 48px;
    font-size: 28px;
    text-align: right;
}
section.my-top .weight .weight-input input.weight-decimal {
    width: 28px;
    font-size: 20px;
    text-align: left;
}
section.my-top .weight .weight-input.disabled input {
    color: #ccc;
}
section.my-top .weight .weight-input.error {
    background: rgba(255, 0, 0, 0.25);
    border-color: #ff0000;
}
section.my-top .weight-graph {
    width: 180px;
    height: 100%;
    background: url('/templates/images/my_graph.png') 42px 34px no-repeat;
    text-align: center;
    position: absolute;
    top: 0;
    left: 384px;
}
section.my-top .weight-graph a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
section.my-top .weight-graph .button {
    position: relative;
    top: 100px;
}
section.my-top .quota {
    width: 150px;
    height: 100%;
    font-size: 16px;
    border-left: #fff 2px solid;
    border-right: #fff 2px solid;
    text-align: center;
    position: absolute;
    top: 0;
    left: 563px;
}
section.my-top .quota a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
section.my-top .quota .label {
    font-size: 16px;
    text-align: center;
    padding-top: 9px;
}
section.my-top .quota .value {
    font-size: 28px;
    background: url('/templates/images/my_quota.png') 50% 2px no-repeat;
    padding: 20px 0 26px 0;
    text-align: center;
}
section.my-top .foods {
    width: 220px;
    height: 100%;
    background: url('/templates/images/my_foods.png') 50% 35px no-repeat;
    border-right: #fff 2px solid;
    text-align: center;
    position: absolute;
    top: 0;
    left: 717px;
}
section.my-top .foods a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
section.my-top .foods .button {
    position: relative;
    top: 100px;
}
section.my-top .socials {
    width: 220px;
    height: 100%;
    border-right: #fff 2px solid;
    position: absolute;
    top: 0;
    left: 717px;
}
section.my-top .socials div {
    padding-top: 42px;
    text-align: center;
}
section.my-top .socials a {
    width: 56px;
    height: 48px;
    display: inline-block;
}
section.my-top .socials .youtube {
    background: url('/templates/images/socials/youtube.png') 50% 50% no-repeat;
    background-size: contain;
}
section.my-top .socials .whatsapp {
    background: url('/templates/images/socials/whatsapp.png') 50% 50% no-repeat;
    background-size: contain;
}
section.my-top .socials .telegram {
    background: url('/templates/images/socials/telegram.png') 50% 50% no-repeat;
    background-size: contain;
}

section.my-top .button {
    font-size: 16px;
    color: #fff;
    background: #6821a3;
    border-radius: 14px;
    padding: 5px 18px 6px 18px;
}
section.my-top a:hover {
    background: rgba(255, 255, 255, 0.3);
}
section.my-top a:hover .button, section.my-top .button:hover {
    opacity: 0.75;
}

section.my .container {
    width: 100%;
    display: table;
}

section.my .my-items {
    width: 55%;
    display: table-cell;
}
section.my .my-items .my-item {
    margin-bottom: 8px;
}
section.my .my-items .my-item .my-item-name {
    width: 320px;
    font-size: 24px;
    padding: 8px 0 8px 48px;
    position: relative;
}
section.my .my-items .my-item .my-item-name .my-item-arrow {
    width: 32px;
    height: 32px;
    background: url('/templates/images/my_arrow.png') 50% 0% no-repeat;
    position: absolute;
    top: 2px;
    right: 0;
    cursor: pointer;
}
section.my .my-items .my-item.open .my-item-name .my-item-arrow {
    background-position: 50% 100%;
    top: 6px;
}
section.my .my-items .my-item .my-item-contents {
    margin-bottom: 30px;
    display: none;
}
section.my .my-items .my-item.open .my-item-contents {
    display: block;
}
section.my .my-items .my-item .my-item-content {
    border: #fced84 2px solid;
    border-radius: 15px;
    padding: 24px 20px 4px 30px;
    margin: 8px 0;
}
section.my .my-items .my-item.my-advices .my-item-content {
    font-family: "ArialCurive";
}
section.my .my-items .my-item.my-profile .my-item-name {
    background: url('/templates/images/my_profile.png') 0% 50% no-repeat;
}
section.my .my-items .my-item.my-advices .my-item-name {
    background: url('/templates/images/my_advices.png') 0% 50% no-repeat;
}
section.my .my-items .my-item.my-settings .my-item-name {
    background: url('/templates/images/my_settings.png') 0% 50% no-repeat;
}
section.my .my-pay {
    width: 45%;
    padding-left: 40px;
    display: table-cell;
}
section.my .my-pay .pay-form {
    background: #fae232;
    border-radius: 15px;
    padding: 30px 0 25px 0;
    position: relative;
}
section.my .my-pay .pay-form .caption {
    margin-left: 25px !important;
}
section.my .my-pay .pay-form .timer {
    font-family: "ArialCurive";
    background: #fff;
    border-radius: 10px 0 0 10px;
    padding: 4px 20px;
    position: absolute;
    top: 29px;
    right: 0;
}
section.my .my-pay .pay-form .tariffs {
    padding-bottom: 10px;
}
section.my .my-pay .pay-form .tariffs .tariff {
    font-size: 20px;
    padding: 15px 25px;
    border-bottom: #fff 1px solid;
}
section.my .my-pay .pay-form .tariffs .tariff:last-child {
    border-bottom: 0;
}
section.my .my-pay .pay-form .tariffs .tariff .name {
    font-weight: bold;
    padding-bottom: 8px;
}
section.my .my-pay .pay-form .tariffs .tariff .name .description {
    width: 16px;
    height: 16px;
    background: url('/templates/images/tariff_question.png') 50% 50% no-repeat;
    display: inline-block;
    position: relative;
    top: 2px;
    left: 2px;
    cursor: pointer;
}
section.my .my-pay .pay-form .tariffs .tariff .tariff-month {
    padding: 4px 0;
}
section.my .my-pay .pay-form .tariffs .tariff input {
    position: relative;
    top: 2px;
}
section.my .my-pay .pay-form .tariffs .tariff label {
    margin: 0 0 0 5px;
    display: inline-flex;
}
section.my .my-pay .pay-form .code {
    width: 100%;
    background: #5e5e5e;
    padding: 20px 0 20px 0;
    margin-bottom: 24px;
    display: table;
}
section.my .my-pay .pay-form .code .input {
    width: 135px;
    text-align: right;
    vertical-align: middle;
    display: table-cell;
}
section.my .my-pay .pay-form .code .input input {
    width: 100px;
    font-size: 14px;
    font-family: "ArialCurive";
    border: #fae232 1px solid;
    border-radius: 6px;
    padding: 4px;
    text-align: center;
}
section.my .my-pay .pay-form .code .code-message {
    font-family: "ArialCurive";
    font-size: 13px;
    color: #fae232;
    padding: 0 10px 0 20px;
    vertical-align: middle;
    display: table-cell;
}
section.my .my-pay .pay-form .button {
    margin-left: 25px;
}

section.my .my-weight-graph {
    width: 68%;
    vertical-align: top;
    display: table-cell;
}
section.my .my-weight-graph .periods {
    padding: 3px 10px 15px 10px;
    text-align: center;
}
section.my .my-weight-graph .periods .item {
    font-size: 16px;
    background: #e9e9e9;
    border: #e9e9e9 1px solid;
    border-radius: 13px;
    padding: 4px 12px;
    margin-right: 12px;
    cursor: pointer;
}
section.my .my-weight-graph .periods .item.open {
    background: #ffffff;
    border: #a278c7 1px solid;
}
section.my .my-weight-graph .offset {
    position: relative;
}
section.my .my-weight-graph .offset div {
    position: absolute;
    width: 30px;
    height: 58px;
    background: #ccc;
    top: -61px;
    cursor: pointer;
}
section.my .my-weight-graph .offset .prev {
    background: #e9e9e9 url('/templates/images/graph_arrow_left.png') 50% 50% no-repeat;
    left: 40px;
}
section.my .my-weight-graph .offset .next {
    background: #e9e9e9 url('/templates/images/graph_arrow_right.png') 50% 50% no-repeat;
    right: -3px;
}
section.my .my-weight-graph .offset div:hover {
    background-color: #ccc;
}
section.my .my-weight-graph .graph-empty {
    color: #aaa;
    margin-bottom: 40px;
}
section.my .my-weight {
    width: 32%;
    padding-top: 40px;
    vertical-align: top;
    display: table-cell;
}
section.my .my-weight .days {
    height: 350px;
    padding-left: 40px;
    position: relative;
}
section.my .my-weight .days .items {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
}
section.my .my-weight .days .items .listing {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
section.my .my-weight .days .arrow-up, section.my .my-weight .days .arrow-down {
    width: 39px;
    height: 25px;
    position: absolute;
    left: 159px;
    cursor: pointer;
    opacity: 0.75;
}
section.my .my-weight .days .arrow-up {
    background: url('/templates/images/weights_arrow_up.png') 50% 50% no-repeat;
    top: -36px;
}
section.my .my-weight .days .arrow-down {
    background: url('/templates/images/weights_arrow_down.png') 50% 50% no-repeat;
    bottom: -28px;
}
section.my .my-weight .days .arrow-up:hover, section.my .my-weight .days .arrow-down:hover {
    opacity: 1;
}
section.my .my-weight .days .day {
    border: #bfbfbf 1px solid;
    border-radius: 20px;
    padding: 11px 130px 13px 0;
    margin-bottom: 5px;
    text-align: right;
    position: relative;
}
section.my .my-weight .days .day.no-progress {
    background: url('/templates/images/weight_no_progress.png') 172px 50% no-repeat;
}
section.my .my-weight .days .day.today {
    background-color: #ead9ff;
}
section.my .my-weight .days .day .value-integer {
    font-size: 28px;
    color: #6a448a;
    position: absolute;
    top: 6px;
    right: 29px;
}
section.my .my-weight .days .day .value-fractional {
    font-size: 18px;
    color: #6a448a;
    position: absolute;
    top: 15px;
    right: 16px;
}
section.my .my-weight .days-empty {
    color: #aaa;
    text-align: center;
}
section.my .my-weight .statistic {
    background: #fae232;
    border-radius: 20px;
    margin: 80px 0 40px 40px;
}
section.my .my-weight .statistic .item {
    border-bottom: #fff 1px solid;
    padding: 14px 84px 16px 14px;
    position: relative;
}
section.my .my-weight .statistic .item:last-child {
    border-bottom: 0;
}
section.my .my-weight .statistic .item .value {
    font-size: 32px;
    color: #aaa;
    position: absolute;
    top: 8px;
    right: 12px;
}
section.my .my-weight .statistic .item .value.plus {
    color: #43a943;
}
section.my .my-weight .statistic .item .value.minus {
    color: #fe4968;
}
section.my .my-weight .statistic .item .value b {
    font-size: 22px;
    font-weight: normal;
}

section.my .profile.registration {
    border: #fced84 2px solid;
    border-radius: 10px;
    padding: 40px 40px 10px 40px;
}
section.my .profile * {
    font-family: "ArialCurive";
}
section.my .profile .field {
    width: 100%;
    margin-bottom: 16px;
    display: table;
}
section.my .profile .field.right {
    text-align: right;
}
section.my .profile .field .label {
    font-size: 17px;
    color: #999;
    padding: 0 0 6px 6px;
}
section.my .profile .field .input {
    border: #ccc 1px solid;
    border-radius: 15px;
    padding: 4px 12px 5px 12px;
    position: relative;
}
section.my .profile .field .input.disabled {
    background: #eee;
}
section.my .profile .field .input input, section.my .profile .field .input select, section.my .profile .field .input textarea {
    width: 100%;
    font-size: 17px;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}
section.my .profile .field .input input {
    padding-bottom: 1px;
}
section.my .profile .field .input textarea {
    height: 63px;
    padding: 4px 0 0 0;
}
section.my .profile .field .input.min {
    width: 60px !important;
    text-align: center;
    display: inline-block;
}
section.my .profile .field .input.mid {
    width: 120px !important;
    display: inline-block;
}
section.my .profile .field .input.max {
    width: 320px !important;
    display: inline-block;
}
section.my .profile .field .input.input-phone {
    padding-left: 125px !important;
}
section.my .profile .field .input.input-phone .input-phone-code {
    position: absolute;
    top: 4px;
    left: 10px;
    cursor: pointer;
}
section.my .profile .field .input.input-phone .input-phone-code .input-phone-code-image {
    width: 30px;
    display: inline-block;
}
section.my .profile .field .input.input-phone .input-phone-code .input-phone-code-image img {
    width: 100%;
    vertical-align: middle;
}
section.my .profile .field .input.input-phone .input-phone-code .input-phone-code-arrow {
    width: 20px;
    height: 16px;
    background: url('/templates/images/phone_codes_arrow.png') 50% 50% no-repeat;
    position: relative;
    top: 3px;
    display: inline-block;
    opacity: 0.5;
}
section.my .profile .field .input.input-phone .input-phone-code:hover .input-phone-code-arrow {
    opacity: 1;
}
section.my .profile .field .input.input-phone .input-phone-code .input-phone-code-value {
    width: 35px;
    font-size: 15px;
    text-align: center;
    display: inline-block;
}
section.my .profile .field .input.input-phone .input-phone-code-listing {
    width: 100%;
    height: 286px;
    background: #fff;
    border: #ccc 1px solid;
    border-radius: 15px;
    overflow-y: scroll;
    position: absolute;
    top: 31px;
    left: -1px;
    z-index: 80;
    display: none;
}
section.my .profile .field .input.input-phone .input-phone-code-listing div {
    font-size: 15px;
    background-position: 10px 7px;
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 4px 0 4px 36px;
    cursor: pointer;
}
section.my .profile .field .input.input-phone .input-phone-code-listing div:hover {
    background-color: #ccc;
}
section.my .profile .field #s {
    width: 80px;
    height: 53px;
    background: url('/templates/images/s_min.png') 50% 0px no-repeat;
    display: table;
}
section.my .profile .field #s div {
    width: 50%;
    height: 100%;
    display: table-cell;
    cursor: pointer;
    opacity: 0.5;
}
section.my .profile .field #s.s1 {
    background-position: 50% 0px;
}
section.my .profile .field #s.s2 {
    background-position: 50% -53px;
}
section.my .profile .pregnancy {
    position: relative;
    padding-left: 6px;
}
section.my .profile .pregnancy .item {
    font-size: 13px;
    padding-top: 2px;
}
section.my .profile .pregnancy .item input {
    position: relative;
    top: 2px;
}
section.my .profile .pregnancy .pregnancy-input {
    width: 36px;
    border: #ccc 1px solid;
    border-radius: 15px;
    padding: 2px 0 1px 0;
    position: absolute;
    left: 330px;
    bottom: -6px;
}
section.my .profile .pregnancy .pregnancy-input input {
    width: 100%;
    background: transparent;
    border: 0;
    text-align: center;
    padding: 1px 0 0 0;
    margin: 0;
}

section.my .plates {
    padding: 0 0 18px 0;
}
section.my .plate {
    margin: 0 0 8px 160px;
    position: relative;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
     user-select: none;
}
section.my .plate .plate-name {
    border-radius: 23px;
    position: relative;
}
section.my .plate .plate-name .name {
    font-size: 22px;
    color: #fff;
    padding: 5px 63px 8px 23px;
    cursor: pointer;
}
section.my .plate .plate-name input {
    width: 258px;
    font-size: 22px;
    border-radius: 6px;
    padding: 0 4px 3px 4px;
    margin: 2px 18px;
    display: none;
}
section.my .plate .plate-name .check {
    width: 26px;
    height: 26px;
    margin: 0 auto;
    background: url('/templates/images/plate_group_check.png') 5px 50% no-repeat;
    border: #d9d8d8 1px solid;
    border-radius: 14px;
    text-align: right;
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}
section.my .plate .plate-name.custom .name {
    padding: 3px 63px 6px 23px;
}
section.my .plate .plate-name.disabled {
    border-color: #ccc !important;
}
section.my .plate .plate-name.disabled .name {
    color: #ccc !important;
}
section.my .plate .plate-name.disabled .check {
    background: none;
    text-align: left;
}
section.my .plate .plate-name.disabled .check .background {
    background: #ccc !important;
}
section.my .pause {
    padding: 0 0 16px 0;
    text-align: right;
}
section.my .pause .days {
    padding-bottom: 20px;
}
section.my .pause .days div {
    color: #9437ff;
}
section.my .pause .days .pauses-empty {
    color: #aaa;
    text-align: center;
}
section.my .pause .available {
    color: #18bb12;
    padding-top: 20px;
    text-align: center;
}
section.my .notifications {
    margin-bottom: 18px;
}
section.my .notifications .item {
    font-family: "ArialCurive";
    font-size: 24px;
    padding-left: 20px;
    margin-bottom: 6px;
    position: relative;
}
section.my .notifications .item .check {
    width: 26px;
    height: 26px;
    background: url('/templates/images/notification_check.png') 5px 50% no-repeat;
    border: #d9d8d8 1px solid;
    border-radius: 14px;
    position: absolute;
    top: 0;
    left: -16px;
    cursor: pointer;
}
section.my .notifications .item.disabled {
    color: #ccc !important;
}
section.my .notifications .item.disabled .check {
    background: none;
}
section.my .password {
    padding: 0 0 16px 0;
}
section.my .password form {
    text-align: right;
}
section.my .password .input {
    border: #ccc 1px solid;
    border-radius: 15px;
    padding: 2px 12px 1px 12px;
    margin: 0 0 8px 90px;
    position: relative;
}
section.my .password .input input, section.my .password .input select {
    width: 100%;
    font-family: "ArialCurive";
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}
section.my .input.error {
    background: #fbbbbb;
    border: #de474e 1px solid;
}
section.my .input .error-text {
    font-family: "ArialCurive";
    font-size: 12px;
    color: #de474e;
    white-space: nowrap;
    position: absolute;
    top: -16px;
    left: 6px;
}
section.my .password .input .error-text {
    top: 5px;
    left: auto;
    right: 6px;
}

.is-mobile {
    display: none !important;
}

/* */
@media (max-width: 1000px) {
    #slides .logo {
        left: 40px;
    }
    #slides .arrow-up {
        left: 40px;
    }
    #slides .arrow-down {
        left: 108px;
    }
    #slides .menu {
        font-size: 14px;
        left: 40px;
    }
    #slides .copyright {
        display: none;
    }
    #slides .slide .title {
        font-size: 24px;
        padding: 0 30px 28px 40px;
    }
    #slides .slide .text {
        font-size: 16px;
        padding: 0 30px 0 40px;
    }
    #slides .slide .button {
        width: 250px;
        font-size: 16px;
        padding: 14px 0 14px 0;
    }
}
@media (max-width: 500px) {
    #slides {
        min-height: 520px;
    }
    #slides .logo {
        top: 20px;
        left: 20px;
    }
    #slides .arrow-up {
        left: 15px;
        bottom: 50px;
    }
    #slides .arrow-down {
        left: 83px;
        bottom: 50px;
    }
    #slides .menu {
        font-size: 11px;
        left: 15px;
        bottom: 20px;
    }
    #slides .menu a {
        margin-right: 9px;
    }
    #slides .copyright {
        display: none;
    }
    #slides .slide .info {
        min-width: 100%;
    }
    #slides .slide .info .row-top {
        height: 120px;
    }
    #slides .slide .info .row-bottom {
        height: 120px;
    }
    #slides .slide .title {
        font-size: 18px;
        padding: 0 10px 18px 20px;
    }
    #slides .slide .text {
        font-size: 14px;
        padding: 0 30px 0 20px;
    }
    #slides .slide .button {
        width: 250px;
        font-size: 16px;
        padding: 14px 0 14px 0;
        margin-top: 12px;
    }
}
@media (max-width: 320px) {
    #slides .menu {
        bottom: 10px;
    }
    #slides .slide .title {
        padding: 0 10px 8px 20px;
    }
    #slides .slide .button {
        width: 200px;
        font-size: 14px;
        padding: 10px 0 10px 0;
        margin-top: 0;
    }
}
@media (min-width: 1800px) {
    #slides .logo {
        left: 120px;
    }
    #slides .arrow-up {
        left: 120px;
    }
    #slides .arrow-down {
        left: 188px;
    }
    #slides .menu {
        font-size: 18px;
        left: 120px;
    }
    #slides .slide .title {
        font-size: 42px;
        padding: 0 120px 28px 120px;
    }
    #slides .slide .text {
        font-size: 24px;
        padding: 0 30px 0 120px;
    }
    #slides .slide .button {
        width: 360px;
        font-size: 20px;
        padding: 21px 0 21px 0;
    }
}

/* */
@media (max-width: 545px) {
    body {
        margin: 0 0 222px 0;
        padding: 0;
    }
    ul, ol {
        padding: 0 0 0 18px;
    }
    .is-mobile {
        display: block !important;
    }
    #windows .window {
        width: 290px !important;
    }
    #windows .window .title {
        padding: 15px 15px 0 15px !important;
    }
    #windows .window .content {
        font-size: 15px;
        padding: 15px 15px 5px 15px !important;
    }
    .window {
        width: 280px !important;
        padding: 20px 0 0 0 !important;
    }
    .search-results .plate-form-details .window {
        padding: 0 !important;
    }
    #main {
        min-width: 320px;
        min-height: 100%;
    }
    #main .container {
        width: 100% !important;
    }
    #main .header {
        width: 280px;
        height: 120px;
        margin: 0 auto;
    }
    #main .header a.logo {
        top: 20px;
        left: 100px !important;
    }
    #main .header div.logo {
        display: none;
    }
    #main .header .slogan {
        width: 160px;
        top: 50px;
        left: 85px;
        display: none;
    }
    #main .header .slogan div {
        font-size: 14px;
        padding-left: 15px;
    }
    #main .header .menu {
        display: none;
    }
    #main .header .pause {
        width: 32px;
        height: 32px;
        background: url('/templates/images/my_pause.png') 50% 50% no-repeat;
        background-size: contain;
        position: absolute;
        top: 40px;
        left: 40px;
    }
    #main .header .profile {
        width: 32px;
        height: 32px;
        background: url('/templates/images/my_profile.png') 0% 50% no-repeat;
        position: absolute;
        top: 40px;
        left: 0;
    }
    body.gradient #main .header .profile {
        background: url('/templates/images/my_profile_white.png') 0% 50% no-repeat;
    }
    #main .header .logout {
        width: 32px;
        height: 32px;
        background: url('/templates/images/menu_logout.png') 0 50% no-repeat;
        position: absolute;
        top: 40px;
        right: 0;
    }
    body.gradient #main .header .logout {
        background: url('/templates/images/menu_logout_white.png') 0% 50% no-repeat;
    }
    #main section.my-top {
        display: none;
    }
    #main section.my-top-mobile {
        width: 300px;
        padding-bottom: 20px;
        margin: 0 auto;
    }
    #main section.my-top-mobile.pay-message {
        display: none !important;
    }
    #main section.my-top-mobile .item {
        border-radius: 12px;
        padding: 0 48px 16px 48px;
        margin-bottom: 10px;
        text-align: center;
        position: relative;
    }
    #main section.my-top-mobile .item .label {
        color: #fff;
        padding: 12px 0 12px 0;
        text-align: center;
    }
    #main section.my-top-mobile .weight {
        background: #ff035e;
    }
    #main section.my-top-mobile .weight .weight-input {
        width: 80px;
        color: #fff;
        background: rgba(255, 255, 255, 0.2);
        border: #fff 1px solid;
        border-radius: 6px;
        padding: 15px 0 14px 0;
        margin-bottom: 16px;
        text-align: center;
        position: relative;
        cursor: pointer;
    }
    #main section.my-top-mobile .weight .weight-input span.integer {
        font-size: 24px;
    }
    #main section.my-top-mobile .weight .weight-input span.decimal {
        font-size: 16px;
    }
    #main section.my-top-mobile .weight .weight-input-dialog {
        width: 204px;
        background: #fff;
        border-radius: 6px;
        padding: 19px 0 18px 0;
        position: absolute;
        top: 43px;
        left: 48px;
        z-index: 80;
        display: none;
    }
    #main section.my-top-mobile .weight .weight-input-dialog .weight-input-row {
        width: 100%;
        display: table;
    }
    #main section.my-top-mobile .weight .weight-input-dialog .weight-input-col {
        width: 38%;
        text-align: center;
        display: table-cell;
    }
    #main section.my-top-mobile .weight .weight-input-dialog .input-items {
        height: 140px;
        margin: 0 10px;
        overflow-y: scroll;
        scrollbar-width: none;
    }
    #main section.my-top-mobile .weight .weight-input-dialog .input-items .input-value {
        font-size: 26px;
        text-align: center;
    }
    #main section.my-top-mobile .weight .weight-input-dialog .input-items .input-value:hover {
        background: #ebebeb;
    }
    #main section.my-top-mobile .weight .weight-input-dialog .input-items .input-value.select {
        color: #fff;
        background: #ff035e;
    }
    #main section.my-top-mobile .weight .weight-input-dialog .weight-input-close {
        width: 24%;
        text-align: right;
        vertical-align: top;
        display: table-cell;
    }
    #main section.my-top-mobile .weight .weight-input-dialog .weight-input-close div {
        width: 32px;
        height: 32px;
        background: url('/templates/images/plate_close.png') 50% 50% no-repeat;
        position: relative;
        top: -16px;
        right: -12px;
        cursor: pointer;
        opacity: 0.25;
    }
    #main section.my-top-mobile .weight-graph {
        width: 93px;
        height: 54px;
        background: url('/templates/images/my_graph_m.png') 50% 50% no-repeat;
        border: #fff 1px solid;
        border-radius: 6px;
        text-align: center;
        position: absolute;
        top: 43px;
        right: 48px;
    }
    #main section.my-top-mobile .quota {
        background: #7711a6;
    }
    #main section.my-top-mobile .quota .value {
        font-size: 28px;
        color: #fff;
        background: url('/templates/images/my_quota.png') 50% 0 no-repeat;
        padding: 20px 0;
        text-align: center;
    }
    #main section.my-top-mobile .foods {
        background: #008f00;
    }
    #main section.my-top-mobile .foods .foods-icon {
        height: 70px;
        background: url('/templates/images/my_foods.png') 50% 5px no-repeat;
    }
    #main section.my-top-mobile .socials {
        background: #efefef;
    }
    #main section.my-top-mobile .socials div {
        padding-top: 20px;
        text-align: center;
    }
    #main section.my-top-mobile .socials a {
        width: 64px;
        height: 48px;
        display: inline-block;
    }
    #main section.my-top-mobile .socials .youtube {
        background: url('/templates/images/socials/youtube.png') 50% 50% no-repeat;
        background-size: contain;
    }
    #main section.my-top-mobile .socials .whatsapp {
        background: url('/templates/images/socials/whatsapp.png') 50% 50% no-repeat;
        background-size: contain;
    }
    #main section.my-top-mobile .socials .telegram {
        background: url('/templates/images/socials/telegram.png') 50% 50% no-repeat;
        background-size: contain;
    }
    #main section.my-top-mobile .item .button {
        color: #fff;
        background: rgba(255, 255, 255, 0.1);
        border: #fff 1px solid;
        border-radius: 12px;
        padding: 6px 0;
        text-align: center;
        display: block;
    }
    #main section.my-top-mobile .item .button:hover {
        background: rgba(255, 255, 255, 0.5);
    }
    #main section.my .my-items {
        width: 300px;
        padding: 0 0 20px 0;
        margin: 0 auto;
        display: block;
    }
    #main section.my .my-items .my-item .my-item-name {
        width: auto;
        font-size: 18px;
        padding: 10px 0 6px 48px;
    }
    #main section.my .my-items .my-item .my-item-name .my-item-arrow {
        top: 0;
    }
    #main section.my .my-pay {
        width: 300px;
        padding: 0;
        margin: 0 auto;
        display: block;
    }
    #main section.my .my-pay .pay-form {
        padding: 15px 0 15px 0;
    }
    #main section.my .my-pay .pay-form .caption {
        margin: 0 !important;
    }
    #main section.my .my-pay .pay-form .tariffs .tariff {
        padding: 15px 0 15px 15px;
    }
    #main section.my .my-pay .pay-form .timer {
        position: initial;
        margin-left: 50px;
        margin-bottom: 12px;
    }
    #main section.my .my-pay .pay-form .tariffs {
        padding: 0 0 24px 0;
    }
    #main section.my .my-pay .pay-form .tariffs .tariff {
        font-size: 13px;
    }
    #main section.my .my-pay .pay-form .tariffs .tariff .tariff-month {
        font-size: 14px;
    }
    #main section.my .my-pay .pay-form .tariffs .tariff label {
        margin: 0 0 0 4px;
    }
    #main section.my .my-pay .pay-form .code .input {
        width: 110px;
    }
    #main section.my .my-pay .pay-form .code .input input {
        width: 75px;
    }
    #main section.my .my-items .my-item .my-item-content {
        font-size: 14px;
        padding: 10px 10px 0 10px;
    }
    #main .center .icon {
        width: 21px;
    }
    #main .center .caption {
        font-size: 16px;
        padding: 8px 0 16px 0 !important;
        margin: 0;
        text-align: center;
    }
    #main .center .caption.min {
        font-size: 14px;
    }
    #main .center .user-form {
        width: 300px;
        padding: 4px 0 0 0;
    }
    #main .center .user-form.space {
        margin-top: 20px;
    }
    #main .center .user-form .field {
        text-align: center;
    }
    #main .center .user-form .text {
        font-size: 11px;
    }
    #main .center .user-form .image {
        padding: 0 0 20px 0;
    }
    #main .center .user-form .description {
        font-size: 11px;
        padding: 0 10px 10px 10px;
    }
    #main .center .user-form .input {
        border-radius: 10px;
        padding: 0px 10px 3px 10px;
    }
    #main .center .user-form .input input {
        font-size: 12px;
    }
    #main .center .user-form .input .error-text {
        font-size: 10px;
        top: -14px;
        left: 11px;
        color: #ff0000;
    }
    #main .center .user-form .phone .input {
        padding-left: 17px;
    }
    #main .center .user-form .field .info {
        font-size: 10px;
        left: 12px;
    }
    #main .center .user-form .phone .info-phone {
        font-size: 12px;
        color: #888;
        top: 6px;
        left: 11px;
    }
    #main .center .user-form .field.check, #main .center .user-form .field.link {
        font-size: 10px;
    }
    #main .center .user-form .button {
        width: 180px;
        font-size: 16px;
        border-radius: 16px;
        padding: 10px 0 10px 0;
    }
    #main .center .user-form .link {
        font-size: 12px;
        float: none;
        text-align: center;
    }
    #main .center .user-form .field .agree {
        width: 100%;
        font-size: 11px;
        position: relative;
        top: -18px;
        left: 0;
    }
    #main .center .profile.registration {
        padding: 10px 0 0 0;
        margin: 0 10px;
    }
    #main .center .profile .field {
        width: auto;
        margin: 0 0 12px 0;
        display: block;
    }
    #main .center .profile.registration .field {
        margin: 0 10px 12px 10px;
    }
    #main .center .profile .field .label {
        font-size: 15px;
        padding: 0 0 4px 6px;
    }
    #main .center .profile .field .value {
        display: block;
    }
    #main .center .profile .field .value.space {
        padding: 0 0 0 10px;
    }
    #main .center .profile .pregnancy {
        padding: 0 0 6px 16px;
    }
    #main .center .profile .pregnancy .item {
        font-size: 9px;
    }
    #main .center .profile .pregnancy .item label {
        margin: 0 0 0 2px;
        position: relative;
        top: -3px;
    }
    #main .center .profile .pregnancy .pregnancy-input {
        left: 245px;
        bottom: 0;
    }
    #main .center .profile .field .input {
        width: auto !important;
        padding: 4px 6px 5px 6px;
    }
    #main .center .profile .field .input.min {
        width: 55px !important;
    }
    #main .center .profile .field .input.mid {
        width: 90px !important;
    }
    #main .center .profile .field .input input, #main .center .profile .field .input select, #main .center .profile .field .input textarea {
        font-size: 15px;
    }
    #main .center .profile .field .value .prefix {
        display: none;
    }
    #main .center .profile .field .value .postfix {
        font-size: 11px;
        position: relative;
        top: -4px;
    }
    #main .center .profile-form {
        width: 320px;
    }
    #main .center .profile-form .fields {
        width: 100%;
        padding: 0;
    }
    #main .center .profile-form .fields .cell {
        width: auto;
        padding: 0;
        display: table;
    }
    #main .center .profile-form .fields .label {
        padding: 0 0 20px 20px;
    }
    #main .center .profile-form .fields .label.min {
        padding: 0 0 5px 20px;
    }
    #main .center .profile-form .fields .label .info {
        padding-left: 8px;
        position: relative;
        top: 0px;
        display: inline;
    }
    #main .center .profile-form .fields .field {
        padding: 0 20px 20px 20px;
    }
    #main .center .profile-form .button {
        font-size: 16px;
        border-radius: 6px;
        padding: 10px 0 10px 0;
        white-space: normal;
    }
    #main .center .profile-form .arrow {
        display: none;
    }
    #main section.my .plate {
        margin: 0 0 8px 0;
    }
    #main section.my .notifications .item {
        font-size: 15px;
        padding-top: 4px;
        padding-left: 34px;
        margin-bottom: 12px;
    }
    #main section.my .notifications .item .check {
        left: -2px;
    }
    #main .center .profile .field .input.error {
        margin-bottom: 16px;
    }
    #main section.my .profile .input.error .error-text {
        top: 28px;
        left: 8px;
    }
    #main section.my .password .input.error {
        margin: 10px 0 20px 90px;
    }
    #main section.my .password .input.error .error-text {
        top: -16px;
    }
    #main section.my .my-weight-graph {
        width: auto;
        display: block;
    }
    #main section.my .my-weight-graph .periods .item {
        font-size: 11px;
        padding: 4px 4px;
        margin-right: 2px;
    }
    #highchart {
        width: 320px !important;
        margin: 0 auto;
    }
    #main section.my .my-weight {
        width: 320px;
        padding: 0;
        margin: 0 auto;
        display: block;
    }
    #main section.my .my-weight .days {
        padding: 0 10px;
    }
    #main section.my .my-weight .days .day.no-progress {
        background-position: 202px 50%;
    }
    #main section.my .my-weight .days .arrow-up, #main section.my .my-weight .days .arrow-down {
        left: 139px;
    }
    #main section.my .my-weight .statistic {
        margin: 0 10px 20px 10px;
    }
    #main section.my .my-weight .statistic.is-comp {
        display: none;
    }
    #main section.plates .days {
        width: auto;
        float: none;
    }
    #main section.plates .plates {
        width: 300px;
        border: 0;
        padding: 0;
        margin: 0 auto;
    }
    #main section.plates .plates-sum {
        background-position: 50% 50%;
        text-align: center;
    }
    #main section.plates .plates-menu {
        right: -9px;
    }
    #main section.plates .plates .plate-name {
        width: auto;
    }
    #main section.plates .plate .plate-name .name {
        padding-left: 16px;
    }
    #main section.plates .plate .plate-name .arrow {
        display: none;
    }
    #main section.plates .plate .plate-name .plate-menu-button {
        width: 24px;
        height: 28px;
        background: url('/templates/images/plate_menu_show.png') 50% 50% no-repeat;
        position: absolute;
        top: 6px;
        right: 9px;
        cursor: pointer;
    }
    #main section.plates .plate .plate-name.custom .plate-menu-button {
        background-image: url('/templates/images/plate_menu_show_custom.png') !important;
        top: 4px;
        right: 7px;
    }
    #main section.plates .plates .plate-menu {
        width: auto;
        right: -10px;
        top: 45px;
        z-index: 32;
        display: none;
    }
    #main section.plates .plates .plate-sum {
        width: auto;
        border: 0;
        top: 8px;
        right: 48px;
    }
    #main section.plates .plate .plate-sum .plate-weight {
        width: 64px;
        color: #fff;
        white-space: nowrap;
    }
    #main section.plates .plate .plate-sum .plate-value {
        width: 88px;
        font-size: 22px;
        color: #fff;
    }
    #main section.plates .plate .plate-submenu {
        margin-top: 10px;
        text-align: right;
    }
    #main section.plates .comments-form textarea {
        width: 220px;
    }
    #main section.plates .plate .plate-foods .plate-food {
        padding-bottom: 48px;
        padding-right: 10px;
    }
    #main section.plates .plate .plate-foods .plate-food .food-name {
        width: auto;
    }
    #main section.plates .plate .plate-foods .plate-food .food-weight {
        width: 80px;
        top: auto;
        left: 28px;
        right: auto;
        bottom: 10px;
    }
    #main section.plates .plate .plate-foods .plate-food .food-value {
        width: auto;
        top: auto;
        right: 28px;
        bottom: 10px;
    }
    #main section.plates .plate .plate-foods .plate-food .food-name .name {
        max-height: 38px;
        white-space: normal;
    }
    #main section.plates .plate-add {
        padding: 60px 0 35px 0;
    }
    #main section.plates .plate-add a {
        font-size: 18px;
        padding: 30px 30px 30px 82px;
    }
    #main .center .advice {
        width: 300px;
        font-size: 12px;
    }
    #main .center .advice .delta {
        font-size: 45px;
        background: url('/templates/images/delta_min.png') 50% 50% no-repeat;
    }
    #main .center .advice .delta .min, #main .center .advice .delta .max {
        display: none;
    }
    #main .center .caption.inner, #main .center .caption.inner-left {
        font-size: 20px;
        margin: 0;
    }
    #main .center .linear {
        padding: 1px 2px;
    }
    #main .center .comments {
        width: 300px;
    }
    #main .center .comments .comment-add {
        width: 140px;
        top: 0;
    }
    #main .center .comments .comment-add .button {
        font-size: 12px;
    }
    #main .center .comments .comment-add .label {
        font-size: 12px;
    }
    #main .center .comments .comment-new .field .error-text {
        font-size: 12px;
        padding-top: 2px;
    }
    #main .center .comments .comment-new .info {
        font-size: 12px;
        padding-top: 2px;
    }
    #main .center .comments .comment-new {
        padding-top: 10px;
    }
    #main .center .comments .comment-new .form-info {
        width: 115px;
        font-size: 12px;
        text-align: right;
    }
    #main .center .comments .comment-new .field {
        margin:    0 17px 10px 5px;
    }
    #main .center .comments .comment-new .field .label {
        display: none;
    }
    #main .center .comments .comment-new .photos .items {
        width: auto;
        height: auto;
        position: static;
        padding-top: 6px;
    }
    #main .center .comments .comment-new .photos .item {
        width: 64px;
        height: 64px;
    }
    #main .center .comments .comment-new .photos .item .descriptions {
        width: 194px;
        left: 68px;
    }
    #main .center .comments .comment .details {
        width: auto;
        float: none;
    }
    #main .center .comments .comment .name {
        font-size: 12px;
        padding-bottom: 0;
    }
    #main .center .comments .comment .rating {
        position: absolute;
        top: 0;
        right: 0;
    }
    #main .center .comments .comment .text {
        min-height: auto;
        margin: 20px 0 5px 0;
    }
    #main .center .comments .comment .text .comment-text {
        font-size: 12px;
    }
    #main .center .comments .comment .text .comment-photos {
        margin: 0;
    }
    #main .center .comments .comment .text .comment-photos img {
        width: 64px;
        height: 64px;
    }
    #main .center .comments .comment .text .comment-photos div {
        width: 58px;
        font-size: 10px;
        padding: 3px;
    }
    #main .center .comments .comment .text .reply-text {
        font-size: 12px;
        margin-top: 6px;
    }
    #main .center .comments .comments-others {
        font-size: 14px;
    }
    #main .center .comments .comment-info {
        font-size: 12px;
    }
    #main .center .comments .comment-finish {
        font-size: 12px;
    }
    #main .center .documents {
        width: 300px;
    }
    #main .center .documents .document {
        font-size: 12px;
    }
    #main .center .about {
        width: 300px;
        font-size: 12px;
    }
    #main .center .about .steps {
        display: block;
    }
    #main .center .about .steps .step {
        width: auto;
        padding: 0 0 10px 0;
        display: block;
    }
    #main .center .about .steps .step .image {
        height: 170px;
    }
    #main .center .about .steps .step .text {
        min-height: auto;
        font-size: 12px;
    }
    #main .center .about .steps .step .text p:first-child {
        font-size: 16px;
    }
    #main .center .about .steps .arrow {
        width: auto;
        height: 60px;
        background: url('/templates/images/arrow_v.png') 50% 50% no-repeat;
        display: block;
    }
    #main .center .questions {
        width: 300px;
        margin-bottom: 84px;
    }
    #main .center .questions .questions-groups .item {
        width: auto;
        float: none;
        margin-bottom: 10px;
        display: block;
    }
    #main .center .questions .questions-groups .item div {
        font-size: 20px;
        margin: 0;
    }
    #main .center .questions .question-group {
        font-size: 24px;
        background-size: 40px;
        padding-left: 68px;
        margin: 0;
    }
    #main .center .questions .question-group.search input {
        font-size: 24px;
    }
    #main .center .questions .question-group.search .clear {
        top: 7px;
        right: 0;
    }
    #main .center .questions .questions-search {
        width: auto;
        float: none;
        padding: 0;
        margin: 0 5px;
    }
    #main .center .questions .questions-search .input {
        margin: 30px 0 0 0;
    }
    #main .center .questions .questions-search .clear {
        right: 5px;
    }
    #main .center .questions .question-not-found {
        background-position: 5% 25%;
        background-size: 25%;
        padding: 5px 0 0 100px;
    }
    #main .center .questions .question-group-item {
        font-size: 18px;
        margin: 0 10px;
    }
    #main .center .questions .question {
        font-size: 24px;
        padding: 0 10px 20px 10px;
    }
    #main .center .questions .answer-min {
        font-size: 16px;
        padding: 4px 10px;
    }
    #main .center .questions .answer {
        font-size: 16px;
        padding: 4px 10px;
    }
    #main .center .questions .answer img {
        max-width: 100%;
        height: auto;
    }
    #main .center .questions .answer iframe {
        max-width: 100%;
        height: auto;
    }
    #main .center .questions .sources {
        font-size: 16px;
        padding: 2px 10px 4px 48px;
    }
    #main .center .questions .sources .arrow {
        width: 39px;
        height: 29px;
        background-size: 40px;
    }
    #main .center .questions .sources-text {
        font-size: 16px;
        padding: 4px 10px;
    }
    #main .center .questions .others-questions .others-questions-caption {
        padding: 3px 10px 4px 10px;
    }
    #main .center .questions .others-questions .item {
        font-size: 18px;
        padding: 8px;
    }
    #main .center section.foods-categories .items {
        height: 73px;
    }
    #main .center section.foods-categories .items .item img {
        height: 60px;
    }
    #main .center section.foods .food {
        width: 320px;
    }
    #main .center section.food .about {
        display: block;
    }
    #main .center section.food .about .name {
        font-size: 20px;
    }
    #main .center section.food .about .weights {
        margin-top: 16px;
    }
    #main .center section.food .about .weight .value {
        font-size: 48px;
        padding-left: 20px;
    }
    #main .center section.food .about .weight .label {
        padding-left: 20px;
    }
    #main .center section.food .about .weight-analog .value {
        font-size: 24px;
    }
    #main .center section.food .about .food-description-link {
        display: none;
    }
    #main .center section.food .info .food-description-link {
        display: block;
    }
    #main .center section.food .photos {
        width: auto;
        display: block;
    }
    #main .center section.food .photos .arrow {
        display: none;
    }
    #main .center section.food .photos .items {
        padding-top: 10px;
        text-align: center;
    }
    #main .center section.food .photos .items .item {
        width: 18px;
        height: 18px;
        background: #fff;
        border: #000 2px solid;
        border-radius: 50%;
        padding: 0;
    }
    #main .center section.food .photos .items .item.select {
        background: none;
    }
    #main .center section.food .photos .items .item.select div {
        width: 12px;
        height: 12px;
        background: #000;
        border-radius: 50%;
        padding: 0;
        margin: 3px;
        display: block;
    }
    #main .center section.food .photos .items img {
        display: none;
    }
    #main .center section.food .details {
        width: auto;
        padding-top: 30px;
        display: block;
    }
    #main .center section.food .properties .property .name {
        font-size: 14px;
        padding: 10px;
    }
    #main .center section.food .sum .label {
        font-size: 12px;
        padding-right: 10px;
    }
    #main .center section.food .sum .weight {
        width: 70px;
    }
    #main .center section.food .sum .value {
        font-size: 32px;
        padding-left: 10px;
    }
    #main .center section.foods-not-found {
        padding: 25px 20px;
    }
    #main .center section.foods-not-found .image {
        width: auto;
        height: 150px;
        background: url('/templates/images/not_found.jpg') 50% 50% no-repeat;
        background-size: contain;
        position: relative;
    }
    #main .plate-form-details .plate-button {
        font-size: 21px;
    }
    #main .footer {
        height: 280px;
    }
    #main .footer .menu {
        width: 300px;
        padding: 12px 10px;
        margin: 0 auto;
    }
    #main .footer .menu a {
        padding: 5px 0;
        display: block;
    }
    #main .footer .contacts {
        width: 300px;
        padding: 12px 10px;
        margin: 0 auto;
        position: relative;
        top: 0;
        right: 0;
    }
    #main .footer .contacts a {
        padding: 5px 0;
        display: block;
    }
    #main .footer .req {
        padding: 10px 60px;
        text-align: left;
    }
    #main .footer .req span {
        display: inline-block;
    }
    #main .copyright {
        display: none;
    }
    /* ПОИСК ДЛЯ СМАРТФОНОВ */
    #main section.foods-categories.searching, #main section.foods.searching, #main section.food.searching {
        display: none !important;
    }
    #main section.foods-search .search-results {
        position: initial;
    }
    #main section.foods-search .search-items {
        border: 0;
        padding: 20px 0;
        display: block;
    }
    #main section.foods-search .search-item {
        width: 50%;
        float: left;
        border: 0;
        padding: 0;
        margin-bottom: 10px;
        display: block;
    }
    #main section.foods-search .search-item:nth-child(odd) {
        clear: both;
    }
    #main section.foods-search .search-results .search-item .search-item-content {
        width: auto;
        background: #fff;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
        margin: 0 0 0 5px;
        display: block;
    }
    #main section.foods-search .search-results .search-item:nth-child(odd) .search-item-content {
        margin: 0 5px 0 0;
    }
    #main section.foods-search .search-results .search-item .image {
        width: auto;
        margin-bottom: 4px;
        display: block;
    }
    #main section.foods-search .search-results .search-item .image img {
        width: 100%;
    }
    #main section.foods-search .search-results .search-item .search-name {
        height: 62px;
        font-size: 13px;
        padding: 0 6px;
        overflow: hidden;
        display: block;
    }
    #main section.foods-search .search-results .search-item .details {
        width: auto;
        font-size: 15px;
        padding: 4px 6px 6px 6px;
        display: block;
    }
    #main section.foods-search .search-results .search-item .plate-add-min {
        width: auto;
        background: none;
        padding-bottom: 10px;
        cursor: none;
        display: block;
    }
    #main section.foods-search .search-results .search-item .plate-add-min div {
        font-size: 13px;
        background: #008f00 url('/templates/images/plate_add_mobile.png') 8px 50% no-repeat;
        padding: 5px 0 6px 42px;
        margin: 0 18px;
        cursor: pointer;
        display: block;
    }
    #main .search-results .plate-form-details .row {
        display: block;
    }
    #main .search-results .plate-form-details .col-left, #main .search-results .plate-form-details .col-right {
        width: auto;
        display: block;
    }
    #main .plate-form-details .title {
        font-size: 14px;
        border-radius: 5px 5px 0 0;
    }
    #main .search-results .plate-form-details .plates-details {
        padding: 2px 0 0 0;
    }
    #main .properties-mix {
        padding: 0 18px 0 0;
    }
    #main .search-results .properties-mix {
        padding: 0 10px 0 0;
    }
    #main .properties-mix .property {
        width: 121px;
    }
    #main .properties-mix .property .name {
        font-size: 12px;
    }
    #main .properties-mix .property .value {
        font-size: 36px;
    }
    #main .properties-mix .property:first-child, #main .properties-mix .property:nth-child(2n+3) {
        margin-left: 0;
    }
    #main .properties-mix .property:first-child, #main .properties-mix .property:nth-child(3n+4) {
        margin-left: 10px;
    }
    #main .sum {
        padding: 20px 0 40px 0;
    }
    #main .search-results .sum {
        border-top: 0;
        border-bottom: #000 1px solid;
        padding: 0 0 60px 0;
    }
    #main .search-results .sum .label {
        font-size: 13px;
    }
    #main .search-results .sum .value {
        font-size: 20px;
        padding-left: 10px;
    }
    #main .sum .plate-form-button {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    #main .properties-caption {
        background: #dbc4fc url('/templates/images/properties_arrow_down.png') 97% 7px no-repeat;
        background-size: 10%;
        border-radius: 0 0 5px 5px;
        padding: 4px 48px 4px 12px;
        margin: 0 6px 20px 6px;
        cursor: pointer;
    }
    #main .properties-caption.open {
        background-image: url('/templates/images/properties_arrow_up.png');
    }
    #main .search-results .properties {
        height: 320px;
        padding: 0 10px;
        overflow-y: scroll;
        display: none;
    }
    #main .properties .property .name {
        font-size: 13px;
    }
    #main .properties .property .value {
        width: 50px;
        font-size: 36px;
    }
}

@media (min-width: 546px) {
    #main section.plates .plate .plate-weight {
        color: #aaa !important;
    }
    #main section.plates .plate .plate-value {
        color: #008f00 !important;
    }
}

.plate-form-details {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
    z-index: 101;
    display: none;
}
.plate-form-details .window {
    width: 360px;
    background: #fff;
    border: #ccc 1px solid;
    border-radius: 10px;
    padding: 1px;
    margin: 50px auto;
    text-align: center;
    position: relative;
    z-index: 8;
}
.plate-form-details .title {
    min-height: 33px;
    font-weight: bold;
    background: #dbc4fc;
    border-radius: 5px;
    padding: 6px 48px 5px 12px;
    margin: 6px 6px 0 6px;
}
.plate-form-details .title a {
    font-size: "ArialCurive";
    color: #fff;
    margin-left: 20px;
}
.plate-form-details .close {
    width: 32px;
    height: 32px;
    background: url('/templates/images/plate_close.png') 50% 50% no-repeat;
    border-radius: 3px;
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
    opacity: 0.5;
}
.plate-form-details .close.white {
    background-image: url('/templates/images/plate_close_white.png');
    top: 12px;
    right: 12px;
}
.plate-form-details .close:hover {
    opacity: 1;
}
.plate-form-details .plates-groups {
    padding: 20px 16px 0 16px;
}
.plate-form-details .plates-groups .item {
    color: #fff;
    font-size: 22px;
    border-radius: 23px;
    padding: 10px 72px 13px 22px;
    margin-bottom: 6px;
    position: relative;
    cursor: pointer;
}
.plate-form-details .plates-groups .item .check {
    width: 56px;
    height: 28px;
    background: #fff;
    border: #d9d8d8 1px solid;
    border-radius: 14px;
    margin: 0 auto;
    position: absolute;
    top: 8px;
    right: 8px;
}
.plate-form-details .plates-groups .item .check .background {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 14px;
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0.5;
    display: none;
}
.plate-form-details .plates-groups .item .check .pointer {
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: inline-block;
    position: relative;
    z-index: 1;
}
.plate-form-details .plates-groups .item.custom {
    padding: 8px 72px 11px 22px;
} 
.plate-form-details .plates-groups .item.custom .check {
    top: 6px;
}
.plate-form-details .plates-groups .item.select .check {
    text-align: right;
}
.plate-form-details .plates-groups .item.select .check .background {
    display: block;
}
.plate-form-details .plates-dates {
    padding: 16px 0 0 0;
}
.plate-form-details .plate-button {
    font-size: 27px;
    color: #fff;
    background: #1ca91d;
    border-radius: 12px;
    padding: 14px 24px 15px 24px;
    margin: 16px 0;
    cursor: pointer;
    display: inline-block;
}
.plate-form-details .plate-button.disabled {
    background: #b4b2b3;
}
.plate-form-details .plate-button:hover {
    border-color: #b43da6;
}

.search-results .plate-form-details .window {
    width: 860px;
}
.search-results .plate-form-details .row {
    width: 100%;
    display: table;
}
.search-results .plate-form-details .col-left {
    vertical-align: top;
    display: table-cell;
}
.search-results .plate-form-details .col-right {
    width: 360px;
    text-align: center;
    vertical-align: top;
    display: table-cell;
}
.search-results .plate-form-details .plates-details {
    padding: 20px 0 0 20px;
}

/* */

.properties {

}
.properties .property-name {
    font-family: "ArialCurive";
    padding: 10px;
}
.properties .property {
    border: #ccc 1px solid;
    border-radius: 10px;
    padding: 1px;
    margin-bottom: 15px;
    cursor: pointer;
    overflow: hidden;
}
.properties .property .content {
    width: 100%;
    display: table;
}
.properties .property .name {
    font-family: "ArialCurive";
    padding: 20px 10px;
    text-align: right;
    vertical-align: middle;
    display: table-cell;
}
.properties .property .value {
    width: 100px;
    font-size: 48px;
    color: #008f00;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.properties .property .check {
    width: 60px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.properties .property .check div {
    width: 28px;
    height: 28px;
    background: #fff;
    border: #d9d8d8 1px solid;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    display: inline-block;
}
.properties .property:hover {
    border: #aaa 2px solid;
    padding: 0;
}
.properties .property.select {
    border: #008f00 2px solid;
    padding: 0;
}
.properties .property.select .check div {
    background: #008f00;
    border: #008f00 1px solid;
}
.properties-mix {
    text-align: right;
}
.properties-mix .property-name {
    font-family: "ArialCurive";
    padding: 10px;
}
.properties-mix .property {
    width: 150px;
    height: 160px;
    border: #ccc 1px solid;
    border-radius: 10px;
    padding: 1px;
    margin: 0 0 12px 10px;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
}
.properties-mix .property:first-child, .properties-mix .property:nth-child(3n+4) {
    width: 144px;
    margin-left: 0;
}
.properties-mix .property .content {
    padding: 5px;
}
.properties-mix .property .value {
    font-size: 48px;
    color: #008f00;
    text-align: center;
    padding: 5px 0;
}
.properties-mix .property .name {
    height: 48px;
    font-size: 14px;
    font-family: "ArialCurive";
    text-align: center;
    overflow: hidden;
}
.properties-mix .property .check {
    width: 56px;
    height: 28px;
    margin: 0 auto;
    background: #fff;
    border: #d9d8d8 2px solid;
    border-radius: 15px;
}
.properties-mix .property .check div {
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: inline-block;
}
.properties-mix .property:hover {
    border: #aaa 2px solid;
    padding: 0;
}
.properties-mix .property.select {
    border: #008f00 2px solid;
    padding: 0;
}
.properties-mix .property.select .check {
    background: #008f00;
    border: #008f00 2px solid;
    border-radius: 15px;
    text-align: right;
}

.sum {
    width: 100%;
    border-top: #000 1px solid;
    padding: 50px 0 20px 0;
    margin: 30px 0;
    display: table;
}
.sum .label {
    padding-right: 15px;
    text-align: right;
    vertical-align: middle;
    display: table-cell;
}
.sum .weight {
    width: 80px;
    border: #8d8d8d 1px solid;
    border-radius: 6px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    position: relative;
}
.sum .weight input {
    width: 75%;
    font-size: 28px;
    background: transparent;
    border: 0;
    text-align: center;
}
.sum .weight div {
    width: 80%;
    height: 80%;
    opacity: 0.25;
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: -1;
}
.sum .value {
    font-size: 48px;
    color: #008f00;
    padding: 10px 0 0 15px;
    vertical-align: middle;
    display: table-cell;
}
.sum .plate-form-button {
    width: 80px;
    height: 55px;
    background: url('/templates/images/plate_form.png') 50% 50% no-repeat;
    display: table-cell;
    cursor: pointer;
}

#registration {
    width: 100%;
    height: 100%;
    display: table;
    position: fixed;
}
#registration .registration-info {
    width: 30%;
    background: #720bab url('/templates/images/registration_finish.png') 90% 90% no-repeat;
    background-size: 300px;
    vertical-align: top;
    display: table-cell;
    position: relative;
}
#registration .registration-info .logo {
    width: 80px;
    height: 80px;
    background: url('/templates/images/logo_white.png') 50% 50% no-repeat !important;
    position: absolute;
    top: 30px;
    left: 60px;
}
#registration .registration-info .text {
    font-family: "ArialCurive";
    color: #fff;
    padding: 280px 60px 120px 60px;
}
#registration .registration-content {
    padding: 100px 0;
    vertical-align: top;
    display: table-cell;
}

.registration-new {
    position: relative;
}
.registration-new .step-back {
    width: 32px;
    height: 32px;
    background: url('/templates/images/arrow_back.png') 50% 50% no-repeat;
    position: absolute;
    top: -50px;
    left: 32px;
}
.registration-new .step {
    position: absolute;
    top: -50px;
    right: 90px;
}
.registration-new .registration-title-max {
    padding: 25px 90px 25px 20px;
}
.registration-new .registration-title-max img {
    width: 60px;
    vertical-align: middle;
    margin-right: 6px;
}
.registration-new .registration-form {
    width: 320px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    padding: 0 90px 30px 90px;
}
.registration-new .registration-form-weight-wish {
    background-image: url('/templates/images/registration_weight_wish.png');
    background-size: 270px 240px;
    padding-bottom: 200px;
}
.registration-new .registration-form-details {
    background-image: url('/templates/images/registration_details.png');
    background-size: 270px 240px;
    padding-bottom: 200px;
}
.registration-new .registration-form-actions {
    background-image: url('/templates/images/registration_actions.png');
    background-size: 270px 240px;
    padding-bottom: 200px;
}
.registration-new .registration-form-finish {
    background: none;
}
.registration-new .registration-title {
    font-size: 20px;
    padding-bottom: 30px;
}
.registration-new .registration-title-max {
    font-family: "ArialCurive";
    font-size: 28px;
    padding-bottom: 30px;
}
.registration-new .registration-title-max.yellow {
    color: #ffc300;
}
.registration-new .registration-description {
    font-family: "ArialCurive";
    font-size: 16px;
    padding-bottom: 30px;
}
.registration-new .field {
    margin-bottom: 20px;
}
.registration-new .field .input {
    border: #ccc 1px solid;
    border-radius: 10px;
    padding: 8px 16px;
}
.registration-new .field input, .registration-new .field select {
    width: 100%;
    font-family: "ArialCurive";
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center;
}
.registration-new .field .weight-wish {
    font-family: "MagistralC";
    width: 120px;
    font-size: 96px;
    border: 0;
    border-bottom: #000 1px solid;
    border-radius: 0;
}

.registration-new .agree {
    font-family: "ArialCurive";
    font-size: 12px;
    color: #999;
    padding: 0 0 20px 0;
    white-space: nowrap;
}
.registration-new .agree input {
    position: relative;
    top: 3px;
    left: -1px;
}
.registration-new .agree a {
    color: #999;
    text-decoration: underline;
}

.registration-new .s-items {
    width: 270px;
    height: 210px;
    margin: 0 auto;
    display: table;
}
.registration-new .s-items .s-item-1 {
    width: 50%;
    font-size: 14px;
    background: url('/templates/images/s_new_1.png') 50% 50% no-repeat;
    text-align: center;
    vertical-align: bottom;
    display: table-cell;
    cursor: pointer;
}
.registration-new .s-items .s-item-2 {
    width: 50%;
    font-size: 14px;
    background: url('/templates/images/s_new_2.png') 50% 50% no-repeat;
    text-align: center;
    vertical-align: bottom;
    display: table-cell;
    cursor: pointer;
}

.registration-new .age-items {
    width: 320px;
    height: 320px;
    margin: 0 auto;
}
.registration-new .age-items .age-item {
    width: 40%;
    height: 40%;
    float: left;
    border-radius: 16px;
    margin: 5%;
    cursor: pointer;
    position: relative;
}
.registration-new .age-items .age-item .name {
    font-size: 48px;
    color: #fff;
    padding: 24px 0 12px 0;
    text-align: center;
    position: relative;
    z-index: 3;
}
.registration-new .age-items .age-item .description {
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 3;
}
.registration-new .age-items .age-item .over {
    width: 114%;
    height: 114%;
    border-radius: 20px;
    position: absolute;
    top: -7%;
    left: -7%;
    z-index: 2;
    opacity: 0.25;
    display: none;
}
.registration-new .age-items .age-item.red, .registration-new .age-items .age-item.red .over {
    background: #ff035e;
}
.registration-new .age-items .age-item.purple, .registration-new .age-items .age-item.purple .over {
    background: #9c0dec;
}
.registration-new .age-items .age-item.green, .registration-new .age-items .age-item.green .over {
    background: #008f00;
}
.registration-new .age-items .age-item.yellow, .registration-new .age-items .age-item.yellow .over {
    background: #ffc300;
}
.registration-new .age-items .age-item.set .over {
    display: block;
}

.registration-new .error {
    font-family: "ArialCurive";
    font-size: 12px;
    color: #ff035e;
    padding-top: 3px;
}

.registration-new .buttons {
    min-height: 52px;
    padding: 0 90px;
}
.registration-new .buttons .button-next {
    font-family: "ArialCurive";
    font-size: 26px;
    color: #fff;
    background: #720bab;
    border: 0;
    border-radius: 26px;
    padding: 10px 36px 12px 36px;
    cursor: pointer;
    -webkit-appearance: none;
}
.registration-new .buttons .button-next:disabled {
    background: #ccc !important;
}

.registration-new .steps {
    padding: 30px 90px 60px 90px;
}
.registration-new .steps a {
    width: 40px;
    height: 5px;
    background: #f0f0f0;
    border-radius: 2px;
    display: inline-block;
}
.registration-new .steps a.previous {
    background: #ccc;
}
.registration-new .steps a.current {
    background: #999;
}

/* */
@media (max-width: 545px) {
    #registration .registration-info {
        display: none;
    }
    .registration-new .registration-title {
        padding-bottom: 10px;
    }
    .registration-info-logo {
        width: 80px;
        height: 80px;
        background: url('/templates/images/logo.png') 50% 50% no-repeat !important;
        position: relative;
        margin: 10px auto;
    }
    .registration-info-text {
        font-family: "ArialCurive";
        font-size: 16px;
        padding: 0 20px 20px 20px;
        text-align: center;
    }
    .registration-content {
        padding: 0 !important;
        display: block !important;
    }
    .registration-new .registration-title-max {
        padding: 10px 40px 10px 40px;
        text-align: center;
    }
    .registration-new .registration-title-max img {
        width: 30px;
    }
    .registration-title {
        text-align: center;
    }
    .registration-new .step {
        top: 35px;
        right: 40px;
    }
    .registration-new .age-items {
        width: 180px;
        height: 180px;
    }
    .registration-new .age-items .age-item .name {
        font-size: 28px;
        padding: 12px 0 6px 0;
    }
    .registration-new .buttons {
        padding: 0 40px;
        text-align: center;
    }
    .registration-new .agree {
        white-space: normal;
    }
    .registration-new .step-back {
        top: 27px;
        left: 40px;
    }
    .registration-new .steps {
        padding-left: 40px;
        padding-right: 40px;
        text-align: center;
    }
    .registration-new .steps a {
        width: 30px;
    }
    .registration-new .registration-description {
        font-size: 14px;
        padding-bottom: 10px;
        text-align: center;
    }
    .registration-new .registration-form {
        width: auto;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .registration-new .registration-form {
        padding-bottom: 0;
    }
    .registration-new .field .input {
        padding: 4px 8px;
    }
    .registration-new .field .weight-wish {
        font-size: 80px;
    }
    .registration-new .registration-form-details, .registration-new .registration-form-weight-wish, .registration-new .registration-form-actions {
        background-size: 220px;
        padding-bottom: 180px;
    }
    .registration-new .registration-form-weight-wish .field {
        text-align: center;
    }
    .registration-new .agree {
        padding: 0;
    }
    .registration-new .registration-form-finish {
        background: url('/templates/images/registration_finish.png') 50% 90% no-repeat;
        background-size: 200px;
        padding-bottom: 200px;
    }
}

/* */
@media (max-height: 568px) {
    .registration-new .registration-form-details, .registration-new .registration-form-weight-wish, .registration-new .registration-form-actions {
        background-size: 100px;
        padding-bottom: 80px;
    }
    .registration-new .s-items {
        width: 240px;
        height: 150px;
    }
    .registration-new .s-items .s-item {
        background-size: 90px;
    }
    .registration-new .buttons .button-next {
        font-size: 18px;
        border-radius: 20px;
        padding: 6px 36px 8px 36px;
    }
    .registration-new .steps {
        padding: 10px 40px;
    }
    .registration-new .field .weight-wish {
        font-size: 64px;
    }
}
@media (min-height: 700px) {
    .registration-info-logo {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .registration-new .step-back {
        top: 57px;
    }
    .registration-new .step {
        top: 65px;
    }
}

/* */

.button {
    font-family: "MagistralC" !important;
    font-size: 21px;
    color: #fff;
    background: #08ab02;
    border: 0;
    border-radius: 10px;
    padding: 10px 14px 12px 14px;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
}
.button:hover {
    background: #18bb12;
    border-color: #b43da6;
}
.button:disabled {
    background: #ccc;
    opacity: 0.75;
}

/* */

.date-mask {
    width: 100%;
}
.date-mask input {
    padding: 0 !important;
    margin: 0 !important;
}
.date-mask input.day {
    width: 20px !important;
}
.date-mask input.month {
    width: 20px !important;
}
.date-mask input.year {
    width: 40px !important;
}

/* */

.calendar {
    width: 224px;
    margin: 0 auto;
}
.calendar .months {
    height: 30px;
    background: #f9b900;
    border-radius: 15px;
    position: relative;
}
.calendar .month-left {
    width: 20px;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 0;
    cursor: pointer;
}
.calendar .month {
    width: 90px;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 20px;
}
.calendar .month-right {
    width: 20px;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 110px;
    cursor: pointer;
}
.calendar .year-left {
    width: 20px;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 60px;
    cursor: pointer;
}
.calendar .year {
    width: 40px;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 20px;
}
.calendar .year-right {
    width: 20px;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
}
.calendar table {
    width: 100%;
    border-collapse: collapse;
}
.calendar table th {
    width: 32px;
    height: 27px;
    color: #949294;
    text-align: center;
    vertical-align: middle;
}
.calendar table td {
    width: 32px;
    height: 27px;
    color: #000;
    background: #f9f9f9;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.calendar table td a {
    color: #a3a3a3;
    display: block;
}
.calendar table td.set {
    color: #000;
    background-image: url('/templates/images/calendar_set.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
}
.calendar table td.set a {
    color: #000;
}
.calendar table td.current {
    color: #fff;
    background-color: #b4b2b3;
}
.calendar table td.current a {
    color: #fff;
}
.calendar table td.select {
    color: #fff;
    background-color: #9437ff;
}
.calendar table td.select a {
    color: #fff;
}

.linear {
    background: linear-gradient(0deg, #fae232 50%, transparent 50%);
    padding: 3px 2px;
}
.linear-pink {
    background: linear-gradient(0deg, #ef1661 50%, transparent 50%);
    padding: 3px 2px;
}

body.logo-center .header .logo {
    left: 455px !important;
}
body.logo-center .header .slogan {
    display: none;
}

body.gradient .header .logo {
    background: url('/templates/images/logo_white.png') 50% 50% no-repeat !important;
}
body.gradient #main .header .menu {
    background: url('/templates/images/my_profile_white.png') 0 50% no-repeat
}
body.gradient #main .header .menu .logout {
    background: url('/templates/images/menu_logout_white.png') 0 50% no-repeat
}

.fancybox-caption {
    bottom: 10%;
}
.fancybox-caption__body {
    font-family: Arial;
    color: #fff;
    text-align: center;
}

/*Гид*/

#confetti-canvas {
    position: absolute;
    top: 0;
}

#gid, #gid *, .gid, .gid * {
    box-sizing: border-box;
}

.gid {
  font-family: "ArialCurive";
    text-align: center;
}
.gid.god-none {
  display: none!important
}
.gid.desk {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.15);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.gid .green {
  color: #008f00
}
.gid .malina {
  color: #ff035e
}
.gid .purple-l {
  color: #9437ff
}
.gid .border-green {
  border: 1px solid #008f00;
  border-radius: 5px;
  max-width: 320px
}
.gid-step {
  position: absolute;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  width: 426px;
  line-height: 1.3;
  opacity: 0;
  visibility: collapse;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0)
}
.gid-step.gid-step-active {
  opacity: 1;
  visibility: visible
}
.gid-step p {
  font-size: 15px;
    font-family: "ArialCurive";
    text-align: center;
}
.gid-step .fz9 {
  font-size: 16px
}
.gid-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding: 32px 15px 15px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}
.gid-content {
  padding: 0 30px 26px;
  min-height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
    text-align: center;
}
.gid-title {
    text-align: center;
}
.gid-content img {
  margin-bottom: 15px;
  max-width: 200px
}
.gid-content p {
  margin-bottom: 15px
}
.gid-content p:last-child {
  margin-bottom: 0
}
.gid-close {
  border: none;
  padding: 0;
  width: 20px;
  height: 20px;
  font-size: 0;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.gid-close::after,
.gid-close::before {
  content: '';
  display: block;
  position: absolute;
  background: #a6a6a6
}
.gid-close::before {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.gid-close::after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.gid-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 12px 20px;
  font-size: 20px;
  font-family: MagistralC;
  color: #a7a7a7;
  border-top: 1px solid #c4c4c4;
  line-height: normal
}
.btn-gid-spep {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  color: #fff;
  font-size: 16px;
  font-family: MagistralC;
  text-transform: uppercase;
  padding: 5.5px 10px;
  min-width: 98px;
  border-radius: 5px;
  background: #008f00;
  border: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.im {
  display: inline-block;
  height: 20px;
  width: 23px;
  height: 20px;
  margin-left: 5px;
  position: relative;
  top: -2px
}
.im img {
  max-width: 100%
}
.mlc {
  font-family: MagistralC
}
.element_mobil {
  display: none
}
.confetti-canvas {
  position: relative
}
@media only screen and (min-width:576px) {
  .gid-step-10::before,
  .gid-step-2::before,
  .gid-step-3::before,
  .gid-step-5::before,
  .gid-step-6::before,
  .gid-step-7::before,
  .gid-step-8::before,
  .gid-step-9::before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background: #fff;
    z-index: -1;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .gid-step-1,
  .gid-step-4 {
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
  }
  .gid-step-10,
  .gid-step-2 {
    margin-top: 485px;
    margin-left: -50px
  }
  .gid-step-10::before,
  .gid-step-2::before {
    left: 50px
  }
  .gid-step-10 .gid-step-zona,
  .gid-step-2 .gid-step-zona {
    width: 320px;
    height: 96px;
    border-radius: 43px;
    top: -117px;
    left: -28px
  }
  .gid-step-10 {
    width: 600px;
    margin-left: 37px
  }
  .gid-step-3 {
    margin-top: 260px;
    margin-left: 160px
  }
  .gid-step-3::before {
    left: 150px
  }
  .gid-step-3 .gid-step-zona {
    width: 130px;
    height: 90px;
    border-radius: 10px;
    top: -135px;
    left: 132px
  }
  .gid-step-5 {
    margin-top: 275px;
    margin-left: -178px
  }
  .gid-step-5::before {
    left: 150px
  }
  .gid-step-5 .gid-step-zona {
    width: 130px;
    height: 126px;
    border-radius: 10px;
    top: -151px;
    left: 132px
  }
  .gid-step-6 {
    margin-top: 275px;
    margin-left: -6px
  }
  .gid-step-6::before {
    left: 150px
  }
  .gid-step-6 .gid-step-zona {
    width: 160px;
    height: 126px;
    border-radius: 10px;
    top: -151px;
    left: 118px
  }
  .gid-step-7 {
    margin-top: 130px;
    margin-left: 300px
  }
  .gid-step-7::before {
    left: 260px
  }
  .gid-step-7 .gid-step-zona {
    width: 200px;
    height: 80px;
    border-radius: 10px;
    top: -115px;
    left: 210px;
    -webkit-box-shadow: 0 0 10px 0 #9437ff,0 0 10px 0 #9437ff inset;
    box-shadow: 0 0 10px 0 #9437ff,0 0 10px 0 #9437ff inset
  }
  .gid-step-8 {
    margin-top: 278px;
    margin-left: 0
  }
  .gid-step-8::before {
    left: 100%;
    top: 20px;
    margin-left: -100px
  }
  .gid-step-8 .gid-step-zona {
    width: 240px;
    height: 240px;
    border-radius: 10px;
    top: -2px;
    left: 100%;
    margin-left: 50px
  }
  .gid-step-9 {
    top: initial;
    bottom: 64px;
    margin-left: -265px
  }
  .gid-step-9::before {
    left: 50px;
    top: 100%;
    margin-top: -100px
  }
  .gid-step-9 .gid-step-zona {
    width: 555px;
    height: 36px;
    border-radius: 10px;
    top: 100%;
    left: -9px;
    margin-top: 25px;
    -webkit-box-shadow: 0 0 10px 0 #9437ff,0 0 10px 0 #9437ff inset;
    box-shadow: 0 0 10px 0 #9437ff,0 0 10px 0 #9437ff inset
  }
  .gid-step-zona {
    -webkit-box-shadow: 0 0 10px 0 #fff;
    box-shadow: 0 0 10px 0 #fff;
    border: 2px solid #fff;
    display: block;
    position: absolute;
    overflow: hidden
  }
  .gid-step-zona::after {
    content: '';
    margin-left: 60px;
    width: 20px;
    height: 400px;
    background: #fff;
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
    position: absolute;
    left: -40px;
    top: -50px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  @-webkit-keyframes slideme {
    0% {
      left: -30px;
      margin-left: 0
    }
    30% {
      left: 110%;
      margin-left: 80px
    }
    100% {
      left: 110%;
      margin-left: 80px
    }
  }
  @keyframes slideme {
    0% {
      left: -30px;
      margin-left: 0
    }
    30% {
      left: 110%;
      margin-left: 80px
    }
    100% {
      left: 110%;
      margin-left: 80px
    }
  }
}
@media only screen and (max-width:576px) {
    p.element_mobil {
        display: block;
    }
  .gid-step {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    overflow-y: auto
  }
  .gid-step p {
    font-size: 16px
  }
  .gid-step .fz9 {
    font-size: 18px
  }
  .gid-header {
    font-size: 22px
  }
  .gid-header {
    padding-bottom: 28px
  }
  .gid-content img {
    margin-bottom: 28px
  }
  .gid-footer {
    padding: 12.5px 16px;
    font-size: 18px
  }
  .btn-gid-spep {
    right: 16px
  }
  .gid-step-10 .gid-title br,
  .gid-step-2 .gid-title br,
  .gid-step-3 .gid-title br,
  .gid-step-6 .gid-title br {
    display: none
  }
  .element_mobil {
    display: initial
  }
  .gid-content img {
    max-width: 100%
  }
  .gid-content {
    display: block;
    max-height: 300px;
    overflow-y: auto
  }
  .gid-content .max-200 {
    max-width: 200px
  }
  .element_desk {
    display: none
  }
  .gid-header {
    padding-left: 25px;
    padding-right: 25px
  }
}
@media only screen and (max-width:370px) {
  .gid-close {
    top: 5px;
    right: 5px;
    border-radius: 50%;
    background-color: #fff
  }
  .gid-header {
    padding: 20px 15px 15px
  }
  .gid-header {
    font-size: 18px
  }
  .gid-content img {
    margin-bottom: 15px
  }
  .gid-content {
    padding: 0 15px 15px
  }
  .gid-step .fz9 {
    font-size: 16px
  }
  .gid-content p {
    margin-bottom: 10px
  }
  .gid-footer {
    min-height: 45px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
    .gid-content img {
    max-height: 70px
  }
  .gid-content {
    max-height: 220px
  }
  .gid-step-4 img {
    max-height: 160px
  }
}

/*Гид*/

/*Поиск варианты*/

.search-error {
  max-width: 490px;
  text-align: center;
  padding: 70px 0;
  line-height: 1.3;
  max-height: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
    box-sizing: border-box;
}
.search-error * {
    box-sizing: border-box;
}
.search-error span {
  color: #ff035e
}
.search-error__title {
  font-size: 18px;
    text-align: center;
    font-family: "ArialCurive"
}
.search-error__text {
  font-family: "MagistralC";
  font-size: 18px;
    text-align: center;
}
.search-error__text a {
  text-decoration: none;
  color: #9437ff
}
.search-error__img {
  width: 100%;
  padding: 50px 0;
    text-align: center
}
.search-error__img img {
  max-width: 100%
}
.search-error_2 .search-error__img,
.search-error_3 .search-error__img,
.search-error_4 .search-error__img,
.search-error_5 .search-error__img {
  padding: 20px 0
}
.search-error_2 .search-error__img img,
.search-error_3 .search-error__img img,
.search-error_4 .search-error__img img,
.search-error_5 .search-error__img img {
  height: 252px
}
@media only screen and (max-width:1650px) {
    .search-error {
        padding: 20px 0 0;
    }
    .search-error__title {
        font-size: 18px;
    }
    .search-error__text {
        font-size: 18px;
    }
    .search-error_2 .search-error__img img, .search-error_3 .search-error__img img, .search-error_4 .search-error__img img, .search-error_5 .search-error__img img {
        height: 240px;
    }
}
@media only screen and (max-width:767px) {
  .search-error {
    max-width: 100%;
    width: 100%;
    padding: 10px 15px 0
  }
  .search-error__text {
    font-size: 18px;
  }
  .search-error__title {
    font-size: 16px
  }
  .search-error_1 .search-error__img {
    padding: 15px 0
  }
  .search-error_2 .search-error__img,
  .search-error_3 .search-error__img,
  .search-error_4 .search-error__img,
  .search-error_5 .search-error__img {
    padding: 10px 0
  }
  .search-error_2 .search-error__img img,
  .search-error_3 .search-error__img img,
  .search-error_4 .search-error__img img,
  .search-error_5 .search-error__img img {
    height: 130px
  }
}
@media only screen and (max-width:360px) {
  .search-error__title {
    font-size: 14px
  }
    .search-error__text {
    font-size: 14px;
  }
  .search-error__title br {
    display: none
  }
    .search-error_2 .search-error__img img,
  .search-error_3 .search-error__img img,
  .search-error_4 .search-error__img img,
  .search-error_5 .search-error__img img {
    height: 100px
  }
    .search-error {
        margin-bottom: -15px;
    }
}

/*Поиск варианты*/