.modal-icon-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.modal-icon-wrapper > span {
    display: inline-block;
    border: 30px solid #fff !important;
    border-radius: 50%;
    position: relative !important;
    top: -30px;
}

.form-tooltip {
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    left: 50%;
    top: -100px;
    z-index: 4;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 50px;
    min-height: 40px;
    padding: 5px 15px 4px 15px;
    align-items: center;
    opacity: 0;
}

.form-tooltip i {
    margin-right: 8px;
    margin-top: -2px
}

.form-tooltip.success {
    background-image: -moz-linear-gradient(0deg, #27ae60 0%, #31db79 100%);
    background-image: -webkit-linear-gradient(0deg, #27ae60 0%, #31db79 100%);
    background-image: -ms-linear-gradient(0deg, #27ae60 0%, #31db79 100%);
    box-shadow: 0 2px 27px 0 rgba(39, 174, 96, 0.23), 0 12px 21px 0 rgba(39, 174, 96, 0.35)
}

.form-tooltip.success span {
    font: 600 1rem/1.4 "Open Sans", Arial;
    color: #fff
}

.form-tooltip.error {
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(240, 56, 56, 0.23), 0 12px 21px 0 rgba(240, 56, 56, 0.09)
}

.form-tooltip.error span {
    font: 600 1rem/1.4 "Open Sans", Arial;
    color: #f07171
}

.shown-message {
    top: 110px;
    opacity: 1
}

.flex-container {
    display: -ms-flexbox;
    display: flex;
}

.align-middle {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.i-btn, .body-text-reg a, .close-promo, #burger, .got-it-btn, .close-modal, .device_wrap_tooltip_iks, .device_wrap_tooltip_close, .device_wrap_tooltip_button {
    cursor: pointer;
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none
}

.i-btn, .i-btn.ios span:before, .i-btn.android span:before, #footer-menu a:not(:last-child):after, #footer-links a:not(:last-child):after, #footer-apps a, .got-it-btn, .modal-img {
    display: inline-block;
    vertical-align: middle
}

.headline-h4, header, nav ul, #footer-a, #footer-menu, #footer-socials, #footer-links, #footer-b, .modal-row, .device_wrap_tooltip_item, .device_wrap_tooltip_text_top, .no-device, .tooltip_text {
    display: -ms-flexbox;
    display: flex
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff")
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff")
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff")
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff")
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBold.woff") format("woff")
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility
}

body {
    margin: 0
}

*, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

img {
    display: inline-block;
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none
}

.text-center {
    text-align: center
}

.i-btn {
    border-radius: 50px;
    outline: none;
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
    font: 700 .875rem/3 "Open Sans", Arial;
    color: #9e9e9e;
    text-transform: uppercase
}

.i-btn-xs {
    padding-left: 13px;
    padding-right: 13px;
    font: 800 .875rem/2.3 "Open Sans", Arial
}

.i-btn-sm {
    padding-left: 25px;
    padding-right: 25px;
    font: 700 .9375rem/2.4 "Open Sans", Arial
}

.i-btn-lg {
    padding-left: 33.5px;
    padding-right: 33.5px;
    font: 700 1.125rem/2.9 "Open Sans", Arial
}

@media screen and (min-width: 767px) {
    .i-btn-lg {
        font-size: calc(19px + 1 * ((100vw - 767px) / 233));
        font-weight: 800;
    }
}

@media screen and (min-width: 1000px) {
    .i-btn-lg {
        font-size: 20px
    }
}

.i-btn-res {
    width: 100%;
    justify-content: center
}

.i-btn-none {
    padding: 0
}

.i-btn-primary {
    color: #fff;
    background-image: linear-gradient(to right, #20b5af 0%, #30dfd8 51%, #20b5af 100%);
    background-image: -moz-linear-gradient(to right, #20b5af 0%, #30dfd8 51%, #20b5af 100%);
    background-image: -webkit-linear-gradient(to right, #20b5af 0%, #30dfd8 51%, #20b5af 100%);
    background-image: -ms-linear-gradient(to left, #20b5af 0%, #30dfd8 51%, #20b5af 100%);
    box-shadow: 0 3px 38px 0 rgba(33, 182, 176, 0.48), 0 3px 7px 0 rgba(33, 182, 176, 0.06);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-size: 200% auto
}

.i-btn-primary:hover {
    background-position: right center
}

.i-btn-light {
    color: #20b5af;
    background-color: #e4f6f5
}

.i-btn-white {
    color: #20b5af;
    background-color: #fff
}

.i-btn-grey-color {
    color: #585858;
    box-shadow: 0 3px 38px #6868684D
}

.i-btn.ios span:before {
    content: '';
    width: 19px;
    height: 19px;
    background: url("../pics/apple.svg") no-repeat center;
    vertical-align: baseline;
    position: relative;
    top: 1px;
    margin-right: 4px
}

.i-btn.android span:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url("../pics/google-play.svg") no-repeat center;
    vertical-align: baseline;
    position: relative;
    top: 3px;
    margin-right: 6px
}

.i-headline {
    font: 600 1.575rem/1.16 "Open Sans", Arial;
    color: #3A3A3A;
    margin-top: 6px;
    margin-bottom: 11px
}

@media screen and (min-width: 767px) {
    .i-headline {
        font-size: calc(45px + 13 * ((100vw - 767px) / 233))
    }
}

@media screen and (min-width: 1000px) {
    .i-headline {
        font-size: 58px
    }
}

.headline-h {
    margin-top: 8px;
    margin-bottom: 0;
    font: 800 2rem/2 "Open Sans", Arial;
    color: #3A3A3A
}

@media screen and (min-width: 767px) {
    .headline-h {
        font-size: calc(22px + 10 * ((100vw - 767px) / 233))
    }
}

@media screen and (min-width: 1000px) {
    .headline-h {
        font-size: 32px
    }
}

.headline-h3 {
    font: 600 1.75rem/1.263 "Open Sans", Arial;
    color: #3A3A3A;
    margin-top: 7px;
    margin-bottom: 7px
}

@media screen and (min-width: 767px) {
    .headline-h3 {
        font-size: calc(40px + 5 * ((100vw - 767px) / 233))
    }
}

@media screen and (min-width: 1000px) {
    .headline-h3 {
        font-size: 45px
    }
}

.headline-h4 {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    margin-top: 0;
    justify-content: center;
    align-items: center;
    flex: 1;
    font: 800 1rem/1.1 "Open Sans", Arial;
    color: #585858
}

@media screen and (min-width: 767px) {
    .headline-h4 {
        font-size: calc(20px + 10 * ((100vw - 767px) / 233))
    }
}

@media screen and (min-width: 1000px) {
    .headline-h4 {
        font-size: 30px
    }
}

.subtitle {
    font: 600 .9375rem/1.5 "Open Sans", Arial;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 1px
}

@media screen and (min-width: 767px) {
    .subtitle {
        font-size: calc(15px + 0 * ((100vw - 767px) / 233))
    }
}

@media screen and (min-width: 1000px) {
    .subtitle {
        font-size: 15px
    }
}

.body-text-reg {
    position: relative;
    font: 400 1rem/1.4 "Open Sans", Arial;
    color: #585858
}

.body-text-reg a {
    position: relative;
    color: #20b5af;
    font-weight: 700
}

.body-text-reg a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    transform: scaleY(0.07);
    -webkit-transform: scaleY(0.07);
    -moz-transform: scaleY(0.07);
    transform-origin: bottom;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    background-color: rgba(33, 182, 176, 0.2)
}

.body-text-reg a:hover:after {
    left: -3px;
    right: -3px;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1)
}

.box {
    box-shadow: 0 31px 54px 0 rgba(0, 0, 0, 0.06), 0 16px 133px 0 rgba(0, 0, 0, 0.16);
    border-radius: 22px;
    background-color: #fff
}

.form-input {
    height: 60px;
    border-radius: 100px;
    display: block;
    outline: none;
    border: 0;
    width: 100%;
    margin-bottom: 18px;
    background-color: #eee;
    padding-left: 30px;
    padding-right: 30px;
    font: 300 1.25rem/3 "Open Sans", Arial;
    color: #353838;
    text-transform: initial
}

.form-input.area {
    min-height: 117px;
    border-radius: 30px;
    resize: vertical
}

.form-input-white {
    height: 60px;
    border-radius: 100px;
    display: block;
    outline: none;
    border: 0;
    width: 100%;
    margin-bottom: 18px;
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0 31px 54px 0 rgba(0, 0, 0, 0.06), 0 16px 133px 0 rgba(0, 0, 0, 0.16);
    font: 300 1.25rem/3 "Open Sans", Arial;
    color: #353838;
    text-transform: initial
}

.trial-text {
    font: 400 .875rem/1.4 "Open Sans", Arial;
    color: #9e9e9e
}

.promo {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 54px;
    z-index: 6;
    background-image: -moz-linear-gradient(180deg, #26d8d1 0%, #20b5af 100%);
    background-image: -webkit-linear-gradient(180deg, #26d8d1 0%, #20b5af 100%);
    background-image: -ms-linear-gradient(180deg, #26d8d1 0%, #20b5af 100%);
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    display: none
}

.promo-remove {
    top: -54px
}

.promo:not(.promo-remove) ~ header {
    top: 54px
}

.promo:not(.promo-remove) ~ header nav {
    top: 54px
}

.header-back {
    top: 0
}

.promo-content {
    padding-top: 9px
}

.promo-content img {
    display: none
}

.promo-content .i-btn {
    display: none
}

.promo-text {
    margin-right: 20px;
    font: 400 .75rem/1.5 "Open Sans", Arial;
    color: #fff
}

@media screen and (min-width: 767px) {
    .promo-text {
        font-size: calc(13px + 4 * ((100vw - 767px) / 633))
    }
}

@media screen and (min-width: 1400px) {
    .promo-text {
        font-size: 17px
    }
}

.promo-text a {
    color: white
}

.close-promo {
    position: absolute;
    top: 17px;
    right: 20px
}

header {
    position: fixed;
    left: 15px;
    top: 0;
    max-width: 71.25rem;
    right: 15px;
    flex-flow: row wrap;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 57px 0 rgba(0, 0, 0, 0.1), 0 2px 51px 0 rgba(0, 0, 0, 0.05);
    height: 64px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    z-index: 5;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

header.nav-up {
    top: -100px !important
}

#header-logo {
    width: 91px;
    margin-left: 22px;
    margin-top: -3px;
    position: relative;
    z-index: 1
}

#header-logo:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 27px;
    height: 35px;
    background-image: url("../pics/logo-min.svg");
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

#header-logo img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

#header-logo.opened img {
    opacity: 0
}

#header-logo.opened:before {
    visibility: visible;
    opacity: 1
}

nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: -2px;
    text-align: center;
    background: #353838 url("../pics/footer_pattern.svg") repeat;
    background-size: 380px;
    transform: translate3d(100%, 0%, 0);
    -webkit-transform: translate3d(100%, 0%, 0);
    -moz-transform: translate3d(100%, 0%, 0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

nav ul {
    position: relative;
    z-index: 1;
    list-style: none;
    padding-left: 0;
    padding-top: 25px;
    margin-top: 65px;
    flex-flow: column;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    text-align: left;
    height: calc(100% - 170px);
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

nav li {
    margin-left: 40px;
    margin-right: 40px
}

nav li a {
    position: relative;
    font: 700 24px/50px "Open Sans", Arial;
    color: #fff;
    text-transform: capitalize
}

@media screen and (min-width: 767px) {
    nav li a {
        font-size: calc(40px + 2 * ((100vw - 767px) / 256))
    }
}

@media screen and (min-width: 1023px) {
    nav li a {
        font-size: 42px
    }
}

@media screen and (min-width: 1025px) {
    nav li a {
        font-size: calc(14px + 0 * ((100vw - 1025px) / -25))
    }
}

@media screen and (min-width: 1000px) {
    nav li a {
        font-size: 14px
    }
}

nav:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-image: -moz-linear-gradient(-90deg, #353838 0%, rgba(53, 56, 56, 0.31) 1%, #353838 100%);
    background-image: -webkit-linear-gradient(-90deg, #353838 0%, rgba(53, 56, 56, 0.31) 1%, #353838 100%);
    background-image: -ms-linear-gradient(-90deg, #353838 0%, rgba(53, 56, 56, 0.31) 1%, #353838 100%)
}

.opened-menu {
    transform: translate3d(0%, 0%, 0);
    -webkit-transform: translate3d(0%, 0%, 0);
    -moz-transform: translate3d(0%, 0%, 0)
}

#header-right {
    margin-left: 30px
}

#header-controls {
    display: none
}

#header-controls .i-btn {
    margin-left: 15px;
    margin-right: 25px
}

#burger {
    position: relative;
    z-index: 1;
    margin-right: 20px;
    width: 22px;
    height: 26px
}

#burger span, #burger span:before, #burger span:after {
    background: #585858;
    display: block;
    height: 2px;
    opacity: 1;
    position: absolute;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

#burger span {
    right: 0;
    top: 13px;
    width: 15px
}

#burger span:before {
    content: "";
    right: 0;
    top: -7px;
    width: 22px
}

#burger span:after {
    content: "";
    right: 0;
    top: 7px;
    width: 22px
}

#burger.close span {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 13px;
    width: 27px;
    background: #fff
}

#burger.close span:before {
    top: 0;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 27px;
    background: #fff
}

#burger.close span:after {
    top: 0;
    left: 0;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
    width: 0;
    background: #fff
}

.mobile-app-btn {
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    text-align: center;
    height: 60px
}

.mobile-app-btn .i-btn {
    display: none
}

footer {
    position: relative
}

footer:after {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .18s ease;
    -moz-transition: all .18s ease;
    transition: all .18s ease;
    background-color: rgba(0, 0, 0, 0.5)
}

footer.body-disable:after {
    visibility: visible;
    opacity: 1
}

#footer-a {
    justify-content: center;
    text-align: center;
    min-height: 660px;
    background-color: #353838;
    background-size: cover;
    padding-top: 260px
}

#footer-a:before {
    z-index: 1;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 226px;
    background: url("../pics/dark bg_invert_2.svg") no-repeat left;
    background-size: cover
}

#footer-main {
    flex: 1;
    position: relative;
    z-index: 1
}

#copyright {
    margin-top: 15px;
    font: 300 .875rem/1.5 "Open Sans", Arial;
    color: #fff
}

#footer-menu {
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

#footer-menu a {
    font-family: Open Sans;
    color: #fff;
    text-transform: capitalize;
    font-size: 12px;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
}

#footer-menu a:not(:last-child):after {
    content: '';
    width: 2px;
    height: 2px;
    background-color: #707070;
    margin-left: 12px;
    margin-right: 15px
}
@media (max-width: 767px) {
    #footer-menu{
        padding-left: 10px;
        padding-right: 10px;
    }
    #footer-menu a:nth-child(3):after{
        display: none;
    }
}

#footer-socials {
    align-items: center;
    justify-content: center;
    margin-top: 62px
}

#footer-socials a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    line-height: 36px;
    margin-left: 10px;
    margin-right: 10px;
}

#footer-links {
    align-items: center;
    justify-content: center;
    margin-top: 30px
}

#footer-links a {
    color: #fff;
    text-transform: capitalize;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}

#footer-links a:not(:last-child):after {
    content: '';
    width: 2px;
    height: 2px;
    background-color: #707070;
    margin-left: 5px;
    margin-right: 8px
}

#footer-apps {
    margin-top: 45px
}

#footer-apps a {
    margin-right: 22px;
    margin-left: 22px
}

#coockies-wrapper {
    display: none;
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 2;
    max-width: 300px;
    padding: 15px 18px 15px 18px;
    width: 100%;
    text-align: right;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 42px 0 rgba(0, 0, 0, 0.24)
}

.coockies-content {
    font: 400 .8125rem/1.4 "Open Sans", Arial;
    color: #585858;
    text-transform: initial;
    text-align: left
}

.coockies-content a {
    color: #20b5af !important;
    text-decoration: underline
}

.got-it-btn {
    font: 700 .9375rem/1.4 "Open Sans", Arial;
    color: #20b5af;
    text-transform: uppercase
}

#footer-b {
    justify-content: center;
    text-align: center;
    min-height: 750px;
    background: linear-gradient(180deg, rgba(123, 65, 168, 0.75) 0%, rgba(32, 182, 176, 0.72) 100%);
    background-size: cover;
    padding-top: 260px;
    padding-bottom: 40px;
}

#footer-b:before {
    z-index: 1;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 188px;
    background: url("../pics/dark bg_invert.svg") no-repeat top;
    background-size: cover
}

.footer-in {
    width: 100%;
    height: 100%
}

.footer-in:before {
    content: '';
    position: absolute;
    background: url("../pics/footer_pattern.svg") repeat;
    background-size: 140px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.footer-in:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#footer-form {
    display: none
}

#footer-form input {
    background-color: #fff
}

.footer-title {
    font: 600 1.8rem/1.4 "Open Sans", Arial;
    color: #fff
}
@media screen and (max-width: 767px) {
    .giveItAGo{
        color: #04D5C8;
        margin-bottom: 14px;
    }
    .footer-title{
        font-family: Open Sans!important;
        font-style: normal!important;
        font-weight: 600!important;
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        letter-spacing: 0.02em;
        color: #FFFFFF;

    }
}
@media screen and (min-width: 767px) {
    .footer-title {
        font-size: calc(45px + 13 * ((100vw - 767px) / 233));
    }
    #footer-menu a {
        color: #fff;
        text-transform: capitalize;
        font-size: 12px;
        margin-bottom: 10px;
        font-style: normal;
        font-weight: normal;
        line-height: 16px;
    }
    .footer-in:before {
        background-size: 300px;
    }
    footer .mobile-app-btn {
        margin-bottom: 85px
    }
    #copyright {
        margin-top: 15px;
    }
}

@media screen and (min-width: 1000px) {
    .footer-title {
        font-size: 45px
    }
}

footer .mobile-app-btn {
    margin-bottom: 30px;
}

#footer-logo img {
    width: 31px
}

.modal-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .18s ease;
    -moz-transition: all .18s ease;
    transition: all .18s ease
}

.modal-wrapper.modal-visible {
    display: block;
    visibility: visible;
    opacity: 1
}

.modal {
    overflow: visible !important;
    position: relative;
    max-width: 590px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 78px 15px 62px 15px;
    text-align: center
}

.modal.contact-box {
    max-width: 702px;
    min-height: 100%;
    height: initial
}

.modal.box {
    border-radius: 0
}

.close-modal {
    z-index: 2;
    position: absolute;
    right: 25px;
    top: 25px
}

.close-modal img {
    width: 24px
}

.modal-img {
    position: relative;
    margin-bottom: 25px;
    border-radius: 6px;
    box-shadow: 0 6px 21px 0 rgba(0, 0, 0, 0.11), 0 20px 62px 0 rgba(0, 0, 0, 0.18)
}

.modal-img:before {
    content: ' ';
    position: absolute;
    left: -21px;
    right: -21px;
    top: -20px;
    bottom: -14px;
    background: url("../../../inkin-core/assets/pics/demo_dots.svg") no-repeat
}

.modal-img img {
    max-width: 150px;
    border-radius: inherit
}

.modal-title {
    font: 900 1.625rem/1.1875 "Open Sans", Arial;
    color: #3A3A3A;
    text-transform: initial;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 10px
}

@media screen and (min-width: 767px) {
    .modal-title {
        font-size: calc(39px + -7 * ((100vw - 767px) / 1))
    }
}

@media screen and (min-width: 768px) {
    .modal-title {
        font-size: 32px
    }
}

.modal-description {
    font: 400 1rem/1.5 "Open Sans", Arial;
    color: #585858;
    text-transform: initial;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 15px
}

.modal-form {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px
}

.modal-row {
    justify-content: space-between;
    flex-flow: column
}

.form-item {
    width: 100%
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

#contries {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../pics/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: right 27px center;
    background-size: 20px
}

#contries > * {
    font: 400 .875rem/1.5 "Open Sans", Arial;
    color: #585858;
    text-transform: initial
}

.header_top_items {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 55px;
    width: 100%;
    background-color: #f3f3f3;
    z-index: 99999;
    display: none
}

.header_top_item {
    float: left;
    text-align: center;
    width: 50%;
    color: #7f7f7f;
    font-size: 19px;
    padding-top: 4px;
    padding-bottom: 2px;
    margin-top: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.header_top_item:nth-child(1) {
    border-right: 1px solid #e1e1e1
}

.header_top_item_inner {
    display: inline-block
}

.device_wrap {
    position: fixed;
    right: 120px;
    bottom: 45px;
    width: 166px;
    z-index: 2;
    padding-left: 5px;
    height: 60px;
    background-color: #fff;
    border-radius: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1), 0 0 32px 0 rgba(0, 0, 0, 0.14)
}

.device_wrap_left {
    background-color: rgba(61, 190, 183, 0.2);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 47px;
    text-align: center;
    position: relative
}

.device_wrap_left div {
    position: absolute;
    right: -3px;
    top: -3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    background-color: #f07171;
    color: white;
    text-align: center
}

.device_wrap_right {
    color: #20b5af;
    font-weight: 700;
    font-size: 15px;
    margin-left: 13px;
    text-transform: uppercase
}

.device_wrap_tooltip {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    width: 480px;
    background-color: #fff;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1), 0 0 32px 0 rgba(0, 0, 0, 0.14)
}

.device_wrap_tooltip:before {
    content: '';
    position: fixed;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    visibility: hidden;
    opacity: 0
}

.device_wrap_tooltip-active {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}

.device_wrap_tooltip-active:before {
    visibility: visible;
    opacity: 1
}

.device_wrap_tooltip a {
    text-decoration: none !important
}

.device_wrap_tooltip_item {
    align-items: center;
    padding: 25px 0
}

.device_wrap_tooltip_item:not(:last-child) {
    border-bottom: 1px solid #e8e8e8
}

.device_wrap_tooltip_title {
    color: #20b5af;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize
}

.device_wrap_tooltip_iks {
    color: #7f7f7f;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    margin-top: 2px
}

.device_wrap_tooltip_iks img {
    width: 12px;
    margin-right: 3px
}

.device_wrap_tooltip_acitve {
    visibility: visible;
    opacity: 1
}

.device_wrap_tooltip_close {
    position: absolute;
    background-color: #eee;
    width: 50px;
    height: 50px;
    right: 0;
    top: 27px;
    border-radius: 100px 0 0 100px;
    text-align: center;
    line-height: 50px
}

.device_wrap_tooltip_text_top {
    text-transform: capitalize;
    color: #3A3A3A;
    font-size: 26px;
    height: 105px;
    font-weight: 800;
    padding-left: 40px;
    background-color: #f6f6f6;
    align-items: center
}

.device_wrap_tooltip_text_top .tooltip_text {
    padding: 0;
    font-size: 13px
}

.device-listing {
    padding: 0 40px;
    overflow-y: auto;
    height: calc(100% - 220px);
    -webkit-overflow-scrolling: touch
}

.device_wrap_tooltip_img {
    border: 1px solid #e8e8e8;
    width: 76px;
    height: 76px;
    flex: 0 0 76px;
    line-height: 74px;
    border-radius: 12px;
    overflow: hidden
}

.device_wrap_tooltip_img img {
    width: 76px
}

.device_wrap_tooltip_text {
    margin-left: 20px
}

.no-device {
    height: 100%;
    flex-flow: column;
    justify-content: center
}

.tooltip_text {
    color: #7f7f7f !important;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none !important;
    padding-top: 15px;
    text-align: center;
    flex-flow: column
}

.tooltip_text b {
    margin-top: 18px;
    font-size: 22px;
    color: #3A3A3A;
    font-weight: 800
}

.device_wrap_tooltip_button {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 30px;
    border-radius: 6px;
    height: 62px;
    font-size: 20px;
    line-height: 62px;
    text-align: center;
    font-weight: 800;
    color: #fff;
    background-color: #20b5af
}

.inactive_button {
    background: #CDCDCD !important;
    cursor: default
}
footer .mobile-app-btn a{
    width: 90%;
}

@media (max-width: 768px) {
    #footer-apps a:nth-child(2){
        margin-top: 10px;
    }
    .mobile-app-btn{
        /*overflow: hidden;*/
        /*display: none;*/
    }
}
@media (max-width: 1024px) {
    .mobile-app-btn{
        /*overflow: hidden;*/
        /*display: none;*/
    }
}

@media (min-width: 768px) {
    .promo-content img {
        display: block
    }

    .promo-content .i-btn {
        display: inline-block
    }

    .promo-text span {
        display: none
    }

    .promo-text a {
        display: none
    }

    .promo-text {
        margin-left: 10px
    }

    .hidden-tablet {
        display: none
    }
}
@media (max-width: 1111px) {
    nav li {
        margin-left: 10px!important;
        margin-right: 5px!important;
    }
}

@media (min-width: 1024px) {
    .promo:not(.promo-remove) ~ header nav {
        top: 0
    }

    .promo-content {
        padding-left: 38px;
        padding-right: 38px;
        padding-top: 11px
    }

    header {
        height: 88px;
        border-radius: 0 0 38px 38px
    }

    #header-logo {
        margin-left: 38px;
        width: 117px
    }

    .modal-row .form-item {
        max-width: 290px
    }

    nav {
        position: relative;
        padding: 0;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        background: transparent none
    }

    nav ul {
        flex-flow: wrap;
        margin: 0;
        height: initial;
        padding-top: 0;
        overflow-y: unset
    }

    nav li {
        margin-left: 15px;
        margin-right: 15px
    }

    nav li a {
        color: #585858;
        text-transform: uppercase;
        font-weight: 700
    }

    nav li a.active:after {
        content: '';
        position: absolute;
        bottom: -35px;
        left: calc(50% - 16px);
        width: 32px;
        height: 5px;
        border-radius: 5px 5px 0 0;
        background-image: -moz-linear-gradient(0deg, #20b5af 0%, #26d8d1 100%);
        background-image: -webkit-linear-gradient(0deg, #20b5af 0%, #26d8d1 100%);
        background-image: -ms-linear-gradient(0deg, #20b5af 0%, #26d8d1 100%);
        box-shadow: 0 3px 38px 0 rgba(33, 182, 176, 0.48), 0 3px 7px 0 rgba(33, 182, 176, 0.06)
    }

    nav:after {
        display: none
    }

    #header-controls {
        display: flex;
        margin-right: 13px
    }

    .mobile-app-btn {
        display: none
    }

    #burger {
        display: none
    }

    #footer-a {
        padding-top: 300px;
        background-position: left -280px center;
        min-height: 690px
    }

    #footer-a:before {
        height: 336px
    }

    #footer-b {
        padding-top: 300px;
        min-height: 1050px;
        padding-bottom: 120px
    }

    #footer-b:before {
        height: 238px
    }

    #footer-form {
        display: flex;
        -ms-display: flex;
        justify-content: center;
        padding: 41px 0 52px 0;
    }

    #footer-form input {
        margin-right: 20px;
        flex: 0 0 435px;
        max-width: 435px;
        margin-bottom: 0
    }
    .footerFormButton{
        min-width: 311px;
        min-height: 48px;
        display: inline-flex;
        justify-content: center;
        align-items: center
    }
    .footerFormButton  span{
        font-weight: bold;
        font-size: 16px;
        line-height: 27px;
        font-family: Open Sans
    }

    .footer-title {
        margin-bottom: 0
    }

    footer .mobile-app-btn {
        margin-bottom: 0
    }

    #footer-apps a {
        border-radius: 4px
    }

    .modal {
        margin: 5% auto;
        height: initial
    }

    .modal.box {
        border-radius: 22px;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .modal.box.hidden {
        display: none!important;
    }
    .modal-tooltip-message{
        margin-bottom: 30px;
        font-family: sans-serif;
        font-weight: normal;
    }
    .modal-tooltip-message span{
        background-image: -moz-linear-gradient(0deg, #27ae60 0%, #31db79 100%);
        background-image: -webkit-linear-gradient(0deg, #27ae60 0%, #31db79 100%);
        background-image: -ms-linear-gradient(0deg, #27ae60 0%, #31db79 100%);
        /*box-shadow: 0 2px 27px 0 rgba(39, 174, 96, 0.23), 0 12px 21px 0 rgba(39, 174, 96, 0.35);*/
        text-shadow: 0 2px 27px rgba(39, 174, 96, 0.23), 0 12px 21px rgba(39, 174, 96, 0.35);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;

    }

   .modal .modal-tooltip-link{
       display: flex;
       justify-content: center;
       align-items: center;
       margin-top: 30px;

    }
   .modal .modal-tooltip-link a{
       text-shadow: 0 2px 27px rgb(39 174 96 / 23%);
       font-family: "Open Sans";
       font-weight: 500;
       border-bottom: 1px solid;
    }

    .modal-form {
        margin-left: 25px;
        margin-right: 25px
    }

    .modal-row {
        flex-flow: row wrap
    }

    .modal-img img {
        max-width: 100%
    }
    .modal-img.second{
        box-shadow: none;
        width: 150px;
    }

    .headline-h4 {
        margin-top: 13px;
        justify-content: center
    }
}

@media (min-width: 1200px) {
    header {
        height: 88px;
        left: 50%;
        right: initial;
        width: 100%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%)
    }

    #footer-a {
        background-position: left 10px
    }
    #footer-form{
        padding: 41px 0 52px 0;
    }
}

.modal-pdf > .box {
    background-color: #f5f5f5;
}

.modal-pdf > .box > form > .form-input {
    color: rgb(176, 176, 176);
    background-color: rgb(255, 255, 255);
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 16px;
    text-align: center;
    border-width: 1px;
    border-color: rgb(143, 143, 143);
    border-style: solid;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.098) 0px 1px 2px 0px inset;
    text-shadow: none;
    padding: 0px 14px;
    display: block;
    width: 100%;
    max-height: 52px;
    height: 52px;
    transition: none 0s ease 0s;
}

.modal-pdf > .box > .modal-title {
    position: relative;
    color: rgb(68, 68, 68);
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(0, 0, 0, 0);
    font-family: Lato, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 26px;
    text-align: center;
    border-width: 0px;
    border-color: rgb(68, 68, 68);
    border-style: solid;
    border-radius: 0px;
    line-height: 34px;
    box-shadow: none;
    text-shadow: none;
    margin: 0px;
    letter-spacing: normal;
}

.modal-pdf > .box > .modal-description {
    color: rgb(143, 143, 143);
    padding-top: 10px;
    padding-bottom: 0px;
    background-color: rgba(0, 0, 0, 0);
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    border-width: 0px;
    border-color: rgb(143, 143, 143);
    border-style: solid;
    border-radius: 0px;
    line-height: 26px;
    box-shadow: none;
    text-shadow: none;
    margin: 0px;
    letter-spacing: normal;
}

.advantages img {
    width: 15px;
    height: 15px
}

.modal-title {
    position: relative;
}

.request-demo-wrapper .modal.box {
    padding-top: 50px;
    padding-bottom: 30px
}

.request-demo-wrapper .modal-form {
    margin-top: 30px
}

.header-banner {
    width: 100%;
    height: 57px;
    background: linear-gradient(90deg, #8A85C0 16.06%, #CECAFD 99.48%);
    box-shadow: 0px 3px 20px rgba(115, 110, 179, 0.2);
    z-index: 6;
    position: fixed;
    top: 0;
}

.header-banner.opened-menu{
    background: transparent;
    box-shadow: none;
}
.header-banner.opened-menu a{
    width: 100%;
    padding-left: 37px;
    padding-right: 37px;
    justify-content: space-between;
}
.header-banner.opened-menu .close-banner{
    display: none;
}
nav.opened-menu{
    padding-bottom: 60px;
}

header.with-banner {
    top: 57px;
}
header.with-banner nav ul{
    transition: all .3s;
}
header.with-banner nav.opened-menu ul {
    margin-top: 120px;
    border-top: none!important;
    padding-top: 0;
}
header.with-banner nav.opened-menu ul li{
    margin-left: 36px;
    margin-right: 36px;
}

.header-banner.hide {
    display: none
}

body.inkin-body.with-banner {
    padding-top: 231px
}

.header-banner > a {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    height: 100%
}

.close-banner {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer
}

@media (max-width: 830px) {
    .header-banner > a {
        font-size: 12px
    }
}

@media (max-width: 591px) {
    .header-banner > a {
        width: 90%
    }

    .header-banner > a > span {
        line-height: 16px;
        display: flex;
        flex-direction: column;
    }
}
.splashScreen{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(255,255,255);
    z-index: 999;
}
.splashScreen img{
    width: 200px;
}
.mobile-body nav.opened-menu .mobile-app-btn{
    display: block!important;
}

.use-discount-code-wrapper{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.use-discount-code-wrapper .use-discount-code{
    width: 220px;
    height: 60px;
    background: linear-gradient(90deg,#CECAFD 39.48%, #8A85C0 16.06%, #CECAFD 39.48%);
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0,0,0,0);
    transition: 0.3s box-shadow ease-in-out;
}
.use-discount-code-wrapper .use-discount-code:hover{
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.use-discount-code-wrapper .use-discount-code .copied{
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    display: none;
}

.use-discount-code-wrapper .use-discount-code span.promo-code-title{
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
}

.use-discount-code-wrapper .use-discount-code span.promo-code-text{
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
}
.solutions{
    position: relative;
}
.solutions:hover .solutions_drop_down{
    opacity: 1;
    transform: scaleY(1) translateX(-50%);
}
.solutions_drop_down{
    left: 50%;
    top: 40px;
    opacity: 0;
    z-index: 100;
    padding: 8px;
    background: white;
    position: absolute;
    border-radius: 12px;
    transform: scaleY(0) translateX(-50%);
    transform-origin: top;
    transition: 0.2s all ease;
    -moz-box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px, rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px, rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px, rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
}

.solutions_drop_down a {
    width: 100%;
    padding: 8px;
    color: #353838;
    cursor: pointer;
    min-height: 32px;
    margin-bottom: 4px;
    border-radius: 6px;
    white-space: nowrap;
    display: inline-block;
    transition: 0.2s all ease;
    font: 600 0.9rem "Open Sans", Arial;
}

.solutions_drop_down a:hover{
    background: #eaeaea;
}
@media screen and (max-width: 1024px) {
    .solutions_drop_down{
        left: 0;
        top: 0;
        padding: 0;
        background: transparent;
        position: static;
        transform: scaleY(1) translateX(0)!important;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        pointer-events: none;
        box-shadow: none;
        display: none;
    }
    .solutions_drop_down.open{
        display: block;
        pointer-events:all;
    }
    .solutions_drop_down a {
        color: white;
    }
    .solutions_drop_down a:hover{
        background: transparent;
    }

}
