/*  * {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

*/

@font-face {
    font-family: 'robo';
    src: url('../fonts/RobotoCondensed-Regular.ttf');
}

@font-face {
    font-family: 'robo-bold';
    src: url('../fonts/RobotoCondensed-Bold.ttf');
}

body {
    -webkit-touch-callout: none;
    /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;
    /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;
    /* prevent copy paste, to allow, change 'none' to 'text' */
    background-color: #E4E4E4;
    background-image: linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image: -webkit-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image: -ms-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #A7A7A7), color-stop(0.51, #E4E4E4));
    background-attachment: fixed;
    font-family: 'robo', sans-serif;
    font-size: 1em;
    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

strong,
b {
    font-family: 'robo-bold', sans-serif;
}

.panel,
.panel .page .page-content {
    background-repeat: no-repeat !important;
    background-position: 1em 1em !important;
    background-size: 280px auto !important;
}

.panel {
    width: 320px !important;
}

.panel-backdrop,
html.with-panel-left-reveal .views,
html.with-panel-left-reveal .framework7-root>.view,
html.with-panel-left-reveal .panel-backdrop {
    -webkit-transform: translate3d(260px, 0, 0) !important;
    transform: translate3d(320px, 0, 0) !important;
}

:root {
    --f7-panel-width: 320px;
}

.link,
a {
    /* color: #a2a0a0 !important; */
    color: #000 !important;
    font-size: 90%;
}

.external {
    font-size: 120%;
}

.page-content {
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 100% auto;
}

.button-large {
    background: #59ac11 !important;
    position: relative !important;
    color: #fff !important;
}

.segmented .button {
    height: 2.8em;
    line-height: 1em;
}

.item-title-button,
.item-title {
    color: black !important;
}

.md .list .item-media {
    min-width: 30px;
    text-align: center;
    position: relative;
    display: block;
}

.big-title {
    font-size: 150%;
}

.timeline-item-title {
    color: #479205;
    font-size: 110%;
}

.timeline-item-date {
    width: 80px;
    font-size: 90%;
    white-space: nowrap;
}

.timeline-item-date>.menu-icon-items {
    float: right;
    font-size: 120%;
}

.timeline-item-date>.menu-icon-items-last {
    margin-right: 1em;
}

.card-header {
    background: #eee;
    min-height: 0;
    font-size: 120%;
}

.sect {
    color: #59ac11;
    padding: 1.3em;
    margin: 0;
    line-height: 0;
    min-height: 1em;
    font-size: 1.2em;
    font-weight: bold;
}

.img-popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
}

.img-popup-view {
    display: block;
}

.card-header-img {
    min-height: 10em;
    background-size: 100% auto;
    background-position-y: bottom;
}

.card-header-img div {
    background: #59ac11;
    color: #000;
    padding: 0 0.25em;
}

.normal-text {
    text-transform: none;
    font-size: 120%;
    line-height: 110%;
}

.normal-list ul {
    padding-left: 17px !important;
    /* list-style: normal !important;
	list-style-type: disc !important; */
    text-transform: none;
}

.normal-text1 {
    text-transform: none;
}

strong {
    letter-spacing: 1px;
    line-height: normal;
}

.podpis {
    margin-top: 0.5em;
    display: block;
    color: #59ac11;
}

.block-title {
    color: #000;
    font-size: 1.3em;
    white-space: normal;
    overflow: unset;
    line-height: normal !important;
}

.block-title-mini {
    font-size: 1.3em;
    margin-top: 1em;
}

.block-title-mini .podpis {
    font-size: 0.8em;
}

hr {
    height: 0;
    border: solid 1px;
    border-color: #EEE;
}

.list-mini {
    text-transform: none;
    text-overflow: unset !important;
    white-space: normal !important;
}

.list-mini .item-title-button {
    white-space: normal;
    line-height: 1em;
}

.mini {
    font-size: 85%;
    margin-top: 0;
}

.badge-num {
    position: absolute;
    top: -0.1em;
    left: -2em;
}

.normal-text1 ul {
    padding-left: 17px !important;
}

.avatar {
    border-radius: 50%;
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 1em;
    background: unset;
}

.navbar .title {
    white-space: normal;
}

.two-str {
    text-overflow: ellipsis;
    overflow-y: hidden;
    height: 3.3em;
    position: relative;
}

.three-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 1.2em;
    background: #FFF;
    text-align: right;
}

.timeline-item-content .card-content-padding {
    padding-top: 0;
}

.timeline-item-divider {
    margin-left: 0;
}

.green-color {
    margin: 1em;
}

.green-color .button {
    border: solid 1px #CCC;
    color: #59ac11;
}

.green-color .button-active {
    background: #59ac11;
    color: #FFF;
}

.main-zag {
    font-size: 130%;
    text-align: center;
    margin: 0.5em;
}

.margin-0 {
    margin: 0 !important;
}


/*  */

.demo-card-header-pic .card-header {
    height: 50vw;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.demo-swiper .swiper-slide {
    font-size: 25px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #000;
}

.demo-swiper .swiper-slide {
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #fff;
}

.demo-swiper {
    margin: 0px 0 35px;
    font-size: 18px;
    height: 120px;
}

.demo-swiper.demo-swiper-auto .swiper-slide {
    width: 85%;
}

.demo-swiper.demo-swiper-auto .swiper-slide:nth-child(2n) {
    width: 70%;
}

.demo-swiper.demo-swiper-auto .swiper-slide:nth-child(3n) {
    width: 30%;
}


/* Самотестирование */

.step-tabs {
    position: relative;
}

.step-zag {
    position: absolute;
    z-index: 10;
}

.step-button {
    position: absolute;
    bottom: -1.2em;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    text-align: center;
}

.step-button {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-tap-highlight-color: transparent !important;
}

:focus {
    outline: none;
}

.step-butt-prev,
.step-butt-next,
.step-butt-start {
    background: #59ac11;
    text-transform: uppercase;
    font-size: 0.9em;
    cursor: pointer;
    transition: 0.5s;
    color: #FFF;
    padding: .5em;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* Многоточие */
    overflow: hidden;
    width: 32%;
    display: inline-block;
    text-align: center;
    -moz-user-select: none;
    /* Mozilla Firefox */
    -ms-user-select: none;
    /* Internet Explorer (не поддерживается) */
    -o-user-select: none;
    /* Opera Presto (не поддерживается) */
    -webkit-user-select: none;
    /* Google Chrome, Opera Next, Safari */
    user-select: none;
}

.step-butt-start {
    border-right: solid 1px #CCC;
    border-radius: 2em 0 0 2em;
}

.step-butt-prev {
    border-left: solid 1px #2c4d10;
    border-right: solid 1px #CCC;
}

.step-butt-next {
    border-left: solid 1px #2c4d10;
    border-radius: 0 2em 2em 0;
}

.step-butt-prev:hover,
.step-butt-next:hover,
.step-butt-start:hover {
    background: #5fcc01;
}

.step-tabs section {
    min-height: 20em;
    height: auto;
    background-color: #EEE;
    position: relative;
    overflow: hidden;
}

.step-tabs h2 {
    text-align: center;
    position: absolute;
    margin: 0.5em auto;
    left: 0;
    right: 0;
}

.step-tabs section div.tabs-content {
    margin: 2.5em 1em 3.5em 1em;
    overflow: hidden;
}

.selftest-gender {
    -webkit-tap-highlight-color: transparent;
}


/* Самотестирование - Конец */


/* Рецепты */

.recipe-ingredients {
    display: inline-block;
    background-color: #ffcc99;
    padding: 0.25em;
    margin-bottom: 0.5em;
}

.recipe-ingredients p {
    padding: 0 15px 0 15px;
}


/* Рецепты - Конец */


/* Мессенджеры */

.callback-telegram {
    background: #27afd1;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(177, 212, 241, 0.3);
    cursor: pointer;
    height: 68px;
    text-align: center;
    width: 68px;
    position: fixed;
    right: 12em;
    left: 0;
    margin: auto;
    bottom: 3em;
    z-index: 999;
    transition: .3s;
}


/* Кнопка звонка */

.callback-bt {
    background: #49bf0e;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(73, 191, 14, 0.3);
    cursor: pointer;
    height: 68px;
    text-align: center;
    width: 68px;
    position: fixed;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 3em;
    z-index: 999;
    transition: .3s;
    -webkit-animation: hoverWave linear 5s infinite;
    animation: hoverWave linear 5s infinite;
}

.callback-bt .text-call {
    height: 68px;
    width: 68px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.callback-bt i {
    color: #fff;
    font-size: 34px;
    transition: .3s;
    line-height: 66px;
    transition: .5s ease-in-out;
}

.callback-bt i {
    animation: 7000ms ease 0s normal none 1 running shake1;
    animation-iteration-count: infinite;
    -webkit-animation: 7000ms ease 0s normal none 1 running shake1;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(73, 191, 14, 0.3), 0 0 0 0 rgba(73, 191, 14, 0.2), 0 0 0 0 rgba(73, 191, 14, 0.2)
    }
    40% {
        box-shadow: 0 8px 10px rgba(73, 191, 14, 0.3), 0 0 0 15px rgba(73, 191, 14, 0.2), 0 0 0 0 rgba(73, 191, 14, 0.2)
    }
    80% {
        box-shadow: 0 8px 10px rgba(73, 191, 14, 0.3), 0 0 0 30px rgba(73, 191, 14, 0), 0 0 0 26.7px rgba(73, 191, 14, 0.067)
    }
    100% {
        box-shadow: 0 8px 10px rgba(73, 191, 14, 0.3), 0 0 0 30px rgba(73, 191, 14, 0), 0 0 0 40px rgba(73, 191, 14, 0.0)
    }
}

@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(73, 191, 14, 0.3), 0 0 0 0 rgba(73, 191, 14, 0.2), 0 0 0 0 rgba(73, 191, 14, 0.2)
    }
    10% {
        box-shadow: 0 8px 10px rgba(73, 191, 14, 0.3), 0 0 0 15px rgba(73, 191, 14, 0.2), 0 0 0 0 rgba(73, 191, 14, 0.2)
    }
    20% {
        box-shadow: 0 8px 10px rgba(73, 191, 14, 0.3), 0 0 0 30px rgba(73, 191, 14, 0), 0 0 0 26.7px rgba(73, 191, 14, 0.067)
    }
    30% {
        box-shadow: 0 8px 10px rgba(73, 191, 14, 0.3), 0 0 0 30px rgba(73, 191, 14, 0), 0 0 0 30px rgba(73, 191, 14, 0.0)
    }
    100% {
        box-shadow: 0 8px 10px rgba(73, 191, 14, 0.3), 0 0 0 30px rgba(73, 191, 14, 0), 0 0 0 30px rgba(73, 191, 14, 0.0)
    }
}

@keyframes shake1 {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    1% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    2% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    3% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    4% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    5% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    6% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    7% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

@-webkit-keyframes shake1 {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    1% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    2% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    3% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    4% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    5% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    6% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    7% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}


/* Кнопка звонка - Конец */


/* Оформление для данного приложения */

[data-name="home"] {
    background: url("../img/back-logo-ust.png") right bottom / auto 45% no-repeat, url("../img/back-green.jpg") center center / 100% 100% no-repeat !important;
}

[data-name="main"] {
    background: #FFF url("../img/orange-bg.png") center bottom / 100% auto no-repeat !important;
}

[data-name="recommendations"] .block-title,
[data-name="recommendations"] h3,
[data-name="adverts"] .block-title,
[data-name="adverts"] h3 {
    color: #479205;
    text-align: center;
}

.toolbar,
.panel-left {
    background: #479205 !important;
}

.navbar a,
.navbar i,
.toolbar a,
.toolbar i {
    color: #FFF !important;
}

.navbar {
    background: #479205 url(../img/bg.png) !important;
    background-repeat: no-repeat !important;
    background-position: 100% 30% !important;
    background-size: auto 100% !important;
    color: #000 !important;
}

.toolbar a,
.toolbar i {
    font-weight: bold;
    text-transform: uppercase;
}

i {
    color: #479205;
}

.item-media img {
    border-radius: 50%;
}

.swiper-slide {
    text-align: center;
}

#our-client-auth-name {
    color: #FFF !important;
}

.policy {
    margin: 0 2em;
    position: absolute;
    bottom: 1em;
    font-size: 80%;
    text-align: center;
    width: calc(100% - 4em);
}

.policy>span {
    font-weight: bold;
}

.send-form {
    margin: 0.5em 1.1em 0 1.1em;
    width: calc(100% - 2.2em) !important;
}

#login .item-radio {
    padding: 0 !important;
    width: 100%;
}

#login .item-radio .item-title {
    margin-top: 0.2em;
}

#login .icon-radio {
    margin: 0 !important;
}

.message-locked {}

.item-title {
    white-space: normal !important;
}

.list {
    margin-top: 0.5em !important;
}

#search {}


/* Строка поиска */

#search-wrap>input {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0.8em;
}

#search-wrap>.input-clear-button {
    right: 0.7em;
    top: 0.7em;
}

#search-wrap {
    height: 2.5em;
    background: #FFF;
    margin-top: 2.8em;
    -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
    position: relative;
}

.hide-recipe-search {
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.search-padding {
    padding-top: 6.7em !important;
}


/* Строка поиска - Конец */


/* 100% ширина видео в упражнениях */

.video-wrapper {
    position: relative;
    padding-bottom: calc(50% - 0px);
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sheet-modal-inner {
    background: #000;
}

.list ul {
    background: #FFF;
}

#update-screen {
    background: url("../img/back-logo-ust.png") right bottom / auto 45% no-repeat, url("../img/back-green.jpg") center center / 100% 100% no-repeat !important;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    display: none;
}

#update-screen>span {
    color: #FFF;
    padding-top: 6em;
    display: inline-block;
    font-size: 150%;
}