.no-animation{
    opacity: 1 !important;
    transform: none !important;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}
.slick-list:focus {
    outline: 0
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}
.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}
.slick-track:after {
    clear: both
}
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}
.slick-slide:focus {
    outline: 0
}
[dir=rtl] .slick-slide {
    float: right
}
.slick-slide img {
    display: block
}
.slick-slide.slick-loading img {
    display: none
}
.slick-slide.dragging img {
    pointer-events: none
}
.slick-initialized .slick-slide {
    display: block
}
.slick-loading .slick-slide {
    visibility: hidden
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
.slick-arrow.slick-hidden {
    display: none
}
.slick-dots {
    list-style: none;
    text-align: center
}
.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    border: 1px solid transparent;
    border-radius: 50%;
    padding: 5px
}
.slick-dots li:first-child:last-child {
    display: none
}
.slick-dots li.slick-active button {
    background: #b31f24
}
.slick-dots li.slick-active {
    border-color: rgba(255, 255, 255, .3)
}
.slick-dots button {
    display: block;
    position: relative;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    text-indent: -999px;
    overflow: hidden;
    padding: 0;
    background: #fff;
    border: none
}
.slick-arrow {
    background-color: transparent;
    border: none;
    width: 13px;
    height: 24px;
    padding: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 0
}
.slick-prev {
    background: transparent url(https://res.cloudinary.com/conversion-labs-inc/image/upload/f_auto,q_auto/v1606687601/RexMD/arrow-left_xal2lt.webp) no-repeat center
}
.slick-next {
    background: transparent url(https://res.cloudinary.com/conversion-labs-inc/image/upload/f_auto,q_auto/v1606687279/RexMD/arrow-right_d6wmpy.webp) no-repeat center;
    right: 0;
    left: auto
}
:root {
    --addington: 'Addington CF', sans-serif
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
    list-style: none;
    border: none;
    text-decoration: none;
    background: 0 0;
    box-sizing: border-box
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
body {
    background: #fff;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Greycliff CF', sans-serif;
    color: #093e52
}
button {
    background: 0 0;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0
}
input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}
img {
    max-width: 100%;
    height: auto
}
h2.title {
    font: 50px/50px var(--addington);
    color: #093e52;
    text-align: center
}
h2.title span {
    color: #61cbc8
}
.svg-icon {
    height: 0;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    z-index: -999999
}
.flex {
    display: flex;
    justify-content: space-between;
    width: 100%
}
.flex-center {
    display: flex;
    justify-content: center
}
.align-center {
    display: flex;
    align-items: center
}
.row {
    display: flex;
    justify-content: space-between;
    margin-right: -15px;
    margin-left: -15px
}
.col-1, .col-10, .col-11, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    padding: 0 15px
}
.col-1 {
    width: 8.33333333%
}
.col-2 {
    width: 16.66666667%
}
.col-3 {
    width: 25%
}
.col-4 {
    width: 33.33333333%
}
.col-5 {
    width: 41.66666667%
}
.col-6 {
    width: 50%
}
.col-7 {
    width: 58.33333333%
}
.col-8 {
    width: 66.66666667%
}
.col-9 {
    width: 75%
}
.col-10 {
    width: 83.33333333%
}
.col-11 {
    width: 91.66666667%
}
.d-none {
    display: none !important
}
.center {
    width: 100%;
    max-width: 1230px;
    min-width: 250px;
    margin: 0 auto;
    padding: 0 15px
}
.about-heading .center{
    position: relative;
    z-index: 2;
    transition: all .3s;
}
.tx-center {
    text-align: center
}
.tx-right {
    text-align: right
}
.tx-left {
    text-align: left
}
.mt20 {
    margin-top: 20px
}
.btn {
    padding: 11px 35px;
    border-radius: 30px;
    background: #61cbc8;
    border: 2px solid transparent;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    transition: all .3s;
    animation: shadow-pulse 3s infinite
}
.btn:hover {
    background: #000;
    color: #fff
}
.btn.empty {
    background: 0 0;
    border-color: #61cbc8;
    color: #61cbc8
}
.btn.empty:hover {
    background: #61cbc8;
    border-color: transparent;
    color: #fff
}
@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .8)
    }
    50% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .2)
    }
    100% {
        box-shadow: 0 0 0 20px transparent
    }
}
.url {
    position: relative
}
.url:after, .url:before {
    content: '';
    display: block;
    height: 2px;
    background: #64ccc9;
    position: absolute;
    top: 100%;
    left: 1px;
    right: 1px
}
.url:before {
    background: #093e52;
    z-index: 2;
    transition: all .5s;
    width: 0
}
.url:hover:before {
    width: 100%
}
.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10
}
.header.fill {
    border-bottom: 1px solid #235970
}
.header .center {
    max-width: 1620px
}
.head-line {
    background: #61cbc8;
    padding: 8px 15px;
    color: #093e52;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    transition: all .3s
}
.fixed-header .head-line {
    padding-top: 0;
    padding-bottom: 0
}
.head-main {
    background: #fff;
    transition: all .3s
}
.head-main .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 15px;
    transition: all .3s
}
.fixed-header .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    border-bottom: 1px solid #ececec
}
.fixed-header .head-main .center {
    padding-top: 15px;
    padding-bottom: 15px
}
.logo {
    width: 131px;
    height: 37px;
    display: inline-block;
    background: url(/img/logo.svg) no-repeat
}
.header.fill .logo {
    background: url(/img/logo-white.svg) no-repeat
}
.header {
    background: #fff
}
.header.fill .head-main {
    background: #093e52
}
.header nav {
    margin-left: auto;
    margin-right: 100px
}
.header nav .btn-head {
    display: none
}
.header nav a {
    display: block;
    font-size: 18px;
    color: #093e52;
    transition: all .3s
}
.header.fill nav a {
    color: #fff
}
.header nav a:hover {
    color: #61cbc8
}
.header nav a i {
    width: 11px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background: url(/img/webp/ic-arrdown.webp) no-repeat;
    transition: all .3s
}
.header nav a:hover i {
    background: url(/img/webp/ic-arrdownhover.webp) no-repeat
}
.header.fill nav a i {
    background: url(/img/webp/ic-arrdownwhite.webp) no-repeat
}
.header.fill nav a:hover i {
    background: url(/img/webp/ic-arrdownhover.webp) no-repeat
}
.header nav ul {
    display: flex
}
.header nav ul li + li {
    margin-left: 65px
}
.btn-head {
    padding: 5px 30px;
    border-radius: 30px;
    border: 2px solid #61cbc8;
    font-size: 15px;
    text-transform: uppercase;
    color: #093e52;
    margin-right: 30px;
    transition: all .3s
}
.header.fill .btn-head {
    color: #fff
}
.btn-head:hover {
    background: #61cbc8;
    color: #fff
}
.header .login {
    color: #61cbc8;
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
    text-transform: uppercase
}
.header .login:hover {
    text-decoration: none
}
.header .bottom-link {
    padding: 11px 0;
    background: #c8ebea;
    display: none;
    opacity: 0
}
.header .bottom-link.show {
    display: block;
    animation: opacity .3s forwards
}
@keyframes opacity {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.header .bottom-link .center {
    display: flex;
    justify-content: center
}
.header .bottom-link ul {
    display: flex;
    align-items: center
}
.header .bottom-link ul a {
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #093e52;
    padding: 0 25px;
    position: relative;
    transition: all .3s
}
.header .bottom-link ul a:hover {
    color: #61cbc8
}
.header .bottom-link ul a:after {
    content: '';
    display: block;
    width: 1px;
    height: 18px;
    background: #093e52;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}
.header .bottom-link ul li:last-child a:after {
    display: none
}
.header.opacity {
    background: 0 0
}
.header.opacity:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #fff;
    opacity: .15
}
.header.opacity .head-main {
    background: 0 0
}
.header.opacity .logo {
    background: url(/img/logo-white.svg) no-repeat
}
.header.opacity nav a {
    color: #fff
}
.header.opacity nav a:hover {
    color: #61cbc8
}
.header.opacity nav a i {
    background: url(/img/webp/ic-arrdownwhite.webp) no-repeat
}
.header.opacity nav a:hover i {
    background: url(/img/webp/ic-arrdownhover.webp) no-repeat
}
.header.opacity .btn-head {
    color: #61cbc8
}
.header.opacity .btn-head:hover {
    color: #fff
}
.fixed-header .header.opacity {
    background: #fff;
    border-bottom: 1px solid #e6e6e6
}
.fixed-header .header.opacity .logo {
    background: url(/img/logo.svg) no-repeat
}
.fixed-header .header.opacity nav a {
    color: #093e52
}
.fixed-header .header.opacity nav a:hover {
    color: #64ccc9
}
.fixed-header .header.opacity nav a i {
    background: url(/img/webp/ic-arrdown.webp) no-repeat
}
.fixed-header .header.opacity nav a:hover i {
    background: url(/img/webp/ic-arrdownhover.webp) no-repeat
}
.home {
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden
}
.home-plans {
    overflow: visible
}
.home-index {
    height: 100vh
}
.home .bg {
    background: url(/img/webp/bg-home.webp) no-repeat fixed right top;
    background-size: cover;
    position: absolute;
    top: 136px;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .3s
}
.home .video-bg {
    position: absolute;
    top: 136px;
    right: 0;
    bottom: 0;
    left: 0
}
.home .video-bg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #093e53;
    opacity: .7
}
.home .video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.home .center {
    position: relative;
    z-index: 2;
    padding-top: 136px;
    transition: all .3s
}
.fixed-header .home .bg {
    top: 101px
}
.home h1 {
    font: 500 70px/70px var(--addington)
}
.home h1 span {
    color: #61cbc8
}
.home .btn {
    margin-top: 40px;
    margin-bottom: 20px
}
.home p.small {
    font-size: 16px
}
.health {
    padding-top: 75px;
    overflow: hidden
}
.health .subtitle {
    text-align: center;
    margin-top: 15px
}
.health .subtitle > div {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #61cbc8
}
.health .subtitle div:after, .health .subtitle div:before {
    content: '';
    display: block;
    height: 2px;
    background: #64ccc9;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0
}
.health .subtitle div:before {
    background: #093e52;
    z-index: 2;
    transition: all .5s;
    width: 0
}
.health .subtitle div:hover:before {
    width: 100%
}
.health-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 100px
}
.img-back {
    fill: #60cac7
}
.img-back-alt {
    fill: #293048
}
.line_alt {
    stroke: #60cac7;
    stroke-width: 1px;
    stroke-dasharray: 0;
    animation: linesAlt 30s 1;
    animation-play-state: paused
}
@keyframes linesAlt {
    to {
        stroke-dasharray: 250
    }
}
.health-item:hover .line_alt {
    animation-play-state: running
}
.health-item {
    width: 50%;
    padding: 25px 15px;
    position: relative;
    display: block
}
.health-item .hover {
    position: absolute;
    top: 25px;
    left: 15px;
    right: 15px;
    bottom: 25px;
    border-radius: 10px;
    overflow: hidden
}
.health-item .hover lottie-player, .health-item .hover svg {
    width: 100%;
    height: 105%
}
.health-item .wrap {
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    padding: 40px 45px;
    background: #fff;
    position: relative;
    overflow: hidden;
    transition: all .3s
}
.health-item .inner:hover .wrap {
    transform: translate(-20px, -20px);
    border-color: #61cbc8;
    z-index: 2
}
.health-item .wrap div {
    position: relative;
    z-index: 3
}
.health-item .wrap .icon {
    max-width: 150px;
    position: absolute;
    right: 30px;
    bottom: 40px
}
.health-item .wrap:after {
    content: '';
    display: block;
    width: 300px;
    height: 300px;
    background: #f4f4f4;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin-bottom: -50px;
    margin-right: -80px
}
.health-item h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    color: #093e52;
    margin-bottom: 25px
}
.health-item h3 span {
    color: #61cbc8
}
.health-item p {
    color: #093e52;
    line-height: 35px
}
.health-item .link {
    display: flex;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #64ccc9;
    overflow: hidden;
    margin-top: 25px;
    background: url(/img/webp/ic-arr.webp) no-repeat center;
    transition: all .3s;
    text-transform: uppercase;
    font-size: 16px
}
.health-item .link span {
    opacity: 0;
    text-indent: -100px
}
.health-item .inner:hover .link {
    width: 190px;
    color: #fff;
    border-radius: 30px;
    background: #61cbc8 url(/img/webp/ic-arrhover.webp) no-repeat right 30px center
}
.health-item .inner:hover .link span {
    opacity: 1;
    text-indent: 25px;
    transition: opacity .3s .3s
}
.health-item .inner:hover .link:hover {
    background-color: #093e52;
    border-color: #093e52
}
.why {
    padding: 90px 0 100px 0
}
.why-row {
    display: flex;
    margin-top: 60px
}
.why ul {
    border-radius: 13px;
    box-shadow: 15px 25px 25px rgba(0, 0, 0, .05);
    border: 1px solid #ebeff1;
    width: 50%;
    overflow: hidden
}
.why ul:first-child {
    margin-right: 15px
}
.why ul:last-child {
    margin-left: 15px
}
.why ul li.title {
    min-height: 70px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #fff
}
.why ul li {
    padding: 20px 40px 20px 30px;
    line-height: 25px;
    overflow: hidden
}
.why ul li:not(.title) {
    display: flex;
    align-items: center;
    justify-content: space-between
}
.why ul li b {
    font-weight: 600
}
.why ul li:nth-child(odd) {
    background: #f7f7f7
}
.why ul li i[class^=ic] {
    margin-left: 25px
}
.ic-close {
    display: inline-block;
    width: 39px;
    min-width: 39px;
    height: 38px;
    background: url(/img/webp/ic-close.webp) no-repeat
}
.ic-question {
    display: inline-block;
    width: 100%;
    background: url(/img/webp/icon-q2.webp) no-repeat
}
.ic-checkwhite, icon-q.svg .ic-check {
    display: inline-block;
    width: 39px;
    min-width: 39px;
    height: 38px;
    background: url(/img/webp/ic-check.webp) no-repeat
}
.ic-checkwhite {
    background: url(/img/webp/ic-checkwhite.webp) no-repeat
}
.why-hospital .title {
    background: #093e52 !important
}
.why-life .title {
    background: #61cbc8 url(/img/webp/why-life.webp) no-repeat center !important
}
.get-started {
    padding-top: 95px;
    padding-bottom: 90px;
    background: linear-gradient(#effaf9, #fff);
    overflow: hidden
}
.screen {
    width: 999px;
    height: 512px;
    margin: 0 auto;
    position: relative;
    padding: 6px;
    background: linear-gradient(60deg, #5ef1ed, hsl(178deg 85% 66% / 73%), #5ecaf1, hsl(158deg 81% 60%));
    background-size: 300% 300%;
    background-position: 0 50%;
    border-radius: 15px;
    display: flex;
    animation: moveGradient 6s alternate infinite
}
@keyframes moveGradient {
    50% {
        background-position: 100% 50%
    }
}
.screen img {
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    height: 100%
}
.screen .rectangle {
    padding: 20px 25px;
    border-radius: 7px;
    background: #093e52;
    display: inline-block;
    opacity: 1;
    transition: all .3s linear
}
.screen .rectangle .title {
    font-weight: 700;
    font-size: 16px;
    color: #61cbc8;
    display: flex;
    align-items: center
}
.screen .rectangle .title i {
    margin-right: 6px
}
.screen .rectangle p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: 10px
}
.ic-arrtop {
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(/img/webp/ic-arrtop.webp) no-repeat
}
.ic-phone {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/img/webp/ic-phone.webp) no-repeat
}
.screen .rectangle:nth-last-child(2) {
    position: absolute;
    top: 180px;
    left: 0;
    transform: translateX(-300px)
}
.screen .rectangle:nth-last-child(1) {
    position: absolute;
    top: 250px;
    right: 0;
    transform: translateX(300px)
}
.screen .rectangle.active:nth-last-child(2) {
    transform: translateX(-100px)
}
.screen .rectangle.active:nth-last-child(1) {
    transform: translateX(100px)
}
.get-started h2.title {
    margin-top: 30px
}
.get-started .subtitle {
    text-align: center;
    color: #093e52;
    margin-top: 15px
}
.get-started .step {
    display: flex;
    margin-top: 40px
}
.get-started .step .item {
    width: 33.33%;
    text-align: center
}
.get-started .step .item > span {
    display: inline-block;
    width: 90px;
    height: 30px;
    color: #61cbc8;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    background: #61cbc8
}
.get-started .step .image {
    min-height: 250px;
    margin-top: 30px
}
.get-started .step h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #093e52;
    margin-bottom: 15px
}
.get-started .step h3 span {
    color: #61cbc8
}
.get-started .step .item:nth-child(2) > span {
    transition-delay: .3s
}
.get-started .step .item:nth-child(3) > span {
    transition-delay: .6s
}
.get-started .step .item:nth-child(1) .image {
    transition-delay: .3s
}
.get-started .step .item:nth-child(2) .image {
    transition-delay: .6s
}
.get-started .step .item:nth-child(3) .image {
    transition-delay: .9s
}
.map {
    background: linear-gradient(#effaf9, #fff);
    padding-top: 75px
}
.ic-quote {
    display: inline-block;
    width: 46px;
    height: 34px;
    background: url(/img/webp/ic-quote.webp) no-repeat
}
.map .subtitle {
    font-size: 40px;
    line-height: 50px;
    color: #093e52;
    margin-top: 30px
}
.map .avatar {
    text-align: center;
    margin-top: 30px
}
.map .avatar .image {
    width: 70px;
    min-width: 70px;
    height: 70px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle
}
.map .avatar span {
    font-weight: 500;
    color: #093e52;
    font-size: 21px;
    display: inline-block;
    vertical-align: middle
}
.map .image {
    line-height: 0;
    position: relative;
    width: 1066px;
    margin: 0 auto
}
.marker {
    position: absolute;
    top: 0;
    left: 0
}
.marker.bounce {
    animation-name: bounce;
    animation-fill-mode: both;
    animation-duration: 1s
}
.marker img {
    position: relative;
    z-index: 5
}
.pulse {
    display: block;
    background: #093e52;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: rotateX(55deg) translateX(-50%);
    z-index: 2
}
.pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -20px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    animation-delay: 1.1s;
    opacity: 0;
    box-shadow: 0 0 1px 2px #093e52
}
.marker-1 {
    top: 38%;
    left: 8%
}
.marker-2 {
    left: 43%;
    top: 27%;
    animation-delay: .3s
}
.marker-3 {
    left: 12%;
    top: 75%;
    animation-delay: .6s
}
.marker-4 {
    left: 53%;
    top: 76%;
    animation-delay: .9s
}
.marker-5 {
    left: 85%;
    top: 52%;
    animation-delay: 1.2s
}
@keyframes pulsate {
    0% {
        transform: scale(.1, .1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0
    }
}
@keyframes bounce {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        transform: translateY(30px)
    }
    80% {
        transform: translateY(-10px)
    }
    100% {
        transform: translateY(0)
    }
}
.map-footer {
    background: #e3f4f3;
    padding: 40px 0 50px 0
}
.map-footer p {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 30px;
    color: #093e52
}
.works {
    padding-top: 100px
}
.video-works {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 170px
}
.video-works:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: all .3s
}
.video-works:hover:before {
    opacity: 1;
    z-index: 3
}
.video-works img {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%
}
.video-works img:nth-child(2) {
    display: none
}
.video-works .content {
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 3
}
.video-works h2.title {
    color: #fff
}
.video-works .wrap-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
    background: #000
}
.video-works .wrap-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.video-works.playing .wrap-video {
    z-index: 999999
}
.video-works .popup-close {
    display: none
}
.video-works.playing .popup-close {
    display: block
}
.btn-play {
    margin-top: 130px;
    position: relative;
    white-space: nowrap;
    opacity: 1 !important;
    transition: all .3s
}
.btn-play span {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    margin-right: -17.5px
}
.btn-play span:after {
    content: '';
    border-top: 8px solid transparent;
    border-left: 12px solid #093e52;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 2px
}
.works article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}
.works article .container {
    min-width: 100%
}
.works article h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px
}
.works article .image {
    max-width: 624px;
    position: sticky;
    top: 100px
}
.works article:last-child {
    margin-top: 180px;
    padding-bottom: 30px
}
.featured .title {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 70px
}
.featured .title:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e5e5e5
}
.featured .title span {
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0 45px;
    color: #61cbc8;
    font-size: 30px;
    font-style: italic
}
.featured .center {
    padding: 50px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.track-wrap {
    overflow: hidden
}
.track {
    display: flex
}
.slide-item {
    display: flex;
    justify-content: center;
    align-items: center
}
.slide-item img {
    display: block;
    width: 100%
}
.doctors {
    background: #f7f7f7;
    padding-top: 60px;
    overflow: hidden
}
.doctors .center {
    display: flex
}
.doctors .content {
    padding-top: 80px;
    position: relative;
    z-index: 3
}
.doctors h2.title {
    text-align: left;
    margin-bottom: 30px
}
.breadcrumb {
    display: flex;
    align-items: center
}
.breadcrumb .visited {
    padding: 0 12px;
    background: #093e52;
    font-size: 15px;
    color: #fff;
    position: relative;
    height: 30px;
    display: flex;
    align-items: center
}
.breadcrumb .visited:after {
    content: '';
    border-top: 15px solid transparent;
    border-left: 10px solid #093e52;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%)
}
.breadcrumb .visited b {
    font-weight: 600
}
.breadcrumb a:not(.visited) {
    font-weight: 700;
    font-size: 15px;
    color: #61cbc8;
    text-transform: uppercase;
    display: flex;
    align-items: center
}
.breadcrumb a:not(.visited) .ic-arrright {
    margin-left: 10px
}
.breadcrumb a:not(.visited):hover {
    text-decoration: underline
}
.ic-arrright {
    display: inline-block;
    width: 6px;
    height: 12px;
    background: url(/img/webp/ic-arrright.webp) no-repeat
}
.doctors .content ul {
    margin-top: 35px
}
.doctors .content ul li {
    display: flex;
    align-items: center
}
.doctors .content ul li:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 20px;
    background: url(/img/webp/ic-checktrans.webp) no-repeat;
    margin-right: 15px
}
.doctors .content ul li + li {
    margin-top: 30px
}
.doctors .image {
    min-width: 830px;
    max-width: 830px;
    line-height: 0;
    margin-right: -300px;
    position: relative
}
.slider-doctors {
    position: relative;
    z-index: 2;
    width: 100%
}
.slider-doctors .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
    display: flex;
    align-items: center
}
.slider-doctors .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    background: #61cbc8
}
.slider-doctors .slick-dots li button {
    display: none
}
.slider-doctors .slick-dots li.slick-active {
    background: #093e52
}
.doctors .image svg {
    width: 568px;
    height: 660px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: translate(-150px, -59px)
}
.doctors .image img {
    position: relative;
    z-index: 2
}
.path {
    stroke-dasharray: 300;
    animation: dash 5s linear infinite
}
@keyframes dash {
    to {
        stroke-dashoffset: 1200
    }
}
.popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -99999;
    opacity: 0;
    transition: opacity .5s;
    background: rgba(0, 0, 0, .8)
}
.popup-overlay.active {
    opacity: 1;
    z-index: 99999
}
.popup {
    position: absolute;
    left: 50%;
    max-width: 800px;
    margin-left: -400px;
    width: 100%;
    opacity: 0;
    z-index: -999991;
    border-radius: 15px;
    overflow: hidden;
    display: none;
    transition: all .3s
}
.popup.active {
    z-index: 999991;
    display: block;
    animation: opacity .5s forwards
}
@keyframes opacity {
    100% {
        opacity: 1
    }
}
.popup .inner {
    line-height: 0
}
.popup-close {
    width: 45px;
    height: 45px;
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .3);
    transition: all .3s;
    z-index: 9999999
}
.popup-close span {
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7.5px;
    margin-top: -1px;
    transform-origin: center
}
.popup-close:hover {
    background: #093e52;
    border-color: #093e52;
    transform: scale(.95)
}
.popup-close span:first-child {
    transform: rotate(45deg)
}
.popup-close span:last-child {
    transform: rotate(-45deg)
}
.mt30 {
    margin-top: 30px
}
.popup-form {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    background: #fff;
    border-radius: 15px;
    margin-left: 0;
    padding: 55px 40px 65px 40px;
    overflow: hidden
}
.popup-form .before {
    position: absolute;
    top: -20px;
    left: -20px
}
.popup-form .after {
    position: absolute;
    bottom: -10px;
    right: 0
}
.popup-form .popup-close {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    transition: all .3s;
    padding: 5px
}
.popup-form .popup-close span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 2px;
    background: #61cbc8;
    margin-left: -7px
}
.popup-form .popup-close span:first-child {
    transform: rotate(45deg)
}
.popup-form .popup-close span:last-child {
    transform: rotate(-45deg)
}
.popup-form .popup-close:hover {
    background: 0 0;
    border-color: #61cbc8;
    transform: none
}
.popup-form h4 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
    font-family: var(--addington);
    color: #0a3d52;
    margin-bottom: 20px;
    text-align: center
}
.popup-form p {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #093f50;
    margin-bottom: 25px
}
.popup-form .group {
    display: flex
}
.popup-form .group:first-child {
    margin-bottom: 20px
}
.popup-form label {
    width: 50%
}
.popup-form label:first-child {
    padding-right: 10px
}
.popup-form label:last-child {
    padding-left: 10px
}
.popup-form input {
    width: 100%;
    height: 60px;
    border: 1px solid #61cbc8;
    padding: 0 20px;
    font-size: 18px;
    color: #093e52
}
.popup-form input::placeholder {
    color: #093e52
}
.popup-form input:focus {
    color: #61cbc8
}
.popup-form .tx-center {
    margin-top: 40px
}
.popup-form input[type=submit] {
    width: 255px;
    color: #fff;
    cursor: pointer
}
.page-plans .home {
    min-height: inherit;
    height: 100vh;
    padding: 55px 0;
    background: #093e52;
    overflow: hidden
}
.page-plans .home h1 {
    font-size: 65px;
    line-height: 65px
}
.page-plans .home .center {
    display: flex;
    align-items: center
}
.page-plans .screen {
    min-width: 1000px;
    margin-right: -450px
}
.page-plans .screen .rectangle {
    background: #fff;
    transform: translateY(50px);
    opacity: 0;
    transition: opacity .3s .5s, transform .3s .5s
}
.page-plans .screen .rectangle p {
    display: none
}
.page-plans .screen .rectangle:nth-last-child(2) {
    position: absolute;
    top: inherit;
    left: 0;
    bottom: 0;
    margin-bottom: 125px;
    margin-left: -95px
}
.page-plans .screen .rectangle:nth-last-child(1) {
    position: absolute;
    top: 110px;
    right: 230px;
    transition-delay: 1s, 1s
}
.page-plans .screen .rectangle.an-no {
    transform: none;
    opacity: 1
}
.page-plans .screen .rectangle .title {
    color: #093e52
}
.healthcare {
    padding-top: 85px;
    padding-bottom: 95px
}
.healthcare h2.title {
    font-size: 65px;
    line-height: 65px
}
.healthcare-icons {
    margin-top: 40px;
    display: flex
}
.healthcare-icons li {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}
.healthcare-icons li p {padding: 0 17px;}
.healthcare-icons li .image {
    min-height: 95px
}
.healthcare-icons li h3 {
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 20px;
    margin-top: 15px
}
.ic-comment {
    display: inline-block;
    width: 90px;
    height: 86px;
    background: url(/img/webp/ic-comment.webp)
}
.ic-tablet {
    display: inline-block;
    width: 77px;
    height: 77px;
    background: url(/img/webp/ic-tablet.webp)
}
.ic-monitor {
    display: inline-block;
    width: 85px;
    height: 74px;
    background: url(/img/webp/ic-screen.webp)
}
.plan > .center {
    display: flex;
    justify-content: center
}
.plan > .tx-center {
    margin-bottom: 75px
}
.plan-item {
    padding: 45px 30px 40px 30px;
    background: #fff;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .1);
    text-align: center;
    width: 515px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}
.plan-item:first-child {
    margin-right: 40px
}
.plan-item:last-child {
    margin-left: 40px
}
.plan-item .title {
    background: #fff;
    padding: 10px 60px
}
.plan-item.active {
    background: #e0f4f4;
    border: 3px solid #78c8c6
}
.plan-item.active .title {
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    background: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #61cbc8;
    border-radius: 40px;
    position: absolute;
    top: 0;
    left: 50%;
    white-space: nowrap;
    transform: translate(-50%, -50%)
}
.plan-item h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px
}
.plan-item .wrap-price {
    display: flex;
    align-items: center
}
.plan-item .price {
    font-size: 21px;
    line-height: 80px
}
.plan-item .price sup {
    font-weight: 500;
    font-size: 40px;
    position: relative;
    top: -21px;
    right: 3px
}
.plan-item .price span {
    font-weight: 500;
    font-size: 80px
}
.plan-item .price-old {
    font-size: 18px;
    line-height: 65px;
    margin-right: 10px;
    color: #adadad
}
.plan-item .price-old span {
    font-size: 60px;
    position: relative
}
.plan-item .price-old span:after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #adadad;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    transform-origin: center;
    transform: rotate(-22deg)
}
.plan-item .price-old sup {
    font-size: 35px;
    top: -11px
}
.plan-item ul {
    margin-bottom: 25px
}
.plan-item ul li {
    text-align: left
}
.plan-item ul li + li {
    margin-top: 10px
}
.plan-item ul li:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 15px;
    background: url(/img/webp/ic-checktrans.webp) no-repeat;
    background-size: 20px;
    margin-right: 10px
}
.plan-item .btn {
    margin-top: auto;
    background: #093e52
}
.plan-item .btn:hover {
    background: #61cbc8
}
.qualitive {
    margin-top: 80px;
    overflow: hidden
}
.qualitive h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px
}
.qualitive .list {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap
}
.qualitive .list li {
    width: 33.33%;
    margin-bottom: 45px
}
.qualitive .icon {
    display: inline-block
}
.qualitive lottie-player {
    width: 80px;
    height: 80px;
    display: inline-block
}
.qualitive .list li:nth-child(2) {
    transition-delay: .3s
}
.qualitive .list li:nth-child(3) {
    transition-delay: .6s
}
.qualitive .list li:nth-child(4) {
    transition-delay: .9s
}
.qualitive .list li:nth-child(5) {
    transition-delay: 1.2s
}
.qualitive .list li:nth-child(6) {
    transition-delay: 1.5s
}
.qualitive i {
    display: inline-block;
    width: 55px;
    height: 55px;
    border: 2px solid #61cbc8;
    border-radius: 50%
}
.ic-clock {
    background: url(/img/webp/ic-clock.webp) no-repeat center
}
.ic-loop {
    background: url(/img/webp/ic-loop.webp) no-repeat center
}
.ic-com {
    background: url(/img/webp/ic-com.webp) no-repeat center
}
.ic-file {
    background: url(/img/webp/ic-file.webp) no-repeat center
}
.ic-arrlove {
    background: url(/img/webp/ic-arrlove.webp) no-repeat center
}
.ic-cross {
    background: url(/img/webp/ic-cross.webp) no-repeat center
}
.qualitive .list li h5 {
    font-weight: 600;
    font-size: 18px;
    color: #61cbc8;
    margin-bottom: 25px;
    text-transform: uppercase
}
.faq {
    background: #f4f4f4;
    padding: 85px 0 115px 0
}
.faq h2.title {
    font-size: 65px;
    line-height: 65px
}
.faq .accordeon {
    margin-top: 45px
}
.item-accordeon {
    border: 2px solid transparent;
    transition: all .3s
}
.item-accordeon + .item-accordeon {
    margin-top: 10px
}
.btn-accordeon {
    padding: 15px 40px;
    background: #fff;
    border-radius: 7px;
    font-weight: 600;
    font-size: 18px;
    transition: all .3s;
    position: relative
}
.btn-accordeon:after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 8px;
    background: url(/img/webp/ic-accordeon.webp) no-repeat;
    position: absolute;
    top: 50%;
    right: 23px;
    transition: all .3s
}
.item-accordeon.active .btn-accordeon:after {
    transform-origin: center;
    transform: rotate(180deg)
}
.item-accordeon.active {
    border-color: #61cbc8;
    border-radius: 7px
}
.item-accordeon.active .btn-accordeon {
    background: 0 0
}
.item-accordeon.active .inner {
    padding: 5px 65px 30px 65px
}
.item-accordeon .inner {
    padding: 5px 65px 30px 65px
}
.content-accordeon {
    height: 0;
    overflow: hidden;
    transition: height .3s ease
}
.section-phone {
    padding: 140px 0 115px 0;
    overflow: hidden
}
.section-phone .center {
    display: flex;
    justify-content: space-between
}
.phone-content {
    padding-top: 80px
}
.phone-content h3 {
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px
}
.phone-content p {
    margin-bottom: 40px
}
.phone-data {
    background: #093e52;
    width: 475px;
    height: 445px;
    border-radius: 10px;
    padding: 75px 50px 45px 50px;
    color: #fff;
    position: relative
}
.phone-data span {
    display: block;
    font-size: 90px;
    line-height: 90px;
    color: #61cbc8;
    padding-bottom: 30px
}
.phone-data .foot {
    display: flex;
    margin-top: 40px
}
.phone-data .foot div {
    width: 70px;
    height: 70px;
    min-width: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}
.phone-data .foot div:first-child {
    margin-right: 15px
}
.phone-data .iphone {
    width: 364px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -130px;
    margin-right: -90px;
    opacity: 1
}
.phone-data .iphone svg {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: -15px
}
.phone-data .iphone .line_alt {
    stroke: #60cac7;
    stroke-width: 1px;
    stroke-dasharray: 1;
    animation: linesAlt 5s 1s infinite
}
.phone-data .iphone img {
    position: relative;
    z-index: 2
}
.join .center {
    padding: 75px 15px 85px 15px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    overflow: hidden
}
.join .center:after {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background: #e5e5e5
}
.join h2.title {
    text-align: left;
    margin-bottom: 15px;
    font-size: 65px;
    line-height: 65px
}
.join .btn {
    background: 0 0;
    border: 2px solid #61cbc8;
    color: #61cbc8;
    margin-top: 25px;
    transition: all .3s
}
.page-help .header {
    border-bottom: 1px solid #d4e6e9
}
.page-help .head-main {
    background: #effaf9
}
.help {
    padding: 168px 0 80px 0;
    background: #effaf9;
    overflow: hidden
}
.help .subtitle {
    text-align: center;
    margin-top: 20px
}
.link-hover {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #61cbc8
}
.link-hover div:after, .link-hover div:before {
    content: '';
    display: block;
    height: 2px;
    background: #64ccc9;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0
}
.link-hover div:before {
    background: #093e52;
    z-index: 2;
    transition: all .5s;
    width: 0
}
.link-hover div:hover:before {
    width: 100%
}
.help .link-hover {
    margin-top: 30px
}
.help-row {
    margin-top: 70px;
    display: flex
}
.help-item {
    width: 33.33%;
    padding: 0 12.5px;
    transition: all .3s;
    position: relative
}
.help-item:nth-child(2) {
    transition-delay: .3s
}
.help-item:nth-child(3) {
    transition-delay: .6s
}
.help-item:after {
    content: '';
    display: block;
    width: 10px;
    position: absolute;
    top: 0;
    right: 10%;
    bottom: 0;
    background: #60cac7;
    border-radius: 0 10px 10px 0;
    transition: all .3s
}
.help-item:hover:after {
    right: 9.8px
}
.help-item .inner {
    background: #60cac7;
    padding-left: 3px;
    border-radius: 10px;
    transition: all .3s;
    height: 100%;
    position: relative;
    z-index: 2
}
.help-item .inner .wrap {
    height: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 30px 0 30px 30px
}
.help-item h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px
}
.help-item p {
    font-size: 17px
}
.section-content {
    padding: 85px 0;
    overflow: hidden
}
.section-content .center {
    display: flex;
    align-items: center
}
.section-content .content, .section-content .image {
    width: 50%
}
.section-content .image {
    margin-right: 40px
}
.section-content .content {
    margin-left: 40px;
    position: relative;
    z-index: 2
}
.section-content .image {
    position: relative;
    transition: all .5s
}
.section-content .image.active {
    transform: scale(1)
}
.section-content .image svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}
.section-content.first .image svg {
    margin-top: -50px;
    margin-left: -300px
}
.section-content.three .image svg {
    margin-top: -95px;
    margin-left: -350px
}
.section-content .image img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2
}
.section-content .fill {
    display: inline-block;
    padding: 11px 25px;
    background: #093e52;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px
}
.section-content h2.title {
    text-align: left;
    margin-bottom: 25px
}
.section-content p + p {
    margin-top: 25px
}
.section-content ul {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap
}
.section-content ul li {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 20px
}
.section-content ul li:before {
    content: '';
    display: inline-block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: url(/img/ic-arrfill.png) no-repeat;
    margin-right: 15px
}
.section-content.reverse {
    background: #093e52;
    color: #fff
}
.section-content.reverse .image {
    order: 1;
    margin-right: 0;
    margin-left: 40px
}
.section-content.reverse .content {
    margin-left: 0;
    margin-right: 40px
}
.section-content.reverse .fill {
    background: #fff;
    color: #093e52
}
.section-content.reverse h2.title {
    color: #fff
}
.section-content ul.col-three li {
    width: 33.33%
}
.page-help .wrap-gradient {
    padding-top: 80px;
    background: linear-gradient(#effaf9 50%, #fff 60%)
}
.page-help .works {
    padding-top: 0
}
.page-help .video-works {
    margin-bottom: 0
}
.page-help .map {
    padding-top: 75px
}
.home-about {
    color: #093e52
}
.home-about h1, .home-about p {
    color: #fff
}
.home-about .center {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center
}
.about-doctors {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 55px
}
.circle {
    width: 70px;
    min-width: 70px;
    height: 70px;
    position: relative
}
.circle lottie-player {
    width: 70px;
    height: 70px
}
.circle .dot {
    width: 2px;
    height: 60px;
    background: url(/img/webp/dot-line.webp) repeat-y left top;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1px;
    animation: 2s linear infinite dots-bg
}
@keyframes dots-bg {
    from {
        background-position-y: 0
    }
    to {
        background-position-y: 40px
    }
}
.about-doctors p {
    margin-left: 20px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff
}
.about-main {
    padding: 90px 0;
    overflow: hidden;
    background: linear-gradient(#effaf9, #fff)
}
.about-main h3 {
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 30px
}
.about-main .text {
    max-width: 940px;
    margin: 0 auto 0 auto
}
.about-main .text p + p {
    margin-top: 25px
}
.about-main .btn-group .btn {
    width: 190px;
    animation: none;
    transition: all .3s
}
.about-main .btn-group .btn:first-child {
    margin-right: 10px
}
.about-main .btn-group .btn:last-child {
    margin-right: 10px
}
.home-works {
    height: 480px;
    background: #effaf9 url(/img/webp/bg-homeworks.webp) no-repeat center bottom;
    background-size: 100%
}
.home-works h1 {
    color: #093e52
}
.home-works p {
    color: #093e52
}
.home-works a {
    display: inline-block;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    color: #61cbc8;
    position: relative;
    margin-top: 30px;
    padding: 0 3px 3px 3px
}
.steps {
    background: #fff;
    overflow: hidden
}
.steps .center {
    max-width: 1300px
}
.step-row {
    padding-top: 50px;
    min-height: 600px;
    position: relative;
    background: url(/img/webp/line.webp) repeat-x left bottom;
    animation: line 1s infinite linear;
    display: flex;
    align-items: flex-end
}
@keyframes line {
    0% {
        background-position-x: 0
    }
    100% {
        background-position-x: 50px
    }
}
.step-row:last-child {
    background: 0 0
}
.step-row .center {
    display: flex;
    align-items: flex-end
}
.step-row .image {
    width: 50%;
    line-height: 0;
    padding-bottom: 1px;
    position: relative
}
.step-row:last-child .image {
    margin-bottom: -1px
}
.step-row .image svg {
    position: absolute;
    top: 0;
    right: 0
}
.step-row .image img {
    position: relative;
    z-index: 1
}
.step-row .text {
    width: 50%;
    padding-left: 55px;
    margin-bottom: auto;
    margin-top: auto
}
.step-row .text > span {
    display: inline-block;
    width: 90px;
    height: 30px;
    background: #61cbc8;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 27px
}
.step-row .text h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    color: #093e52;
    margin-top: 20px;
    margin-bottom: 25px
}
.step-row .text h3 span {
    color: #61cbc8
}
.step-row.reverse .image {
    order: 1;
    padding-left: 55px
}
.step-row.reverse .text {
    padding-left: 0;
    padding-right: 55px;
    text-align: right
}
.step-row.reverse .image svg {
    top: 50%;
    right: initial;
    left: 66%;
    transform: translateY(-50%)
}
.here {
    padding: 25px 0;
    background: #effaf9
}
.here .center {
    display: flex;
    align-items: center;
    max-width: 1620px
}
.here-item {
    width: 25%;
    padding: 30px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}
.here-item:first-child:after {
    content: '';
    display: inline-block;
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #cddee0
}
.here-item:nth-child(1) {
    padding-right: 50px
}
.here-item:nth-child(2) {
    padding-left: 50px
}
.here-item h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    color: #093e52
}
.here-item h2 span {
    color: #61cbc8
}
.here-item p {
    margin-top: 10px
}
.here-item h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: #093e52;
    display: flex
}
.here-item h3 > div {
    display: flex;
    align-items: center;
    transition: all .3s
}
.here-item h3 > div:hover {
    color: #60cac7
}
.here-item lottie-player {
    width: 65px;
    height: 65px;
    margin-right: 12px;
    margin-left: -3px
}
.here-item h3 span {
    display: inline-block;
    vertical-align: middle
}
.page-works .faq {
    background: #fff
}
.page-works .btn-accordeon {
    background: #f4f4f4
}
.page-works .item-accordeon.active .btn-accordeon {
    background: 0 0
}
.page-works .faq .subtitle {
    text-align: center;
    margin-top: 25px
}
.page-works .faq .subtitle a {
    font-weight: 600;
    font-size: 16px;
    color: #61cbc8;
    text-transform: uppercase
}
.home-contact {
    min-height: 650px;
    background: url(/img/webp/bg-contact.webp) no-repeat center top;
    background-size: cover
}
.home-contact .center {
    padding-top: 50px
}
.contacts {
    padding: 80px 0 90px 0;
    overflow: hidden
}
.contacts h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    color: #093e52;
    margin-bottom: 25px
}
.contacts h2 span {
    color: #62cbc9
}
.contacts p {
    font-size: 21px;
    line-height: 35px
}
.contacts p a {
    font-weight: 600;
    color: #61cbc8;
    position: relative
}
.contacts-map {
    margin: 60px 0;
    position: relative
}
.contacts-map:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(97, 202, 200, .7);
    pointer-events: none
}
.contacts-map iframe {
    width: 100%;
    min-height: 400px;
    border: none;
    position: relative;
    z-index: 1
}
.page-platform {
    overflow-x: hidden
}
.home-platform {
    height: 740px;
    background: #093e52;
    overflow: visible
}
.home-platform .center {
    display: flex;
    align-items: center;
    position: relative
}
.home-platform .home-content {
    position: relative;
    z-index: 2
}
.home-platform .image {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: -290px;
    margin-right: -113px;
    opacity: 1
}
.home-platform .group {
    display: flex;
    align-items: center;
    margin-top: 40px
}
.home-platform .group a:first-child {
    margin-right: 40px
}
.btn-arr {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #61cbc8;
    position: relative
}
.btn-arr:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 7px;
    background: url(/img/webp/ic-arrpurple.webp) no-repeat;
    margin-left: 10px;
    position: relative;
    top: -1px
}
.btn-simple {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    position: relative
}
.btn-arr:before, .btn-simple:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #225264;
    opacity: 0;
    transition: all .3s
}
.btn-simple:before {
    opacity: 1
}
.btn-simple:hover:before {
    opacity: 0
}
.btn-arr:hover:before {
    opacity: 1
}
.platform {
    padding: 160px 0 70px 0;
    overflow: hidden
}
.platform .center {
    max-width: 1620px
}
.platform .row {
    margin-top: 60px
}
.platform .image {
    padding-right: 60px;
    margin-left: -35px
}
.platform .text {
    padding-top: 80px
}
.platform .text .circle {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}
.platform ul {
    margin-top: 60px
}
.platform ul li {
    display: flex;
    align-items: center
}
.platform ul li + li {
    margin-top: 55px
}
.platform ul li p {
    font-size: 16px;
    text-transform: uppercase;
    color: #093e52;
    margin-left: 20px
}
.platform ul li:last-child .dot {
    display: none
}
.procent {
    background: #093e52;
    padding: 70px 0 80px 0;
    color: #fff
}
.procent h2.title {
    color: #fff;
    text-align: left
}
.procent ul {
    display: flex;
    margin-top: 50px
}
.an-number {
    display: inline-block
}
.procent ul li {
    width: 33.33%;
    display: flex;
    align-items: center
}
.procent ul li > span {
    display: inline-block;
    font-size: 60px;
    font-weight: 600;
    color: #61cbc8;
    margin-right: 15px;
    position: relative;
    top: -3px
}
.procent .foot {
    display: flex;
    align-items: center;
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid #225264
}
.procent .foot p {
    font-weight: 700;
    font-style: italic;
    font-size: 21px;
    line-height: 30px;
    margin-right: 45px
}
.statistics {
    padding: 70px 0 50px 0;
    overflow: hidden
}
.statistics .row {
    align-items: center
}
.statistics .text {
    position: relative
}
.statistics .image {
    text-align: right;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    width: calc(50% + 2px)
}
.statistics .image .inner {
    position: relative
}
.statistics .reverse .image {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center
}
.statistics h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    color: #61cbc8
}
.statistics h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #093e52;
    margin: 20px 0
}
.statistics .btn {
    margin-top: 25px
}
.statistics .circle {
    z-index: 5
}
.statistics .foot {
    margin-top: 55px
}
.statistics .foot > div {
    display: inline-block
}
.statistics .foot lottie-player {
    width: 255px
}
.statistics .foot p {
    font-weight: 600;
    color: #093e52;
    padding-left: 50px
}
.statistics .foot > div.flex {
    display: flex;
    align-items: center;
    justify-content: flex-start
}
.circle-percent {
    display: flex;
    align-items: center
}
.circle-percent + .circle-percent {
    margin-left: 50px
}
.circle-percent .wrap {
    position: relative;
    line-height: 0
}
.circle-percent .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    font-size: 30px;
    color: #093e52
}
.circle-percent .number .an-number {
    display: initial
}
.circle-percent p {
    font-size: 18px;
    padding-left: 20px !important
}
.circle-percent svg {
    width: 100px;
    height: 100px;
    transform: rotate(-90deg)
}
.circle-percent svg circle {
    width: 150px;
    height: 150px;
    fill: none;
    stroke-width: 6px;
    stroke: #e6ebed;
    transition: all 1s 1s ease-in-out
}
.circle-percent svg circle:last-child {
    stroke: #61cbc8;
    stroke-dasharray: 276;
    stroke-dashoffset: 276
}
.circle-percent.active[data-percent="45"] circle:last-child {
    stroke-dashoffset: calc(276 - (276 * 50)/ 100)
}
.circle-percent.active[data-percent="67"] circle:last-child {
    stroke-dashoffset: calc(276 - (276 * 67)/ 100)
}
.circle-percent.active[data-percent="100"] circle:last-child {
    stroke-dashoffset: calc(276 - (276 * 100)/ 100)
}
.list-check {
    margin-top: 15px
}
.list-check li {
    display: flex;
    align-items: center
}
.list-check li + li {
    margin-top: 10px
}
.list-check li:before {
    content: '';
    display: inline-block;
    width: 21px;
    min-width: 21px;
    height: 20px;
    background: url(/img/webp/ic-check2.webp) no-repeat center;
    margin-right: 13px
}
.statistics-1 .foot {
    margin-top: 0
}
.statistics-1 .image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    background: url(/img/webp/dot-line.webp) repeat;
    animation: 1s linear infinite dots-bg
}
.statistics-1 .image:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 2px;
    height: 238px;
    background: #fff
}
.statistics-1 .circle {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 200px;
    margin-top: 200px
}
.statistics-1 .circle .dot {
    width: 1000px;
    height: 2px;
    background: url(/img/webp/dot-lineh.webp) repeat;
    top: 50%;
    left: inherit;
    right: 100%;
    margin-left: 0;
    animation: 1s linear infinite dots-bgx
}
@keyframes dots-bgx {
    from {
        background-position-x: 0
    }
    to {
        background-position-x: -50px
    }
}
.statistics-2 .image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    background: url(/img/webp/dot-line.webp) repeat;
    animation: 1s linear infinite dots-bg
}
.statistics-2 .image:before {
    content: '';
    display: block;
    position: absolute;
    top: 133px;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 2px;
    background: #fff
}
.statistics-2 .image .inner:after {
    content: '';
    display: block;
    position: absolute;
    right: 253px;
    bottom: 0;
    width: 2px;
    height: 150px;
    background: url(/img/webp/dot-line.webp) repeat;
    animation: 1s linear infinite dots-bg
}
.statistics-2 .circle {
    position: absolute;
    top: 100px;
    left: 150px
}
.statistics-2 .circle .dot {
    width: 1000px;
    height: 2px;
    background: url(/img/webp/dot-lineh.webp) repeat;
    top: 50%;
    left: 100%;
    margin-left: 0;
    animation: 1s linear infinite dots-bgx
}
.statistics-3 {
    margin-top: -70px
}
.statistics-3 .image {
    overflow: visible
}
.statistics-3 .circle {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 287px;
    margin-top: 33px
}
.statistics-3 .circle .dot {
    width: 574px;
    height: 2px;
    background: url(/img/webp/dot-lineh.webp) repeat;
    top: 50%;
    left: inherit;
    right: 100%;
    margin-left: 0;
    animation: 1s linear infinite dots-bgx
}
.statistics-3 .group-circle {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -40px;
    min-width: 255px
}
.statistics-3 .circle-percent + .circle-percent {
    margin-left: 0;
    margin-top: 30px
}
.desctop {
    padding-bottom: 80px
}
.desctop .image {
    text-align: center;
    margin-top: 45px
}
.desctop .btn {
    margin-top: 25px
}
.connection {
    padding: 170px 0 0 0
}
.connection .subtitle {
    margin-top: 25px
}
.card-doctors {
    max-width: 1200px;
    margin: 80px auto 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}
.card-doctors .item {
    width: 585px;
    height: 220px;
    border-radius: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    transition: all .3s;
    color: #fff;
    background: #093e52
}
.card-doctors .item p {
    color: #fff
}
.card-doctors .item:hover {
    color: #fff
}
.card-doctors .item .image {
    line-height: 0;
    transition-duration: 2s
}
.card-doctors .text {
    padding-top: 35px;
    padding-bottom: 35px
}
.card-doctors h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 5px
}
.card-doctors .label {
    height: 30px;
    background: #fff;
    border-radius: 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    padding: 0 15px;
    display: inline-block;
    color: #093e52
}
.card-doctors p {
    margin-top: 20px;
    color: #093e52
}
.card-doctors .item:first-child {
    padding-left: 25px;
    padding-right: 30px
}
.card-doctors .item:first-child:hover {
    background: #61cbc8
}
.card-doctors .item:last-child {
    padding-left: 50px;
    background: #61cbc8
}
.card-doctors .item:last-child:hover {
    background: #093e52
}
.worl-doctors {
    width: 980px;
    height: 200px;
    display: flex;
    align-items: center;
    background: linear-gradient(#ebf8f8, #fff);
    margin: 65px auto;
    box-shadow: 60px 60px 70px rgba(0, 0, 0, .1);
    border-radius: 15px;
    padding: 0 35px
}
.worl-doctors .images {
    width: 225px;
    height: 145px;
    position: relative;
    margin-right: 30px
}
.worl-doctors .images img {
    position: absolute
}
.worl-doctors .images img:nth-child(1) {
    top: 3px;
    left: 0;
    transition-delay: 1s
}
.worl-doctors .images img:nth-child(2) {
    top: 62px;
    left: 56px;
    transition-delay: .5s
}
.worl-doctors .images img:nth-child(3) {
    top: 0;
    left: 127px;
    transition-delay: 1.5s
}
.worl-doctors h3 {
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    transition-delay: 2s
}
.worl-doctors p {
    transition-delay: 2.5s
}
.connection .btn {
    transition-delay: 3s
}
.connection > svg {
    width: 100%
}
.page-preorder {
    overflow-x: hidden
}
.page-preorder .home-platform .home-content {
    max-height: 296px
}
.box-table {
    padding-top: 115px
}
.box-table ul {
    border-radius: 15px 0 0 0;
    border-top: 2px solid #ecf0f1;
    border-left: 2px solid #ecf0f1
}
.box-table ul li {
    display: flex;
    border-bottom: 2px solid #ecf0f1
}
.box-table ul li:last-child {
    border-bottom: none
}
.box-table ul li > div:nth-child(1) {
    padding: 18px 40px
}
.box-table ul p strong {
    font-weight: 600
}
.box-table ul li > div:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    position: relative;
    top: 6px
}
.box-table ul li > div:first-child {
    display: flex;
    align-items: flex-start
}
.box-table ul li:nth-child(1) > div:first-child:before {
    min-width: 21px;
    height: 21px;
    background: url(/img/webp/ic-men.webp) no-repeat
}
.box-table ul li:nth-child(2) > div:first-child:before {
    min-width: 18px;
    height: 21px;
    background: url(/img/webp/ic-arrtop.webp) no-repeat
}
.box-table ul li:nth-child(3) > div:first-child:before {
    min-width: 18px;
    height: 21px;
    background: url(/img/webp/ic-lesson.webp) no-repeat
}
.box-table ul li:nth-child(4) > div:first-child:before {
    min-width: 18px;
    height: 18px;
    background: url(/img/webp/ic-dolar.webp) no-repeat
}
.box-table ul li:nth-child(5) > div:first-child:before {
    min-width: 17px;
    height: 17px;
    background: url(/img/webp/ic-home.webp) no-repeat
}
.box-table ul li:nth-child(6) > div:first-child:before {
    min-width: 21px;
    height: 21px;
    background: url(/img/webp/ic-lock.webp) no-repeat
}
.box-table ul li:nth-child(7) > div:first-child:before {
    min-width: 18px;
    height: 21px;
    background: url(/img/webp/ic-time.webp) no-repeat
}
.box-table ul li > div:nth-child(2) {
    width: 270px;
    min-width: 270px;
    background: #f7f7f7;
    border-left: 2px solid #ecf0f1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: auto;
    position: relative
}
.box-table ul li > div:nth-child(2):after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 2px;
    background: #e9e9e9
}
.box-table ul li:last-child > div:nth-child(2):after {
    display: none
}
.box-table ul li > div:nth-child(3) {
    width: 270px;
    min-width: 270px;
    background: #61cbc8;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}
.box-table ul li > div:nth-child(3):after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 2px;
    background: #7dd2d0
}
.box-table ul li:last-child > div:nth-child(3):after {
    display: none
}
.box-table .in-persone {
    height: 60px;
    border-top: 2px solid #ecf0f1;
    border-left: 2px solid #ecf0f1;
    border-radius: 15px 0 0 0;
    position: absolute;
    left: -2px;
    right: 0;
    bottom: 100%;
    background: #f7f7f7;
    line-height: 51px;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    border-bottom: 2px solid #e9e9e9
}
.box-table .life {
    height: 90px;
    border-top: 6px solid #61cbc8;
    border-left: 6px solid #61cbc8;
    border-right: 6px solid #61cbc8;
    border-radius: 15px 15px 0 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    background: #093e52 url(/img/logo-white.svg) no-repeat center;
    background-size: 130px
}
.pacients {
    background: #093e52;
    padding: 75px 0 55px 0;
    overflow: hidden
}
.pacients h2.title {
    color: #fff
}
.page-preorder .plan {
    padding: 85px 0 120px 0
}
.page-preorder .plan h2.title {
    margin-bottom: 20px
}
.slider-pacients {
    margin-top: 45px;
    margin-right: -300px;
    margin-left: -300px;
    position: relative
}
.slider-pacients:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2
}
.slider-pacients p {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #fff
}
.slider-pacients p + p {
    margin-top: 20px
}
.slider-pacients li {
    display: block;
    padding: 0 10px
}
.slider-pacients li p {
    color: #3a6575
}
.slider-pacients .slick-current.slick-active + .slick-active p {
    color: #fff
}
.slider-pacients .progress {
    width: 675px;
    padding: 4px;
    border-radius: 10px;
    background: #1c4d60;
    margin: 80px auto 0 auto
}
.slider-pacients .progress-line {
    height: 4px;
    width: 0;
    background: #61cbc8;
    border-radius: 10px;
    animation-name: width;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}
@keyframes width {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}
.page-signup .header {
    position: static
}
.page-signup .head-main {
    background: #effaf9
}
.home-signup {
    background: #effaf9;
    color: #4b4b4b
}
.home-signup .center {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 75px;
    padding-bottom: 160px
}
.home-signup .home-content {
    max-width: 660px;
    position: relative;
    z-index: 2
}
.home-signup h1 {
    font-size: 60px;
    line-height: 60px;
    font-family: 'Addington CF Demi', sans-serif;
    font-weight: 600;
    color: #093e52;
    margin-bottom: 40px
}
.home-signup p {
    font-size: 20px;
    line-height: 35px;
    color: #4b4b4b
}
.form-signup {
    margin-top: 60px
}
.head-form {
    font-size: 30px;
    line-height: 45px;
    font-family: 'Addington CF Demi', sans-serif;
    display: flex;
    align-items: center;
    color: #173d50;
    margin-bottom: 35px
}
.head-form:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    min-width: 30px;
    height: 30px;
    background: url(/img/webp/plus-icon.webp) no-repeat;
    background-size: 30px;
    margin-right: 17px
}
.form-style label {
    display: block;
    width: 100%;
    margin-bottom: 30px
}
.form-style input[type=email], .form-style input[type=text] {
    width: 100%;
    height: 55px;
    background: #fff;
    border-bottom: 2px solid #ccc;
    padding: 0 16px;
    font-size: 17px;
    font-weight: 500;
    color: #7e8080
}
.form-style input[type=text]::placeholder {
    color: #7e8080
}
.form-style input[type=email]::placeholder {
    color: #7e8080
}
.input-group {
    display: flex
}
.input-group label:first-child {
    margin-right: 13px
}
.input-group label:last-child {
    margin-left: 13px
}
.form-style input[type=submit] {
    padding: 17px 30px;
    border-radius: 40px;
    background: #00698b;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 27px;
    cursor: pointer;
    transition: all .3s;
    animation: shadow-pulse 3s infinite
}
.form-style input[type=submit]:hover {
    background: #000
}
@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .8)
    }
    50% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .2)
    }
    100% {
        box-shadow: 0 0 0 20px transparent
    }
}
.home-signup .image {
    position: relative
}
.home-signup .image img {
    position: relative;
    z-index: 2;
    opacity: 1
}
.home-signup .image span {
    display: inline-block;
    position: absolute;
    z-index: 1;
    border-radius: 50%
}
.home-signup .image span.big {
    width: 470px;
    height: 470px;
    background: #e0f4f4;
    top: 50%;
    left: 50%;
    margin-top: -235px;
    margin-left: -235px
}
.home-signup .image span.big .orbit {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%
}
.home-signup .image span.big .orbit-1 {
    top: -10%;
    right: -10%;
    bottom: -10%;
    left: -10%;
    animation: orbit 50s linear infinite reverse
}
.home-signup .image span.big .orbit-1 span {
    position: absolute;
    top: 35%;
    right: 0;
    transform: translateX(34%)
}
.home-signup .image span.big .orbit-2 {
    top: -15%;
    right: -15%;
    bottom: -15%;
    left: -15%;
    animation: orbit 50s linear infinite reverse
}
.home-signup .image span.big .orbit-2 span {
    position: absolute;
    left: 7%;
    bottom: 15%
}
.home-signup .image span.big .orbit-3 {
    top: -10%;
    right: -10%;
    bottom: -10%;
    left: -10%;
    animation: orbit 15s linear infinite
}
.home-signup .image span.big .orbit-3 span {
    position: absolute;
    top: 15%;
    left: 11%
}
.home-signup .image span.big .orbit-4 {
    top: -18%;
    right: -18%;
    bottom: -18%;
    left: -18%;
    animation: orbit 15s linear infinite
}
.home-signup .image span.big .orbit-4 span {
    position: absolute;
    right: 16%;
    bottom: 11%
}
.home-signup .image .big span.small {
    width: 13px;
    height: 13px;
    background: #61cbc8
}
.home-signup .image .big span.middle {
    width: 44px;
    height: 44px;
    background: #61cbc8
}
@keyframes orbit {
    0% {
        transform: rotateZ(0)
    }
    100% {
        transform: rotateZ(-360deg)
    }
}
.personal-head {
    background: #e0f4f4;
    padding: 70px 0 85px 0;
    position: relative;
    border-top: 1px solid #e3e3e3
}
.personal-head:before {
    content: '';
    display: inline-block;
    background: url(/img/plus-icon.png) no-repeat;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}
.personal-head:after {
    content: '';
    display: block;
    width: 225px;
    height: 1px;
    background: #effaf9;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%)
}
.personal-head h2.title {
    margin-bottom: 40px
}
.person-body {
    background: #003e52;
    padding: 110px 0;
    color: #fff
}
.person-body .table {
    width: 960px;
    margin: 0 auto
}
.person-body .table li {
    display: flex;
    border-top: 1px solid #e1e3e8
}
.person-body .table li div {
    border-right: 1px solid #e1e3e8;
    padding: 12px 0
}
.person-body .table li div:last-child {
    border-right: none
}
.person-body .table li:last-child {
    border-bottom: 1px solid #e1e3e8
}
.person-body .table li div:nth-child(1) {
    margin-right: auto;
    width: 100%
}
.person-body .table li div:nth-child(2), .person-body .table li div:nth-child(3) {
    min-width: 290px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}
.person-body .table li p {
    font-size: 21px;
    line-height: 32px
}
.icon-check {
    display: inline-block;
    width: 33px;
    height: 23px;
    background: url(/img/webp/icon-check.webp) no-repeat center
}
.icon-close {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/img/webp/icon-close.webp) no-repeat center
}
.person-body .table li:first-child {
    border-top: none
}
.person-body .table li:first-child div {
    border-right: none
}
.popup-private {
    position: fixed;
    top: 0 !important;
    right: 0;
    left: 0;
    bottom: 0;
    background: #effaf9 url(/img/webp/triangle.webp) no-repeat center;
    background-size: 100% 100%;
    transform: none;
    max-width: inherit;
    opacity: 1;
    height: 100%;
    margin-left: 0;
    border-radius: 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 50px 0
}
.popup-private.active {
    display: flex;
    animation: popup .3s linear
}
@keyframes popup {
    0% {
        transform: scale(0)
    }
    25% {
        transform: scale(.2)
    }
    50% {
        transform: scale(.5)
    }
    75% {
        transform: scale(.7)
    }
    100% {
        transform: scale(1)
    }
}
.popup-private .logo {
    margin-bottom: 30px
}
.popup-private h3 {
    font-size: 25px;
    line-height: 25px;
    color: #00698b;
    margin-top: auto
}
.popup-private h4 {
    font-size: 40px;
    line-height: 40px;
    color: #00698b;
    margin-top: 10px
}
.popup-private h5 {
    font-size: 28px;
    line-height: 33px;
    color: #4b4b4b;
    margin-bottom: 20px
}
.popup-private p {
    font-size: 20px;
    line-height: 25px;
    color: #4b4b4b;
    text-align: center;
    margin-bottom: 60px
}
.popup-circle {
    position: relative;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px
}
.popup-circle img {
    max-width: 250px;
    position: relative;
    top: 28px
}
.popup-circle .orbit {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%
}
.popup-circle .big, .popup-circle .small {
    position: absolute;
    opacity: .31;
    border-radius: 50%;
    background: #f2355b
}
.popup-circle .big {
    width: 42px;
    height: 42px
}
.popup-circle .small {
    width: 12px;
    height: 12px
}
.popup-circle .orbit-1 {
    top: -6%;
    right: -6%;
    bottom: -6%;
    left: -6%;
    animation: orbit 20s linear infinite reverse
}
.popup-circle .orbit-1 span {
    top: 0;
    right: 5%
}
.popup-circle .orbit-2 {
    top: -12%;
    right: -12%;
    bottom: -12%;
    left: -12%;
    animation: orbit 20s linear infinite reverse
}
.popup-circle .orbit-2 span {
    left: 11%;
    bottom: 6%
}
.popup-circle .orbit-3 {
    top: -15%;
    right: -15%;
    bottom: -15%;
    left: -15%;
    animation: orbit 6s linear infinite
}
.popup-circle .orbit-3 span {
    top: 14%;
    left: 10%
}
.popup-circle .orbit-4 {
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
    animation: orbit 6s linear infinite
}
.popup-circle .orbit-4 span {
    right: 15%;
    bottom: 9%
}
.popup-circle .orbit-5 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
    animation: orbit 6s linear infinite
}
.popup-circle .orbit-5 span {
    left: 0;
    top: 64%
}
.popup-private .link-btn {
    padding: 17px 30px;
    border-radius: 40px;
    background: #00698b;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 27px;
    cursor: pointer;
    transition: all .3s;
    animation: shadow-pulse 3s infinite
}
.popup-private .link-btn:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 13px;
    background: url(/img/webp/small-down.webp) no-repeat center;
    margin-left: 6px
}
.popup-private .link-btn:hover {
    background: #000
}
.popup-private .link-learn {
    margin-top: 25px;
    font-weight: 700;
    font-size: 19px;
    color: #444;
    margin-bottom: auto
}
.popup-private .link-learn:hover {
    text-decoration: underline;
    color: #00698b
}
.popup-private .link-learn:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 13px;
    background: url(/img/webp/small-down-black.webp) no-repeat center;
    margin-left: 6px
}
.popup-private .link-learn:hover:after {
    background: url(/img/webp/small-down-black-hover.webp) no-repeat center
}
.page-checkout .header {
    padding: 30px 0;
    background: #effaf9;
    position: static
}
.title-main {
    padding: 50px 0;
    color: #fff;
    background: #003e52
}
.title-main h2 {
    font: 500 45px/45px var(--addington);
    margin-bottom: 10px
}
.title-main p {
    font-size: 18px
}
.checkout {
    margin-top: 65px;
    padding-bottom: 90px
}
.checkout .center {
    max-width: 980px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}
.form-checkout {
    max-width: 550px
}
.form-checkout label {
    display: block;
    margin-bottom: 20px
}
.label-text {
    font-size: 18px;
    margin-bottom: 10px
}
.field {
    height: 55px;
    width: 100%;
    position: relative
}
.field input, .input-card, .select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    font-size: 17px;
    color: #000;
    border-bottom: 2px solid #ccc;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .06);
    padding: 0 45px 0 15px;
    transition: border .3s
}
.field input:focus {
    border-color: #4d738a
}
.field .placeholder {
    position: absolute;
    left: 15px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    font-size: 17px;
    font-weight: 500;
    color: #7e8080
}
.field.error input {
    border-color: #f2355b
}
.field.error .placeholder {
    color: #f2355b
}
.field.success input {
    border-color: #64ccc9;
    background: url(/img/check-success.svg) no-repeat right 15px center
}
.input-card {
    position: static;
    display: flex
}
.select {
    position: relative;
    padding: 0
}
.select .selected {
    cursor: pointer;
    user-select: none
}
.select .drop {
    display: none
}
.select .drop li {
    cursor: pointer;
    margin-bottom: 15px
}
.select .drop li:first-child {
    border-top: 1px solid #ccc;
    padding-top: 20px
}
.select.selected .drop {
    display: block;
    padding: 0 15px;
    font-size: 17px;
    font-weight: 500;
    color: #7e8080
}
.select {
    position: static
}
.select .selected {
    position: static;
    height: 55px;
    display: flex;
    position: static;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 15px;
    color: #7e8080;
    font-size: 17px;
    font-weight: 500
}
.select .selected:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 9px;
    background: url(/img/selected.svg) no-repeat center;
    transition: all .3s
}
.select.selected .selected:after {
    transform-origin: center;
    transform: rotate(-180deg)
}
.form-checkout .input-group {
    display: flex;
    align-items: flex-end
}
.form-checkout .input-group.l-50 label {
    width: 50%
}
.form-checkout .input-group.l-50 label:first-child {
    margin-right: 10px
}
.form-checkout .input-group.l-50 label:last-child {
    margin-left: 10px
}
.form-checkout .group-card label {
    margin-right: 20px;
    width: 100%
}
.form-checkout .group-card label:last-child {
    margin-right: 0;
    margin-left: 0
}
.form-checkout .group-card label:first-child {
    min-width: 320px
}
.form-checkout .foot p {
    font-size: 15px;
    line-height: 20px
}
.form-checkout .foot p + p {
    margin-top: 20px
}
.form-checkout .foot .tx-center {
    margin-top: 40px
}
.form-checkout .btn {
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 20px
}
.form-checkout .foot .tx-center p {
    font-size: 15px;
    color: #7d7d7d
}
.form-checkout .foot .tx-center p:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 18px;
    background: url(/img/webp/ic-lock.webp) no-repeat center;
    margin-right: 10px;
    position: relative;
    top: -2px
}
.checkout-order {
    width: 335px;
    background: #effaf9;
    padding: 30px 25px;
    border-radius: 6px
}
.checkout-order ul {
    position: relative;
    padding-bottom: 15px
}
.checkout-order ul:after {
    content: '';
    display: block;
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: 0;
    height: 1px;
    background: #61cbc8
}
.checkout-order ul li {
    display: flex;
    align-items: center;
    justify-content: space-between
}
.checkout-order ul li + li {
    margin-top: 5px
}
.checkout-order ul li p strong {
    font-weight: 600
}
.checkout-order ul li:nth-child(2) p {
    color: #61cbc8
}
.checkout-order > p {
    font-size: 15px;
    margin-top: 15px
}
.page-blog .head-main {
    background: #effaf9;
    border-bottom: 1px solid #d4e6e9
}
.home-blog {
    color: #093e52;
    background: #effaf9;
    text-align: center
}
.home-blog .center {
    padding-top: 170px;
    padding-bottom: 70px
}
.home-blog h1 {
    margin-bottom: 20px
}
.form-search {
    max-width: 540px;
    position: relative;
    margin: 30px auto 0 auto
}
.form-search input[type=text] {
    width: 100%;
    height: 50px;
    border: 2px solid #61cbc8;
    background: #fff;
    border-radius: 50px;
    padding: 0 85px 0 35px;
    font-size: 18px;
    color: #093e52
}
.form-search input[type=text]::placeholder {
    color: #093e52
}
.form-search input[type=submit] {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 25px;
    height: 24px;
    background: url(/img/webp/ic-search.webp) no-repeat;
    transform: translateY(-50%);
    text-indent: -100px;
    overflow: hidden;
    cursor: pointer
}
.category {
    border-bottom: 2px solid #f7f7f7
}
.category ul {
    display: flex;
    justify-content: space-between
}
.category ul li a {
    padding: 25px 0;
    position: relative;
    color: #093e52;
    display: block
}
.category ul li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 3px;
    background: #70e3dc;
    transition: all .3s
}
.category ul li a:hover:after {
    width: 100%
}
.posts {
    margin-top: 80px
}
.posts .row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-left: -25px
}
.posts article {
    width: 33.33%;
    padding: 0 25px
}
.posts .inner {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .03);
    border-radius: 10px;
    overflow: hidden
}
.posts .inner .image {
    height: 169px;
    display: flex;
    align-items: flex-start;
    position: relative;
    overflow: hidden
}
.posts .inner .image img {
    object-fit: cover;
    width: 100%;
    height: 100%
}
.posts .inner .image a {
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    background: #61cac7;
    color: #fff;
    text-align: center;
    padding: 1px 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px
}
.posts .inner .image a h2 {
    font-weight: 600
}
.posts article {
    margin-bottom: 50px
}
.posts article .foot {
    padding: 15px 40px 40px 40px;
    position: relative
}
.posts article .foot h3 {
    font-size: 21px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px
}
.posts article .foot h3:hover {
    text-decoration: underline
}
.posts article .foot .more {
    display: inline-block;
    background: url(/img/webp/ic-arr.webp) no-repeat center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    bottom: 20px;
    transition: all .3s
}
.posts article .foot .more:hover {
    background: #61cbc8 url(/img/webp/ic-arrhover2.webp) no-repeat center
}
.page-blog .btn-bottom {
    margin-top: 30px;
    padding-bottom: 95px
}
.page-blog .btn-bottom .btn {
    background: 0 0;
    border: 2px solid #60cac7;
    color: #60cac7
}
.page-blog .btn-bottom .btn:hover {
    color: #fff;
    background: #60cac7
}
.article-main {
    padding-top: 70px
}
.article-main > .center {
    position: relative
}
.article-main p {
    line-height: 30px
}
.article-main p + p {
    margin-top: 30px
}
.article-main h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 20px
}
.image-flex {
    margin-top: 35px;
    display: flex;
    align-items: center
}
.image-flex .image {
    min-width: 285px;
    display: flex;
    margin-right: 60px
}
.image-flex .image img {
    object-fit: cover
}
.image-flex.reverse .image {
    margin-right: 0;
    margin-left: 60px
}
.comment {
    margin-top: 80px;
    padding-bottom: 90px
}
.comment h3 {
    position: relative;
    padding-top: 30px;
    font: 35px/60px var(--addington);
    text-align: center
}
.comment h3:after {
    content: '';
    display: block;
    width: 70px;
    height: 4px;
    background: #61cbc8;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%)
}
.form-comment {
    margin-top: 30px
}
.form-comment .group {
    display: flex
}
.form-comment .group label:first-child {
    margin-right: 10px
}
.form-comment .group label:last-child {
    margin-left: 10px
}
.form-comment label {
    width: 100%;
    display: block;
    margin-bottom: 20px
}
.form-comment input:not(input[type=submit]), .form-comment textarea {
    display: block;
    width: 100%;
    height: 58px;
    border: 1px solid #61cbc8;
    padding: 0 25px;
    color: #093e52;
    font-size: 18px
}
.form-comment input:not(input[type=submit])::placeholder {
    color: #093e52
}
.form-comment textarea::placeholder {
    color: #093e52
}
.form-comment textarea {
    min-height: 85px;
    resize: none;
    padding-top: 18px
}
.form-comment p {
    margin-top: 20px;
    margin-bottom: 45px
}
.btn-back {
    font-weight: 500;
    color: #093e52;
    margin-top: 40px;
    display: inline-block;
    transition: all .3s
}
.btn-back:hover {
    color: #61cbc8;
    text-decoration: underline
}
.btn-back:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 12px;
    transform-origin: center;
    transform: rotate(-180deg);
    background: url(/img/webp/ic-arrright.webp) no-repeat;
    margin-right: 17px
}
.share {
    position: sticky;
    top: 100px;
    left: 0;
    float: left;
    margin-left: -80px;
    background: #fff
}
.share a {
    display: block;
    width: 48px;
    height: 48px;
    border: 1px solid #e1e1e1;
    margin-top: -1px;
    background-position: center;
    background-repeat: no-repeat;
    transition: background .3s
}
.share a.fb {
    background-image: url(/img/webp/ic-fb2.webp)
}
.share a.tw {
    background-image: url(/img/webp/ic-tw2.webp)
}
.share a.pn {
    background-image: url(/img/webp/ic-pn.webp)
}
.content-main {
    padding: 100px 0
}
.content-main p + p {
    margin-top: 30px
}
.content-main p a {
    color: #61cac8
}
.content-main p a:hover {
    text-decoration: underline
}
.content-main h5 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 30px;
    margin-bottom: 30px
}
.form-connected {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: -70px;
    opacity: 1 !important
}
.form-connected .inner {
    background: #fff;
    padding: 35px 60px;
    box-shadow: 0 0 19px rgba(0, 0, 0, .08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px
}
.form-connected h3 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px;
    font-weight: 600
}
.form-connected .text {
    max-width: 500px;
}
.form-connected .group {
    width: 490px;
    position: relative
}
.form-connected .group:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    transition: all .5s;
    background: #0a3e52
}
.form-connected .group.preloader:after {
    width: 100%
}
.form-connected .group input[type=email] {
    padding-bottom: 24px;
    border: none;
    border-bottom: 2px solid #61cbc8;
    width: 100%;
    font-size: 18px;
    color: #61cbc8;
    padding-right: 150px
}
.form-connected .group input[type=email]::placeholder {
    color: #61cbc8
}
.form-connected .group .error-text {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 13px;
    color: #f2355b;
    opacity: 0
}
.form-connected .group.error .error-text {
    opacity: 1
}
.form-connected .group.error input[type=email] {
    border-color: #f2355b
}
.form-connected .group.error input[type=email]::placeholder {
    color: #f2355b
}
.form-connected .group button {
    width: 130px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
    bottom: 18px;
    animation: none
}
.footer {
    background: #093e52;
    padding-top: 180px;
    position: relative;
    z-index: 3
}
.page-blog .footer, .page-contact .footer, .page-help .footer, .page-plans .footer, .page-platform .footer, .page-signup .footer, .page-works .footer {
    padding-top: 70px
}
.footer-row {
    display: flex;
    margin-right: -15px;
    margin-left: -15px
}
.footer-logo {
    display: inline-block;
    width: 146px;
    height: 41px;
    background: url(/img/webp/logo-inverse.webp) no-repeat;
    margin-bottom: 50px
}
.social a {
    width: 50px;
    height: 50px;
    background-color: #1a4c5e;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: inline-block;
    transition: all .3s;
    margin:1px;
}
.social a:hover {
    background-color: #66d4cf
}
.social a.ic-fb {
    background-image: url(/img/webp/ic-fb.webp);
    margin-right: 10px
}
.social a.ic-tw {
    background-image: url(/img/webp/ic-tw.webp)
}
.social a.ic-in {
    background-image: url(/img/webp/insta.png)
}
.social a.ic-tiktok {
    background-image: url(/img/tiktok.svg);
    background-size: 40%;
}
.social a.ic-linkedin {
    background-image: url(/img/linkedin-in.svg);
    background-size: 40%;
}
.footer-item {
    width: 20%;
    padding: 0 15px
}
.footer-item:first-child {
    min-width: 360px
}
.footer-item h3 {
    font-weight: 400;
    color: #61cbc8;
    margin-bottom: 30px;
    text-transform: uppercase
}
.footer-item ul li + li {
    margin-top: 15px
}
.footer-item ul li a {
    color: #fff;
    transition: all .3s;
    display: flex;
    align-items: center
}
.footer-item ul li a:hover, .footer-item ul li.active a {
    color: #66d4cf
}
.footer-item ul li a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    background: url(/img/ic-plus.png) no-repeat;
    margin-right: 8px;
    transition: all .3s;
    transform: scale(0)
}
.footer-item ul li a:hover:before, .footer-item ul li.active a:before {
    transform: scale(1);
    width: 18px;
    height: 19px
}
.footer .phone {
    color: #fff;
    margin-top: 45px;
    display: inline-block;
    transition: all .3s
}
.footer .phone:hover {
    color: #61cbc8
}
.footer .phone i {
    margin-right: 10px
}
.footer-copy {
    border-top: 1px solid #13495e;
    margin-top: 65px
}
.footer-copy .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 15px;
    color: #396273;
    font-size: 15px
}
.footer-copy div {
    display: flex;
    align-items: center
}
.footer-copy div a {
    color: #fff
}
.footer-copy div a:hover {
    text-decoration: underline
}
.footer-copy div span {
    display: inline-block;
    width: 2px;
    height: 2px;
    background: #fff;
    border-radius: 50%;
    margin: 0 15px
}

.an-left {
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 2s cubic-bezier(.19, 1, .22, 1), opacity 1.9s
}
.an-right {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 2s cubic-bezier(.19, 1, .22, 1), opacity 1.9s
}
.an-top {
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 2s cubic-bezier(.19, 1, .22, 1), opacity 1.9s
}
.an-bottom {
    opacity: 0;
    transform: translateY(100%);
    transition: transform 2s cubic-bezier(.19, 1, .22, 1), opacity 1.9s
}
.an-transform {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .3s .5s, transform .3s .5s
}
.an-scale {
    opacity: 0;
    transform: scale(.3);
    transition: transform 2s cubic-bezier(.19, 1, .22, 1), opacity 1.9s
}
.an-rotate {
    opacity: 0;
    transform: rotateY(360deg);
    transition: transform 2s cubic-bezier(.19, 1, .22, 1), opacity 1.9s
}
.an-opacity {
    opacity: 0;
    transition: opacity 1s .5s
}
.an-3dl {
    transform: perspective(1000px) rotateY(80deg);
    transition: transform 5s cubic-bezier(.19, 1, .22, 1)
}
.an-3dr {
    transform: perspective(1000px) rotateY(-80deg);
    transition: transform 5s cubic-bezier(.19, 1, .22, 1)
}
.an-no {
    opacity: 1;
    transform: none
}
@media screen and (max-width:1750px) {
    .slider-pacients p {
        font-size: 15px;
        line-height: 25px
    }
}
@media screen and (max-width:1700px) {
    .page-plans .screen .rectangle:nth-last-child(1) {
        top: 250px;
        right: 350px
    }
    .popup-private {
        padding: 30px 0
    }
    .popup-private img {
        max-width: 250px
    }
    .popup-private p {
        margin-bottom: 20px
    }
    .popup-private h3 {
        font-size: 20px;
        line-height: 20px
    }
    .popup-private h4 {
        font-size: 35px;
        line-height: 35px
    }
    .popup-private h5 {
        font-size: 25px;
        line-height: 25px
    }
    .popup-private .link-btn {
        margin-top: 20px
    }
}
@media screen and (max-width:1550px) {
    .here-item p {
        font-size: 16px
    }
    .here-item:nth-child(1) {
        padding-right: 30px
    }
    .here-item:nth-child(2) {
        padding-left: 30px
    }
}
@media screen and (max-width:1200px) {
    .hide-1200 {
        display: none
    }
    .show-1200 {
        display: block
    }
    .home-works a {
        line-height: 17px
    }
    body {
        font-size: 12px;
        line-height: 22px
    }
    h2.title {
        font-size: 32px;
        line-height: 32px
    }
    .center {
        max-width: 795px
    }
    .btn {
        padding: 4px 25px;
        font-size: 11px
    }
    .header .center {
        max-width: 1000px
    }
    .head-line {
        padding: 2px 15px;
        font-size: 11px
    }
    .head-main .center {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .fixed-header .head-main .center {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .logo {
        width: 85px;
        height: 24px;
        background-size: 85px
    }
    .header.fill .logo {
        background-size: 85px
    }
    .header nav {
        margin-right: 50px
    }
    .header nav ul li + li {
        margin-left: 40px
    }
    .header nav ul a {
        font-size: 12px
    }
    .btn-head {
        padding: 0 15px;
        border: 1px solid #61cbc8;
        font-size: 10px;
        margin-right: 15px
    }
    .header .login {
        font-size: 11px
    }
    .header .bottom-link ul a {
        font-size: 14px;
        line-height: 14px;
        padding: 0 20px
    }
    .home .bg {
        top: 80px
    }
    .home .video-bg {
        top: 80px
    }
    .home .center {
        padding-top: 80px
    }
    .home h1 {
        font-size: 44px;
        line-height: 43px
    }
    .home h2 {
        font-size: 38px;
    }
    .home .btn {
        margin-top: 30px;
        margin-bottom: 10px;
        padding-right: 20px;
        padding-left: 20px
    }
    .home p.small {
        font-size: 11px
    }
    .home-index {
        height: inherit;
        min-height: 490px
    }
    .home .bg {
        background-attachment: scroll
    }
    .health {
        padding-top: 50px
    }
    .health .subtitle {
        margin-top: 10px
    }
    .health .subtitle > div {
        font-size: 11px;
        padding: 0
    }
    .health .subtitle div:after {
        right: 0;
        left: 0
    }
    .help-item:hover:after {
        right: 4.5px
    }
    .health-row {
        margin-top: 55px
    }
    .health-item .wrap {
        padding: 25px
    }
    .health-item .wrap:hover, .health-item.active .wrap {
        transform: translate(-25px, -25px)
    }
    .health-item .wrap .icon {
        max-width: 100px;
        position: absolute;
        right: 12px;
        bottom: 15px
    }
    .health-item .hover {
        display: none
    }
    .health-item .inner:hover .wrap:hover {
        transform: none
    }
    .health-item h3 {
        font-size: 19px;
        line-height: 21px;
        margin-bottom: 10px
    }
    .health-item p {
        line-height: 22px
    }
    .health-item .link {
        width: 30px;
        height: 30px;
        border: 1px solid #64ccc9;
        margin-top: 15px;
        background-size: 15px
    }
    .health-item {
        padding: 15px 10px
    }
    .health-item .wrap:after {
        width: 200px;
        height: 200px;
        margin-right: -60px
    }
    .health-item .link {
        font-size: 11px
    }
    .health-item .inner:hover .link {
        width: 30px;
        background: #fff url(/img/webp/ic-arr.webp) no-repeat center;
        background-size: 15px
    }
    .health-item .inner:hover .link {
        background: #fff url(/img/webp/ic-arr.webp) no-repeat center !important;
        border: 1px solid #64ccc9 !important
    }
    .health-item .inner:hover .link span {
        text-indent: 16px;
        display: none
    }
    .why {
        padding: 40px 0 60px 0
    }
    .why-row {
        margin-top: 30px
    }
    .why ul li.title {
        min-height: 40px;
        font-size: 15px;
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center
    }
    .why ul li {
        padding: 10px 20px;
        line-height: 16px;
        font-size: 11px
    }
    .ic-close {
        width: 25px;
        min-width: 25px;
        height: 25px;
        background-size: 25px
    }
    .why-life .title {
        background-size: 85px !important
    }
    .ic-check {
        width: 25px;
        min-width: 25px;
        height: 25px;
        background-size: 25px
    }
    .get-started {
        padding-top: 60px;
        padding-bottom: 50px
    }
    .screen {
        width: 620px;
        height: 320px
    }
    .screen .rectangle {
        padding: 13px 20px
    }
    .screen .rectangle .title {
        font-size: 10px
    }
    .screen .rectangle p {
        font-size: 10px;
        line-height: 15px;
        margin-top: 5px
    }
    .ic-arrtop {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url(/img/webp/ic-arrtop.webp) no-repeat;
        background-size: 16px
    }
    .ic-phone {
        width: 10px;
        height: 10px;
        background-size: 10px
    }
    .screen .rectangle:nth-last-child(2) {
        top: 110px
    }
    .screen .rectangle:nth-last-child(1) {
        top: 155px
    }
    .screen .rectangle.active:nth-last-child(2) {
        transform: translateX(-65px)
    }
    .screen .rectangle.active:nth-last-child(1) {
        transform: translateX(65px)
    }
    .get-started h2.title {
        margin-top: 25px
    }
    .get-started .subtitle {
        margin-top: 5px
    }
    .get-started .step {
        margin-top: 20px
    }
    .get-started .step .item > span {
        width: 55px;
        height: 20px;
        line-height: 18px
    }
    .get-started .step .image {
        min-height: 135px;
        margin-top: 25px
    }
    .get-started .step .image img {
        max-width: 200px
    }
    .get-started .step h3 {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 5px
    }
    .map {
        padding-top: 50px
    }
    .map .subtitle {
        font-size: 25px;
        line-height: 31px;
        margin-top: 15px
    }
    .ic-quote {
        width: 30px;
        height: 23px;
        background-size: 30px
    }
    .map .avatar span {
        font-size: 14px
    }
    .map .avatar .image {
        width: 45px;
        min-width: 45px;
        height: 45px;
        margin-right: 10px
    }
    .map .image {
        width: 670px
    }
    .marker img {
        max-width: 20px
    }
    .map-footer {
        padding: 35px 0 30px 0
    }
    .map-footer p {
        margin-top: 10px;
        margin-bottom: 15px
    }
    .works {
        padding-top: 60px
    }
    .video-works .content {
        top: 45px
    }
    .btn-play {
        margin-top: 70px
    }
    .video-works {
        margin-bottom: 100px
    }
    .works article h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px
    }
    .works article .image {
        max-width: 360px
    }
    .works article:nth-last-child(2) .image {
        margin-right: -90px
    }
    .works article:last-child {
        margin-top: 100px
    }
    .featured .title {
        margin-top: 45px
    }
    .featured .title span {
        padding: 0 20px;
        font-size: 19px
    }
    .featured .center img {
        max-width: 70px
    }
    .doctors {
        padding-top: 30px;
        background-position: right -80px top;
        background-size: cover
    }
    .doctors .content {
        min-width: 450px;
        padding-top: 55px
    }
    .doctors .image {
        max-width: 500px;
        min-width: initial;
        margin-right: -200px;
        display: flex;
        align-items: flex-end
    }
	.worl-doctors .images img:nth-child(1) {
		top: -16px;
		left: -101px;
		transition-delay: 1s
	}
    .slider-doctors .slick-dots {
        bottom: 50px
    }
    .breadcrumb a.visited {
        padding: 0 7px;
        font-size: 10px;
        height: 20px
    }
    .breadcrumb a.visited:after {
        border-top: 10px solid transparent;
        border-left: 5px solid #093e52;
        border-bottom: 10px solid transparent
    }
    .breadcrumb a:not(.visited) {
        font-size: 10px;
        padding-left: 15px
    }
    .ic-arrright {
        width: 5px;
        height: 10px;
        background-size: 5px
    }
    .doctors .content ul li:before {
        width: 20px;
        height: 16px;
        background-size: 20px;
        margin-right: 10px
    }
    .doctors .content ul li + li {
        margin-top: 15px
    }
    .doctors .image svg {
        width: 375px;
        height: 416px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1;
        transform: translate(-100px, -45px)
    }
    .page-plans .home {
        padding: 30px 0;
        height: inherit
    }
    .page-plans .home h1 {
        font-size: 40px;
        line-height: 40px
    }
    .page-plans .screen {
        min-width: 621px;
        margin-right: -285px
    }
    .page-plans .screen .rectangle:nth-last-child(2) {
        margin-bottom: 75px;
        margin-left: -60px
    }
    .page-plans .screen .rectangle:nth-last-child(1) {
        top: 95px;
        right: 165px
    }
    .mt30 {
        margin-top: 20px
    }
    .healthcare {
        padding-top: 50px;
        padding-bottom: 65px
    }
    .healthcare h2.title {
        font-size: 40px;
        line-height: 40px
    }
    .healthcare-icons {
        margin-top: 20px
    }
    .healthcare-icons li h3 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
        margin-top: 10px
    }
    .ic-comment {
        width: 60px;
        height: 57px;
        background-size: 60px
    }
    .ic-tablet {
        width: 52px;
        height: 52px;
        background-size: 52px
    }
    .ic-monitor {
        width: 56px;
        height: 49px;
        background-size: 56px
    }
    .healthcare-icons li .image {
        min-height: 64px
    }
    .plan-item {
        width: 325px;
        padding: 30px 25px 25px 25px
    }
    .plan-item:first-child {
        margin-right: 22.5px
    }
    .plan-item:last-child {
        margin-left: 22.5px
    }
    .plan-item h3 {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 15px
    }
    .plan-item .price {
        font-size: 13px;
        line-height: 50px
    }
    .plan-item .price span {
        font-size: 50px
    }
    .plan-item .price sup {
        font-size: 25px;
        top: -13px;
        right: 1px
    }
    .plan-item .price-old sup {
        font-size: 21px;
        top: -7px
    }
    .plan-item .price-old span {
        font-size: 37px
    }
    .plan-item .price-old {
        font-size: 11px;
        line-height: 40px
    }
    .plan-item .price-old span:after {
        width: 55px;
        margin-left: -27.5px
    }
    .plan-item ul {
        margin-bottom: 20px
    }
    .plan-item ul li + li {
        margin-top: 0
    }
    .plan-item .title {
        padding: 4px 60px;
        font-size: 12px !important
    }
    .plan > .tx-center {
        margin-bottom: 40px
    }
    .page-preorder .plan {
        padding: 50px 0 70px 0
    }
    .qualitive {
        margin-top: 50px;
        padding-bottom: 45px
    }
    .qualitive h4 {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 10px
    }
    .qualitive i {
        width: 35px;
        height: 35px;
        background-size: 15px
    }
    .qualitive .list li {
        margin-bottom: 25px
    }
    .qualitive li:nth-last-child(3) i {
        background-size: 10px
    }
    .qualitive li:nth-last-child(1) i {
        background-size: 10px
    }
    .qualitive .list li h5 {
        font-size: 12px;
        margin-bottom: 10px
    }
    .qualitive .list p {
        font-size: 11px
    }
    .faq {
        padding: 50px 0 75px 0
    }
    .faq h2.title {
        font-size: 40px;
        line-height: 40px
    }
    .btn-accordeon {
        padding: 10px 24px;
        font-size: 12px
    }
    .item-accordeon.active .inner {
        padding: 0 45px 15px 45px
    }
    .section-phone {
        padding: 85px 0 70px 0
    }
    .phone-content h3 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 15px
    }
    .phone-content p {
        margin-bottom: 25px;
        font-size: 12px;
        line-height: 18px
    }
    .phone-data {
        width: 300px;
        height: 280px;
        padding: 45px 30px 30px 30px
    }
    .phone-data span {
        font-size: 55px;
        line-height: 55px;
        padding-bottom: 15px
    }
    .phone-data .foot {
        margin-top: 25px
    }
    .phone-data .foot div {
        width: 45px;
        height: 45px;
        min-width: 45px
    }
    .phone-data .foot div:first-child {
        margin-right: 10px
    }
    .phone-data .foot div img {
        max-width: 20px
    }
    .phone-data .iphone {
        width: 210px;
        margin-top: -58px;
        margin-right: -53px
    }
    .phone-data .iphone svg {
        width: 150px;
        height: 188px
    }
    .join .center {
        padding: 40px 15px 55px 15px
    }
    .join h2.title {
        text-align: left;
        margin-bottom: 10px;
        font-size: 40px;
        line-height: 40px
    }
    .join .btn {
        margin-top: 10px
    }
    .help {
        padding: 120px 0 50px 0
    }
    .help .link {
        font-size: 10px;
        margin-top: 20px
    }
    .help-row {
        margin-top: 40px;
        margin-right: -7.5px;
        margin-left: -7.5px
    }
    .help-item {
        width: 33.33%;
        padding: 0 7.5px
    }
    .help-item .inner .wrap {
        padding: 20px 0 20px 20px
    }
    .help-item h3 {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 10px
    }
    .help-item p {
        font-size: 11px;
        line-height: 18px
    }
    .section-content {
        padding: 50px 0
    }
    .section-content .image {
        margin-right: 25px
    }
    .section-content.first .image svg {
        margin-top: -15px;
        margin-left: -200px;
        width: 253px;
        height: 438px
    }
    .section-content.three .image svg {
        margin-top: -88px;
        margin-left: -230px;
        width: 434px;
        height: 260px
    }
    .section-content .content {
        margin-left: 25px
    }
    .section-content .fill {
        padding: 4px 32px;
        font-size: 13px;
        margin-bottom: 15px
    }
    .section-content h2.title {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 28px
    }
    .section-content p + p {
        margin-top: 15px
    }
    .section-content ul {
        margin-top: 15px
    }
    .section-content ul li {
        margin-bottom: 10px
    }
    .section-content ul li:before {
        width: 13px;
        min-width: 13px;
        height: 13px;
        background-size: 13px;
        margin-right: 10px
    }
    .section-content.reverse .image {
        margin-left: 25px
    }
    .section-content.reverse .content {
        margin-right: 25px
    }
    .page-help .wrap-gradient {
        padding-top: 50px
    }
    .page-help .map {
        padding-top: 40px
    }
    .about-doctors p {
        font-size: 10px;
        margin-left: 13px
    }
    .circle {
        width: 50px;
        min-width: 50px;
        height: 50px
    }
    .circle lottie-player {
        width: 50px;
        height: 50px
    }
    .home-about .center {
        height: auto;
        min-height: 490px
    }
    .about-main {
        padding: 45px 0
    }
    .about-main h3 {
        font-weight: 600;
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 20px
    }
    .about-main .text p + p {
        margin-top: 15px
    }
    .about-main .text {
        max-width: 580px;
        margin: 0 auto 0 auto
    }
    .about-main .btn-group .btn {
        width: 120px
    }
    .steps .center {
        max-width: 1000px
    }
    .step-row {
        padding-top: 20px;
        min-height: 400px
    }
    .step-row .image img {
        max-width: 360px;
        width: 100%
    }
    .step-row:first-child .image svg {
        width: 594px;
        height: 263px;
        right: 80px
    }
    .step-row:nth-child(2) .image svg {
        width: 357px;
        height: 123px
    }
    .step-row:nth-child(3) .image svg {
        width: 567px;
        height: 199px;
        right: 80px;
        top: 20px
    }
    .step-row .text > span {
        width: 55px;
        height: 20px;
        font-size: 12px;
        line-height: 19px
    }
    .step-row .text h3 {
        font-size: 24px;
        line-height: 28px;
        margin-top: 10px;
        margin-bottom: 15px
    }
    .here-item h2 {
        font-size: 24px;
        line-height: 24px
    }
    .here-item p {
        font-size: 12px;
        line-height: 18px
    }
    .here-item h3 {
        font-size: 19px;
        line-height: 19px
    }
    .here-item lottie-player {
        width: 25px;
        height: 25px;
        margin-right: 7px
    }
    .page-works .faq .subtitle a {
        font-size: 11px
    }
    .header.opacity .logo {
        background-size: 85px;
        width: 85px;
        height: 24px
    }
    .fixed-header .header.opacity .logo {
        background-size: 85px
    }
    .home-contact {
        min-height: 400px
    }
    .home-contact .center {
        padding-top: 0
    }
    .contacts {
        padding: 50px 0 60px 0
    }
    .contacts h2 {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 20px
    }
    .contacts p {
        font-size: 14px;
        line-height: 21px
    }
    .contacts-map {
        margin: 30px 0
    }
    .home-platform {
        height: 600px
    }
    .home-platform .center {
        padding-top: 35px
    }
    .home-platform .image {
        max-width: 413px;
        min-width: auto;
        margin-bottom: -260px
    }
    .platform {
        padding: 120px 0 35px 0
    }
    .platform .center {
        max-width: 1000px
    }
    .platform .row {
        margin-top: 25px
    }
    .platform .image {
        padding-right: 15px;
        margin-left: -25px
    }
    .platform .text {
        padding-top: 50px
    }
    .platform ul {
        margin-top: 30px
    }
    .platform ul li + li {
        margin-top: 25px
    }
    .platform ul li p {
        font-size: 11px;
        margin-left: 12px
    }
    .procent {
        padding: 40px 0 50px 0
    }
    .procent ul {
        margin-top: 30px
    }
    .procent ul li > span {
        font-size: 37px;
        line-height: 37px;
        margin-right: 10px;
        top: -1px
    }
    .procent ul li p {
        font-size: 12px;
        line-height: 18px
    }
    .procent .foot {
        margin-top: 20px;
        padding-top: 15px
    }
    .procent .foot p {
        font-size: 14px;
        line-height: 18px;
        margin-right: 25px
    }
    .statistics {
        padding: 45px 0 0 0
    }
    .statistics h2 {
        font-size: 24px;
        line-height: 35px
    }
    .statistics h3 {
        font-size: 17px;
        line-height: 22px;
        margin: 10px 0 15px 0
    }
    .statistics .btn {
        margin-top: 18px
    }
    .statistics .foot {
        margin-top: 30px
    }
    .statistics .foot lottie-player {
        max-width: 160px
    }
    .statistics .foot p {
        padding-left: 30px
    }
    .circle-percent svg {
        width: 60px;
        height: 60px
    }
    .circle-percent .number {
        font-size: 18px
    }
    .circle-percent p {
        font-size: 12px;
        padding-left: 10px !important
    }
    .circle-percent + .circle-percent {
        margin-left: 30px
    }
    .list-check li:before {
        width: 12px;
        min-width: 12px;
        height: 20px;
        background-size: 12px;
        margin-right: 9px
    }
    .list-check li + li {
        margin-top: 7px
    }
    .statistics-1 .circle {
        margin-right: 145px;
        margin-top: 130px
    }
    .statistics-1 .image:before {
        height: 159px
    }
    .statistics-2 .circle {
        position: absolute;
        top: 65px;
        left: 105px
    }
    .statistics-2 .image:before {
        top: 88px
    }
    .statistics-2 .image .inner:after {
        right: 175px
    }
    .statistics-3 {
        margin-top: -58px
    }
    .statistics-3 .circle {
        margin-right: 202px;
        margin-top: 33px
    }
    .statistics-3 .circle .dot {
        width: 320px
    }
    .desctop {
        padding-bottom: 40px
    }
    .desctop .image {
        margin-top: 30px
    }
    .connection {
        padding-top: 100px
    }
    .connection .subtitle {
        margin-top: 15px
    }
    .card-doctors {
        margin-top: 100px
    }
    .card-doctors .item {
        width: 365px;
/*        height: 135px;*/
		height: 175px;
    }
    .card-doctors .item .image {
        max-width: 150px
    }
    .card-doctors .item:first-child {
/*        padding-left: 13px;*/
        padding-left: 0px;
        padding-right: 15px
    }
    .card-doctors .item:last-child {
        padding-left: 27px
    }
    .card-doctors .text {
        padding-top: 20px;
/*        padding-bottom: 20px*/
        padding-bottom: 0px
    }
    .card-doctors h3 {
/*        font-size: 19px;*/
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 0
    }
	.card-doctors .item .image img.doctor_imgs {max-width: 185px;}
    .card-doctors .label {
        height: 18px;
        font-size: 11px;
        line-height: 17px;
        padding: 0 9px
    }
    .card-doctors p {
        margin-top: 14px;
        line-height: 18px
    }
    .worl-doctors {
        width: 610px;
        height: 125px;
        margin: 40px auto;
        padding: 0 15px;
        box-shadow: 38px 38px 44px rgb(0 0 0 / 10%)
    }
    .worl-doctors .images {
        width: 125px;
        height: 90px;
        margin-right: 20px
    }
    .worl-doctors .images img {
        max-width: 53px
    }
    .worl-doctors .images img:nth-child(2) {
        top: 35px;
        left: 35px
    }
    .worl-doctors .images img:nth-child(3) {
        left: 75px
    }
    .worl-doctors h3 {
        font-size: 22px;
        line-height: 28px
    }
    .box-table ul li > div p {
        font-size: 11px;
        line-height: 15px
    }
    .box-table ul li > div:nth-child(2), .box-table ul li > div:nth-child(3) {
        width: 170px;
        min-width: 170px
    }
    .box-table ul li > div:nth-child(1) {
        padding: 10px 20px
    }
    .ic-checkwhite {
        width: 25px;
        min-width: 25px;
        height: 25px;
        background-size: 25px
    }
    .box-table .in-persone {
        font-size: 13px;
        line-height: 33px;
        height: 38px
    }
    .box-table .life {
        height: 55px;
        border-top: 5px solid #61cbc8;
        border-left: 5px solid #61cbc8;
        border-right: 5px solid #61cbc8;
        background-size: 90px
    }
    .box-table ul li > div:before {
        margin-right: 8px;
        top: 2px
    }
    .box-table ul li:nth-child(1) > div:first-child:before {
        width: 14px;
        min-width: 14px;
        height: 14px;
        background-size: 14px 14px
    }
    .box-table ul li:nth-child(2) > div:first-child:before {
        width: 12px;
        min-width: 12px;
        height: 14px;
        background-size: 12px 14px
    }
    .box-table ul li:nth-child(3) > div:first-child:before {
        width: 12px;
        min-width: 12px;
        height: 14px;
        background-size: 12px 14px
    }
    .box-table ul li:nth-child(4) > div:first-child:before {
        width: 12px;
        min-width: 12px;
        height: 12px;
        background-size: 12px 12px
    }
    .box-table ul li:nth-child(5) > div:first-child:before {
        width: 12px;
        min-width: 12px;
        height: 12px;
        background-size: 12px 12px
    }
    .box-table ul li:nth-child(6) > div:first-child:before {
        width: 14px;
        min-width: 14px;
        height: 14px;
        background-size: 14px 14px
    }
    .box-table ul li:nth-child(7) > div:first-child:before {
        width: 12px;
        min-width: 12px;
        height: 14px;
        background-size: 12px 14px
    }
    .pacients {
        padding: 45px 0 35px 0
    }
    .slider-pacients {
        margin-top: 25px
    }
    .slider-pacients p {
        font-size: 11px;
        line-height: 16px
    }
    .slider-pacients p + p {
        margin-top: 10px
    }
    .slider-pacients .progress {
        width: 420px;
        padding: 2px;
        margin-top: 50px
    }
    .home-signup .home-content {
        max-width: 480px
    }
    .home-signup h1 {
        margin-bottom: 30px
    }
    .home-signup p {
        font-size: 17px;
        line-height: 25px
    }
    .form-signup {
        margin-top: 50px
    }
    .head-form {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 30px
    }
    .form-style label {
        margin-bottom: 20px
    }
    .form-style input[type=submit] {
        margin-top: 20px
    }
    .home-signup .image {
        max-width: 200px;
        margin-top: 50px
    }
    .home-signup .image span.big {
        width: 350px;
        height: 350px;
        margin-top: -175px;
        margin-left: -175px
    }
    .person-body .table {
        width: 750px
    }
    .person-body .table li div:nth-child(2), .person-body .table li div:nth-child(3) {
        min-width: 150px
    }
    .page-checkout .header {
        padding: 22px 0
    }
    .title-main h2 {
        font-size: 30px;
        line-height: 30px
    }
    .title-main {
        padding: 15px 0 25px 0;
        color: #093e52;
        background: #effaf9;
        border-top: 1px solid #d4e6e9
    }
    .form-checkout {
        max-width: 350px
    }
    .checkout {
        margin-top: 45px
    }
    .checkout .center {
        max-width: 650px
    }
    .form-checkout label {
        margin-bottom: 10px
    }
    .label-text {
        font-size: 12px
    }
    .field {
        height: 45px
    }
    .field .placeholder {
        font-size: 12px
    }
    .form-checkout .group-card label:first-child {
        min-width: 150px
    }
    .select .selected {
        height: 45px;
        font-size: 12px
    }
    .checkout-order {
        width: 210px;
        background: #effaf9;
        padding: 20px 15px;
        border-radius: 6px
    }
    .checkout-order > p {
        font-size: 10px;
        line-height: 13px;
        margin-top: 10px
    }
    .form-checkout .foot p {
        font-size: 10px;
        line-height: 15px
    }
    .form-checkout .foot p + p {
        margin-top: 10px
    }
    .form-checkout .foot .tx-center {
        margin-top: 25px
    }
    .form-checkout .btn {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .form-checkout .foot .tx-center p {
        font-size: 10px
    }
    .form-checkout .foot .tx-center p:before {
        width: 10px;
        height: 14px;
        background-size: 10px;
        margin-right: 5px
    }
    .home-blog .center {
        padding-top: 85px;
        padding-bottom: 40px
    }
    .form-search {
        max-width: 340px;
        margin-top: 15px
    }
    .form-search input[type=text] {
        height: 30px;
        border: 1px solid #61cbc8;
        padding: 0 45px 0 20px;
        font-size: 12px
    }
    .form-search input[type=submit] {
        right: 15px;
        width: 15px;
        height: 14px;
        background-size: 15px
    }
    .category ul li a {
        padding: 15px 0
    }
    .posts {
        margin-top: 45px
    }
    .posts .row {
        margin-right: -15px;
        margin-left: -15px
    }
    .posts article {
        padding: 0 15px
    }
    .posts article {
        margin-bottom: 30px
    }
    .posts .inner .image {
        height: 105px
    }
    .posts .inner .image a {
        left: 10px;
        right: 10px;
        padding: 0 8px;
        font-size: 10px
    }
    .posts article .foot {
        padding: 10px 20px 30px 20px
    }
    .posts article .foot h3 {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 5px
    }
    .posts article .foot .more {
        width: 35px;
        height: 35px;
        background-size: 20px;
        right: 10px;
        bottom: 10px
    }
    .page-blog .btn-bottom {
        margin-top: 20px;
        padding-bottom: 60px
    }
    .share {
        top: 80px
    }
    .share {
        margin-right: 10px
    }
    .article-main p {
        line-height: 22px
    }
    .article-main p + p, .image-flex {
        margin-top: 25px
    }
    .content-main {
        padding: 50px 0
    }
    .content-main p + p {
        margin-top: 20px
    }
    .content-main h5 {
        font-size: 20px;
        line-height: 25px;
        margin-top: 20px;
        margin-bottom: 20px
    }
    .form-connected {
        top: 40px
    }
    .form-connected .inner {
        padding: 20px 40px
    }
    .form-connected h3 {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 5px
    }
    .form-connected .group {
        width: 300px
    }
    .form-connected .group input[type=email] {
        padding-bottom: 16px;
        font-size: 12px;
        padding-right: 100px
    }
    .form-connected .group button {
        width: 90px;
        height: 30px;
        font-size: 11px;
        bottom: 10px
    }
    .footer {
        padding-top: 125px
    }
    .page-blog .footer, .page-contact .footer, .page-help .footer, .page-plans .footer, .page-platform .footer, .page-signup .footer, .page-works .footer {
        padding-top: 45px
    }
    .footer-logo {
        width: 90px;
        height: 27px;
        margin-bottom: 30px;
        background-size: 90px
    }
    .social a {
        width: 30px;
        height: 30px;
        background-size: 14px
    }
    .social a.ic-fb {
        background-size: 8px !important
    }
    .footer-item:first-child {
        min-width: 230px
    }
    .footer-item h3 {
        margin-bottom: 15px
    }
    .footer-item ul li + li {
        margin-top: 8px
    }
    .footer-copy {
        margin-top: 40px
    }
    .footer-copy .center {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 11px
    }
}
@media screen and (max-width:768px) {
    .hide-768 {
        display: none
    }
    .show-768 {
        display: block
    }
    .share {
        margin-top: 25px
    }
    .get-started .step .item p {
        font-size: 11px
    }
    .works article:nth-last-child(2) .image {
        margin-right: 0
    }
    .doctors {
        background-position: right -200px top
    }
    .health-item .inner:hover .wrap {
        transform: none;
        border: 1px solid #e6e6e6;
        z-index: 2
    }
    .health-item .inner:hover a {
        width: 30px;
        background: 0 0;
        background: url(/img/webp/ic-arr.webp) no-repeat center;
        background-size: 15px
    }
    .health-item:hover .line_alt {
        animation: none
    }
    .health-item:hover .line {
        animation: none
    }
    .popup {
        max-width: 600px;
        margin-left: -300px
    }
    .popup-form {
        margin-left: 0
    }
    .popup-private {
        margin-left: 0;
        max-width: 100%
    }
    .page-plans .screen .rectangle:nth-last-child(1) {
        top: 170px;
        right: 285px
    }
    .phone-data .iphone {
        width: 180px;
        margin-top: -58px;
        margin-right: -20px
    }
    .phone-data .iphone svg {
        width: 120px;
        height: 160px
    }
    .doctors .image {
        max-width: 400px;
        position: relative;
        left: -70px
    }
    .doctors .content {
        padding-bottom: 55px
    }
    .home-platform .image {
        max-width: 370px;
        margin-bottom: -260px;
        margin-right: -75px
    }
    .step-row .text {
        padding-left: 30px
    }
    .step-row .text p br {
        display: none
    }
    .step-row.reverse .image {
        padding-left: 30px
    }
    .step-row.reverse .text {
        padding-right: 30px
    }
    .here-item p br {
        display: none
    }
    .here-item:nth-child(2), .here-item:nth-child(3) {
        padding-right: 15px
    }
    .procent ul li p {
        font-size: 11px;
        line-height: 17px
    }
    .statistics-3 .circle {
        margin-right: 194px
    }
    .statistics-3 .circle .dot {
        width: 315px
    }
    .person-body .table {
        width: 100%
    }
    .section-content .image {
        margin-right: 10px
    }
    .section-content .content {
        margin-left: 10px
    }
}
@media screen and (max-width:650px) {
	.worl-doctors .images img:nth-child(1) {left:-50px;}
    .hide-mob {
        display: none !important
    }
    .show-mob {
        display: block !important
    }
    body {
        font-size: 18px;
        line-height: 28px
    }
    .btn {
        padding: 9px 45px;
        font-size: 15px
    }
    .head-line {
        font-size: 13px
    }
    .fixed-header .head-main .center {
        padding-top: 7px;
        padding-bottom: 7px
    }
    .logo {
        width: 115px;
        height: 33px;
        background-size: 115px
    }
    .btn-head {
        margin-left: auto;
        font-size: 12px;
        padding: 4px 20px;
        border: 2px solid #61cbc8
    }
    .header .login {
        font-size: 13px
    }
    .header nav .btn-head {
        margin-left: 0;
        margin-right: 0;
        background: #60c4c1;
        color: #fff;
        margin-top: 50px;
        font-size: 20px;
        padding: 10px 30px
    }
    .btn-nav {
        width: 15px;
        height: 12px;
        display: inline-block;
        margin-left: 15px;
        position: relative;
        z-index: 9991
    }
    .btn-nav span {
        display: block;
        height: 2px;
        width: 100%;
        background: #094358
    }
    .btn-nav span + span {
        margin-top: 3px
    }
    .nav-active .btn-nav {
        position: fixed;
        top: 30px;
        right: 15px
    }
    .nav-active .btn-nav span {
        background: #fff;
        transform-origin: center;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -1px;
        transition: all .3s
    }
    .nav-active .btn-nav span:first-child {
        transform: rotate(45deg)
    }
    .nav-active .btn-nav span:last-child {
        transform: rotate(-45deg)
    }
    .nav-active .btn-nav span:nth-child(2) {
        display: none
    }
    .header nav {
        display: flex;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 999;
        background: #093e52;
        margin-right: 0;
        justify-content: center;
        align-items: center;
        height: 0;
        overflow: hidden;
        transition: all .3s;
        flex-direction: column
    }
    .header nav .logo {
        opacity: 0;
        background: url(/img/logo-white.svg) no-repeat;
        margin-bottom: 50px
    }
    .header.nav-active nav .logo {
        animation: opacity 3s forwards
    }
    .header nav ul {
        display: block;
        opacity: 0
    }
    .header.nav-active nav ul {
        animation: opacity 3s forwards
    }
    .header nav ul li + li {
        margin-left: 0
    }
    .header nav ul a {
        font-size: 35px;
        display: block;
        text-align: center;
        padding: 15px 0;
        color: #fff
    }
    .header nav ul a i {
        display: none
    }
    .nav-active nav {
        height: 100%
    }
    @keyframes height {
        0% {
            height: 0
        }
        100% {
            height: 100%
        }
    }
    .header.fill .btn-nav span {
        background: #fff
    }
    .header.fill .logo {
        width: 115px;
        height: 33px;
        background-size: 115px;
        position: relative;
        z-index: 999
    }
    .home .video-bg {
        top: 102px
    }
    .home .center {
        padding-top: 102px
    }
    .home h1 {
        font-size: 42px;
        line-height: 42px;
        margin-top: 5px
    }
    .home p.small {
        font-size: 17px
    }
    .home-index {
        height: 100vh;
        min-height: inherit;
        background: url(/img/home-mobile-bg-1.jpg) no-repeat;
        background-size: cover
    }
    .home-index .video-bg {
        display: none
    }
    .home .bg {
        background-attachment: scroll
    }
    .health .subtitle span {
        display: inline-block;
        position: relative;
        padding: 0 3px
    }
    .health .subtitle span:after {
        content: '';
        display: block;
        height: 2px;
        background: #64ccc9;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0
    }
    .health .subtitle div:hover:before {
        display: none
    }
    .health .subtitle div:after {
        display: none
    }
    .health .subtitle span:last-child {
        margin-top: 7px
    }
    .health-row {
        flex-direction: column
    }
    .health-item {
        width: 100%
    }
    .health-row {
        margin-top: 30px
    }
    .health-item .wrap {
        padding: 40px 10px 70px 35px
    }
    .health-item .wrap .icon {
        max-width: 130px;
        right: 30px;
        bottom: 25px
    }
    .health-item .wrap:after {
        width: 300px;
        height: 300px;
        margin-right: -83px;
        margin-bottom: -95px
    }
    .health-item p {
        line-height: 35px
    }
    .health-item a {
        margin-top: 35px;
        width: 50px;
        height: 50px;
        background-size: 24px
    }
    .health-item .inner:hover a {
        width: 50px;
        background-size: 24px
    }
    .health-item h3 {
        font-size: 29px;
        line-height: 35px;
        margin-bottom: 30px
    }
    .health-item .link {
        width: 50px;
        height: 50px;
        background-size: 23px;
        margin-top: 35px
    }
    .health .subtitle > div {
        font-size: 15px;
        line-height: 25px;
        margin-top: 20px
    }
    .health-item .inner:hover .link {
        width: 50px;
        background: #fff url(/img/webp/ic-arr.webp) no-repeat center
    }
    .why-row {
        flex-direction: column
    }
    .why ul {
        width: 100%
    }
    .why ul:first-child {
        margin-right: 0;
        margin-bottom: 30px
    }
    .why ul:last-child {
        margin-left: 0
    }
    .why ul li.title {
        min-height: 50px;
        font-size: 21px
    }
    .why ul li {
        line-height: 20px;
        font-size: 16px
    }
    .why ul li i[class^=ic] {
        margin-left: 10px
    }
    .get-started {
        background: linear-gradient(#effaf9 15%, #fff 22%)
    }
    .screen {
        width: 100%;
        height: auto
    }
    .screen .rectangle {
        padding: 11px 15px
    }
    .screen .rectangle p {
        display: none
    }
    .screen .rectangle:nth-last-child(2) {
        top: inherit;
        bottom: 100px
    }
    .screen .rectangle:nth-last-child(1) {
        top: 155px
    }
    .screen .rectangle.active:nth-last-child(2) {
        transform: translateX(20px)
    }
    .screen .rectangle.active:nth-last-child(1) {
        transform: translateX(-23px)
    }
    .screen .rectangle .title {
        font-size: 14px
    }
    .ic-arrtop {
        width: 25px;
        height: 25px;
        background-size: 25px
    }
    .ic-phone {
        width: 15px;
        height: 15px;
        background-size: 15px
    }
    .get-started .step {
        margin-top: 30px;
        flex-direction: column
    }
    .get-started .step .item {
        width: 100%
    }
    .get-started .step .item > span {
        width: 90px;
        height: 30px;
        line-height: 27px
    }
    .get-started .step .item + .item {
        margin-top: 40px
    }
    .get-started .step .image {
        margin-top: 25px
    }
    .get-started .step .image img {
        max-width: 380px;
        width: 100%
    }
    .get-started .step h3 br {
        display: none
    }
    .get-started .step h3 {
        font-size: 28px;
        line-height: 33px;
        margin-bottom: 10px;
        margin-top: 10px
    }
    .get-started .step .item p {
        font-size: 17px
    }
    .get-started .tx-center {
        margin-top: 40px
    }
    .ic-quote {
        width: 45px;
        height: 33px;
        background-size: 45px
    }
    .map .subtitle {
        font-size: 25px;
        line-height: 30px
    }
    .map .subtitle br {
        display: none
    }
    .map .avatar .image {
        width: 70px;
        min-width: 70px;
        height: 70px
    }
    .map .avatar span {
        font-size: 14px
    }
    .map .image {
        width: 100%
    }
    .marker img {
        max-width: 10px
    }
    .pulse {
        width: 8px;
        height: 8px
    }
    .pulse:after {
        height: 20px;
        width: 20px;
        margin: -6px 0 0 -10px
    }
    .map-footer {
        padding: 60px 0 50px 0
    }
    .map-footer h2.title span {
        display: block
    }
    .map-footer p {
        margin-top: 25px;
        margin-bottom: 30px
    }
    .works {
        padding-top: 50px
    }
    .video-works {
        margin-bottom: 50px
    }
    .video-works img.hide-mob {
        display: none
    }
    .video-works .content {
        top: 45px;
        left: 0;
        right: 0;
        transform: none
    }
    .video-works h2.title {
        font-size: 35px
    }
    .btn-play {
        margin-top: 100px
    }
    .works article {
        flex-direction: column
    }
    .works article h3 {
        font-size: 30px;
        line-height: 30px
    }
    .works article p br {
        display: none
    }
    .works article:nth-last-child(2) .image {
        margin-right: 0
    }
    .works article:last-child {
        margin-top: 0
    }
    .works article .image {
        position: static;
        padding-top: 30px
    }
    .featured {
        overflow: hidden
    }
    .featured .center {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .slider-featured {
        margin-right: -60px;
        margin-left: -60px;
        padding-top: 45px;
        padding-bottom: 55px
    }
    .slider-featured button {
        display: none
    }
    .slider-featured .slide-item {
        padding: 0 30px
    }
    .doctors {
        padding-top: 50px
    }
    .doctors .center {
        flex-direction: column
    }
    .doctors .content {
        min-width: inherit;
        padding-top: 0;
        padding-bottom: 0
    }
    .doctors h2.title {
        margin-bottom: 15px
    }
    .breadcrumb {
        display: block
    }
    .breadcrumb a {
        display: inline-block !important
    }
    .breadcrumb .visited:after {
        border-top: 15px solid transparent;
        border-left: 10px solid #093e52;
        border-bottom: 15px solid transparent
    }
    .breadcrumb .visited {
        padding: 0 20px 0 10px;
        font-size: 15px;
        height: 30px;
        display: inline-block
    }
    .breadcrumb a:not(.visited) {
        font-size: 15px;
        padding-left: 0;
        margin-top: 15px
    }
    .ic-arrright {
        width: 8px;
        height: 15px;
        background-size: 8px
    }
    .doctors .content ul {
        margin-top: 20px;
        margin-bottom: 35px
    }
    .doctors .image {
        width: 100%;
        margin-right: 0;
        left: 0;
        max-width: inherit
    }
    .doctors .image svg {
        transform: translate(33px, -80px)
    }
    .page-plans .home .center {
        flex-direction: column;
        padding-top: 0
    }
    .page-plans .home {
        padding: 130px 0 0 0;
        overflow: visible;
        align-items: flex-start
    }
    .section-content.first .image svg {
        margin-top: -17px;
        margin-left: 256px
    }
    .section-content.three .image svg {
        margin-top: -200px;
        margin-left: -100px
    }
    .page-plans .home h1 {
        display: block !important;
        text-align: center
    }
    .home-content {
        text-align: center
    }
    .mt30 {
        margin-top: 25px
    }
    .home-content p br {
        display: none
    }
    .page-plans .screen {
        min-width: 100%;
        margin-right: 0
    }
    .page-plans .screen {
        min-width: 100%;
        margin-right: 0;
        margin-top: 45px;
        margin-bottom: -100px
    }
    .page-plans .screen .rectangle:nth-last-child(2) {
        margin-bottom: 115px;
        margin-left: 25px
    }
    .page-plans .screen .rectangle:nth-last-child(1) {
        top: 135px;
        right: 15px
    }
    .help h2.title {
        font-size: 40px;
        line-height: 40px
    }
    .healthcare {
        padding-top: 80px;
        padding-bottom: 60px
    }
    .healthcare-icons {
        flex-direction: column;
        margin-top: 30px;
		padding:0 10px;
    }
    .healthcare-icons li {
        width: 100%
    }
    .healthcare-icons li + li {
        margin-top: 30px
    }
    .healthcare-icons li h3 {
        font-size: 21px;
        line-height: 29px
    }
    .page-plans .healthcare {
        padding-top: 130px
    }
    .plan .center {
        flex-direction: column
    }
    .plan-item {
        width: 100%;
        padding: 45px 25px 50px 25px
    }
    .plan-item:first-child {
        margin-right: 0;
        margin-bottom: 80px
    }
    .plan-item:last-child {
        margin-left: 0
    }
    .plan-item h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 5px
    }
    .plan-item .price {
        font-size: 21px;
        line-height: 80px
    }
    .plan-item .price span {
        font-size: 80px
    }
    .plan-item .price sup {
        font-size: 35px;
        top: -12px;
        right: 0
    }
    .plan-item ul {
        margin-bottom: 25px
    }
    .plan-item .title {
        padding: 15px 60px;
        font-size: 20px !important;
        line-height: 20px
    }
    .qualitive h4 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 15px
    }
    .qualitive .tx-center p br {
        display: none
    }
    .qualitive .list {
        flex-direction: column
    }
    .qualitive .list li {
        width: 100%
    }
    .qualitive lottie-player {
        width: 60px;
        height: 60px
    }
    .qualitive i {
        width: 60px;
        height: 60px;
        background-size: inherit
    }
    .qualitive .list li h5 {
        font-size: 18px;
        margin-bottom: 5px;
        margin-top: 5px
    }
    .qualitive .list p {
        font-size: 18px
    }
    .qualitive .list p br {
        display: none
    }
    .faq .accordeon {
        margin-top: 20px
    }
    .btn-accordeon {
        padding: 10px 50px 10px 24px;
        font-size: 18px
    }
    .section-phone .center {
        flex-direction: column
    }
    .phone-content {
        padding-top: 0;
        padding-bottom: 85px
    }
    .section-phone {
        padding: 50px 0 70px 0
    }
    .phone-data {
        width: 320px;
        height: 320px;
        padding: 50px 30px 45px 34px
    }
    .phone-data .iphone {
        width: 220px;
        margin-right: -83px
    }
    .phone-data .iphone svg {
        width: 160px;
        height: 170px;
        margin-bottom: -30px
    }
    .phone-content p {
        font-size: 18px;
        line-height: 30px
    }
    .phone-content p br {
        display: none
    }
    .join .center {
        padding: 35px 15px 60px 15px;
        flex-direction: column;
        text-align: center;
        align-items: center
    }
    .join h2.title {
        text-align: center;
        margin-bottom: 15px;
        font-size: 50px;
        line-height: 50px
    }
    .join .btn {
        margin-top: 30px
    }
    .help .subtitle br {
        display: none
    }
    .help-row {
        margin-right: 0;
        margin-left: 0;
        flex-direction: column
    }
    .help-item {
        width: 100%;
        padding: 0;
        margin-bottom: 20px
    }
    .help-item:last-child {
        margin-bottom: 0
    }
    .help-item .inner .wrap {
        padding: 30px 30px 30px 30px
    }
    .help-item h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 15px
    }
    .help-item p {
        font-size: 16px;
        line-height: 28px
    }
    .section-content .center {
        flex-direction: column
    }
    .section-content {
        padding: 60px 0
    }
    .section-content .content, .section-content .image {
        width: 100%;
        margin: 0 !important
    }
    .section-content .image {
        margin-bottom: 40px !important
    }
    .section-content.reverse .image {
        order: 0
    }
    .section-content .fill {
        padding: 11px 30px;
        font-size: 21px;
        margin-bottom: 25px
    }
    .section-content h2.title {
        margin-bottom: 25px;
        font-size: 40px;
        line-height: 45px
    }
    .section-content p + p {
        margin-top: 20px
    }
    .section-content ul {
        margin-top: 25px
    }
    .section-content ul li {
        margin-bottom: 15px;
        line-height: 18px;
        font-size: 15px
    }
    .page-help .wrap-gradient {
        background: 0 0
    }
    .home-about .center {
        height: 465px
    }
    .home-about h1 {
        font-size: 38px;
        line-height: 38px;
        margin-bottom: 0
    }
    .home-about .btn {
        margin-top: 30px
    }
    .about-doctors {
        right: 50%;
        bottom: 25px;
        transform: translateX(50%)
    }
    .about-main {
        padding: 50px 0
    }
    .about-main h3 {
        font-size: 35px;
        line-height: 40px
    }
    .about-main .btn-group .btn {
        width: 165px;
        padding-left: 0;
        padding-right: 0
    }
    .about-heading .center{
        padding-top: 40px;
    }
    .home-works {
        height: 420px
    }
    .home-works .center {
        padding-top: 40px
    }
    .here-item lottie-player {
        width: 50px;
        height: 50px;
        margin-right: 12px
    }
    .home-works a {
        font-size: 15px;
        line-height: 23px;
        margin-top: 20px
    }
    .step-row {
        padding-top: 60px;
        height: auto
    }
    .step-row:first-child {
        padding-top: 40px
    }
    .step-row .center {
        flex-direction: column
    }
    .step-row .image {
        width: 100%;
        text-align: center;
        order: 1;
        margin-top: 30px
    }
    .step-row .text {
        padding-left: 0;
        width: 100%
    }
    .step-row.reverse .text {
        padding-right: 0;
        text-align: left
    }
    .step-row .text > span {
        width: 90px;
        height: 30px;
        font-size: 18px;
        line-height: 28px
    }
    .step-row .text h3 {
        font-size: 30px;
        line-height: 45px;
        margin-top: 20px;
        margin-bottom: 15px
    }
    .step-row.reverse .image {
        padding-left: 0
    }
    .step-row.reverse .image img {
        max-width: 300px !important
    }
    .here {
        padding: 40px 0 50px 0
    }
    .here .center {
        flex-direction: column
    }
    .here-item {
        width: 100%;
        padding: 0 !important;
        display: block
    }
    .here-item + .here-item {
        margin-top: 30px
    }
    .here-item:nth-child(1) {
        padding-bottom: 30px !important
    }
    .here-item:first-child:after {
        width: auto;
        height: 1px;
        top: initial;
        right: 0;
        left: 0;
        bottom: 0
    }
    .here-item h2 {
        font-size: 40px;
        line-height: 50px
    }
    .here-item h2 br {
        display: none
    }
    .here-item p {
        font-size: 18px;
        line-height: 30px;
        margin-top: 15px
    }
    .here-item h3 {
        font-size: 30px;
        line-height: 30px
    }
    .here-item h3:before {
        margin-right: 15px
    }
    .here-item:nth-child(2) h3:before, .here-item:nth-child(3) h3:before, .here-item:nth-child(4) h3:before {
        width: 27px;
        height: 27px;
        background-size: 27px
    }
    .page-works .faq .subtitle {
        font-size: 15px
    }
    .page-works .faq .subtitle a {
        font-size: 14px
    }
    .header.opacity .btn-head {
        color: #fff
    }
    .header.opacity .btn-nav span {
        background: #fff
    }
    .fixed-header .header.opacity .btn-head {
        color: #61cbc8
    }
    .fixed-header .header.opacity .btn-nav span {
        background: #61cbc8
    }
    .home-contact {
        min-height: 520px
    }
    .home-contact .center {
        padding-top: 0;
        text-align: center
    }
    .contacts .row {
        display: block;
        margin-left: 0;
        margin-right: 0
    }
    .contacts .row .col-6 {
        width: 100%;
        padding: 0
    }
    .contacts .row .col-6:first-child {
        margin-bottom: 40px
    }
    .contacts h2 {
        font-size: 30px;
        line-height: 40px
    }
    .contacts p {
        font-size: 21px;
        line-height: 35px
    }
    .contacts p br {
        display: none
    }
    .contacts-map {
        margin: 60px -15px;
        min-height: 400px;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .contacts-map img {
        width: auto;
        height: 100%;
        max-width: initial;
        object-fit: cover
    }
    .page-preorder .home-platform {
        height: 850px
    }
    .home-platform .center {
        display: block
    }
    .home-platform .group {
        justify-content: center;
        margin-top: 25px
    }
    .page-preorder .home-platform .image {
        min-width: auto;
        max-width: 100%;
        margin-bottom: -110px;
        position: static;
        text-align: center
    }
    .page-preorder .home-platform .image img {
        margin-left: 20px
    }
    .home-platform .group a:first-child {
        margin-right: 30px
    }
    .btn-arr {
        font-size: 14px
    }
    .btn-simple {
        font-size: 14px
    }
    .home-platform {
        height: 750px
    }
    .page-platform .home-platform .center {
        padding-top: 0
    }
    .page-platform .home-platform .image {
        position: static
    }
    .platform {
        padding: 100px 0 0 0
    }
    .platform .row {
        flex-direction: column
    }
    .platform .image {
        padding-right: 15px;
        margin-left: 0;
        width: 100%;
        order: 1
    }
    .platform .text {
        padding-top: 0;
        padding-bottom: 40px;
        width: 100%
    }
    .platform ul li p {
        font-size: 18px;
        margin-left: 20px
    }
    .procent {
        padding: 50px 0 60px 0
    }
    .procent h2.title {
        font-size: 50px;
        line-height: 50px
    }
    .procent ul {
        flex-direction: column
    }
    .procent ul li {
        width: 100%
    }
    .procent ul li + li {
        margin-top: 35px
    }
    .procent ul li > span {
        font-size: 50px;
        line-height: 50px;
        margin-right: 20px;
        top: -4px
    }
    .procent ul li p {
        font-size: 18px;
        line-height: 30px
    }
    .procent .foot {
        margin-top: 35px;
        padding-top: 20px;
        flex-direction: column;
        text-align: center
    }
    .procent .foot p {
        font-size: 17px;
        line-height: 30px;
        margin-right: 0;
        margin-bottom: 25px
    }
    .procent .foot p br {
        display: none
    }
    .statistics {
        padding-top: 65px
    }
    .statistics .row {
        flex-wrap: wrap
    }
    .statistics .row + .row {
        margin-top: 100px
    }
    .statistics .text {
        width: 65%;
        padding-right: 35px
    }
    .statistics h2 {
        font-size: 32px;
        line-height: 47px
    }
    .statistics h3 {
        font-size: 21px;
        line-height: 27px;
        margin-bottom: 25px
    }
    .statistics p br {
        display: none
    }
    .statistics .foot p {
        padding-left: 15px;
        font-size: 12px;
        line-height: 20px
    }
    .list-check li {
        font-size: 15px
    }
    .circle-percent p {
        font-size: 15px;
        padding-left: 0 !important
    }
    .statistics .image {
        width: 35%;
        overflow: visible
    }
    .statistics .image > .inner {
        min-width: 250px
    }
    .statistics-1 {
        align-items: flex-start !important
    }
    .statistics-1 .image {
        margin-right: -65px
    }
    .statistics-1 .circle {
        margin-right: 55px;
        margin-top: 0;
        top: initial;
        bottom: 55px
    }
    .statistics-1 .circle .dot {
        width: 2px;
        height: 120px;
        background: url(/img/webp/dot-line.webp) repeat;
        top: 50%;
        left: inherit;
        right: 50%;
        margin-left: 0;
        margin-right: -1px;
        animation: 1s linear infinite dots-bg
    }
    .statistics-1 .image:after {
        top: 100%;
        left: inherit;
        right: 95px;
        bottom: 0;
        width: 265px;
        height: 2px;
        margin-top: 40px;
        background: url(/img/webp/dot-lineh.webp) repeat;
        animation: 1s linear infinite dots-bgx
    }
    .statistics-1 .image:before {
        display: none
    }
    .statistics-2 .text {
        padding-right: 15px;
        padding-left: 35px
    }
    .statistics-2 .image {
        margin-left: -55px
    }
    .statistics-2 .circle {
        position: absolute;
        top: 0;
        left: 128px
    }
    .statistics-2 .circle .dot {
        width: 2px;
        height: 112px;
        background: url(/img/webp/dot-line.webp) repeat;
        top: initial;
        left: 50%;
        bottom: 100%;
        margin-left: -1px;
        animation: 1s linear infinite dots-bg
    }
    .statistics-2 .image .inner:after, .statistics-2 .image:after {
        display: none
    }
    .statistics-2 .flex {
        display: flex !important;
        align-items: center;
        padding: 0 15px;
        margin-top: 15px
    }
    .statistics-2 .circle-percent {
        flex-direction: column;
        align-items: flex-start;
        width: 50%;
        margin: 0 !important
    }
    .statistics-2 .image:before {
        display: none
    }
    .statistics-2 h3 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 0;
        margin-bottom: 15px
    }
    .statistics-3 {
        align-items: flex-start !important
    }
    .statistics-3 .image {
        margin-right: -65px
    }
    .statistics-3 .image:before {
        content: '';
        display: block;
        height: 2px;
        width: 500px;
        position: absolute;
        top: 0;
        right: 169px;
        margin-top: -73px;
        background: url(/img/webp/dot-lineh.webp) repeat;
        animation: 1s linear infinite dots-bgx
    }
    .statistics-3 .circle {
        margin-right: 129px;
        margin-top: 20px
    }
    .statistics-3 .circle .dot {
        width: 2px;
        height: 90px;
        right: 50%;
        top: initial;
        bottom: 100%;
        background: url(/img/webp/dot-line.webp) repeat;
        animation: 1s linear infinite dots-bg
    }
    .statistics-3 .flex {
        display: flex !important;
        align-items: center;
        padding: 0 15px;
        margin-top: 30px
    }
    .statistics-3 .circle-percent {
        flex-direction: column;
        align-items: flex-start;
        width: 50%;
        margin: 0 !important
    }
    .desctop {
        padding-bottom: 70px;
        padding-top: 60px
    }
    .card-doctors {
        flex-direction: column;
        margin-left: -15px;
        margin-right: -15px
    }
    .card-doctors .item {
        width: 100%;
        height: 217px;
        border-radius: 0
    }
    .card-doctors .item:first-child {
        margin-bottom: 60px
    }
    .card-doctors .item .image {
        max-width: inherit;
        min-width: 215px
    }
    .card-doctors .item:first-child .image {
        margin-left: -55px
    }
    .card-doctors .item:last-child .image {
        margin-right: -55px
    }
    .card-doctors h3 {
        font-size: 25px;
/*        font-size: 30px;*/
        line-height: 35px;
/*        margin-bottom: 15px*/
    }
    .card-doctors .label {
        height: 30px;
        font-size: 18px;
        line-height: 28px;
        padding: 0 13px
    }
    .card-doctors p {
        font-size: 16px;
        line-height: 24px
    }
    .connection h2.title {
        font-size: 37px;
        line-height: 37px
    }
    .worl-doctors {
        width: auto;
        height: inherit;
        margin-top: 60px;
        margin-bottom: 40px;
        margin-left: -15px;
        margin-right: -15px;
        flex-direction: column;
        border-radius: 0;
        padding: 25px 0 30px 0;
        text-align: center;
        box-shadow: 0 60px 70px rgb(0 0 0 / 10%)
    }
    .worl-doctors .images {
        width: 180px;
        height: 145px;
        margin-right: 0
    }
    .worl-doctors .images img {
        max-width: 85px
    }
    .worl-doctors .images img:nth-child(2) {
        top: 65px;
        left: 47px
    }
    .worl-doctors .images img:nth-child(3) {
        left: 100px
    }
    .worl-doctors h3 {
        font-size: 23px;
        line-height: 28px;
        margin-top: 10px;
        padding: 0 15px
    }
    .worl-doctors p {
        margin-top: 5px;
        padding: 0 15px;
        font-size: 17px
    }
    .page-preorder .healthcare {
        padding-top: 50px
    }
    .page-preorder .why {
        padding-top: 0
    }
    .page-preorder .plan p.subtitle {
        font-size: 16px
    }
    .plan > .tx-center {
        margin-bottom: 35px
    }
    .plan-item .price {
        font-size: 18px;
        line-height: 65px
    }
    .plan-item .price span {
        font-size: 60px
    }
    .plan-item .price-old span:after {
        width: 80px;
        margin-left: -40px
    }
    .slider-pacients .progress {
        width: 300px
    }
    .slider-pacients {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: 0;
        margin-left: 0
    }
    .slider-pacients p {
        font-size: 21px;
        line-height: 30px;
        color: #fff !important
    }
    .slider-pacients p br {
        display: none
    }
    .slider-pacients p + p {
        margin-top: 25px
    }
    .home-signup .center {
        padding-top: 30px !important;
        padding-bottom: 70px;
        flex-direction: column
    }
    .home-signup .home-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%
    }
    .home-signup h1 {
        font-size: 28px;
        line-height: 34px
    }
    .home-signup .image {
        max-width: 85px;
        margin-top: 0;
        margin-right: auto;
        margin-left: auto
    }
    .home-signup .image span.big {
        width: 150px;
        height: 150px;
        margin-left: -75px;
        margin-top: -75px
    }
    .home-signup .image .big span.middle {
        width: 15px;
        height: 15px
    }
    .home-signup .image .big span.small {
        width: 5px;
        height: 5px
    }
    .home-signup p {
        text-align: left;
        margin-top: 15px;
        font-size: 16px;
        line-height: 26px
    }
    .form-signup {
        margin-top: 25px;
        text-align: left
    }
    .head-form {
        font-size: 17px;
        line-height: 25px
    }
    .form-style label {
        margin-bottom: 30px
    }
    .form-style input[type=submit] {
        margin-top: 10px
    }
    .personal-head {
        padding: 50px 0
    }
    .personal-head p br {
        display: none
    }
    .person-body {
        padding: 50px 0
    }
    .person-body .table li:first-child div:last-child {
        font-size: 10px;
        line-height: 12px
    }
    .person-body .table li:first-child div:nth-child(2) img {
        max-width: 50px
    }
    .person-body .table li div:nth-child(2), .person-body .table li div:nth-child(3) {
        min-width: 75px
    }
    .person-body .table li p {
        font-size: 15px;
        line-height: 25px
    }
    .icon-check {
        width: 25px;
        height: 17px;
        background-size: 25px
    }
    .icon-close {
        width: 20px;
        height: 18px;
        background-size: 20px
    }
    .page-checkout .header {
        padding: 25px 0
    }
    .title-main {
        padding: 26px 0 34px 0
    }
    .title-main h2 {
        font-size: 45px;
        line-height: 45px
    }
    .checkout {
        padding-bottom: 50px
    }
    .checkout .center {
        max-width: 100%;
        flex-direction: column
    }
    .form-checkout {
        max-width: inherit
    }
    .form-checkout label {
        margin-bottom: 20px
    }
    .label-text {
        font-size: 18px
    }
    .field {
        height: 55px
    }
    .field .placeholder {
        font-size: 17px
    }
    .form-checkout .input-group {
        flex-direction: column
    }
    .form-checkout .input-group label {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .select .selected {
        height: 55px;
        font-size: 17px
    }
    .form-checkout .foot p {
        font-size: 15px;
        line-height: 22px;
        text-align: center
    }
    .form-checkout .foot p + p {
        margin-top: 20px
    }
    .form-checkout .btn {
        font-size: 16px;
        padding-top: 14px;
        padding-bottom: 14px
    }
    .form-checkout .foot .tx-center p {
        font-size: 15px
    }
    .form-checkout .foot .tx-center p:before {
        width: 15px;
        height: 21px;
        background-size: 15px;
        margin-right: 15px
    }
    .checkout-order {
        width: 100%;
        padding: 30px;
        margin-top: 40px
    }
    .checkout-order > p {
        font-size: 16px;
        line-height: 21px;
        margin-top: 20px
    }
    .home-blog .center {
        padding-bottom: 50px
    }
    .form-search {
        max-width: 100%;
        margin-top: 30px
    }
    .form-search input[type=text] {
        height: 50px;
        border: 2px solid #61cbc8;
        padding: 0 80px 0 25px;
        font-size: 18px
    }
    .form-search input[type=submit] {
        right: 30px;
        width: 25px;
        height: 24px;
        background-size: 25px
    }
    .category {
        height: 80px;
        overflow: hidden
    }
    .category ul {
        overflow-x: auto;
        padding-bottom: 10px
    }
    .category ul li a {
        padding: 25px 0;
        white-space: nowrap;
        margin-right: 25px
    }
    .posts {
        margin-top: 60px
    }
    .posts .row {
        flex-direction: column;
        margin-right: 0;
        margin-left: 0
    }
    .posts article {
        width: 100%;
        padding: 0;
        margin-bottom: 40px
    }
    .posts .inner .image {
        height: 170px
    }
    .posts .inner .image a {
        left: 20px;
        right: 20px;
        padding: 0 8px;
        font-size: 12px
    }
    .posts article .foot {
        padding: 20px 30px 40px 30px
    }
    .posts article .foot h3 {
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 15px
    }
    .page-blog .btn-bottom {
        margin-top: 10px;
        padding-bottom: 80px
    }
    .article-main p {
        line-height: 28px
    }
    .article-main p + p {
        margin-top: 30px
    }
    .image-flex {
        display: block
    }
    .image-flex .image {
        min-width: 100%;
        width: 100%;
        display: flex;
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-top: 30px;
        margin-bottom: 30px
    }
    .image-flex .image img {
        width: 100%
    }
    .form-comment .group {
        display: block
    }
    .form-comment .group label:first-child {
        margin-right: 0
    }
    .form-comment .group label:last-child {
        margin-left: 0
    }
    .form-connected .inner {
        padding: 30px 30px 40px 30px;
        flex-direction: column
    }
    .form-connected h3 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
        text-align: center
    }
    .form-connected p br {
        display: none
    }
    .form-connected .group {
        width: 100%;
        margin-top: 20px
    }
    .form-connected .group input[type=email] {
        padding-bottom: 19px;
        font-size: 18px;
        padding-right: 140px
    }
    .form-connected .group button {
        width: 130px;
        height: 40px;
        font-size: 16px;
        bottom: 12px
    }
    .footer {
        padding-top: 275px
    }
    .page-plans .footer {
        padding-top: 50px
    }
    .footer-row {
        flex-wrap: wrap;
        padding: 0 30px
    }
    .footer-item {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 45px
    }
    .footer-item:first-child {
        min-width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between
    }
    .footer-logo {
        width: 215px;
        height: 42px;
        margin-bottom: 0;
        background-size: 150px
    }
    .footer-item .social {
        width: 50%;
        padding: 0 15px;
        line-height: 0
    }
    .social a {
        width: 50px;
        height: 50px;
        background-size: 22px
    }
    .social a.ic-fb {
        background-size: 12px !important
    }
    .footer-item h3 {
        margin-bottom: 16px;
        font-size: 18px;
        text-align: left;       
    }
    .footer .phone {
        margin-top: 25px
    }
    .footer-copy {
        margin-top: 15px
    }
    .footer-copy .center {
        font-size: 15px;
        flex-direction: column
    }
    .popup {
        max-width: 350px;
        margin-left: -175px
    }
    .popup-close {
        width: 30px;
        height: 30px;
        top: 10px;
        right: 10px
    }
    .popup-close span {
        width: 10px;
        margin-left: -5px
    }
    .popup-form {
        width: 380px;
        padding: 30px 20px 30px 20px;
        margin-left: 0
    }
    .popup-form .before {
        left: -50px
    }
    .popup-form .inner {
        position: relative;
        z-index: 2
    }
    .popup-form h4 {
        font-size: 39px;
        line-height: 39px;
        margin-bottom: 15px
    }
    .popup-form p {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 15px
    }
    .popup-form .group {
        display: block
    }
    .popup-form input[type=text] {
        height: 50px;
        padding: 0 15px;
        font-size: 15px;
        background: #fff;
        margin-bottom: 10px
    }
    .popup-form label:first-child {
        padding-right: 0
    }
    .popup-form label:last-child {
        padding-left: 0
    }
    .popup-form .group:first-child {
        margin-bottom: 0
    }
    .popup-form label {
        margin-bottom: 14px;
        width: 100% !important;
    }
    .popup-form .tx-center {
        margin-top: 15px
    }
    .popup-form input[type=submit] {
        width: 200px;
        font-size: 14px;
        height: 45px
    }
    .popup-form .popup-close {
        top: 10px;
        right: 10px
    }
    .popup-private {
        max-width: 100%;
        margin-left: 0;
        padding-right: 15px;
        padding-left: 15px
    }
    .popup-private h3 {
        font-size: 17px;
        line-height: 17px
    }
    .popup-private h4 {
        font-size: 21px;
        line-height: 22px
    }
    .popup-private p br {
        display: none
    }
    .popup-private h5 {
        font-size: 20px;
        line-height: 20px
    }
    .popup-circle {
        width: 100px;
        height: 100px;
        margin-top: 30px;
        margin-bottom: 30px
    }
    .popup-private img {
        max-width: 150px;
        top: 18px
    }
    .popup-circle .big {
        width: 25px;
        height: 25px
    }
    .popup-circle .small {
        width: 7px;
        height: 7px
    }
}
@media screen and (max-width:420px) {
    body {
        font-size: 16px;
        line-height: 26px
    }
    .head-line {
        font-size: 11px;
    }
    .logo {
        width: 100px;
        height: 29px;
        background-size: 100px
    }
    .btn-head {
        font-size: 11px;
        padding: 2px 20px
    }
    .header .bottom-link ul a {
        padding: 0 10px
    }
    .home .bg {
        background: url(/img/webp/bg-homemob.webp) no-repeat left center;
        background-size: cover;
        top: 94px
    }
    .home .center {
        padding-top: 94px
    }
    .home h1 {
        font-size: 40px;
        line-height: 40px
    }
    .health-item h3 {
        font-size: 26px;
        line-height: 32px
    }
    .healthcare-icons li h3 {
        font-size: 19px;
        line-height: 27px
    }
    .screen .rectangle:nth-last-child(2) {
        bottom: 85px
    }
    .get-started .step h3 {
        font-size: 25px;
        line-height: 30px
    }
    .get-started .step .item p {
        font-size: 16px
    }
    .doctors h2.title {
        font-size: 30px;
        line-height: 30px
    }
    .page-plans .screen .rectangle:nth-last-child(2) {
        margin-bottom: 85px
    }
    .page-works .faq .subtitle {
        font-size: 14px
    }
    .page-works .faq .subtitle a {
        font-size: 13px
    }
    .home-contact .center {
        padding-top: 0
    }
    .contacts p {
        font-size: 19px;
        line-height: 33px
    }
    .home-platform {
        font-size: 15px;
        height: 700px
    }
    .page-preorder .home-platform {
        height: 800px
    }
    .btn-arr {
        font-size: 12px
    }
    .btn-simple {
        font-size: 12px
    }
    .procent h2.title {
        font-size: 45px;
        line-height: 45px
    }
    .procent ul li p {
        font-size: 16px;
        line-height: 28px
    }
    .procent ul li > span {
        font-size: 45px;
        line-height: 45px;
        margin-right: 10px
    }
    .statistics h3 {
        font-size: 19px;
        line-height: 25px
    }
    .statistics .foot p {
        font-size: 13px;
        line-height: 25px
    }
    .circle-percent p {
        font-size: 13px
    }
    .list-check li {
        font-size: 13px
    }
    .statistics-1 .image:after {
        width: 256px
    }
    .statistics-2 .circle .dot {
        height: 90px
    }
    .card-doctors .item {
        width: 100%;
        height: 195px;
        border-radius: 0
    }
    .card-doctors .item .image {
        max-width: 195px;
        min-width: inherit
    }
    .card-doctors h3 {
        font-size: 24px;
        line-height: 29px
    }
    .card-doctors .label {
        font-size: 15px
    }
    .card-doctors p {
        font-size: 13px;
        line-height: 21px
    }
    .plan-item .price span {
        font-size: 50px
    }
}
@media screen and (max-width:390px) {
    .statistics-1 .image:after {
        width: 247px
    }
    .statistics-2 .circle .dot {
        height: 105px
    }
    .statistics-2 h3 {
        font-size: 17px;
        line-height: 23px
    }
    .statistics .foot p {
        font-size: 12px;
        line-height: 20px
    }
    .home-index .btn {
        font-size: 13px
    }
    .home-index .btn-arr {
        margin-left: 15px !important
    }
    .platform {
        padding: 120px 0 0 0
    }
}
@media screen and (max-width:375px) {
    .home-signup h1 {
        font-size: 30px;
        line-height: 30px
    }
    .statistics-2 .circle .dot {
        height: 92px
    }
    .statistics-1 .image:after {
        width: 233px
    }
    .statistics h3 {
        font-size: 16px;
        line-height: 22px
    }
    .statistics .foot p {
        font-size: 11px;
        line-height: 16px
    }
    .statistics .image > .inner img {
        margin-left: -20px
    }
	.card-doctors h3 {font-size:20px;}
	.card-doctors .item:last-child .image {     margin-right: -30px;}
	.card-doctors .label {font-size:13px;}
}
@media screen and (max-width:360px) {
    .btn {
        padding-right: 20px;
        padding-left: 20px
    }
    .home-index .btn {
        padding-right: 12px;
        padding-left: 12px
    }
    .head-line {
        font-size: 11px
    }
    .btn-head {
        font-size: 10px;
        padding: 2px 15px
    }
    .home h1 {
        font-size: 37px;
        line-height: 37px
    }
    .home h2 {
        font-size: 32px;
    }
    .health-item h3 {
        font-size: 25px
    }
    .screen .rectangle:nth-last-child(2) {
        bottom: 65px
    }
    .get-started .step .item p {
        font-size: 15px
    }
    .doctors h2.title {
        font-size: 28px;
        line-height: 28px
    }
    .screen .rectangle:nth-last-child(2) {
        bottom: 90px
    }
    .screen .rectangle:nth-last-child(1) {
        top: 135px
    }
    .social a {
        width: 45px;
        height: 45px
    }
    .qualitive .tx-center p {
        font-size: 15px
    }
    .phone-data {
        padding: 40px 20px 35px 20px
    }
    .phone-data .iphone {
        width: 200px;
        margin-right: -35px
    }
    .healthcare {
        padding-top: 50px
    }
    .home-platform p {
        font-size: 14px
    }
    .page-preorder .home-platform {
        height: 750px
    }
    .procent h2.title {
        font-size: 44px;
        line-height: 44px
    }
    .procent ul li span {
        font-size: 50px;
        line-height: 51px;
        top: -2px
    }
    .statistics h3 {
        font-size: 15px;
        line-height: 21px
    }
    .statistics h2 {
        font-size: 27px;
        line-height: 42px
    }
    .list-check li {
        font-size: 12px
    }
    .statistics-1 .image:after {
        width: 216px
    }
    .statistics-2 .circle .dot {
        height: 88px
    }
    .plan-item .price {
        font-size: 16px
    }
}
input.error {
    border-color: #f2355b !important;
    color: #f2355b !important
}
.last-footer {margin-top:0; }
.last-footer .center {display: block; color: #5a8397; font-size: 14px; padding-top: 5px;}
.last-footer .center a.last-footer-a {
    color: #5a8397;
    font-size: 14px;
}
.last-footer .center a.last-footer-click {    text-decoration: underline; }

.last-footer .center .last-footer-text:first-child { margin-top:5px;}
@media screen and (max-width:786px){
    .fancybox-slide--html { padding:20px !important;}
    .fancybox-content {    padding: 44px 35px;}
    .modal-body, a.pop-up-a {font-size:15px; }
    .modal-body p {line-height: 18px;}
    .last-footer .center .last-footer-text   {line-height: 20px; font-size: 14px;}
    .last-footer .center .last-footer-text {margin-top:13px;}
    .last-footer .center {
        padding: 20px;
        padding-top:5px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width:350px){
	.plan-item ul li {font-size:11px}
	.card-doctors h3 {font-size:16px;}
	.card-doctors .item:last-child .image {     margin-right: -45px;}
	.card-doctors .label {font-size:10px;}
	.footer-row .footer-item h3 {font-size:1em;}
}
	
