@charset "utf-8";


/* =CSS Reset
--------------------------------------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End CSS Reset
--------------------------------------------------------------------------------------------------*/

/* =Toolkit
--------------------------------------------------------------------------------------------------*/

/* Micro Clearfix Hack by Nicholas Gallagher (http://nicolasgallagher.com/micro-clearfix-hack/) */
/* For modern browsers */ 
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; }

/* general purpose classes */
.nodisplay { display:none; }
.nodisplay_strict { display:none !important; }
.alignleft { float:left; }
.alignright { float:right; }

/* End Toolkit
--------------------------------------------------------------------------------------------------*/

/* =Normalization - mostly derived from normalize.css (https://github.com/necolas/normalize.css/) but without comments and compressed to keep the file small
--------------------------------------------------------------------------------------------------*/

hr { display:block; height:1px; border:0; margin:1em 0; padding:0;
	border-top:1px solid #cccccc; /* change border colour to suit your needs */
}
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body, button, input, select, textarea { font-family: sans-serif; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }
h1 { font-size: 2em; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul { margin: 0; }
del { text-decoration: line-through; }
abbr[title] { border-bottom: 1px dotted; cursor:help; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
small { font-size: 75%; }
sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle}
svg:not(:root) { overflow: hidden; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
input, select { vertical-align:middle; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; cursor: pointer;}
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
.cleaner {clear: both; height: 1px; font-size: 1px;}
:-moz-placeholder {opacity:  1;}
::-moz-placeholder {opacity:  1;}
:focus {outline: none;}

/* End Normalization
--------------------------------------------------------------------------------------------------*//*! nouislider - 14.1.1 - 12/15/2019 */
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-connect{height:100%;width:100%}.noUi-origin{height:10%;width:10%}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;top:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}@charset "utf-8";

/*--------------------------------------------------------------------------------------------------
CSS Styles for <Project Name>.

version:   1.0
--------------------------------------------------------------------------------------------------*/


/* =Typography
--------------------------------------------------------------------------------------------------*/

/* Setting up the fonts */
html {height: 100%; scroll-behavior: smooth;}
body {min-height:100%; height: 100%; color: #212121; font-weight: normal; font-family: 'Roboto', sans-serif; font-size: 16px;}
input, button, select, textarea {font-family: 'Roboto', sans-serif;}

#header:after,
#header .row-top:after,
.holder-content:after,
.popup .popup-content form .row:after {content:''; display: block; clear: both;}
#main {
	position: relative;
	min-height: 100%;
}

h1 {
	font-size: 40px;
	line-height: 52px;
	color: #8ECA24;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	margin: 0 0 24px;
}
h2 {
	color: #212121;
	font-family: 'Ubuntu', sans-serif;
	font-size: 36px;
	font-weight: 500;
	line-height: 55px;
	margin: 0 0 47px;
}
h3 {
	font-family: 'Ubuntu', sans-serif;
	color: #212121;
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 15px;
	font-weight: 400;
}
h4 {
	font-family: 'Ubuntu', sans-serif;
	color: #212121;
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
}
a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover {
	color: #77A91E;
}
.btn > input {
	background: none;
	color: #fff;
	border: none;
}
.btn span {
	position: relative;
	z-index: 2;
}
.btn {
	display: inline-block;
	vertical-align: top;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	border-radius: 2px;
	background-color: #8ECA24;
	text-transform: uppercase;
	padding: 9px 25px;
	text-align: center;
	border: none;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.btn:hover {
	color: #fff;
}
.btn:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #3023AE 0%, #53A0FD 47.52%, #B4EC51 100%);
	opacity: 0;
	z-index: 1;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.btn:hover:after {
	opacity: 1;
}
#main.about {
	background: url(../img/about-us-2560x1440-bg.png) no-repeat 0 0; background-attachment: fixed;
}
#main.text-page {
	background: url(../img/contacts-2560x1440-bg.png) no-repeat 0 0; background-attachment: fixed;
}
#main.home #header {
	background: #000;
	margin: 0 0 64px;
	position: relative;
	overflow: hidden;
}
#main.home #header:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	background: #000 url(../img/Bitmap-2.png) no-repeat;
	width: 1038px;
	height: 100%;
}
#header {
	margin: 0 0 64px;
	position: relative;
	overflow: hidden;
}
#header .row-top {
	padding: 24px 47px 0;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}
#header .row-top .logo {
	background: url(../img/carnet-logo.svg) no-repeat;
	width: 124px;
	height: 32px;
	float: left;
	position: relative;
	z-index: 9;
}
#header .row-top .ch_logo {
	background: url(../img/ch-logo.svg) no-repeat;
        background-size: 130px;
	width: 135px;
	height: 40px;
	float: left;
	position: relative;
	z-index: 9;
}
#header .row-top .nav {
	float: right;
	overflow: hidden;
	padding: 7px 0 0;
}
#header .row-top .nav li {
	float: left;
	margin-left: 35px;
}
#header .row-top .nav li a {
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}
#header .row-top .nav li.active a, .slicknav_nav li.active a {
	color: #77A91E;
}
#header .row-top .btn {
	float: right;
	margin-left: 33px;
	position: relative;
	z-index: 9;
}
#header .row-top .btn.active {background: #ababab; color: #1e1e1e;}
#header .row {
	overflow: hidden;
	margin: 0 auto;
	padding: 23px 155px 0;
	min-height: 352px;
	position: relative;
	z-index: 1;
	max-width: 1180px;
}
#header .row .col {
	float: right;
	max-width: 520px;
	line-height: 24px;
	color: #fff;
	width: 100%;
}
#header .row .col p {margin-bottom: 32px;}

.holder-content {
	max-width: 1168px;
	margin: 0 auto;
	padding: 0 25px;
}
.box-img {
	overflow: hidden;
	margin: 0 0 51px;
}
.box-img .col {
	float: left;
	width: 62.4%;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 21px;
}
.box-img .col p {
	margin: 0 0 15px;
}
.box-img .form-row .btn {
	padding: 13px 25px;
	margin: 0;
}
.box-img .col input[type="text"] {
	border: 1px solid #BBBBBB;
	display: block;
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	line-height: 21px;
	color: #212121;
	text-align: center;
	padding: 8px 16px 9px;
}
.box-img .col .form-row .btn {
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 0;
}
.box-img .col .form-row .btn input {
	padding: 13px 25px;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
}
.box-img .col input {
	width: 100%;
}
.box-img .col input[type="text"]:focus {
	border-color: #ccc;
}
.box-img .col input[type="text"]::-webkit-input-placeholder { color: #ABABAB; }
.box-img .col input[type="text"]::-moz-placeholder          { color: #ABABAB; }
.box-img .col input[type="text"]:-moz-placeholder           { color: #ABABAB; }
.box-img .col input[type="text"]:-ms-input-placeholder      { color: #ABABAB; }

.box-img .col:first-child {
	padding: 0 48px 0 0;
	width: 37.6%;
}
.box-img .form-row {margin: 0 0 16px;}
.file-list span {display: block; color: #212121; font-size: 14px; line-height: 21px; margin: 6px 0 0; overflow: hidden;}
.file-list span a {display: inline-block; vertical-align: middle; text-indent: -9999px; width: 20px; height: 20px; background: url(../img/very-small-exit-icon.svg) 50% no-repeat;}

.demo-images-wrapper {
	padding: 16px 0 0;
}
.box-img .col .demo-images {
	margin: 0 -18px 0 0;
	overflow: hidden;
}
.box-img .col .demo-images span em {
	float: left;
	margin: 0 12px 12px 0;
	border: 2px solid transparent;
	position: relative;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.box-img .col .demo-images span img {
	width: 120px;
	height: 78px;
}
.box-img .col .demo-images span em:hover:after {
	opacity: 0.5;
}
.box-img .col .demo-images span em:after {
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #3023AE 0%, #53A0FD 47.52%, #B4EC51 100%);
}
.box-img .col .demo-images span.active em {
	border: 2px solid #8ECA24;
}

.box-img .col .drop-image {
	border: 1px dashed #BBBBBB;
	height: 337px;
	width: 100%;
	box-sizing: border-box;
}
.car-result {
	display: none;
    float: left;
    width: 29.5%;
	box-sizing: border-box;
	padding: 0 0 0 48px;
	color: #ABABAB;
	font-size: 14px;
	line-height: 16px;
}
.car-result strong {
	color: #212121;
	font-weight: 400;
	display: block;
	margin: 8px 0 16px;
}
.car-result .err-message {color: #D95353; line-height: 21px;}
.main-image {
    position: relative;
		overflow: hidden;
}
.main-image {position: relative;}
.main-image input {display: none;}
.main-image .btn {position: absolute; top: 16px; right: 16px; padding: 5px 15px; display: none;}
.info-text {position: absolute; left: 0; right: 0; top: 50%; display: none; text-align: center; color: #ABABAB; font-size: 14px; line-height: 21px;}
#infoDrag {display: block; margin: -6px 0 0; z-index: -1;}
#infoScan span {display: block; margin: 12px 0 0;}
#infoScan {margin: -33px 0 0;}

#infoServerError em {
	display: block; color: #D95353; font-style: normal; margin: 8px;
}

.main-image.error #infoServerError {
	margin: -26px 0 0; color: #212121;
	display: block;
	background: rgba(255, 255, 255, 0.9);
}

#infoServerError {
	display: none;
}

.main-image.filled {width: 70.5%; float: left;}
.main-image.filled #infoDrag, .main-image.error #infoDrag, .main-image.scan #infoDrag {display: none;}
.main-image.scan #infoScan {display: block;}
.main-image.scan .drop-image {border-color: #8ECA24;}
.main-image.filled .btn {display: block;}
.main-image.filled .drop-image {border: none; height: auto;}
.main-image .drop-image > img {display: none;}
.main-image.filled .drop-image > img {width: 100%; height: auto; display: block;}

.downloads {
	margin: 0 0 48px;
}
.downloads .row {
	overflow: hidden;
	padding: 16px;
	margin: 0 -16px;
}
.downloads .row .col {
	float: left;
	width: 33.3%;
	box-sizing: border-box;
}
.downloads .row .col a {
	display: block;
	box-sizing: border-box;
	padding: 16px;
	color: #212121;
	font-size: 14px;
	line-height: 21px;
	font-weight: 300;
}
.downloads .row .col a .title {
	margin: 0 0 16px;
}
.downloads .row .col a .title strong {
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	text-transform: uppercase;
	padding-left: 12px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.downloads .row .col a:hover .title strong {
	color: #77A91E;
	text-decoration: underline;
}
.downloads .row .col a:hover {
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.09);
	border-radius: 2px;
}

.faq {
	background: #000 url(../img/FAQ-1366x768-bg.png) no-repeat 0 0/cover;
	color: #fff;
	padding: 80px 0 145px;
	overflow: hidden;
}
.faq h2 {
	color: #fff;
	margin: 0 0 48px;
}
.faq h3 {
	color: #8ECA24;
	margin: 0 0 25px;
}
.faq .row {
	overflow: hidden;
	font-size: 0;
	margin: 0 -25px;
}
.faq .row .col {
	font-size: 16px;
	width: 50%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	font-weight: 300;
	line-height: 24px;
	padding: 0 25px;
	margin: 0 0 42px;
}
#footer {
	left: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	height: 80px;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
}
#footer .holder-content {max-width: 100%; padding: 0 48px;}
#footer p {
}
#footer p a {
	float: none;
}
#footer a {
	float: right;
}

#footer .mastercard-img {
	float: left;
}

#footer .mastercard-img img {
	height: 60px;
}

#footer .visa-img {
	float: left;
	padding-top: 7px;
}

#footer .visa-img img {
	height: 40px;
}

#footer .paysera-img {
	float: left;
	width: 50px;
}

.popup {
	width: 1168px;
	display: none;
}
.popup .popup-content {
	position: relative;
}
.popup .b-close {
	position: absolute;
	right: 0;
	top: 12px;
	width: 30px;
	height: 30px;
	background: url(../img/big-exit-icon.svg) no-repeat;
	cursor: pointer;
}
.popup .popup-content form {
	background: #fff;
	padding: 50px 47px 64px;
}
.form-block .col form input:focus ~ label,
.form-block .col form input:valid ~ label,
.form-block .col form textarea:focus ~ label,
.form-block .col form textarea:valid ~ label,
.popup .popup-content form .row .col input:focus ~ label,
.popup .popup-content form .row .col input:valid ~ label,
.popup .popup-content form .row .col textarea:focus ~ label,
.popup .popup-content form .row .col textarea:valid ~ label {
	transform: translateY(-25px) scale(0.75);
	font-size: 18px;
	color: #A4A4A4;

}
.popup .popup-content form label, .form-block .col form label {
	display: block;
	cursor: pointer;
	margin: 0 0 15px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
	transition: transform .3s ease-out;

	-webkit-transform-origin: transform .3s ease-out;
    -o-transform-origin: transform .3s ease-out;
    -moz-transform-origin: transform .3s ease-out;
    transform-origin: left top;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}
.popup .popup-content form .btn {
	width: 36.4%;
	padding: 0;
}
.popup .popup-content form .btn button {
	padding: 14px 25px 12px;
	background: none;
	border: none;
	color: #fff;
	display: block;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
}
.popup .popup-content form .form-row, .form-block .col form .form-row {
	margin: 0 0 48px;
	position: relative;
}
.form-block .col form input,
.form-block .col form textarea,
.popup .popup-content form .row .col input,
.popup .popup-content form .row .col textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: none;
	border-bottom: #ccc solid 1px;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	padding: 0 0 5px;
}
.popup .popup-content form span, .form-block .col form span {
	font-size: 12px;
	line-height: 14px;
	color: #D95353;
	margin: 4px 0 0;
	display: none;
}
.popup .popup-content form .row .col input.error + span, .form-block .col form input.error + span {
	display: block;
}
.popup .popup-content form .row .col input.error, .form-block .col form input.error {
	border-color: #D95353;
}
.popup .popup-content form .row .col input.ok, .form-block .col form input.ok {
	border-color: #8ECA24;
}
.popup .popup-content form .row .col input::-webkit-input-placeholder, .form-block .col form input::-webkit-input-placeholder { color: #212121; }
.popup .popup-content form .row .col input::-moz-placeholder, .form-block .col form input::-moz-placeholder { color: #212121; }
.popup .popup-content form .row .col input:-moz-placeholder, .form-block .col form input::-moz-placeholder { color: #212121; }
.popup .popup-content form .row .col input:-ms-input-placeholder, .form-block .col form input::-ms-input-placeholder { color: #212121; }
.popup .popup-content h2 {
	color: #fff;
	margin-right: 50px;
}
.popup .popup-content form .row {
	margin: 0 0 0;
}
.popup .popup-content form .g-recaptcha {
	margin: 6px 0 25px;
}
.popup .popup-content form .row .col {
	float: left;
	width: 59%;
	box-sizing: border-box;
	position: relative;
}
.popup .popup-content form .row .col:first-child {
	padding-right: 48px;
	width: 41%;
}
.popup .popup-content form .row .col textarea {
	height: 31px;
    resize: none;
	width: 100% !important;
	white-space: nowrap;
  	overflow: hidden;
	margin: 0;
}
.popup .popup-content form .row .col .btn {
	width: 36.5%;
	padding: 14px 25px 12px;
}
.popup .box-text {
	max-width: 385px;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	color: #212121;
	font-size: 14px;
	font-weight: 300;
	line-height: 21px;
	box-sizing: border-box;
	padding: 33px 40px 32px;
}
.popup .box-text h3 {
	margin: 0 0 23px;
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
}
.popup .box-text p {
	margin: 0 0 24px;
}
.popup .box-text .btn {
	padding: 14px 55px 12px;
	position: relative;
	background: #8ECA24;
	width: auto;
	height: auto;
	left: auto;
	top: auto;
}
.popup .box-text .btn:hover {
	background: linear-gradient(90deg, #3023AE 0%, #53A0FD 47.52%, #B4EC51 100%);
	color: #fff;
}
.popup .box-text h3.ok {
	color: #8ECA24;

}
.slicknav_menu {
	display: none;
}
.about-bolock {
	padding: 0 0 184px;
	margin-top: -24px;
}
.about-bolock h1 {
	color: #fff;
	margin: 0 0 39px;
}
.about-bolock .row {
	overflow: hidden;
}
.about-bolock .row .holder-img {
	float: left;
}
.about-bolock .row .desc {
	overflow: hidden;
	box-sizing: border-box;
	padding: 12px 0 0 28px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
.about-bolock .holder-text {
	background: #fff;
	margin: 48px 0 0;
	padding: 81px 64px 48px;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}
.about-bolock .holder-text h3 {
	margin: 0 0 22px;
}
.about-bolock .holder-text h4 {
	margin: 24px 0 22px;
}
.about-bolock .holder-text p {
	margin: 0 0 42px;
}
.about-bolock .holder-text p span {
	display: block;
	margin: 0 0 16px;
}
.about-bolock .holder-text .box-text {
	margin: 0 0 32px;
}
.about-bolock .holder-text .box-text p {
	margin: 0;
}

/* styles 11-03-2020 */

.text-block {padding: 0 0 64px;}
.text-block .table {display: table; width: 100%;}
.text-block .table .row {display: table-row;}
.text-block .table .col {width: 33%; display: table-cell; vertical-align: top;}
.text-block .table .col figure {height: 72px; margin: 0 0 20px;}
.text-block .table .col figure img {display: block; height: auto;}
.text-block .table .col h3 {color: #212121; font-family: Ubuntu; font-size: 24px; font-weight: 500; letter-spacing: -0.5px; line-height: 32px;}
.text-block .table .col p {color: #212121; font-family: Roboto; font-size: 14px; font-weight: 300; line-height: 21px; max-width: 352px;}
.text-block .btn-block {padding: 24px 0 0;}
.text-block .btn-block:after {display: block; clear: both; content: '';}
.text-block .btn-block a {float: left;   color: #212121; font-family: Roboto; font-size: 12px; font-weight: 700; line-height: 14px; text-align: center; text-transform: uppercase; box-sizing: border-box; height: 40px; line-height: 40px; width: 135px; border: 1px solid #BBB; border-radius: 2px; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; position: relative; padding: 0; background-color: #fff; text-align: left;}
.text-block .btn-block a span {position: relative; z-index: 2; display: block; background-repeat: no-repeat;}
.text-block .btn-block a:hover {color: #fff; border-color: transparent;}
.text-block .btn-block a:after {border-radius: 2px;}
.text-block .btn-block .btn-01 {margin: 0 16px 0 0;}
.text-block .btn-block .btn-01 span {background-image: url(../img/apple-icon-1.svg); background-size: 19px 23px; background-position: 15px 7px; padding: 0 0 0 45px;}
.text-block .btn-block .btn-02 span {background-image: url(../img/google-play-icon.svg); background-size: 19px 20px; background-position: 10px 9px; padding: 0 0 0 40px;}
.text-block .btn-block .btn-01 span:hover {background-image: url(../img/apple-icon-white.svg);}
.text-block .btn-block .btn-02 span:hover {background-image: url(../img/google-play-icon-white.svg);}

/* form */
#contact-block {}
.form-block {padding: 0 0 72px;}
.form-block:before {height: 1px; max-width: 1168px; display: block; content: ''; margin: 0 auto; background: #DCDCDC;}
.form-block .holder-content {padding-top: 50px;}
.form-block .holder-content h2 {margin-bottom: 32px;}
.form-block .holder-content figure {margin: 0 0 24px;}
.form-block .block {display: table; width: 100%;}
.form-block .block .col {display: table-cell; vertical-align: top; width: 50%;}
.form-block .block .col p {color: #212121; font-family: Roboto; font-size: 14px; font-weight: 300; line-height: 21px; max-width: 459px; padding: 0 0 24px;}
.form-block .block .line-address, .form-block .block .line-email {color: #212121; font-family: Roboto; font-size: 14px; font-weight: 300; line-height: 21px; margin: 0 0 11px; line-height: 16px; padding: 0 0 0 32px; background-size: 50% auto;}
.form-block .block .line-email a {color: #212121;}
.form-block .block .line-email a:hover {color: #77A91E;}
.form-block .block .line-address p {padding: 0;}
.form-block .block .line-address {background: url(../img/ico-address.png) no-repeat 0 50%; background-size: 14px 16px;}
.form-block .block .line-email {background: url(../img/ico-email.png) no-repeat 0 50%; background-size: 16px 16px;}

.form-block .col form {}
.form-block .col form .form-row {margin: 0 0 24px;}
.form-block .col form textarea {height: 87px; width: 388px; resize: none; border: 1px solid #DCDCDC; padding: 8px 12px;}
.form-block .col form input {box-sizing: border-box; height: 48px; width: 388px; border: 1px solid #DCDCDC; border-radius: 2px; font-size: 16px; padding: 0 12px;}
.form-block .col form label {top: 12px; left: 6px; background: #fff; padding: 0 8px;}
.form-block .col form .btn {padding: 0;}
.form-block .col form .btn button {background: none; position: relative; z-index: 2; border: none; display: block; width: 100%; color: #FFF; font-family: Roboto; font-size: 12px; font-weight: 700; text-transform: uppercase; width: 122px; line-height: 40px;}

/* slider */
.sliders {max-width: 1168px; min-height: 550px; margin: 21px auto 54px; position: relative; z-index: 3; padding: 0 64px 7px; border-radius: 2px;}
.sliders .noUi-pips-horizontal {padding-top: 5px;}
.sliders:after {height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 2; border-radius: 2px; background: linear-gradient(90deg, #3023AE 0%, #53A0FD 47.52%, #B4EC51 100%); opacity: 0.13; display: block; content: '';}
.sliders:before {display: block; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; border-radius: 2px;}
.sliders .table, .sliders .title, #result {display: table; width: 100%; position: relative; z-index: 3;}
.sliders .table .col {display: table-cell; vertical-align: top; width: 50%; height: 188px;}
#slider1, #slider2 {margin: auto;}
.sliders p {color: #FFFFFF; font-family: Ubuntu; font-size: 24px; font-weight: 500; letter-spacing: -0.5px; line-height: 32px; text-align: center; padding: 0 0 42px;}
.sliders .title p {letter-spacing: -1px; font-size: 36px; line-height: 42px; padding: 64px 0 48px;}
.sliders .sep {height: 16px; background: url(../img/sep.png) no-repeat 50% 0; position: relative; z-index: 3; margin: 0 0 35px;}

.noUi-horizontal .noUi-handle {box-shadow: none; width: 30px; height: 30px; border-radius: 30px; -webkit-border-radius: 30px; background: #8ECA24; cursor: pointer;}
.noUi-handle {border: none;}
.noUi-handle:before, .noUi-handle:after {display: none;}
.noUi-target { max-width: 488px; width: 100%; border: none; box-shadow: none;}
.noUi-target {background: transparent;}
.noUi-connects {border-radius: 2.5px; background: url(../img/connect.svg) no-repeat;}
.noUi-connect {background: linear-gradient(90deg, #3023AE 0%, #53A0FD 47.52%, #B4EC51 100%); height: 5px; border-radius: 2.5px; }
.noUi-horizontal .noUi-handle {top: -13px;}
.noUi-pips-horizontal {padding: 0;}
.noUi-marker-horizontal.noUi-marker {display: none;}
.noUi-value-sub,  .noUi-value-horizontal {color: #FFFFFF; font-family: Roboto; font-size: 16px; font-weight: 300; line-height: 24px;text-align: center;}
.noUi-value-current {color: #8ECA24;}

#result {text-align: center;}
#result .btn, .btn-wide {padding: 0; width: 122px; height: 40px; line-height: 42px;}
#result strong{color: #8ECA24; font-family: Ubuntu; font-size: 40px; font-weight: bold; letter-spacing: -1.11px; line-height: 46px;}
#result .link {font-family: Roboto; font-size: 16px; font-weight: 300; line-height: 24px; text-align: center; padding: 14px 0 0 0;}
#result .order {font-family: Roboto; font-size: 16px; font-weight: 300; line-height: 24px; text-align: center; padding: 14px 0 0 0;}
#result .link a {color: #FFF; text-decoration: underline;}
#result .link a:hover {text-decoration: none;}

/* text page */
.holder-content.width920 {max-width: 920px; padding-bottom: 145px; margin-top: -43px;}
.width920 .about-block {padding: 0 64px; margin: 0;}
.width920 .about-block h1 {font-size: 40px; line-height: 52px; margin-bottom: 28px; color: #fff;}
.width920 .about-block p {color: #FFF; font-family: Roboto; font-size: 16px; line-height: 24px; padding: 0 0 18px;}
.width920 .about-block a, .text-page .holder-text a {color: #77A91E;}
.width920 .about-block a:hover, .text-page .holder-text a:hover {text-decoration: underline;}
.content-block {border-radius: 2px; background-color: #FFF; margin: 46px 0 0 0; padding: 56px 64px 49px 64px;}
.content-block p {color: #212121; font-family: Roboto; font-size: 16px; font-weight: 300; line-height: 24px; padding: 0 0 18px;}
.content-block h2 {color: #212121; font-family: Ubuntu; font-size: 36px; font-weight: 500; letter-spacing: -1px; line-height: 42px; margin-bottom: 21px;}
.content-block h3 {color: #212121; font-family: Ubuntu; font-size: 24px; font-weight: 500; letter-spacing: -0.5px; line-height: 32px; padding: 0 0 16px;}
.content-block h3 span {color: #77A91E;}
.content-block section {padding: 22px 0 18px 0; border-bottom: 1px solid #DCDCDC; margin-bottom: 18px;}
.content-block .img-block {padding-bottom: 22px; display: table; width: 100%;}
.content-block .img-block:after {display: block; clear: both; content: '';}
.content-block .img-block .col {display: table-cell; vertical-align: top;}
.content-block .img-block .col.sep {width: 31px;}
.content-block .img-block .col figure {width: 100%;}
.content-block .img-block .col figure img {display: block; width: 100%;}
.content-block .img-block .col figure figcaption {margin: 16px 0 0 0; font-size: 16px; font-weight: 300; line-height: 24px; font-family: Roboto; max-width: 380px;}
.content-block ul {}
.content-block ul li {position: relative; font-family: Roboto; font-size: 16px; font-weight: 300; line-height: 24px; padding: 0 0 18px 24px;}
.content-block ul li:after {display: block; content: ''; position: absolute; top: 12px; left: 0; width: 6px; height: 6px; background: #8eca24;}
.content-block ul li a {color: #77A91E; text-decoration: underline;}
.content-block ul li a:hover {text-decoration: none;}
.content-block .res-block {background: url(../img/resources.svg) no-repeat 100% 20px; background-size: 90px 80px; padding-bottom: 0; border: none; margin-bottom: 0;}
.content-block .res-block ul {padding-top: 13px;}
.content-block .res-block ul li {padding-bottom: 4px;}

.content-block .table {display: table; width: 100%; font-family: Roboto; font-size: 14px; padding: 26px 0 0 0;}
.content-block .row {display: table-row;}
.content-block .row .col {display: table-cell; vertical-align: top; font-size: 16px; border-bottom: 1px solid #DCDCDC; padding: 16px 0;}
.content-block .row .title {display: none;}
.content-block .row .col p {padding: 0 16px 0 0;}
.content-block .row .col-01 {max-width: 144px; width: 18.18%;}
.content-block .row .col-02 {max-width: 356px; width: 44.95%;}
.content-block .row .col-03 {max-width: 292px; width: 36.87%;}
.content-block .row .col-01, .content-block .row .col-02, .content-block .row .col-03 {font-size: 14px; padding-bottom: 14px;}
.content-block .row:last-child .col {padding-bottom: 0; border-bottom: none;}
.content-block .row .col figure {float: left; margin: 0 16px 0 0;}
.content-block .row .col figure:last-child {margin-right: 0;}

.width920 .about-block a.back-link {color: #fff; display: inline-block; padding: 0 0 0 25px; background: url(../img/ico-arrow.png) no-repeat; min-height: 14px; margin: 0 0 14px;}
.width920 .about-block a.back-link:hover {color: #77A91E; text-decoration: none;}

#footer .left-block {float: left;}
#footer .right-block {float: right;}



@media only screen and (max-width : 1200px) {
	.popup {
		width: 700px;
	}
	.popup .popup-content form .btn {
		width: 33%;
	}
	#main.home #header:after {
		left: -298px;
	}
	.noUi-connects {height: 5px; background: url(../img/connect-wide.svg);}
	.sliders .table .col {padding: 0 2%; width: 46%;}
	.text-block .table .col p {padding-right: 30px;}
}
@media only screen and (max-width : 1024px) {
	.noUi-target {max-width: 400px;}
	.text-block .table .col p {padding-right: 25px;}
	#footer .holder-content {padding: 0 24px;}
	.box-img .col .demo-images span img {display: block; width: 95px; height: auto;}
}
@media only screen and (max-width : 1023px) {
	#main.home #header {margin-bottom: 56px;}
	h1 {font-size: 36px; line-height: 42px; margin-bottom: 16px;}
	.content-block h3 {font-size: 22px; line-height: 32px; padding-bottom: 9px;}
	h2 {font-size: 32px; line-height: 37px; margin-bottom: 40px;}
	.width920 .about-block {padding: 0 24px;}
	.width920 .content-block {padding: 48px 24px 49px;}
	.content-block section {padding: 14px 0 18px 0;}
	.content-block .res-block h2 {margin-bottom: 24px;}
	.content-block .res-block ul {padding-top: 0;}
	#header p {line-height: 24px;}
	#header .row {padding-top: 13px; padding-bottom: 0;}
	#header .row .col p {margin-bottom: 21px;}
	.sliders .table {display: block;}
	.sliders .table .col {display: block; width: auto;}
	.sliders p {font-size: 22px;}
	#result strong {font-size: 36px;}
	.sliders {padding-bottom: 56px;}
	.text-block .btn-block .btn span {text-indent: -9999px; margin: auto; width: 13px;}
	.text-block .btn-block a.btn-02 span {width: 10px;}
	.text-block .btn-block a {width: 101px;}
	.form-block .block .col p {max-width: 290px;}
	.content-block .img-block .col.sep {width: 24px;}
	.content-block, .about-bolock {padding: 56px 24px 49px 24px;}
	.content-block .row .col-01 {width: 18.14%;}
	.content-block .row .col-02 {width: 37.84%;}
	.content-block .row .col-03 {width: 44.02%;}
	.noUi-target {max-width: 100%;}
}
@media only screen and (max-width : 990px) {
	.downloads .row .col {
		width: 50%;
	}
	#header {
		background-position: -296px 0;
	}
	#header .row-top {
		padding: 24px 25px 0;
	}
	#header .row {
		padding: 66px 0 0;
	}
	#header .row .col {
		float: right;
		width: 58.3%;
		box-sizing: border-box;
		padding: 0 25px 0 0;
	}
	.box-img {
		margin: 0 0 35px;
	}
	.box-img .col:first-child {
		padding: 0 32px 0 0;
		width: 40%;
	}
	.box-img .col {
		width: 60%;
	}
	.box-img .col .drop-image {
		min-height: 284px;
	}
	.box-img .col .col-border .desc {
		padding: 13px 0 0;
	}
	.downloads .row .col {
		margin: 0 0 8px;
	}
	.downloads {
		margin: 0 0 40px;
	}
	.car-result {
		padding-left: 32px;
	}
	.about-bolock .holder-text {
		padding: 81px 24px 48px;
	}
	.popup .popup-content form {
		padding: 80px 24px 64px;
	}
	.content-block .row .col-01 {width: 18.14%;}
	.content-block .row .col-02 {width: 35.84%;}
	.content-block .row .col-03 {width: 46.02%;}
	.width920 .content-block {padding: 48px 24px 49px;}
	.noUi-target {max-width: 100%;}
	.noUi-connects {height: 5px; background: url(../img/connect-wide.svg);}
}
@media only screen and (max-width : 768px) {
	.box-img .col .demo-images span img {width: 120px; height: 78px; display: inline;}
	h1 br {display: none;}
	.content-block, .about-bolock {padding: 56px 24px 49px 24px;}
	.content-block .row .col-01 {width: 18.14%;}
	.content-block .row .col-02 {width: 37.84%;}
	.content-block .row .col-03 {width: 44.02%;}
	.sliders .table .col {padding: 0 24px;}
}
@media only screen and (max-width : 767px) {
	.res-block ul li a {text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block; width: 500px;}
	.popup .popup-content form {
		padding: 80px 16px 64px;
	}
	.popup .popup-content form .g-recaptcha {
		margin: 25px -11px 25px;
	}
	.main-image.filled {
		width: auto;
		float: none;
		margin: 0 0 32px;
	}
	.about-bolock {
		margin-top: -7px;
	}
	.about-bolock .row .holder-img {
		float: none;
		margin: 0 0 23px;
	}
	.about-bolock .row .desc {
		padding: 0;
	}
	#main.home #header:after {
    	background-position: 0 100%;
		left: -699px;
		background-size: auto;
	}
	#header .row-top .logo {
		width: 55px;
	}
	#header .row-top .nav {
		/*display: none;*/
	}
	#header .row .col {
		width: auto;
		padding: 0 17px;
	}
	#header .row-top {
		padding: 16px 16px 0;
		position: relative;
		text-align: center;
		z-index: 99;
	}
	.slicknav_menu {
		display: block;
	}	
	.slicknav_btn {
		float: right;
		width: 16px;
		margin: 10px 0 0 10px;
		height: 15px;
		position: relative;
		z-index: 9;
	}
	.slicknav_btn .slicknav_icon-bar {
		background: #fff;
		display: block;
		height: 2px;
		margin: 0 0 3px;
	}
	.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(1) {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 4px;
		left: 0px;
		width: 18px;
	}
	.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		position: absolute;
		top: 4px;
		left: 0px;
		width: 18px;
	}
	.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(2) {
		opacity: 0;
	}
	.slicknav_nav {
		box-sizing: border-box;
		text-align: center;
		font-size: 15px;
		line-height: 18px;
		text-transform: uppercase;
		padding: 119px 0 170px;
		overflow: hidden;
		clear: both;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #000  url(../img/gamburger-bg@1x.png) no-repeat 0 0/ cover;


	}
	.slicknav_nav .holder-content {
		position: absolute;
		left: 0;
		box-sizing: border-box;
		bottom: 48px;
		font-size: 12px;
		line-height: 24px;
		color: #fff;
		margin: 0 0 31px;
		text-transform: none;
		width: 100%;
	}
	.slicknav_nav .holder-content p {
		margin: 0 0 16px;
	}
	#header .row-top.fixed {
		position:  fixed;
		left: 0;
		top: 0;
		width: 100%;
	}
	.slicknav_nav ul li {
		margin: 0 0 30px;
	}
	#header .row-top .btn {		
		/*float: left;*/
		margin-left: 28px;
	}
	h1 {
		font-size: 40px;
		font-weight: 500;
		line-height: 54px;
	}
	#header .row {
		padding: 53px 0 101px;
	}
	#header {
		background-position: -613px 0;
		background-size: auto;
	}
	.box-img {
		margin: 0 0 33px;
	}
	.box-img .col:first-child {
		width: auto;
		float: none;
		padding: 0;
	}
	.box-img .col {
		width: auto;
		float: none;
	}
	.box-img .col .demo-images {
		margin: 0 -17px 12px;
		overflow-x:auto;
		
	}
	.box-img .col .demo-images .scroll {display: table; padding-left: 17px;}
	.box-img .col .demo-images .scroll span {display: table-cell; float: none; padding-right: 12px;}
	.box-img .col .demo-images .scroll:after {display: block; content: ''; clear: both;}
	.box-img .col .demo-images span em {
		box-sizing: border-box;
		margin: 0;
		display: inline-block;
	}
	.box-img .col .drop-image {
		min-height: 189px;
	}
	.info-text {
		top: 45%;
	}
	.downloads {
		margin: 0 0 56px;
	}
	.downloads .row .col {
		width: auto;
		float: none;
	}
	.downloads .row {
		margin: 0 -15px;
		padding: 0;
	}
	.faq h2 {
		margin: 0 0 49px;
	}
	.faq .row .col {
		float: none;
		width: auto;
	}
	.faq h3 {
		margin: 0 0 28px;
	}
	#footer a {
		float: none;
	}
	.holder-content {
		padding: 0 15px;
	}
	h2 {
		font-size: 40px;
		font-weight: 500;
		line-height: 46px;
	}
	#header {
		margin: 0 0 55px;
	}
	.faq {
		padding: 80px 0 142px;
	}
	.popup {
		width: 310px;
	}
	.popup .popup-content form .btn {
		width: 100%;
	}
	.popup .popup-content form .row .col:first-child,
	.popup .popup-content form .row .col{
		padding: 0;
		width: auto;
		float: none;
	}	
	.car-result {
		padding-left: 0;
		width: auto;
		float: none;
	}
	.about-bolock .holder-text {
		padding: 77px 16px 48px;
	}
	.about-bolock .holder-text h3 {
		line-height: 32px;
	}
	.noUi-value-sub, .noUi-value-horizontal {font-size: 14px; line-height: 21px;}
	.sliders {padding: 0 16px 42px;}
	.text-block .holder-content .scroll {overflow-x: auto;}
	.text-block .holder-content .col {min-width: 235px;}
	.text-block .holder-content h2 {font-size: 26px; font-weight: 500; letter-spacing: -0.72px; line-height: 30px; margin-bottom: 24px;}
	.text-block .table .col h3 {font-size: 20px; font-weight: 500; letter-spacing: -0.56px; line-height: 24px;}
	.sliders .title p {font-size: 26px; font-weight: 500; line-height: 30px; padding: 48px 0 24px;}
	.sliders p {font-size: 20px; font-weight: 500; letter-spacing: -0.42px; line-height: 32px; padding-bottom: 29px;}
	.sliders .table .col {height: 164px;}
	h1 {font-size: 28px; font-weight: bold; letter-spacing: -0.5px; line-height: 36px; margin-bottom: 16px;}
	#header .row {padding: 53px 0 40px; min-height: 20px;}
	h2 {font-size: 26px; font-weight: 500; letter-spacing: -0.72px; line-height: 30px; margin: 0 0 32px;}
	#main.home #header {margin-bottom: 32px;}
	#result strong {  font-size: 28px; font-weight: bold; letter-spacing: -0.5px; line-height: 36px;}
	.sliders .sep {margin-bottom: 29px;}
	.text-block {padding: 0 0 40px;}
	.form-block .holder-content {padding-top: 32px;}
	.form-block .block {display: block;}
	.form-block .block .col {display: block; width: 100%;}
	.form-block .col form {margin: 39px 0 0 0;}
	.form-block .col form input, .form-block .col form textarea {width: 100%;}
	.form-block .col form textarea {height: 87px;}
	.form-block .col form .btn button {width: 100%; display: block;}
	.form-block .btn {width: 100%;}
	.form-block {padding-bottom: 40px;}
	.faq {padding: 40px 0 174px 0;}
	.faq h2 {font-size: 26px; font-weight: 500; letter-spacing: -0.72px; line-height: 30px; margin-bottom: 24px;}
	.faq h3 {margin-bottom: 16px; font-size: 20px; font-weight: 500; letter-spacing: -0.42px; line-height: 32px;}
	.faq .row .col {margin-bottom: 32px;}
	#footer .left-block, #footer .right-block {float: none;}
	#footer .left-block {padding-bottom: 28px;}
	#footer {height: 140px;}

	.width920 .about-block h1 {font-size: 28px; font-weight: bold; line-height: 36px; margin-bottom: 16px;}
	.width920 .about-block {padding: 0;}
	.content-block {margin-top: 20px;}
	.width920 .content-block {padding: 42px 17px 22px;}
	.content-block h2 {font-size: 26px; line-height: 30px; margin-bottom: 16px;}
	.content-block h3 {font-size: 20px; line-height: 24px; padding-bottom: 0;}
	.content-block .img-block {display: block; width: 100%;}
	.content-block .img-block .col {display: block; width: 100%; padding-bottom: 32px;}
	.content-block .img-block .col.sep {display: none;}
	.content-block .img-block .col:last-child {padding-bottom: 0;}
	
	.content-block .table, .content-block .table .row, .content-block .table .row .col {display: block; width: 100%; max-width: 100%;}
	.content-block .table {padding-top: 16px;}
	.content-block .table .row .col {border: none; display: table; padding: 4px 0 16px;}
	.content-block .table .row .col figure {margin: 0; display: table-cell; float: none; padding: 16px 16px 24px 0; border-bottom: 1px solid #DCDCDC;}
	.content-block .table .row:last-child .col figure {border: none; padding-bottom: 0;}
	.content-block .table .row .col figure:last-child {padding-right: 0;}
	.content-block .table .row .col figure img {display: block; width: 100%;}
	.content-block .table .row .col:after {clear: both; display: block; content: '';}
	.content-block .row .title {display: block; margin-top: 4px;}
	.content-block .table .row .col-01, .content-block .table .row .col-02, .content-block .table .row .col-03 {display: none;}
	
	.content-block h2 {margin-top: -20px;}
	.content-block .res-block h2 {margin-top: 0;}
	.content-block .res-block {background-size: 45px 40px; background-position: 100% 5px;}
	.holder-content.width920 {padding-bottom: 185px;}
	
	#header .row .col {max-width: 100%;}
	#header .row {padding: 24px 0 20px;}
	.sliders .table .col {padding: 0 16px;}
	
}
@media only screen and (max-width : 500px) {
	.res-block ul li a {text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block; width: 300px;}
}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
