img.show {
    opacity: 1 !important;
    transition: .4s;
}
/* Begin welcome block styles */
#mc-welcome-wrapper {
    width: 100%;
    padding: 110px 0 0 30px;
    box-sizing: border-box;
    font-size: 0;
}
#mc-welcome {
    max-width: 1570px;
    margin: 0 0 0 auto;
}
#mc-welcome > div {
    display: inline-block;
    vertical-align: top;
}
#mc-welcome-content {
    width: 35%;
    padding: 0 23px 0 0;
    box-sizing: border-box;
}
#mc-welcome-image-wrapper {
    position: relative;
    top: -53px;
    width: 65%;
}
#mc-welcome-image-wrapper > img {
    display: none;
}
#content > #mc-welcome-wrapper #mc-welcome-content > h1 {
    display: block;
    width: 100%;
    font-size: 48px;
    font-weight: 600;
    line-height: 54px;
    color: #292f49;
}
#content.ko-lang > #mc-welcome-wrapper #mc-welcome-content > h1 {
	color: #17c0ff;
}
#content > #mc-welcome-wrapper #mc-welcome-content > h1 > span {
    display: inline-block;
    color: #17c0ff;
}
#content.ko-lang > #mc-welcome-wrapper #mc-welcome-content > h1 > span {
    color: #292f49;
}
.info {
    position: relative;
    display: block;
    max-width: 470px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #3e484c;
}
#mc-welcome-content > .info {
    margin: 30px 0 0;
    max-width: 430px;
}
#mc-welcome-content > .info + .info {
    margin: 24px 0 0;
}
.downloads-stats > * {
    display: inline-block;
    vertical-align: middle;
}
.downloads-stats > span {
    display: inline-block;
    padding: 0 0 0 8px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    color: #292f49;
}
#mc-welcome-content > .downloads-stats {
    margin: 40px 0 0;
}
#mc-welcome-content > .button-wrapper {
    margin: 50px 0 0;
}
.download-button {
    margin: 0 0 0 20px;
}
#mc-welcome-image {
    position: relative;
	top:110px;
}
#mc-welcome-image > img:not(:first-child),
#mc-welcome-image > div > img{
    position: absolute;
    width: 130px;
    border-radius: 6px;
    box-shadow: 7px 7px 20px rgba(130, 169, 182, .2);
    opacity: 0;
    transition: opacity .6s, width .3s, margin .3s;
}
#mc-welcome-image > div > img {
	width: auto;
}
#mc-welcome-image > img:not(:first-child):hover,
#mc-welcome-image > div > img:hover {
    width: 140px;
    margin: -5px -5px 0 0;
}
#mc-welcome-image > div > img:hover {
	width: auto;
}
img.top-fast,
#features-content img.top-fast {
    animation: fadein 1s,  top-move .9s;
    -webkit-animation: fadein 1s,  top-move .9s;
}
img.top {
    animation: top-move 1.2s;
    -webkit-animation: top-move 1.2s;
}
img.bottom {
    animation: bottom-move 1.2s;
    -webkit-animation: bottom-move 1.2s;
}
@keyframes top-move {
    0% {
        transform: translateY(-50%);
    }
    to {
        transform: translateY(0);
    }
}
@-webkit-keyframes top-move {
    0% {
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    to {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}
@keyframes bottom-move {
    0% {
        transform: translateY(50%);
    }
    to {
        transform: translateY(0);
    }
}
@-webkit-keyframes bottom-move {
    0% {
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
    }
    to {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    to {
        opacity: 1;
    }
}
#mc-welcome-image > .img-background {
    width: 100%;
    max-width: 1070px;
    animation: fadein 1s;
    -webkit-animation: fadein 1s;
}
#mc-welcome-image > img.img-1 {
    width: 124px;
    top: 129px;
    right: 781px;
    z-index: 1;
}
#mc-welcome-image > img.img-1:hover {
    width: 134px;
}
#mc-welcome-image > img.img-2 {
    width: 280px;
    top: 55px;
    right: 573px;
}
#mc-welcome-image > img.img-2:hover {
    width: 290px;
}
#mc-welcome-image > .img-3 {
    top: 19px;
    right: 421px;
}
#mc-welcome-image > .img-4 {
    top: -14px;
    right: 269px;
}
#mc-welcome-image > .img-5 {
    top: -14px;
    right: 117px;
}
#mc-welcome-image > .img-6 {
    top: 151px;
    right: 117px;
}
#mc-welcome-image > .img-7 {
    top: 254px;
    right: 725px;
}
#mc-welcome-image > .img-8 {
    top: 254px;
    right: 573px;
}
#mc-welcome-image > .img-9 {
	top: 300px;
    right: 421px;
}
#mc-welcome-image > .img-10 {
	top: 279px;
    right: 269px;
}
#mc-welcome-image > .img-11 {
	top: 271px;
    right: 117px;
}
#mc-welcome-image > div > .img-12 {
	top: 22px;
    right: 411px;
}
#mc-welcome-image > img.img-12{
	width:45px;
	box-shadow:none;
}
#mc-welcome-image > img.img-12:hover{
	width: 45px;
	margin: 0;
}
#mc-welcome-image > img.img-3:hover ~ div#new-label-img > span{
	/*width: 47px;*/
	margin: -5px -5px 0 0;
}

span.new-label-img-badge{
    background-color: #EC2626;
    position: absolute;
    top: 22px;
    right: 411px;
    width: auto;
    display: block;
    height: auto;
    text-align: center;
    border-radius: 3px/6px;
    font-size: 15px;
    vertical-align: middle;
    font-weight: 900;
    padding-top: 4px;
	padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
	color: #FFF;
	transition: opacity .6s, width .3s, margin .3s;
	-webkit-animation: top-move 1.2s;
}
span.new-label-img-badge:before {
    content: "";
    border: 3px solid transparent;
    border-left: 3px solid #770000;
    border-top: 3px solid #770000;
    position: absolute;
    top: 100%;
    right: 3px;
}


/*#mc-welcome-image > .new-text {
    position: absolute;
    width: 130px;
    border-radius: 6px;
    opacity: 0;
    transition: opacity .6s, width .3s, margin .3s;
    top: 2px;
    right: 421px;
    text-align: center;
    font-size: 10px;
    color: #EB5757;
    opacity: 1;
}*/
/* End welcome block styles */

/* Begin logos slider styles*/
#using-list-slider {
    width: 100%;
	margin: 112px auto 140px;
    padding: 0 30px;
    box-sizing: border-box;
}
#using-list-slider > h2 {
	text-align: center;
}
#using-list-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 1181px;
    margin: 40px auto 0;
    box-sizing: border-box;
    overflow: hidden;
}
#using-list-wrapper > .round-arrow {
    position: absolute;
    top: 21px;
}
#using-list-wrapper > .round-arrow.left {
    left: 0;
}
#using-list-wrapper > .round-arrow.right {
    right: 0;
}
#using-list {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
}
#using-list:before,
#using-list:after {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 20px;
    top: 0;
    z-index: 1;
}
#using-list:before {
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
}
#using-list:after {
    right: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
}
#using-list .owl-item > div {
    display: inline-block;
    height: 80px;
    width: 165px;
    padding: 10px;
    border: 1px solid #d0e2ea;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
#using-list .owl-item > div:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
#using-list img {
    display: inline-block;
    max-height: 100%;
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}
/* End logos slider styles */

/* Begin live video styles */
#live-videos-wrapper,
#mobile-streaming-wrapper {
    margin: 193px 0 0;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 0;
}
#live-videos-wrapper {
    margin: 0 0 0;
	position:relative;
}
#live-videos-wrapper > div > img{
	display:block;
	position:relative;
	width:100%;
	height:auto;
	max-width: 1240px;
	margin: 0 auto;
}
#live-videos-wrapper > div > img:hover{
	opacity:0.97;
}
#live-videos-wrapper > div > img.fall-promo-laptop,
#live-videos-wrapper > div > img.fall-promo-mobile{
	display: none;
}
#live-videos,
#mobile-streaming,
#subscribe-content {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6bd7ff+11,00b9ff+70 */
    background: #6bd7ff; /* Old browsers */
    background: -moz-linear-gradient(left, #6bd7ff 11%, #00b9ff 70%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #6bd7ff 11%, #00b9ff 70%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #6bd7ff 11%, #00b9ff 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6bd7ff', endColorstr='#00b9ff', GradientType=1); /* IE6-9 */
}

#live-videos{
    background:none;
	background-color: #175087;
}

#live-videos,
#mobile-streaming {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    border-radius: 30px;
}
#live-videos {
    position: relative;
    min-height: 400px;
	overflow:hidden;
}
#live-videos-content {
    position: relative;
	display: table;
    min-height: 410px;
	text-align:center;
	width:100%;
	box-sizing:border-box;
	padding-left: 20px;
	padding-right: 20px;
}
#live-videos-content:before{
	content: "";
	position:absolute;
	width:100%;
	height:100%;
	background-image: url(/images/new_design/hp-background_77.png);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	left:0;
	top:0;
}
#advantages-wrapper > #virtual-background-lazy-load > .colored-block{
	position: relative;
}
#live-videos-content > .new-icon-badge,
#advantages-wrapper > #virtual-background-lazy-load > .colored-block  > .new-icon-badge{
    position: absolute;
    top: 8px;
    right: 10px;
	padding: 11px 20px;
    color: #fff;
    font-weight: bold;
    font-family: Roboto;
    font-size: 16px;
    background: #EC2626;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 21px;
	z-index: 1;
}
#live-videos-content > img#promo-right,
#live-videos-content > img#promo-right-980{
    position: absolute;
    max-height: 100%;
    /*top: 0;*/
    bottom:0;
    z-index: 1;
    right: 0px;
}
#version-seven > img#promo-right{
    height: 100%;
}
#promo-right-980{
    display: none;
}

#version-seven,
#mobile-streaming-content {
    width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
}
#mobile-streaming-content > div {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
#video-wrapper {
    position: relative;
	display: table-cell;
	background-image: url('/images/new_home_page/live_video/desktop.png?v=1');
	border-radius: 30px;	
	background-repeat: no-repeat;
    /*
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    */
    width: 48%;
    max-width: 633px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	left: 0%;
}
#video-wrapper img {
    width: 104.3%;
    opacity: 0;
    transition: .3s;
}
#video-wrapper > img:first-child {
    display: none;
}
#video-wrapper > img:last-child {
    display: block;
}
#video-desc {
	display:table-cell;
    width: 54%;
    padding: 38px 25px 50px 47px;
    box-sizing: border-box;
    text-align: left;
}
#video-desc sup{
    font-size: 20px;
    vertical-align: top;
    line-height: 10px;
}
#live-videos-content > .homepage-main-banner-content > .homepage-main-banner-title{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 54px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom:24px;
}
#live-videos-content > .homepage-main-banner-content >.homepage-main-banner-list{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
}
#live-videos-content > .homepage-main-banner-content > .homepage-main-banner-list > ul > li:before{
	content: "★";
	color:#FFD929;
	margin-right: 7px;
}
#live-videos-content > div {
    vertical-align: middle;
}
#version-seven > div {
    vertical-align: bottom;
}
#video-desc > h2 {
    position:relative;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 54px;
    color: #fff;
}
#video-desc > h2 > span {
    display: inline-block;
}

#video-desc > .white-row {
	position:relative;
    display: block;
    width: 89%;
    background: #FFFFFF;
    border-radius: 10px 0 0 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 26px;
    padding-right: 10%;
    color: #01719A;
    margin-top:10px;
}

/*#version-seven.mac > #video-desc > .white-row.win{
    display: none;
}

#version-seven.win >  #video-desc > .white-row.mac{
    display: none;
}*/
#promo-title{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

#mobile-desc > h2,
#connect-desc > h2 {
    max-width: 421px;
}
#video-desc > .info,
#mobile-desc > .info {
    margin: 30px 0 0;
    color: #fff;
}
#video-desc > .info {
    margin: 20px 0 0;
}
#video-desc > .info > ul {
    padding: 0 0 0 18px;
    box-sizing: border-box;
    list-style: disc;
}
#video-desc > .info > ul > li {
    line-height: 30px;
    text-align: left;
}
#version-seven > span.harry-up{
    font-size:20px;
    position: absolute;
    bottom: 30px;
    left: 0;
    color: #fff;
    text-align: center;
}

#video-desc > .button{
    position:relative;
    min-width: 160px;
    margin: 20px 0 0;
    background: #FFD929;
    border-radius: 10px;
    border: none;
	margin-top:20px;
	z-index:1;
    padding-left:80px;
    padding-right:80px;
    webkit-box-shadow: 0 15px 19px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 15px 19px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 15px 19px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#video-desc > .button:hover{
	background: #F8CC00;
}
#video-desc > .button:active {
    background: #F1C600;
}

#video-desc > .button-wraper > .button:hover {
    background: #FFFFFF;
	color:#235E8E;
}
#video-desc > .button-wraper > .button:active {
	background: #FFFFFF;
    color:#235E8E;
}
#video-desc > .button > span {
    font-size: 16px;
    font-weight: 500;
}
#live-videos-content > .homepage-main-banner-content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}
#live-videos-content > .homepage-main-banner-content > .button{
    position:relative;
    min-width: 160px;
    margin: 20px 0 0;
    background: #FFD929;
    border-radius: 10px;
    border: none;
	margin-top:40px;
	z-index:1;
    padding-left:57px;
    padding-right:57px;
    webkit-box-shadow: 0 15px 19px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 15px 19px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 15px 19px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#live-videos-content > .homepage-main-banner-content > .button:hover{
	background: #F8CC00;
}
#live-videos-content > .homepage-main-banner-content > .button:active {
    background: #F1C600;
}
#live-videos-content > .homepage-main-banner-content > .button > span {
    font-size: 16px;
    font-weight: 500;
}
/* End live video styles */

/* Begin Video */
#video-promo-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 70px 30px;
    box-sizing: border-box;
    background-color: #f6fafc;
}
#video-promo-content {
    position: relative;
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 20px 40px rgba(43, 86, 111, .1);
    transform: translateZ(0px);
    overflow: hidden;
    cursor: pointer;
}
#video-promo-content:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.2%;
}
#video-promo-content > #iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 40px;
}
#video-promo-content.played,
#video-promo-content.played > #iframe {
    border-radius: 0;
}
#video-promo-poster {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(/images/new_design/video_main_manycam_7.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}
#video-promo-content.played > #video-promo-poster {
    display: none;
}
#video-promo-poster > svg {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
    cursor: pointer;
}
#video-promo-content:hover > #video-promo-poster > svg > path:first-child {
    transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1),
                fill-opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
    fill: #f00;
    fill-opacity: 1;
}
@media screen and (max-width: 780px) {
    #video-promo-wrapper {
        padding-top: 0;
        padding-bottom: 0;
        background-color: inherit;
    }
    #video-promo-header {
        margin-bottom: 40px;
    }
    #mobile-desc > .info{
        max-width: 420px;
    }
}
@media screen and (max-width: 480px) {
    #video-promo-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    #video-promo-header {
        margin-bottom: 20px;
        padding: 0 30px;
        box-sizing: border-box;
        font-size: 24px;
        line-height: 28px;
    }
    #video-promo-content {
        border-radius: 0;
    }
}
/* End Video */

/* Begin advantages blocks styles */
.img-wrapper img.lazy-load {
    opacity: 0;
}
#advantages-wrapper {
    width: 100%;
    margin: 150px 0 0;
}
#advantages-wrapper > .advantages-item {
    margin: 0 0 220px;
}
#advantages-wrapper > .advantages-item:last-child {
    margin: 0;
}
.advantages-item {
    width: 100%;
    font-size: 0;
}
.advantages-item.right {
    text-align: right;
}
.advantages-item > div {
    display: inline-block;
    vertical-align: middle;
}
.img-wrapper {
    position: relative;
    width: 53%;
    max-width: 655px;
    padding: 0 0 0 95px;
    box-sizing: border-box;
}
.img-wrapper.left {
    max-width: 100%;
    padding: 0 95px 0 0;
    text-align: right;
}
.img-wrapper.left > div {
    max-width: 560px;
    right: 95px;
    left: auto;
}
.img-wrapper > img {
    width: 100%;
    max-width: 560px;
    border-radius: 10px;
}
.img-wrapper > div {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 95px;
}
.img-wrapper > div > img {
    position: absolute;
}
.img-wrapper img {
    box-shadow: 0 10px 20px rgba(130, 169, 182, .25);
    opacity: 1;
    transition: .3s;
}
.img-wrapper img.without-shadow {
    box-shadow: none;
}
.colored-block {
    width: 47%;
    box-sizing: border-box;
    border-radius: 0 30px 30px 0;
    background: #f6fafc;
}
.colored-block.left {
    padding: 80px 80px 56px 30px;
    border-radius: 0 30px 30px 0;
    text-align: right;
}
.colored-block.right {
    padding: 80px 30px 56px 80px;
    border-radius: 30px 0 0 30px;
    text-align: left;
}
.colored-block > div {
    display: inline-block;
    width: 100%;
    max-width: 460px;
    text-align: left;
}
#stream-images > .img-1,
#stream-images > .img-2,
#stream-images > .img-3 {
    right: 75px;
    border-radius: 6px;
}
#stream-images > .img-1 {
    top: -20px;
}
#stream-images > .img-2 {
    bottom: 38px;
}
#stream-images > .img-3 {
    bottom: -20px;
}
#greenscreen-images > .img-1,
#greenscreen-images > .img-2,
#greenscreen-images > .img-3,
#webcam-images > .img-1,
#webcam-images > .img-2 {
    left: -20px;
}
#greenscreen-images > .img-1 {
    top: 28px;
}
#greenscreen-images > .img-2 {
    top: 108px;
}
#greenscreen-images > .img-3 {
    top: 193px;
}
#greenscreen-images > .img-4 {
    right: 30px;
    bottom: -12px;
    border-radius: 6px;
    max-width: 140px;
}
#webcam-images > .img-1 {
    top: 144px;
}
#webcam-images > .img-2,
#webcam-images > .img-3 {
    top: 94px;
}
#webcam-images > .img-3 {
    left: 25px;
}
#webcam-images > .img-4 {
    top: -16px;
    right: 125px;
    border-radius: 6px;
}
/* End advantages blocks styles */

/* Begin features styles */
#features-wrapper {
    width: 100%;
    margin: 200px 0 0;
    padding: 0 30px;
    box-sizing: border-box;
    background-color: #f6fafc;
    opacity: 1;
    transition: .3s;
}
#features-wrapper.hidden {
    opacity: 0;
 }
#features {
    position: relative;
    width: 100%;
    max-width: 1510px;
    margin: 0 auto;
    padding: 0 190px 0 100px;
    box-sizing: border-box;
}
#features .owl-carousel .dots {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 3;
}
#features .owl-carousel .dot {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 10px 0 0;
    border-radius: 50%;
    background-color: #d0e2ea;
    vertical-align: middle;
}
#features .owl-carousel .dot:last-child {
    margin: 0;
}
#features .owl-carousel .dot.active {
    background-color: #17c0ff;
    pointer-events: none;
}
.features-item {
    padding: 80px 0 85px 45px;
    box-sizing: border-box;
    font-size: 0;
}
.features-item > div {
    display: inline-block;
    width: 50%;
    font-size: 0;
    vertical-align: middle;
}
.features-item-img {
    position: relative;
    max-width: 560px;
}
.owl-carousel .owl-item .features-item-img img {
    width: auto;
    box-shadow: 0 10px 20px rgba(130, 169, 182, .25);
}
.owl-carousel .owl-item .features-item-img > img {
    width: 100%;
    border-radius: 10px;
    opacity: 1;
    animation: fadein 1s;
    -webkit-animation: fadein 1s;
}
.owl-carousel .owl-item .features-item-img > img.owl-lazy {
    opacity: 0;
    transition: opacity .3s;
}
.owl-carousel .owl-item .features-item-img > img.desktop-img {
    min-height: 340px;
}
.features-item-img > div {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.features-item-img > div > img {
    position: absolute;
    border-radius: 6px;
}
img.mobile-img {
    display: none !important;
}
.owl-carousel .owl-item .features-item-img .pip > .img-1 {
    top: -30px;
    right: -40px;
    box-shadow: none;
}
.pip > .img-2 {
    left: -12px;
    bottom: 94px;
}
.switcher > .img-1 {
    top: 34px;
    right: -20px;
}
.switcher > .img-2 {
    top: 224px;
    left: -23px;
}
.masks > .img-1 {
    top: 152px;
    left: 270px;
}
.masks > .img-2 {
    top: 41px;
    right: -20px;
}
.masks > .img-3 {
    max-width: 37px;
    bottom: 20px;
    left: -9px;
}
.multiple-video-sources > .img-1 {
    top: -30px;
    right: -32px;
}
.owl-carousel .owl-item .features-item-img .multiple-video-sources > .img-2 {
    right: -30px;
    bottom: -50px;
}
.owl-carousel .owl-item .features-item-img .multiple-video-sources > .img-3 {
    bottom: -50px;
    left: -50px;
}
.owl-carousel .owl-item .features-item-img .multiple-video-sources > .img-2,
.owl-carousel .owl-item .features-item-img .multiple-video-sources > .img-1,
.owl-carousel .owl-item .features-item-img .multiple-video-sources > .img-3 {
    box-shadow: none;
}
.performance  > .img-1 {
    top: 133px;
    left: 270px;
}
.performance  > .img-2 {
    top: 28px;
    right: 124px;
}
.owl-carousel .owl-item .features-item-img > .performance  > .img-2 {
    box-shadow: none;
}
.performance  > .img-3 {
    top: 262px;
    right: 21px;
}
.owl-carousel .owl-item .features-item-img > .performance  > .img-3 {
    box-shadow: none;
}
.features-item-desc {
    max-width: 545px;
    padding: 20px 0 0 85px;
    box-sizing: border-box;
}
.features-item-desc > .info,
.colored-block > div > .info {
    margin: 20px 0 0;
}
.features-item-desc > .button,
.colored-block > div > .button {
    margin: 30px 0 0;
}
.title {
    width: 100%;
    font-weight: 300;
    font-size: 36px;
    line-height: 48px;
    color: #3e484c;
}
#features-navigation {
    display: none;
}
.link-wrapper {
    position: relative;
    width: 100%;
    margin: 62px 0 0;
    line-height: 16px;
    text-align: left;
}
.link-wrapper.masks-link {
    margin: 20px 0 0;
}
#features > .link-wrapper {
    display: none;
}
.link-wrapper > .link {
    vertical-align: top;
}
.link {
    display: inline-block;
    font-size: 14px;
    line-height: 16px!important;
    max-width: 180px;
    color: #17c0ff;
    cursor: pointer;
    transition: .3s;
}
.link:hover {
    color: #00abeb;
}
.link:active {
    color: #009dd8;
}
.round-arrow {
    display: inline-block;
    height: 38px;
    width: 38px;
    border: 1px solid #17c0ff;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 0;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    transition: .3s;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
#features-left-arrow {
    margin: 0 20px 0 0;
}
.round-arrow > svg {
    display: inline-block;
    vertical-align: middle;
}
.round-arrow > svg > path {
    transition: .3s;
}
.round-arrow:hover {
    border-color: #17c0ff;
    background-color: #17c0ff;
}
.round-arrow:active {
    border-color: #009dd8;
    background-color: #009dd8;
}
.round-arrow:hover > svg > path {
    fill: #fff;
}
#features-right-side-arrow,
#features-left-side-arrow {
    position: absolute;
    top: 50%;
    margin: -19px 0 0;
}
#features-left-side-arrow {
    left: 0;
}
#features-right-side-arrow {
    right: 0;
}
/* End features styles */

/* Begin solutions styles */
#solutions-wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 140px auto 0;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 0;
}
#solutions {
    margin: 0 -17px;
}
.solution-item {
    display: inline-block;
    min-height: 274px;
    width: 33.33%;
    margin: 35px 0 0;
    padding: 0 17px;
    box-sizing: border-box;
    vertical-align: top;
}
.solution-item > div {
    display: inline-block;
    height: 100%;
    min-height: 274px;
    width: 100%;
    border: 1px solid #d0e2ea;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
    vertical-align: top;
    transition: .3s;
}
#solutions-wrapper.fr-lang .solution-item > div{
    min-height: 302px;
}
.solution-item:hover > div {
    border-color: transparent;
    box-shadow: 0 4px 20px rgba(177, 193, 199, .4);
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
}
.solution-item-content {
    position: relative;
    padding: 40px 40px 30px;
    box-sizing: border-box;
    text-align: left;
}
.solution-item-content > img {
    height: 80px;
    min-height: 80px;
    width: 80px;
    min-width: 80px;
    opacity: 0;
    transition: opacity .4s;
}
.solution-item-content > h2 {
    width: 100%;
    margin: 20px 0 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #3e484c;
}
.solution-item-content > .info {
    margin: 4px 0 0;
}
.solution-item-content > .button {
    position: absolute;
    height: 38px;
    width: 38px;
    top: 30px;
    right: 30px;
    padding: 0;
    text-align: center;
    overflow: hidden;

}
.solution-item-content > .button > span {
    position: absolute;
    width: 0;
    right: 33px;
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
    transition: .2s;
}
.solution-item:hover > div > .solution-item-content > .button {
    width: 187px;
    border-color: #00abeb;
    background-color: #00abeb;
    color: #fff;
}
.solution-item:hover > div > .solution-item-content > .button  > span {
    width: 140px;
}
.solution-item:hover > div > .solution-item-content > .button > svg path {
    fill: #fff;
}
.solution-item-content > .button  > svg {
    position: absolute;
    top: 12px;
    right: 14px;
    margin: 0;
}
/* End solutions styles */

/* Begin mobile streaming styles */
#mobile-streaming-wrapper {
    position: relative;
    min-height: 650px;
    max-width: 1300px;
    margin: 80px auto 0;
}
#mobile-streaming-wrapper > div {
    padding: 125px 0 0;
    box-sizing: border-box;
}
#mobile-streaming {
    max-width: 100%;
}
#mobile-streaming-content {
    min-height: 400px;
    padding: 73px 30px 73px 0;
    background-position: left bottom;
}
#mobile-img {
    position: absolute;
    bottom: 89px;
    left: 0;
}
#mobile-img > img {
    opacity: 0;
    transition: .4s;
}
#heart-img {
    position: absolute;
    top: 58px;
    right: 31px;
    animation: jump 1.2s infinite;
    -webkit-animation: jump 1.2s infinite;
}
@keyframes jump {
    0%   {
        transform: translateY(0);
    }
    50%  {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
@-webkit-keyframes jump {
    0%   {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    50%  {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}
#mobile-desc > h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 48px;
    color: #fff;
}
#mobile-desc > .info {
    max-width: 325px;
    margin: 10px 0 0;
}
#mobile-desc > .button {
    margin: 20px 0 0;
}
#mobile-desc > .button > span {
    font-weight: 300;
}
#store-wrapper {
    margin: 50px 0 0;
}
#store-wrapper > a {
    display: inline-block;
    cursor: pointer;
}
#store-wrapper > a:first-child {
    margin: 0 20px 0 0;
}
/* End mobile streaming styles */

/* Begin connect styles */
#connect-wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 100px auto 0;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 0;
}
#connect > div {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
#connect-desc {
    padding: 0 30px 0 0;
    box-sizing: border-box;
}
#connect-desc > h2 {
    color: #3e484c;
}
#connect-desc > h2 > span,
#connect-desc > p > span {
    display: inline-block;
}
#connect-desc > p {
    width: 100%;
    max-width: 460px;
    margin: 20px 0 0;
}
#connect-desc > .button-wrapper {
    margin: 40px 0 0;
}
#connect-img-wrapper {
    text-align: right;
}
#connect-img-wrapper > video {
    width: 100%;
    max-width: 570px;
}
/* End connect styles */

/* Begin statistics styles*/
#subscribe-wrapper {
    width: 100%;
    margin: 122px 0 0;
}
#statistics {
    position: relative;
    width: 100%;
    max-width: 1300px;
    top: 54px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 0;
}
#statistics-content {
    margin: 0 -17px;
}
.statistics-item {
    display: inline-block;
    width: 25%;
    margin: 30px 0 0;
    padding: 0 17px;
    box-sizing: border-box;
}
.statistics-item-content {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(177, 193, 199, .4);
}
.statistics-item-content > div:first-child {
    padding: 20px 30px;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 54px;
    color: #17c0ff;
}
.statistics-item-content > div:last-child {
    padding: 15px 30px;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    background-color: #edf6fa;
}
/* End statistics styles*/

/* Begin subscription styles */
#subscribe-content-wrapper {
    width: 100%;
    background-color: #009dd8;
}
#subscribe-content {
    min-height: 400px;
    width: 100%;
    padding: 144px 30px 140px;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
#subscribe-content > div {
    width: 100%;
    max-width: 564px;
    margin: 0 auto;
}
#subscribe-content > div > h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 48px;
    color: #fff;
    text-align: center;
}
#subscribe-content-extends {
    overflow: hidden;
    transition: .2s;
}
#subscribe-content > #subscribe-finished {
    display: none;
}
#subscribe-finished {
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}
#subscribe-content-button,
#subscribe-content-button-disabled {
    display: block;
    height: 38px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    border: none;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-size: 14px;
    line-height: 38px;
    color: #17c0ff;
    text-align: center;
    cursor: pointer;
    transition: .2s;
}
#subscribe-content-button-disabled {
    background-color: rgba(255, 255, 255, .8);
    cursor: default;
}
#subscribe-content-button-wrapper > span {
    display: inline-block;
    width: 100%;
    margin-top: 6px;
    font-weight: 300;
    font-size: 11px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
}
#subscribe-content-button-wrapper {
    margin: 20px 0 0;
}
#subscribe-content.finished > #subscribe-finished {
    display: block;
}
#subscribe-content.finished > div > #email-wrapper {
    display: none;
}
.message-img {
    width: 195px;
    height: 84px;
    margin: 20px auto;
    background: url(data:image/png;base64,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);
}
#subscribe-finished > span.close-link {
    margin-top: 20px;
    display: block;
    font-weight: 300;
    font-size: 11px;
    color: #dafffd;
    line-height: 22px;
    cursor: pointer;
}
.hide {
    display: none;
}
.hide-opacity {
    opacity: 0;
}
#email-wrapper {
    width: 100%;
    margin: 40px auto 0;
}
#email-content,
#newsletter-first-name,
#newsletter-last-name {
    border: 4px solid #00abeb;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #00abeb;
    font-size: 0;
    overflow: hidden;
}
#newsletter-first-name,
#newsletter-last-name {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0 20px;
    border: none;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
}
#email-content > * {
    display: inline-block;
    vertical-align: middle;
}
#email-content > input {
    height: 36px;
    width: calc(100% - 109px);
    margin: 0 5px 0 0;
    padding: 0 10px 0 20px;
    border: none;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: transparent;
    box-shadow: none;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    outline: none;
}
#email-content > input::-webkit-input-placeholder,
#subscribe-content-extends-inputs input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, .7);
}
#email-content > input::-moz-placeholder,
#subscribe-content-extends-inputs input::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255, 255, 255, .7);
}
#email-content > input:-ms-input-placeholder,
#subscribe-content-extends-inputs input:-ms-input-placeholder { /* IE 10+ */
    color: rgba(255, 255, 255, .7);
}
#email-content > input:-moz-placeholder,
#subscribe-content-extends-inputs input:-moz-placeholder { /* Firefox 18- */
    color: rgba(255, 255, 255, .7);
}
#newsletter-last-name-wrapper,
#newsletter-first-name-wrapper {
    display: inline-block;
    height: 40px;
    width: 50%;
    max-width: 272px;
    border: 1px solid #00abeb;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #00abeb;
    overflow: hidden;
    transition: .3s;
}
#newsletter-first-name-wrapper {
    margin: 0 10px 0 0;
}
#newsletter-last-name-wrapper.error,
#newsletter-first-name-wrapper.error {
    border-color: #f64c49;
}
#subscribe-button {
    width: 104px;
    padding: 0 10px;
    border: none;
    background-color: rgba(255, 255, 255, .8);
}
#subscribe-button > span {
    font-weight: 500;
    font-size: 14px;
    line-height: 38px;
    color: #17c0ff;
}
#subscribe-button.active {
    background-color: rgba(255, 255, 255, 1);
}
#subscribe-button.active:hover {
    background-color: #f6fafc;
}
#subscribe-button.active:active {
    background-color: #edf6fa;
}
.error-text {
    display: block;
    margin: 4px 0 0;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 14px;
    color: #f64c49;
}
#subscribe-content-extends-content {
    margin: 25px 0 0;
}
#subscribe-content-extends-content > h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
#subscribe-content-extends-inputs {
    margin: 15px 0 0;
    font-size: 0;
}
#receive-newsletter-wrapper {
    width: 100%;
    margin-top: 31px;
    padding-left: 39px;
    box-sizing: border-box;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
#receive-newsletter {
    display: none;
}
#receive-newsletter + label{
    position: relative;
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 22px;
    cursor: pointer;
}
#subscribe-finished{
    font-weight: 300;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 22px;
}
#receive-newsletter-info {
    display: block;
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
}
#receive-newsletter + label:before {
    content: '';
    position: absolute;
    display: inline-block;
    height: 16px;
    width: 29px;
    top: 3px;
    left: -39px;
    border-radius: 16px;
    background-color: #fff;
    transition: .2s;
}
#receive-newsletter + label:after {
    content: '';
    position: absolute;
    display: inline-block;
    height: 14px;
    width: 14px;
    top: 4px;
    left: -38px;
    border-radius: 100%;
    background-color: #00abeb;
    transition: .2s;
}
#receive-newsletter:checked + label:after {
    left: -25px;
}
/* End subscription styles */

/* Begin responsive styles */
@media screen and (min-width: 2000px) {
    #mc-welcome {
        margin: 0 auto;
        padding: 0 0 0 305px;
    }
}
@media screen and (max-width: 2000px) {
    .colored-block {
        width: 46%;
    }
    .img-wrapper {
        width: 54%;
    }
}
@media screen and (max-width: 1900px) {
    #mc-welcome-content,
    #mc-welcome-image-wrapper {
        width: 50%;
    }
    #mc-welcome-wrapper {
        position: relative;
        min-height: 620px;
        overflow: hidden;
    }
    #mc-welcome {
        max-width: 1270px;
        margin: 0 auto;
    }
    #mc-welcome-image-wrapper {
        position: static;
        min-height: 620px;
    }
    #mc-welcome-image {
        position: absolute;
        right: -142px;
    }
}
@media screen and (max-width: 1600px) {
    .colored-block {
        width: 45%;
    }
    .img-wrapper {
        width: 55%;
    }
}
@media screen and (max-width: 1520px) {
    .pip > .img-2 {
        bottom: 60px
    }
    .features-item > .features-item-img {
        width: 60%;
    }
    .features-item > .features-item-desc {
        width: 40%;
    }
    #features {
        padding: 0 58px;
    }
}
@media screen and (max-width: 1440px) {
    #mc-welcome-image {
        right: -172px;
    }
}
@media screen and (max-width: 1390px) {
    #mc-welcome-image {
        right: -300px;
    }
}
@media screen and (max-width: 1330px) {
	.solution-item {
        width: 50%;
    }
    #solutions-wrapper.fr-lang .solution-item > div{
        min-height: inherit;
    }
}

@media screen and (max-width: 1290px) {
    #video-desc{
        width:58%;
    }
	#video-wrapper {
		width:45%;
		top:10%;
		/*left:-2%;*/
	}
	#video-wrapper > img:first-child {
		display: block;
	}
	#video-wrapper > img:last-child {
		display: none;
	}
}
@media screen and (max-width: 1250px) {
    #features {
        padding: 0 58px 0 38px;
    }
    #video-desc {
        padding: 40px 25px 50px 50px;
    }
}

@media screen and (max-width: 1240px) {
    #using-list-wrapper {
        max-width: 986px;
    }
}

@media screen and (max-width: 1230px) {
    #mobile-streaming-content {
        background-size: cover;
    }
    #mobile-img > img{
        width:80%;
    }
}

@media screen and (max-width: 1200px) {
    #version-seven {
        background-image: none !important;
    }
    #version-seven > #video-wrapper {
        vertical-align: bottom;
    }
    .features-item-desc {
        padding: 0 0 0 60px;
    }
    #features-left-arrow {
        margin: 0 40px 0 0;
    }
}

@media screen and (max-width: 1100px) {
    #features {
        padding: 0 58px 30px;
    }
    #features .owl-carousel .owl-dots {
        display: none;
    }
    #mc-welcome-content .button,
    #connect-desc .button {
        padding: 0 20px;
    }
    .features-item {
        max-width: 560px;
    }
    .features-item {
        margin: 0 auto;
        padding: 80px 0 0;
    }
    .features-item > .features-item-img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .features-item > .features-item-desc {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 60px 0 0;
        padding: 0;
    }
    .features-item-desc > .link-wrapper {
        display: none;
    }
    #features > .link-wrapper {
        display: block;
        bottom: 49px;
        margin: 30px 0 0;
        text-align: center;
    }
    #features-navigation {
        width: 100%;
        margin: 10px auto 0;
        text-align: center;
    }
    #features-navigation .link {
        line-height: 38px;
    }
    #features-navigation > div {
        position: relative;
        height: 38px;
        width: 100%;
        max-width: 560px;
        margin: 0 auto;
    }
    .features-item-desc > .button {
        display: block;
        width: 100%;
        max-width: 282px;
        margin: 30px auto 0;
    }
    #features-left-arrow,
    #features-right-arrow {
        position: absolute;
        top: 0;
    }
    #features-left-arrow {
        left: 0;
    }
    #features-right-arrow {
        right: 0;
    }
    .pip > .img-2 {
        bottom: 94px;
    }
    .masks > .img-1,
    .performance > .img-1 {
        left: 270px;
    }
}
@media screen and (max-width: 1180px) {
    #mc-welcome-image {
        right: -450px;
    }
	#video-wrapper {
		width:45%;
		top:17%;
		/*left:-2%;*/
	}

}

@media screen and (max-width: 1150px) {
    .img-wrapper.left {
        padding: 0 50px 0 30px;
    }
    .img-wrapper {
        padding: 0 30px 0 50px;
    }
    .colored-block.right {
        padding: 80px 30px 56px 40px;
    }
    .colored-block.left {
        padding: 80px 40px 56px 30px;
    }
    .masks > .img-1 {
        left: 44%;
    }
    .performance > .img-1 {
        left: 42%;
    }
}
@media screen and (max-width: 1130px) {
    #video-desc{
        width:62%;
    }
	#video-wrapper {
		width:40%;
		top:23%;
		/*left:-2%;*/
	}
	#video-wrapper > img:first-child {
		display: block;
	}
	#video-wrapper > img:last-child {
		display: none;
	}
}
@media screen and (max-width: 1070px) {
    #mc-welcome-content > .info {
        max-width: 350px;
    }
}
@media screen and (max-width: 1060px) {
	#video-desc > h2{
		font-size: 35px;
	}
}
@media screen and (max-width: 1050px) {
    #using-list-wrapper {
        max-width: 791px;
    }
    #mc-welcome-content .button,
    #connect-desc .button {
        padding: 0 20px;
    }
    #mobile-img{
        bottom:163px;
    }
    #mobile-img > img{
        width:60%;
    }
}
@media screen and (max-width: 1040px) {
    #video-desc{
        width:65%;
    }
	#video-wrapper {
		width:40%;
		bottom:15%;
		/*left:-2%;*/
	}
	#video-wrapper > img:first-child {
		display: block;
	}
	#video-wrapper > img:last-child {
		display: none;
	}
}
@media screen and (max-width: 1000px) {
	#video-desc > h2 {
		font-size: 34px;
	}
}
@media screen and (max-width: 980px) {
    /* Begin welcome block responsive styles */
    #mc-welcome-image {
        right: -500px;
    }
    #mc-welcome-wrapper {
        width: 100%;
        padding: 64px 0 0 30px;
    }
    /* End welcome block responsive styles */

    /* Begin live videos responsive styles */
    #video-wrapper {
        position: static;
        max-width: 579px;
        margin: 0 auto 1px;
		height:335px;
		width:auto;
    }
    #video-wrapper img{
        width:100%;
    }
    #video-wrapper > img:first-child {
        display: block;
    }
    #video-wrapper > img:last-child {
        display: none;
    }
    #video-desc {
        /*position: relative;*/
        padding: 0 0 0 15px;
		margin-top: 68px;
    }
    #video-desc > h2{
        max-width: 100%;
    }
    #promo-right {
        display:none;
    }
    #promo-right-980 {
        display: block;
    }
    #live-videos-old{
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6bd7ff+11,00b9ff+70 */
        background: #009DD8; /* Old browsers */
        background: -moz-radial-gradient(63.83% 182.27% at 92.14% 69.88%, #00749F 0%, #009DD8 100%); /* FF3.6-15 */
        background: -webkit-radial-gradient(63.83% 182.27% at 92.14% 69.88%, #00749F 0%, #009DD8 100%); /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(63.83% 182.27% at 92.14% 69.88%, #00749F 0%, #009DD8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00749F', endColorstr='#009DD8',GradientType=1 ); /* IE6-9 */
    }

    #live-videos{
       background: none;
	   background-color: #175087;
    }

    #video-wrapper {
        width:49%;
    }
    .info{
        max-width:600px;
    }
    /*#promo-left-980,
    #promo-right-980 {
        display: block;
    }
    #promo-left,
    #promo-right {
        display: none;
    }

    #version-seven > #promo-banner-button {
        line-height: 10px;
    }
    #video-wrapper img{
        margin-top:0px;
        width:80%;
    }*/
    /* End live videos responsive styles */
	#video-desc > .button-wraper{
		margin-top:30px;
	}
}
@media screen and (max-width: 950px) {
    #advantages-wrapper {
        margin: 100px 0 0;
    }
    .advantages-item {
        display: flex;
        flex-direction: column-reverse;
        width: calc(100% - 30px);
        /*background-color: #f6fafc;*/
        border-radius: 0 30px 30px 0;
    }
    #advantages-wrapper > .advantages-item {
        margin: 0 0 100px;
    }
    #advantages-wrapper > .advantages-item.right {
        margin: 0 0 100px auto;
    }
    .advantages-item.right {
        flex-direction: column;
        padding: 0;
        border-radius: 30px 0 0 30px;
        text-align: right;
    }
    .img-wrapper {
        text-align: center;
    }
    .advantages-item > div {
        display: block;
        margin: 0 auto;
    }
    .img-wrapper,
    .colored-block {
        width: 100%;
        padding: 0 30px;
    }
    .colored-block {
        border-radius: 0;
        background-color: transparent;
    }
    .colored-block > div {
        max-width: 568px;
        margin: 0 auto;
    }
    .colored-block.left,
    .colored-block.right {
        padding: 0 40px 56px 30px;
        text-align: center;
    }
    .advantages-item .mobile-img {
        margin: 0 auto;
    }
    #features-wrapper {
        margin: 60px 0 0;
    }
    .img-wrapper > div {
        display: none;
    }
    .advantages-item .desktop-img {
        display: none !important;
    }
    .advantages-item .mobile-img {
        display: block !important;
        box-shadow: none;
    }
    .img-wrapper.left {
        padding: 0 95px 0 30px;
    }
    .img-wrapper {
        padding: 0 30px 0 95px;
    }
	#advantages-wrapper > #virtual-background-lazy-load > .colored-block > .new-icon-badge{
		display: block;
		position: relative;
		text-align: center;
		width: 133px;
		margin-top:0px;
		margin-left:auto;
		margin-bottom:25px;
		margin-right: auto;
	}
}
@media screen and (max-width: 920px) {
    #mc-welcome-content {
        width: 45%;
    }
    #mc-welcome-image-wrapper {
        width: 55%;
    }
    #mc-welcome-content > .info {
        max-width: 300px;
    }
}
@media screen and (max-width: 906px) {
    #solutions-wrapper.fr-lang .solution-item > div{
        min-height: 302px;
    }
}
@media screen and (max-width: 900px) {
    #using-list-slider {
        padding: 0;
    }
    #using-list-wrapper > .round-arrow {
        display: none;
    }
    #subscribe-wrapper {
        margin: 16px 0 0;
    }
    .statistics-item {
        width: 50%;
    }
    .link {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 38px;
        min-height: 38px;
        max-width: 100%;
    }
}
@media screen and (max-width: 860px) {
    #mc-welcome-image {
        right: -550px;
    }
}
@media screen and (max-width: 850px) {
    #using-list-wrapper {
        max-width: 596px;
    }
}
@media screen and (max-width: 840px) {
    #mc-welcome-wrapper {
        padding: 20px 0 0 30px;
    }
    #mc-welcome-content {
        padding: 500px 30px 0 0;
        text-align: center;
    }
    #mc-welcome {
        display: flex;
        flex-direction: column-reverse;
    }
    #mc-welcome > div {
        width: 100%;
		margin-top: 53px;
    }
    #mc-welcome-content .button {
        padding: 0 30px;
    }
    #mc-welcome-image {
        right: -228px;
    }
    #mc-welcome-content > .info {
        max-width: 100%;
    }
    #mc-welcome-image-wrapper {
        min-height: auto;
    }
    #live-videos-wrapper {
        margin: 52px 0 0;
    }
    .info{
        max-width:400px;
    }
}
@media screen and (max-width: 830px) {
    #mobile-streaming-wrapper {
        padding: 0;
    }
    #mobile-streaming {
        border-radius: 0;
    }
    #mobile-img {
        left: -20px;
    }
}
@media screen and (max-width: 828px) {
    #solutions-wrapper.fr-lang .solution-item > div{
        min-height: 330px;
    }
}
@media screen and (max-width: 820px) {
    .features-item {
        padding: 0 0 30px;
    }
    .features-item > .features-item-desc {
        text-align: center;
    }
    .owl-carousel .owl-item img.mobile-img {
        display: block !important;
        min-height: 440px;
        max-width: 560px;
    }
    .owl-carousel .owl-item img.desktop-img {
        display: none !important;
    }
    .owl-carousel .owl-item .features-item-img img {
        box-shadow: none;
    }
    .features-item > .features-item-desc {
        margin: 0;
    }
    #features {
        padding: 0 0 30px;
    }
    #features-right-side-arrow,
    #features-left-side-arrow {
        display: none;
    }
    #features-navigation {
        display: block;
    }
    #features > .link-wrapper {
        display: none;
    }
}
@media screen and (max-width: 800px) {
    .advantages-item > div,
    .colored-block.left,
    .colored-block.right,
    .img-wrapper.left {
        padding: 0;
    }
    .advantages-item {
        box-sizing: border-box;
    }
    #advantages-wrapper > .advantages-item {
        padding: 0 70px 33px 100px;
    }
    #advantages-wrapper > .advantages-item.right {
        padding: 0 100px 33px 70px;
    }
    .colored-block > div {
        max-width: 100%;
    }
    #connect-wrapper {
        max-width: 600px;
        margin: 80px auto 0;
    }
    #connect{
        display: flex;
        flex-direction: column-reverse;
    }
    #connect > div {
        display: block;
        width: 100%;
    }
    #connect-desc {
        margin: 70px 0 0;
        padding: 0;
    }
    #connect-img-wrapper {
        text-align: center;
    }
    #connect-desc > h2,
    #connect-desc > p {
        max-width: 100%;
    }
    #connect-desc > h2 > span,
    #connect-desc > p > span {
        display: inline;
    }
    #connect-desc > .button-wrapper {
        margin: 30px 0 0;
    }
    #connect-desc > .button-wrapper > a {
        padding: 0 30px;
    }
	#live-videos-wrapper > div > img.fall-promo,
	#live-videos-wrapper > div > img.fall-promo-moblie 	{
		display:none;
	}
	#live-videos-wrapper > div > img.fall-promo-laptop {
		display:block;
	}
}
@media screen and (max-width: 790px) {
    #mc-welcome-image {
        right: -350px;
    }
}
@media screen and (max-width: 770px) {
    .solution-item > div,
    .solution-item {
        min-height: 300px;
    }
    #solutions-wrapper {
        margin: 65px auto 0;
    }
}
@media screen and (max-width: 750px) {
    #mobile-streaming-wrapper {
        min-height: auto;
        margin: 50px auto 0;
    }
    #mobile-streaming-wrapper > div {
        padding: 0;
    }
    #mobile-streaming-content > #mobile-img-wrapper {
        display: none;
    }
    #mobile-streaming-content > div {
        display: block;
        width: 100%;
    }
    #mobile-streaming-content {
        min-height: auto;
        padding: 30px 30px;
        background-image: none !important;
        text-align: center;
    }
    #mobile-desc > h2,
    #mobile-desc > .info {
        max-width: 100%;
    }
    #store-wrapper,
    #mobile-desc > .button {
        margin: 30px 0 0;
    }
    #connect-wrapper {
        margin: 75px auto 0;
    }
    #mobile-desc > .info{
        max-width:100%;
    }
	#live-videos-content:before{
		background-image: url(/images/new_design/hp-background_77_laptop.png);
		height:412px;
		background-size: auto 110%;
	}
	#live-videos-content > .homepage-main-banner-content{
		margin-top:412px;
		vertical-align:bottom;
		display:block;
		padding-top:80px;
		padding-bottom:80px;
	}
}
@media screen and (max-width: 700px) {
    .owl-carousel .owl-item .features-item-img .pip > .img-1 {
        top: -30px;
        right: -15px;
    }
    .pip > .img-2 {
        left: 0;
        bottom: 94px;
    }
    .switcher > .img-1 {
        top: 34px;
        right: 0;
    }
    .switcher > .img-2 {
        top: 224px;
        left: 8px;
    }
    .masks > .img-1 {
        top: 152px;
        left: 42%;
    }
    .masks > .img-2 {
        top: 41px;
        right: 0;
    }
    .multiple-video-sources > .img-1 {
        top: -20px;
        right: 8px;
    }
    .owl-carousel .owl-item .features-item-img .multiple-video-sources > .img-2 {
        right: -15px;
    }
    .owl-carousel .owl-item .features-item-img  .multiple-video-sources > .img-3 {
        top: 188px;
        left: -20px
    }
    .performance  > .img-1 {
        top: 133px;
        left: 40%;
    }
    .performance  > .img-2 {
        top: 28px;
        right: 10px;
    }
    .performance  > .img-3 {
        top: 190px;
        right: 13px;
    }
    @keyframes top-move {
        0% {
            transform: translateY(-30px);
        }
        to {
            transform: translateY(0);
        }
    }
    @-webkit-keyframes top-move {
        0% {
            transform: translateY(-30px);
            -webkit-transform: translateY(-30px);
        }
        to {
            transform: translateY(0);
            -webkit-transform: translateY(0);
        }
    }
    @keyframes bottom-move {
        0% {
            transform: translateY(30px);
        }
        to {
            transform: translateY(0);
        }
    }
    @-webkit-keyframes bottom-move {
        0% {
            transform: translateY(30px);
            -webkit-transform: translateY(30px);
        }
        to {
            transform: translateY(0);
            -webkit-transform: translateY(0);
        }
    }
}
@media screen and (max-width: 690px) {
    .solution-item {
        width: 100%;
    }
    .solution-item > div,
    .solution-item {
        min-height: auto;
    }
}
@media screen and (max-width: 690px) {
    #solutions-wrapper.fr-lang .solution-item > div{
        min-height: inherit;
    }
	#promo-right-980{
        display: none;
    }
	#video-desc {
        text-align: center;
    }
    #video-desc > .info > ul > li {
        line-height: 20px;
        margin-bottom: 10px;
    }
    #video-desc > .info > ul > li:last-child {
        margin: 0;
    }
}
@media screen and (max-width: 660px) {
    #using-list-wrapper {
        max-width: 401px;
    }
    #mc-welcome-image {
        right: -474px;
    }
    #video-desc {
        max-width: 450px;
        margin: 10px auto 0;
        padding: 0;
    }
	#video-desc > .white-row{
		width:94%;
	}
}
@media screen and (max-width: 640px) {
    #newsletter-last-name-wrapper,
    #newsletter-first-name-wrapper {
        width: 100%;
        max-width: 100%;
    }
    #newsletter-first-name-wrapper {
        margin: 0;
    }
    #newsletter-last-name-wrapper {
        margin: 10px 0 0;
    }
}
@media screen and (max-width: 620px) {
    .owl-carousel .owl-item img.mobile-img {
        min-height: 300px;
    }
    #mobile-desc > .info{
        max-width:320px;
        margin: 20px auto;
    }
}
@media screen and (max-width: 550px) {
    #mc-welcome-image {
        right: -500px;
    }    
	#video-desc > .button-wraper  > .button {
		display: block;		
		margin-left:0px;
	}
	#video-desc > .button-wraper  > .button {
		width:100%;
		margin-top:10px;
	}
}
@media screen and (max-width: 510px) {
    #mc-welcome-image {
        right: -550px;
    }
    #mc-welcome-content {
        padding: 450px 30px 0 0;
    }
}
@media screen and (max-width: 500px) {
    .statistics-item-content > div:first-child {
        padding: 20px;
        font-size: 36px;
    }
    .statistics-item-content > div:last-child {
        padding: 15px 20px;
    }
}
@media screen and (max-width: 470px) {
    #mc-welcome-wrapper {
        padding: 0;
    }
    #mc-welcome-content {
        padding: 0 20px;
    }
    #mc-welcome-content > h1 {
        font-size: 36px;
        line-height: 42px;
    }
    #mc-welcome-image-wrapper {
        text-align: right;
    }
    #mc-welcome-image {
        display: none;
    }
    #mc-welcome-image-wrapper > img {
        display: inline-block;
        min-height: 346px;
        width: 100%;
        max-width: 320px;
        opacity: 0;
        transition: .4s;
    }
    #mc-welcome-content > .button-wrapper > a {
        display: block;
        width: 100%;
    }
    #mc-welcome-content > .button-wrapper > .download-button {
        margin: 20px 0 0;
    }
    #live-videos-wrapper,
    #mobile-streaming-wrapper {
        padding: 0;
    }
    #live-videos-wrapper,
    #mobile-streaming-wrapper {
        padding: 0;
    }
    #live-videos,
    #mobile-streaming {
        border-radius: 0;
    }
    #version-seven {
        padding: 30px 20px 80px;
    }
    #video-desc {
        text-align: center;
    }
    #advantages-wrapper {
        margin: 50px 0 0;
    }
    .advantages-item,
    .advantages-item.right {
        width: 100%;
        margin: 0;
        background-color: transparent;
        border-radius: 0;
    }
    .colored-block > div {
        text-align: center;
    }
    #advantages-wrapper > .advantages-item.right,
    #advantages-wrapper > .advantages-item {
        padding: 0 20px;
    }
    .colored-block.left,
    .colored-block.right {
        text-align: center;
    }
    #advantages-wrapper > .advantages-item,
    #advantages-wrapper > .advantages-item.right {
        margin: 0 0 58px;
    }
    #features-wrapper {
        padding: 0 20px;
    }
    #features {
        padding: 0 0 18px;
    }
    .features-item {
        padding: 0;
    }
    .title {
        font-size: 24px;
        line-height: 28px;
    }
    #features > .link-wrapper {
        bottom: 29px;
    }
    #solutions-wrapper {
        margin: 20px auto 0;
        padding: 0 20px;
    }
    #mobile-streaming-content {
        padding: 30px 20px;
    }
    #mobile-desc > h2 {
        font-size: 24px;
    }
    #connect-wrapper {
        padding: 0 20px;
    }
    #connect-desc {
        margin: 39px 0 0;
    }
    #connect-desc > h2,
    #connect-desc > p {
        text-align: center;
    }
    #connect-desc > .button-wrapper > a {
        display: block;
        width: 100%;
        text-align: center;
    }
    #connect-desc > .button-wrapper > .download-button {
        margin: 20px 0 0;
    }
    #subscribe-wrapper {
        margin: 5px 0 0;
    }
    #statistics {
        padding: 0 20px;
    }
    #statistics-content {
        margin: 0 -5px;
    }
    #subscribe-content {
        min-height: auto;
        padding: 80px 20px 48px;
        background-image: none !important;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6bd7ff+11,00b9ff+70 */
        background: #6bd7ff !important; /* Old browsers */
        background: -moz-linear-gradient(left, #6bd7ff 11%, #00b9ff 70%) !important; /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #6bd7ff 11%,#00b9ff 70%) !important; /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #6bd7ff 11%,#00b9ff 70%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bd7ff', endColorstr='#00b9ff',GradientType=1 ) !important; /* IE6-9 */
    }
    #subscribe-content > div > h2 {
        font-size: 24px;
    }
    .statistics-item {
        margin: 10px 0 0;
        padding: 0 5px;
    }
    #email-wrapper {
        margin: 20px auto 0;
    }
    .solution-item:hover > div > .solution-item-content > .button {
        width: 38px;
    }
    .solution-item:hover > div > .solution-item-content > .button > span {
        width: 0;
    }
    .info{
        max-width: 310px;
    }
	#live-videos-content:before{
		background-image: url(/images/new_design/hp-background_77_mobile.png);
		height: 306px;
		background-size: auto 115%;
	}
	#live-videos-content > .homepage-main-banner-content{
		margin-top:306px;
		vertical-align:bottom;
		display:block;
		padding-top:40px;
		padding-bottom:40px;
	}
	#live-videos-content > .homepage-main-banner-content > .homepage-main-banner-title{
		font-size: 24px;
		line-height: 28px;
	}
	#live-videos-content > .homepage-main-banner-content >.homepage-main-banner-list{
		font-size:14px;
		line-height: 32px;
	}
}
@media screen and (max-width: 460px) {
    #using-list-wrapper {
        max-width: 206px;
    }
}
@media screen and (max-width: 410px) {
    .owl-carousel .owl-item img.mobile-img {
        min-height: 200px;
    }
}
@media screen and (max-width: 360px) {
    #store-wrapper > a:first-child {
        margin: 0 10px 0 0;
    }
}
@media screen and (max-width: 350px) {
    #mc-welcome-content > .downloads-stats {
        margin: 20px 0 0;
    }
    #mc-welcome-content > .downloads-stats > * {
        display: block;
    }
    #mc-welcome-content > .downloads-stats > svg {
        margin: 0 auto;
    }
    #mc-welcome-content > .downloads-stats > span {
        margin: 10px 0 0;
        padding: 0;
    }
    .info{
        font-size:11px;
        max-width:250px;
    }
	#live-videos-wrapper > div > img.fall-promo,
	#live-videos-wrapper > div > img.fall-promo-laptop {
		display:none;
	}
	#live-videos-wrapper > div > img.fall-promo-mobile {
		display:block;
	}
}
@media screen and (max-width: 319px) {
    #store-wrapper > a {
        display: block;
    }
    #store-wrapper > a:first-child {
        margin: 0 0 20px;
    }
}
/* End responsive styles */