.l-header.fixed {
	background-color: #21252E;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	transition: top 0.5s;
	z-index: 7;
	min-width: auto;
	height: 70px;
	margin-bottom: -80px;
	transform: translateY(-100px);
	transition: transform 0.3s;
	width: 100%;
}
.l-header.fixed.show {
	top: 0;
	min-width: 96rem;
	position: fixed;
	margin-bottom: 0px;
	transform: translateY(0px);
}
.l-header .btns-wrapper {
    float: right;
    margin-top: 6px;
    text-align: center;
    width: auto;
    display: block;
}
.l-header.fixed.show .l-center {
	position: relative;
}
.l-header.fixed.show .btns-wrapper {
    position: absolute;
    right: 5px;
    float: none;
}
.dir-rtl .l-header.fixed.show .btns-wrapper {
	right: auto;
	left: 5px;
}
.l-header .go-btn {
	font-size: 14px;
	padding: 10px 20px;
	background-color: #f8c52b;
	cursor: pointer;
	color: #fff;
	text-align: center;
	color: #000;
	text-decoration: none;
	display: inline-block;
}

.firefox #wrapper,
.msie #wrapper {
	display: block;
	height: auto !important;
	min-height: 100%;
}
.firefox .l-content,
.msie .l-content {
	display: block;
	position: relative;
	width: 100%;
}

.new-ui {
	font-family: 'Roboto', sans-serif;
}
.new-ui .line {
	padding: 40px 0;
}
.new-ui .line.fade {
	background-color: #f9f9f9;
	/* padding-top: 20px; */
}

.new-ui .features {
	font-size: inherit;
    line-height: inherit;
    margin: 0px;
    text-align: inherit;
}
.new-ui .bg {
	width: 100%;
	background-image: url('du-bg-dark.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #21252E;
	background-position: center top;
}
.new-ui .bg.onefield {
	padding-bottom: 36px;
}
/*** updatesinfo ***/
.updatesinfo {
    display: block;
    max-width: 388px;
    padding: 30px 0 0 0;
    background-color: transparent;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.4em;
    position: absolute;
    left: 0px;
    top: 36px;
    margin: 0;
}
.updatesinfo .updatesinfo-inner {
	position: relative;
}
.updatesinfo .updatesinfo-inner:before {
	content: '';
	display: block;
	background: #F8C52B;
	box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, 0.35);
	border-radius: 10px;
	width: 26px;
	height: 6px;
	position: absolute;
	left: 0;
	top: -30px;
}
/*** /updatesinfo ***/
/*
.comodo-check .new-ui .bg {
    padding-top: 3rem;
}
*/
/* .new-ui .bg>.l-center>.partners-link { */
.flash {
	display: block;
	max-width: 45.2rem;
	padding: 2.8rem 3.0rem 2.8rem 3.0rem;
	background-color: #DB1F58;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 3.9rem;
	line-height: 1.53em;
	position: absolute;
	left: 0px;
	top: 17.0rem;
	margin-left: -20px;
}
.flash strong {
	font-weight: 900;
}
.flash:before {
	content: "";
	display: block;
	width: 10px;
	height: 100%;
	position: absolute;
	left: -10px;
	bottom: -10px;
	background-color: #FF4A80;
}
.flash:after {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	position: absolute;
	left: -10px;
	bottom: -10px;
	background-color: #FF4A80;
}
.new-ui #page-first-form {
	position: relative;
	width: 480px;
	float: right;
	margin-top: 36px;
	line-height: 14px;
}
.new-ui #page-first-form .form-inner {
	color: #CECFD1;
	position: relative;
	background-color: #21252E;
	border: 2px solid #CECFD1;
	padding: 30px 48px 6px 48px;
}
.lang-de .new-ui #page-first-form .form-inner {
	padding: 30px 25px 6px 25px;
}
.lang-fr .new-ui #page-first-form .form-inner {
	padding: 30px 25px 6px 25px;
}
.lang-es .new-ui #page-first-form .form-inner {
	padding: 30px 38px 6px 38px;
}
.lang-it .new-ui #page-first-form .form-inner {
	padding: 30px 44px 6px 44px;
}
.form-title {
	font-size: 12px;
	line-height: 1.42em;
	font-weight: 400;
	margin-bottom: 15px;
	color: #CECFD1;
}

.form-title .sp1 {
	color: #CECFD1;
	font-size: 21px;
	margin-right: 0.3em;
}
.form-title .sp2:before {
    content: ' ';
    display: inline-block;
    /*width: 6px;*/
}
.form-title .sp2:after {
    content: '';
    display: block;
}
.form-title .sp2 {
	font-size: 21px;
	color: #f8c52b;
	display: inline-block;
	margin-right: 0.1em;
}
.form-title .break-word {
	word-wrap: break-word;
}
.afterform {
	padding-top: 0px;
	direction: ltr;
}
.products-list,
.products-list .product-item {
	display: block;
	position: relative;
	max-width: 100%;
}
.products-list {
	display: flex;
	justify-content: space-between;
}
.products-list .product-item {
	margin-top: 1em;
	margin-bottom: 1em;
}
.products-list .checkbox {
	display: none;
}
.products-list label {
	position: relative;
	display: inline-block;
	color: #81858E;
	font-size: 1.2rem;
	line-height: 1.4rem;
	padding-left: 2.4rem;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1.4rem;
}
.products-list label:before {
	content: "";
	display: block;
	position: absolute;
	width: 1.4rem;
	height: 1.4rem;
	left: 0px;
	top: 0px;
	background-color: #81858E;
	background-position: 0.1rem center;
	background-repeat: no-repeat;
	background-size: 1.3rem 1.1rem;
}
.products-list .checkbox:checked + label:before {
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.93334 9.6L2.93333 9.60001L3.99399 10.6607L12.0607 1.06066L11 0L3.90285 8.44619L1.01359 5.29426L0 6.39999L2.93334 9.6Z' fill='white'/%3E%3C/svg%3E%0A");
}

.page-form-header {
	color: #9dcfbf;
	font-size: 12px;
	margin-bottom: 10px;
    margin-top: 10px;
}
.page-form-header a {
	color: #9dcfbf;
}
.lang-cs .page-form-header a {
	margin-right: -3px;
}
.page-form-header a:hover, .page-form-header a:focus {
	cursor:pointer;
	color: #fff;
	text-decoration: underline;
	outline: none;
}

.new-ui #page-first-form .page-form-header {
	/* color: #9dcfbf; */
	color: #CECFD1;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 22px 10px 22px 10px;
}
.new-ui #page-first-form .page-form-header a {
	/* color: #9dcfbf; */
	color: #fff;
	text-decoration: underline;
}
.new-ui #page-first-form .page-form-header a:hover,
.new-ui #page-first-form .page-form-header a:focus {
	cursor:pointer;
	color: #fff;
	text-decoration: none;
	outline: none;
}
.new-ui #page-first-form .g-row {
	background-color: #2F333B;
	position: relative;
	margin-bottom: 10px;
}
.new-ui #page-first-form .field-row {
	border: 1px solid #81858E;
}
.new-ui #page-first-form input,
.new-ui #page-first-form select {
	border: 0;
	background-color: transparent;
	line-height: 46px;
	height: 46px;
    font-size: 14px;
    background-image: none;
    box-shadow: none;
    color: #81858E;
}
.new-ui #page-first-form select {
	padding-right: 0px;
	width: calc(100% + 1px);
}
.new-ui #page-first-form div.label {
	display: table;
	width: 100%;
}
.new-ui #page-first-form div.label>div {
	display: table-cell;
	height: 46px;
	vertical-align: middle;
	text-align: right;
	font-size: 16px;
	color: #CECFD1;
	font-weight: 500;
	padding-right: 3px;
}
.trust-wrapper {
	position: relative;
}
.trust-block {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 470px;
}
.c-select + label, .c-input + label {
	display: none;
}
.c-select.c-error, .c-input.c-error {
	border-color: #d70000 !important;
}
.c-select.c-error + label, .c-input.c-error + label {
	position: absolute;
	right: -30px;
	top: 16px;
	display: block;
	width: 16px;
	height: 16px;
	background-image: url('c-error.png');
	background-repeat: no-repeat;
}
.c-select.c-error + label>div, .c-input.c-error + label>div {
	position: absolute;
	right: -10px;
	bottom: 24px;
	height: 45px;
	padding: 0 10px;
	line-height: 45px; 
	border: 1px solid #b3b3b3;
	background: #fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.07);
	white-space: nowrap;
	color: #d80606;
}
.c-select.c-error + label>div::after, .c-input.c-error + label>div::after {
    display: block;
    position: absolute;
    content: '';
    width: 14px;
    height: 12px;
    top: 100%;
    right: 15px;
    background-image: url('q.png');
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}


.c-select.c-valid, .c-input.c-valid {
	border-color: #59b200 !important;
}
.c-select.c-valid + label, .c-input.c-valid + label {
	position: absolute;
	right: -25px;
	top: 16px;
	display: block;
	float: right;
	width: 20px;
	height: 16px;
	background-image: url('c-valid.png');
	background-repeat: no-repeat;
}
.c-select.c-valid + label>div, .c-input.c-valid + label>div {
	display: none;
}
.c-alert.error {
	display: none;
}

.requred {
	position: relative;
}
.requred::after {
	position: absolute;
	display: block;
	color: red;
	content: "*";
	top: 5px;
	right: -6px;
}

/*** SELECT2 *********************************/
.js-select2-wrapper {
	position: relative;
}
.js-select2-wrapper .country-errors {
	display: none;
}
.js-select2-wrapper .select2-container--default .select2-selection--single {
    background-color: #2f333b;
    border: none;
    border-radius: 0px;
    height: auto;
}
.js-select2-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 46px;
	color: #81858E;
}
.js-select2-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px;
}
.select2-dropdown {
	background-color: #2f333b;
	border: none;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	z-index: 9;
}
.select2-dropdown .select2-search input {
	color: #81858E;
	background-color: #2F333B;
	border-radius: 2px;
	border-color: #81858E !important;
	height: 30px;
}
.select2-container--default .select2-results__option--selected {
	background-color: #21252e;
}
.js-select2-wrapper .c-select.c-valid + span + label {
	position: absolute;
	right: -25px;
	top: 16px;
	display: block;
	float: right;
	width: 20px;
	height: 16px;
	background-image: url('c-valid.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
}
/*** / SELECT2 *********************************/

.sendform-button,
.new-ui #page-first-form input.sendform-button {
	width: 100%;
	background-color: #F8C52B !important;
	color: #191D25;
	font-weight: 600;
	cursor: pointer;
}
.afterbutton-links {
	text-align: center;
    padding: 16px 0px 0px 0px;
    font-size: 10px;
    line-height: 1.5em;
    color: #81858E;
}
.afterbutton-links a {
	color: #81858E;
	text-decoration: underline;
	display: inline-block;
	transition: color 0.3s;
}
.afterbutton-links .afterbutton-links-delimiter {
	font-size: inherit;
	line-height: inherit;
	display: inline-block;
	color: inherit;
	margin-left: 0.4em;
    margin-right: 0.4em;
}
.afterbutton-links a:hover, .afterbutton-links a:focus {
	outline: none;
	text-decoration: none;
	color: #fff;
}
.afterbutton-links a:visited {

}
.afterbutton-links a + a {
	margin-left: 6px;
}
.l-header .btns-wrapper .afterbutton-links {
	padding-top: 6px;
	font-size: 9px;
    line-height: 1em;
}
.l-header .btns-wrapper .afterbutton-links a {
	color: #999;
}
.l-header .btns-wrapper .afterbutton-links a + a {
	margin-left: 3px;
}


.features {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.features>li {
	display: table-cell;
	width: 1%;
	text-align: center;
	padding: 86px 20px 20px 20px;
	font-size: 15px;
	background-size: 70px 70px;
	background-repeat: no-repeat;
	background-position: top center;
}
.features>li.ico0 {
	background-image: url('f1.png');
}
.features>li.ico1 {
	background-image: url('f2.png');
}
.features>li.ico2 {
	background-image: url('f3.png');
}
.features>li.ico3 {
	background-image: url('f4.png');
}
.features>li.ico4 {
	background-image: url('f5.png');
}

.new-ui .line.how {
	padding-top: 88px;
	padding-bottom: 60px;
	background-color: #21252E;
	color: #81858E;
	font-size: 14px;
	line-height: 1.45em;
	text-align: center;
}
.how .how-h {
	color: #CCCDCF;
	font-size: 36px;
	line-height: 42px;
	text-align: center;
	margin-bottom: 80px;
}
.how .col {
	width: 50%;
}
.how-item {
	max-width: 436px;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 132px 100px;
	padding: 130px 0px 0px 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 85px;
}
.how-item-1 {
	background-image: url('nb/h1.png');
}
.how-item-2 {
	background-image: url('nb/h2.png');
}
.how-item-3 {
	background-image: url('nb/h3.png');
}
.how-item-4 {
	background-image: url('nb/h4.png');
}
.how-item .h {
	color: #32A5BE;
	font-size: 24px;
	line-height: 35px;
	font-weight: 500;
	margin-bottom: 9px;
}
.how-item .h span {
	text-transform: uppercase;
}
.how-item .sh {
	color: #32A5BE;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 19px;
	word-wrap: break-word;
}

.partners-y {
	position: absolute;
	margin-top: -40px;
}
.partners-h {
	font-size: 36px;
	text-align: center;
	color: #000;
}
.partners {
	width: 100%;
	display: table;
	margin-top: 60px;
	table-layout: fixed;
}
.partners>li {
	display: table-cell;
	width: 1%;
	text-align: center;
	padding: 170px 40px 0px 40px;
	font-size: 14px;
	color: #5a5a5a;
	background-repeat: no-repeat;
	background-position: top center;
	border-right: 1px solid #e0e0e0;
	background-size: auto 152px;
}
.partners>li:nth-child(1) {
	background-image: url('p1.png');
}
.partners>li:nth-child(2) {
	background-image: url('p2.png');
}
.partners>li:nth-child(3) {
	background-image: url('p3.png');
	border-right: 0;
}
.partners>li>p {
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
}
.partners>li>a {
	color: #5a5a5a;
}

.reviews-wrapper {
	position: absolute;
	top: 85px;
	width: 399px;
	height: 320px;
}
.reviews {
	display: block;
	position: relative;
	width: 100%;
	background-color: #ffffff;
	color: #4A4A4A;
	font-size: 14px;
	line-height: 23px;
	box-sizing: border-box;
	border-radius: 6px;
	padding-bottom: 39px;
	background-position: 55px bottom;
	background-repeat: no-repeat;
	background-image: url('r-bottom.png');
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
.reviews:after, .reviews:before {
	content: "";
	display: table;
}
.reviews:after {
	clear: both;
}
.reviews-col {
	position: relative;
	display: block;
	float: left;
	border-radius: 6px;
}
.reviews-col.col-1 {
	width: 169px;
	text-align: center;
	padding-top: 43px;
}
.reviews-col.col-2 {
	width: 230px;
	padding-top: 43px;
	background-image: url('r-top.png');
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 40px;
}
.review {
	display: none;
	position: relative;
	background-image: url("r-quot.png");
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 43px;
}
.review.active {
	display: block;
}
.reviews ul {
	display: block;
}
.reviews li {
	display: block;
}
.review-btn {
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: none;
	border: none;
	opacity: 0.4;
	transition: opacity 0.3s;
}
.review-btn:hover, .review-btn:focus {
	outline: none;
	cursor: pointer;
	border: none;
	opacity: 1;
}
.review-btn.active {
	opacity: 1;
}
.review-btn.btn-1 {
	background-image: url("r1.png");
	width: 79px;
	height: 24px;
	margin-bottom: 30px;
}
.review-btn.btn-2 {
	background-image: url("r2.png");
	width: 81px;
	height: 22px;
	margin-bottom: 26px;
}
.review-btn.btn-3 {
	background-image: url("r3.png");
	width: 77px;
	height: 34px;
	margin-bottom: 27px;
}
.review-btn.btn-4 {
	background-image: url("r4.png");
	width: 57px;
	height: 22px;
	margin-bottom: 26px;
}
.review-btn.btn-5 {
	background-image: url("r5.png");
	width: 75px;
	height: 27px;
}
.review-author {
	background-repeat: no-repeat;
	background-position: left center;
	/* padding-left: 43px; */
	margin-top: 38px;
}
.review-author-name {
	color: #000000;
	font-size: 12px;
	line-height: 19px;
}
.review-author-site {
	color: #808080;
	font-size: 12px;
	line-height: 19px;
}
/*
#r1 .review-author {
	background-image: url("r1-a.png");
}
#r2 .review-author {
	background-image: url("r1-a.png");
}
#r3 .review-author {
	background-image: url("r1-a.png");
}
#r4 .review-author {
	background-image: url("r1-a.png");
}
#r5 .review-author {
	background-image: url("r1-a.png");
}
*/

.btn-wrapper {
	display: block;
	padding: 0px;
	text-align: center;
}
.btn-wrapper .go-btn {
	display: inline-block;
	background-color: #F8C52B;
	border: 1px solid rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	color: #000000;
	line-height: 21px;
	font-size: 18px;
	text-align: center;
	padding: 15px 30px 14px 30px;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s;
	max-width: 373px;
}
.btn-wrapper .go-btn:hover, .btn-wrapper .go-btn:focus {
	outline: none;
	background-color: #f8d52b;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
	text-decoration: none;
}
.reviews-section {
	text-align: center;
}
.new-ui .line.reviews-section {
	padding-bottom: 60px;
	padding-top: 60px;
	background-color: #191D25;
	color: #81858E;
}
.reviews-section .btn-wrapper {
	margin-top: 60px;
}
.new-ui .afterform .line.reviews-section .btn-wrapper {
	padding-top: 70px;
	padding-bottom: 20px;
}
/*.reviews-section */
.reviews-h {
	font-size: 36px;
	text-align: center;
	color: #CECFD1;
	line-height: 42px;
	margin-bottom: 52px;
}
.reviews-section .reviews-blocks {
	display: block;
	text-align: center;
}
.reviews-section .reviews-blocks + .reviews-blocks {
	margin-top: 58px;
}
.reviews-section .review-block {
	display: inline-block;
	width: 270px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	font-size: 13px;
	line-height: 21px;
	color: #81858E;
}
.reviews-section .review-block + .review-block {
	margin-left: 57px;
}
.reviews-section .review-block-image {
	width: 157px;
	height: 50px;
	display: block;
	margin-bottom: 26px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: center;
}
.reviews-section .review-block-1 .review-block-image {
	background-image: url("rb1-dark.png");
}
.reviews-section .review-block-2 .review-block-image {
	background-image: url("rb2-dark.png");
}
.reviews-section .review-block-3 .review-block-image {
	background-image: url("rb3-dark.png");
}
.reviews-section .review-block-4 .review-block-image {
	background-image: url("rb4-dark.png");
}
.reviews-section .review-block-5 .review-block-image {
	background-image: url("rb5-dark.png");
}
.reviews-section .q {
	color: #D0A231;
	font-weight: 900;
	font-size: 17px;
	line-height: 28px;
}
.reviews-section .review-video {
	display: inline-block;
	border: 0.4px solid rgba(255, 255, 255, 0.78);
	text-decoration: none;
	outline: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 470px;
	height: 265px;
	text-indent: -9999px;
}
.reviews-section .review-video + .review-video {
	margin-left: 16px;
}
.reviews-section .review-video-1 {
	background-image: url("rv1.png");
}
.reviews-section .review-video-2 {
	background-image: url("rv2.png");
}

/*.line.reviews-section + .line {
	background-color: #f9f9f9;
}*/
.reviews-section .review-link-wrapper {
	display: block;
	text-align: center;
	margin-top: 7px;
}
.reviews-section .review-link {
	font-size: 10px;
	line-height: 16px;
	display: inline-block;
	color: #D0A231;
	text-decoration: none;
	font-weight: 500;
}
.reviews-section .review-link:hover, .reviews-section .review-link:focus {
    color: #D0A231;
    outline: none;
    text-decoration: underline;
}
.new-ui .line.usersreviews-section {
	background-color: #191D25;
	color: #CECFD1;
	padding-top: 6.6rem;
	padding-bottom: 8.3rem;
}
.new-ui .line.usersreviews-section .btn-wrapper {
	padding-top: 70px;
}
.usersreviews-section * {
	box-sizing: border-box;
	position: relative;
}
.usersreviews-section .reviews-h {
	color: #CECFD1;
	margin-bottom: 3.7rem;
}
.usersreviews-row {
	display: flex;
	justify-content: center;
	align-content: space-between;
	position: relative;
}
.usersreviews-row + .usersreviews-row {
	margin-top: 2.0rem;
}
.usersreviews-item {
	flex: 0 1 30.7rem;
	background-color: #21252E;
	border: 1px solid #81858E;
	padding: 1.8rem 2.0rem 3.9rem 2.2rem;
	font-size: 1.2rem;
	line-height: 1.16667em;
	position: relative;
}
.usersreviews-item + .usersreviews-item {
	margin-left: 1.9rem;
}
.usersreviews-item-head {
	display: block;
	position: relative;
}
.usersreviews-item-head-top {
	display: flex;
	margin-bottom: 1rem;
	align-items: center;
}
.usersreviews-avatar {
	width: 4rem;
	height: 4rem;
	min-width: 4rem;
	background-image:url('nb/u1.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50% 50%;
	margin-right: 1.2rem;
	flex: 0 1 auto;
}
.usr .usersreviews-avatar {
	border-radius: 0.9rem;
}
.tp .item-1 .usersreviews-avatar {
	background-image:url('nb/u1.png');
}
.tp .item-2 .usersreviews-avatar {
	background-image:url('nb/u2.png');
}
.tp .item-3 .usersreviews-avatar {
	background-image:url('nb/u3.png');
}
.usr .item-1 .usersreviews-avatar {
	background-image:url('nb/usr-user.svg');
}
.usr .item-2 .usersreviews-avatar {
	background-image:url('nb/usr-user.svg');
}
.usr .item-3 .usersreviews-avatar {
	background-image:url('nb/usr-user.svg');
}
.usersreviews-author {
	flex: 0 1 auto;
	width: 100%;
}
.usr .usersreviews-author {
	font-weight: bolder;
}
.usersreviews-stars {
	flex: 0 1 auto;
	display: block;
	width: 10.8rem;
	height: 2.1rem;
	min-width: 10.8rem;
	background-image: url('nb/stars-tp.png');
	background-repeat: no-repeat;
	background-size: 10.8rem 2.1rem;
	background-position: left center;
}
.usr .usersreviews-stars {
	background-image: url('nb/stars-usr.png');
	background-repeat: no-repeat;
	background-size: 9.8rem 1.8rem;
	background-position: right center;
}
.usersreviews-item-head-bottom {
	display: block;
	margin-bottom: 1.5rem;
}
.usersreviews-item-content {
	font-size: inherit;
	line-height: 1.4em;
	margin-bottom: 1.5rem;
}
.usersreviews-item-footer {
	/*text-align: right;*/
	position: absolute;
    bottom: 1.7rem;
    right: 2.0rem;
}
.usersreviews-link {
	display: inline-block;
	text-decoration: none;
	outline: none;
	background-position: right center;
	background-repeat: no-repeat;
}
.tp .usersreviews-link {
	color: #00B67A;
    padding-right: 7.4rem;
    background-size: 69px auto;
    background-image: url('nb/link-tp-dark.svg');
    background-position: right bottom;
    line-height: 1.4rem;
    padding-top: 0.4rem;
}
.tp .usersreviews-link:hover, .tp .usersreviews-link:focus {
	color: #047e56;	
}

.usr .usersreviews-link {
	color: #FF8D42;
	padding-right: 10.9rem;
	background-size: 102px auto;
	background-image: url('nb/link-usr-dark.png');
	line-height: 2.8rem;
}
.usr .usersreviews-link:hover, .usr .usersreviews-link:focus {
	color: #d06017;
}
.usersreviews-row.wrap {
	flex-wrap: wrap;
	gap: 1.9rem;
}
.usersreviews-row.wrap .usersreviews-item {
	text-decoration: none;
	color: #CECFD1;
	cursor: default;
}
.usersreviews-row.wrap .usersreviews-item + .usersreviews-item {
	margin-left: 0;
}
.usersreviews-row.wrap .usersreviews-item.hidden {
	display: none;
}

.new-ui .line.assistance-line {
	padding: 80px 0px;
	background-color: #21252E;
}
.assistance-col {
	float: left;
	width: 50%;
	position: relative;
}
.dir-rtl .assistance-col {
	float: right;
}
.assistance-line .circle {
	width: 494px;
	height: 494px;
	background-image: url('nb/girl-dark.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	margin-right: 22px;
    margin-left: auto;
}
.dir-rtl .assistance-line .circle {
	margin-left: 22px;
	margin-right: auto;
}
.assistance-line .circle .baloon {
	background-color: #2BBA64;
	color: #ffffff;
	font-size: 17px;
	line-height: 25px;
	padding: 15px 18px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 0px;
	display: block;
	position: absolute;
	top: 66px;
    left: calc(50% + 50px);
	width: 200px;
	height: auto;
}
.assistance-line .circle .baloon:before {
	content: '';
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border: 10px solid #2BBA64;
	/* border-color: #000; */
    bottom: -20px;
    left: 0px;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.assistance-text {
	padding-left: 46px;
	max-width: 481px;
	font-size: 15px;
	line-height: 1.45em;
	color: #CECFD1;
}
.dir-rtl .assistance-text {
	padding-left: 0;
	padding-right: 46px;
}
.assistance-header {
	color: #CECFD1;
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 38px;
	padding-top: 20px;
	/* max-width: 400px; */
}
.assistance-header.pcr-c {
	font-size: 28px;
    line-height: 36px;
    padding-top: 0px;
    margin-bottom: 34px;
}
.assistance-service-free {
	margin-top: 30px;
}
.assistance-features {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
.assistance-features .list-item {
	margin: 0px;
	padding: 0px 0px 0px 47px;
	line-height: 34px;
	font-size: 15px;
	margin: 0px;
	background-position: left top;
	background-size: 34px 34px;
	background-repeat: no-repeat;
	display: block;
}
.dir-rtl .assistance-features .list-item {
	background-position: right top;
	padding: 0px 47px 0px 0px;
}
.assistance-features .list-item + .list-item {
	margin-top: 14px;
}
.assistance-features .list-item-1 {
	background-image: url('nb/f1.png');
}
.assistance-features .list-item-2 {
	background-image: url('nb/f2.png');
}
.assistance-features .list-item-3 {
	background-image: url('nb/f3.png');
}
.assistance-features .list-item-4 {
	background-image: url('nb/f4.png');
}
.assistance-features .list-item-5 {
	background-image: url('nb/f5.png');
}
.assistance-features .list-item-6 {
	background-image: url('nb/f6.png');
}
.assistance-features .list-item-7 {
	background-image: url('nb/f7.png');
}
.trustpilot-widget-wrapper {
	margin-top: 30px;
}
.trustpilot-widget-wrapper iframe {
	margin-right: 0px;
    margin-left: auto;
}
.trustpilot-widget-wrapper + .btn-wrapper {
	padding-top: 30px !important;
}

input:active, input:hover, input:focus,
select:active, select:hover, select:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
}

.lang-es .new-ui #page-first-form div.label>div {
	font-size: 12px;
}
.lang-fr .new-ui #page-first-form div.label>div {
    font-size: 13px;
    padding-left: 18px;
}
.comodo1 {
    position: absolute;
    top: -37px;
    right: 0px;
    width: 75px;
    height: 34px;
    background: url(comodo1.png) center center no-repeat;
    background-size: contain;
}
.comodo2 {
	position: absolute;
	bottom: -36px;
	left: -15px;
	width: 129px;
	height: 82px;
	background: url('comodo2.png') center center no-repeat;
}

.norton {
	position: absolute;
    bottom: -38px;
    left: -30px;
}

.logos {
	display: block;
	width: 372px;
	height: 213px;
	background-image: url('logos.png');
	background-position: center;
	background-size: 372px 213px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 224px;
}

.bg-transparent {
	background-color: transparent !important;
}

*::-webkit-scrollbar {
	width: 16px;
}

*::-webkit-scrollbar-track {
	background: #21252E;
}

*::-webkit-scrollbar-thumb {
	background-color: #7b7d81;
}

*::-webkit-scrollbar-thumb:hover {
	background-color: #686a6e;
}

/* @media (max-height: 900px) and (min-height: 801px) {
	html {
    	font-size: 10px !important;
	}
}
@media (max-height: 800px) {
	html {
		font-size: 10px;
	}
} */

@media screen and (min-width: 1625px) {
	/* .new-ui .bg {
		background-size: cover;
		background-position: center;
	    margin-bottom: -31px;
	}
	.new-ui .line.fade {
		padding-top: 71px;
	} */
	/*
	.comodo-check .new-ui .bg {
		background-size: cover;
		background-position: center;
	    margin-bottom: -55px
	}
	.comodo-check .new-ui .line.fade {
		padding-top: 95px;
	}
	*/
}
