body {
    overflow-x: hidden;
}

@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300");

@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:200");
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

.header .inner{
    padding-left: 0px;
}

.quotes, .users-group__quote, .publications__quote {
    quotes: "â€œ" "â€"
}

.quotes p:before, .users-group__quote p:before, .publications__quote p:before {
    content: open-quote
}

.quotes p:after, .users-group__quote p:after, .publications__quote p:after {
    content: close-quote
}

.block-list__item {
    margin: auto;
    box-sizing: border-box;
    width: 50%;
    vertical-align: top
}

.block {
    margin-bottom: 40px
}

.block-title, .section__title {
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    opacity: .5
}

.title {
    margin-bottom: 60px;
    padding: 45px 0;
    background: #f3f3f3;
    text-align: center;
    font-size: 48px;
    line-height: 1
}

.text p {
    margin-bottom: 1em
}

.zoom-out {
    position: relative;
    overflow: visible;
    background-color: #f9f7f4;
}

.zoom-out__image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%
}

.zoom-out__image_alert {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%
}

@-webkit-keyframes zoom-out {
    from {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2)
    }
    to {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes zoom-out {
    from {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2)
    }
    to {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
}

@-webkit-keyframes zoom-out-top {
    from {
        -webkit-transform: translate(-50%, 0) scale(1.2);
        transform: translate(-50%, 0) scale(1.2)
    }
    to {
        -webkit-transform: translate(-50%, 0) scale(1);
        transform: translate(-50%, 0) scale(1)
    }
}

@keyframes zoom-out-top {
    from {
        -webkit-transform: translate(-50%, 0) scale(1.2);
        transform: translate(-50%, 0) scale(1.2)
    }
    to {
        -webkit-transform: translate(-50%, 0) scale(1);
        transform: translate(-50%, 0) scale(1)
    }
}

.header {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    font-weight: bold;
    transform: translateZ(0);
}

.header--home {
    position: absolute;
    top: 39px;
    border: none;
    background: none
}

.header--home .header__logo {
    margin-top: 20px
}


.header__nav {
    float: right;
    margin-top: 24px
}

.masthead {
    position: relative;
    min-height: 780px;
    height: 100%
}

.masthead__background_alert {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover
}

.masthead__background_alert img{
    width: 100%;
    height: 100%;
}

.masthead__background_alert:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #47920e;
    opacity: .8;
    transition: opacity .4s
}

.is-with-video .masthead__background_alert:after {
    opacity: 1
}

.masthead__content-wrapper {
    position: relative;
    height: 100%;
    text-align: left;
    padding-left: 0;
}

.masthead__content-wrapper:before, .masthead__content-wrapper:after {
    display: inline-block;
    width: 0;
    height: 100%;
    content: "";
    vertical-align: middle
}

.masthead__content {
    display: inline-block;
    width: 98%;
    color: #fff;
    vertical-align: middle;
    transition: opacity .4s;
    position: absolute;
    bottom: 30px;
}

.is-with-video .masthead__content {
    opacity: 0
}

.masthead__play-wrapper {
    margin-bottom: 50px;
    text-align: center
}

.masthead__play {
    background-position: 0px 0px;
    background-size: 504px 304px;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    display: inline-block;
    text-indent: -9999px
}

.masthead__play:hover {
    opacity: .8
}

.masthead__title_alert{
    font-family: 'Source Sans Pro';
    margin-bottom: 18px;
    color:  #ffffff;
    font-size: 38px;
    font-weight: 300;
    text-align: left;
    line-height: 39px;
    width: 63%;
}

.masthead__subtitle_alert, .masthead__subtitle_alert_mobile {
    font-family: 'Source Sans Pro';
    margin-bottom: 20px;
    font-weight: 200;
    font-size: 22px;
    line-height: 150%;
    text-align: left;
    width: 75%;
    opacity: 0.7;
}
.masthead__subtitle_alert_mobile{
    display: none;
}

.masthead__scroll{
    height: 23px;
    margin: 10px 0;
}
.masthead__scroll_down {
    background-image: url("../../img/alert/arrow.png");
    background-repeat: no-repeat;
    width: 54px;
    height: 23px;
    opacity: 1;
    margin: 0 auto;
    display: block;
}

.masthead__scroll_down:hover {
    opacity: 1
}



.header h1 {
    float: left;
    margin-top: 3px;
}

.logo__link {
    display: block;
    text-indent: -9999px
}

.is-opened .nav__inner {
    max-height: 245px !important;
}

.nav__item {
    display: inline-block;
    margin-left: 62px;
    vertical-align: top;
    font-size: 20px;
    font-weight: 400;
}

.nav__item:first-child {
    margin-left: 0
}

.footer__nav .nav__item {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 15px
}

.nav__link {
    color: #000;
}

.header--home .nav__link {
    color: #fff
}

.nav__link:hover {
    color: #5e9732
}

.header--home .nav__link:hover {
    color: #fff;
    opacity: .7
}

.nav__toggle {
    position: absolute;
    cursor: pointer;
    top: 100%;
    right: 15px;
    margin-top: 16px;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.nav__toggle:before, .nav__toggle:after {
    position: absolute;
    left: 7px;
    display: block;
    width: 30px;
    height: 9px;
    border: solid #fff;
    border-width: 1px 0;
    content: ""
}

.nav__toggle:before {
    top: 12px
}

.nav__toggle:after {
    top: 22px
}

.download {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.download a{
    margin-right: 15px;
    /*height: 115px;*/
}
.download-btn{
    height: 60px;
}

.download-btn .free{
    width: 171px;
    background-size: 171px 60px;
}
.download-btn .alert-voice{
    width: 256px;
    background-size: 256px 60px;
}

.download__button {
    width: 120px!important;
    position: relative;
    display: inline-block;
    margin-left: 17px;
    padding: 15px;
    height: 20px!important;
    border-radius: 5px;
    background: #000;
    box-shadow: inset 0 0 0 1px #000;
    text-indent: -9999px;
    transition: box-shadow .2s;
    float: left;
}

.download__button:first-child {
    margin-left: 0
}

.download__button:hover {
    box-shadow: inset 0 0 0 1px #fff
}

.download__button:before {
    position: absolute;
    display: block;
    height: 44px;
    content: ""
}

.download__button--app-store {
    width: 158px
}

.download__button--app-store:before {
    background-image: url("../../img/sprite.png");
    background-position: -177px 0px;
    background-size: 504px 304px;
    background-repeat: no-repeat;
    width: 158px;
    height: 47px
}

.download__button--google-play {
    width: 177px
}

.download__button--google-play:before {
    background-image: url("../../img/sprite.png");
    background-position: 0px -174px;
    background-size: 504px 304px;
    background-repeat: no-repeat;
    width: 177px;
    height: 44px
}

.users {
    border: 1px solid #e4e4e4
}

.users-group {
    position: relative;
    height: 480px;
    border: 0 solid #e4e4e4;
    background: 50% 0 no-repeat;
    text-align: center
}

.users-group:first-child, .users-group:nth-child(2) {
    border-bottom-width: 1px
}

.users-group:nth-child(2n+2) {
    border-left-width: 1px
}

.users-group:before {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.95) 70%, #fff 80%);
    content: ""
}

.users-group__image {
    min-height: 0
}

.safety-net {
    margin-bottom: -34px;
    text-align: center
}

.safety-net__item {
    margin-bottom: 34px;
    width: 42%;
    text-align: left
}

.safety-net__item:nth-child(2n+2) {
    margin-left: 80px
}

.safety-net__description {
    line-height: 24px
}

.publications__item {
    position: relative;
    padding-top: 154px;
    padding-bottom: 60px;
    border: 0 solid #eaeaea
}

.publications__item-first {
    position: relative;
    padding-top: 154px;
    padding-bottom: 60px;
}

.publications__item_alert {
    position: relative;
    padding-bottom: 60px;
}

.publications__item:first-child {
    width: 100%;
    border-bottom-width: 1px
}

.publications__item:nth-child(2) {
    border-right-width: 1px
}

.publications__item:nth-child(3) {
    margin-left: -1px;
    border-left-width: 1px
}

.publications__item:nth-child(n+2) {
    padding-right: 50px;
    padding-left: 50px
}

.publications__box {
    background-image: url('../../img/alert/box.png');
    background-size: 314px 235px;
    width: 314px;
    height: 235px;
    display: block;
}

.publications__logo {
    vertical-align: middle
}
.publications__logo_alert {
    vertical-align: middle;
    width: 101px;
    height: 101px;
}
.publications__logo_app-store{
    background-image: url('../../img/alert/app-store-bottom.png');
}
.publications__logo_google-play{
    background-image: url('../../img/alert/google-play-bottom.png');
}
.publications__logo_google-play , .publications__logo_app-store{
    vertical-align: middle;
    width: 177px;
    height: 60px;
    background-size: 177px 60px;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: inline-block;
}

.publications__title {
    margin-top: -29px;
    margin-bottom: 19px;
    font-size: 36px;
    line-height: 1
}
.publications__title_alert {
    margin-top: 7px;
    margin-bottom: 19px;
    font-size: 48px;
    line-height: 1
}

.member {
    margin-bottom: 30px
}

.member__photo {
    margin-bottom: 10px
}

.member__name {
    font-size: 22px
}

.member__additional-info {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    line-height: 24px
}

.member__email {
    line-height: 36px
}

.graphic-materials {
    margin-top: -10px;
    line-height: 36px
}

.graphic-materials__link {
    position: relative;
    padding-left: 20px
}

.graphic-materials__link:before {
    background-image: url("../../img/sprite.png");
    background-position: -494px -39px;
    background-size: 504px 304px;
    background-repeat: no-repeat;
    width: 7px;
    height: 10px;
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    content: ""
}

.coverage__item {
    margin-bottom: 30px
}

.coverage__title {
    line-height: 24px
}

.contact-details__address {
    margin-top: 12px;
    line-height: 24px
}

.contact {
    padding-left: 100px;
    width: 440px
}

.contact__field {
    margin-bottom: 16px
}

.contact__label {
    float: left;
    margin-left: -100px;
    width: 100px;
    line-height: 42px
}

.contact__textfield {
    box-sizing: border-box;
    padding: 9px 15px;
    width: 440px;
    outline: none;
    border: 1px solid;
    border-color: transparent;
    background: #f3f3f3
}

.contact__textfield.is-error {
    border-color: #e74c3c
}

.contact__error {
    display: block;
    padding-top: 5px;
    color: #e74c3c
}

.contact__submit-wrapper {
    text-align: right
}

.contact__full-form-error {
    display: none;
    margin-right: 16px;
    color: #e74c3c
}

.contact__success {
    display: none;
    color: #5e9732
}

.contact__submit {
    padding: 10px 34px;
    outline: none;
    border: 1px solid #5e9732;
    border-radius: 3px;
    background: #fff;
    color: #5e9732
}

.footer {
    clear: both;
    box-sizing: border-box;
    padding: 40px 0;
    height: 110px;
    background: #f3f3f3
}

.wrapper .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.social {
    float: right;
    margin-top: -7px
}

.social__item {
    display: inline-block;
    margin-left: 10px;
    width: 44px;
    height: 44px;
    line-height: 44px
}

.social__link {
    display: block;
    height: 100%;
    text-align: center
}

.social__link span {
    display: none
}

.social__link:before {
    display: inline-block;
    content: "";
    vertical-align: middle
}

.social__link--facebook-alert:before{
    background-image: url("../../img/alert/sprite-2x/social__link--facebook-2x.png");
    background-size: 12px 24px;
    background-repeat: no-repeat;
    width: 12px;
    height: 24px
}

.social__link--facebook-alert:hover:before {
    background-image: url("../../img/alert/sprite-2x/social__link--facebook--hover-2x.png");
    background-size: 12px 24px;
    background-repeat: no-repeat
}


.social__link--twitter-alert:before {
    background-image: url("../../img/alert/sprite-2x/social__link--twitter-2x.png");
    background-size: 26px 21px;
    background-repeat: no-repeat;
    width: 26px;
    height: 21px
}

.social__link--twitter-alert:hover:before {
    background-image: url("../../img/alert/sprite-2x/social__link--twitter--hover-2x.png");
    background-size: 26px 21px;
    background-repeat: no-repeat;
}

.block-list-image{
    background-repeat: no-repeat;
    width: 130px;
    height: 130px;
    display: inline-block;
    vertical-align: middle;
}
.add-icon{
    background-image: url("../../img/alert/add-icon.png") ;

}
.tap-icon{
    background-image: url("../../img/alert/add-icon.png") ;
}
.call-icon{
    background-image: url("../../img/alert/call-icon.png") ;
}
.contacts-icon{
    background-image: url("../../img/alert/contacts-bottom-2.png") ;
    background-size: 477px 560px;
    background-repeat: no-repeat;
    width: 477px;
    height: 560px;
    position: absolute;
    top: 0;
    left: -45px;
}

.block-list__title_alert {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    text-transform:uppercase ;

    text-align: left;
    margin-top: 50px;
}

.iphone-position, .iphone-position-shadow{
    background-repeat: no-repeat;

}
.iphone-position{
    background-image: url("../img/iwatch-iphone-icon.png") ;
    background-size: 404px 539px;
    position: absolute;
    bottom: 10px;
    right: 30px;
    width: 404px;
    height: 539px;

}
.iphone-position-shadow{
    background-image: url("../../img/alert/shadow.png") ;
    background-size: 435px 382px;
    position: absolute;
    bottom: 0;
    width: 435px;
    height: 382px;
}

.alert #content {
    padding-top: 20px;
    position: relative;
    padding-left: 0px;
}

.section__content .container {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.container-contact{
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.container-content p {
    font-family: 'Source Sans Pro';
    color:  #000000;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    width: 90%;
}

.map {
    margin-top: 200px;
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    background: 0 0 no-repeat;
    background-size: cover;
    background-color:  #edeae4;;
}

.markers {
    background: url('/img/alert/vertical-map.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    height: 1012px;
}

.map .inner {
    vertical-align: middle;
    width: 45%;
    color: black;
    display: inline-block;
    padding: 0;
    margin-top: 150px;
    height: 1290px;
    box-sizing: border-box;
    padding-top: 40px ;
}

.map .inner .inner-title {
    font-size: 36px;
}

.map  .inner-content {
    font-size: 22px;
    padding-bottom: 35px;
    width: 80%;
}

.get-alert-voice {
    background-image:  url("../img/get-alert-voice.png");
    background-size: 171px 51px;
    width: 171px;
    height: 51px;
    display: block;
}

.map .inner a img {
    vertical-align: middle;
}

.markers img {
    transition: margin 0.4s;
    margin-top: -110px;
}
.markers .second-marker {
    margin-bottom: -100px;
}

.markers img {
    height: 65px;
}

.map .inner a {
    font-size: 27px;
}

.name__error, .email__error, .message__error{
    display: none;
    margin-right: 16px;
    color: #e74c3c
}

.logo-alert, .logo-alert-pages {
    background-image: url("../../img/alert/header-logo-small.png");
    background-repeat:  no-repeat;
    width: 48px;
    height: 48px;
    float: left;
    margin-top: 15px;
}

.logo-alert-main {
    background-image: url("../../img/alert/logo.png");
    background-repeat:  no-repeat;
    width: 295px;
    height: 48px;
    float: left;
}
.logo__link-alert, .logo__link-alert-pages{
    font-family: 'Source Sans Pro';
    color:  #000000;
    font-size: 28px;
    font-weight: 300;
    text-align: left;
    position: relative;
    top: 25px;
    left: 20px;
}

.short-description{
    font-size: 22px;
    font-weight: 300;
    text-align: center;
}
.short-description a{
    color: #5b982e;
    text-decoration: underline;
}
.content{
    font-family: 'Source Sans Pro';
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2.2px;
    margin-bottom: 10px;
    margin-top: 30px;
}
.circles{
    padding-left: 30px;
    font-size: 18px;
    list-style: circle;
}
.active{
    color: #5b982e;
}
.hidden{
    display: none;
}
.ui-accordion-content .click-here{
    color: #5b982e;
}

.slider-alert {
    padding: 8.4% 12.2%;
    background: url('../../img/alert/bg-grey.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    width: 100%;

}

.slider-alert,
.slider-alert * {
    box-sizing: border-box;
}

.slider-alert .slider-alert-wrapper {
    position: relative;
}
.slider-alert .slider-alert-wrapper .slider-alert-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
}
.slider-alert .slider-alert-wrapper .slider-alert-arrow.left{
    left: -15px;
}
.slider-alert .slider-alert-wrapper .slider-alert-arrow.right{
    right: -15px;
}

.slider-alert ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.slider-alert li {
    font-size: 40px;
    color: #999;
    text-align: center;
    padding: 0;
    display: block;
    float: left;
}

.slider-alert li div.left {
    float: left;
    text-align: center;
    width: 25%;
}

.slider-alert li div.left img {
    max-width: 100%;
}

.slider-alert li div.right {
    text-align: left;
    float: right;
    width: 75%;
    font-size: 25px;
    padding-left: 4.5%;
}

.slider-alert li div.right p {
    font-size: 25px;
    padding: 0 4.5%;
}
.slider-alert li div.right p + p {
    margin-top: 10px;
    font-size: 27px;
    text-align: right;
}

.slider-alert li div.right img {
    clear: none;
}
.slider-alert li div.right p {
    color: #000000;
}
.slider-alert.responsive {
    width: auto;
    margin-left: 0;
}

.device{
    display:  none;
}
.iphone-calls{
    background-image: url("../../img/alert/iphone-call.png");
    background-repeat: no-repeat;
    width: 658px;
    height: 813px;
    margin-top: 40px;
    position: absolute;
    bottom: -105px;
}
.call-uber{
    background: url('../img/uber-section.png') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 1159px;
}
.inner-call{
    color: #ffffff;
    width: 45%;
    position: absolute;
    bottom: 190px;
    right: 0;
}
.iwatch-content{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    box-sizing: border-box;
}
.iwatch{
    width: 100%;
    height: 450px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding-left: 90px;
}
.iwatch-bg{
    background-image: url("../img/watch-bg.png");
    background-size: 1018px 697px;
    background-repeat: no-repeat;
    width: 100%;
    height: 697px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.watch-icon{
    background-image: url("../img/apple-watch.png");
    background-size: 237px 430px;
    width: 237px;
    height: 430px;
    float: left;
    margin-right: 110px;
}
.watch-description{
    float: left;
    width: 602px;
    margin-top: 100px;
}
.watch-graph{
    background-image: url("../img/watch-graph.png");
    background-size: 359px 242px;
    width: 359px;
    height: 242px;
    position: absolute;
    top: 60px;
    right: 0;
}

.user-icon{
    background-image: url("../../img/alert/uber-icon.png");
    width: 67px;
    height: 67px;
}
.coming-soon{
    background-image: url("../../img/alert/coming-soon@2x.png");
    background-repeat: no-repeat;
    background-size: 148px 34px;
    width: 148px;
    height: 34px;
    margin-top: 25px ;
}

.inner-title-uber{
    color:  #ffffff;
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    transform: scaleX(1.0001);
    margin: 20px 0 10px ;
}
.inner-content-uber{
    font-family: 'Source Sans Pro';
    color:  rgba(255, 255, 255, 0.8);
    font-size: 22px;
    font-weight: 300;
    text-align: left;
    transform: scaleX(1.0001);
    padding-right: 15%;
    transform: scaleX(1.0001);
}
.markers-content{
    position: absolute;
    bottom: 20px;
    width: 40%;
    padding-left: 102px;
}

.section-bottom {
    margin: 0 auto;
    width: 76%;
}
.box{
    float: left;
    text-align: center;
    margin: 0 auto;
}
.premium-description {
    width: 68%;
    float: right;
    padding-right: 30px;
    box-sizing: border-box;
}
.block-list__description{
    font-size: 22px;
    color: #252c37;
    line-height: 24px;
}

.iphone-purchase{
    background-image: url("../../img/alert/iphone-purchase.png");
    background-repeat: no-repeat;
    width: 1054px;
    height: 478px;
    position: absolute;
    left: 0;
    top: -250px;
}

.markers-content-mobile{
    display: none;
}
.icons{
    margin-top: 35px;
    margin-bottom: 25px;
}

.background__header {
    width:100%;
    height:100%;
    position: relative;
}

.image {
    background-image: url("../../img/alert/header_man_with_flower_small.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.overlay:before{
    position: absolute;
    content:" ";
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: block;
    z-index:0;
    background-color: rgba(0,0,0,0.4);
}

#healthkit{
    height:  540px;
    position: relative;
    padding-top: 102px;
    box-sizing: border-box;
}
.healthkit-icon{
    background-image: url("../../img/alert/healthkit/iphone.png");
    background-size: 341px 443px;
    background-repeat: no-repeat;
    width: 344px;
    height: 443px;
    position: absolute;
    bottom: 0;
    left: 60px;
}
#healthkit   .container{
    width: 58%;
}
.container-healthkit{
    width: 377px;
    display: inline-block;
    vertical-align: top;
    margin-right: 88px;
}
.title-healthkit{
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: left;
    margin-top: 30px;
    color: #252C37;
}
.container-content-healthkit p{
    font-family: 'Source Sans Pro';
    color:  #252c37;
    font-size: 22px;
    font-weight: 300;
    text-align: left;
    line-height: 25px;

}
.heart-icon{
    background-image: url("../../img/alert/healthkit/healthkit_icon.png");
    width: 66px;
    height: 66px;
}
@media only screen and (max-width: 320px) {
    .alert .masthead {
        height: 100%;
    }
    .alert .masthead .masthead__content .masthead__subtitle_alert {
        font-size: 16px;
        text-align: center;
        font-weight: 300;
    }

    .alert .masthead__scroll_down {
        display: block!important;
    }

    .alert .iphone-position {
        display: none;
    }
    .download a img{
        width: 99px;
        height: 34px;
    }

    .alert #content {
        padding-top: 20px;
    }

    .section__content {
        margin-top: 23px;
    }
    .section__content .container {
        width: 100% !important;
    }
    .section__content .container .container-content img {
        width: 69px;
        height: 69px;
    }

    .section__content .container .container-content p {
        margin-top: 5px;
        line-height: 19px;
        font-size: 17px;
    }

    .map {
        margin-top: 30px;
        text-align: center;
    }

    .map .inner {
        padding: 15px!important;
        margin: 0 !important;
    }

    .map .markers,
    .map .inner {
        width: 100%!important;
        text-align: center;
        padding: 12px 0;
    }

    .map .inner .inner-content {
        width: 75%!important;
    }

    .markers .first-marker {
        margin-left:  69px!important;
    }
    .markers .second-marker {
        margin-left: 67px!important;

    }
    .markers .third-marker {
        margin-left: -13px!important;
    }

    .map .inner .inner-title {
        font-size: 22px!important;
        padding-bottom: 15px!important;
        width: 61%;
        text-align: center;
    }

    .map .inner .inner-content {
        width: 88%!important;
        font-size: 17px!important;
        padding-bottom: 0!important;
        text-align: justify;
        line-height: 18px;
    }

    .map .inner a {
        color:  #609c32;
        font-size: 17px;
        font-weight: 400;
    }

    .map .inner a img {
        height: 13px!important;
    }

    .markers .pulsar {
        left: 78px!important;
        top: 45px!important;
    }

    .markers img {
        height: 40px;
    }

    .pulsar .ring, .pulsar .circle {
        width: 60%!important;
        height: 60%!important;
    }

    .not-palm .helparound {
        display: block!important;
    }

    .publications__item-first.block-list__item {
        width: 100%;
    }

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

    .section__content-bottom .publications__logo_alert {
        width: 50px;
        height: 50px;
    }

    .section__content-bottom h3 {
        font-size: 22px;
        font-weight: 300;
        transform:  scaleY(1.0088);
        width: 80%;
        margin-top: 15px;
        margin: 0 auto;
    }

    .section__content-bottom p {
        font-size: 24px;
    }
    .publications__link{
        top: 30px;
    }
    .publications__item-first{
        padding-top: 100px;
        padding-bottom: 25px;
    }
    .publications__title_alert{
        margin-bottom: 5px;
    }
    .publications__logo_alert_bottom{
        width: 88px;
        height: 30px;
    }
}

@media only screen and (min-width: 350px) and (max-width: 610px) {
    .alert .masthead__scroll_down {
        display: block!important;
    }

    .alert .iphone-position {
        display: none;
    }
    .download{
        text-align: center !important;
    }
    .publications__item_alert {
        padding-bottom: 40px;
    }
}

@media  (min-width: 380px) and (max-width:767px) {
    .markers .pulsar {
        left: 84px!important;
        top: 65px!important;
    }
}

/* IPhone 5 **/
@media (min-width: 320px) and (max-width: 320px) {
    .markers .first-marker {
        margin-left:  87px!important;
    }
    .map .inner .inner-title{
        width: 80%;
    }
}

/* IPhone 6 **/
@media (min-width: 371px) and (max-width: 375px) {
    .alert .masthead .masthead__content {
        margin-top: 340px;
        padding-top: 0px;
    }

    .markers .first-marker {
        margin-left: 86px!important;
    }

}

@media (min-width: 320px) and (max-width: 800px) {
    .publications__item_alert {
        padding-bottom: 40px;
    }
}

@media (min-width: 320px) and (max-width: 376px) {
    .alert .masthead {
        height: 100%;
    }
    .alert .masthead__scroll_down {
        display: block!important;
        background-image: url('../../img/alert/arrow-small.png');
        background-repeat: no-repeat ;
        background-size: 27px 12px;
        background-position: 0 0;
        opacity: 1;
        width: 27px;
    }

    .alert #content {
        padding-top: 20px;
    }
    .section__content {
        margin-top: 25px;
    }
    .section__content .container {
        width: 100% !important;
    }

    .section__content .container .container-content img {
        width: 69px;
        height: 69px;
    }

    .section__content .container .container-content p {
        margin-top: 5px;
        line-height: 19px;
        font-size: 17px;
        font-family: 'Source Sans Pro';
    }

    .map {
        margin-top: 30px;
        text-align: center;
    }

    .map .inner {
        padding: 15px!important;
        margin: 0 !important;
    }

    .map .markers,
    .map .inner {
        width: 100%!important;
        text-align: left;
        padding: 12px 0;
    }

    .markers .first-marker {
        margin-left:  74px!important;
        margin-top:  -6px!important;
    }
    .markers .second-marker {
        margin-left: 10px!important;
        margin-top: 163px!important;

    }
    .markers .third-marker {
        margin-left: 139px!important;
        margin-top: 39px!important;
    }

    .map .inner .inner-title {
        font-size: 22px!important;
        padding-top: 3px;
        padding-bottom: 15px!important;
        text-align: left;
        width: 92%;
        transform: scaleY(1.0088);
    }

    .map .inner a {
        font-size: 17px!important;
    }

    .map .inner a img {
        height: 13px!important;
    }

    .markers img {
        height: 40px;
    }

    .pulsar .ring, .pulsar .circle {
        width: 60%!important;
        height: 60%!important;
    }

    .quotes-section-info-text {
        margin-right: 60px!important;
        float: left;
    }

    .not-palm .helparound {
        display: block!important;
    }

    .publications__item-first.block-list__item {
        width: 100%;
    }

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

    .section__content-bottom .publications__logo_alert {
        width: 50px;
        height: 50px;
    }

    .section__content-bottom h3 {
        font-size: 24px;
        font-weight: 300;
        transform: scaleY(1.0048);
    }

    .section__content-bottom p {
        font-size: 16px;
    }
    .publications__link{
        top: 22px;
        background-size: 50px 50px;
        background-repeat: no-repeat;
        width: 50px;
        height: 50px;
    }
}

@media (min-width: 320px) and (max-width: 374px) {
    .markers .pulsar {
        left: 96px!important;
        top: 51px!important;
    }
}

@media only screen and (min-width: 360px) and (max-width: 360px) {
    .alert .masthead .masthead__content {
        margin-top: 270px;
        padding-top: 0px;
    }
    .markers .pulsar{
        left: 99px !important;
    }
}

@media (min-width: 375px) and (max-width: 376px) {
    .markers .pulsar {
        left: 117px!important;
        top: 52px!important;
    }
}

/* IPhone 6 Plus **/
@media (min-width: 376px) and (max-width: 415px) {

    .markers .pulsar {
        left: 122px!important;
        top: 47px!important;
    }

    .inner-link-mobile{
        margin-top: 17px;
    }
}

@media (min-width: 377px) and (max-width: 415px) {
    .alert .masthead {
        height: 100%;
    }
    .alert .masthead__scroll_down {
        display: block!important;
    }

    .alert #content {
        padding-top: 20px;
    }

    .section__content .container {
        width: 100% !important;
    }

    .section__content .container .container-content {
        padding-bottom: 20px;
    }

    .section__content .container .container-content img {
        width: 50px;
        height: 50px;
    }

    .section__content .container .container-content h3 {
        font-size: 20px;
    }

    .map {
        margin-top: 30px;
        text-align: center;
    }
    .map .inner {
        padding: 15px!important;
        margin: 0 !important;
    }

    .map .markers,
    .map .inner {
        width: 100%!important;
        text-align: left;
        padding: 12px 0;
    }

    .markers .first-marker {
        margin-left:  100px !important;
        margin-top: -20px !important;
    }
    .markers .second-marker {
        margin-left: -3px!important;
        margin-top: 125px!important;

    }
    .markers .third-marker {
        margin-left: 155px!important;
        margin-top: 55px !important;
    }

    .map .inner .inner-title {
        font-size: 20px!important;
        padding-top: 3px;
        padding-bottom: 10px!important;
    }

    .map .inner a {
        font-size: 18px!important;
    }

    .map .inner a img {
        height: 13px!important;
    }

    .markers .pulsar {
        left: 140px!important;
        top: 48px!important;
    }

    .markers img {
        height: 40px;
    }

    .pulsar .ring, .pulsar .circle {
        width: 60%!important;
        height: 60%!important;
    }

    .not-palm .helparound {
        display: block!important;
    }

    .publications__item-first.block-list__item {
        width: 100%;
    }

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

    .section__content-bottom .publications__logo_alert {
        width: 70px;
        height: 70px;
    }

    .section__content-bottom h3 {
        font-size: 30px;
    }

    .section__content-bottom p {
        font-size: 24px;
    }
}

@media (min-width: 420px) and (max-width: 779px) {
    .map {
        text-align: center;
    }

    .map .markers,
    .map .inner {
        width: 100%!important;
        text-align: left;
        padding: 12px 0;
    }

    .map .inner .inner-content {
        width: 75%!important;
    }

    .markers .first-marker {
        margin-left:  190px;
    }
    .markers .second-marker {
        margin-left: 204px;

    }
    .markers .third-marker {
        margin-left: 13px;
    }

    .map .inner .inner-title {
        font-size: 26px;
        padding-bottom: 20px;
    }

    .map .inner .inner-content {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .map .inner a {
        font-size: 18px;
    }

    .map .inner a img {
        height: 15px;
    }

    .markers .pulsar {
        left: 273px;
        top: 126px;
    }

    .markers img {
        height: 40px;
    }

    .pulsar .ring, .pulsar .circle {
        width: 60%!important;
        height: 60%!important;
    }

    .features__description {
        width: 100%!important;
    }

    .block-list__title_alert {
        width: 60%!important;
    }

    .section__content .container {
        width: 80%!important;
        display: block;
        margin: auto;
    }

    .iphone-position {
        display: none;
    }
}

@media (min-width: 762px) and (max-width:767px) {
    .markers .pulsar {
        left: 204px !important;
        top: 120px !important;
    }
    .publications__title_alert{
        font-size: 29px;
    }
}

@media (max-width: 767px) {
    .image {
        background-image: url("../../img/alert/header_man_with_flower_mobile.png");
    }
    #healthkit{
        height: auto;
        padding-top: 0;
        padding-bottom: 10px;
    }
    .healthkit-icon{
       display: none;
    }
    .title-healthkit  {
        font-size: 20px;
        text-align: left;
        margin-top: 10px;
        margin-bottom: 7px;
        line-height: 25px;
        width: 100%;
    }
    .container-content-healthkit p{
        margin-top: 5px;
        line-height: 19px;
        font-size: 17px;
        font-family: 'Source Sans Pro';
    }
    .masthead {
        height: 100% !important;
    }
    .alert #content {
        padding-top: 0px;
        padding-left: 25px;
    }
    .map{
        margin-top:20px;
    }

    .markers .first-marker {
        margin-left: 154px;
        margin-top: 72px;
    }
    .map .inner a {
        font-size: 17px!important;
    }

    .map .markers, .map .inner {
        width: auto !important;
        text-align: left;
        padding: 12px 0;
    }
    .inner-link-mobile{
        width: 100%;
        line-height: 19px;
        text-decoration: underline;
        font-size: 17px;
        margin:  0 auto;
        margin-bottom: 20px;
    }

    .inner-content{
        margin-top: 5px;
        line-height: 19px;
        font-size: 17px;
        font-family: 'Source Sans Pro';
    }
    .publications__link {
        background-size: 50px 50px;
        background-repeat: no-repeat;
        width: 50px;
        height: 50px;
    }
    .download{
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    .panel-wrapper{
        padding-top: 0;
    }
    .header .inner, .header .section {
        padding: 0
    }

    .header--home .header__logo {
        position: absolute;
        top: 100%;
        margin-top: 20px;
        left: 20px
    }
    .publications__item-first{
        padding-top: 100px;
        padding-bottom: 25px;
    }
    .publications__title_alert{
        margin-bottom: 5px;
    }
    .publications__logo_alert_bottom{
        width: 88px;
        height: 30px;
        background-size: 88px 30px;
        margin: 0 auto;
    }
    .block-list__title {
        margin-bottom: 7px;
        font-size: 24px;
        line-height: 30px
    }

    .header--home {
        position: relative;
        top: 0;
        height: auto
    }
    .header--home .header__nav {
        float: none;
        margin-top: 0;
        background: #444
    }
    .masthead {
        min-height: 0;
        height: auto
    }
    .masthead__content {
        bottom: 0;
        left: 0;
        text-align: center;
    }
    .masthead__play-wrapper {
        margin-bottom: 10px;
        height: 56px
    }
    .masthead__play {
        -webkit-transform: scale(0.56);
        transform: scale(0.56);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0
    }
    .masthead__title_alert {
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        font-weight: 300;
        transform: scaleY(1.002);
        width: 90%;
        margin: 0 auto;
    }
    .masthead__title {
        font-size: 24px;
        margin-bottom: 0px
    }
    .masthead__subtitle_alert {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 26px
    }
    .header--home .logo {
        background-image: url("../../img/sprite.png");
        background-position: -345px 0px;
        background-size: 504px 304px;
        background-repeat: no-repeat;
        width: 159px;
        height: 29px
    }
    .header--home .nav__inner {
        overflow: hidden;
        max-height: 0;
        transition: max-height .3s
    }
    .header--home .nav__item {
        display: block;
        margin-left: 0;
        border-bottom: 1px solid #575757;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 5px;
        font-size: 18px;
        line-height: 60px
    }

    .header--home .nav__item:last-child {
        border: none
    }
    .header--home .nav__link {
        display: block
    }
    .download__button {
        margin-left: 6px;
        padding: 10px;
        height: 29px
    }
    .download__button:before {
        height: 29px
    }
    .download__button--app-store {
        width: 105px
    }
    .download__button--google-play:before {
        background-image: url("../../img/sprite.png");
        background-position: -345px -39px;
        background-size: 504px 304px;
        background-repeat: no-repeat;
        width: 117px;
        height: 29px
    }
    .download__button--app-store:before {
        background-image: url("../../img/sprite.png");
        background-position: -177px -57px;
        background-size: 504px 304px;
        background-repeat: no-repeat;
        width: 105px;
        height: 32px
    }
    .users {
        margin-left: -20px;
        margin-right: -20px;
        border: none
    }
    .users-group {
        height: 159px;
        border-color: #fff;
        background-position: 50% 50%;
        background-size: cover
    }
    .users-group:before {
        background: rgba(0, 0, 0, 0.5)
    }
    .download__button--google-play {
        width: 117px
    }

    .coming-soon{
        background-size: 107px 25px ;
        width: 107px;
        height: 25px;
        margin: 0 auto;
        margin-top: 15px;
    }

    .section__content .container .container-content {
        padding-bottom: 25px;
    }

    .slider-alert{
        background-image: url('../../img/alert/foreground.png');
        background-size: 100% 100%;
    }

}

@media (min-width: 767px) and (max-width: 960px) {
    .container-healthkit{
        width: 315px;
        margin-right: 0px;
    }
    #healthkit .container {
        width: 54%;
    }
    .container-content-healthkit p{
        font-size: 21px;
    }
    #healthkit{
        padding-top: 50px;
    }
    .healthkit-icon{
        background-size: 301px 403px;
        width: 301px;
        height: 403px;
    }
    .healthkit-icon{
        left: 10px;
    }
    .container-content-healthkit p{
        font-size: 20px;
        line-height: 21px;
    }
}
@media (min-width: 961px) and (max-width: 1180px) {
    .container-healthkit{
        width: 335px;
    }
    #healthkit .container {
        width: 52%;
    }
    .container-content-healthkit p{
        font-size: 21px;
    }
    #healthkit{
        padding-top: 60px;
    }
    .healthkit-icon{
        background-size: 321px 423px;
        width: 321px;
        height: 423px;
    }
}


@media (min-width: 768px) and (max-width: 959px) {

    .home .inner {
        padding-left: 40px;
    }
    .inner {
        padding-right: 20px;
        max-width: 1200px;
        width: auto;
    }
    .masthead {
        min-height: 650px
    }
    .masthead__play-wrapper {
        margin-bottom: 40px;
        height: 80px
    }
    .masthead__play {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0
    }
    .masthead__title_alert {
        font-size: 44px
    }
    .masthead__subtitle_alert {
        margin-bottom: 30px;
        font-size: 28px;
        line-height: 36px
    }
    .users {
        margin-left: -40px;
        margin-right: -40px;
        border-width: 1px 0
    }

    .safety-net__item {
        width: 50%
    }
    .safety-net__item:nth-child(2n+1) {
        padding-right: 20px
    }
    .safety-net__item:nth-child(2n+2) {
        margin-left: 0;
        padding-left: 20px
    }
    .publications__item {
        padding-bottom: 0;
        border-width: 0 !important
    }
    .publications__item:nth-child(n+2) {
        padding-right: 20px;
        padding-left: 20px
    }
    .publications__title {
        font-size: 34px
    }
}

@media (max-width: 959px) {
    .header {
        position: absolute
    }
    .zoom-out__image {
        display: none
    }
    .zoom-out__image_alert {
        display: none
    }
    .users-group--teens {
        background-image: url("../../img/usersgroup/teens.jpg")
    }

    .users-group--adults {
        background-image: url("../../img/usersgroup/adults.jpg")
    }

    .users-group--moms {
        background-image: url("../../img/usersgroup/moms.jpg")
    }

    .users-group--type-2 {
        background-image: url("../../img/usersgroup/type2.jpg")
    }

}

@media (min-width: 767px) and (max-width: 1025px) {

    .markers .first-marker {
        margin-left: 113px;
        margin-top: 250px !important;
    }
    .markers .second-marker {
        margin-left:-8px;
        margin-top: 607px !important;

    }
    .markers .third-marker {
        margin-left: 138px;
        margin-top: 360px !important;
    }

    .map .inner .inner-title {
        font-size: 26px;
        padding-bottom: 20px;
    }

    .map .inner .inner-content {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .map .inner a {
        font-size: 18px;
    }

    .map .inner a img {
        height: 15px;
    }

    .markers .pulsar {
        left: 127px;
        top: 344px;
    }

}

@media (min-width: 960px) {
    .zoom-out__image {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2)
    }

    .is-playing .zoom-out__image {
        -webkit-animation-name: zoom-out;
        animation-name: zoom-out;
        -webkit-animation-duration: 20s;
        animation-duration: 20s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
    .is-playing .zoom-out__image_alert {
        -webkit-animation-name: zoom-out;
        animation-name: zoom-out;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
}

@media (min-width: 1025px) and (max-width: 1281px) {
    .markers .first-marker {
        margin-left: 145px;
    }
    .markers .second-marker {
        margin-left: 150px;

    }
    .markers .third-marker {
        margin-left: -12px;
    }
    .markers .pulsar {
        left: 177px;
        top: 461px;
    }
}

@media (min-width: 1281px) and (max-width: 1440px) {

    .markers .first-marker {
        margin-left: 217px;
    }
    .markers .second-marker {
        margin-left: -50px;

    }
    .markers .third-marker {
        margin-left: -9px;
    }

    .markers .pulsar {
        left: 218px;
        top: 459px;
    }

}

@media (min-width: 1441px) and (max-width: 1680px) {
    .watch-graph{
        background-size: 400px 242px;
        width: 400px;
        height: 242px;
    }
    .markers img {
        height: auto;
    }

    .markers .first-marker {
        margin-left: 188px;
    }
    .markers .second-marker {
        margin-left: 196px;

    }
    .markers .third-marker {
        margin-left: -24px;
    }

    .markers .pulsar {
        left: 248px;
        top: 456px;
    }

}

@media (min-width: 1681px) and (max-width: 1920px) {
    .watch-graph{
        background-size: 430px 242px;
        width: 430px;
        height: 242px;
    }
    .markers img {
        height: auto;
    }
    .markers .first-marker {
        margin-left: 221px;
    }
    .markers .second-marker {
        margin-left: 231px;

    }
    .markers .third-marker {
        margin-left: -20px;
    }

    .markers .pulsar {
        left: 324px;
        top: 162px;
    }
}
@media (max-width: 1440px) and (min-width: 768px){
    .box {
        width: 25%;
    }
    .publications__box{
        background-size: 270px 200px;
        width: 270px;
        height: 200px;

    }
}

@media (max-width: 1440px) and (min-width: 768px){
    .masthead__subtitle_alert{
        width:  60%;
    }

}
@media (max-width: 1343px) and (min-width: 1024px){
    .iphone-calls{
        background-size: 457px 651px;
        bottom:  -256px;
    }
    .iphone-purchase{
        background-size: 943px 382px;
        width: 943px;
        height: 382px;
    }
    .watch-graph {
        background-size: 339px 232px;
        width: 339px;
        height: 232px;
    }
    .watch-icon{
        margin-right: 75px;
    }
}

@media (max-width: 1024px) and (min-width: 768px){
    .image {
        background-image: url("../../img/alert/header_man_with_flower_medium.png");
    }
    .markers-content{
        padding-left: 25px;    
    }
    .map .inner-content {
        width: 100%;
        font-size: 18px;
    }
    .markers-content > .inner-content {
        line-height: 23px;
    }
    .watch-icon{
        margin-right: 60px;
    }
    .iwatch{
        padding-left: 30px;
    }
    .watch-description{
        margin-top: 120px;
    }
    .iphone-position{
        width: 373px;
        height: 560px;
        background-size: 373px 560px;
        bottom:  -0px;
    }
    .iwatch-bg{
        background-size: 738px 666px;
        height: 666px;
    }
    .iphone-purchase{
        background-size: 943px 382px;
        width: 943px;
        height: 382px;
    }
    .alert #content{
        padding-top: 70px;
    }
    .map{
        height: 1166px;
    }
    .map .inner {
        margin-top: 100px;
        padding-top:  0;
    }
    .iphone-calls{
        width: 457px;
        height: 651px;
        background-size: 457px 651px;
        bottom: -105px;
    }
    .marker-content{

    }
    .markers{
        background-size: 100% 790px;
        background-position: top;
    }

}
@media (min-width: 1921px) and (max-width: 2560px) {

    .alert .header .inner,
    .alert .masthead .inner{
        max-width: 2000px!important;
    }

    .markers img {
        height: auto;
    }

    .markers .first-marker {
        margin-left: 303px;
    }
    .markers .second-marker {
        margin-left: 322px;

    }
    .markers .third-marker {
        margin-left: -2px;
    }

    .markers .pulsar {
        left: 456px;
        top: 193px;
    }

}

@media
all and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 768px),
all and (-o-min-device-pixel-ratio: 3/2) and (min-width: 768px),
all and (min--moz-device-pixel-ratio: 1.5) and (min-width: 768px),
all and (min-device-pixel-ratio: 1.5) and (min-width: 768px) {
    .masthead__play {
        background-image: url("../../img/sprite-2x.png")
    }
    .container-content-healthkit p{
        font-size: 21px;
    }
    .healthkit-icon{
        background-image: url("../../img/alert/healthkit/iphone@2x.png");
        background-size: 341px 443px;
        background-repeat: no-repeat;
        width: 344px;
        height: 443px;
    }
    .heart-icon{
        background-image: url("../../img/alert/healthkit/healthkit_icon@2x.png");
        background-size: 66px 66px;
    }
}

@media
all and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5),
all and (max-width: 767px) and (-o-min-device-pixel-ratio: 3/2),
all and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.5),
all and (max-width: 767px) and (min-device-pixel-ratio: 1.5) {
    .header--home .logo {
        background-image: url("../../img/sprite-2x.png")
    }
    .download__button--google-play:before {
        background-image: url("../../img/sprite-2x.png")
    }
    .download__button--app-store:before {
        background-image: url("../../img/sprite-2x.png")
    }
    .healthkit-icon{
        background-image: url("../../img/alert/healthkit/iphone@2x.png");
        background-size: 341px 443px;
        width: 344px;
        height: 443px;
    }
    .heart-icon{
        background-image: url("../../img/alert/healthkit/healthkit_icon@2x.png");
        background-size: 66px 66px;
    }
}

@media
all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3/2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
    .container-content-healthkit p{
        /*font-size: 21px;*/
        font-size: 17px;
    }
    .social__link--twitter-alert:before {
        background-image: url("../../img/alert/sprite-2x/social__link--twitter-2x.png");
        background-size: 26px 21px;
        background-repeat: no-repeat;
    }
    .logo {
        background-image: url("../../img/sprite-2x.png")
    }
    .header--home .logo {
        background-image: url("../../img/sprite-2x.png")
    }
    .download__button--app-store:before {
        background-image: url("../../img/sprite-2x.png")
    }
    .download__button--google-play:before {
        background-image: url("../../img/sprite-2x.png")
    }
    .add-icon{
        background-image: url("../../img/alert/sprite-2x/add-icon-2x.png") ;
        background-repeat: no-repeat;

    }
    .healthkit-icon{
        background-image: url("../../img/alert/healthkit/iphone@2x.png");
        background-size: 341px 443px;
        background-repeat: no-repeat;
        width: 344px;
        height: 443px;
    }
    .heart-icon{
        background-image: url("../../img/alert/healthkit/healthkit_icon@2x.png");
        background-size: 66px 66px;
    }
    .tap-icon{
        background-image: url("../../img/alert/sprite-2x/tap-icon-2x.png") ;
        background-repeat: no-repeat;
    }

    .logo-alert-main {
        background-image: url("../../img/alert/sprite-2x/header-logo-75-2x.png");
        background-size: 75px 75px;
        background-repeat: no-repeat;
        width: 75px;
        height: 75px;
    }
    element.style {
        display: inline;
    }
    .logo-alert, .logo-alert-pages {
        background-image: url("../../img/alert/sprite-2x/header-logo-small-48-2x.png");
        background-repeat: no-repeat;
        background-size: 48px 48px;
        width: 48px;
        height: 48px;

    }
    .iphone-position{
        background-image: url("../img/iwatch-iphone-icon.png") ;
        background-repeat: no-repeat;
    }
    .publications__link {
        background-image: url('../../img/alert/sprite-2x/iTunesArtworkBack.png');
    }
    .social__link--facebook-alert:before {
        background-image:  url("../../img/alert/sprite-2x/social__link--facebook-2x.png");
        background-size: 12px 24px;
    }
}
@media only screen and (max-width: 768px) {
    .iwatch-content{
        padding-top: 35px;
    }
    .watch-graph{
        background-image: url("../img/watch-graph-mobile.png");
        background-size: 100% 123px;
        width: 100%;
        height: 123px;
        top: 40px;
    }
    .iwatch {
        padding-left: 0;
    }
    .watch-icon{
        float: none;
        background-size: 112px 203px;
        width: 112px;
        height: 203px;
        margin: 0 auto;
        position: relative;
        z-index: 10;
    }
    .watch-description{
        width: 100%;
        margin-top: 0;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .container-healthkit{
        display: none;
    }
    #healthkit .container{
        padding-top: 15px;
    }

    .hidden-xs{
        display: none;
    }
    .logo-alert-main {
        background-image: url("../../img/alert/header-logo-small.png");
        background-size: 46px 46px;
        background-repeat: no-repeat;
        width: 46px;
        height: 46px;
    }
    .slider-alert li div.left,
    .slider-alert .slider-alert-wrapper .slider-alert-arrow {
        display: none !important;
    }
    .slider-alert li div.right {
        width: 100%;
    }
    .slider-alert li div.right img{
        width: 15px;
        height: 15px;
    }
    .slider-alert {
        padding: 8.4% 0 9.4% 0;
        height: 257px;
    }
    .slider-alert li div.right p {
        text-align: left;
        font-size: 16px;
        font-weight: 300;
        line-height: 17px;
        color: #ffffff;
    }
    .slider-alert li div.right p + p{
        font-size: 17px;
        font-weight: 400;
    }
    .device{
        display: inline-block;
    }
    .iphone-calls{
        display: none;
    }
    .markers-content{
        width: 90%;
    }
    .masthead__title_alert .device{
        width: 85%;
        font-size: 24px;
    }
    .masthead__subtitle_alert{
        display: none;
    }

    .download a img{
        background-size: 117px 40px;
        width: 117px;
        height: 40px;
        margin: 0 3px;
    }
    .block-list-image{
        background-size: 69px 69px;
        width: 69px ;
        height: 69px ;
    }
    .contacts-icon,.iphone-purchase {
        display: none;
    }

    .markers{
        background-image: url("../../img/alert/mobile-map.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: top;
        height: 207px;
    }

    .premium-description{
        width: 100%;
        padding-right: 0;
    }
    .box{
        float: none;
    }

    .publications__box{
        margin: 0 auto;
        margin-top: 20px;
        background-size: 200px 153px;
        background-repeat: no-repeat;
        width: 200px;
        height: 153px;
    }

    .block-list__title_alert{
        font-size: 20px;
        text-align: left;
        margin-top: 10px;
        margin-bottom: 7px;
        line-height: 25px;
        width: 100%;
    }
    .title-healthkit{
        font-size: 20px;
        text-align: left;
        margin-top: 10px;
        margin-bottom: 7px;
        line-height: 25px;
        width: 100%;
    }
    .publications__title_alert{
       text-align: left;
    }
    .block-list__description{
        font-size: 17px;
        line-height: 19px;
    }
    .container-content p{
        width: 100%;
        font-size: 16px;
        margin-top: 10px;
        line-height: 18px;
    }

    .publications__logo_google-play, .publications__logo_app-store {
        background-size: 97px 33px;
        width: 97px ;
        height: 33px;
    }
    .user-icon{
        margin: 0 auto;
        background-size: 48px 48px;
        width: 48px;
        height: 48px;
    }
    .call-uber{
        position: relative;
        height: 550px;
    }

    .inner-call{
        margin-top: 50px;
        width: 100%;
        position: absolute;
        bottom: 50px;

    }
    .inner-title-uber{
        font-size: 20px;
        text-align: left;
        margin: 30px 0 15px;
    }
    .inner-content-uber{
        font-size: 17px;
        text-align: left;
        padding-right: 0;
        line-height: 20px;
    }
    .masthead__subtitle_alert_mobile{
        font-family: 'Source Sans Pro';
        display: block;
        background: #f0eeeb;
        width: auto;
        padding: 30px 20px;
        font-size: 18px;
        text-align: center;
    }

    .map .block-list__title_alert{
        text-align: center;
        width: 70%;
        margin: 0 auto;
    }
    .map .inner-content{
        width: 92%;
        text-align: justify;
        font-size: 17px;
        line-height: 17px;
        margin: 0 auto;
    }
    .map .inner{
        height: auto;
        text-align: center;
    }
    .markers-content-mobile{
        display: block;
        margin-top: 20px ;
        margin-bottom: 20px ;
        padding: 0 20px;
    }
    .markers-content{
        display: none;
    }
    .download a{
        margin-right: 0;
    }
    .icons{
        text-align: center;
    }
}

@media (max-width: 380px){
    .logo-alert-main {
        background-image: url("../../img/alert/sprite-2x/header-logo-75-2x.png");
        background-size: 46px 46px;
        background-repeat: no-repeat;
        width: 46px;
        height: 46px;
    }
}
