@viewport {user-zoom:fixed;}*{padding:0;margin:0;-webkit-appearance:none;}label{cursor:pointer;}textarea{resize:none;}a,button,input,textarea{outline:none;}:focus{outline:none;}
button::-moz-focus-inner{padding:0;border:0;}img{max-width:100%;width:auto;height:auto;vertical-align:top;}a,img{border:0;}
a{outline:none;color:#000D3B;text-decoration:none;-moz-transition:all 200ms ease 0ms;-webkit-transition:all 200ms ease 0ms;transition:all 200ms ease 0ms;}
a:hover,a:active{color:#FAA519;text-decoration:none;}b,strong{font-weight:bold;}
body {color:#ccc;font:19px 'RobotoC',sans-serif;line-height:25px;text-align:center;background:#141519;}
html,body {height:100%;min-width:300px;}

*[class^=mobile-] {display:none;}
.row {display:flex;}
.fl-row {display:flex;margin:0 -15px;}
.col {width:100%;padding:0 15px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}

.up-link {opacity:1;cursor:pointer;position:absolute;right:-53px;top:-5px;overflow:hidden;width:52px;height:52px;background:linear-gradient(to right bottom,#ff4200,#8f00ff);box-shadow:0 8px 20px rgba(0,0,0, 0.25);border-radius:100%;}
.up-link::before {content:' ';position:absolute;top:0;left:0;width:100%;height:100%;background:url(../images/arr-up.png?v=1) no-repeat center center;background-size:21px auto;}

.page-width {position:relative;top:0;left:0;width:100%;min-height:100%;height:auto !important;height:100%;margin:0 auto;background:#141519;}
.page-bl {min-width:260px;max-width:1110px;width:auto;text-align:left;padding:0 30px;margin:0 auto;}

.site-header {position:relative;z-index:10;color:#fff;background:linear-gradient(to right,#1e1f22 0%,#1e1f22 20%,#344155 50%,#1e1f22 80%,#1e1f22 100%);}
	.site-header .fl-row {min-height:100px;align-items:center;justify-content:space-between;margin:0 -5px;}
	.site-header .col {width:auto;padding:0 5px;}
	.site-header .col:nth-child(3) {min-width:303px;text-align:right;}
	.logo-wrap {line-height:1px;-moz-user-select:none;-webkit-user-select:none;user-select:none;}
	.logo {display:inline-block;overflow:hidden;color:transparent;text-decoration:none;vertical-align:top;}
	.logo img {width:293px;height:auto;}
	.slogan {max-width:160px;font:300 18px 'Roboto',sans-serif;line-height:22px;text-transform:uppercase;}

	.lang-nav {position:relative;overflow:visible;display:inline-block;vertical-align:top;padding:0;margin:0 0 0 auto;}
	.lang-nav span {cursor:pointer;opacity:1;}
	.lang-nav span:hover,
	.lang-nav span:active {opacity:1;}
	.lang-nav ul {display:none;position:absolute;top:100%;left:50%;width:74px;list-style:none;padding:25px 0 0 0;margin:25px 0 0 -37px;background:rgba(31,33,37, 0.8);}
	.lang-nav li {padding:0 0 25px 0;}
	.lang-nav li::before {display:none;}
	.lang-nav span,
	.lang-nav a {position:relative;overflow:hidden;display:block;width:24px;height:24px;border:solid 5px transparent;margin:0 auto;border-radius:100%;}
	.lang-nav img {position:absolute;top:0;left:0;width:100%!important;height:100%!important;object-fit:cover;}
	.lang-nav.open span {opacity:1;}
	.lang-nav.open ul {display:block;}
	.lang-row {padding:0;margin:0 !important;}
	.lang-row .l-active {display:none;}
	.lang-row ul {position:relative;top:0;left:0;display:flex;min-height:46px;width:auto;align-items:center;justify-content:center;padding:0;margin:0 !important;border:solid 2px transparent;background:transparent;border-radius:60px;}
	.lang-row ul li {padding:0 8px;}

.site-content {color:#000;padding:0;background:#edf1f3;}
	.site-content p {padding-bottom:25px;}
	.site-content ul,.site-content ol {position:relative;margin:0 0 25px 24px;}
	.site-content ul ul,.site-content ul ol,.site-content ol ul,.site-content ol ol {margin-bottom:0;}
	.site-content abbr {text-decoration:none;}
	section {padding:32px 0 15px 0;}

.site-footer {position:relative;overflow:hidden;display:block;font:19px 'Roboto',sans-serif;line-height:25px;padding:40px 0 8px 0;}
	.site-footer .page-bl {position:relative;}
	.site-footer p {padding-bottom:25px;}
	.site-footer .logo-wrap {padding:0 0 40px 0;}
	.brands-row {flex-wrap:wrap;align-items:center;padding:0 0 26px 0;}
	.brands-row .col {width:auto;}
	.brands-row p {padding:0 !important;}
	.brands-row img {width:auto;height:auto;max-width:150px;max-height:25px;}
	.copy {color:#fff;}

h1 {color:#000;font:800 55px 'Roboto',sans-serif;line-height:1.2;text-transform:uppercase;padding:0 0 4px 0;margin:0;}
h2 {color:#000;font:bold 50px 'Roboto',sans-serif;line-height:1.2;padding:0 0 20px 0;margin:0;}
h3 {color:#000;font:bold 40px 'Roboto',sans-serif;line-height:1.2;padding:0 0 28px 0;margin:0;}
h4 {color:#000;font:35px 'Roboto',sans-serif;line-height:1.2;padding:0 0 30px 0;margin:0;}

::-moz-placeholder {opacity:1;}
::-webkit-input-placeholder {opacity:1;}

table {width:100%;border-spacing:0;}
iframe {border:none;background:transparent;}

input[type='text'],input[type='tel'],input[type='email'],input[type='password'],textarea {
	width:100%;height:48px;
	font:16px 'Roboto',sans-serif;
	vertical-align:top;
	padding:12px 20px;
	border:solid 1px #cbcbcb;
	background:#fff;
	-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
}
textarea {overflow:hidden;}

.inp-bl {position:relative;}
.inp-bl p {padding:0 !important;}

.go-btn {
	cursor:pointer;position:relative;display:flex;width:280px;max-width:100%;min-height:56px;color:#fff;font:18px 'RobotoC',sans-serif;line-height:1;text-transform:uppercase;
	text-decoration:none;align-items:center;justify-content:center;text-align:center;vertical-align:top;
	padding:7px 40px 5px 40px;margin:0 0 25px 0;border:none;border-bottom:solid 6px #6900ba;background:#8e00fe;
	border-radius:10px;transition:all 200ms ease 0ms;box-sizing:border-box;
}
.go-btn:hover,
.go-btn:active {color:#fff;background:#8505eb;}

.load-btn {
	cursor:pointer;position:relative;overflow:hidden;
	display:flex;width:300px;max-width:100%;min-height:81px;color:#fff;font:30px 'RobotoC',sans-serif;line-height:1;text-transform:uppercase;
	text-decoration:none;align-items:center;justify-content:center;text-align:center;vertical-align:top;
	padding:7px 20px 5px 95px;margin:0 auto 25px auto;border:none;border-bottom:solid 6px #bb3000;background:linear-gradient(to top,#ff4200,#ff8a00);
	border-radius:10px;transition:all 200ms ease 0ms;box-sizing:border-box;
}
.load-btn::before {content:' ';position:absolute;top:0;left:0;width:75px;height:100%;background:rgba(0,0,0, 0.1) url(../images/arr-down.svg?v=1) no-repeat center center;background-size:29px auto;}
.load-btn:hover,
.load-btn:active {color:#fff;background:linear-gradient(to top,#ff4200 0%,#ff4200 50%,#ff8a00 100%);}

.sbmts-bl {text-align:center;padding:24px 0 0 0;}

input[type='checkbox'],input[type='radio'] {position:absolute;z-index:-1;clip:rect(0, 0, 0, 0);}
	input[type='checkbox'] + .lbl,
	input[type='radio'] + .lbl {
		position:relative;
		display:inline-block;
		vertical-align:top;
		padding:0 0 0 34px;
	}
	input[type='checkbox']:disabled + .lbl:before,
	input[type='radio']:disabled + .lbl:before {cursor:default;opacity:0.5;}
	input[type='checkbox'] + .lbl:before,
	input[type='radio'] + .lbl:before {content:' ';position:absolute;top:0;left:0;overflow:hidden;display:block;width:18px;height:18px;border:solid 1px #dcdcdc;}
	input[type='checkbox'] + .lbl:before {
		background:#fff;background-size:auto 12px;
		-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;
	}
	input[type='radio'] + .lbl:before { 
		background:#fff;background-size:auto 8px;
		-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;
	}
	input[type='checkbox']:checked + .lbl:before,
	input[type='radio']:checked + .lbl:before {border-color:#c52b2b;background-color:#c52b2b;background-position:center center;}

.select-bl {display:inline-block;position:relative;color:#000;font-size:16px;line-height:20px;vertical-align:top;}
.select-bl .title {opacity:1;cursor:pointer;position:relative;left:0;height:20px;color:#000;font-weight:bold;white-space:nowrap;padding:6px 40px 6px 12px;border:solid 1px #b8b8b8;background:#fff;}
.select-bl .title span {display:block;overflow:hidden;}
.select-bl .title::after {content:' ';position:absolute;top:50%;right:15px;overflow:hidden;width:0;height:0;margin:-3px 0 0 0;border:solid 6px transparent;border-bottom:none;border-top-color:#616161;}
.select-bl ul {display:none;position:absolute;left:0;top:100%;min-width:100%;width:100%;list-style:none;margin:-1px 0 0 0;border:solid 1px #b8b8b8;background:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.select-bl ul span {cursor:pointer;display:block;padding:5px 12px;}
.select-bl ul .active {background:#fafafa;}
.select-bl.open {z-index:1;}
.select-bl.open .title::after {-moz-transform:scale(1,-1);-webkit-transform:scale(1,-1);transform:scale(1,-1);}

/* --- */
.bg-main {position:relative;overflow:hidden;color:#fff;font-size:18px;line-height:25px;padding:17px 0 0 0;background:linear-gradient(50deg,#9401fb,#f14d51);}
.bg-main::before {content:' ';position:absolute;top:0;left:0;width:100%;height:100%;background:url(../images/area-main-bg.jpg?v=1) no-repeat center center;background-size:cover;}
.bg-main .page-bl {position:relative;}
.bg-main h1,
.bg-main h2,
.bg-main h3,
.bg-main h4,
.bg-main a {color:#fff;}
.bg-main .page-row {min-height:583px;padding:0;}
.bg-main .col-img {padding-bottom:0 !important;}
.bg-main hr {height:1px;margin:0 0 23px 0;border:none;background:rgba(255,255,255, 0.4);}

.rating-wrap {display:flex;font-size:18px;line-height:1;align-items:center;padding:0 0 16px 0;}
.rating-name {font-family:'Roboto';font-weight:300;text-transform:uppercase;}
.stars {position:relative;width:170px;height:25px;margin:0 10px 0 0;background:url(../images/star-off.png?v=1) repeat-x left center;background-size:auto 25px;}
.stars span {position:absolute;top:0;left:0;height:100%;background:url(../images/star-on.png?v=1) repeat-x left center;background-size:auto 25px;}

.app-nav {display:flex;flex-wrap:wrap;margin:0 -10px;}
.app-nav p {padding:0 10px 20px 10px;}
.app-nav a {display:inline-block;vertical-align:top;}
.app-nav img,
.app-nav svg {width:auto;height:59px;}

.main-info {display:flex;font-size:18px;font-style:italic;line-height:25px;flex-wrap:wrap;list-style:none;padding:0 0 8px 0;margin:0 !important;}
.main-info li {position:relative;display:flex;width:50%;align-items:center;padding:0 0 25px 0;}
.main-info img,
.main-info svg {max-width:52px;max-height:52px;width:auto;height:auto;}
.main-info .icon {position:relative;min-width:52px;width:52px;padding:0 23px 0 0;text-align:center;}
.main-info p {padding:0 10px 0 0;}

.bg-type1 {background:linear-gradient(to top,#edf1f3,#f5f7fa);}
.bg-type2 {background:#fff url(../images/type2-bg.jpg?v=1) center top;background-size:cover;}
.bg-type2 + section {padding-top:64px;}
.sw-stesp,
.sw-stesp .swiper-slide {width:350px;height:698px;}
.sw-stesp .swiper-slide {display:flex;align-items:center;justify-content:center;}
.sw-stesp img {max-width:100%;max-height:698px;}
.steps-txt {max-width:780px;}
.page-row {align-items:flex-start;padding:24px 0 1px 0;}
.page-row .col {padding-bottom:30px;}
.page-row .col-sub,
.page-row .col-img {min-width:380px;width:380px;}
.page-row .col-img {align-self:flex-end;}
.page-row .col-img p {padding:0 !important;}

.boxes-row .col {padding-bottom:30px;}
.box-bl {position:relative;min-height:100%;text-align:center;padding:25px 20px 19px 20px;background:#fff;box-sizing:border-box;border-radius:10px;box-shadow:0 8px 20px rgba(0,0,0, 0.15);}
.box-bl .go-btn {margin-left:auto;margin-right:auto;}

table {font-size:17px;line-height:1;}
table p {padding:0 !important;}
table td {text-align:center;vertical-align:middle;}
table td:first-child {text-align:left;}
thead {font:bold 20px 'Roboto',sans-serif;line-height:1;}
thead td {padding:0 25px 26px 25px;}
tbody td,
tbody th {height:38px;padding:6px 25px;}
tbody tr:nth-child(2n+1) td {background:#e4eaf0;}
tbody td:first-child {border-radius:10px 0 0 10px;}
tbody td:last-child {border-radius:0 10px 10px 0;}
.name-inf {display:flex;font-size:19px;line-height:1;align-items:center;}
.name-inf .icon {padding:0 26px 0 0;}
.name-inf img,
.name-inf svg {max-width:42px;max-height:42px;width:auto;height:auto;}
.name-inf2 {display:inline-block;font-size:17px;line-height:1;text-align:center;vertical-align:top;white-space:nowrap;}
.name-inf2 .icon {display:block;padding:0 0 10px 0;}
.name-inf2 img,
.name-inf2 svg {max-width:35px;max-height:35px;width:auto;height:auto;}
.tbls-row .col {padding-bottom:30px;}
.brands-tbl {padding:25px 0 0 0;}
.brands-tbl td {text-align:left;}
.brands-tbl thead td:first-child,
.brands-tbl tbody td:first-child {text-align:center;}
.brands-tbl tbody td {height:15px;}

.faq-bl {padding:0 0 52px 0;}
.q-title {cursor:pointer;position:relative;overflow:hidden;display:flex;width:100%;min-height:75px;color:#fff;font:bold 25px 'Roboto',sans-serif;line-height:1;align-items:center;padding:10px 40px 10px 80px;margin:0 0 25px 0;background:#1d1e20;border-radius:10px;box-sizing:border-box;}
.q-title::before {content:' ';position:absolute;top:50%;left:12px;width:50px;height:50px;margin:-25px 0 0 0;background:url(../images/icon-qw.svg?v=1) no-repeat center center;background-size:cover;border-radius:100%;}
.q-title::after {content:' ';position:absolute;top:0;left:0;width:0;height:0;opacity:0;background-image:url(../images/icon-qw2.svg?v=1);}
.q-title p {padding:0;}
.q-title .sbm {position:absolute;top:50%;right:20px;width:14px;height:14px;margin:-7px 0 0 0;}
.q-title .sbm::before,
.q-title .sbm::after {content:' ';position:absolute;top:50%;left:50%;background:#fff;}
.q-title .sbm::before {width:14px;height:4px;margin:-2px 0 0 -7px;}
.q-title .sbm::after {width:4px;height:14px;margin:-7px 0 0 -2px;}
.q-body {position:relative;overflow:hidden;min-width:100%;width:100%;padding:25px 30px 0 80px;margin:0 0 25px 0;border:solid 1px #000;border-radius:10px;box-sizing:border-box;}
.q-body .name {position:absolute;top:29px;left:11px;width:50px;height:50px;display:flex;color:#231f20;font:bold 34px 'Roboto',sans-serif;line-height:50px;align-items:center;justify-content:center;padding:0 0 0 2px;background:#7453a2;border-radius:100%;box-sizing:border-box;}
.q-body div[itemprop="text"] {min-height:50px;}
.q-title:hover {background:#ff4200;}
.q-title:hover::before {background-image:url(../images/icon-qw2.svg?v=1);}
.qw-bl.open .q-title .sbm::after {opacity:0;}

.steps-wrap {padding:22px 0 0 0;}
.steps-list {font-size:18px;line-height:20px;list-style:none;padding:0 0 1px 20px;margin:0 !important;}
.steps-list li {position:relative;display:flex;min-height:40px;align-items:center;padding:7px 20px 7px 55px;margin:0 0 35px 0;background:#ccc;box-shadow:inset 0 0 10px rgba(35,31,32, 0.1);border-radius:10px;}
.steps-list p {max-width:600px;padding:0 !important;}
.steps-list .num {position:absolute;top:-3px;left:-25px;display:flex;width:50px;height:50px;color:#fff;font-size:30px;font-weight:bold;align-items:center;justify-content:center;border:solid 5px #fff;background:#8f00ff;border-radius:100%;}


