@font-face {
    font-family: 'Lato';
    src: url('https://sjcam.ru/upload/landing/fonts/Lato-Light.eot');
    src: url('https://sjcam.ru/upload/landing/fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
    url('https://sjcam.ru/upload/landing/fonts/Lato-Light.woff2') format('woff2'),
    url('https://sjcam.ru/upload/landing/fonts/Lato-Light.woff') format('woff'),
    url('https://sjcam.ru/upload/landing/fonts/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('https://sjcam.ru/upload/landing/fonts/Lato-Thin.eot');
    src: url('https://sjcam.ru/upload/landing/fonts/Lato-Thin.eot?#iefix') format('embedded-opentype'),
    url('https://sjcam.ru/upload/landing/fonts/Lato-Thin.woff2') format('woff2'),
    url('https://sjcam.ru/upload/landing/fonts/Lato-Thin.woff') format('woff'),
    url('https://sjcam.ru/upload/landing/fonts/Lato-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('https://sjcam.ru/upload/landing/fonts/Lato-Medium.eot');
    src: url('https://sjcam.ru/upload/landing/fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'),
    url('https://sjcam.ru/upload/landing/fonts/Lato-Medium.woff2') format('woff2'),
    url('https://sjcam.ru/upload/landing/fonts/Lato-Medium.woff') format('woff'),
    url('https://sjcam.ru/upload/landing/fonts/Lato-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('https://sjcam.ru/upload/landing/fonts/Lato-Regular.eot');
    src: url('https://sjcam.ru/upload/landing/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('https://sjcam.ru/upload/landing/fonts/Lato-Regular.woff2') format('woff2'),
    url('https://sjcam.ru/upload/landing/fonts/Lato-Regular.woff') format('woff'),
    url('https://sjcam.ru/upload/landing/fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('https://sjcam.ru/upload/landing/fonts/Lato-Black.eot');
    src: url('https://sjcam.ru/upload/landing/fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),
    url('https://sjcam.ru/upload/landing/fonts/Lato-Black.woff2') format('woff2'),
    url('https://sjcam.ru/upload/landing/fonts/Lato-Black.woff') format('woff'),
    url('https://sjcam.ru/upload/landing/fonts/Lato-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

.landing {
    font-family: Lato, sans-serif
}

.landing b {
    font-family: Lato, sans-serif
}

.wrapper {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
    .wrapper {
        max-width: 1170px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 1441px) {
    .wrapper {
        max-width: 1375px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper {
        max-width: none;
        overflow: hidden;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.top-section {
    position: relative;
}

.top-section .top-part img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

@media (min-width: 768px) {
    .top-section {
        background-size: cover;
    }

    .top-section.model-1 {
        background-image: url("https://sjcam.ru/upload/landing/top-bg-1.jpg");
    }

    .top-section.model-2 {
        background-image: url("https://sjcam.ru/upload/landing/top-bg-2.jpg");
    }

    .top-section .top-part {
        position: absolute;
        top: 57%;
        padding: 0 15px;
    }

    .top-section .top-part-l {
        right: 50%;
    }

    .top-section .top-part-r {
        left: 50%;
    }

    .top-section .image-banner-mobile {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-section {
        height: 595px;
    }

    .top-section .top-part-r {
        padding-left: 60px;
    }
}

@media (min-width: 992px) {
    .top-section {
        height: 795px;
    }

    .top-section .top-part-r {
        padding-left: 150px;
    }
}

.top-section .top-part {
    color: #fff;
}

@media (max-width: 767px) {
    .top-section .top-part {
        position: relative;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .top-section .top-part {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .top-section .top-part {
        width: 100%;
    }
}

.landing img {
    height: auto;
    max-width: 100%;
}

.top-section .top-part-inner {
    top: 57%;
    width: 100%;
}

@media (max-width: 767px) {
    .top-section .top-part-inner {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
        padding: 0 15px;
    }
}

@media (min-width: 768px) {
    .top-section .top-part-inner {
        position: relative;
        bottom: initial;
        left: initial;
        -webkit-transform: none;
        transform: none;
        text-align: center;
        padding: 0;
    }
}

.top-section .title {
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 10px;
}

@media (max-width: 539px) {
    .top-section .title {
        font-size: 36px;
    }

    .top-section .title > span {
        font-size: 50px;
    }
}

@media (min-width: 540px) and (max-width: 1199px) {
    .top-section .title {
        font-size: 54px;
    }

    .top-section .title > span {
        font-size: 84px;
    }
}

@media (min-width: 1200px) {
    .top-section .title {
        font-size: 84px;
    }

    .top-section .title > span {
        font-size: 165px;
    }

    .top-section .title >span::before {
        top: 24px;
        left: 4px;
    }
}

.top-section .title > span {
    position: relative;
    z-index: 1;
}

.top-section .title >span::before {
    position: absolute;
    display: block;
    z-index: -1;
    color: #e50e15;
    content: attr(data-text);
}

@media (max-width: 1199px) {
    .top-section .title >span::before {
        top: 9px;
        left: 3px;
    }
}

.top-section .sub-title {
    display: block;
    font-size: 22px;
    font-weight: 300;
}

@media (min-width: 540px) and (max-width: 767px) {
    .top-section .sub-title {
        max-width: none;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .top-section .sub-title {
        max-width: none;
        margin: 0;
    }
}

@media (max-width: 639px) {
    .feature-section {
        padding: 65px 0 0;
    }
}

@media (min-width: 640px) {
    .feature-section {
        padding: 95px 0 65px;
    }
}

.feature-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.feature-section ul li {
    float: left;
    margin: 0 0 65px 0;
    letter-spacing: 1px;
    min-height: 1px;
}

@media (max-width: 639px) {
    ul.features-list li {
        width: 50%;
    }
}

@media (min-width: 640px) {
    ul.features-list li {
        width: 25%;
    }
}

ul.features-list li a {
    display: block;
    color: #010101;
    outline: 0;
    text-decoration: none;
    -webkit-transition: .2s cubic-bezier(.5,.15,.17,1);
    transition: .2s cubic-bezier(.5,.15,.17,1);
}

.landing .display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.feature-section ul .display-table {
    height: 70px;
}

.landing .display-table .display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

ul.features-list li svg {
    display: block;
    width: auto;
    margin: 0 auto;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .8s cubic-bezier(.5,.15,.17,1);
    transition: .8s cubic-bezier(.5,.15,.17,1);
    fill: #e50e15;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}

@media (max-width: 639px) {
    ul.features-list li svg {
        height: 40px;
    }
}

@media (min-width: 640px) {
    ul.features-list li svg {
        height: 65px;
    }
}

.feature-section ul p {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .8s cubic-bezier(.5,.15,.17,1) .2s;
    transition: .8s cubic-bezier(.5,.15,.17,1) .2s;
    opacity: 1;
    text-transform: uppercase;
    text-align: center;
    margin: 15px 0 0 0;
    font-size: 18px;
    font-weight: 300;
}

@media (max-width: 639px) {
    ul.features-list li p {
        font-size: 11.2px;
    }
}

@media (min-width: 640px) {
    ul.features-list li p {
        font-size: 16px;
    }
}

.feature-section ul p b {
    display: block;
    font-weight: 600;
}

.sp-section, .sp-section-rel {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sp-section-one {
    padding: 65px 0;
}

@media (min-width: 992px) {
    .sp-section-one {
        padding-top: 100px;
    }
}

.sp-section-one .div-holder {
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .sp-section-one .div-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.landing .text-section {
    text-align: center;
}

@media (min-width: 768px) {
    .sp-section-one .div-holder > .text-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50%;
        padding: 0 6.5%;
    }
}

.landing .slide-up {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 1s cubic-bezier(.5,.15,.17,1);
    transition: 1s cubic-bezier(.5,.15,.17,1);
    opacity: 1;
}

.landing .text-section header {
    background: 0 0;
    text-transform: uppercase;
    display: block;
    margin: 0 0 25px 0;
    font-size: 27px;
    font-weight: 300;
}

.sp-section header svg, .sp-section-rel header svg {
    margin-bottom: 30px;
}

.sp-section h2, .sp-section-rel h2 {
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.1;
    color: inherit;
    margin: 0 0 10px;
}

@media (max-width: 991px) and (min-width: 481px) {
    .sp-section h2, .sp-section-rel h2 {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .sp-section h2, .sp-section-rel h2 {
        font-size: 27px;
    }
}

@media (min-width: 992px) {
    .sp-section h2, .sp-section-rel h2 {
        font-size: 45px;
    }
}

.landing .row {
    margin-right: -15px;
    margin-left: -15px;
}

.landing .row:after, .landing .row:before {
    display: table;
    content: " ";
}

.landing .row:after {
    clear: both;
}

.landing .col-xs-4 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 33.33333333%;
}

.sp-section-one .video-title-holder p {
    text-align: center;
    margin: 0 0 10px;
}

@media (max-width: 480px) {
    .sp-section-one .video-title-holder p {
        font-size: 12px;
    }
}

@media (min-width: 481px) {
    .sp-section-one .video-title-holder p {
        font-size: 14px;
    }
}

.sp-section-one .video-holder {
    margin-bottom: 50px;
}

.landing .col-xs-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.video-section {
    position: relative;
}

@media (max-width: 767px) {
    .sp-section-one .video-section {
        margin: 0 -15px;
    }
}

@media (min-width: 768px) {
    .video-section {
        margin-top: 10px;
    }
}

.video-section video {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

@media (min-width: 768px) {
    .sp-section .full-holder, .sp-section-rel .full-holder {
        width: 50%;
    }

    .sp-section-rel--content-right .full-holder {
        margin-right: 0;
        margin-left: auto;
    }

    .sp-section-one .full-holder {
        padding: 180px 0;
        color: initial;
    }
}

@media (max-width: 767px) {
    .sp-section-one .full-holder {
        padding: 50px 0;
        color: #fff;
    }
}

.sp-section .full-holder, .sp-section-rel .full-holder {
    text-align: center;
}

.sp-section .full-holder p, .sp-section-rel .full-holder p {
    font-size: 18px;
    font-weight: 300;
    max-width: 315px;
    margin: 0 auto;
}

.landing *:not(.wrapper) {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.landing {
    overflow: hidden;
}

@media (min-width: 768px) {
    .sp-section .section-container {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 100%;
    }
}

@media (max-width: 767px) {
    .sp-section .section-container {
        position: relative;
    }
}

.sp-section .section-container {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 1441px) {
    .sp-section .section-container {
        width: 1375px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
    .sp-section .section-container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .sp-section .section-container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
    .sp-section-two .full-holder {
        padding: 65px 0;
    }
}

@media (min-width: 992px) {
    .sp-section-two .full-holder {
        padding: 65px 12%;
    }
}

@media (min-width: 768px) {
    .sp-section .full-holder {
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .sp-section--content-right .full-holder {
        right: 0;
    }
}

.sp-section-two .background-wrapper {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slide-left-up {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: 1s cubic-bezier(.5,.15,.17,1);
    transition: 1s cubic-bezier(.5,.15,.17,1);
    opacity: 1;
}

.sp-section-two .background-wrapper img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.sp-section--white, .sp-section-rel--white {
    color: #fff;
}

.sp-section-three {
    padding: 65px 0 0 0;
}

@media (min-width: 992px) {
    .sp-section-three {
        padding-top: 130px;
    }
}

@media (min-width: 768px) {
    .sp-section-three .full-holder {
        position: absolute;
        bottom: 130px;
        width: 33%;
        float: left;
    }
}

.sp-section-three .item-image-laptop {
    height: auto;
    max-width: 100%;
}

@media (min-width: 1650px) {
    .sp-section-three .item-image-laptop {
        left: 20%;
    }
}

@media (max-width: 767px) {
    .sp-section-three .item-image-laptop {
        display: none;
    }
}

@media (min-width: 768px) {
    .sp-section-three .item-image-laptop {
        display: block;
        position: relative;
        top: -50px;
        z-index: 1;
        float: right;
        width: 35%;
    }
}

.sp-section-three .item-image-hand {
    vertical-align: top;
    height: auto;
    max-width: 100%;
    margin-top: 65px;
}

@media (max-width: 767px) {
    .sp-section-three .item-image-hand {
        padding: 0 10%;
    }
}

@media (min-width: 768px) {
    .sp-section-three .item-image-hand {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 0;
        width: 65%;
    }
}

.sp-section-three .wrapper:before,
.sp-section-three .wrapper:after {
    display: table;
    content: " ";
}

.sp-section-three .wrapper:after {
    clear: both;
}

.sp-section-four {
    padding: 65px 0;
}

.sp-section-four img {
    height: auto;
    max-width: 100%;
}

@media (max-width: 767px) {
    .sp-section-four .full-holder {
        margin-top: 40px;
    }
}

@media (min-width: 768px) {
    .sp-section-four .full-holder {
        margin-top: 0;
        padding-bottom: 15%;
        width: 40%;
    }
}

@media (max-width: 767px) {
    .sp-section-five > .wrapper {
        padding-top: 65px;
    }
}

@media (min-width: 768px) and (max-width: 1649px) {
    .sp-section-five > .wrapper {
        padding-top: 170px;
        padding-bottom: 100px;
    }
}

@media (min-width: 1650px) {
    .sp-section-five > .wrapper {
        padding-top: 200px;
        padding-bottom: 270px;
    }
}

@media (min-width: 768px) {
    .sp-section-five .full-holder {
        padding-right: 18%;
    }
}

@media (max-width: 767px) {
    .sp-section-five .full-holder header {
        padding: 0 15%;
    }
}

@media (min-width: 768px) {
    .sp-section-five .full-holder header {
        padding: 0;
    }
}

.sp-section-five .item-image {
    vertical-align: top;
    margin-top: 65px;
    height: auto;
    max-width: 100%;
}

@media (max-width: 767px) {
    .sp-section-five .item-image {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .sp-section-five .item-image {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (min-width: 768px) and (max-width: 1649px) {
    .sp-section-five .item-image {
        width: 25%;
    }
}

@media (min-width: 1650px) {
    .sp-section-five .item-image {
        width: 30%;
    }
}

.sp-section-six {
    overflow: initial;
    padding: 65px 0;
}

@media (min-width: 1650px) {
    .sp-section-six {
        padding-top: 160px;
    }
}

.sp-section-six > .section-container {
    z-index: 1;
}

.sp-section-six .item-image-device {
    display: block;
    height: auto;
}

@media (max-width: 767px) {
    .sp-section-six .item-image-device {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .sp-section-six .item-image-device {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .sp-section-six .item-image-device {
        margin: 0 0 0 10%;
    }
}

@media (min-width: 768px) and (max-width: 1649px) {
    .sp-section-six .item-image-device {
        max-width: 50%;
    }
}

@media (min-width: 1650px) {
    .sp-section-six .item-image-device {
        max-width: 60%;
    }
}

.sp-section-six .item-image-hand {
    position: absolute;
    z-index: 1;
    left: 0;
    max-width: 100%;
}

@media (max-width: 767px) {
    .sp-section-six .item-image-hand {
        bottom: -50px;
        height: 45%;
    }
}

@media (min-width: 768px) {
    .sp-section-six .item-image-hand {
        height: 75%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .sp-section-six .item-image-hand {
        bottom: -100px;
    }
}

@media (min-width: 1200px) {
    .sp-section-six .item-image-hand {
        bottom: -150px;
    }
}

@media (max-width: 767px) {
    .sp-section-six .full-holder {
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .sp-section-six .full-holder {
        width: 30%;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .sp-section-seven {
        padding: 290px 0 250px 0;
    }
}

@media (max-width: 991px) {
    .sp-section-seven {
        padding: 65px 0;
    }
}

@media (min-width: 992px) {
    .sp-section-seven .full-holder {
        padding-right: 25%;
    }
}

.sp-section-seven .item-image {
    display: block;
    max-width: 100%;
}

@media (max-width: 767px) {
    .sp-section-seven .item-image {
        margin: 0 auto;
        width: 50%;
        height: auto;
    }
}

@media (min-width: 768px) {
    .sp-section-seven .item-image {
        position: absolute;
        right: 5%;
        bottom: 0;
        margin: initial;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sp-section-seven .item-image {
        width: auto;
        height: 100%;
    }
}

@media (min-width: 992px) {
    .sp-section-seven .item-image {
        width: auto;
        height: auto;
    }
}

.sp-section-seven > .wrapper {
    position: initial;
}

.sp-section-eight {
    padding: 65px 0;
}

@media (min-width: 1440px) {
    .sp-section-eight {
        margin-top: 90px;
    }
}

.sp-section-eight .logo-wrapper {
    text-align: center;
    margin-bottom: 60px;
}

.sp-section-eight .logo-wrapper img {
    height: auto;
    max-width: 100%;
}

.sp-section-eight .devices-wrapper {
    position: relative;
}

@media (max-width: 539px) {
    .sp-section-eight .devices-wrapper {
        padding: 100px 0;
    }
}

@media (min-width: 540px) {
    .sp-section-eight .devices-wrapper {
        padding: 0 0 100px 0;
    }
}

.sp-section-eight .list-devices {
    list-style: none;
    padding: 0;
    max-width: 880px;
    margin: 0 auto;
}

.sp-section-eight .list-devices::before,
.sp-section-eight .list-devices::after {
    display: table;
    content: " ";
}

.sp-section-eight .list-devices::after {
    clear: both;
}

.sp-section-eight .list-devices > li {
    text-align: center;
}

@media (max-width: 539px) {
    .sp-section-eight .list-devices > li {
        margin-bottom: 50px;
    }
}

@media (min-width: 540px) {
    .sp-section-eight .list-devices > li {
        float: left;
        width: calc((100% / 3) - 40px);
        margin: 0 20px;
    }
}

.sp-section-eight .list-devices > li img {
    height: auto;
    max-width: 100%;
}

.sp-section-eight .list-devices > li p {
    display: block;
    max-width: 230px;
    margin: 0 auto;
}

.sp-section-eight .list-devices > li p:last-child {
    font-size: 14px;
    font-weight: 300;
}

.sp-section-eight .list-devices > li .list-devices-title {
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 480px) {
    .sp-section-eight .list-devices > li .list-devices-title {
        font-size: 27px;
    }
}

@media (min-width: 481px) {
    .sp-section-eight .list-devices > li .list-devices-title {
        font-size: 30px;
    }
}

.sp-section-eight .devices-wrapper::after {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    background-color: #ebebeb;
}

@media (max-width: 539px) {
    .sp-section-eight .devices-wrapper::after {
        height: 100%;
    }
}

@media (min-width: 540px) {
    .sp-section-eight .devices-wrapper::after {
        height: 65%;
    }
}

@media (min-width: 768px) {
    .video-section {
        margin-top: 10px;
    }
}

.video-section video {
    width: 100%;
}

@media (max-width: 540px) {
    .sp-section-eight .devices-wrapper img {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .sp-section-video {
        margin: -65px -15px 0;
    }
}

.wow {
    visibility: hidden;
}

.hello-section {
    padding: 60px 0 0;
}

@media (max-width: 767px) {
    .hello-section {
        padding-top: 45px;
    }
}

.hello-section h2 {
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .hello-section h2 {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .hello-section h2 {
        font-size: 38px;
    }
}

.hello-section .img-hello {
    max-width: 600px;
    width: auto;
    margin: 0 auto;
}

.hello-section .img-hello img {
    display: block;
    width: auto;
    max-height: 500px;
    margin: 0 auto;
}



































