@media screen and (device-aspect-ratio: 2/3) {
    .funnel-concept input[type=text].funnel-content__input-text, .funnel-concept input[type=email].funnel-content__input-text {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio: 40/71) {
    .funnel-concept input[type=text].funnel-content__input-text, .funnel-concept input[type=email].funnel-content__input-text {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio: 375/667) {
    .funnel-concept input[type=text].funnel-content__input-text, .funnel-concept input[type=email].funnel-content__input-text {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio: 9/16) {
    .funnel-concept input[type=text].funnel-content__input-text, .funnel-concept input[type=email].funnel-content__input-text {
        font-size: 16px
    }
}
.mt-20{margin-top: 20px;}

.consistency-wr .wr {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-top: 10px
}
.wr_svg{margin-bottom: 0px!important;}
.icon_wr {
    width:46px;
    height:46px;
    border-radius:6px;
    background: var(--bg-card);
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin:0 0 18px;
    font-size:24px;
    box-sizing:border-box;
    color:var(--h-color)
}
.consistency-titles {
    font-size:16px;
    font-weight:700;
    color:#d76e43;

    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center
}
.wr_consistency {
    color:var(--h-color);
    font-size:13px;
    line-height:1.5
}
.wr_consistency span {
    font-weight:600;
    display:block;
    margin:0 0 2px;
    font-size:14px
}
.consistency-wr .wr>div a {
    color:#42afc7;
    text-decoration:none
}
.features-title {color: var(--h-color)}
.funnel-concept .funnel-steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 72px;
    background-color:var(--bs-ContentSection-footer);
    border-bottom: 1px solid rgba(42, 49, 61, .16)
}

.funnel-concept .funnel-steps__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 480px
}

.funnel-concept .funnel-steps__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

.funnel-concept .funnel-steps__item:not(:first-child) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.funnel-concept .funnel-steps__item:not(:first-child):before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: rgba(42, 49, 61, .16)
}



.funnel-concept .funnel-content {
    position: relative;
    display: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 26px;
    padding-bottom: 48px
}

.funnel-concept .funnel-content__message-content {
    position: relative;
    border-radius: 4px;
    padding: 16px;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
    max-width: 736px;
    background: #f8f7fa;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .16);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.funnel-concept .funnel-content__message-icon-warning {
    width: 26px;
    height: 26px;
    margin-right: 16px;
    fill: currentColor
}

.funnel-concept .funnel-content__message-icon {
    font-size: 12px;
    font-weight: 600;
    color: #eb3e3b;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.funnel-concept .funnel-content__message-close-button {
    right: 8px;
    top: 8px;
    position: absolute;
    opacity: .48;
    padding: 8px;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    background-color: transparent;
    cursor: pointer
}

.funnel-concept .funnel-content__message-close-button:focus {
    outline: 0
}

.funnel-concept .funnel-content__message-icon-close {
    width: 12px;
    height: 12px;
    pointer-events: none;
    color: #282930;
    fill: currentColor
}

.funnel-concept .funnel-content__message-text {
    font-size: 12px;
    line-height: 16px;
    color: #607d8b;
    margin-top: 12px
}

.funnel-concept .funnel-content__headline {
    line-height: 24px;
    text-align: center
}

.funnel-concept .funnel-content__headline--main {
    font-size: 18px;
    font-weight: 400;
    color: #49bff3;
    margin-bottom: 11px
}

.funnel-concept .funnel-content__headline--secondary {
    font-size: 24px;
    font-weight: 600;
    color: #2a313d;
    margin-bottom: 34px
}

@media (min-width: 960px) {
    .funnel-concept .funnel-content__headline--secondary {
        margin-bottom: 50px
    }
}

.funnel-concept .funnel-content__input-text {
    font-size: 14px;
    width: 100%;
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 4px;
    border: 1px solid rgba(42, 49, 61, .16);
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.funnel-concept .funnel-content__input-text::-webkit-input-placeholder {
    color: #757f84;
    line-height: normal
}

.funnel-concept .funnel-content__input-text::-moz-placeholder {
    color: #757f84;
    opacity: 1
}

.funnel-concept .funnel-content__input-text:-ms-input-placeholder {
    color: #757f84;
    line-height: normal
}

.funnel-concept .funnel-content__link {
    font-size: 12px;
    line-height: 16px;
    color: #49bff3;
    text-decoration: underline
}

.funnel-concept .funnel-content__text {
    font-size: 13px
}

.funnel-concept .funnel-content__text--login {
    width: 100%;
    text-align: center;
    margin-top: 12px
}

.funnel-concept .funnel-content__text--terms-of-use {
    margin-top: 18px;
    margin-bottom: 0
}

.funnel-concept .funnel-content__text--terms-of-use.is-invalid label:before {
    border-color: red
}

.funnel-concept .funnel-content__create-account-button {
    width: 100%;
    margin-top: 16px
}

@media (min-width: 960px) {
    .funnel-concept .funnel-content__create-account-button {
        height: 48px
    }
}

.funnel-concept .funnel-content--create-account {
    max-width: 480px
}

.funnel-concept .funnel-content--select-device {
    max-width: 480px
}

@media (min-width: 960px) {
    .funnel-concept .funnel-content--select-device {
        max-width: none
    }
}

.funnel-concept .funnel-content--select-device .funnel-content__headline--secondary {
    line-height: 32px
}

.funnel-concept .funnel-content--choose-plan {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
}

.funnel-concept .funnel-content--choose-plan .funnel-content__message {
    padding-left: 15px;
    padding-right: 15px
}

.funnel-concept .funnel-content__button-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

@media (min-width: 960px) {
    .funnel-concept .funnel-content__button-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.funnel-concept .funnel-content__device-button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 16px;
    border-radius: 4px;
    border: 1px solid rgba(42, 49, 61, .16);
    text-align: left;
    background-color: transparent;
    outline: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 960px) {
    .funnel-concept .funnel-content__device-button {
        width: 224px;
        height: 224px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
        margin-right: 16px
    }
}

.funnel-concept .funnel-content__device-button [type=radio]:not(:checked), .funnel-concept .funnel-content__device-button [type=radio]:checked {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -9999px
}

.funnel-concept .funnel-content__device-button:last-child {
    margin-bottom: 0
}

@media (min-width: 960px) {
    .funnel-concept .funnel-content__device-button:last-child {
        margin-right: 0
    }
}

.funnel-concept .funnel-content__device-icon {
    width: 32px;
    height: 32px;
    fill: #ccced1;
    pointer-events: none
}

@media (min-width: 960px) {
    .funnel-concept .funnel-content__device-icon {
        width: 80px;
        height: 80px;
        margin-top: 65px
    }
}

.funnel-concept .funnel-content__device-name {
    font-size: 14px;
    color: #2b313b;
    text-transform: uppercase;
    margin-left: 20px;
    pointer-events: none
}

@media (min-width: 960px) {
    .funnel-concept .funnel-content__device-name {
        text-align: center;
        margin-left: 0;
        margin-top: 35px
    }
}

.funnel-concept .funnel-content .form-control__input-wrapper {
    position: relative
}

.funnel-concept .funnel-content .form-control__input-wrapper.is-invalid .form-control__mess {
    opacity: 1
}

.funnel-concept .funnel-content .form-control__mess {
    position: absolute;
    left: 0;
    top: calc(100% + 3px);
    font-size: 10px;
    color: red;
    opacity: 0;
    -webkit-transition: opacity .225s ease;
    transition: opacity .225s ease
}

.funnel-concept .funnel-content__preloader {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .98;
    z-index: 1
}

.funnel-concept .funnel-content__preloader-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    display: inline-block;
    background-size: 100% auto !important
}

.funnel-concept[data-step="1"] .funnel-steps__item:nth-child(1) .funnel-steps__item-text {
    color: #fff;
    background-color: #49bff3;
    border-color: #49bff3
}

.funnel-concept[data-step="1"] .funnel-content--create-account {
    display: block
}

.funnel-concept[data-step="2"] .funnel-steps__item:nth-child(1) .funnel-steps__item-text {
    color: #49bff3;
    background-color: var(--bs-ContentSection-footer);
    border-color: #49bff3
}

.funnel-concept[data-step="2"] .funnel-steps__item:nth-child(2) .funnel-steps__item-text {
    color: #fff;
    background-color: #49bff3;
    border-color: #49bff3
}

.funnel-concept[data-step="2"] .funnel-steps__item:nth-child(2):before {
    background-color: #49bff3
}

.funnel-concept[data-step="2"] .funnel-content--select-device {
    display: block
}

.funnel-concept[data-step="3"] .funnel-steps__item:nth-child(1) .funnel-steps__item-text, .funnel-concept[data-step="3"] .funnel-steps__item:nth-child(2) .funnel-steps__item-text {
    color: #49bff3;
    background-color: #f9f9fa;
    border-color: #49bff3
}

.funnel-concept[data-step="3"] .funnel-steps__item:nth-child(1):before, .funnel-concept[data-step="3"] .funnel-steps__item:nth-child(2):before {
    background-color: #49bff3
}

.funnel-concept[data-step="3"] .funnel-steps__item:nth-child(3) .funnel-steps__item-text {
    color: #fff;
    background-color: #49bff3;
    border-color: #49bff3
}

.funnel-concept[data-step="3"] .funnel-steps__item:nth-child(3):before {
    background-color: #49bff3
}

.funnel-concept[data-step="3"] .funnel-content--choose-plan {
    display: block
}

.funnel-concept[data-step="4"] .funnel-steps__item:nth-child(1) .funnel-steps__item-text, .funnel-concept[data-step="4"] .funnel-steps__item:nth-child(2) .funnel-steps__item-text, .funnel-concept[data-step="4"] .funnel-steps__item:nth-child(3) .funnel-steps__item-text {
    color: #49bff3;
    background-color: #f9f9fa;
    border-color: #49bff3
}

.funnel-concept[data-step="4"] .funnel-steps__item:nth-child(1):before, .funnel-concept[data-step="4"] .funnel-steps__item:nth-child(2):before, .funnel-concept[data-step="4"] .funnel-steps__item:nth-child(3):before {
    background-color: #49bff3
}

.funnel-concept[data-step="4"] .funnel-steps__item:nth-child(4) .funnel-steps__item-text {
    color: #fff;
    background-color: #49bff3;
    border-color: #49bff3
}

.funnel-concept[data-step="4"] .funnel-steps__item:nth-child(4):before {
    background-color: #49bff3
}

.funnel-concept .wiggle {
    -webkit-animation: wiggle 200ms linear 225ms 2;
    animation: wiggle 200ms linear 225ms 2
}

@media (min-width: 960px) {
    .funnel-concept .wiggle {
        -webkit-animation: wiggle 200ms linear 2;
        animation: wiggle 200ms linear 2
    }
}

@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: translate(2px, 0);
        transform: translate(2px, 0)
    }
    50% {
        -webkit-transform: translate(-2px, 0);
        transform: translate(-2px, 0)
    }
    to {
        -webkit-transform: translate(2px, 0);
        transform: translate(2px, 0)
    }
}

@keyframes wiggle {
    0% {
        -webkit-transform: translate(2px, 0);
        transform: translate(2px, 0)
    }
    50% {
        -webkit-transform: translate(-2px, 0);
        transform: translate(-2px, 0)
    }
    to {
        -webkit-transform: translate(2px, 0);
        transform: translate(2px, 0)
    }
}

@media (max-width: 959px) {
}

.try-now-page-cp.mobile-menu-open .funnel-concept-menu {
    opacity: 1;
    pointer-events: auto
}

@media (min-width: 960px) {
    .try-now-page-cp__overlay {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .try-now-page-cp .funnel-concept-menu {
        opacity: 1;
        pointer-events: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 320px;
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        position: static;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.try-now-page-cp .funnel-concept .products-head.fixed {
    left: 320px
}

}

.funnel-concept .funnel-steps {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	height:72px;
	background-color:var(--bs-ContentSection-footer);

}
.funnel-concept .funnel-steps__wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	max-width:600px;

}



.funnel-concept .funnel-steps__item {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:end;
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	position:relative
}
.funnel-concept .funnel-steps__item:not(:first-child) {
	-webkit-box-flex:1;
	-webkit-flex:1 0 auto;
	-ms-flex:1 0 auto;
	flex:1 0 auto
}
.funnel-concept .funnel-steps__item:not(:first-child):before {
	content:' ';
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	height:1px;
	background-color:var(--line-tarif)
}
.funnel-concept .funnel-steps__item-text {
	display:block;
	font-size:14px;
	color:var(--h-color);
	text-align:center;
	width:22px;
	height:22px;
	line-height:22px;
	border-radius:50%;
	background-color:var(--bs-ContentSection-footer);
	position:relative;
	border:1px solid rgba(42,49,61,.16)
}
.funnel-concept .funnel-content {
	position:relative;
	display:none;
	margin-left:auto;
	margin-right:auto;
	padding-left:16px;
	padding-right:16px;
	padding-top:26px;
	padding-bottom:48px
}
.funnel-concept .funnel-content__message-content {
	position:relative;
	border-radius:4px;
	padding:16px;
	margin-bottom:45px;
	margin-left:auto;
	margin-right:auto;
	max-width:736px;
	background:#f8f7fa;
	-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,.16);
	box-shadow:0 0 4px 0 rgba(0,0,0,.16);
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.funnel-concept[data-step="1"] .funnel-steps__item:nth-child(1) .funnel-steps__item-text {

	color:

			#fff;

	background-color:
			#49bff3;

	border-color:

			#49bff3;

}
@media (max-width:1200px) {
body.buynow-splite .funnel-content--choose-plan .products-head .col-2 .product-item {
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between
}
}
body.buynow-splite form {

	width: 100%;

	display: -webkit-box;

	display: -webkit-flex;

	display: -ms-flexbox;

	display: flex;

	-webkit-flex-wrap: wrap;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	-webkit-box-pack: center;

	-webkit-justify-content: center;

	-ms-flex-pack: center;

	justify-content: center;

}
body.buynow-splite .funnel-content--choose-plan form {

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;

}
body.buynow-splite .products-head {
	padding:0
}
body.buynow-splite .products-head .wr {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	max-width:1040px
}
body.buynow-splite .clean-pad {
	padding:0
}
body.buynow-splite .vis-mob {
	display:none
}
body.buynow-splite .products-features .wr .features-box.vis-mob {

	display: none;

}
body.buynow-splite .descr {
	text-align:center;
	padding:25px 0 50px;
	color:#757f84;
	font-size:12px
}
body.buynow-splite .endorsements {
	background:#f9f9fa
}
body.buynow-splite .col-2 {
	background:var(--bg-card);
	-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,.16);
	box-shadow:0 4px 4px 0 rgba(0,0,0,.16);
	border-radius:4px 4px 0 0;
	width:17%;
	padding:30px 20px 10px;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-top:4px solid #49bff3;
	margin:0 5px;
	position:relative;
	overflow:hidden
}
body.buynow-splite .col-2.vis-mob {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
body.buynow-splite .col-2 .product-item {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}
body.buynow-splite .col-2 .product-item .txt-wr,
body.buynow-splite .col-2 .product-item .price-wr {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	width:100%
}
body.buynow-splite .col-2 .product-item[data-discount=true] .btn-wr {
	margin-top:30px
}
body.buynow-splite .col-2 .product-item .discount-ribbon {
	position:absolute;
	background:#f34949;
	color:#fff;
	font-size:10px;
	padding:3px 30px;
	right:10px;
	top:13px;
	white-space:nowrap;
	text-transform:uppercase;
	-webkit-transform:rotate(45deg) translate(44%,100%);
	-ms-transform:rotate(45deg) translate(44%,100%);
	transform:rotate(45deg) translate(44%,100%);
	-webkit-transform-origin:right;
	-ms-transform-origin:right;
	transform-origin:right;
	font-weight:700
}
body.buynow-splite .col-2 .product-item svg {
	margin-bottom:15px
}
body.buynow-splite .col-2 .product-item span {
	width:100%;
	text-align:center
}
body.buynow-splite .col-2 .product-item span.month {
	font-size:14px;
	text-transform:uppercase;
	color:#27a0eb;
	font-weight:700;
	line-height:16px
}
body.buynow-splite .col-2 .product-item span.title {
	font-size:14px;
	color:var(--h-color);
	font-weight:600;
	text-transform:uppercase;
    margin-top: 10px;
}
body.buynow-splite .col-2 .product-item .without-discount {
	text-decoration:line-through;
	color:#757f84;
	font-size:12px;
	line-height:16px
}
body.buynow-splite .col-2 .product-item .price-pr {
	font-size:24px;
	padding-top:25px;
	font-weight:600;
    color: var(--price-pr);
}
body.buynow-splite .col-2 .product-item .price-pr sup {
	font-size:50%;
	font-weight:400;
	vertical-align:super
}
body.buynow-splite .col-2 .product-item .price-pr .tarif {
	font-weight:400;
	font-size:12px
}
body.buynow-splite .col-2 .btn-wr {
	margin-top:30px;
	width:100%
}
body.buynow-splite .col-2 .btn-wr .btn {
	width:100%;
	padding:12px;
	font-weight:700;
	font-size:14px;
	border-radius:4px;
	letter-spacing:.5px;
	text-transform:uppercase;
	margin-bottom:10px;
	cursor:pointer;
	-webkit-box-shadow:none;
	box-shadow:none;
	border:none
}
body.buynow-splite .col-2 .btn-wr .btn.green {
	background:#d76e43;
	color:#fff;
	-webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);

	box-shadow: 0 4px 6px
	rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
}
body.buynow-splite .col-2 .btn-wr .btn.gray {
	padding:0;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	border:1px solid rgba(42,49,61,.16);
	background:#fff
}


body.buynow-splite .col-4 {
	width:calc(100% - ((17% + 10px) * 4));
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:end;
	-webkit-align-items:flex-end;
	-ms-flex-align:end;
	align-items:flex-end
}
body.buynow-splite .col-4 svg {
	margin-bottom:80px
}
body.buynow-splite .products-features {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom: 50px;
}

body.buynow-splite .products-features .wr {
	width:100%;
	max-width:1040px
}
body.buynow-splite .products-features .wr .head-features,
body.buynow-splite .products-features .wr .features-box {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-align-self:center;
	-ms-flex-item-align:center;
	align-self:center;
	height:42px
}





body.buynow-splite .products-features .wr .head-features .col-2,
body.buynow-splite .products-features .wr .features-box .col-2 {
	border-top:none;
	border-radius:0;
	background:0 0;
	font-size:12px;
	padding:0;
	height:42px;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
body.buynow-splite .products-features .wr .head-features .features-title,
body.buynow-splite .products-features .wr .head-features .features-platform,
body.buynow-splite .products-features .wr .features-box .features-title,
body.buynow-splite .products-features .wr .features-box .features-platform {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center
}
body.buynow-splite .products-features .wr .head-features .features-title span,
body.buynow-splite .products-features .wr .head-features .features-platform span,
body.buynow-splite .products-features .wr .features-box .features-title span,
body.buynow-splite .products-features .wr .features-box .features-platform span {
	max-width:125px;
	font-size:10px;
	line-height:12px
}
body.buynow-splite .products-features .wr .head-features .col-4,
body.buynow-splite .products-features .wr .features-box .col-4 {
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between
}
body.buynow-splite .products-features .wr .features-box .col-2 {
	background:var(--bg-card)
}
body.buynow-splite .products-features .wr .features-box .col-2 {

	border-radius:0 0 4px 4px;
	height:50px;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
body.buynow-splite .products-features .wr .head-features {
	position:relative
}
body.buynow-splite .products-features .wr .head-features .col-2 {
	background:#f9f9fa
}
body.buynow-splite .products-features .wr .head-features .col-4 {
	text-transform:uppercase;
	font-size:12px;
	font-weight:600;
	color:#323345;
	padding-left:15px;
	letter-spacing:.43px
}
body.buynow-splite .products-features .wr .head-features:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:5px;
	bottom:0;
	background:#f9f9fa;
	z-index:-1
}
@media(min-width:769px) {
	body.buynow-splite.de-buynow-splite .products-head .col-2,
	body.buynow-splite.de-buynow-splite .head-features .col-2,
	body.buynow-splite.de-buynow-splite .features-box .col-2 {
		width:23%
	}
}
html[lang=fr] body.buynow-splite .col-2 .product-item .discount-ribbon {
	font-size:11px;
	right:9px;
	top:11px
}
html[lang=fr] body.buynow-splite .products-features .wr .head-features .features-title span,
html[lang=fr] body.buynow-splite .products-features .wr .head-features .features-platform span,
html[lang=fr] body.buynow-splite .products-features .wr .features-box .features-title span,
html[lang=fr] body.buynow-splite .products-features .wr .features-box .features-platform span {
	max-width:165px
}
@media only screen and (max-width:768px) {
	html[lang=de] body.buynow-splite .features-title span {
		font-size:9px!important
	}
	html[lang=fr] body.buynow-splite .products-features .wr .features-box .col-4 {
		width:60%
	}
	html[lang=fr] body.buynow-splite .products-features .wr .features-box .col-2 {
		width:20%
	}
	html[lang=fr] body.buynow-splite .products-features .wr .head-features .col-4 {
		width:60%;
		font-size:10px
	}
	html[lang=fr] body.buynow-splite .products-features .wr .head-features .col-2 {
		width:20%
	}
	html[lang=fr] body.buynow-splite .products-features .features-box.vis-mob span {
		font-size:11px
	}
	html[lang=fr] body.buynow-splite .products-features .wr .head-features .features-title span,
	html[lang=fr] body.buynow-splite .products-features .wr .head-features .features-platform span,
	html[lang=fr] body.buynow-splite .products-features .wr .features-box .features-title span,
	html[lang=fr] body.buynow-splite .products-features .wr .features-box .features-platform span {
		max-width:112px
	}
	body.buynow-splite .products-features .wr .features-box:last-child .col-2 .buynow-splite-sprite {
		margin-top:5px!important
	}
	body.buynow-splite.mb-tst .wr {
		padding:0 15px
	}
	body.buynow-splite.mb-tst button.button-gray.ppl {
		display:none!important
	}
	body.buynow-splite.mb-tst .products-head,
	body.buynow-splite.mb-tst .titled {
		background:#49bff3
	}
	body.buynow-splite.mb-tst .products-head h1,
	body.buynow-splite.mb-tst .titled h1 {
		display:none
	}
	body.buynow-splite.mb-tst .products-head .col-2,
	body.buynow-splite.mb-tst .titled .col-2 {
		margin:0;
		padding:0;
		min-height:98px;
		-webkit-box-align:center;
		-webkit-align-items:center;
		-ms-flex-align:center;
		align-items:center;
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		background:#f9f9fa;
		border-radius:8px;
		border-bottom:1px solid #d8d9db
	}
	body.buynow-splite.mb-tst .products-head .col-2:hover,
	body.buynow-splite.mb-tst .products-head .col-2.active,
	body.buynow-splite.mb-tst .titled .col-2:hover,
	body.buynow-splite.mb-tst .titled .col-2.active {
		background:#fff;
		width:calc(100% + 20px);
		margin-left:-10px;
		margin-right:-10px;
		margin-top:-1px;
		margin-bottom:-1px;
		z-index:9;
		-webkit-box-shadow:none;
		box-shadow:none;
		border:none;
		height:100px
	}
	body.buynow-splite.mb-tst .products-head .col-2:hover .product-item .btn-wr .btn,
	body.buynow-splite.mb-tst .products-head .col-2.active .product-item .btn-wr .btn,
	body.buynow-splite.mb-tst .titled .col-2:hover .product-item .btn-wr .btn,
	body.buynow-splite.mb-tst .titled .col-2.active .product-item .btn-wr .btn {
		color:#fff;
		background:#7bbb29
	}
	body.buynow-splite.mb-tst .products-head .col-2[mb-order="1"],
	body.buynow-splite.mb-tst .titled .col-2[mb-order="1"] {
		-webkit-box-ordinal-group:2;
		-webkit-order:1;
		-ms-flex-order:1;
		order:1
	}
	body.buynow-splite.mb-tst .products-head .col-2[mb-order="2"],
	body.buynow-splite.mb-tst .titled .col-2[mb-order="2"] {
		-webkit-box-ordinal-group:3;
		-webkit-order:2;
		-ms-flex-order:2;
		order:2
	}
	body.buynow-splite.mb-tst .products-head .col-2[mb-order="3"],
	body.buynow-splite.mb-tst .titled .col-2[mb-order="3"] {
		-webkit-box-ordinal-group:4;
		-webkit-order:3;
		-ms-flex-order:3;
		order:3
	}
	body.buynow-splite.mb-tst .products-head .col-2[mb-order="4"],
	body.buynow-splite.mb-tst .titled .col-2[mb-order="4"] {
		-webkit-box-ordinal-group:5;
		-webkit-order:4;
		-ms-flex-order:4;
		order:4
	}
	body.buynow-splite.mb-tst .products-head .col-2:last-child,
	body.buynow-splite.mb-tst .titled .col-2:last-child {
		border-bottom:none
	}
	body.buynow-splite.mb-tst .products-head .col-2 .discount-ribbon,
	body.buynow-splite.mb-tst .titled .col-2 .discount-ribbon {
		display:none
	}
	body.buynow-splite.mb-tst .products-head .col-2 .product-item,
	body.buynow-splite.mb-tst .titled .col-2 .product-item {
		width:calc(100% - 30px);
		margin:0 auto;
		-webkit-box-pack:justify;
		-webkit-justify-content:space-between;
		-ms-flex-pack:justify;
		justify-content:space-between
	}
	body.buynow-splite.mb-tst .products-head .col-2 .product-item form,
	body.buynow-splite.mb-tst .titled .col-2 .product-item form {
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-box-pack:justify;
		-webkit-justify-content:space-between;
		-ms-flex-pack:justify;
		justify-content:space-between;
		-webkit-box-align:center;
		-webkit-align-items:center;
		-ms-flex-align:center;
		align-items:center;
		max-width:380px;
		margin:0 auto
	}
	body.buynow-splite.mb-tst .products-head .col-2 .product-item .btn-wr,
	body.buynow-splite.mb-tst .titled .col-2 .product-item .btn-wr {
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		margin:5px 0 0!important;
		-webkit-box-pack:end;
		-webkit-justify-content:flex-end;
		-ms-flex-pack:end;
		justify-content:flex-end
	}
	body.buynow-splite.mb-tst .products-head .col-2 .product-item .btn-wr .btn,
	body.buynow-splite.mb-tst .titled .col-2 .product-item .btn-wr .btn {
		width:100%;
		margin:0;
		background:0 0;
		color:#7bbb29;
		border:1px solid #7bbb29;
		border-radius:32px;
		font-size:12px;
		line-height:17px;
		padding:7px;
		max-width:120px
	}
	body.buynow-splite.mb-tst .products-head .col-2 .product-item .btn-wr .btn.gray,
	body.buynow-splite.mb-tst .titled .col-2 .product-item .btn-wr .btn.gray {
		display:none
	}
	body.buynow-splite.mb-tst .products-head .col-2 .product-item .btn-wr .btn:focus,
	body.buynow-splite.mb-tst .titled .col-2 .product-item .btn-wr .btn:focus {
		outline:none
	}
	body.buynow-splite.mb-tst .products-head .col-2 .product-item .txt-wr,
	body.buynow-splite.mb-tst .titled .col-2 .product-item .txt-wr {
		margin:0
	}
	body.buynow-splite.mb-tst .products-head .col-2 .product-item .txt-wr.mb-price,
	body.buynow-splite.mb-tst .titled .col-2 .product-item .txt-wr.mb-price {
		min-width:120px
	}
	body.buynow-splite.mb-tst .products-head .col-2 .product-item .txt-wr.mb-price .price-pr,
	body.buynow-splite.mb-tst .titled .col-2 .product-item .txt-wr.mb-price .price-pr {
		font-size:18px
	}
	body.buynow-splite.mb-tst .products-head .col-2 .product-item .txt-wr.mb-price .price-pr sup,
	body.buynow-splite.mb-tst .titled .col-2 .product-item .txt-wr.mb-price .price-pr sup {
		font-size:14px;
		vertical-align:bottom
	}
	body.buynow-splite.mb-tst .products-head .col-2 .product-item .txt-wr.mb-price .price-pr .tarif,
	body.buynow-splite.mb-tst .titled .col-2 .product-item .txt-wr.mb-price .price-pr .tarif {
		font-size:14px
	}
	body.buynow-splite.mb-tst .products-head .col-2 .product-item .txt-wr .without-discount,
	body.buynow-splite.mb-tst .titled .col-2 .product-item .txt-wr .without-discount {
		display:none!important
	}
	body.buynow-splite.mb-tst .products-head .col-2 .product-item span.month,
	body.buynow-splite.mb-tst .titled .col-2 .product-item span.month {
		color:#2a313d;
		font-size:14px;
		line-height:19px;
		font-weight:600;
		text-align:left
	}
	body.buynow-splite.mb-tst .products-head .col-2 .product-item span.title,
	body.buynow-splite.mb-tst .titled .col-2 .product-item span.title {
		color:#757f84;
		line-height:17px;
		text-align:left;
		letter-spacing:.25px;
		font-weight:400
	}
	body.buynow-splite.mb-tst .products-features .vis-mob.descr {
		background:#49bff3;
		width:calc(100% + 30px);
		margin-left:-15px;
		margin-right:-15px;
		color:#fff;
		font-size:11px;
		line-height:15px;
		font-weight:300;
		letter-spacing:.25px
	}
	body.buynow-splite.mb-tst .titled h2 {
		width:100%;
		font-size:20px;
		line-height:27px;
		padding:20px 0 25px;
		color:#fff;
		display:inline-block!important;
		text-align:center;
		font-weight:600
	}
	body.buynow-splite .session-code {
		display:none!important
	}
	body.buynow-splite form {
		-webkit-box-pack:justify;
		-webkit-justify-content:space-between;
		-ms-flex-pack:justify;
		justify-content:space-between
	}
	body.buynow-splite .buynow-splite-sprite.sprite-paypal-icon {
		height:32px!important
	}
	body.buynow-splite .endorsements {
		background:#fff
	}
	body.buynow-splite .hid-mob {
		display:none!important
	}
	body.buynow-splite .vis-mob {
		display:-webkit-box!important;
		display:-webkit-flex!important;
		display:-ms-flexbox!important;
		display:flex!important
	}
	body.buynow-splite h2.vis-mob {
		color:#35363f;
		font-size:20px;
		line-height:24px;
		text-align:center;
		padding:25px 0 30px;
		max-width:215px;
		margin:0 auto
	}
	body.buynow-splite .wr {
		padding:0px
	}
	body.buynow-splite .descr {
		padding:20px 0 30px;
		display:block!important
	}
	body.buynow-splite .buynow-splite-sprite {
		width:25px;

		-webkit-transform:scale(.85);
		-ms-transform:scale(.85);
		transform:scale(.85)
	}
	body.buynow-splite .pci-mob {
		-webkit-box-pack:center;
		-webkit-justify-content:center;
		-ms-flex-pack:center;
		justify-content:center;
		padding:30px 0;
		margin:0 -15px
	}
	body.buynow-splite .titled h1 {
		font-size:20px;
		line-height:27px;
		padding:20px 0 25px
	}
	body.buynow-splite .products-head .col-4 {
		display:none
	}
	body.buynow-splite .products-head .col-2 {
		width:100%;
		border-top:none;
		padding:30px 20px 0;
		margin:0 0 10px;
		border-radius:4px;
		-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,.16);
		box-shadow:0 0 4px 0 rgba(0,0,0,.16);
	}
	body.buynow-splite .products-head .col-2 .btn-wr {
		margin-bottom:-1px
	}
	body.buynow-splite .products-head .col-2 .btn-wr .btn {
		width:calc(100% + 40px);
		margin:0 -20px;
		padding:10px;
		border-radius:0
	}
	body.buynow-splite .products-head .col-2 .btn-wr .btn.gray {
		padding:2px;
		background:#fff
	}
	body.buynow-splite .products-head .col-2 .btn-wr .btn.de-paypal {
		font-size:16px;
		background-size:225px!important
	}
	body.buynow-splite .products-head .col-2 .product-item {
		-webkit-box-align:center;
		-webkit-align-items:center;
		-ms-flex-align:center;
		align-items:center;
		-webkit-box-pack:justify;
		-webkit-justify-content:space-between;
		-ms-flex-pack:justify;
		justify-content:space-between
	}
	body.buynow-splite .products-head .col-2 .product-item svg {
		margin:0
	}

	body.buynow-splite .products-head .col-2 .product-item .txt-wr {
		width:auto;
		margin-top: 10px;
	}
	body.buynow-splite .products-head .col-2 .product-item .txt-wr .price-pr {
		padding:0
	}
	body.buynow-splite .products-features .wr .features-box:last-child .col-2 {
		border-bottom:none
	}
	body.buynow-splite .products-features .wr .head-features:after {
		left:-15px;
		right:-15px
	}
	body.buynow-splite .products-features .wr .head-features .col-4 {
		width:50%;
		padding-left:0
	}
	body.buynow-splite .products-features .wr .head-features .col-2:not(:nth-child(1)) {
		display:none;
		width:25%;
		margin:0
	}
	body.buynow-splite .products-features .wr .features-box .features-platform {
		margin-right:5px
	}
	body.buynow-splite .products-features .wr .features-box .col-4 {
		width:50%
	}
	body.buynow-splite .products-features .wr .features-box .col-2 {
		margin:0;
		width:25%;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap
	}
	body.buynow-splite .products-features .wr .features-box .col-2:not(:nth-child(1)) {
		display:none
	}
	body.buynow-splite .col-2 .btn-wr {
		margin-top:30px!important
	}
	body.buynow-splite .col-2.brd-right {
		border-radius:0 0 0 4px!important
	}
	body.buynow-splite .col-2.brd-left {
		border-radius:0 0 4px 0!important
	}
	body.buynow-splite .features-title {
		font-size:11px
	}
	body.buynow-splite .sprite-platform-android,
	body.buynow-splite .sprite-platform-ios {
		width:16px;
		background-position-x:-14px
	}
	body.buynow-splite .products-features .features-box.vis-mob {
		height:auto
	}
	body.buynow-splite .products-features .features-box.vis-mob .col-2 {
		border-top:4px solid #49bff3;
		padding:15px 0;
		border-radius:4px 4px 0 0;
		height:auto
	}
	body.buynow-splite .products-features .features-box.vis-mob .col-2.brd-left {
		border-radius:4px 0 0 0!important
	}
	body.buynow-splite .products-features .features-box.vis-mob .col-2.brd-right {
		border-radius:0 4px 0 0!important;
		display: none;
	}
	body.buynow-splite .products-features .features-box.vis-mob span {
		width:100%;
		text-align:center;
		color:#35363f;
		font-size:12px;
		line-height:14px
	}
	body.buynow-splite .products-features .features-box.vis-mob span.title {
		font-weight:600;
		text-transform:uppercase
	}
	body.buynow-splite .products-head.fixed {
		position:static
	}
}
@media only screen and (max-width:340px) {
	body.buynow-splite .features-title {
		font-size:10px
	}
	body.buynow-splite.mb-tst .titled h2 {
		font-size:18px;
		line-height:22px;
		padding:15px 0
	}
	body.buynow-splite.mb-tst .products-head .col-2 {
		min-height:86px
	}
	body.buynow-splite.mb-tst .products-head .col-2 .product-item span.month {
		font-size:13px
	}
	body.buynow-splite.mb-tst .products-head .col-2:hover {
		height:90px
	}
	body.buynow-splite.mb-tst .products-head .col-2 .product-item .txt-wr {
		max-width:70px
	}
	body.buynow-splite.mb-tst .products-head .col-2 .product-item .txt-wr.mb-price {
		min-width:115px
	}
	body.buynow-splite .products-features .wr .head-features .col-4 {
		font-size:11px
	}
	body.buynow-splite .col-2 .mb-price {
		margin-right:15px
	}
}
@media only screen and (max-width:890px) {
	body.buynow-splite .col-2 {
		padding:20px 10px 10px
	}
	body.buynow-splite .endorsements .endorsements-list li {
		-webkit-flex-basis:20%!important;
		-ms-flex-preferred-size:20%!important;
		flex-basis:20%!important
	}
	body.buynow-splite .features-title span {
		max-width:100px;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		font-size:11px;
		line-height:14px
	}
}
@media only screen and (min-width:769px) {
	body.buynow-splite .products-head.fixed {
		position:fixed;
		top:48px;
		left:0px;
		right:0;
		background:#f6f9fc;
		padding-top:23px;
		z-index:3
	}
	body.buynow-splite .products-head.fixed .wr {
		position:relative;

	}
	body.buynow-splite .products-head.fixed .wr:after {
		content:'';
		height:1px;
		position:absolute;
		bottom:0;
		left:20px;
		right:23px;

	}
	body.buynow-splite .products-head.fixed .product-item .without-discount {
		display:none!important
	}
	body.buynow-splite .products-head.fixed .product-item[data-discount=true] .btn-wr {
		margin-top:30px
	}
	body.buynow-splite .products-head.fixed .product-item svg,
	body.buynow-splite .products-head.fixed .product-item .price-pr,
	body.buynow-splite .products-head.fixed .product-item .without-discount {
		display:none
	}
}
body.buynow-splite .products-features .wr .features-box:last-child .col-2 .buynow-splite-sprite {
	margin-top:10px
}


.sprite-check {

	background-image: var(--check);
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	display:inline-block
}
.sprite-stop {

    background-image: url(/images/svg/check_stop.svg);
    background-repeat: no-repeat;
    width: 33px;
    height: 24px;
    display:inline-block;
    margin-top: -5px;
}
.sprite-disabled {

	background-position: 0 2.1172638436482085%;
	width: 42px;
	height: 42px;

}
.erD {
    font-size: 16px;
    margin-right: 10px;
    color: var(--h-color);
}
