/* Minification failed. Returning unminified contents.
(2232,1): run-time error CSS1019: Unexpected token, found '@import'
(2232,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Roboto:regular,300,400,500,700)'
(2283,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2284,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4214,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4215,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4584,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4585,10): run-time error CSS1035: Expected colon, found '{'
(4592,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(4593,10): run-time error CSS1035: Expected colon, found '{'
 */
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;

}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}

/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:before,:after{color:#000!important;text-shadow:none!important;background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px}input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{position:absolute;margin-top:4px \9;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio].disabled,input[type=checkbox].disabled,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm,.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm,select.form-group-sm .form-control{height:30px;line-height:30px}textarea.input-sm,textarea.form-group-sm .form-control,select[multiple].input-sm,select[multiple].form-group-sm .form-control{height:auto}.input-lg,.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg,select.form-group-lg .form-control{height:46px;line-height:46px}textarea.input-lg,textarea.form-group-lg .form-control,select[multiple].input-lg,select[multiple].form-group-lg .form-control{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.3px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none;visibility:hidden}.collapse.in{display:block;visibility:visible}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none;visibility:hidden}.tab-content>.active{display:block;visibility:visible}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important;visibility:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-right:15px;padding-left:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:absolute;top:0;right:0;left:0;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.4;visibility:visible;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.42857143;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.carousel-inner>.item.next,.carousel-inner>.item.active.right{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{display:table;content:" "}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.slider {
    display: block;
    position: relative;
    height: 100%;
}

.slider input {
    display: none;
}

.slider-track {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slider-selection {
    position: absolute;
    top: 0;
    bottom: 0;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}
.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}

/*ALL CHANGES SHOULD BE COPIED TO new-design-integration/main.css */

[v-cloak] {
    display: none;
}
@import url(https://fonts.googleapis.com/css?family=Roboto:regular,300,400,500,700);

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Bold.woff2') format('woff2'),
    url('../fonts/OpenSans-Bold.woff') format('woff'),
    url('../fonts/OpenSans-Bold.ttf') format('truetype'),
    url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Semibold.eot');
    src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Semibold.woff2') format('woff2'),
    url('../fonts/OpenSans-Semibold.woff') format('woff'),
    url('../fonts/OpenSans-Semibold.ttf') format('truetype'),
    url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans.woff2') format('woff2'),
    url('../fonts/OpenSans.woff') format('woff'),
    url('../fonts/OpenSans.ttf') format('truetype'),
    url('../fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans.woff2') format('woff2'),
    url('../fonts/OpenSans.woff') format('woff'),
    url('../fonts/OpenSans.ttf') format('truetype'),
    url('../fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@keyframes move {
    0%{transform:translate3d(0,0px,0px);animation-timing-function:ease-in-out}
    50%{transform:translate3d(0,10px,0px);animation-timing-function:ease-in-out}
}
::selection {color: #fff;background: #3a3a3a;}
a{transition:.2s all}
a,abbr,acronym,address,area,b,bdo,big,blockquote,body,button,caption,cite,code,col,colgroup,dd,del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,hr,html,i,images,ins,kbd,label,legend,li,map,object,ol,p,param,pre,q,samp,small,span,strong,sub,sup,table,tbody,td,textarea,tfoot,th,thead,tr,tt,ul,var{margin:0;padding:0;vertical-align:baseline}
:focus{outline:0}
a:focus,a{color:#3a3a3a;text-decoration:none}
a:hover{text-decoration:none}
img{border:0;vertical-align:top;max-width:100%;height:auto}
ins{text-decoration:none}
hr{margin:0 0 .5em}
figure {margin: 0;padding: 0;border: none;}
strong{font-weight:700}
input:focus,textarea:focus,button:focus{outline:none}
input[type=submit],button{cursor:pointer}
input[type=text],input[type=password],input[type=file],input[type=submit],textarea{-webkit-appearance:none;border-radius:0;-webkit-border-radius:0}
ul,li{padding:0;margin:0;list-style:none}
html{ height: 100%;}
body{font:16px/25px 'Open Sans', Arial, sans-serif;font-weight:300;background:#fff;margin:0;color:#3a3a3a;-webkit-text-size-adjust:100%;-ms-text-size-adjust:none;letter-spacing: 0.5px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
body>*{  flex-shrink: 0; flex-basis: auto;}
*{box-sizing:border-box}
.left{float:left}
.right{float:right}
.center{margin: 0 auto;}
.clearer-block:after{display:table;content:'';clear:both}
.table{display:table}
.table-cell{display:table-cell;vertical-align:middle}
h1,h2,h3,h4,h5{font-family:'Open Sans',Arial,sans-serif;font-weight:bold;color:#3a3a3a;margin-bottom:0}
h1,
h2{font-size:50px;line-height:65px;color:#3a3a3a;letter-spacing: 0.5px;}
h3{font-size:25px;line-height:29px;letter-spacing: 0.5px;}
h4{font-size:20px;line-height:26px;color:#3a3a3a;letter-spacing: 0.5px;}
h5{font-size:18px;line-height:29px;font-weight:700}
h2.header-smaller {
    font-size: 35px;
    line-height: 40px;
}
.sr-only {display: none;}
.container{width:100%;max-width:1200px;padding:0;margin:0 auto;position:relative}
[data-role=loader-backdrop] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAAMElEQVR4AWXIsQkAMBRCQSd3Tvu/SCBYPJDrTmfKp61rspCoJqqJQraYKORUrK34AR5ZiJttnFBzAAAAAElFTkSuQmCC') /*../image/stripes2.png*/;
    z-index: 4;
    opacity: 0.5;
}
.btn {font-weight: bold;display: block;border: none;color:#fff;text-align: center;border-radius: 5px}
.btn:focus,.btn {color:#fff;}
.grey-bg {background: #f6f6f6;}
.green-bg,
.btn-green {background: #5bb85d;}
.btn-red {
    background: #DF150F;
}
.btn-white {background: #fff !important;border:none;}
    .btn-white:focus, .btn-white {
        color: #5bb85d;
    }
.btn-white:before {background: #fff !important;}
.text-invalid {
    color: #e5443f;
}
.padded {
    padding: 10px 0;
}
.double-padded {
    padding: 20px 0;
}
.img-center {
    margin: 0 auto;
}

header{width:100%;z-index:5;position:fixed;top:0;left:0;background:#ffffff;padding:14px 0;transition: all 0.3s ease-in-out;
}
header.sticky {box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.18); }
.without-banner {padding-top: 106px;}
.without-banner.image-header {
    padding-top: 73px;
}
.without-banner header {background: #fff; box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.18);}
.without-banner .content-text {padding-top: 20px;}

section.unpadded {
    padding-top: 20px;
}

.logo {
    max-width: 153px;
    display: block;
    float: left;
    z-index: 2;
    position: relative;
}
.slogan {
    float: left;
    line-height: 44px;
    margin-left: 95px;
}
.login,
.pay {
    float: right;
    margin-top: 4px;
}

.pay .btn,
.login .btn,
.form-login .btn {
    font-size: 17px;
    position: relative;
}
    .login .btn,
    .form-login .btn {
        line-height: 36px;
        width: 150px;
    }
    .pay .btn {
        line-height: 32px;
        width: 90px;
        margin-left: 25px;
        border: 2px solid #fff;
    }
        .pay .btn:focus {
            color: #5bb85d;
        }
    .form-login .btn {
        display: inline-block;
    }
    .login .btn span.icon,
    .form-login .btn span.icon {
        width: 18px;
        height: 23px;
        display: inline-block;
        background-image: url(../img/logowanie.png);
        background-repeat: no-repeat;
        margin-right: 10px;
    }
        .login .btn span,
        .pay .btn span,
        .form-login .btn span {
            position: relative;
            z-index: 2;
            vertical-align: middle;
        }

        .pay .btn:before {
            position: absolute;
            top: -2px;
            left: -2px;
            width: 100%;
            height: 100%;
            content: '';
            border: 2px solid #5bb85d;
            transition: all 0.25s ease-in-out;
            z-index: 1;
            border-radius: 5px;
        }
    .pay .btn:hover:before {
        transform: scale(1.05);
    }

    .login .btn:before,
    .form-login .btn:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: #5bb85d;
        transition: all 0.25s ease-in-out;
        z-index: 1;
        border-radius: 5px;
    }
    .login .btn:hover:before,
    .form-login .btn:hover:before {
        transform: scale(1.05);
    }

button#send-otp-code {
    width: 100%;
    line-height: 75px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid rgba(91, 184, 93, 1);
    background: #fff;
    color: rgba(91, 184, 93, 1);
}

.menu-dropdown {
    text-align: center;
}
.menu-button {
    display: none;
}
.nav {
    display: inline-block;
    text-align: left;
}
.nav>ul>li {
    display: inline-block;
    vertical-align: middle;
    padding: 7px 0;
    position: relative;
    margin-left:-8px;
}
    .nav > ul > li.mobile, .nav > ul > li.hidden {
        display: none;
    }
    .nav > ul > li > a {
        display: block;
        padding: 3px 10px;
    }
.nav>ul>li.active>a,
.nav li a.open-menu,
.nav>ul>li>a:hover {
    background: #fff;
    color:#5bb85d;
}
.nav .submenu {
    display: none;
    position: absolute;
    left: -15px;
    white-space: nowrap;
    padding: 25px 25px 15px 25px;
    background: #fff;
}
.nav .submenu li {
    margin-bottom: 10px;
}
.nav .submenu li a {
    padding-bottom: 3px;
    display: inline-block;
    border-bottom: 1px solid transparent;
}
.nav .submenu li.active a,
.nav .submenu li a:hover {
    border-bottom-color:#5bb85d;
    color:#5bb85d;
}
/*Banner*/
.main-banner {
    height: 843px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 73px;
    background: #f19816;
}
.main-banner .container {
    max-width: 1200px;
    margin-top: 95px;
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.page .main-banner {
    height: 350px;
}
.page .main-banner .container {
    margin-top: 30px;
    max-width: 1200px;
}
.calculator {
    position: relative;
    width: 575px;
    display: block;
    padding: 30px;
    background: rgba(255, 255, 255, 0.65);
}
.main-banner .calculator {
    z-index: 2;
}
.page .calculator {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
}
.page .calculator:after {
    display: table;
    content: '';
    clear: both;
}
.page .calculator-left {
    width: 52%;
    padding-right: 20px;
}
.page .calculator-right {
    width: 48%;
    padding-left: 20px;
}
.page .calculator-right .block {
    margin-bottom: 19px;
}
.page .agreement-link.desktop {
    display: none;
}
.page .agreement-link a, .page .agreement-link a.mobile {
    display: inline-block;
}

.slider-amount,
.slider-period {
    float: left;
    cursor: pointer;
    width: 300px;
    height: 80px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAABLCAYAAADK+7ojAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF8WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIwLTAyLTE5VDAxOjU2OjI1KzAyOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIwLTAyLTE5VDAxOjU2OjI1KzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0wMi0xOVQwMTo1NjoyNSswMjowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3ZjU2NjNjOS04M2VhLTk4NDctOGE0Mi1jYjEwYTQxODIwM2YiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo0MzljNjMxMi05MjI2LTA3NGMtYjdkOS1iYTRkNTdkMjE2MTUiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkOTJmZGRhOC1lZjEzLWI2NDgtOWI4YS1iNGM4ZDNjMDI4Y2MiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmQ5MmZkZGE4LWVmMTMtYjY0OC05YjhhLWI0YzhkM2MwMjhjYyIgc3RFdnQ6d2hlbj0iMjAyMC0wMi0xOVQwMTo1NjoyNSswMjowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo3ZjU2NjNjOS04M2VhLTk4NDctOGE0Mi1jYjEwYTQxODIwM2YiIHN0RXZ0OndoZW49IjIwMjAtMDItMTlUMDE6NTY6MjUrMDI6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5dp333AAAbGUlEQVR4nO2da4gt2XXf/2vtXXUe/bjdM3Pnzp3xSBpZEGUcY8QojCSQhQLCHpATWQQsDCYkwl+TDyEJwQaFhMSQByISBITtKA6BcQgmjwlYYAIeW99yHYckMjJWJsOVzbxvd5/u0+ecqtpr5cPeVaeqTtXp0327b987s3/Q955TZ9fea79Wrb1qPwhnoKrI8/wnsrz4Rl64560xrOE3IoJhgqpCRAECnFNYawBVqCoIgBJ1xk0EdP2iCjhREBGIvAwU4ui7B/By6Now9USq2wAAorVrDHBNFgXA5AOLKqAKYgYBkJBHL5+CQoQaPksoQwDgkAdV9fH0QD3l1RkWPr8aZC1hKvPUkQ5RJUtbjvp1L7evYycCJgIzQXV5n67JR1+eynvKayLl99V7yrov8ym15LrS3rTsLiJ38/oGbWz1rnUSAWjmrw3XbtfQ0Dv7D7RR7WXZrabvW6lWbXh5h286Gv5CHDUBCMvuUi9LDn22nZd2eTMzVGThHH13ODL/LLX2DjOvrZRSzl4ODg4oTUe/OF0svnV0vEBeOAySBMy1xgSCwvdqJYChcFIrLF7TiHrEC2qn0cGXQnffw0FxbkxLYa187wpHSxkIWtWwSpC5rMVaxRMB1JdWD73FdY7sLeOiKul6AzuzSloKvPxMtTK4MNps/Cv1VitDIqoeCldCX71fAevqVbX/93PFVf3T9Zu2vgNUS7jd1Ik4yBfKn0qjYPkQ6aq6RkRB25WqlWpxOKdwItjZHmFrYL8+SPjvjUajvC/PZyqsPM9/6s17x9+ZTucQMAzR7yWW3rXWPsteYBFVMC+FKVwBYlNJriIQdLeHskBWBIOAwL6zleq9+pE666O62gjbk/D9omVv0ppMrqedcE/eu8JuqNE2RcsncU1hlcXUXfTNJ3O4qbRam2rvAuLUq7Kt+epRN6qdgh0QwtxnGVXJXamC6ot8jczaNtkuWM66/K9dxApZG75+kUG+H5e/VhEqRAUANyy+PrHLNA2Z8IkACFR0QKAPzbP8sXmWY5Am2Nsdff3m/s7fJqLOzKsqbG++VXE6W3w1m+fyzuGUbz22/R92x6NfsZa2xsPBR8qsMwBmAMS+E4j4C+KFXWfiAujONOAzV783hGP1SXTGxVhpK4Ll8O5y6FZAql4xl0MxrverPu0A6WpCF1K0fSkUric895d9X2yhuYbP3N0Belipz/oPod4YgDj/nYMCk5CwqcmkyxgbEnDreye6Lt+XA7XKb5ntddJ1t6sqqk5d08792eq8Xoc9QlYILcuUQ5ssq0vC9y7xelt7rV0zUQLRHz86Wfz1//f9d/duPrYDQP/W7nj4nwD8Xk8UaxXWYJblz56cZmyZf/XpJ/b+6Xg8+JCq3gbQ0w0QtEYp9eWqioebi+T16ssn6a3hi8I9ny+JjeV9FNvW+WWurKTOWy8aXznUO/ftl0kBQ/99a6Qfnmf5l989nMJaAlT/Bi6isJxz24ssv/Xu0Qkmx4vf+cSP2WPn3IdVtRDVxsNg+YUr4+B+R2NVYbZHIReI9AG4JyKRR4O6jtvcQL4UVMW7gRhgsIrkkib2DjN/+e6b7+Hm/pbMcrdWql6FJUI76vTmewcnOJkt5gB4njnvM2uPyYJVZVqGV78ZFolEroVr75QOyAXETJYJInLITHjnvRO8d3giz9y6sVh3d6fCunPnDojkxnSe8+HxKYZpAgRDRVWaNg/Xxs4tRUb8KJrtkUjkKqj8XexHYkXhDFnrCIrTeYaDkxkzm963hECHwvr2t7+NN9988y8dHt77ZbP11FBB2N0aAS44lMGNMVb50busmgoqqqtIJFLSHuspA+oczRcOiyyDOAcnKNbFsaKw0jR95nvf+95vHx0epJ/+/BdBbLC1NfCmZIczqKGU2q9fznpFGIlEPjCUuiIHYABYNpjnBYqigDgFEWO2mM82iaNiOp1+ZjKZ8OR4ChH185uYfQqRSCRynzTeMzOWywaIhM6YIbeisETkMeeciORhsrOCBejz1j3gFw2RSOR9BYclVwoRYVI8tT50CyIaO1ewXy4R1saxoE9hxUFfJBK5OH4JnopCFQym/XWhVxSWc86KKJwTiApUAQtG35gwznGKRCIXQcKOA+zX+IEVQozjdfesON2ZOS0K7wjTQvzCVAbgHKRaD9RExaszaS+27ltDswF8gXeMPQtdIpHIQ4SA/eo9EYgQQIxCHAQqRPT6unu75mElIiLOuWpdgAjgjAGceDXSHgdyWGMkTStM7mMe1sWUT5xIEYk8zDAAFQHEbzHD6iCikMKP5lLDk3X3d1lYI+cc+z2bBKNhir29EYwxtQWoLY1Vbl7QUhjd9thm6AVeS8bhaSTyCGAMOOxqo2Swd2OMJ5/YwyA1/M7B9GPrbl1RWEVRjACwqiLLHbZ3B9jf2YKBAcyqi329ERUtnkgk0qSudFgEtx7fxbO392GN4XcOJh/f9F4AABGl5QZvWe6wYxkiAmOufXV3JBJ5n8FgjAYJxqMUIJLj6WLtsKzrLeHQ7/RJKHKHxJpqC9tIJBK5X+oaSRRIDGN3a4jEEO5Nss0XP3/ta19DkiRDIgKH3fDSxIBt9A5FIpHLoTHT3QBgwtZ4gDx39uTe//2Rb3zj608nSWLSdMRbW1vvfeUrXznpuhcvvvgiAAyJWYwxMIZg2FxoikEkEomchXP+LeFokIAIOHzjTz4+OZp8dzqdv3p8fPzqZDL51ssvv1y9gWtYWK+99holSbLNzGxtAmZGag0oTm+KRCJXgAgABQwxVBSToyObLU6fS05OYYzB9vb2kJm3ARwBLYVlraUkSfZ2d3c5sQZsGIPUhuFhJBKJXDLsj6hJUoM0NZgv5pgenyBJknDMH0FVh+hSWMPhMB2NRltPPfUUTo4nMNb645iivopEIleAhkNAE2swSC1skiBJEqRp6s89NWZkrR2U4dsW1mh3d3fLWovJaITEWhgKjrFIJBK5ZAiAIYVlggrw+P7j2BmPkabeJTUej9PxeJyU4RsKqyiKrb29va2trS0wAc4wjDVxSBiJRK4EhsAYA2sNRARP3b4N0hxpOoC1FmmaMhGlZfiGwiKi8dCD09MTLIyBNQbJajqRSCRy3wgM0sQgzw3IGNy69RRSCwwGA6RpCmbGvXv3Kj3VUFjMPGJm651dDFLAMt3XIuZIJBLpg4mRGANjGIaAvf0bGA+8D2swGEBVeTabVQqoobCMMcOiKPyR83kBSfwM9zgkjEQiV4FhwFiDhBkKxTBNMRoNkCSVwoIxptuHJSLD2Wzmj6k/PYXd3ffHrj/4fEQikQ8IDL+yRgRwTqEiYa8svx+fc6574qhzLp1MJnDOYTKZ4PEbzwDkN9qKRCKRq0JVvaE0mwKaIUlS5HkOVUWe591DwsVikRweHspiscDh4SEe/xEBVOM+npFI5MpwqlBSMDMmkwlOT4A0TavJo9PptFthOefs0dERz2YzTCZHUBG/K2D0YUUikSvAOcCJwhhGYhkH9w4gLsNg4Kc1GGMwmy2PKmwrLDObzfj09BSz2RzOKZgIUqw9jDUSiUQuhMAhzwtvFCkwmUywmE8xGAzC/CwLEen2YQFAURTI8wx5UcCJgIiwyKPCikQil4+KYDqbY3s8hKhitphjNp0iyzIYY5AkCaxdqqnGWI+ItLxMRAAURApXSM+phJFIJHJxCqc4OplBnADV+YTNvzrtiaMuTVPJ8xx5bv1KaX+UaiQS+YAhctaZDfePE8H0NEO2U4BIkSQJMBoiSVJ/8I3/q7RWe/FzMRwORdWhKDIYw2AisGUYxFOeI5EPEg9CYakysswhKxwMM4ajEQaWYRNb+bC0ZmY1FFaappkxhgEgy3IQMwgKayzgcK7pDWVG4xSuSOThp6u/+sNOryatUhlK2MHPKWCIsDUcAQO/zUypsIqiqKRoW1h5kiQQEQwGQwBAub+7cw4acrXJ6TlRYUUijw7XpbDAAjYEVe/DGo4GgFokQWEZY5DnebfCYuZZkiQo8hxpkoCNPwpVxJ9FX/qy6BxOrTiFKxJ5dGj316vov15ZCQCGEYZhf5Rg4RRJmoLUNRSWqlbv/Nr7Yc3G47GUAQlU+a0MDFyHF8sne3EuUiDvF6ttXd6vM499cr1fyj1yvYjAW1Zgv0WyqjeK1M/7LCer1/6qeVUNhZUkyYyIMhCGIIJlhiWCYe6d1tDX5zZt3B/kTvCw5v1hlStydTzIOvcPRK85mBjpIEFRKAaJhQLtKQ3C3hwDsLqB35SIZqqyCwDE3sJi9sfxlE/eLh9WTYYlcj5HfSQSeR9S6oUwHOPwWcKFJx/bwTBN8M69Yx9MtL3hQreFNZ/PT0ej0VzE31SIQ+EcgATOOeSlmVVXWOx9W8wEuKZskUgkgrycj05ArmG0RhCnOM0WEFE/inMFVBzE+T35xK+0kSzL8jKq9lvCOYAZSpPMKfLcwe4QnHN+9nvLiirPLJTWD1FhRSIRALXx5vK1IzPDicDlitw5ZM4hKwSuKFAUBRD2yDLGFAC6FRaAgogOVcOSHBGcLvzCRENUvSbU2ltCLlUTLy/eryM+Eom8n/DaQJiqU+Q5fFYABEWeOThViGhwP/lwRVHMASyaMQUODg5URCaiWrASCqeYLzJkWRgLqvg/qf2BATbgEBm3I41EIh9smAAmr56CYVOIwgCAinc/OYf5PENW5HDOW1nOOTjnFvP5vFJYDQvrox/9qIrIAgArAYYJogJmPyQEGagB6osLVQTEBpClomKueckikUgEAML+esIEiAPAEAIMMwrnsMgKOZ1O51BBmnrHOzMfpGk6LaNoKKyXXnoJ3/nOd04pDP8UACn5t4MGIAhI0XC6EwOAQhioa7JoZUUikSYMSNAnzJDCH0KhxiDLc+S5mx8fTv4mWyqKooC1lgeDwQ+effbZeRlDe1oDXnnllYzI79CgosuJo8ZbUQQ0LKw+zRQVViQSqbP0YQkAgmPFwCRgOExnGURwusiTf704eRd7e3sAgCeeeEI/+clPVnGsbOBHRAsgzLWi5ZwrAwPhUn01J2KVIkQlFYlE1iEElGqEAIAJ5AAoQMTy51/6In72E8/1rlZe0THBh1UqKjlr3WCcvhCJRDZlVeGo37iPFIAwv/fmWo2zcr8xJiunNTDRvOumtRFEIpFID21tREx+o1BVgBSFG629v0vfTMNkLShrfNkXiUSuDmL4d3wEgGDNehNo5dc8z3MArKqAVMNNAN5zpfDDwPofRKv/q7/yeyQSiaDbfaT1f1UxnU47Qi1Zcbo75/6MiERV4UQlrJhW5xwoaL+mWacrk8K8dOX3qLQiV4j0uTw0+isum4bGqXnPe+ugCUMB07xG4V/vhiJsbW2tjWNFYanqD1RViAjiBAqFIVaTGn/q4UorIIAYrFJOygrShe8a3fKRK6RXKcWjUy6dlbKmnut9t1Pnjnqi5fSpCygsInqPyOtSYzirtKpzyHKBtpc5E0DVwNE15Be4qK8iVwr1dBa/k9KDlOT9D1mq9A1juaZ5k004y6lPolIt39NS46k//dkaxsu/9mtr41lRWMw8yfPCOnGYL4rFjd09/Lvf/E154vEb8lNf+AJUGEVNTzJqrqpzZCByjRBf6zj9MptHfCA+OFzuKrPV1bw9TlAtau5CgmLwrY6REwAtwGQ1MdYVTqCiECf49V//lbUydFpYOzs7Pzw5njw3TE22tTPG/7jzB7h1c4//yhe/qIu8gNTGrCIS1gUtvVVOCAR+4IpLenYM5B5BLretX/NuhRsVtheQnF7rIyWHPKKuzasvNn5IRrLSaaL2N3AH7pS9Hk8ORrl3sX9JlxOIrIgiLxyYCU8++STefvvt3nRWFNaXvvSl6R//0R99+anbT//zgyz96GKRYXt7LFu7uxARcoWS1B5rIlIfA3rYO9jcAz4uuk9hOdXOpnbZCus6n/a0yVFG5ZPumr3RAsGjOWFmQ+/y/aTwkIxOVABZear0Z5/hOrdRJ6C6zt5JVP0WHp+2KBycCFSxctJzmxWFBQB/7vnn/9d//K3f+qVbP/riv59nObLCwTlHTsGFK1odkysLqy5Jt/hXS98Z1SrSKY00dva6f66zrbl2HXShvsM5uGu3b/iylLs5O8jSg3J/1GfpXLSuRc54G3DtNeNRQXCRb9ZFug6oAbA0GQW1PhimQUGViJJF2MqYmOTc0xpKvvv7v3/355//zL3J0clzP/YXfmL8zJOP8Xyeo3DOSN3EAoFVG/m6tulXPWXbe1CGntWM17wyb8bknYi0Ue85G+16uq0fLsgGHbLH0NycB2BB9jrR+9LeoK0RtOoiOEthbEhX/VwKDquZ7SuUFlxlrZRt6WjqK75lzARB2UDq8VC4Xzvu6UbCg1FRd8z7o7wYADGHOZ0qBNoSEWS5g4pzw+GQTk9Pe+PuVViZc+9MDt76r8lw9xMvfuazL6bW/cHRZHrMjG1AqLFHvK62m47dlM/PNXnvywI/P/nZQTakqzt0vRReF35T+izTVVbrQ+tW6sYKrT9g78PFJ7byDKl5IfrjbB4I2hm03sU35AE6ADYcrWjpmwy5oHIHA0A7lJj/tlROWn6n8FmXwTdtX9431eg/Cvg9r9yyEsjXCbnBIH2SiZAVBZLUZoPBYG0V9Cqsb37zm/IXP/P5//OpT3/2XlbIL/7x//6f//ZDH3n6T2/cuPFxrfZKDhKyrNa0eifcWbW6rqFJnxOsr/TWWFhO27/WnxjUOBx2XeWsK80rNyw38lNdgNYK9748MnfWRyVURyvojqc6OmWV3joP2xsJZNloayO91ei49i69/vvqgVZ+s5O+ePraMPHV6Ky6BGfE32t2hhLSovpsqpGZAxrvXMrqK0Cw/nvlYGSoCqjc4rhDys7CbHauMIXB/+BUAFHNc4Gqsh2kP1o4QcJGRmPzuki6Nst9CosA6OLk+A9F5fid9+49t3/r6X/x7rtHXxuNRsLGPO6XLHozSgGQ8zqaKuG8lnZhQunaJ2eXAK0NAZc3aH+/7eku4enMq1d9ixZw6LThkXJew649r2OFy7QUry8N57rTOG/KeYfFUHUA7rleLGVyADSYBuWZAuXswLJG+6i3xC7rrL1NUt+2SarXv+5Me03jrPW5ngOH/udK/T4GUIDBkI6Rwzqbz+uk5neg7If+rAhXiFo2T+SZfOp4OkOamuJ0Ov3twUAFAO3v7+Pg4GCljC0AvPDCCzg6OsJ0OsVisaDt7W0cHh7Syy//xuuf+uzn/vDGzvjm8enip59+7CM/TZZQeH0EYoCEvKmnYWN5Jn+umPqjewp1frP585xvX+WuozDWWRkdP1GZbkfyy5/K+Wt65vCoM32qpXMJnNeK4wuk3VuKqp2/rSuXc79e6YiqLw4HeGG73IOqy2ZC1RxEb4mW31v11XBhlVZHGSbc01ZFnU3xKt4X1lxHpdxUPUg3F6Bdg14F+FOVuwaG1BpelF81+Hi7W0Q/5b55WhoX7CeM+rS8sWxTP+99Os+QFyo3b+6fvvwb//m/3b17V2/evEnz+Vz39/cpTVN9660dvPDCDX//5z73Obz66qu4ffs2dnd3aTabIcsyStMUd+/e1V/6R//kw1/9a199JS/k+VnuMEgMl85fDf+UQqkqDBnkroBh4/1YYeuIKsubOAvUl1bXO7z+22j1R+0vbG8fViuZQvC207JHti5xO34gABwcpu2G0h7kNxvQavyEZufTdoBW2HXil7vG9oZr95Gwml5L2eqZqfVmbWVq1XXrw5Sf15V2V/nUv5eBWu97lr6XDbpZR3PpyHrPm+czFBa1Eu9s9tSR99BXSulZeypqzUOKKp9TLVVqtqFGnQQlVW3zgvXtiMJrjLJNoPWgL8umjCvMaq/0RSlSqZjH48H8hz/8s1/9hZ/7q3/37bf/NNvf36c8zzVJEh0Oh5hOp/rGG2/49YYf+9jHMJ/Psbu7S9PpFEmSUJZlcM6RiNAbb7zhvvWtf/Pjn/7Jn/w7TujzW8PBSEmk0VBoKVRplBOZmsVyjh5VL8D2LbTqdg5hGAoBEVSXHgmqBVhJYzUOaOm0JJJawNaIoOMVTjhSOzypOMQF8vGwEkRVmcoXMQQhUC09CJQYYUkUhTC6fGlTvsARhfol5cG4oCqTykQkKuoNLiJRBTeVsZedQeyCIMEiEVCZj7IytUq/euL6iUj1/K2Wa+0JvSzfpbJj8sswAL+3d33uDVVWEUCsDCUBKUNIvBULKPx1hTKDxamAqFZHSkIEiKh/Vkgov6X3uPZijKR0VFcv4pTCyEWXY0yf+aUzpyyTEBakjfRBym1DvFZfyzjQdX9daWqosaqVV6x9Y6wI0xJqlGVRi6N6XIv6vlpzOlff4e9brvYrWwBV8q28xCxvc42v3usXwpNCnEg+n+evzxenr/zDX/77/+p3f/e/HG1t3TRJkoi1VtM0RZ7nurW1hel0qq+//rq3sA4ODpAkCU2nUzAzZVlGRVGQtZayLMPdu3fdF176me2f+cs/+5Gd8TAtCiCXHMwGBg6ACeXgAE78W5mVMvLf+Iz9bkoMOoYJzCsjAxfCVhVR93Uww7BfOtAVfxsR/2xgXj4fy2tLEZpNUcKerP46A2V4AzCRFoWSMimJErOqCFEZdpleed2nK6LETFqXZ/VaKQdXcrI1iiKkb0mlcN57aABxsryHiMqCE7dM37929l4h9YS0fDqqTpWIqnVkDFhmiPgwhUj1mZn9XKt6JwsVJaFCOFSyNH73MhGBSKFKXpWGwodflu+8ig39mUiqHl2GdSJLHaTLpUjLsP56/V4A1f1ajR2lI2xIK/Tiui+plBkNpJKhIWvH/fV7umdkl5W2ZgrNypy8zuUf/mUEG0gZvowb4mdIhdnI/jOpqoZrDH/BaTtcKSYAZLm/TrLsAxraOCs0d7n7wWuvvfsv//E/eJMGA7l9+zZba7UoCk2SRJ1zOhwONcsy3LhxQ+/cuQN64YUXYIyhk5MTWGvJGEOLxYKstSiKgtSfAk0HBwfy1ltvnW8wG4lEImsYDof0zDPPkLWWmFmZGUVRqLVWB4OBigicc5plGb7//e+r3d7eJgAYjUZ0enoKYwyGwyGccyiKAkFh6a1bt/jWrVs+lYH/L9X1ryAfZhaLxdmBGgyuRI4m55UpEnlUKPtPs43X3QrGGBARrLWw1tJgMCgtfYxGfutkOxqNYIyBc648uBBByyFNU4gIRARa8/gufQ2PrsE1Ho+vW4QOHkaZIpHLpNnGS0c/EVW6xxiDoigwGAyqMKXO+f8gQhpETSqPbAAAAABJRU5ErkJggg==') no-repeat;
    padding: 2px 10px 9px 9px;
}

.hide {
    display: none;
}
.slider-button {
    display: none;
}
.slider.slider-horizontal {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-track {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.slider-selection {
    position: absolute;
    top: 0;
    bottom: 0;
}
.slider-amount .slider-selection {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAABGCAYAAADFJBSLAAAEmUlEQVR4AaVXRcMtNQzt6Xx/AXd3d9ctK9zluWxwd3d3d1YscYo7g9t/4U5De09D88owD8mTJml6Jk2TtBeH3bx3cIngohPnnfIOiRHKlsSVqSLj4Nt2D3MupkXeO8lrfcxGmXEy0LrruGBoAXa5bYMMMDdE5wpANZKyaiEpIp1SWwLsccfGIaN2BT1T5xMfVcdRPJ10xpYA92wSmk2SML7plsee920cpCCXbWs4lIxct6iEvR/YJERXyesWWmWRI0UD8PDmZgvjRlOEfR7fPPi0JI58rsLExKkV5/V/7P/0FskD0WDxPxEnSBwVc9kBTsqYjSFuzuOA5zYPSazRLWuQMZWvGAwoOAeRBPDiFsFDaBVpXfnmeL09wgwGhwNf2fzduRZ0vZDKTKTMtyR0Fye9fuQnbi3kF5yLs3EZF3+2qCfWRMVNVCQu/uKcXk3ECSP/LwiXfLOoh4CVF8XBK4B+ZYInwOLeatrtrA0Nl/+wpLd2/zatccWPyYPxIFV+EuCn5MH/IFz887IemWNTnQwcPYqJ9wYgeUA3bRXa5tQC0E7BcVHxQFRlCCNgoB0XzwF+Xf7/YqAAtjNn9IXiwmxgD5SYdGXrs1h1OO83Atj8ZnHaopvQXZABCg2SS9fy44lEnd1CLJ/1GGuHtU225EsetA1f/ZumNg/gnSQQEJoJM3FR1XJOHtgATmXlKMDleQv/g2oxTVffVDkv6QcRc3xIfFNOzRFbGZd8m5sq3AKoHO8GlrPQGaBf3EtmeYosF4iL8vcF5esNmAC+WtTHxHlUU+IJc8vDxSjzMZPaqg0u+vycHg4sUEO2cO18y+OiTxb12ac4mAztmLqRr7NaaLG+YoaBc7jo4wQw8iLQEl8ooy0NZ0oeF3y4qDdlQOdUns4NXkTnhbN70a9rvbe3PaizpyAKfN67Z7KczQMSWUCWIxfZJuPXnMd5b50zkcprL2yc8eoxn6uLDVUgM9/a4oDHtn6v+UT1ZPpipbjXA5u8qx2AAcKct6OSytYee9xd3sptBQqosxHRrDRHhT3v2jhoFqJr38P2ad/M6Zpdbtkw2K11zWM7RtW3sgLctHFw9LZt/ARaU8V8AT3zPgNclzzA6BOwgtr6R3NSO1y9QaD7nOmcmHtGi4oMal1W3O0vXz9k18yNwD12WuKcAwHISwXCDpdtEFylWg8qN3r58xqXJMNh2/PXDb6rP6i8aS6+08irXnU8xpm4BHDeukFLdFbGaEIO8y6Ci6XEfcmJpN96dfLAd/OA8X4APzDIfKHPYfXMwBjT6JtnztbLUxA13NGEPpoO7KiPQ5I7lG3xuYVtl2wQ8qSUxV1xWAYpDaQcXpoXjzpqHmy/aOMwy0tiTk+fkCN/cxd5KNGdY5X8pk7z4KxcjbXPD4X3zR3w1+cmTxPbnpoBlNr2TaPfTXvvmhHbHL8pq9H+MrQF5Hm8C9aJQb+WAY5TAFMgosVjch5wUXicgLHd9rjNg/0lyq+rJ9VdR/+sn4zTAWfunQDAF175Inn7uqu9siUcvuiQILEs9J1dUp/2E4Sjlx8WtIl45LH+glOCbSYN/QEx7olFH1ysyAAAAABJRU5ErkJggg==') /*../image/slider-amount-selection-2.png*/ repeat left;
}

.slider-period .slider-selection {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAABGCAYAAADFJBSLAAAEPElEQVR4Aa1X3WolRRCu6q4NKkSfwBvBh4mP463PIgJeLSDggpcb9TYQUUQQXBYUWUUJYAQ3c6Z/nDr1kfnSzJgQLGjqq59TXdXVP3Pss0/fP5cj9WWo3OLukkLrolMI6ma4Jk034kO6cwzHciO5B+7LMIywk++zj+WYQV1GBjfMiITCVpFjWmQNX1foF5/IeRP8OIlIWwMxl+SY7CmCm52slRscuuME3lwJjEDA0pMHUP8NnDw1yElAOVK27gJhkH79NNaASVtEbyqSOneBiUrYter9Nr14Jufdgcp/EvuwbIaexUSh7Ng9KiD0NtTgEMzykK5CJpxMpIUcM6/+kUGCotVY/sRY0JW2jCyUagTVn76U5xsLBhmdkA2Cr711+t4bpI7Z8PtKG6iA0w4Nv6sfzy659La9HCgliO2WE0mITnUCk22IYE+gba7DWd+ihLR1yCapdwHDdMXZh3chOSbdgPXwy9llRKOWQW5QJgdE7KPl1dklHyDnLYukGvJ9pPU3BKC1JH4vabtaAuzXwJh8xgB70ynhzjpqI5r74JxHP23XnMH+zHuEDB5+E41lIMDjyaRtzXxPP0lnR9B2UuZzW4cOwK7tr9hIOOiPKKGSVHmzPGYNOJA+NED5n7rQcQl240slMGxBeQhQ692bqJcVK92R8U6GvdOXis3uAePWlgAHYBvw3y+jjXjruP0gBNfVkPmVun6xXGlIh/ZJ1I2g8HdA5YbS5koPabsbIIGPJI0C//nDUkK6W3+CU1tApruSj0mFTX//Pl6mzfPkAtULHQgl/vrtEiAvgPrcg21Sq/FKt4rYP3+DG8mFhsCJe0ibaePbQV9erBngPYhFpXXh3+hg1xcXH1yyB3YcZOKgUbZ/Xv8xa2yUYRGReo/3kZ8Fjm/XV9+9hkRvCTj0401XyUe/eirPhR0ekj3521RDB8NeqcPxphJkFikytnELsxzcST/3/wtEup3qrmy1hdBgGRdypORDRUoPbFOJT3xBy45QY9RGXyIL6DhQNXoZn/6lIhp+QCuKfmEf1K1W4UrTClsGzl4bbiWX612bFL5UJ1mp4MZx3tfUa48g5i4VHJeKzcXBkB2f/bZ2pfTQHatpsRZWyviYgqNnVC5KAUa70tRVDjVJ7UkORY+8HpJMB5WpLGMK/eQ69wUuh8BpPmQpxRalSZmCT4tcFz5PWeYS+lJCBpabEtjaIjRvE/VcIKeOctpqaKFzHD7zbMcSypyOsx3mdFf2EuYY7gtdjJJEP/rw9Fya8jMUfNThqmJynd3cZNknNCZpHJYNbnMzAcVeZsKm60+8Vr0N2eIuisNUZ9pBmnCoVFR7YFdPIhWHSQV+ODsmKZ6d3DXKViy8A8hKt+j4ctnpO++iQd6iBkydywmlkZbI8snbtzFNsDjunjSeOFeZ7JK9eRJ5NsHdp9GV7gJ/9aUuiVsL+hc+dYNwkYWtwgAAAABJRU5ErkJggg==') /*../image/slider-days-selection-2.png*/ repeat left;
}

.slider-handle.round {
    position: absolute;
    top: 100%;
    width: 30px;
    height: 30px;
    z-index: 2;
}

.slider-amount .slider-handle {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAABICAYAAAC0hqYWAAAFRklEQVR4Ad3aA5DkShzH8cFax9Vh1sbZtm3btm3btm3btm37Cof/+3XV5aE32U2WnddVn/Ik+WbTk0xnDRg14H8x3kAg6H58gUtgp/eQ90AwS+8hr4D+qKnnkGdAf3yGAL2GPAT6lwtgq8eQu0Cc6XoMuQEko7reQq4ohHwCPz2FnAdScE5P8+U0UDSm6CXkGFAMqoDw46CKkI/gI3rIXiAVzoCNyCE7gFSaKHLIFiANKooasl5jyAfwFjFkNZBGp8BatJBlQLEwTrSQRUCxVF6kkLlxCHkHFlFCZgLFwXGwAsWRWM9rU4DiaAxYQ1EYB2vhGNyH7/96mr4FB2ElDIJsYIyvkPFA8eArUCw8helQHMxxCRkNJIhrUCG2IcOABHMM8moNGQQUH6ztTeRbxIXy9fCkkuMsVGWpH9XfFUTNT4ZRvR1BVGWJH5Ucb6G83TzJkseZzNbGmLY5Q8uNty9QbLGDCamYgspO86ZW58Kp7dUI1VhgibEW8inkEt0+DkJqNSE9YxNgNBkoqGxydsbZQcVZteV+lDaro9L+HkBETCFdtEakCrCjWusD4iWAx/6ydimslBZDwkBxdNAS4V88GbU4Exa/AZwGu4MpdZCd3P7vR3eZtVYVYTRQrg4eCRfAYScLJ03uWA4pfQE0VxOSq6P6iMbHg6ncaousRsc0zKkrEeRXjI9RfnPQKKYITGpNZ7P6dh8K6+skq8oWH03bank2jFIHy15m2fmQukBK3CMd2NdqkoUwDfYEk31Kq6hfy9yoqRRhMhup3nb+Ukj8EAY3WLljLP3vkCpKIZG1U7GNCBHC4Orgj/EymKSQCkA8K1sjNTkSIlRI5UW+cic8nxRSGoiXpZkr+7BQIYwlr7Pi2kFxIF7tTYFChhQZko4/1rtSSCE+wjmtDfuQkCG43NlzHh8TDoZ8fEjmxq7ChjCemaJM+h5gyMmHlJ/tI3RIjnbufMgcMGRVMz8aHQum4gs9Vck31VUxJM/k1Kq30/Co/D2s2Ij0fMh2MGThQ5odD43y4dp7/NiBJKoaO/1kQyrO9eFDLkaZ7GYbI/9B4ULqbA7kQ95EubQcXa2ED2lyOIQP+QWGtHr7i2AO8yGvwWAFv4EkTY+JPUcqzJGfI2ywIpLU3hggdEjR4en4kG1SyCUgSflZ3lE+3PpSGDU5FaJKxfVeigdXYa1F9XawT/n7SBu5+4jM67dMDVOLe0OUf5zvLoU0BpK4pBP3WavRgRC2EMKHhEohrvALSIJ1KyFDCvZPy0fcNnDjCJAkS1NXIUPSZnOUezejvOJo7WCixodCRAjhH014efgQV/gMJAmvnlKcEKxxuYba8xEXlN549eFXUepsDRQipNjI9HwEUxxkhwP3X6fsLLBFsiQNYSv+dsnNfMReiHY0llu4xp82SUKwBsxW//mI35A5phAz7OFjsrV0S/SQNpfDya+o7Eug8aBqpIA7QNwdHxtPnNX4ZidCyZLbSS5il9a3v8Hwid+QVz5nvDILTdCIutsCKYW3rVzELUgOmkdp+MlvkO2k0gLf+I/APCw+Oj3ZupjlIt5DEMR6FIX3QDzvAs5xWsjjb3Zu3H2CewwJhjgPf7gu/1LUSAGlkrPXztTitLav6aZYbGMrh+lySHNB1m5IAfE2XGArvyP+ZzKbQ+ztFluyqTjPh+psCWS/sdmPNXbW2Y2NcnZwZ29w2Ungt8GbAGZIkFEergIloP2QDRJ8mKARPI7ngAtQAhJ92EIFmM//7tfgHoyH/GCEJB8myAuD/oTthCvwDn7BSzgHW2AW9IAIiJfxF7rq8pxZ885ZAAAAAElFTkSuQmCC') /*../image/g4288.png*/;
    background-size: contain;
    background-repeat: no-repeat;
}

.slider-period .slider-handle {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAABICAYAAAC0hqYWAAAFaklEQVR4Ad3aU5QkSRiG4Syjh41p2zaxtm3btm3bFsa2bdu2rX+/uMjFv5GnPB01cc5zM8iKt7IQGVkaxiVwVIz1kAVhP3bAJLCHe8hmIPjgaHhpkQDnhXPIqn+FbIbUcA1ZBvQvY8AajiGLgJg3wjFkHhBzGE4Pt5CZQBIbIDGcQqYCGRgGlnAJmcgDmBfCJWSMh5BDcCIoP0YAebAGYlUPGQLkhf5gVjmkP5CXnlA5pLcPIQehSdWQ7kA+WAFRKoZ0AvJRTzCpFvI7kB8eVC3kZz9D9kONSiHfAflpCbRTJeQroAB0ZMczQwcogVPhWrgHLoPjIBfahiLkM6AAPQY3QDfYDeSFNfAFnAmOYIR8CNTCdkDHQL+j3gVSSFfI8yfkTaBgMpk0io60UWGem05obkvnnRFJTXVtKDvDSW1aW7xdQXwOMb6EvAIUqMR4O912XRz1+aOAdq+sp4PrGwytn1dD33+STRecFUURbuMwWAal3oa8EEjAKce3oxG9iunAOjFJ3+1cUUc/fZZDWelOo8fY6e1+2zP+BFSUtqL+nQr5xPy2d3U9ffh6BsXG2MhgM+RhTyGP+xJgNmv05vNp7AwEz5bFtXTOaZFGj38dGI6HvY0Qb9Qev+QHP4ART9Kj9yTK5rAPGo1C7vcmIjnRQdNHlIU0gBMfCDabic9lndG27l2eIsQny+QhpV5PYM2MPBrTrbXU+jm+va8+fjNDNqfJssvu2zx9J/zxTa5PD75sciYN+MkstXq6b8cSbr02Tja3G3jITUBGnnowSRysRUP2rKqn+urWfG4rwfXvkGuNItJTnOLLrcVDBPHSNpsli9V/jSuNQsQXFQ6iRIhw9SUxfI5bobUecikQV1nWSnwMKhWyZEolOR1mPteL9ZALgDj+BlchRLjxqlg+11/0kHN4hKjetrRWyZCuP+bJXl520M7gIWec3F78JyVDdiyvI5fTzGNOBe1kHvLpW5nKhghnntKeh7wK2vE8ZMbIcqVDnn8shYf8ANpJPGTD/Br+n8XSgi03jA3v6DQMGdHR5fVxNs8vloZ89X4WDxnIP7XIbjdJ/zOeST6pkFs/W74u6/17AQ+ZDdoNfJWresi04WU8ZBtoVwDp8nNcyocsmlwp26zQSoB0Ue2tyoeM6VvCQ1aB1oEv27HaVDqkyw95PGQ8aGY4AKRbNq3q/xdLM/NoyG82rwz6xWo4ucG/Wr0+zoa5RdKQT97MlGzq8V8IwdDuRUp/jzx2bxIP+UR6Q/ThuxKVDiktiuAh90mv23OzXKqF8E8sLkMPSeF/OWt0uZIh77yUziOma2xMAdI9cX+SkiG44OMhz/OQ5/gW0MqZ1UqF/P51Lo8QKnhILOwA0mF3XZkQ7A2L2xI8YgRIx/NAOqvVJN4rSoRgg5tHCPVGIa1hHZCuKN9NW5fUtmiI2Apyu8w8orNBg/EWqrjjdGBdy4SsnVtNqUkO2SIxz1OIFYYEsuO4cmoODfvDIbV2lve7+btW1tGxjW0D+pVSNCzhB7j/9gTav/bI7MSvnl3Nt0l1v4JPowR2ynZYcDMmpBFThpbxl5NuArjA53E+XxkLBblutrAMjn1r6kns4LSKsMgiVgT6893jYRMQh22ZoN386fxDnrg6lQUIE1mE3yML5hjdU7zonCj67atcnz+ml06tovdfTaeaCul7QfcHuCBooy30BDLisJtJvIdefiqVvv0om8Q996nDymgxVqzjB5RQt5/y6bO3M+nJB5LYmknqADwTyh+4nQWzgEKoI+RAyIcFboRVQQ4YAXVwxIcDzoIvYS2QH2bAi1AFSgwz1MNz8C30h5mwGQ7BGpgE3eEzuBcyICjjL7dDp60OlXPZAAAAAElFTkSuQmCC') /*../image/g4283.png*/;
    background-size: contain;
    background-repeat: no-repeat;
}

.slider-tooltip {
    position: absolute;
    background-color: #444;
    color: #f8f8f8;
    top: -55px;
    margin-top: 8px;
    padding: 5px 13px;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: rgba(0,0,0,.2) 0 0 10px 2px;
    z-index: 2;
}
    .slider-tooltip a {
        color: #3eb249;
        border-bottom: 1px solid transparent;
    }
        .slider-tooltip a:hover {
            border-bottom: 1px solid #3eb249;
        }
    .slider-tooltip:after {
        position: absolute;
        display: block;
        content: '';
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        top: 100%;
        border-color: #444 transparent transparent transparent;
    }
.slider-text {
    width: 135px;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 0 6px 0;
    border-bottom: 2px solid #3a3a3a;
    margin: 0 0 6px 7px;
}
.slider-text span {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
    .slider-text input {
        border: none;
        background: transparent;
        font-size: 25px;
        font-weight: bold;
        color: #3a3a3a;
        text-align: center;
    }
    .slider-text.amount input {
        width: 90px;
    }

    .slider-text.period input {
        width: 40px;
    }
.slider-text p {
    font-size: 15px;
}
.slider-line {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.calculator-left .slider-line:nth-child(2) {
    padding-top: 10px;
}
/*.slider-text.amount {
    background: url(../img/kwota.svg) no-repeat 0 28px;
    background-size: 36px;
}
.slider-text.period {
    background: url(../img/clock.svg) no-repeat 11px 18px;
    background-size: 20px;
    border-bottom-color: #d9d9d9;
}*/
.slider-text.period {
    border-bottom-color: #c2beb7;
}

.amount-row .red {
    display: none;
}
.text-striked {
    text-decoration: line-through;
    font-weight: normal !important;
    text-decoration-color: #ff0000;
    font-size: 0.65em;
}
.text-striked .red,
.text-striked .red span {
    display: inline-block;
    text-decoration: none;
    color: #ff0000;
    font-weight: bold !important;
    font-size: 1.25em;
}
.calculator-right .block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.block .block-left {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
}
.amount-row>.amount-cell {
    display: inline-block;
    vertical-align: middle;
}
.text-bold {
    font-weight: bold;
}
.loan-button-red {
    background-color: #DF150F;
    border-color: #F24C25;
    padding: 10px 10px;
    position: relative;
}
    .loan-button-red:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background-color: #DF150F;
        border-color: #F24C25;
        box-shadow: 0 0 12px 12px rgba(255,255,255,0.7);
        transition: all 0.25s ease-in-out;
    }
.loan-button-red img {
    display: inline;
    height: 35px;
    padding-bottom: 5px;
    vertical-align: middle;
    z-index: 2;
    position: relative;
}
.loan-button-text {
    padding: 0 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    z-index: 2;
    position: relative;
}



.text-smaller {font-size: 12px;}
iframe {max-width: 100%;}
.calculator-right .text-smaller {text-align: center;margin: 15px 0 0 0;}
.agreement-link {
    text-align: center;
    margin: 15px 0 0 0;
}
.agreement-link a {
    display: inline-block;
    margin: 0 10px;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(58, 58, 58, 0.3);
    font-size: 15px;
}
    .agreement-link .internal-link-red {
        color: #df1610;
        border-bottom: 1px solid #eb644d;
    }
.agreement-link .agreement-link a:hover {
    color:#5bb75d;
    border-bottom: 1px solid rgba(91, 183, 93, 0.5)
}
.banner-text {
    display: block;
    width: calc(100% - 580px);
    padding-left: 55px;
    text-shadow: 0 0 60px #fff;
    font-size: 75px;
    line-height: 80px;
    font-weight: bold;
    text-transform: uppercase;
}

/*.widget .widget-container {
    display: table;
    margin: 0 auto;
}
.widget .slider-line {
    margin-bottom: 20px;
}
.widget .slider-amount, .widget .slider-period {
    width: 155px;
    height: 55px;
    background: url(../img/battery_small.png) no-repeat;
    background-size: 100% 95%;
    padding: 2px 6px 5px 5px;
    margin-top: 3px;
    float: none;
    display: inline-block;
}
.widget .slider-text {
    margin: 0;
    padding: 0;
    width: auto;
    vertical-align: top;
    min-width: 66px;
}
.widget .slider-text p {
    margin-bottom: 0;
}
.widget .slider-text span {
    font-size: 13px;
}
.widget .slider-text input {
    font-size: 16px;
}
.widget .slider-text.amount input {
    width: 45px;
}
.widget .slider-text.period {
    padding: 0 5px;
}
.widget .slider-text.period input {
    width: 20px;
}
.widget .slider-tooltip {
    top: -75px;
}
.widget .block .block-left {
    font-size: 15px;
    line-height: 20px;
}
.widget .loan-button-red {
    width: 100%;
    padding: 3px;
    border-bottom: 0;
    margin: 10px 0;
    font-size: 14px;
    line-height: 20px;
}
.widget .loan-button-red:before {
    box-shadow: 0 0 12px 3px rgba(255,255,255,0.7);
}
.widget .loan-button-text {
    font-size: 16px;
    line-height: 30px;
}
.widget .agreement-link {
    margin: 0;
}
.widget .agreement-link a {
    margin-bottom: 5px;
}
.widget .text-smaller {
    font-size: 10px;
    line-height: 12px;
}*/

.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
section {
    padding-top: 90px;
}
section.sticky {
    padding-top: 0px;
}
.page section {
    margin-bottom: 30px;
}
.for-what h1,
.for-what h2 {
    margin-bottom: 80px;
}


.box.green-bg {
    color: #fff;
}

.boxes {
    width: 760px;
    margin: 0 auto;
    display: flex;
    position: relative;
    z-index: 2;
}

.boxes .box {
    width: 50%;
    padding: 40px 50px 60px 50px;
}
.boxes .box h3 {
    padding-bottom: 30px;
    border-bottom: 1px solid #c3c3c3;
    margin-bottom: 30px;
}
.box.green-bg h3 {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.list {margin-bottom: 45px;}
.list li{display: flex;font-size: 16px;line-height: 21px;align-items: center;margin-bottom: 25px;}
.list li:last-child{margin-bottom: 0;}
.list .img-h {width: 45px;text-align: center;vertical-align: middle;min-width: 45px;}
.list .text {padding-left: 18px;}

.box .btn {
    line-height: 77px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}
.bonus-programm .btn {
    line-height: 77px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    padding: 0 30px;

}
.bonus-programm .btn span,
.box .btn span {
    position: relative;
    z-index: 2;
}
.bonus-programm .btn:before,
.box .btn:before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    transition: all 0.25s ease-in-out;
    z-index: 1;
}
.bonus-programm .btn:before{
    background: #5bb85d;

}
.box.grey-bg .btn:before {
    background: #5bb85d;
}
.grey-bg .text-bg {
    background: #5bb85d;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-top: 5px;
}
.bonus-programm .btn:hover:before,
.box .btn:hover:before {
    transform: scale(1.05)
}
.paralax-bg{
    position: relative;
    padding-bottom: 110px;
}
.paralax-bg:before{
    position: absolute;
    content: '';
    width: 100%;
    bottom: 0;
    left: 0;
    height: 85%;
    background: url(../img/money-bg-gray.jpg) no-repeat center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(100);
    -webkit-filter: grayscale(100);
    opacity: 0.1;
}

section.youtube {
    padding-top: 40px;
}
    section.youtube .flex-cols {
        margin-top: 75px;
    }
    section.youtube .flex-cols .col {
        width: 380px;
        height: 360px;
    }
section.youtube .youtube-container {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
    section.youtube .bottom-link {
        margin: 70px 0 150px 0;
    }
    .youtube-container:before {
        width: 100%;
        height: 100%;
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        background: rgba(255,255,255,0.3);
    }
.youtube-container .play {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHMAAABVCAYAAAB6ttvNAAAFTklEQVR4nO2d228UVRzHvzO722qLVJFGhVCxiaQBLaKiBKEaoxiM0fji5cF4jyHEB2MMMUYNkqBEBfQf0K4XpCjwwCUqxGj0QU00Gk0rdZNiY9VU0VbaSnd3xrTMaQ+/c87eZgs7Z36fZLJzzq/d7p5PzmVntr8DhmEYhmEYhmEYhmEYhmEY5rTjzNAfnKnnjRN+ue+1Go1ueg5TPVMck0hTfegGp7/rlHDOFEaWZTqnMa2AskXedfBeT4kwFdG1dke9JMqXzmmdUWiSm75mSGjklSRRUIlMHjZnhqQkzyPnAlmkQ8WG6ZkstbokJXlu8ChEFpI6RaUyHZZZdVKSQI+0Ly1DJ5TnzNpBlpknPVHg6SQKeJitHeokkRPDbI68Ml8aEbVCy5XpkEemetRJIkX7+kHZJ0OtI8mdEhtmNctCq0uSrEV8Moe6RKDSQ3mYrR1SGpGip7rSHGps9zCrWaa6JCSRPhHpkF6r9MowMpnqI64AJaRh1S3nY6Cr1JTOGemdG699DgtnX6zUW0AyEOlqRNJDSxiZZ4S289rw0srNeHTJI2iqm22TTCFMJ7EkIicTk+/OwU0LbsT2jq24deFaJBwx3UQaU2+EpqwlkjIFDckG3N92H15etQVXzF2qxCOITpauTkukZQrmN87D01dvwIarnsJFDRcq8bhg1Wr2yuZlWDq3Hfv7DmJ3Zg/GcmPKz9iMFT1TZmL+vP2S2/Bax1bcMP96OE58PhJbJ1PQVNeEdZc/hs0rNmHRuZcqcRuxVqagtakVm1ZsxOPt6zHnrDlK3CaslylYNe86bF/9Ku5svQMpN6XEbSA2MieoT9TjnkV3Y9vqV3DNBcuVeNSJlUxB89nNeHLZE3h2+TNoOWeBEo8qsZQpuOz8Jdiy8kU8vPhBzErNUuJRI9YyJ3AdF2tabsbrHdtwS8uaSF8ajL1MQWOqEQ8tfgDr29cpsajA9zMDRrIj2Nm7C4f6DyuxqBB7mZ7v4eP+Q+jqfR/Hs8eVeJSItcwf/voRnT1p/PJvvxKLIrGUOTg2iHTP2/jqj6+VWJSJlcwT+RPYk9mLfX0HkPWySjzqxEbm5wNf4J0jO3Dsv2NKzBasl5kZyuDN7jSO/NOrxGzDWplD40N496f38OnAZ/B95SumVmKdzLyfx/6+A9id2Ru7bxpYJfObwW+R7n4Lv43+rsTigBUyfx0ZQGd3Gt/9+b0SixORljmaG8Wunz/Ah0c/mhxe404kZfrwcbj/E+zs7cLw+LASjyuRk9nzdw/e6O5E3/BRJRZ3Iifz+S9fUOqYk/D9TItgmRbBMi2CZVoEy7QIlmkRLNMiWGbtU/L9O5ZZO3gkzyzNCK1LJHwKLLN28IsILUq5/1Yspzdxg7w1ySBVWCpI5ieOVBAT8bKTFFmOTwRmg0yWueB8XDqywZEP4lT6JNW6NktfmJz3TdybSkqZp5iTCCE5KcdsnrSjLgG/lkpl6sZyKpJmaPRJ0iJGTRYspJqEFpQapmfKT6zrkbJIOR8ci5zGJ+1GDyoUJpGoUKac65QmiNeJ9IlIljkNHdXy0ryYJyKLDrnlytQlr5WzFHtSOmpdzlSWeSqmKcokVLd5zRRhh1nd3hsoIpJlTmNac3gaoUU/qoRdzepEQhp2TSJZaPFFpGllayTsalYu001U6DzJIlVMQqlYehFBK7Uaq1mQzP50UUQlssxpdHOgbvuokq4IhVnNymWBJ/VCUc8yzchtZ7oWa5KoSK3GnEnLNOEtpDKjp5BUWmeEN0OtLahU3TmNTcHbFNcmWlkF6ifhDcRrl4LiGIZhmNMLgP8BacjwS/ZFyRIAAAAASUVORK5CYII=') no-repeat center center;
    background-size: 115px 85px;
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.seo-links {
    position: relative;
    margin-bottom: 0 !important;
}

    .seo-links .links-block {
        position: relative;
        padding: 65px 60px;
        z-index: 2;
        text-align: left;
    }

        .seo-links .links-block a {
            color: #1BAE53;
            font-size: 15px;
            line-height: 40px;
            margin: 0 10px;
            border-radius: 6px;
            border-width: 0.75px;
            padding-top: 3.37px;
            padding-right: 8.67px;
            padding-bottom: 3.37px;
            padding-left: 8.67px;
            gap: 4.82px;
            background: #F1FDF5;
            border: 0.75px solid #1BAE53;
            box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
        }
        .app {
            position: relative;
            padding-bottom: 75px;
        }

.page .app {
    margin-bottom: 0;
}
    .app:before {
        position: absolute;
        content: '';
        background: #5bb85d;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
.main-page .app:before {
    width: 100%;
    height: 48%
}
.page .app:before {
    width: 50%;
    height: 60%;
}
.app .container {
    z-index: 2;
}
.app h2, .app h1 {
    margin-bottom: 90px;
}
.flex-cols {
    display: flex;
    align-items: flex-start;
}
.app .flex-cols,
section.youtube .flex-cols {
    align-items: stretch;
    justify-content: space-evenly;
}

.page .app .flex-cols .col {
    width: 50%;
}

.main-page .app .flex-cols .col {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 338px;
    background: #fff;
    padding: 45px 20px 20px;
    position: relative;
    text-align: center;
    border-radius: 10px;
}
    .app .flex-cols .col.shadow {
        box-shadow: 43px 46px 84px 0px rgba(1, 1, 1, 0.23);
    }

    .app .flex-cols .number-container {
        position: absolute;
        left: 50%;
        top: 0;
    }
    .app .flex-cols .number {
        display: block;
        text-align: center;
        font-weight: bold;
        border-radius: 50%;
        color: #fff;
    }

.main-page .app .flex-cols .number {
    width: 60px;
    min-width: 60px;
    line-height: 60px;
    font-size: 20px;
    height: 60px;
    background: #FB9202;
    top: -25px;
    position: relative;
    left: -50%;
}

.page .app .flex-cols .number {
    width: 90px;
    min-width: 90px;
    line-height: 90px;
    font-size: 30px;
    height: 90px;
    background: #e4e4e4;
}

    .app .flex-cols .col .label {
        padding-top: 30px;
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 15px;
        padding-bottom: 15px;
        line-height: 28px;
    }

.app .flex-cols .img-shadow {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
}
.flex-cols .col {
    width: 50%;
}
.img-shadow {
    text-align: right;
    padding-right: 90px;
}
.img-shadow img {
    background-color: rgb(223, 223, 223);
    box-shadow: 42.966px 46.075px 84px 0px rgba(1, 1, 1, 0.2);
    max-height: 480px;
    position: absolute;
    z-index: 2;
    opacity: 0;
    right: 0;
    top: 0;
    transition: all 0.25s ease-in-out;
}

.img-shadow .img-h {
    position: relative;
    width: 100%;
    text-align: right;
}
.img-shadow .first {
    position: relative;
}
.img-shadow .active {
    opacity: 1;
}
.big-numbers {
    padding-left: 85px;
}
.big-numbers h4 {
    margin-bottom: 25px;
    transition: all 0.25s ease-in-out;
}
.big-numbers .number-row {
    display: flex;
    align-items: center;
    margin-bottom: 43px;
    cursor: pointer;
}
.content-text .big-numbers .number-row{
    margin-bottom: 100px;
}
.content-text .number-row {
    position: relative;
}
.content-text .number-row.green {
    z-index: 3;
}
.content-text .number{
    z-index: 4;
    position: relative;
}
.content-text .number-row:after {
    position: absolute;
    top: 50%;
    height: calc(100% + 120px);
    content: '';
    width: 4px;
    background: #e4e4e4;
    left: 43px;
    margin: 0;
    z-index: 2;
}

.content-text .number-row:last-child:after {
    bottom: 40%;
}
.content-text .number-row:last-child:after {
    display: none;
}
.content-text .number-row.green:after {
    background: #5bb85d;
    z-index: 1;
}
.big-numbers .number-row:last-child {
    margin-bottom: 0;
}
.big-numbers .text {
    padding-left: 32px;
    line-height: 22px;
}
.number {
    display: block;
    width: 90px;
    min-width: 90px;
    text-align: center;
    font-weight: bold;
    line-height: 90px;
    font-size: 30px;
    height: 90px;
    border-radius: 50%;
    background: #e4e4e4;
    transition: all 0.25s ease-in-out;
}
.app .flex-cols .green .number {
    background: #5bb85d;
    color: #fff;
}
.green h4 {
    color:#3eb249;
}
.half-width-image {
    overflow: hidden;
}
.no-pd {
    padding-top: 0;
}
.half-width-image .image-holder img {
    max-width: none;
}
.toggle {
    border-bottom: 1px solid #b9b9b9;
    margin-bottom: 30px;
}
.toggle:last-child {
    margin-bottom: 0;
}
.toggle .open-close.active:after,
.toggle .text {
    display: none;
}
.toggle .text {
    padding-bottom: 30px;
    line-height: 21px;
}
.toggle h4 {
    margin-bottom: 30px;
}
.toggle .open-close {
    position: relative;
    padding-left: 38px;
    display: block;
    border-bottom: 0;
}
.toggle .open-close:hover,
.toggle .open-close.active {
    color:#3eb249;
}
.toggle .open-close:before,
.toggle .open-close:after {
    position: absolute;
    content: '';
    background: #1d1d1b;
    transition: all 0.25s ease-in-out;
}
.toggle .open-close:before {
    top: 12px;
    left: 0;
    width: 16px;
    height: 2px;
}
.toggle .open-close:after {
    top: 5px;
    left: 7px;
    width: 2px;
    height: 16px;
}
.toggle .open-close:hover:before,
.toggle .open-close:hover:after,
.toggle .open-close.active:after {
    background: #3eb249;
}
.main-page .testimonials {
    padding-bottom: 80px;
}

.testimonials .slider {
    margin-bottom: 60px;
}
.testimonials .slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 55px;
}
.app .big-numbers .slick-list,
.testimonials .slider .slick-list {
    overflow: hidden;
}
.testimonials .slider .slide {
    float: left;
    padding: 0 30px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-left,
.app .slick-arrow,
.testimonials .slick-arrow {
    position: absolute;
    top: 80px;
    width: 20px;
    height: 32px;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012.59%2022.28%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%233a3a3a%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Earrow-left%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22%D0%A8%D0%B0%D1%80_1%22%20data-name%3D%22%D0%A8%D0%B0%D1%80%201%22%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%220.71%22%20y1%3D%2210.49%22%20x2%3D%2211.78%22%20y2%3D%2221.57%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%220.81%22%20y1%3D%2211.78%22%20x2%3D%2211.88%22%20y2%3D%220.71%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
    background-size: 20px 32px;
    transition: all 0.25s ease-in-out;
    opacity: 0.2;
    border: none;
    left: 0;
    text-indent: -9999px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-left {
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012.59%2022.28%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Earrow-left%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22%D0%A8%D0%B0%D1%80_1%22%20data-name%3D%22%D0%A8%D0%B0%D1%80%201%22%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%220.71%22%20y1%3D%2210.49%22%20x2%3D%2211.78%22%20y2%3D%2221.57%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%220.81%22%20y1%3D%2211.78%22%20x2%3D%2211.88%22%20y2%3D%220.71%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
}
.carousel-control:hover .glyphicon-chevron-right,
.carousel-control:hover .glyphicon-chevron-left,
.app .slick-arrow:hover,
.testimonials .slick-arrow:hover {
    opacity: 1;
}

.carousel-control .glyphicon-chevron-right,
.app .slick-next,
.testimonials .slick-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    right: 0;
    left: initial;
}
.testimonials h1 .raiting {float: none;display: inline-block;vertical-align: middle}
.testimonials h2 {
    margin-bottom: 60px;
}
.testimonials .label-success {
    background-color: #5cb85c;
}
.testimonials .label {
    display: inline-block;
    padding: .4em .4em;
    font-size: 40%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    border-radius: .25em;
}
.testimonials .header {
    text-align: right;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 19px;
    color:#838383;
}
.testimonials .header.no-rate { text-align: left; }
.testimonials .answer .header {
    margin-bottom: 10px;
}
.testimonials .raiting {
    float: left;
    display: block;
}
.testimonials .raiting img {
    margin-right: 5px;
}
.testimonials .text {
    line-height: 22px;
}
.testimonials .text .author {
    font-weight: bold;
    display: block;
    margin-top: 20px;
}
.review-nav-item {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px 0 0;
}
.review-nav-item {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px 0 0;
}
.rating>label {
    color: #ddd;
    float: right;
}
.star-rating-lg {
    font-size: 2.5rem;
}

.rating {
    float: none;
}
.rating>input {
    display: none;
}
    .rating > label {
        margin: 5px;
        width: 35px;
        height: 35px;
        background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014.34%2013.63%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2388847d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Estar%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22%D0%A8%D0%B0%D1%80_1%22%20data-name%3D%22%D0%A8%D0%B0%D1%80%201%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%227.17%200%209.38%204.49%2014.34%205.21%2010.75%208.7%2011.6%2013.63%207.17%2011.31%202.74%2013.63%203.58%208.7%200%205.21%204.95%204.49%207.17%200%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
        background-size: 100%;
        display: inline-block;
    }

        .rating > input:checked + label:hover, .rating > input:checked ~ label:hover, .rating > label:hover ~ input:checked ~ label, .rating > input:checked ~ label:hover ~ label {
            background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014.34%2013.63%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23d3b909%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Estar%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22%D0%A8%D0%B0%D1%80_1%22%20data-name%3D%22%D0%A8%D0%B0%D1%80%201%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%227.17%200%209.38%204.49%2014.34%205.21%2010.75%208.7%2011.6%2013.63%207.17%2011.31%202.74%2013.63%203.58%208.7%200%205.21%204.95%204.49%207.17%200%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        }

    .rating > input:checked ~ label, .rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
        background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014.34%2013.63%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23d3b909%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Estar%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22%D0%A8%D0%B0%D1%80_1%22%20data-name%3D%22%D0%A8%D0%B0%D1%80%201%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%227.17%200%209.38%204.49%2014.34%205.21%2010.75%208.7%2011.6%2013.63%207.17%2011.31%202.74%2013.63%203.58%208.7%200%205.21%204.95%204.49%207.17%200%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    }

    .rating > .rating-static {
        background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014.34%2013.63%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23d3b909%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Estar%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22%D0%A8%D0%B0%D1%80_1%22%20data-name%3D%22%D0%A8%D0%B0%D1%80%201%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%227.17%200%209.38%204.49%2014.34%205.21%2010.75%208.7%2011.6%2013.63%207.17%2011.31%202.74%2013.63%203.58%208.7%200%205.21%204.95%204.49%207.17%200%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        margin: 0;
    }
#avg-rating {padding-top: 15px;}
#avg-rating span {margin-top: 5px;display:inline-block}
.pagitest .question {float: left;width: 70%;margin-bottom: 20px;}
.pagitest .answer {float: right;width: 70%;}
.pagitest .row:after {clear: both;display: table;content: '';margin-bottom: 60px;}
.answer textarea {
    font: 16px/25px 'Open Sans', Arial, sans-serif;
    color:#3a3a3a;
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
    padding: 8px 15px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    box-shadow: none!important;
    border: 1px solid #ddd;
    display: block;
    width: 100%;
    resize: none;
}
#myReview .btn {
    width: 225px;
    line-height: 75px;
    font-size: 17px;
    position: relative;
    margin: 40px auto 60px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
#myReview .btn:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background: #3a3a3a;
    z-index: 1;
    transition: all 0.25s ease-in-out;
    height: 100%;
    width: 0;
}
#myReview .btn:hover:after {
    width: 100%;
}
#myReview .btn span{
    position: relative;
    z-index: 2;
}

.add-review-form {
    margin: 20px 0 0;
    max-width: 750px;
}

.add-review-form .rating-container {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
}
.add-review-form .textarea-container {
    position: relative;
}
.add-review-form .textarea-container [data-len] {
    position: absolute;
    right: 0;
    bottom: 5px;
    color: #b9b9b9;
}
.add-review-form textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #b9b9b9;
    resize: none;
    font: 20px/26px 'Open Sans', Arial, sans-serif;
}
.my-review {
    background: #d9f1d9;
    margin: 20px 0;
    padding: 10px;
}
.ref-pagination {
    text-align: center;
}

.ref-pagination .page-numbers:hover {
    background: #f5f5f5;
}
.ref-pagination .page-numbers.current {
    background-color: #3eb249;
    color: #fff;
}
.ref-pagination .page-numbers {
    padding: 0;
    border: 1px solid #f5f5f5;
    border-radius: 25px 25px 25px 25px;
    width: 50px;
    line-height: 48px;
    margin: 0 5px 0 0;
    display: inline-block;
    text-decoration: none;
}
.bottom-link {
    text-align: center;
}
.link-green {
    color: #3eb249;
    padding-bottom: 10px;
    border-bottom: 1px solid #b9b9b9;
}
.link-green:hover {
    border-bottom-color: #3eb249;
    text-decoration: none;
}
.link-grey {
    color: #3a3a3a;
    padding-bottom: 10px;
    border-bottom: 1px solid #b9b9b9;
}
.link-grey:hover {
    border-bottom-color: #3eb249;
    text-decoration: none;
}

div.form-login {
    padding: 80px 0 105px 0;
    background-attachment: fixed;
    position: relative;
}
div.form-login:before {
    position: absolute;
    content: '';
    background: url(../img/form-bg.jpg) no-repeat center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(100);
    -webkit-filter: grayscale(100);
    opacity: 0.1;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%
}

.form-login h2 {
    font-size: 35px;
    line-height: 40px;
    color: #3a3a3a;
}
.form-login .form-body {
    margin-top: 40px;
}
.index-form-container {
    background: white;
    padding: 70px 85px;
    width: 500px;
    box-shadow: 1px 71px 84px 0px rgba(1, 1, 1, 0.1);
    min-height: 480px;
    max-height: 510px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition: max-height 0.3s;
}
.index-form-container .link {
    color: #727272;
}

.index-form-container .link:hover {
    text-decoration: underline;
}
.social-register-block {
    padding-top: 70px;
}
    .social-register-block .social-register-link {
        display: flex;
        align-items: center;
        margin-bottom: 35px;
        text-transform: uppercase;

    }
.social-register-link .img-h {
    min-width: 60px;
}
.social-register-link span {
    color: #5bb85d;
    font-weight: bold;
    border-bottom: 1px solid #b9b9b9;
    line-height: 35px;
    font-size: 16px;
}
    .content-text + .form-subscribe {
        margin-top: 30px;
    }
.form-subscribe {
    padding: 45px 0;
    background: #f6f6f6 url(../img/form-bg.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.subscribe {
    max-width: 890px;
    padding: 0 70px;
    margin: 0 auto;
    position: relative;
}
.subscribe:after {
    position:absolute;
    content: '';
    right: 0;
    top: 106px;
    width: 39px;
    height: 136px;
    background: url(../img/green-arrow.png) no-repeat center;
}
.subscribe.sent:after {
    display: none;
}
.subscribe.sent .show-unsent {
    display: none;
}
.subscribe .show-sent {
    display: none;
}
.subscribe.sent .show-sent {
    display: initial;
}
.subscribe .header h2 {
    margin-bottom: 30px
}
.subscribe .header h3 {
    font-size: 35px;
    line-height: 45px;
}

.subscribe .header {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
}
.subscribe .form-body {
    position: relative;
}
.form-block .input-group,
.popup .input-group,
.form-login .input-group {
    padding: 0 15px 0 0;
    position: relative;
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
}
.subscribe .input-group {
    width: 264px;
    float: left;
    padding: 22px 15px 0 0;
    position: relative;
}
    .form-block .input-group label,
    .popup .input-group label,
    .subscribe .input-group label,
    .form-login .input-group label {
        float: left;
        padding: 4px 0 23px 40px;
        font-size: 20px;
        display: block;
        border-bottom: 2px solid #3a3a3a;
        width: 100%;
        transition: all 0.25s ease-in-out;
        text-indent: -9999px;
    }
.form-block .input-group label,
.popup .input-group label,
.form-login .input-group label {
    float: none;
    border-bottom: 2px solid #b9b9b9;
}
.form-block .input-group input,
.popup .input-group input,
.subscribe .input-group input,
.form-login .input-group input {
    right: 0;
    border: none;
    background: transparent;
    line-height: 26px;
    padding-right: 15px;
    position: absolute;
    top: 25px;
    right: 0;
    width: calc(100% - 40px);
    font-size: 20px;
    z-index: 2;
}
.subscribe .field-validation-error {
    max-width: 210px;
    margin-top: 65px;
}
.subscribe .checkbox-group .field-validation-error {
    max-width: 210px;
    margin-top: 10px;
}

.input-group input::-webkit-input-placeholder {
    color: #3a3a3a;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: normal;
}
.input-group input::-moz-placeholder {
    color: #3a3a3a;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: normal;
}
.input-group input:-ms-input-placeholder {
    color: #3a3a3a;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: normal;
}
.input-group input:-moz-placeholder {
    color: #3a3a3a;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: normal;
}
.popup .input-group input::-webkit-input-placeholder {
    color: #0c0c0c;
}
.popup .input-group input::-moz-placeholder {
    color: #0c0c0c;
}
.popup .input-group input:-ms-input-placeholder {
    color: #0c0c0c;
}
.popup .input-group input:-moz-placeholder {
    color: #0c0c0c;
}
.form-block .input-group input {
    width: calc(100% - 40px) !important;
    top: 3px;
}
.popup .input-group input,
.form-login .input-group input {
    width: calc(100% - 60px) !important;
    top: 6px;
}
.subscribe .input-group .email-field {
    width: calc(100% - 41px);
}
.form-block .input-group .name-field + label,
.popup .input-group .name-field + label,
.subscribe .input-group .name-field + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025.29%2036.76%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%233a3a3a%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ename%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2212.65%22%20cy%3D%227.03%22%20r%3D%226.03%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1%2C36.76V24.25c0-3%2C1.59-5.39%2C4.57-5.39H19.72%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M19.72%2C18.85h0c3%2C0%2C4.57%2C2.42%2C4.57%2C5.39V36.76%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"), url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025.29%2036.76%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%235bb85d%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ename%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2212.65%22%20cy%3D%227.03%22%20r%3D%226.03%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1%2C36.76V24.25c0-3%2C1.59-5.39%2C4.57-5.39H19.72%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M19.72%2C18.85h0c3%2C0%2C4.57%2C2.42%2C4.57%2C5.39V36.76%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 19px 27px;
}
.form-block .input-group .name-field:focus + label,
.popup .input-group .name-field:focus + label,
.subscribe .input-group .name-field:focus + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025.29%2036.76%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%235bb85d%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ename%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2212.65%22%20cy%3D%227.03%22%20r%3D%226.03%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1%2C36.76V24.25c0-3%2C1.59-5.39%2C4.57-5.39H19.72%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M19.72%2C18.85h0c3%2C0%2C4.57%2C2.42%2C4.57%2C5.39V36.76%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    border-bottom-color: #5bb85d;
}
.popup .input-group .email-field + label,
.form-login .input-group .email-field + label {
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20121.68%20118.24%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%235bb85d%3Bstroke-miterlimit%3A10%3Bstroke-width%3A6px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eemail%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22118.68%2042.25%2060.84%2071.86%203%2042.25%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M118.68%2C42.25%2C60.84%2C3.61%2C3%2C42.25v69.6a3.39%2C3.39%2C0%2C0%2C0%2C3.39%2C3.39H115.29a3.39%2C3.39%2C0%2C0%2C0%2C3.39-3.39Z%22%2F%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2290.45%2056.7%2090.45%2042.57%2031.23%2042.57%2031.23%2056.7%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat top left;
    background-size: 31px 31px;
}
.form-block .input-group .password-field + label,
.popup .input-group .password-field + label,
.form-login .input-group .password-field + label {
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2058.36%2068.74%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%235bb85d%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Epassword%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%221.5%22%20y%3D%2228.12%22%20width%3D%2255.36%22%20height%3D%2239.12%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M29.18%2C1.5h0A21.54%2C21.54%2C0%2C0%2C0%2C7.64%2C23v5.08H50.72V23A21.54%2C21.54%2C0%2C0%2C0%2C29.18%2C1.5Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35.61%2C43.5a6.43%2C6.43%2C0%2C1%2C0-9.12%2C5.83v9h5.38v-9A6.43%2C6.43%2C0%2C0%2C0%2C35.61%2C43.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat top left;
    background-size: 31px 31px;
}
.form-block .input-group .code-field + label,
.popup .input-group .code-field + label {
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20132.14%20116.43%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-2%7Bfill%3Anone%3Bstroke%3A%233eb249%3Bstroke-miterlimit%3A10%3Bstroke-width%3A6px%3B%7D.cls-2%7Bstroke-linecap%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%D0%A0%D0%B5%D1%81%D1%83%D1%80%D1%81%201%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M48.54%2C81H5a2%2C2%2C0%2C0%2C1-2-2V5A2%2C2%2C0%2C0%2C1%2C5%2C3H127.18a2%2C2%2C0%2C0%2C1%2C2%2C2V79.06a2%2C2%2C0%2C0%2C1-2%2C2H83.6%22%2F%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2266.07%22%20cy%3D%2281.04%22%20r%3D%2217.53%22%2F%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2266.07%22%20cy%3D%2281.04%22%20r%3D%227.71%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M83.65%2C62.27a24.86%2C24.86%2C0%2C0%2C0-35.16%2C0%22%2F%3E%3Cpolyline%20class%3D%22cls-2%22%20points%3D%2271.79%2097.96%2083.02%20109.19%2083.02%2098%2094.21%2098%2082.98%2086.77%22%2F%3E%3Cpolyline%20class%3D%22cls-2%22%20points%3D%2260.34%2097.96%2049.12%20109.19%2049.12%2098%2037.93%2098%2049.16%2086.77%22%2F%3E%3Cline%20class%3D%22cls-2%22%20x1%3D%2293.22%22%20y1%3D%2235.54%22%20x2%3D%2239.48%22%20y2%3D%2235.54%22%2F%3E%3Cline%20class%3D%22cls-2%22%20x1%3D%2229.97%22%20y1%3D%2222.99%22%20x2%3D%22102.64%22%20y2%3D%2222.99%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat top left;
    background-size: 31px 31px;
}
.form-block .input-group .email-field + label,
.subscribe .input-group .email-field + label {
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20121.68%20118.24%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%233a3a3a%3Bstroke-miterlimit%3A10%3Bstroke-width%3A6px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eemail%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22118.68%2042.25%2060.84%2071.86%203%2042.25%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M118.68%2C42.25%2C60.84%2C3.61%2C3%2C42.25v69.6a3.39%2C3.39%2C0%2C0%2C0%2C3.39%2C3.39H115.29a3.39%2C3.39%2C0%2C0%2C0%2C3.39-3.39Z%22%2F%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2290.45%2056.7%2090.45%2042.57%2031.23%2042.57%2031.23%2056.7%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat top left; background-size: 26px 26px;
}

.form-block .input-group .phone-field + label {
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2075.77%20138.02%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%233a3a3a%3Bstroke-miterlimit%3A10%3Bstroke-width%3A6px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etel%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cg%20id%3D%22_%D0%93%D1%80%D1%83%D0%BF%D0%BF%D0%B0_%22%20data-name%3D%22%26lt%3B%D0%93%D1%80%D1%83%D0%BF%D0%BF%D0%B0%26gt%3B%22%3E%3Crect%20id%3D%22_%D0%9F%D1%80%D1%8F%D0%BC%D0%BE%D1%83%D0%B3%D0%BE%D0%BB%D1%8C%D0%BD%D0%B8%D0%BA_%22%20data-name%3D%22%26lt%3B%D0%9F%D1%80%D1%8F%D0%BC%D0%BE%D1%83%D0%B3%D0%BE%D0%BB%D1%8C%D0%BD%D0%B8%D0%BA%26gt%3B%22%20class%3D%22cls-1%22%20x%3D%223%22%20y%3D%223%22%20width%3D%2269.77%22%20height%3D%22132.02%22%20rx%3D%227.47%22%20ry%3D%227.47%22%2F%3E%3Cline%20id%3D%22_%D0%9A%D0%BE%D0%BD%D1%82%D1%83%D1%80_%22%20data-name%3D%22%26lt%3B%D0%9A%D0%BE%D0%BD%D1%82%D1%83%D1%80%26gt%3B%22%20class%3D%22cls-1%22%20x1%3D%2230.97%22%20y1%3D%2211.11%22%20x2%3D%2244.8%22%20y2%3D%2211.11%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat top left;
    background-size: 26px 26px;
}

.form-block .input-group .phone-field:focus + label {
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2075.77%20138.02%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%235bb85d%3Bstroke-miterlimit%3A10%3Bstroke-width%3A6px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etel%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cg%20id%3D%22_%D0%93%D1%80%D1%83%D0%BF%D0%BF%D0%B0_%22%20data-name%3D%22%26lt%3B%D0%93%D1%80%D1%83%D0%BF%D0%BF%D0%B0%26gt%3B%22%3E%3Crect%20id%3D%22_%D0%9F%D1%80%D1%8F%D0%BC%D0%BE%D1%83%D0%B3%D0%BE%D0%BB%D1%8C%D0%BD%D0%B8%D0%BA_%22%20data-name%3D%22%26lt%3B%D0%9F%D1%80%D1%8F%D0%BC%D0%BE%D1%83%D0%B3%D0%BE%D0%BB%D1%8C%D0%BD%D0%B8%D0%BA%26gt%3B%22%20class%3D%22cls-1%22%20x%3D%223%22%20y%3D%223%22%20width%3D%2269.77%22%20height%3D%22132.02%22%20rx%3D%227.47%22%20ry%3D%227.47%22%2F%3E%3Cline%20id%3D%22_%D0%9A%D0%BE%D0%BD%D1%82%D1%83%D1%80_%22%20data-name%3D%22%26lt%3B%D0%9A%D0%BE%D0%BD%D1%82%D1%83%D1%80%26gt%3B%22%20class%3D%22cls-1%22%20x1%3D%2230.97%22%20y1%3D%2211.11%22%20x2%3D%2244.8%22%20y2%3D%2211.11%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat top left;
    background-size: 26px 26px;
}

.unobtrusive-error + label {
    border-bottom-color: #e5443f !important;
}
.validation-error-container {

}
.sms-timer .field-validation-error,
.field-validation-tooltip,
.field-validation-error,
.static-validation .field-validation-error {
    background: #e5443f;
    color: #fff;
    padding: 6px 20px;
    clear: both;
    display: block;
    margin-top: 10px;
    border-radius: 3px;
    margin: 10px -15px 0;
    position: relative;
    font-size: 12px;
    line-height: 16px;
}
    .sms-timer .field-validation-error:before,
    .field-validation-tooltip:before,
    .field-validation-error:before,
    .static-validation .field-validation-error:before {
        position: absolute;
        content: '';
        border: 4px solid transparent;
        border-bottom: 8px solid #e5443f;
        top: -10px;
        left: 54px;
    }
.field-validation-tooltip {background: #5bb75d;}
.field-validation-tooltip:before {border-bottom-color:#5bb75d;}

.input-group .email-field.unobtrusive-error + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20121.68%20118.24%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23e5443f%3Bstroke-miterlimit%3A10%3Bstroke-width%3A6px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eemail%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22118.68%2042.25%2060.84%2071.86%203%2042.25%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M118.68%2C42.25%2C60.84%2C3.61%2C3%2C42.25v69.6a3.39%2C3.39%2C0%2C0%2C0%2C3.39%2C3.39H115.29a3.39%2C3.39%2C0%2C0%2C0%2C3.39-3.39Z%22%2F%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2290.45%2056.7%2090.45%2042.57%2031.23%2042.57%2031.23%2056.7%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.input-group .name-field.unobtrusive-error + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025.29%2036.76%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23e5443f%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ename%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2212.65%22%20cy%3D%227.03%22%20r%3D%226.03%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1%2C36.76V24.25c0-3%2C1.59-5.39%2C4.57-5.39H19.72%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M19.72%2C18.85h0c3%2C0%2C4.57%2C2.42%2C4.57%2C5.39V36.76%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.input-group .phone-field.unobtrusive-error + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2075.77%20138.02%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23e5443f%3Bstroke-miterlimit%3A10%3Bstroke-width%3A6px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etel%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cg%20id%3D%22_%D0%93%D1%80%D1%83%D0%BF%D0%BF%D0%B0_%22%20data-name%3D%22%26lt%3B%D0%93%D1%80%D1%83%D0%BF%D0%BF%D0%B0%26gt%3B%22%3E%3Crect%20id%3D%22_%D0%9F%D1%80%D1%8F%D0%BC%D0%BE%D1%83%D0%B3%D0%BE%D0%BB%D1%8C%D0%BD%D0%B8%D0%BA_%22%20data-name%3D%22%26lt%3B%D0%9F%D1%80%D1%8F%D0%BC%D0%BE%D1%83%D0%B3%D0%BE%D0%BB%D1%8C%D0%BD%D0%B8%D0%BA%26gt%3B%22%20class%3D%22cls-1%22%20x%3D%223%22%20y%3D%223%22%20width%3D%2269.77%22%20height%3D%22132.02%22%20rx%3D%227.47%22%20ry%3D%227.47%22%2F%3E%3Cline%20id%3D%22_%D0%9A%D0%BE%D0%BD%D1%82%D1%83%D1%80_%22%20data-name%3D%22%26lt%3B%D0%9A%D0%BE%D0%BD%D1%82%D1%83%D1%80%26gt%3B%22%20class%3D%22cls-1%22%20x1%3D%2230.97%22%20y1%3D%2211.11%22%20x2%3D%2244.8%22%20y2%3D%2211.11%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.input-group input:focus + label {
    border-bottom-color: #5bb85d;
}
.form-block .input-group .email-field:focus + label,
.popup .input-group .email-field:focus + label,
.subscribe .input-group .email-field:focus + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20121.68%20118.24%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%235bb85d%3Bstroke-miterlimit%3A10%3Bstroke-width%3A6px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eemail%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22118.68%2042.25%2060.84%2071.86%203%2042.25%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M118.68%2C42.25%2C60.84%2C3.61%2C3%2C42.25v69.6a3.39%2C3.39%2C0%2C0%2C0%2C3.39%2C3.39H115.29a3.39%2C3.39%2C0%2C0%2C0%2C3.39-3.39Z%22%2F%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2290.45%2056.7%2090.45%2042.57%2031.23%2042.57%2031.23%2056.7%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    border-bottom-color: #5bb85d;
}
.form-block .input-group textarea {
    padding: 15px;
    position: relative;
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 2px solid #b9b9b9;
    font: 20px/26px 'Open Sans', Arial, sans-serif;
    height: 60px;
}

.form-block .input-group textarea::-webkit-input-placeholder {
    color: #3a3a3a;
    font: 20px/26px 'Open Sans', Arial, sans-serif;
    font-weight: normal;
}
.form-block .input-group textarea::-moz-placeholder {
    color: #3a3a3a;
    font: 20px/26px 'Open Sans', Arial, sans-serif;
    font-weight: normal;
}
.form-block .input-group textarea:-ms-input-placeholder {
    color: #3a3a3a;
    font: 20px/26px 'Open Sans', Arial, sans-serif;
    font-weight: normal;
}
.form-block .input-group textarea:-moz-placeholder {
    color: #3a3a3a;
    font: 20px/26px 'Open Sans', Arial, sans-serif;
    font-weight: normal;
}

#Code.popup .input-group {
    padding-top: 6px;
    margin-bottom: 35px;
}
.subscribe .checkbox-group {
    position: relative;
    clear: both;
    padding: 30px 0;
    font-size: 14px;
}
.form-block .checkbox-group,
.popup .checkbox-group {
    font-size: 14px;
    margin-bottom: 20px;
}
.form-block .checkbox-group a,
.popup .checkbox-group a,
.subscribe .checkbox-group a {
    padding-bottom: 1px;
    border-bottom: 1px solid #cfcfcf;
    display: inline-block;
}
.form-block .checkbox-group input,
.popup .checkbox-group input,
.subscribe .checkbox-group input {
    position: absolute;
    left: -9999px;
}
.subscribe .checkbox-group label {
    padding-left: 45px;
    position: relative;
    line-height: 24px;
    display: block;
    cursor: pointer;
}
.form-block .checkbox-group label,
.popup .checkbox-group label {
    padding-left: 30px;
    position: relative;
    line-height: 19px;
    display: block;
    cursor: pointer;
    text-align: left;
}
.form-block .checkbox-group label:before,
.popup .checkbox-group label:before,
.subscribe .checkbox-group label:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 22px;
    width: 22px;
    content: '';
    background: #fff;
    border: 1px solid #fff;
    transition: all 0.25s ease-in-out;
}

.form-block .checkbox-group label:before,
.popup .checkbox-group label:before {
    height: 17px;
    width: 17px;
}

.form-block .checkbox-group label:hover:before,
.popup .checkbox-group label:hover:before,
.subscribe .checkbox-group label:hover:before {
    border-color: #5bb85d;
}
.form-block .checkbox-group a:hover,
.popup .checkbox-group a:hover,
.subscribe .checkbox-group a:hover {
    color: #5bb85d;
}

.form-block .checkbox-group input:checked + label:after,
.popup .checkbox-group input:checked + label:after,
.subscribe .checkbox-group input:checked + label:after,
.form-block .checkbox-group input:checked + input + label:after,
.popup .checkbox-group input:checked + input + label:after,
.subscribe .checkbox-group input:checked + input + label:after {
    position: absolute;
    left: 5px;
    top: 5px;
    height: 14px;
    width: 14px;
    content: '';
    background: #5bb85d;
}

.form-block .checkbox-group input:checked + label:after,
.popup .checkbox-group input:checked + label:after,
.form-block .checkbox-group input:checked + input + label:after,
.popup .checkbox-group input:checked + input + label:after {
    left: 5px;
    top: 5px;
    height: 9px;
    width: 9px;
}
.form-block button[type="submit"],
.popup button[type="submit"] {
    width: 100%;
    line-height: 75px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
}
.subscribe button[type="submit"] {
    width: 225px;
    line-height: 75px;
    font-size: 17px;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.categories .btn-full-width span,
.subscribe .btn-full-width span,
.form-block button[type="submit"] span,
.popup button[type="submit"] span,
.subscribe button[type="submit"] span {
    position: relative;
    z-index: 2;
}
.categories .btn-full-width:after,
.subscribe .btn-full-width:after,
.btn-small:after,
.form-block button[type="submit"]:after,
.popup button[type="submit"]:after,
.subscribe button[type="submit"]:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background: #3a3a3a;
    color: #fff;
    z-index: 1;
    transition: all 0.25s ease-in-out;
    height: 100%;
    width: 0

}
.categories .btn-full-width:hover:after,
.subscribe .btn-full-width:hover:after,
.btn-small:hover:after,
.form-block button[type="submit"]:hover:after,
.popup button[type="submit"]:hover:after,
.subscribe button[type="submit"]:hover:after {
    width: 100%;
}
.subscribe .btn-full-width {
    width: 100%;
    line-height: 75px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    margin-top: 100px
}
.categories .btn-white {
    line-height: 57px;
    box-shadow: 1px 1.732px 18.43px 0.57px rgba(0, 0, 0, 0.1);
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
}
.btn-width-shadow:after {
    line-height: 57px;
    background: url(../img/button-shadow.png) no-repeat bottom;
    background-size: 100%;
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 13px;
    content: '';
}
.categories .btn-white:hover {
    background: #5bb75d !important;
    color:#fff;
}
.categories .col {
    margin-bottom: 24px;
    padding: 0 12.5px;
}
.categories .mobile-button {
    position: relative;
    display: none;
    width: 100%;
    line-height: 75px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    margin-top: 50px;
}
@keyframes leaves {
    0% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
    100% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}
.phone-screen {
    min-width: 470px;
    margin-left: -35px;
}
.phone-screen img {
    /*animation: leaves 2s ease-in-out infinite alternate;
    -webkit-animation: leaves 2s ease-in-out infinite alternate;*/
}

.description-list li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.google-play .blocks {
    display: flex;
}

    .google-play .blocks .links {
        flex-grow: 1;
        text-align: center;
    }

.google-play .links .qr-code {
    max-width: 185px;
    display: block;
}

.description-list {
    flex-grow: 1;
}

.description-list .img-h {
    min-width: 65px;
}
    .description-list .text {
        font-size: 20px;
        color: #3a3a3a;
        font-weight: 600;
    }
.google-play-btn {
    display: block;
    margin-top: 10px;
    min-width: 140px;
    max-width: 185px;
    line-height: 57px;
    background: url('../img/google-play-btn.svg') no-repeat center;
    background-size: 100%;
    color: white;
}
.apple-store-btn {
    display: block;
    margin-top: 10px;
    min-width: 140px;
    max-width: 185px;
    line-height: 57px;
    background: url('../img/apple-store-btn.svg') no-repeat center;
    text-indent: -9999px;
    background-size: 100%;
    color: white;
}

.partners {
    margin-top: -30px;
    padding-bottom: 80px;
}

.partners-list {
    justify-content: center;
}

.partners-list li {
    margin: 0 23px 30px;
}

.partners h2 {
    margin-bottom: 60px;
}

.seo-block {
    padding-top: 40px;
}

.seo-block .grey-bg {
    padding: 75px 70px;
}
.seo-block .grey-bg .content {
    overflow: hidden;
    height: 400px;
    transition:height 0.25s ease-in-out;
}

.seo-block h2 {
    margin-bottom: 65px;
}
.seo-block .flex-cols {
    margin: 0 -15px;
}
.seo-block .bottom-link {
    margin-top: 30px;
}
.seo-block .col {
    padding: 0 15px;
}
.seo-block .col:nth-child(2) {
    padding-right: 0;
}
.seo-block h3 {
    font-weight: normal;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 30px;
}
.seo-block table {
    max-width: 655px;
    margin: 65px auto 45px;
    border-collapse: collapse;
    font-size: 18px;
    width: 100%;
}
.seo-block thead {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.seo-block thead th {
    border-bottom: 1px solid #afafaf;
}
.seo-block table th,
.seo-block table td {
    padding: 13px 55px 13px 0;
}
.seo-block table th:last-child,
.seo-block table td:last-child {
    padding-right: 0;
}
.seo-block .text-center {
    margin-bottom: 55px;
}
.seo-block p {
    margin-bottom: 30px;
}
.seo-block p:last-child {
    margin-bottom: 0;
}
.seo-block ul {
    margin-bottom: 45px;
}
.content-text ul li,
.seo-block ul li {
    padding-left: 24px;
    position: relative;
    line-height: 25px;
}
.content-text ul li:before,
.seo-block ul li:before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 9px;
    height: 9px;
    background: #6b6b6b;
    content: '';
}
.seo-block .financial-content {
    display: flex;
}
.financial-content .content {
    padding: 0 70px;
}
.content-text ol li,
.content-text ol {
    list-style: decimal;
}
footer {
    padding: 48px 0 45px;
    position: relative;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAZCAMAAABEio12AAAAP1BMVEVCQUNBQEI+PT48Ojw7OTtAPkE6ODo+PkA9Oz0+PD49PD48Oz1BPkFBQUM7OjxAPkA7ODo8OTs8PD5AQEJCQEIj6F9WAAABfElEQVR4Ac3RB9YkIQgEYLEKTJM23P+sK9jMny6wNaFpv8czlROJr9Yx6p98u0AC5mjyA6R1cAf9eRdxSqgLfIAYN/kKk5FfJEeSgy6SAB4kq0PEO2AAeL7Wk0SUdCADxgWy0w1wO302Zcfl9iAIjlZBglaLFo+Wahs+QmtOu6sH2LPI8orUnCUbMoazHWUAq28pYF6TtC38Gi37cx8W476eh5GE4ZplC7CwIrsArPosfzvp4/CFAcv7W7QUFxWViMpz04gTxoYYLwGVsHFafrsUyXu9AZz+qqT1XSQ0w2uechKorbbILkBWyVl8/FbEYXDDaamGjR8B4pS1dH7fPvV9xcQ70X4TifuKcfr2T4W8l3NjGfrxa14YP+6FfNVScpqg7IhJpFzT8OP2DZKzHDpTe9FCZGce6At004Bj9WM3p0MuGLaBrnwhOw7p4pWu7w6HioQpARm5y3N0rD40IXq8brOv1avePyCt5F/Cqe/h8Zdw7CNFfkLS/5x/NOkMu95D4zwAAAAASUVORK5CYII=') /*../image/fon_footer_2.png*/;
    text-align: center;
    margin-top: auto;
    margin-bottom: -50px;
}
footer li {
    margin: 0 5px 20px 5px;
    display: inline-block;
}
    footer a {
        margin: 0 5px;
        font-size: 15px;
        line-height: 28px;
        display: inline-block;
        color: #fff;
    }
footer  a:hover, footer a:focus {
    color:#5bb85d;
}
.crea-logo {
    position: absolute;
    bottom: 90px;
    right: 70px;
    opacity: 0.9;
}
.crea-logo:hover {
    opacity: 1;
}

.logo-with-social {
    width: 145px;
    position: absolute;
    left: 66px;
    top: 93px;
}
footer .logo {
    float: none;
    max-width: 100%;
    margin-bottom: 45px;
    z-index: 1;
}

.social a {
    width: 38px;
    height: 38px;
    display: block;
    text-indent: -9999px;
}
.social a:hover {
    transform: scale(1.1);
}
.social a.facebook {
    background: url(../img/facebook.png) no-repeat center;
    background-size: 100%;
}
.social a.youtube {
    background: url(../img/youtube.png) no-repeat center;
    background-size: 100%;
}
.social a.instagram {
    background: url(../img/instagram.png) no-repeat center;
    background-size: 100%;
}
.social a.tiktok {
    background: url(../img/tiktok.png) no-repeat center;
    background-size: 100%;
}

.copyring span {
    display: block;
    font-size: 12px;
    color: #dedede;
}
.copyring span + span {
    margin-top: 10px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 800px;
}

.contact-email {
    padding: 0 !important;
}

.green-text {
    color:#5bb85d;
}
.portmane {
    position: fixed;
    display: none;
    left: 60px;
    top: 30%;
    background: #fff;
    border-bottom: 10px solid #43b34d;
    font-weight: bold;
    padding: 26px 36px 30px;
    width: 355px;
    box-shadow: -0.868px -4.924px 70px 0px rgba(1, 1, 1, 0.15);
    z-index: 999;
}
.close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    z-index: 2;
    display: block;
    text-indent: -9999px;
    border:none;
    background: transparent;
}
.close:before,
.close:after {
    position: absolute;
    content: '';
    width: 18px;
    height: 2px;
    left: -2px;
    background: #3a3a3a;
    transition: all 0.25s ease-in-out;
}
.close:before {
    top: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.close:after {
    bottom: 6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.close:hover:before,
.close:hover:after {
    background: #43b34d;
}
.portmane .content {
    display: flex;
    align-items: flex-end;
}
.portmane .img-h {
    min-width: 44px;
}
.portmane .text {
    padding-left: 30px;
    font-size: 18px;
    line-height: 21px;
}
.chat {
    position: fixed;
    z-index: 1002;
    bottom: 5%;
    right: 66px;
}
.chat .close {
    top: 18px;
    right: 18px;
}
.open-chat {
    width: 75px;
    height: 75px;
    background: #5bb75d url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20123.15%20100.12%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Echat%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%22105.33%22%20y1%3D%2216.15%22%20x2%3D%2256%22%20y2%3D%2216.15%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2256%22%20y1%3D%2226.53%22%20x2%3D%22105.33%22%20y2%3D%2226.53%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2256%22%20y1%3D%2236.91%22%20x2%3D%22105.33%22%20y2%3D%2236.91%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2217.82%22%20y1%3D%2261.01%22%20x2%3D%2267.15%22%20y2%3D%2261.01%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2217.82%22%20y1%3D%2271.4%22%20x2%3D%2267.15%22%20y2%3D%2271.4%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M39.68%2C4.56V48.5a3.06%2C3.06%2C0%2C0%2C0%2C3.06%2C3.06h67.2a3.06%2C3.06%2C0%2C0%2C1%2C2.16.9L121.65%2C62V4.56a3.06%2C3.06%2C0%2C0%2C0-3.06-3.06H42.74A3.06%2C3.06%2C0%2C0%2C0%2C39.68%2C4.56Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M83.46%2C51.56V83A3.06%2C3.06%2C0%2C0%2C1%2C80.41%2C86H13.2a3.06%2C3.06%2C0%2C0%2C0-2.17.9L1.5%2C96.5V39A3.06%2C3.06%2C0%2C0%2C1%2C4.56%2C36H39.68%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
    background-size: 42px;
    display: none;
    text-indent: -9999px;
    border: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    box-shadow: -0.868px -4.924px 79px 0px rgba(1, 1, 1, 0.15);
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}
@keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}
.chat-content {
    display: none;
    width: 350px;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    z-index: 2;
    position: relative;
    box-shadow: -0.868px -4.924px 79px 0px rgba(1, 1, 1, 0.2);

}
.chat-content .top-header {
    background: #f6f6f6;
    padding: 35px 38px 15px 40px;
}
.chat-content .logo-with-title {
    width: 90px;
    font-size: 25px;
    color:#0c0c0c;
    display: inline-block;
}
.chat-content .logo {float: none;}
.chat-content .top-header .title {
    margin-top: 20px;
}
.chat-content .top-header .text {
    margin-top: 12px;
}
.chat-content .img-h {
    float: right;
    width: 63px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
    .chat-content form {
        padding: 15px 35px 20px 40px;
        background: #fff;
    }
.chat-content .form-block {
    background: transparent;
    padding: 0;
}
    .chat-content .form-block h3 {
        font-size: 14px;
        padding: 15px 35px 0 40px;
        margin: 0 0 -20px 0;
    }
.chat-content .form-body {
    position: relative;
}
.chat-content .header {
    margin-bottom: 10px;
}
.chat-content .input-group {
    margin-bottom: 15px;
}
.step-form {
    position: relative;
}
.step-form .input-group,
.chat-content .input-group {
    width: 100%;
    position: relative;
}
.step-form .input-group {
    padding: 15px 0 0 0;
}
.step-form .input-group label,
.chat-content .input-group label {
    padding: 4px 0 16px 40px;
    font-size: 16px;
    display: block;
    border-bottom: 2px solid #909090;
    width: 100%;
    transition: all 0.25s ease-in-out;
    text-indent: -9999px;
}


.chat-content .input-group textarea {
    padding: 5px;
    font: 16px/20px 'Open Sans', Arial, sans-serif;
}

.step-form .input-group input,
.chat-content .input-group input {
    right: 0;
    border:none;
    background: transparent;
    line-height: 22px;
    padding-right: 15px;
    position: absolute;
    top: 5px;
    right: 0;
    width: calc(100% - 39px);
    font-size: 16px;
    z-index: 2;
}

.chat-content .input-group input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 22px;
}
.chat-content .input-group input::-moz-placeholder {
    font-size: 16px;
    line-height: 22px;
}
.chat-content .input-group input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 22px;
}
.chat-content .input-group input:-moz-placeholder {
    font-size: 16px;
    line-height: 22px;
}
.chat-content .input-group #fc-name + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2044.59%2050.59%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-2%7Bfill%3Anone%3Bstroke%3A%233a3a3a%3Bstroke-linejoin%3Around%3Bstroke-width%3A3px%3B%7D.cls-2%7Bstroke-linecap%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ename-chat%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1.5%2C50.59c0-1.08%2C1.58-18%2C1.58-18l11.4-7.46%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M43.09%2C50.59c0-1.08-1.58-18-1.58-18l-11.4-7.46%22%2F%3E%3Cellipse%20class%3D%22cls-2%22%20cx%3D%2222.29%22%20cy%3D%2211.68%22%20rx%3D%228.29%22%20ry%3D%2210.18%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"), url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2044.59%2050.59%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-2%7Bfill%3Anone%3Bstroke%3A%235bb85d%3Bstroke-linejoin%3Around%3Bstroke-width%3A3px%3B%7D.cls-2%7Bstroke-linecap%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ename-chat%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1.5%2C50.59c0-1.08%2C1.58-18%2C1.58-18l11.4-7.46%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M43.09%2C50.59c0-1.08-1.58-18-1.58-18l-11.4-7.46%22%2F%3E%3Cellipse%20class%3D%22cls-2%22%20cx%3D%2222.29%22%20cy%3D%2211.68%22%20rx%3D%228.29%22%20ry%3D%2210.18%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 4px left;
    background-size: 18px 23px;
}
.chat-content .input-group #fc-name:focus + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2044.59%2050.59%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-2%7Bfill%3Anone%3Bstroke%3A%235bb85d%3Bstroke-linejoin%3Around%3Bstroke-width%3A3px%3B%7D.cls-2%7Bstroke-linecap%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ename-chat%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1.5%2C50.59c0-1.08%2C1.58-18%2C1.58-18l11.4-7.46%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M43.09%2C50.59c0-1.08-1.58-18-1.58-18l-11.4-7.46%22%2F%3E%3Cellipse%20class%3D%22cls-2%22%20cx%3D%2222.29%22%20cy%3D%2211.68%22%20rx%3D%228.29%22%20ry%3D%2210.18%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    border-bottom-color: #5bb85d;
}
.chat-content .input-group #fc-email + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20121.68%20118.24%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%233a3a3a%3Bstroke-miterlimit%3A10%3Bstroke-width%3A6px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eemail%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22118.68%2042.25%2060.84%2071.86%203%2042.25%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M118.68%2C42.25%2C60.84%2C3.61%2C3%2C42.25v69.6a3.39%2C3.39%2C0%2C0%2C0%2C3.39%2C3.39H115.29a3.39%2C3.39%2C0%2C0%2C0%2C3.39-3.39Z%22%2F%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2290.45%2056.7%2090.45%2042.57%2031.23%2042.57%2031.23%2056.7%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"), url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20121.68%20118.24%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%235bb85d%3Bstroke-miterlimit%3A10%3Bstroke-width%3A6px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eemail%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22118.68%2042.25%2060.84%2071.86%203%2042.25%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M118.68%2C42.25%2C60.84%2C3.61%2C3%2C42.25v69.6a3.39%2C3.39%2C0%2C0%2C0%2C3.39%2C3.39H115.29a3.39%2C3.39%2C0%2C0%2C0%2C3.39-3.39Z%22%2F%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2290.45%2056.7%2090.45%2042.57%2031.23%2042.57%2031.23%2056.7%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 5px left;
    background-size: 21px 21px;
}
.chat-content .input-group #fc-email:focus + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20121.68%20118.24%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%235bb85d%3Bstroke-miterlimit%3A10%3Bstroke-width%3A6px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eemail%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22118.68%2042.25%2060.84%2071.86%203%2042.25%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M118.68%2C42.25%2C60.84%2C3.61%2C3%2C42.25v69.6a3.39%2C3.39%2C0%2C0%2C0%2C3.39%2C3.39H115.29a3.39%2C3.39%2C0%2C0%2C0%2C3.39-3.39Z%22%2F%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2290.45%2056.7%2090.45%2042.57%2031.23%2042.57%2031.23%2056.7%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    border-bottom-color: #5bb85d;
}
.chat-content .input-group #fc-phone + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2075.77%20138.02%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%233a3a3a%3Bstroke-miterlimit%3A10%3Bstroke-width%3A6px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etel%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cg%20id%3D%22_%D0%93%D1%80%D1%83%D0%BF%D0%BF%D0%B0_%22%20data-name%3D%22%26lt%3B%D0%93%D1%80%D1%83%D0%BF%D0%BF%D0%B0%26gt%3B%22%3E%3Crect%20id%3D%22_%D0%9F%D1%80%D1%8F%D0%BC%D0%BE%D1%83%D0%B3%D0%BE%D0%BB%D1%8C%D0%BD%D0%B8%D0%BA_%22%20data-name%3D%22%26lt%3B%D0%9F%D1%80%D1%8F%D0%BC%D0%BE%D1%83%D0%B3%D0%BE%D0%BB%D1%8C%D0%BD%D0%B8%D0%BA%26gt%3B%22%20class%3D%22cls-1%22%20x%3D%223%22%20y%3D%223%22%20width%3D%2269.77%22%20height%3D%22132.02%22%20rx%3D%227.47%22%20ry%3D%227.47%22%2F%3E%3Cline%20id%3D%22_%D0%9A%D0%BE%D0%BD%D1%82%D1%83%D1%80_%22%20data-name%3D%22%26lt%3B%D0%9A%D0%BE%D0%BD%D1%82%D1%83%D1%80%26gt%3B%22%20class%3D%22cls-1%22%20x1%3D%2230.97%22%20y1%3D%2211.11%22%20x2%3D%2244.8%22%20y2%3D%2211.11%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"), url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2075.77%20138.02%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%235bb85d%3Bstroke-miterlimit%3A10%3Bstroke-width%3A6px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etel%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cg%20id%3D%22_%D0%93%D1%80%D1%83%D0%BF%D0%BF%D0%B0_%22%20data-name%3D%22%26lt%3B%D0%93%D1%80%D1%83%D0%BF%D0%BF%D0%B0%26gt%3B%22%3E%3Crect%20id%3D%22_%D0%9F%D1%80%D1%8F%D0%BC%D0%BE%D1%83%D0%B3%D0%BE%D0%BB%D1%8C%D0%BD%D0%B8%D0%BA_%22%20data-name%3D%22%26lt%3B%D0%9F%D1%80%D1%8F%D0%BC%D0%BE%D1%83%D0%B3%D0%BE%D0%BB%D1%8C%D0%BD%D0%B8%D0%BA%26gt%3B%22%20class%3D%22cls-1%22%20x%3D%223%22%20y%3D%223%22%20width%3D%2269.77%22%20height%3D%22132.02%22%20rx%3D%227.47%22%20ry%3D%227.47%22%2F%3E%3Cline%20id%3D%22_%D0%9A%D0%BE%D0%BD%D1%82%D1%83%D1%80_%22%20data-name%3D%22%26lt%3B%D0%9A%D0%BE%D0%BD%D1%82%D1%83%D1%80%26gt%3B%22%20class%3D%22cls-1%22%20x1%3D%2230.97%22%20y1%3D%2211.11%22%20x2%3D%2244.8%22%20y2%3D%2211.11%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top left 2px;
    background-size: 14px 26px;
}
.chat-content .input-group #fc-phone:focus + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2075.77%20138.02%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%235bb85d%3Bstroke-miterlimit%3A10%3Bstroke-width%3A6px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etel%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cg%20id%3D%22_%D0%93%D1%80%D1%83%D0%BF%D0%BF%D0%B0_%22%20data-name%3D%22%26lt%3B%D0%93%D1%80%D1%83%D0%BF%D0%BF%D0%B0%26gt%3B%22%3E%3Crect%20id%3D%22_%D0%9F%D1%80%D1%8F%D0%BC%D0%BE%D1%83%D0%B3%D0%BE%D0%BB%D1%8C%D0%BD%D0%B8%D0%BA_%22%20data-name%3D%22%26lt%3B%D0%9F%D1%80%D1%8F%D0%BC%D0%BE%D1%83%D0%B3%D0%BE%D0%BB%D1%8C%D0%BD%D0%B8%D0%BA%26gt%3B%22%20class%3D%22cls-1%22%20x%3D%223%22%20y%3D%223%22%20width%3D%2269.77%22%20height%3D%22132.02%22%20rx%3D%227.47%22%20ry%3D%227.47%22%2F%3E%3Cline%20id%3D%22_%D0%9A%D0%BE%D0%BD%D1%82%D1%83%D1%80_%22%20data-name%3D%22%26lt%3B%D0%9A%D0%BE%D0%BD%D1%82%D1%83%D1%80%26gt%3B%22%20class%3D%22cls-1%22%20x1%3D%2230.97%22%20y1%3D%2211.11%22%20x2%3D%2244.8%22%20y2%3D%2211.11%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    border-bottom-color: #5bb85d;
}
.step-form .checkbox-group,
.chat-content .checkbox-group {
    font-size: 13px;
    margin: 25px 0 20px;
}
.step-form .checkbox-group a,
.chat-content .checkbox-group a {
    padding-bottom: 1px;
    border-bottom: 1px solid #cfcfcf;
    display: inline-block;
}
.step-form .checkbox-group input,
.chat-content .checkbox-group input {
    position: absolute;
    left: -9999px;
}
.step-form .checkbox-group label,
.chat-content .checkbox-group label {
    padding-left: 30px;
    position: relative;
    line-height: 19px;
    display: block;
    cursor: pointer;
}
.step-form .checkbox-group label:before,
.chat-content .checkbox-group label:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 17px;
    width: 17px;
    content: '';
    background: #ececec;
    border: 1px solid #ececec;
    transition: all 0.25s ease-in-out;
}
.step-form .checkbox-group label:hover:before,
.chat-content .checkbox-group label:hover:before {
    border-color: #5bb85d;
}
.step-form .checkbox-group a:hover,
.chat-content .checkbox-group a:hover {
    color: #5bb85d;
}
.step-form .checkbox-group input:checked + label:after,
.chat-content .checkbox-group input:checked + label:after,
.step-form .checkbox-group input:checked + input + label:after,
.chat-content .checkbox-group input:checked + input + label:after {
    position: absolute;
    left: 5px;
    top: 5px;
    height: 9px;
    width: 9px;
    content: '';
    background: #5bb85d;
}
.step-form button[type="submit"],
.chat-content button.submit,
.chat-content button.btn-green[type="submit"] {
    line-height: 52px;
    font-size: 16px;
    letter-spacing: 1.5px;
    position: relative;
    font-weight: normal;
}
.step-form button[type="submit"],
.chat-content button.submit { width: 145px; }
.chat-content button.btn-green[type="submit"] {
    width: 100%;
}
.step-form button[type="submit"] span,
.chat-content button.submit span,
.chat-content button.btn-green[type="submit"] span {
    position: relative;
    z-index: 2;
}
.step-form button[type="submit"]:after,
.chat-content button.submit:after,
.chat-content button.btn-green[type="submit"]:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background: #3a3a3a;
    z-index: 1;
    transition: all 0.25s ease-in-out;
    height: 100%;
    width: 0
}
.step-form button[type="submit"]:hover:after,
.chat-content button.submit:hover:after,
.chat-content button.btn-green[type="submit"]:not(:disabled):hover:after {
    width: 100%;
}
.chat-content button.btn-green:disabled {
    cursor: not-allowed;
    filter: grayscale(0.5);
}
.popup {
    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    overflow: auto;
}
.popup .table {
    display: table;
    width: 100%;
    height: 100%;
}
.popup .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.popup-content {
    width: 100%;
    max-width: 635px;
    background: #f9f9f9;
    box-shadow: 1.239px 70.989px 84px 0px rgba(1, 1, 1, 0.1);
    margin: 0 auto;
    font-size: 14px;
    line-height: 22px;
    color:#727272;
    position: relative;
}
#agreement-preview .popup-content,
#umowy .popup-content {
    width: 100%;
    max-width: 1200px;
    font-size: 14px;
    line-height: 20px;
    color: #3a3a3a;
}
#agreement-preview .popup-content p,
#umowy .popup-content p{
    margin-right: 0;

}
#sale .popup-content {
    max-width: 1200px;
    padding-bottom: 70px;
    position: relative;
}
#sale .popup-content:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 285px;
    height: 100%;
    content: '';
    background: #5bb85d;
    z-index: 1;
}
#sale .popup-content:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../img/popup-gird.png) no-repeat bottom left -15px;
    z-index: 2;
}
#sale .popup-content p {
    font-size: 18px;
    margin-bottom: 50px;
}
#sale .popup-content .inner {
    max-width: 580px;
    margin-right: 80px;
    position: relative;
    z-index: 3;
}
#sale h3 {
    color:#3f3f3f;
    font-size: 40px;
}
#sale form {
    max-width: 330px;
}
.popup-content .link {
    font-size: 18px;
    line-height: 31px;
    color: #727272;
    border-bottom: 1px solid #cfcfcf;
    display: inline;
    padding-bottom: 4px;
}
.popup-content .link:hover {
    color:#5bb85d;
}
.popup-content .link.green-border {
    border-bottom-color: #5bb85d;
}
.popup-content .inner {
    max-width: 395px;
    margin: 0 auto;
    padding: 100px 30px 12px;
    display: none;
}
#agreement-preview .popup-content .inner,
#umowy .popup-content .inner {
    max-width: 995px;
}
.popup-content .close {
    top: 28px;
    right: 28px;
    width: 26px;
    height: 26px;
    z-index: 99;
}
.popup-content .close:before,
.popup-content .close:after {
    width: 34px;
    left: -4px;
}
.popup-content .close:before {
    top: 12px;
}
.popup-content .close:after {
    bottom: 12px;
}
.popup-content p {
    margin-right: -30px;
    margin-bottom: 24px;
}
.popup-content .form {
    max-width: 330px;
    margin: 0 auto;
}
.popup-content .link-h {
    margin-bottom: 34px;
}
.popup-content form button[type="submit"] {
    margin-bottom: 34px;
}
.popup#login form button[type="submit"],
.popup#login form button#send-otp-code {
    margin-top: 25px;
}
.popup h3 {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 25px;
    color:#0c0c0c;
    margin-right: -30px;
}
.popup#login h3 {
    margin-bottom: 40px;
}
#umowy h3 {
    margin-bottom: 35px;
}
#umowy .header {
    text-align: center;
    margin-bottom: 60px;
}
#umowy .header p {
    font-size: 20px;
    margin-bottom: 0;
}
.bottom-border {
    height: 16px;
    background: #5bb85d;
    width: 100%;
}
.popup form {
    text-align: center;
    padding: 0 2.5px;
}
.overflow {
    overflow: hidden;
}
.overflow-block {
    max-height: 100%;
    overflow: auto;
    padding: 50px 0 135px;
}
.popup h4 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 50px;
}
.info-table {
    padding: 0 2px;
    margin-bottom: 50px;
}
.info-table .col {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
}
.info-table .col:last-child {
    padding-left: 57px;
}
.info-table>ul>li {
    border-bottom: 1px solid #d1d1d1;
    padding: 10px 0;
}
.info-table p {
    margin-bottom: 20px;
}
.info-table p:last-child {
    margin-bottom: 0;
}
.info-table li ul {
    padding-left: 33px;
    margin-top: -20px;
}
.info-table b,
.info-table strong {
    display: block;
}
.info-table + .info-table li:last-child {
    border-bottom: none;
    padding-bottom: 0
}
#umowy .link-h {
    text-align: center;
    margin: 60px 0 70px;
}
.mobile, .agreement-link .mobile, .app .flex-cols .number.mobile {
    display: none;
}
.content-text h1,
.content-text h2,
.content-text h3 {
    text-align: center;
    color: #3a3a3a;
    margin: 60px 0 50px;
}
.content-text h1:first-child,
.content-text h2:first-child,
.content-text h3:first-child {margin-top: 0}
.content-text h2 {font-size: 40px;line-height: 50px;}
.content-text h1,
.content-text p {margin-bottom: 25px;}
.content-text p:last-child {margin: 0}
.content-text a {
    padding-bottom: 1px;
    border-bottom: 1px solid #cfcfcf;
    display: inline-block;
}
.content-text a:not(.no-hover):hover {
    color: #5bb85d;
}
.tab-content>.tab-pane {
    display: none;
    visibility: hidden;
}
.tab-content>.active {
    display: block;
    visibility: visible;
}
.edit-details-nav {text-align: center;margin-bottom: 40px;}
.edit-details-nav li {padding: 0 !important;margin: 5px 20px;display: inline-block;}
.edit-details-nav li::before {display: none;}
.edit-details-nav li a {line-height: 45px;min-width: 250px;position: relative;display: block;color:#fff;background: #3eb249}
.edit-details-nav li a span {
    position: relative;
    z-index: 2;
}
.edit-details-nav li a:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background: #3a3a3a;
    z-index: 1;
    transition: all 0.25s ease-in-out;
    height: 100%;
    width: 0
}
.edit-details-nav li a:hover:before {
    width: 100%;
}
.edit-details-nav li.active a {color:#fff;}
.edit-details-nav li.active a:before {width: 100%;}
.text-green,
.content-text .text-green {color: #3eb249;}
.text-red{color: #DF150F}
.flex-cols .col-1 {width: 28%;}
.flex-cols .contacts {width: 35%;}
.flex-cols .form {width: 37%;padding-left: 50px;}
.col-1 h1 {text-align: left;}
.contacts {
    padding-top: 30px;
    padding-left: 20px;
    border-left: 1px solid #cfcfcf;
    font-size: 15px;
}
.contacts .flex-cols {margin-bottom: 30px;}
.contacts .col {padding: 0 10px;}
.doc-content {
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.skype {
    padding-left: 27px;
    background: url(../img/skype-logo.png) no-repeat 0 3px;
    background-size: 20px;
    color: deepskyblue;
}
.skype:hover,
.content-text .skype:hover {border-color: deepskyblue;color:deepskyblue;}
.form-block {
    background: #f6f6f6;
    padding: 30px;
}
.content-text .text-right,
.text-right {text-align: right}
.text-left,
.content-text .text-left {text-align: left;}
.form-block h3{
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 20px;
}
.block-title-green {
    color: #fff;
    background: #3eb249;
    padding: 10px 155px 10px 35px;
    border-radius: 13px;
    margin-top: 30px;
    position: relative;
    margin-bottom: 0 !important;
}
.title-button {
    color: #fff;
    position: absolute;
    font-size: 26px;
    text-decoration: underline;
    top: 9px;
    right: 35px;
}
.resubscribe .container {
    font-size: 18px;
}
.resubscribe h1 {
    font-size: 38px;
}
.resubscribe .text {
    margin-bottom: 15px;
    text-align: center;
}

.resubscribe a.btn {
    width: 300px;
    line-height: 36px;
    margin: 0 auto;
    padding: 10px;
}

.resubscribe .small-text {
    font-size: 15px;
}
.bonus-programm h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}
.programm-list, .sposoby-list {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
}
.sposoby-list>li {
    display: block;
    float: left;
    width: 33%;
    padding: 10px 10px 0 10px;
}
.sposoby-list h3 {
    margin-top: 12px;
    margin-bottom: 10px;
}
.sposoby-list p {
    margin-top: 20px;
    line-height: 19px;
}
.text-bold {
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
}
.content-text .text-muted,
.bonus-programm .text-muted {
    color: #777;
}
.padding-block {
    padding: 30px 35px;
}
.bonus-programm ul:after {
    clear: both;
    display: table;
    content: "";
}
.bonus-programm p {margin-bottom: 20px;}
.bonus-programm p:last-child {margin-bottom: 0;}
.programm-list>li {
    display: block;
    float: left;
    width: 20%;
    padding: 10px 10px 0 10px;
}
.programm-list .table {
    margin-bottom: 4px;
    display: table;
}
.programm-list .table-cell {
    width: 100%;
    height: 129px;
    vertical-align: bottom;
    position: relative;
}
.programm-list .table-cell img {
    position: relative;
    z-index: 2;
}
.programm-list li .table-cell:after {
    content: '';
    position: absolute;
    width: 94px;
    height: 10px;
    background: url(../img/arrow-right.png) no-repeat center;
    bottom: 50px;
    right: -42px;
    z-index: 1;
}
.programm-list>li:last-child .table-cell:after {display: none;}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.bonus-steps .table-cell:first-child {
    width: 110px;
    padding-right: 20px;
}
/*.youtube {
    background: url('../img/image-2.jpg') !important;
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    width: 987px;
    height: 590px;
}*/

.cookie-policy-block {
    position: fixed;
    z-index: 100001;
    bottom: 0;
    width: 100%;
    min-width: 300px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
}

.cookie-policy-block .content {
    padding: 10px 25px;
    display: table;
    margin: 0px;
    max-width: 100%;
}

.cookie-policy-block .info-container {
    display: table-cell;
    width: 85%;
}

.cookie-policy-block .actions-container {
    display: table-cell;
    width: 15%;
    text-align: center;
    vertical-align: middle;
}

.cookie-policy-block a {
    color: white;
    text-decoration: underline;
}

.cookie-policy-block .header {
    font-weight: bold;
    padding: 0px;
    border-bottom: none;
    background-color: inherit;
    position: inherit;
    line-height: 24px;
}

.cookie-policy-block .text {
    padding: 0px;
}

.transparent-button {
    border: 1px solid #fff;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;
    outline: none;
    line-height: 20px;
    width: 150px;
    margin: 10px 3px;
    background: rgba(0, 0, 0, 0);
    transition: 0.1s;
}

.transparent-button:hover {
    background: rgba(255, 255, 255, 0.15);
}

.collapse {
    display: none;
}
.collapse.in {
    display: block;
}

#fc_frame {
    display: none !important;
    right: 5px !important;
}
#fc_frame.fc-open {
    display: flex !important;
    right: 5px !important;
}
/*Regestration*/
.user .main-banner,
.regestration .main-banner {height: 116px;}
.form-registration {padding-top: 25px;margin-bottom: 80px;}
.form-registration .calculator {display: none}
.user-cabinet .top-section,
.form-registration .top-section {border-bottom: 25px solid #5bb85d;box-shadow: -0.868px -4.924px 79px 0px rgba(1, 1, 1, 0.1);}
.form-registration .loan-button-red:before,
.form-registration .loan-button-red {background: #e1211b;}
.calculator-result {background: #5bb85d;padding: 22px 22px 0 22px;color:#fff;text-align: center;}
.calculator-result .text{font-size: 48px;line-height: 50px;}
.btn-change {position: relative;width: 112px;line-height: 34px;margin: 20px auto 0;color:#5bb85d;border: none;text-align: left;}
    .btn-change span {
        position: relative;
        z-index: 2;
        background: #fff url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20575.99%20512.07%22%20fill%3D%22%235bb85d%22%3E%3Ctitle%3E%D0%A0%D0%B5%D1%81%D1%83%D1%80%D1%81%201%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1-2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%201%22%3E%3Cpath%20d%3D%22M402.3%2C345l32-32a8%2C8%2C0%2C0%2C1%2C13.7%2C5.7v145.4a48%2C48%2C0%2C0%2C1-48%2C48H48a48%2C48%2C0%2C0%2C1-48-48v-352a48%2C48%2C0%2C0%2C1%2C48-48H321.5a8.05%2C8.05%2C0%2C0%2C1%2C5.7%2C13.7l-32%2C32a7.93%2C7.93%2C0%2C0%2C1-5.7%2C2.3H48v352H400V350.57A7.87%2C7.87%2C0%2C0%2C1%2C402.3%2C345Zm156.6-201.8L296.3%2C405.78l-90.4%2C10a41.31%2C41.31%2C0%2C0%2C1-45.6-45.6l10-90.4L432.9%2C17.17a58.36%2C58.36%2C0%2C0%2C1%2C82.7%2C0l43.2%2C43.2a58.57%2C58.57%2C0%2C0%2C1%2C.1%2C82.8Zm-98.8%2C30.9L402%2C116%2C216.2%2C301.87l-7.3%2C65.3%2C65.3-7.3Zm64.8-79.7-43.2-43.2a10.44%2C10.44%2C0%2C0%2C0-14.8%2C0L436%2C82.07l58.1%2C58.1%2C30.9-30.9A10.65%2C10.65%2C0%2C0%2C0%2C524.9%2C94.38Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 18px 7px;
        background-size: 21px;
        display: block;
        padding-left: 45px;
    }
.btn-change:after {position: absolute;top: 0;left: 0;bottom: 0;right: 0;background: #fff; transition: all 0.25s ease-in-out;z-index: 1;content: ''}
.btn-change:focus,
.btn-change:active {color:#5bb85d;}
.btn-change:hover:after {transform: scale(1.05)}
.title-section {padding: 25px 25px 30px;text-align: center;}
.title-section .step {display: inline-block;vertical-align: top;position: relative;}
.title-section .icon {width: 42px;height: 42px;background: #bcbcbc;border-radius: 50%;display: flex;align-items: center;justify-content: center;vertical-align: middle;margin: 0 auto;}
.title-section .icon svg {fill: #fff;}
.title-section .active .icon {background: #5bb85d;}
.title-section .step span {color: #bebebe;font-weight: bold;font-size: 24px;line-height: 30px;}
.title-section .active span {color: #5bb85d;}
.title-section .step + .step {margin-left: 45px;}
.title-section .step + .step:before {position: absolute;content: '';top: 20px;right: 70%;width: 80%;border: 1px solid #bebebe;}
.profile-tab { display: none; }
.profile-tab.active { display: block; }
.step-form {display: none; background: #fff;}
.step-form.active { display: block; }
.step-form p {margin-bottom: 30px;}
.step-form .facebook {width: 225px;line-height: 40px;background: #0151a1 url(../img/facebook.png) no-repeat 4px 2px;color:#fff;font-weight: bold;font-size: 14px;display: inline-block;padding-left: 21px;background-size: 35px;margin: 0 0 10px;}
.step-form .facebook[disabled] {
    color: #497eb2;
}
.step-form.unwrapped{
    display: block;
    box-shadow: none;
    padding: 0px;
}
.step-form .small {font-size: 14px;color:#929292;}
.step-form .form-body {width: 100%;margin: 0 auto;}

.form-body .control {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
}
.form-body.fixed-width .control,
.form-body.fixed-width .checkbox-group,
.form-body.fixed-width {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.form-body.select-form,
.form-body.select-form .checkboxes,
.form-body.select-form .control {
    max-width: 447px;
    margin-left: auto;
    margin-right: auto;
}

.step-form.unwrapped .form-body {
    max-width: 100%;
}

.step-form .input-group label {padding: 4px 0 14px 40px;position: relative;}
.step-form .input-group input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 22px;
}
.step-form .input-group input::-moz-placeholder {
    font-size: 16px;
    line-height: 22px;
}
.step-form .input-group input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 22px;
}
.step-form .input-group input:-moz-placeholder {
    font-size: 16px;
    line-height: 22px;
}
.step-form .input-group input.placeholder-smaller::-webkit-input-placeholder {
    font-size: 14px;
}
.step-form .input-group input.placeholder-smaller::-moz-placeholder {
    font-size: 14px;
}
.step-form .input-group input.placeholder-smaller:-moz-placeholder{
    font-size: 14px;
}
.step-form .input-group input.placeholder-smaller:-ms-input-placeholder {
    font-size: 14px;
}
.step-form .checkbox-group {font-size: 14px;}
.step-form .checkbox-group label {display: inline-block;line-height: 24px;padding-left: 47px;}
.step-form .checkbox-group label:before {
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    width: 24px;
    height: 24px;
    box-shadow: 0px 5px 13px 0px rgba(1, 1, 1, 0.2);

}
.step-form .checkbox-group input:checked + label:after,
.step-form .checkbox-group input:checked + input + label:after {
    width: 14px;
    height: 14px;
    top: 6px;
    left: 6px;
}
.step-form .checkbox-group .accept-reg + label:before,
.step-form .checkbox-group .accept-reg + input + label:before {
    border:3px solid #df150f;
    width: 19px;
    height: 19px;
}
.step-form .checkbox-group .accept-reg:checked + label:before,
.step-form .checkbox-group .accept-reg:checked + input + label:before {
    width: 24px;
    height: 24px;
    border: 1px solid #5bb75d;
}
.step-form .checkbox-group input.unobtrusive-error + input + label:before {
    border: 3px solid #df150f;
    width: 19px;
    height: 19px;
}
.select-group{ padding-top: 15px;}
.select-group .select-options li:first-child{ display: none;}
.select-group .select-hidden {
    position: absolute;
    left: -9999px;
    top: -25px;
    opacity: 0;
    font-size: 16px;
}
.select-group .select {width: 100%; padding: 0 10px 0 0;position: relative;}
.select-group .select-styled {
    font-size: 16px;
    display: block;
    border-bottom: 2px solid #909090;
    width: 100%;
    transition: all 0.25s ease-in-out;
    padding: 4px 0 14px 40px;
    text-align: left;
    cursor: pointer;
    position: relative;
}
.select-group .select-styled:after {
    position: absolute;
    content: '';
    top: 8px;
    right: 4px;
    width: 13px;
    height: 13px;
    border: 2px solid #909090;
    border-width: 2px 2px 0 0;
    transform: rotate(135deg);
}
.select-group .select-styled.active:after {
    transform: rotate(-45deg);
    top: 17px;
}
.select .select-options li {
    cursor: pointer;
    padding: 11px 0 12px 10px;
    border-bottom: 1px solid #b1b1b1;
}
.select .select-options li:last-child {
    border-bottom: none;
}
.select .select-options li:hover{
    background: #cdeace;
}
.select .select-options li.active {
    font-weight: bold;
}
.select .select-options {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 4;
    max-height: 1000px;
    overflow-y: auto;
    box-shadow: 8px 13.856px 30px 0px rgba(1, 1, 1, 0.1);
    background: #fff;
    text-align: left;
    width: calc(100% - 10px);
}
.step-form .salary-input {
    display: none;
}
.step-form .salary-input .zlot {
    position: absolute;
    top: 5px;
    right: 11px;
    color: #909090;
}
.step-form .email + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20121.68%20118.24%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%233a3a3a%3Bstroke-miterlimit%3A10%3Bstroke-width%3A6px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eemail%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22118.68%2042.25%2060.84%2071.86%203%2042.25%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M118.68%2C42.25%2C60.84%2C3.61%2C3%2C42.25v69.6a3.39%2C3.39%2C0%2C0%2C0%2C3.39%2C3.39H115.29a3.39%2C3.39%2C0%2C0%2C0%2C3.39-3.39Z%22%2F%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2290.45%2056.7%2090.45%2042.57%2031.23%2042.57%2031.23%2056.7%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 5px left;
    background-size: 21px 21px;
}
.step-form .email:focus + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20121.68%20118.24%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%235bb85d%3Bstroke-miterlimit%3A10%3Bstroke-width%3A6px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eemail%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22118.68%2042.25%2060.84%2071.86%203%2042.25%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M118.68%2C42.25%2C60.84%2C3.61%2C3%2C42.25v69.6a3.39%2C3.39%2C0%2C0%2C0%2C3.39%2C3.39H115.29a3.39%2C3.39%2C0%2C0%2C0%2C3.39-3.39Z%22%2F%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2290.45%2056.7%2090.45%2042.57%2031.23%2042.57%2031.23%2056.7%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .name + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025.29%2036.76%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%233a3a3a%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ename%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2212.65%22%20cy%3D%227.03%22%20r%3D%226.03%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1%2C36.76V24.25c0-3%2C1.59-5.39%2C4.57-5.39H19.72%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M19.72%2C18.85h0c3%2C0%2C4.57%2C2.42%2C4.57%2C5.39V36.76%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 5px left;
    background-size: 24px 24px;
}
.step-form .name:focus + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025.29%2036.76%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%235bb85d%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ename%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2212.65%22%20cy%3D%227.03%22%20r%3D%226.03%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1%2C36.76V24.25c0-3%2C1.59-5.39%2C4.57-5.39H19.72%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M19.72%2C18.85h0c3%2C0%2C4.57%2C2.42%2C4.57%2C5.39V36.76%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .password + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2058.36%2068.74%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%233a3a3a%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Epassword%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%221.5%22%20y%3D%2228.12%22%20width%3D%2255.36%22%20height%3D%2239.12%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M29.18%2C1.5h0A21.54%2C21.54%2C0%2C0%2C0%2C7.64%2C23v5.08H50.72V23A21.54%2C21.54%2C0%2C0%2C0%2C29.18%2C1.5Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35.61%2C43.5a6.43%2C6.43%2C0%2C1%2C0-9.12%2C5.83v9h5.38v-9A6.43%2C6.43%2C0%2C0%2C0%2C35.61%2C43.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 5px left;
    background-size: 21px 21px;
}
.step-form .password:focus + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2058.36%2068.74%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%235bb85d%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Epassword%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%221.5%22%20y%3D%2228.12%22%20width%3D%2255.36%22%20height%3D%2239.12%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M29.18%2C1.5h0A21.54%2C21.54%2C0%2C0%2C0%2C7.64%2C23v5.08H50.72V23A21.54%2C21.54%2C0%2C0%2C0%2C29.18%2C1.5Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35.61%2C43.5a6.43%2C6.43%2C0%2C1%2C0-9.12%2C5.83v9h5.38v-9A6.43%2C6.43%2C0%2C0%2C0%2C35.61%2C43.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .password-confirm + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20225.34%20265.38%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%233a3a3a%3Bstroke-miterlimit%3A10%3Bstroke-width%3A12px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Epassword-confirm%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%226%22%20y%3D%22108.6%22%20width%3D%22213.34%22%20height%3D%22150.78%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M112.67%2C6h0a83%2C83%2C0%2C0%2C0-83%2C83V108.6h166V89A83%2C83%2C0%2C0%2C0%2C112.67%2C6Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M137.45%2C167.86a24.78%2C24.78%2C0%2C1%2C0-35.16%2C22.48V224.9H123V190.34A24.77%2C24.77%2C0%2C0%2C0%2C137.45%2C167.86Z%22%2F%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22127.26%2051.33%20159.36%2083.43%20219.34%2023.46%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 5px left;
    background-size: 21px 21px;
}
.step-form .password-confirm:focus + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20225.34%20265.38%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%235bb85d%3Bstroke-miterlimit%3A10%3Bstroke-width%3A12px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Epassword-confirm%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%226%22%20y%3D%22108.6%22%20width%3D%22213.34%22%20height%3D%22150.78%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M112.67%2C6h0a83%2C83%2C0%2C0%2C0-83%2C83V108.6h166V89A83%2C83%2C0%2C0%2C0%2C112.67%2C6Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M137.45%2C167.86a24.78%2C24.78%2C0%2C1%2C0-35.16%2C22.48V224.9H123V190.34A24.77%2C24.77%2C0%2C0%2C0%2C137.45%2C167.86Z%22%2F%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22127.26%2051.33%20159.36%2083.43%20219.34%2023.46%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.step-form .citizenship + label, .step-form .citizenship + .select-styled {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20viewBox%3D%2216.378%209.942%20104.754%20124.925%22%20width%3D%22104.754%22%20height%3D%22124.925%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cg%20transform%3D%22matrix(0.029252%2C%200%2C%200%2C%20-0.025673%2C%20-4.389113%2C%20136.407791)%22%20fill%3D%22%23000000%22%20stroke%3D%22none%22%20style%3D%22opacity%3A%200.77%3B%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M3420%204894%20c-201%20-40%20-1136%20-222%20-1860%20-361%20-420%20-80%20-505%20-99%20-559%20-126%20-84%20-41%20-176%20-133%20-224%20-224%20-72%20-137%20-67%207%20-67%20-1963%200%20-1450%203%20-1784%2014%20-1825%2043%20-161%20160%20-278%20321%20-321%2041%20-11%20314%20-14%201455%20-14%201141%200%201414%203%201455%2014%20161%2043%20278%20160%20321%20321%2020%2074%2020%203566%200%203640%20-34%20127%20-121%20236%20-233%20289%20l-61%2029%20-4%20156%20c-3%20150%20-4%20158%20-34%20222%20-38%2081%20-90%20134%20-162%20167%20-84%2038%20-156%2038%20-362%20-4z%20m265%20-105%20c54%20-14%20118%20-67%20148%20-123%2018%20-34%2022%20-62%2025%20-168%20l4%20-128%20-1228%201%20-1229%200%20145%2029%20c80%2016%20435%2085%20790%20154%20355%2069%20782%20152%20950%20185%20340%2066%20334%2065%20395%2050z%20m295%20-578%20c61%20-32%20116%20-86%20148%20-146%20l27%20-50%200%20-1800%200%20-1800%20-24%20-45%20c-32%20-61%20-86%20-116%20-146%20-148%20l-50%20-27%20-1435%200%20-1435%200%20-50%2027%20c-60%2032%20-114%2087%20-146%20148%20l-24%2045%200%201800%200%201800%2024%2045%20c42%2081%20117%20145%20201%20171%2014%204%20664%207%201445%206%20l1420%20-2%2045%20-24z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M2335%203879%20c-237%20-34%20-481%20-158%20-654%20-330%20-565%20-566%20-401%20-1518%20321%20-1864%20578%20-277%201265%20-33%201543%20547%20212%20444%20123%20968%20-226%201317%20-256%20256%20-629%20381%20-984%20330z%20m125%20-361%20l0%20-271%20-92%207%20c-91%207%20-199%2025%20-277%2046%20-28%207%20-41%2016%20-41%2028%200%2010%2027%2073%2061%20141%2053%20108%2071%20134%20142%20206%2064%2064%2094%2087%20137%20103%2030%2011%2058%2018%2063%2015%204%20-2%207%20-126%207%20-275z%20m206%20231%20c18%20-11%2063%20-52%2099%20-92%2051%20-54%2081%20-100%20126%20-191%2032%20-66%2059%20-128%2059%20-138%200%20-12%20-13%20-21%20-41%20-28%20-79%20-22%20-194%20-41%20-281%20-47%20l-88%20-6%200%20270%20c0%20148%203%20272%206%20276%208%207%2079%20-18%20120%20-44z%20m-521%20-56%20c-54%20-66%20-141%20-221%20-165%20-296%20-6%20-21%20-18%20-41%20-26%20-44%20-16%20-6%20-136%2057%20-184%2098%20l-35%2029%2050%2047%20c100%2093%20289%20199%20413%20232%201%201%20-22%20-29%20-53%20-66z%20m817%203%20c78%20-37%20193%20-113%20253%20-168%20l50%20-46%20-24%20-26%20c-13%20-14%20-64%20-46%20-112%20-71%20l-88%20-45%20-21%2057%20c-37%20100%20-108%20227%20-165%20295%20l-54%2067%2052%20-18%20c29%20-10%2079%20-31%20109%20-45z%20m-1231%20-327%20c30%20-22%2087%20-56%20127%20-75%2039%20-20%2072%20-37%2072%20-40%200%20-3%20-11%20-60%20-25%20-128%20-14%20-67%20-28%20-174%20-32%20-237%20l-8%20-114%20-219%20-3%20-219%20-2%207%2071%20c14%20138%2066%20297%20136%20419%2037%2062%2097%20150%20103%20150%202%200%2028%20-18%2058%20-41z%20m1690%20-96%20c79%20-133%20130%20-287%20145%20-432%20l7%20-71%20-219%202%20-219%203%20-8%20114%20c-4%2063%20-19%20171%20-32%20239%20-14%2069%20-24%20126%20-23%20128%202%202%2040%2021%2084%2043%2045%2023%20101%2056%20125%2075%20l44%2035%2025%20-29%20c14%20-16%2046%20-64%2071%20-107z%20m-1086%20-105%20l120%20-13%200%20-190%200%20-190%20-240%20-3%20c-132%20-1%20-244%20-1%20-250%202%20-15%205%20-1%20195%2025%20330%2012%2061%2023%20113%2025%20117%203%203%2048%20-4%20102%20-17%2054%20-13%20152%20-29%20218%20-36z%20m674%20-62%20c27%20-139%2041%20-327%2026%20-332%20-6%20-3%20-118%20-3%20-250%20-2%20l-240%203%200%20190%200%20190%20112%2011%20c113%2012%20253%2037%20295%2053%2013%205%2026%207%2029%205%204%20-2%2016%20-55%2028%20-118z%20m-1136%20-535%20c4%20-63%2019%20-171%2032%20-239%2014%20-69%2024%20-126%2023%20-127%20-2%20-2%20-42%20-23%20-90%20-48%20-47%20-24%20-105%20-58%20-127%20-76%20l-40%20-32%20-31%2043%20c-112%20154%20-188%20348%20-206%20527%20l-7%2071%20219%20-2%20219%20-3%208%20-114z%20m582%20-76%20l0%20-190%20-110%20-11%20c-126%20-14%20-215%20-29%20-280%20-48%20-25%20-8%20-47%20-11%20-49%20-7%20-21%2033%20-72%20432%20-57%20447%203%202%20115%203%20250%202%20l246%20-3%200%20-190z%20m586%20191%20c14%20-15%20-36%20-414%20-56%20-447%20-3%20-3%20-48%204%20-102%2017%20-54%2013%20-152%2029%20-218%2036%20l-120%2013%20-3%20180%20c-1%2098%200%20185%202%20192%204%2010%2060%2013%20249%2013%20134%200%20246%20-2%20248%20-4z%20m525%20-67%20c-18%20-181%20-113%20-418%20-216%20-540%20l-25%20-30%20-54%2041%20c-30%2022%20-87%2057%20-127%2076%20-41%2019%20-74%2038%20-74%2042%200%204%2011%2061%2025%20127%2014%2066%2027%20167%2031%20225%203%2058%207%20111%2010%20118%202%209%2055%2012%20220%2012%20l217%200%20-7%20-71z%20m-1106%20-678%20c0%20-149%20-3%20-272%20-7%20-274%20-5%20-3%20-33%204%20-63%2015%20-43%2016%20-73%2039%20-137%20103%20-71%2072%20-89%2098%20-142%20206%20-34%2068%20-61%20131%20-61%20141%200%2019%2031%2030%20155%2053%20105%2019%20129%2022%20198%2024%20l57%201%200%20-269z%20m335%20244%20c124%20-23%20155%20-34%20155%20-53%200%20-10%20-27%20-73%20-61%20-141%20-53%20-108%20-71%20-134%20-142%20-206%20-64%20-64%20-94%20-87%20-137%20-103%20-30%20-11%20-58%20-18%20-62%20-15%20-5%202%20-8%20126%20-8%20275%20l0%20271%2092%20-7%20c50%20-4%20124%20-13%20163%20-21z%20m-759%20-240%20c31%20-64%2076%20-138%20108%20-177%20l55%20-67%20-52%2018%20c-124%2043%20-270%20129%20-362%20214%20l-50%2046%2026%2026%20c14%2014%2063%2046%20110%2070%20l84%2044%2014%20-32%20c7%20-18%2037%20-81%2067%20-142z%20m1099%20125%20c39%20-21%2084%20-50%20100%20-65%20l30%20-25%20-50%20-47%20c-91%20-84%20-237%20-171%20-362%20-214%20l-52%20-18%2055%2067%20c50%2060%20141%20225%20171%20310%206%2017%2017%2032%2025%2032%207%200%2045%20-18%2083%20-40z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 5px left;
    background-size: 20px 21px;
}

.step-form .documenttype + label, .step-form .documenttype + .select-styled {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20142.67%2098%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-2%7Bfill%3Anone%3Bstroke%3A%233a3a3a%3Bstroke-linejoin%3Around%3Bstroke-width%3A5px%3B%7D.cls-1%7Bstroke-linecap%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Edogovor%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222.5%22%20y%3D%222.5%22%20width%3D%22137.67%22%20height%3D%2293%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M22.52%2C61.87c0-.93%2C1.17-15.54%2C1.17-15.54l8.42-6.44%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M53.25%2C61.87c0-.93-1.17-15.54-1.17-15.54l-8.42-6.44%22%2F%3E%3Cellipse%20class%3D%22cls-1%22%20cx%3D%2237.88%22%20cy%3D%2230.46%22%20rx%3D%226.13%22%20ry%3D%226.61%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2274.22%22%20y1%3D%2217.21%22%20x2%3D%22125.05%22%20y2%3D%2217.21%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%22102.87%22%20y1%3D%2233.24%22%20x2%3D%22125.05%22%20y2%3D%2233.24%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2274.22%22%20y1%3D%2264.71%22%20x2%3D%2299.64%22%20y2%3D%2264.71%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2274.22%22%20y1%3D%2249.01%22%20x2%3D%22125.05%22%20y2%3D%2249.01%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2274.22%22%20y1%3D%2280.74%22%20x2%3D%2299.26%22%20y2%3D%2280.74%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%2216.51%22%20y%3D%2215.31%22%20width%3D%2242.74%22%20height%3D%2246.56%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 5px left;
    background-size: 20px 21px;
}

.step-form .documentnumber + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2078.05%20101.82%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%233a3a3a%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Epesel%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M48.32%2C73.15H22.87l-5%2C27.68a1.21%2C1.21%2C0%2C0%2C1-1.19%2C1H15.22A1.21%2C1.21%2C0%2C0%2C1%2C14%2C100.4L19%2C73.15H1.21A1.21%2C1.21%2C0%2C0%2C1%2C0%2C71.94V70.72a1.21%2C1.21%2C0%2C0%2C1%2C1.21-1.21H19.65l6.64-36.64H6.52a1.21%2C1.21%2C0%2C0%2C1-1.21-1.21V30.3a1.21%2C1.21%2C0%2C0%2C1%2C1.21-1.21H27L32.06%2C1a1.21%2C1.21%2C0%2C0%2C1%2C1.19-1h1.46A1.21%2C1.21%2C0%2C0%2C1%2C35.9%2C1.42L30.84%2C29.09H56.37L61.5%2C1a1.21%2C1.21%2C0%2C0%2C1%2C1.19-1h1.46a1.21%2C1.21%2C0%2C0%2C1%2C1.19%2C1.42L60.28%2C29.09H76.84A1.21%2C1.21%2C0%2C0%2C1%2C78%2C30.3v1.36a1.21%2C1.21%2C0%2C0%2C1-1.21%2C1.21H59.58L52.87%2C69.51H71.59a1.21%2C1.21%2C0%2C0%2C1%2C1.21%2C1.21v1.22a1.21%2C1.21%2C0%2C0%2C1-1.21%2C1.21H52.24l-5.06%2C27.68a1.21%2C1.21%2C0%2C0%2C1-1.19%2C1H44.53a1.21%2C1.21%2C0%2C0%2C1-1.19-1.42ZM23.57%2C69.51H49l6.71-36.64H30.14Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 4px left 2px;
    background-size: 18px 26px;
}

.step-form .citizenship:disabled + .select-styled {
    opacity: 0.6;
}

.step-form .citizenship:disabled + .select-styled:hover {
    cursor: default;
}

.step-form .documenttype:disabled + .select-styled {
    opacity: 0.6;
}

.step-form .documenttype:disabled + .select-styled:hover {
    cursor: default;
}

.step-form .second-name + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2082.75%20104.25%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-2%7Bfill%3Anone%3Bstroke%3A%233a3a3a%3Bstroke-linejoin%3Around%3Bstroke-width%3A5px%3B%7D.cls-2%7Bstroke-linecap%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Esecond-name%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M20.05%2C64.8c0-1.08%2C1.58-18%2C1.58-18L33%2C39.34%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M61.64%2C64.8c0-1.08-1.58-18-1.58-18l-11.4-7.46%22%2F%3E%3Cellipse%20class%3D%22cls-2%22%20cx%3D%2240.85%22%20cy%3D%2225.89%22%20rx%3D%228.29%22%20ry%3D%2210.18%22%2F%3E%3Crect%20class%3D%22cls-2%22%20x%3D%222.5%22%20y%3D%222.5%22%20width%3D%2277.75%22%20height%3D%2299.25%22%2F%3E%3Cline%20class%3D%22cls-2%22%20x1%3D%2215%22%20y1%3D%2275.75%22%20x2%3D%2265.5%22%20y2%3D%2275.75%22%2F%3E%3Cline%20class%3D%22cls-2%22%20x1%3D%2215%22%20y1%3D%2287.25%22%20x2%3D%2265.5%22%20y2%3D%2287.25%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 5px left;
    background-size: 23px 23px;
}
.step-form .second-name:focus + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2082.75%20104.25%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-2%7Bfill%3Anone%3Bstroke%3A%235bb85d%3Bstroke-linejoin%3Around%3Bstroke-width%3A5px%3B%7D.cls-2%7Bstroke-linecap%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Esecond-name%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M20.05%2C64.8c0-1.08%2C1.58-18%2C1.58-18L33%2C39.34%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M61.64%2C64.8c0-1.08-1.58-18-1.58-18l-11.4-7.46%22%2F%3E%3Cellipse%20class%3D%22cls-2%22%20cx%3D%2240.85%22%20cy%3D%2225.89%22%20rx%3D%228.29%22%20ry%3D%2210.18%22%2F%3E%3Crect%20class%3D%22cls-2%22%20x%3D%222.5%22%20y%3D%222.5%22%20width%3D%2277.75%22%20height%3D%2299.25%22%2F%3E%3Cline%20class%3D%22cls-2%22%20x1%3D%2215%22%20y1%3D%2275.75%22%20x2%3D%2265.5%22%20y2%3D%2275.75%22%2F%3E%3Cline%20class%3D%22cls-2%22%20x1%3D%2215%22%20y1%3D%2287.25%22%20x2%3D%2265.5%22%20y2%3D%2287.25%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .tel + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2075.77%20138.02%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%233a3a3a%3Bstroke-miterlimit%3A10%3Bstroke-width%3A6px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etel%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cg%20id%3D%22_%D0%93%D1%80%D1%83%D0%BF%D0%BF%D0%B0_%22%20data-name%3D%22%26lt%3B%D0%93%D1%80%D1%83%D0%BF%D0%BF%D0%B0%26gt%3B%22%3E%3Crect%20id%3D%22_%D0%9F%D1%80%D1%8F%D0%BC%D0%BE%D1%83%D0%B3%D0%BE%D0%BB%D1%8C%D0%BD%D0%B8%D0%BA_%22%20data-name%3D%22%26lt%3B%D0%9F%D1%80%D1%8F%D0%BC%D0%BE%D1%83%D0%B3%D0%BE%D0%BB%D1%8C%D0%BD%D0%B8%D0%BA%26gt%3B%22%20class%3D%22cls-1%22%20x%3D%223%22%20y%3D%223%22%20width%3D%2269.77%22%20height%3D%22132.02%22%20rx%3D%227.47%22%20ry%3D%227.47%22%2F%3E%3Cline%20id%3D%22_%D0%9A%D0%BE%D0%BD%D1%82%D1%83%D1%80_%22%20data-name%3D%22%26lt%3B%D0%9A%D0%BE%D0%BD%D1%82%D1%83%D1%80%26gt%3B%22%20class%3D%22cls-1%22%20x1%3D%2230.97%22%20y1%3D%2211.11%22%20x2%3D%2244.8%22%20y2%3D%2211.11%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 2px left 2px;
    background-size: 14px 26px;
}
.step-form .tel:focus + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2075.77%20138.02%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%235bb85d%3Bstroke-miterlimit%3A10%3Bstroke-width%3A6px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etel%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cg%20id%3D%22_%D0%93%D1%80%D1%83%D0%BF%D0%BF%D0%B0_%22%20data-name%3D%22%26lt%3B%D0%93%D1%80%D1%83%D0%BF%D0%BF%D0%B0%26gt%3B%22%3E%3Crect%20id%3D%22_%D0%9F%D1%80%D1%8F%D0%BC%D0%BE%D1%83%D0%B3%D0%BE%D0%BB%D1%8C%D0%BD%D0%B8%D0%BA_%22%20data-name%3D%22%26lt%3B%D0%9F%D1%80%D1%8F%D0%BC%D0%BE%D1%83%D0%B3%D0%BE%D0%BB%D1%8C%D0%BD%D0%B8%D0%BA%26gt%3B%22%20class%3D%22cls-1%22%20x%3D%223%22%20y%3D%223%22%20width%3D%2269.77%22%20height%3D%22132.02%22%20rx%3D%227.47%22%20ry%3D%227.47%22%2F%3E%3Cline%20id%3D%22_%D0%9A%D0%BE%D0%BD%D1%82%D1%83%D1%80_%22%20data-name%3D%22%26lt%3B%D0%9A%D0%BE%D0%BD%D1%82%D1%83%D1%80%26gt%3B%22%20class%3D%22cls-1%22%20x1%3D%2230.97%22%20y1%3D%2211.11%22%20x2%3D%2244.8%22%20y2%3D%2211.11%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .pesel + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2078.05%20101.82%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%233a3a3a%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Epesel%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M48.32%2C73.15H22.87l-5%2C27.68a1.21%2C1.21%2C0%2C0%2C1-1.19%2C1H15.22A1.21%2C1.21%2C0%2C0%2C1%2C14%2C100.4L19%2C73.15H1.21A1.21%2C1.21%2C0%2C0%2C1%2C0%2C71.94V70.72a1.21%2C1.21%2C0%2C0%2C1%2C1.21-1.21H19.65l6.64-36.64H6.52a1.21%2C1.21%2C0%2C0%2C1-1.21-1.21V30.3a1.21%2C1.21%2C0%2C0%2C1%2C1.21-1.21H27L32.06%2C1a1.21%2C1.21%2C0%2C0%2C1%2C1.19-1h1.46A1.21%2C1.21%2C0%2C0%2C1%2C35.9%2C1.42L30.84%2C29.09H56.37L61.5%2C1a1.21%2C1.21%2C0%2C0%2C1%2C1.19-1h1.46a1.21%2C1.21%2C0%2C0%2C1%2C1.19%2C1.42L60.28%2C29.09H76.84A1.21%2C1.21%2C0%2C0%2C1%2C78%2C30.3v1.36a1.21%2C1.21%2C0%2C0%2C1-1.21%2C1.21H59.58L52.87%2C69.51H71.59a1.21%2C1.21%2C0%2C0%2C1%2C1.21%2C1.21v1.22a1.21%2C1.21%2C0%2C0%2C1-1.21%2C1.21H52.24l-5.06%2C27.68a1.21%2C1.21%2C0%2C0%2C1-1.19%2C1H44.53a1.21%2C1.21%2C0%2C0%2C1-1.19-1.42ZM23.57%2C69.51H49l6.71-36.64H30.14Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 4px left 2px;
    background-size: 18px 26px;
}
.step-form .pesel:focus + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2078.05%20101.82%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%235bb85d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Epesel%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M48.32%2C73.15H22.87l-5%2C27.68a1.21%2C1.21%2C0%2C0%2C1-1.19%2C1H15.22A1.21%2C1.21%2C0%2C0%2C1%2C14%2C100.4L19%2C73.15H1.21A1.21%2C1.21%2C0%2C0%2C1%2C0%2C71.94V70.72a1.21%2C1.21%2C0%2C0%2C1%2C1.21-1.21H19.65l6.64-36.64H6.52a1.21%2C1.21%2C0%2C0%2C1-1.21-1.21V30.3a1.21%2C1.21%2C0%2C0%2C1%2C1.21-1.21H27L32.06%2C1a1.21%2C1.21%2C0%2C0%2C1%2C1.19-1h1.46A1.21%2C1.21%2C0%2C0%2C1%2C35.9%2C1.42L30.84%2C29.09H56.37L61.5%2C1a1.21%2C1.21%2C0%2C0%2C1%2C1.19-1h1.46a1.21%2C1.21%2C0%2C0%2C1%2C1.19%2C1.42L60.28%2C29.09H76.84A1.21%2C1.21%2C0%2C0%2C1%2C78%2C30.3v1.36a1.21%2C1.21%2C0%2C0%2C1-1.21%2C1.21H59.58L52.87%2C69.51H71.59a1.21%2C1.21%2C0%2C0%2C1%2C1.21%2C1.21v1.22a1.21%2C1.21%2C0%2C0%2C1-1.21%2C1.21H52.24l-5.06%2C27.68a1.21%2C1.21%2C0%2C0%2C1-1.19%2C1H44.53a1.21%2C1.21%2C0%2C0%2C1-1.19-1.42ZM23.57%2C69.51H49l6.71-36.64H30.14Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .nip + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2078.05%20101.82%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%233a3a3a%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Epesel%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M48.32%2C73.15H22.87l-5%2C27.68a1.21%2C1.21%2C0%2C0%2C1-1.19%2C1H15.22A1.21%2C1.21%2C0%2C0%2C1%2C14%2C100.4L19%2C73.15H1.21A1.21%2C1.21%2C0%2C0%2C1%2C0%2C71.94V70.72a1.21%2C1.21%2C0%2C0%2C1%2C1.21-1.21H19.65l6.64-36.64H6.52a1.21%2C1.21%2C0%2C0%2C1-1.21-1.21V30.3a1.21%2C1.21%2C0%2C0%2C1%2C1.21-1.21H27L32.06%2C1a1.21%2C1.21%2C0%2C0%2C1%2C1.19-1h1.46A1.21%2C1.21%2C0%2C0%2C1%2C35.9%2C1.42L30.84%2C29.09H56.37L61.5%2C1a1.21%2C1.21%2C0%2C0%2C1%2C1.19-1h1.46a1.21%2C1.21%2C0%2C0%2C1%2C1.19%2C1.42L60.28%2C29.09H76.84A1.21%2C1.21%2C0%2C0%2C1%2C78%2C30.3v1.36a1.21%2C1.21%2C0%2C0%2C1-1.21%2C1.21H59.58L52.87%2C69.51H71.59a1.21%2C1.21%2C0%2C0%2C1%2C1.21%2C1.21v1.22a1.21%2C1.21%2C0%2C0%2C1-1.21%2C1.21H52.24l-5.06%2C27.68a1.21%2C1.21%2C0%2C0%2C1-1.19%2C1H44.53a1.21%2C1.21%2C0%2C0%2C1-1.19-1.42ZM23.57%2C69.51H49l6.71-36.64H30.14Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 4px left 2px;
    background-size: 18px 26px;
}

.step-form .nip:focus + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2078.05%20101.82%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%235bb85d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Epesel%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M48.32%2C73.15H22.87l-5%2C27.68a1.21%2C1.21%2C0%2C0%2C1-1.19%2C1H15.22A1.21%2C1.21%2C0%2C0%2C1%2C14%2C100.4L19%2C73.15H1.21A1.21%2C1.21%2C0%2C0%2C1%2C0%2C71.94V70.72a1.21%2C1.21%2C0%2C0%2C1%2C1.21-1.21H19.65l6.64-36.64H6.52a1.21%2C1.21%2C0%2C0%2C1-1.21-1.21V30.3a1.21%2C1.21%2C0%2C0%2C1%2C1.21-1.21H27L32.06%2C1a1.21%2C1.21%2C0%2C0%2C1%2C1.19-1h1.46A1.21%2C1.21%2C0%2C0%2C1%2C35.9%2C1.42L30.84%2C29.09H56.37L61.5%2C1a1.21%2C1.21%2C0%2C0%2C1%2C1.19-1h1.46a1.21%2C1.21%2C0%2C0%2C1%2C1.19%2C1.42L60.28%2C29.09H76.84A1.21%2C1.21%2C0%2C0%2C1%2C78%2C30.3v1.36a1.21%2C1.21%2C0%2C0%2C1-1.21%2C1.21H59.58L52.87%2C69.51H71.59a1.21%2C1.21%2C0%2C0%2C1%2C1.21%2C1.21v1.22a1.21%2C1.21%2C0%2C0%2C1-1.21%2C1.21H52.24l-5.06%2C27.68a1.21%2C1.21%2C0%2C0%2C1-1.19%2C1H44.53a1.21%2C1.21%2C0%2C0%2C1-1.19-1.42ZM23.57%2C69.51H49l6.71-36.64H30.14Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .dogovor + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20142.67%2098%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-2%7Bfill%3Anone%3Bstroke%3A%233a3a3a%3Bstroke-linejoin%3Around%3Bstroke-width%3A5px%3B%7D.cls-1%7Bstroke-linecap%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Edogovor%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222.5%22%20y%3D%222.5%22%20width%3D%22137.67%22%20height%3D%2293%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M22.52%2C61.87c0-.93%2C1.17-15.54%2C1.17-15.54l8.42-6.44%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M53.25%2C61.87c0-.93-1.17-15.54-1.17-15.54l-8.42-6.44%22%2F%3E%3Cellipse%20class%3D%22cls-1%22%20cx%3D%2237.88%22%20cy%3D%2230.46%22%20rx%3D%226.13%22%20ry%3D%226.61%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2274.22%22%20y1%3D%2217.21%22%20x2%3D%22125.05%22%20y2%3D%2217.21%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%22102.87%22%20y1%3D%2233.24%22%20x2%3D%22125.05%22%20y2%3D%2233.24%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2274.22%22%20y1%3D%2264.71%22%20x2%3D%2299.64%22%20y2%3D%2264.71%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2274.22%22%20y1%3D%2249.01%22%20x2%3D%22125.05%22%20y2%3D%2249.01%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2274.22%22%20y1%3D%2280.74%22%20x2%3D%2299.26%22%20y2%3D%2280.74%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%2216.51%22%20y%3D%2215.31%22%20width%3D%2242.74%22%20height%3D%2246.56%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 5px left;
    background-size: 23px 23px;
}
.step-form .dogovor:focus + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20142.67%2098%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-2%7Bfill%3Anone%3Bstroke%3A%235bb85d%3Bstroke-linejoin%3Around%3Bstroke-width%3A5px%3B%7D.cls-1%7Bstroke-linecap%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Edogovor%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222.5%22%20y%3D%222.5%22%20width%3D%22137.67%22%20height%3D%2293%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M22.52%2C61.87c0-.93%2C1.17-15.54%2C1.17-15.54l8.42-6.44%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M53.25%2C61.87c0-.93-1.17-15.54-1.17-15.54l-8.42-6.44%22%2F%3E%3Cellipse%20class%3D%22cls-1%22%20cx%3D%2237.88%22%20cy%3D%2230.46%22%20rx%3D%226.13%22%20ry%3D%226.61%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2274.22%22%20y1%3D%2217.21%22%20x2%3D%22125.05%22%20y2%3D%2217.21%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%22102.87%22%20y1%3D%2233.24%22%20x2%3D%22125.05%22%20y2%3D%2233.24%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2274.22%22%20y1%3D%2264.71%22%20x2%3D%2299.64%22%20y2%3D%2264.71%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2274.22%22%20y1%3D%2249.01%22%20x2%3D%22125.05%22%20y2%3D%2249.01%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2274.22%22%20y1%3D%2280.74%22%20x2%3D%2299.26%22%20y2%3D%2280.74%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%2216.51%22%20y%3D%2215.31%22%20width%3D%2242.74%22%20height%3D%2246.56%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .zip + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20119.68%2076.99%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-2%7Bfill%3Anone%3Bstroke%3A%233a3a3a%3Bstroke-width%3A4px%3B%7D.cls-1%7Bstroke-miterlimit%3A10%3B%7D.cls-2%7Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ezip%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2243.57%22%20y1%3D%2230.47%22%20x2%3D%222%22%20y2%3D%222%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%22117.68%22%20y1%3D%222%22%20x2%3D%2276.11%22%20y2%3D%2230.47%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M117.68%2C2H2V71.6A3.39%2C3.39%2C0%2C0%2C0%2C5.39%2C75H114.29a3.39%2C3.39%2C0%2C0%2C0%2C3.39-3.39Z%22%2F%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2259.84%22%20cy%3D%2238.5%22%20r%3D%2218.14%22%2F%3E%3Cpolyline%20class%3D%22cls-2%22%20points%3D%2265.81%2032.24%2071.18%2038.7%2065.37%2045.7%22%2F%3E%3Cpolyline%20class%3D%22cls-2%22%20points%3D%2253.52%2032.24%2048.15%2038.7%2053.96%2045.7%22%2F%3E%3Cline%20class%3D%22cls-2%22%20x1%3D%2258.61%22%20y1%3D%2232.24%22%20x2%3D%2260.31%22%20y2%3D%2245.7%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 5px left;
    background-size: 23px 23px;
}
.step-form .zip:focus + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20119.68%2076.99%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-2%7Bfill%3Anone%3Bstroke%3A%235bb85d%3Bstroke-width%3A4px%3B%7D.cls-1%7Bstroke-miterlimit%3A10%3B%7D.cls-2%7Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ezip%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2243.57%22%20y1%3D%2230.47%22%20x2%3D%222%22%20y2%3D%222%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%22117.68%22%20y1%3D%222%22%20x2%3D%2276.11%22%20y2%3D%2230.47%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M117.68%2C2H2V71.6A3.39%2C3.39%2C0%2C0%2C0%2C5.39%2C75H114.29a3.39%2C3.39%2C0%2C0%2C0%2C3.39-3.39Z%22%2F%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2259.84%22%20cy%3D%2238.5%22%20r%3D%2218.14%22%2F%3E%3Cpolyline%20class%3D%22cls-2%22%20points%3D%2265.81%2032.24%2071.18%2038.7%2065.37%2045.7%22%2F%3E%3Cpolyline%20class%3D%22cls-2%22%20points%3D%2253.52%2032.24%2048.15%2038.7%2053.96%2045.7%22%2F%3E%3Cline%20class%3D%22cls-2%22%20x1%3D%2258.61%22%20y1%3D%2232.24%22%20x2%3D%2260.31%22%20y2%3D%2245.7%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .city + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20117.66%20120.73%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%233a3a3a%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ecity%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35%2C17.79H47.47a1.79%2C1.79%2C0%2C0%2C0%2C1.89-1.89A1.79%2C1.79%2C0%2C0%2C0%2C47.47%2C14H35a1.79%2C1.79%2C0%2C0%2C0-1.89%2C1.89A1.79%2C1.79%2C0%2C0%2C0%2C35%2C17.79Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35%2C28.38H47.47a1.89%2C1.89%2C0%2C1%2C0%2C0-3.78H35a1.89%2C1.89%2C0%2C0%2C0%2C0%2C3.78Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35%2C39H47.47a1.89%2C1.89%2C0%2C1%2C0%2C0-3.78H35A1.89%2C1.89%2C0%2C0%2C0%2C35%2C39Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35%2C49.58H47.47a1.89%2C1.89%2C0%2C1%2C0%2C0-3.78H35a1.89%2C1.89%2C0%2C1%2C0%2C0%2C3.78Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35%2C60.17H47.47a1.89%2C1.89%2C0%2C1%2C0%2C0-3.78H35a1.89%2C1.89%2C0%2C1%2C0%2C0%2C3.78Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35%2C70.77H47.47a1.89%2C1.89%2C0%2C1%2C0%2C0-3.78H35a1.89%2C1.89%2C0%2C1%2C0%2C0%2C3.78Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35%2C81.37H47.47a1.89%2C1.89%2C0%2C1%2C0%2C0-3.78H35a1.89%2C1.89%2C0%2C0%2C0%2C0%2C3.78Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C120.73H117.66v-3.78h-7.93v-7.57a9.16%2C9.16%2C0%2C0%2C0%2C7.57-9.08%2C9%2C9%2C0%2C0%2C0-4-7.57c3.33-2.31%2C4.93-6.35%2C3.37-11.2a7.31%2C7.31%2C0%2C0%2C0-3.11-4c-7.26-4.46-14.84.72-14.84%2C7.61a9%2C9%2C0%2C0%2C0%2C4%2C7.57%2C9%2C9%2C0%2C0%2C0-4%2C7.57%2C9.15%2C9.15%2C0%2C0%2C0%2C7%2C8.89v7.76H96.48V76.07h0v-.76h0c0-.19-.19-.19-.38-.38l-.38-.38c-1.7-1.32-8.14-5.49-35-21.76V0H22.12V116.94H11.9v-7.57a9.16%2C9.16%2C0%2C0%2C0%2C7.57-9.08%2C9%2C9%2C0%2C0%2C0-4-7.57c3.33-2.31%2C4.93-6.35%2C3.37-11.2a7.31%2C7.31%2C0%2C0%2C0-3.11-4C8.5%2C73.09.92%2C78.26.92%2C85.15a9%2C9%2C0%2C0%2C0%2C4%2C7.57%2C9%2C9%2C0%2C0%2C0-4%2C7.57%2C9.15%2C9.15%2C0%2C0%2C0%2C7%2C8.89v7.76H0Zm105-40a5.59%2C5.59%2C0%2C0%2C1%2C7.76%2C7.76%2C3.92%2C3.92%2C0%2C0%2C1-1.39%2C1.39%2C5.59%2C5.59%2C0%2C0%2C1-7.76-7.76A3.92%2C3.92%2C0%2C0%2C1%2C105%2C80.76Zm-1.39%2C22.71a5.59%2C5.59%2C0%2C0%2C1%2C7.76-7.76%2C3.92%2C3.92%2C0%2C0%2C1%2C1.39%2C1.39%2C5.59%2C5.59%2C0%2C0%2C1-7.76%2C7.76A3.92%2C3.92%2C0%2C0%2C1%2C103.64%2C103.47ZM10%2C79.85c4.14%2C0%2C7.21%2C4.59%2C4.41%2C8.95a3.18%2C3.18%2C0%2C0%2C1-.95.95c-4.36%2C2.81-8.95-.27-8.95-4.41A5.62%2C5.62%2C0%2C0%2C1%2C10%2C79.85ZM5.62%2C103.47a5.59%2C5.59%2C0%2C0%2C1%2C7.76-7.76%2C3.92%2C3.92%2C0%2C0%2C1%2C1.39%2C1.39A5.59%2C5.59%2C0%2C0%2C1%2C7%2C104.87%2C3.92%2C3.92%2C0%2C0%2C1%2C5.62%2C103.47Zm43%2C13.47H33.85V102.18H48.61Zm35.2%2C0H69V102.18H83.8Zm3.78%2C0V98.4H65.26v18.54H60.91V78H93.08v39.17H87.59Zm1.14-42.76H60.91V57.34C70.18%2C62.63%2C82.1%2C70%2C88.72%2C74.18ZM57.12%2C3.78V88H25.9V3.78Zm-31.22%2C88H57.31v25.17H52.58V98.4H30.06v18.54H25.9Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 5px left;
    background-size: 23px 23px;
}
.step-form .city:focus + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20117.66%20120.73%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%235bb85d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ecity%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35%2C17.79H47.47a1.79%2C1.79%2C0%2C0%2C0%2C1.89-1.89A1.79%2C1.79%2C0%2C0%2C0%2C47.47%2C14H35a1.79%2C1.79%2C0%2C0%2C0-1.89%2C1.89A1.79%2C1.79%2C0%2C0%2C0%2C35%2C17.79Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35%2C28.38H47.47a1.89%2C1.89%2C0%2C1%2C0%2C0-3.78H35a1.89%2C1.89%2C0%2C0%2C0%2C0%2C3.78Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35%2C39H47.47a1.89%2C1.89%2C0%2C1%2C0%2C0-3.78H35A1.89%2C1.89%2C0%2C0%2C0%2C35%2C39Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35%2C49.58H47.47a1.89%2C1.89%2C0%2C1%2C0%2C0-3.78H35a1.89%2C1.89%2C0%2C1%2C0%2C0%2C3.78Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35%2C60.17H47.47a1.89%2C1.89%2C0%2C1%2C0%2C0-3.78H35a1.89%2C1.89%2C0%2C1%2C0%2C0%2C3.78Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35%2C70.77H47.47a1.89%2C1.89%2C0%2C1%2C0%2C0-3.78H35a1.89%2C1.89%2C0%2C1%2C0%2C0%2C3.78Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35%2C81.37H47.47a1.89%2C1.89%2C0%2C1%2C0%2C0-3.78H35a1.89%2C1.89%2C0%2C0%2C0%2C0%2C3.78Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C120.73H117.66v-3.78h-7.93v-7.57a9.16%2C9.16%2C0%2C0%2C0%2C7.57-9.08%2C9%2C9%2C0%2C0%2C0-4-7.57c3.33-2.31%2C4.93-6.35%2C3.37-11.2a7.31%2C7.31%2C0%2C0%2C0-3.11-4c-7.26-4.46-14.84.72-14.84%2C7.61a9%2C9%2C0%2C0%2C0%2C4%2C7.57%2C9%2C9%2C0%2C0%2C0-4%2C7.57%2C9.15%2C9.15%2C0%2C0%2C0%2C7%2C8.89v7.76H96.48V76.07h0v-.76h0c0-.19-.19-.19-.38-.38l-.38-.38c-1.7-1.32-8.14-5.49-35-21.76V0H22.12V116.94H11.9v-7.57a9.16%2C9.16%2C0%2C0%2C0%2C7.57-9.08%2C9%2C9%2C0%2C0%2C0-4-7.57c3.33-2.31%2C4.93-6.35%2C3.37-11.2a7.31%2C7.31%2C0%2C0%2C0-3.11-4C8.5%2C73.09.92%2C78.26.92%2C85.15a9%2C9%2C0%2C0%2C0%2C4%2C7.57%2C9%2C9%2C0%2C0%2C0-4%2C7.57%2C9.15%2C9.15%2C0%2C0%2C0%2C7%2C8.89v7.76H0Zm105-40a5.59%2C5.59%2C0%2C0%2C1%2C7.76%2C7.76%2C3.92%2C3.92%2C0%2C0%2C1-1.39%2C1.39%2C5.59%2C5.59%2C0%2C0%2C1-7.76-7.76A3.92%2C3.92%2C0%2C0%2C1%2C105%2C80.76Zm-1.39%2C22.71a5.59%2C5.59%2C0%2C0%2C1%2C7.76-7.76%2C3.92%2C3.92%2C0%2C0%2C1%2C1.39%2C1.39%2C5.59%2C5.59%2C0%2C0%2C1-7.76%2C7.76A3.92%2C3.92%2C0%2C0%2C1%2C103.64%2C103.47ZM10%2C79.85c4.14%2C0%2C7.21%2C4.59%2C4.41%2C8.95a3.18%2C3.18%2C0%2C0%2C1-.95.95c-4.36%2C2.81-8.95-.27-8.95-4.41A5.62%2C5.62%2C0%2C0%2C1%2C10%2C79.85ZM5.62%2C103.47a5.59%2C5.59%2C0%2C0%2C1%2C7.76-7.76%2C3.92%2C3.92%2C0%2C0%2C1%2C1.39%2C1.39A5.59%2C5.59%2C0%2C0%2C1%2C7%2C104.87%2C3.92%2C3.92%2C0%2C0%2C1%2C5.62%2C103.47Zm43%2C13.47H33.85V102.18H48.61Zm35.2%2C0H69V102.18H83.8Zm3.78%2C0V98.4H65.26v18.54H60.91V78H93.08v39.17H87.59Zm1.14-42.76H60.91V57.34C70.18%2C62.63%2C82.1%2C70%2C88.72%2C74.18ZM57.12%2C3.78V88H25.9V3.78Zm-31.22%2C88H57.31v25.17H52.58V98.4H30.06v18.54H25.9Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .street + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20115.68%20117.41%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%233a3a3a%3Bstroke-miterlimit%3A10%3Bstroke-width%3A5px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Estreet%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2227.08%22%20y1%3D%22116.62%22%20x2%3D%2249.91%22%20y2%3D%2248.15%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2270.2%22%20y1%3D%2250.68%22%20x2%3D%2270.2%22%20y2%3D%2260.83%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2270.2%22%20y1%3D%2270.97%22%20x2%3D%2270.2%22%20y2%3D%2286.19%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2270.2%22%20y1%3D%2296.33%22%20x2%3D%2270.2%22%20y2%3D%22116.62%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%22113.31%22%20y1%3D%22116.62%22%20x2%3D%2290.48%22%20y2%3D%2248.15%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M22%2C65.9S41.52%2C42.84%2C41.52%2C25.32C41.52%2C13%2C32.19%2C2.5%2C22%2C2.5S2.5%2C13%2C2.5%2C25.32C2.5%2C42.84%2C10.83%2C48.9%2C22%2C65.9%22%2F%3E%3Cellipse%20class%3D%22cls-1%22%20cx%3D%2222.04%22%20cy%3D%2225.29%22%20rx%3D%227.64%22%20ry%3D%227.58%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 5px left;
    background-size: 23px 23px;
}
.step-form .street:focus + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20115.68%20117.41%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%235bb85d%3Bstroke-miterlimit%3A10%3Bstroke-width%3A5px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Estreet%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2227.08%22%20y1%3D%22116.62%22%20x2%3D%2249.91%22%20y2%3D%2248.15%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2270.2%22%20y1%3D%2250.68%22%20x2%3D%2270.2%22%20y2%3D%2260.83%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2270.2%22%20y1%3D%2270.97%22%20x2%3D%2270.2%22%20y2%3D%2286.19%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2270.2%22%20y1%3D%2296.33%22%20x2%3D%2270.2%22%20y2%3D%22116.62%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%22113.31%22%20y1%3D%22116.62%22%20x2%3D%2290.48%22%20y2%3D%2248.15%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M22%2C65.9S41.52%2C42.84%2C41.52%2C25.32C41.52%2C13%2C32.19%2C2.5%2C22%2C2.5S2.5%2C13%2C2.5%2C25.32C2.5%2C42.84%2C10.83%2C48.9%2C22%2C65.9%22%2F%3E%3Cellipse%20class%3D%22cls-1%22%20cx%3D%2222.04%22%20cy%3D%2225.29%22%20rx%3D%227.64%22%20ry%3D%227.58%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .house + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20117.42%20116.25%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%233a3a3a%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ehouse%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M13%2C60.72H23.92A1.58%2C1.58%2C0%2C0%2C0%2C25.59%2C59V52.52a7%2C7%2C0%2C1%2C0-14.05%2C0V59A1.46%2C1.46%2C0%2C0%2C0%2C13%2C60.72Zm1.67-8.2a3.68%2C3.68%2C0%2C0%2C1%2C7.36%2C0v4.85H14.55V52.52Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35.79%2C60.72H46.67A1.58%2C1.58%2C0%2C0%2C0%2C48.34%2C59V52.52a7%2C7%2C0%2C1%2C0-14.05%2C0V59A1.38%2C1.38%2C0%2C0%2C0%2C35.79%2C60.72Zm1.67-8.2a3.68%2C3.68%2C0%2C0%2C1%2C7.36%2C0v4.85H37.3V52.52Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M23.92%2C82.8a1.58%2C1.58%2C0%2C0%2C0%2C1.67-1.67V74.6a7%2C7%2C0%2C1%2C0-14.05%2C0v6.52a1.58%2C1.58%2C0%2C0%2C0%2C1.67%2C1.67Zm-9.2-8.2a3.68%2C3.68%2C0%2C0%2C1%2C7.36%2C0v4.85H14.55V74.6Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35.79%2C82.8H46.67a1.58%2C1.58%2C0%2C0%2C0%2C1.67-1.67V74.6a7%2C7%2C0%2C1%2C0-14.05%2C0v6.52A1.38%2C1.38%2C0%2C0%2C0%2C35.79%2C82.8Zm1.67-8.2a3.68%2C3.68%2C0%2C1%2C1%2C7.36%2C0v4.85H37.3V74.6Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M77.11%2C45.5a7.07%2C7.07%2C0%2C0%2C0-7%2C7V59a1.58%2C1.58%2C0%2C0%2C0%2C1.67%2C1.67H82.63A1.58%2C1.58%2C0%2C0%2C0%2C84.3%2C59V52.52A7.1%2C7.1%2C0%2C0%2C0%2C77.11%2C45.5ZM81%2C57.37H73.43V52.52a3.68%2C3.68%2C0%2C1%2C1%2C7.36%2C0v4.85Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M99.69%2C45.5a7.07%2C7.07%2C0%2C0%2C0-7%2C7V59a1.58%2C1.58%2C0%2C0%2C0%2C1.67%2C1.67h10.87A1.58%2C1.58%2C0%2C0%2C0%2C106.88%2C59V52.52A7.1%2C7.1%2C0%2C0%2C0%2C99.69%2C45.5Zm3.85%2C11.88H96V52.52a3.68%2C3.68%2C0%2C1%2C1%2C7.36%2C0v4.85Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M13%2C39H23.92a1.58%2C1.58%2C0%2C0%2C0%2C1.67-1.67V30.78a7%2C7%2C0%2C1%2C0-14.05%2C0V37.3A1.54%2C1.54%2C0%2C0%2C0%2C13%2C39Zm1.67-8.36a3.68%2C3.68%2C0%2C1%2C1%2C7.36%2C0v4.85H14.55V30.61Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35.79%2C39H46.67a1.58%2C1.58%2C0%2C0%2C0%2C1.67-1.67V30.78a7%2C7%2C0%2C1%2C0-14.05%2C0V37.3A1.45%2C1.45%2C0%2C0%2C0%2C35.79%2C39Zm1.67-8.36a3.68%2C3.68%2C0%2C0%2C1%2C7.36%2C0v4.85H37.3V30.61Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M77.11%2C23.58a7.07%2C7.07%2C0%2C0%2C0-7%2C7v6.52a1.58%2C1.58%2C0%2C0%2C0%2C1.67%2C1.67H82.63a1.58%2C1.58%2C0%2C0%2C0%2C1.67-1.67V30.61A7.1%2C7.1%2C0%2C0%2C0%2C77.11%2C23.58Zm3.85%2C12H73.43V30.78a3.68%2C3.68%2C0%2C1%2C1%2C7.36%2C0v4.85Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M99.69%2C23.58a7.07%2C7.07%2C0%2C0%2C0-7%2C7v6.52a1.58%2C1.58%2C0%2C0%2C0%2C1.67%2C1.67h10.87a1.58%2C1.58%2C0%2C0%2C0%2C1.67-1.67V30.61A7.1%2C7.1%2C0%2C0%2C0%2C99.69%2C23.58Zm3.85%2C12H96V30.78a3.68%2C3.68%2C0%2C1%2C1%2C7.36%2C0v4.85Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M77.11%2C67.41a7.07%2C7.07%2C0%2C0%2C0-7%2C7V81a1.58%2C1.58%2C0%2C0%2C0%2C1.67%2C1.67H82.63A1.58%2C1.58%2C0%2C0%2C0%2C84.3%2C81V74.43A7.21%2C7.21%2C0%2C0%2C0%2C77.11%2C67.41Zm3.85%2C12H73.43V74.6a3.68%2C3.68%2C0%2C1%2C1%2C7.36%2C0v4.85Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M99.69%2C67.41a7.07%2C7.07%2C0%2C0%2C0-7%2C7V81a1.58%2C1.58%2C0%2C0%2C0%2C1.67%2C1.67h10.87A1.58%2C1.58%2C0%2C0%2C0%2C106.88%2C81V74.43A7.21%2C7.21%2C0%2C0%2C0%2C99.69%2C67.41Zm3.85%2C12H96V74.6a3.68%2C3.68%2C0%2C1%2C1%2C7.36%2C0v4.85Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M117.42%2C0H0V116.25H117.42Zm-3.35%2C3.35v8.53H3.35V3.35ZM3.35%2C15.22H57V112.9H39.81V99.73a9.08%2C9.08%2C0%2C0%2C0-4.71-8c-8.23-4.4-16.37%2C1.28-16.37%2C9V112.9H3.51V15.22ZM36.46%2C112.9H21.91V99.72a5.77%2C5.77%2C0%2C0%2C1%2C2.91-5c5.78-3.25%2C11.48.63%2C11.48%2C6V112.9Zm59.21%2C0H81.12V99.72a5.77%2C5.77%2C0%2C0%2C1%2C2.91-5c5.78-3.25%2C11.48.63%2C11.48%2C6V112.9Zm3.35%2C0V99.73a9.08%2C9.08%2C0%2C0%2C0-4.71-8c-8.23-4.4-16.37%2C1.28-16.37%2C9V112.9H60.38V15.22h53.53V112.9Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 5px left;
    background-size: 23px 23px;
}
.step-form .house:focus + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20117.42%20116.25%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%235bb85d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ehouse%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M13%2C60.72H23.92A1.58%2C1.58%2C0%2C0%2C0%2C25.59%2C59V52.52a7%2C7%2C0%2C1%2C0-14.05%2C0V59A1.46%2C1.46%2C0%2C0%2C0%2C13%2C60.72Zm1.67-8.2a3.68%2C3.68%2C0%2C0%2C1%2C7.36%2C0v4.85H14.55V52.52Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35.79%2C60.72H46.67A1.58%2C1.58%2C0%2C0%2C0%2C48.34%2C59V52.52a7%2C7%2C0%2C1%2C0-14.05%2C0V59A1.38%2C1.38%2C0%2C0%2C0%2C35.79%2C60.72Zm1.67-8.2a3.68%2C3.68%2C0%2C0%2C1%2C7.36%2C0v4.85H37.3V52.52Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M23.92%2C82.8a1.58%2C1.58%2C0%2C0%2C0%2C1.67-1.67V74.6a7%2C7%2C0%2C1%2C0-14.05%2C0v6.52a1.58%2C1.58%2C0%2C0%2C0%2C1.67%2C1.67Zm-9.2-8.2a3.68%2C3.68%2C0%2C0%2C1%2C7.36%2C0v4.85H14.55V74.6Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35.79%2C82.8H46.67a1.58%2C1.58%2C0%2C0%2C0%2C1.67-1.67V74.6a7%2C7%2C0%2C1%2C0-14.05%2C0v6.52A1.38%2C1.38%2C0%2C0%2C0%2C35.79%2C82.8Zm1.67-8.2a3.68%2C3.68%2C0%2C1%2C1%2C7.36%2C0v4.85H37.3V74.6Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M77.11%2C45.5a7.07%2C7.07%2C0%2C0%2C0-7%2C7V59a1.58%2C1.58%2C0%2C0%2C0%2C1.67%2C1.67H82.63A1.58%2C1.58%2C0%2C0%2C0%2C84.3%2C59V52.52A7.1%2C7.1%2C0%2C0%2C0%2C77.11%2C45.5ZM81%2C57.37H73.43V52.52a3.68%2C3.68%2C0%2C1%2C1%2C7.36%2C0v4.85Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M99.69%2C45.5a7.07%2C7.07%2C0%2C0%2C0-7%2C7V59a1.58%2C1.58%2C0%2C0%2C0%2C1.67%2C1.67h10.87A1.58%2C1.58%2C0%2C0%2C0%2C106.88%2C59V52.52A7.1%2C7.1%2C0%2C0%2C0%2C99.69%2C45.5Zm3.85%2C11.88H96V52.52a3.68%2C3.68%2C0%2C1%2C1%2C7.36%2C0v4.85Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M13%2C39H23.92a1.58%2C1.58%2C0%2C0%2C0%2C1.67-1.67V30.78a7%2C7%2C0%2C1%2C0-14.05%2C0V37.3A1.54%2C1.54%2C0%2C0%2C0%2C13%2C39Zm1.67-8.36a3.68%2C3.68%2C0%2C1%2C1%2C7.36%2C0v4.85H14.55V30.61Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35.79%2C39H46.67a1.58%2C1.58%2C0%2C0%2C0%2C1.67-1.67V30.78a7%2C7%2C0%2C1%2C0-14.05%2C0V37.3A1.45%2C1.45%2C0%2C0%2C0%2C35.79%2C39Zm1.67-8.36a3.68%2C3.68%2C0%2C0%2C1%2C7.36%2C0v4.85H37.3V30.61Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M77.11%2C23.58a7.07%2C7.07%2C0%2C0%2C0-7%2C7v6.52a1.58%2C1.58%2C0%2C0%2C0%2C1.67%2C1.67H82.63a1.58%2C1.58%2C0%2C0%2C0%2C1.67-1.67V30.61A7.1%2C7.1%2C0%2C0%2C0%2C77.11%2C23.58Zm3.85%2C12H73.43V30.78a3.68%2C3.68%2C0%2C1%2C1%2C7.36%2C0v4.85Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M99.69%2C23.58a7.07%2C7.07%2C0%2C0%2C0-7%2C7v6.52a1.58%2C1.58%2C0%2C0%2C0%2C1.67%2C1.67h10.87a1.58%2C1.58%2C0%2C0%2C0%2C1.67-1.67V30.61A7.1%2C7.1%2C0%2C0%2C0%2C99.69%2C23.58Zm3.85%2C12H96V30.78a3.68%2C3.68%2C0%2C1%2C1%2C7.36%2C0v4.85Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M77.11%2C67.41a7.07%2C7.07%2C0%2C0%2C0-7%2C7V81a1.58%2C1.58%2C0%2C0%2C0%2C1.67%2C1.67H82.63A1.58%2C1.58%2C0%2C0%2C0%2C84.3%2C81V74.43A7.21%2C7.21%2C0%2C0%2C0%2C77.11%2C67.41Zm3.85%2C12H73.43V74.6a3.68%2C3.68%2C0%2C1%2C1%2C7.36%2C0v4.85Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M99.69%2C67.41a7.07%2C7.07%2C0%2C0%2C0-7%2C7V81a1.58%2C1.58%2C0%2C0%2C0%2C1.67%2C1.67h10.87A1.58%2C1.58%2C0%2C0%2C0%2C106.88%2C81V74.43A7.21%2C7.21%2C0%2C0%2C0%2C99.69%2C67.41Zm3.85%2C12H96V74.6a3.68%2C3.68%2C0%2C1%2C1%2C7.36%2C0v4.85Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M117.42%2C0H0V116.25H117.42Zm-3.35%2C3.35v8.53H3.35V3.35ZM3.35%2C15.22H57V112.9H39.81V99.73a9.08%2C9.08%2C0%2C0%2C0-4.71-8c-8.23-4.4-16.37%2C1.28-16.37%2C9V112.9H3.51V15.22ZM36.46%2C112.9H21.91V99.72a5.77%2C5.77%2C0%2C0%2C1%2C2.91-5c5.78-3.25%2C11.48.63%2C11.48%2C6V112.9Zm59.21%2C0H81.12V99.72a5.77%2C5.77%2C0%2C0%2C1%2C2.91-5c5.78-3.25%2C11.48.63%2C11.48%2C6V112.9Zm3.35%2C0V99.73a9.08%2C9.08%2C0%2C0%2C0-4.71-8c-8.23-4.4-16.37%2C1.28-16.37%2C9V112.9H60.38V15.22h53.53V112.9Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .appartment + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2082.75%20104.25%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-2%7Bfill%3Anone%3Bstroke%3A%233a3a3a%3Bstroke-linejoin%3Around%3Bstroke-width%3A5px%3B%7D.cls-1%7Bstroke-linecap%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eappart%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222.5%22%20y%3D%222.5%22%20width%3D%2277.75%22%20height%3D%2299.25%22%2F%3E%3Ccircle%20class%3D%22cls-2%22%20cx%3D%2263.92%22%20cy%3D%2255.13%22%20r%3D%225.1%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 5px left;
    background-size: 23px 23px;
}
.step-form .appartment:focus + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2082.75%20104.25%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-2%7Bfill%3Anone%3Bstroke%3A%235bb85d%3Bstroke-linejoin%3Around%3Bstroke-width%3A5px%3B%7D.cls-1%7Bstroke-linecap%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eappart%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222.5%22%20y%3D%222.5%22%20width%3D%2277.75%22%20height%3D%2299.25%22%2F%3E%3Ccircle%20class%3D%22cls-2%22%20cx%3D%2263.92%22%20cy%3D%2255.13%22%20r%3D%225.1%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .phone + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20133.95%20138.34%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%233a3a3a%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%D0%A0%D0%B5%D1%81%D1%83%D1%80%D1%81%201%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M109.53%2C138.34h-.19c-22.85-.75-49.62-23.63-68.05-42.69S.73%2C48.94%2C0%2C25.4C-.26%2C17%2C19.4%2C2.3%2C19.6%2C2.15%2C24.22-1.17%2C30.44-.51%2C33%2C3.17c1.53%2C2.19%2C16.35%2C25.4%2C18%2C28.06%2C1.73%2C2.82%2C1.49%2C7-.64%2C11.17-1.13%2C2.22-4.83%2C9-6.65%2C12.26%2C2%2C2.92%2C7.09%2C9.8%2C17.43%2C20.49s17%2C16%2C19.82%2C18c3.19-1.88%2C9.72-5.72%2C11.87-6.89%2C3.92-2.14%2C8-2.42%2C10.75-.69s25.12%2C17.11%2C27.16%2C18.59c3.37%2C2.44%2C4.71%2C8.44%2C1%2C13.89C131.6%2C118.28%2C117.54%2C138.34%2C109.53%2C138.34ZM26.18%2C6.78a4.77%2C4.77%2C0%2C0%2C0-2.78%2C1C17.34%2C12.18%2C7%2C22.22%2C6.65%2C25.16%2C7.31%2C46.47%2C28.41%2C72.61%2C46%2C90.79s42.88%2C40%2C63.47%2C40.67h0c2.84-.33%2C12.55-11%2C16.8-17.32%2C1.55-2.29.92-4.05.61-4.32-1.7-1.23-24.12-16.65-26.81-18.35a1.64%2C1.64%2C0%2C0%2C0-.76-.13%2C7.72%2C7.72%2C0%2C0%2C0-3.42%2C1c-2.73%2C1.48-13.34%2C7.76-13.44%2C7.82l-1.67%2C1-1.67-1C78.81%2C100%2C71.2%2C95.3%2C56.41%2C80S37.09%2C56.87%2C36.91%2C56.54l-1-1.72%2C1-1.73C37%2C53%2C43%2C42%2C44.45%2C39.2c1.22-2.38%2C1.09-4%2C.92-4.29C43.82%2C32.4%2C29%2C9.24%2C27.62%2C7.2A2.17%2C2.17%2C0%2C0%2C0%2C26.18%2C6.78Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 5px left;
    background-size: 23px 23px;
}
.step-form .phone:focus + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20133.95%20138.34%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%235bb85d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%D0%A0%D0%B5%D1%81%D1%83%D1%80%D1%81%201%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M109.53%2C138.34h-.19c-22.85-.75-49.62-23.63-68.05-42.69S.73%2C48.94%2C0%2C25.4C-.26%2C17%2C19.4%2C2.3%2C19.6%2C2.15%2C24.22-1.17%2C30.44-.51%2C33%2C3.17c1.53%2C2.19%2C16.35%2C25.4%2C18%2C28.06%2C1.73%2C2.82%2C1.49%2C7-.64%2C11.17-1.13%2C2.22-4.83%2C9-6.65%2C12.26%2C2%2C2.92%2C7.09%2C9.8%2C17.43%2C20.49s17%2C16%2C19.82%2C18c3.19-1.88%2C9.72-5.72%2C11.87-6.89%2C3.92-2.14%2C8-2.42%2C10.75-.69s25.12%2C17.11%2C27.16%2C18.59c3.37%2C2.44%2C4.71%2C8.44%2C1%2C13.89C131.6%2C118.28%2C117.54%2C138.34%2C109.53%2C138.34ZM26.18%2C6.78a4.77%2C4.77%2C0%2C0%2C0-2.78%2C1C17.34%2C12.18%2C7%2C22.22%2C6.65%2C25.16%2C7.31%2C46.47%2C28.41%2C72.61%2C46%2C90.79s42.88%2C40%2C63.47%2C40.67h0c2.84-.33%2C12.55-11%2C16.8-17.32%2C1.55-2.29.92-4.05.61-4.32-1.7-1.23-24.12-16.65-26.81-18.35a1.64%2C1.64%2C0%2C0%2C0-.76-.13%2C7.72%2C7.72%2C0%2C0%2C0-3.42%2C1c-2.73%2C1.48-13.34%2C7.76-13.44%2C7.82l-1.67%2C1-1.67-1C78.81%2C100%2C71.2%2C95.3%2C56.41%2C80S37.09%2C56.87%2C36.91%2C56.54l-1-1.72%2C1-1.73C37%2C53%2C43%2C42%2C44.45%2C39.2c1.22-2.38%2C1.09-4%2C.92-4.29C43.82%2C32.4%2C29%2C9.24%2C27.62%2C7.2A2.17%2C2.17%2C0%2C0%2C0%2C26.18%2C6.78Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .bank + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20115.09%20114.99%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%233a3a3a%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ebank%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M113.18%2C103.87h-1.85v-3.71a1.85%2C1.85%2C0%2C0%2C0-1.85-1.85h-3.71V94.59a1.85%2C1.85%2C0%2C0%2C0-1.85-1.85V50.08a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85V44.52h3.71a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85V35.25h1.85a1.85%2C1.85%2C0%2C0%2C0%2C1-3.47L58.51.25a1.85%2C1.85%2C0%2C0%2C0-1.85%2C0L1%2C31.78a1.83%2C1.83%2C0%2C0%2C0%2C.89%2C3.47H3.76v7.42a1.85%2C1.85%2C0%2C0%2C0%2C1.85%2C1.85H9.32v3.71a1.85%2C1.85%2C0%2C0%2C0%2C1.85%2C1.85V92.74a1.85%2C1.85%2C0%2C0%2C0-1.85%2C1.85V98.3H5.61a1.85%2C1.85%2C0%2C0%2C0-1.85%2C1.85v3.71H1.9A1.85%2C1.85%2C0%2C0%2C0%2C0%2C105.72v7.42A1.85%2C1.85%2C0%2C0%2C0%2C1.9%2C115H113.18a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85v-7.42A1.85%2C1.85%2C0%2C0%2C0%2C113.18%2C103.87ZM81.65%2C98.3V53.79a1.85%2C1.85%2C0%2C0%2C0-1.85-1.85H35.29a1.85%2C1.85%2C0%2C0%2C0-1.85%2C1.85V98.3H29.72V94.59a1.85%2C1.85%2C0%2C0%2C0-1.85-1.85V50.08a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85V44.52H85.36v3.71a1.85%2C1.85%2C0%2C0%2C0%2C1.85%2C1.85V92.74a1.85%2C1.85%2C0%2C0%2C0-1.85%2C1.85V98.3Zm-44.51%2C0V55.65h40.8V98.3Zm9.27%2C0h9.27m13%2C0H59.4m29.67-1.85h13V98.3h-13Zm11.13-3.71H90.93V50.08h9.27Zm1.85-46.37h-13V44.52h13ZM57.54%2C4l48.61%2C27.54H8.93ZM7.47%2C35.25H107.62v5.56H7.47ZM26%2C44.52v1.85H13V44.52ZM14.89%2C50.08h9.27V92.74H14.89ZM13%2C96.45H26V98.3H13ZM7.47%2C102H107.62v1.85H7.47Zm103.86%2C9.27H3.76v-3.71H111.33Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 5px left;
    background-size: 23px 23px;
}
.step-form .bank:focus + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20115.09%20114.99%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%235bb85d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ebank%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M113.18%2C103.87h-1.85v-3.71a1.85%2C1.85%2C0%2C0%2C0-1.85-1.85h-3.71V94.59a1.85%2C1.85%2C0%2C0%2C0-1.85-1.85V50.08a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85V44.52h3.71a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85V35.25h1.85a1.85%2C1.85%2C0%2C0%2C0%2C1-3.47L58.51.25a1.85%2C1.85%2C0%2C0%2C0-1.85%2C0L1%2C31.78a1.83%2C1.83%2C0%2C0%2C0%2C.89%2C3.47H3.76v7.42a1.85%2C1.85%2C0%2C0%2C0%2C1.85%2C1.85H9.32v3.71a1.85%2C1.85%2C0%2C0%2C0%2C1.85%2C1.85V92.74a1.85%2C1.85%2C0%2C0%2C0-1.85%2C1.85V98.3H5.61a1.85%2C1.85%2C0%2C0%2C0-1.85%2C1.85v3.71H1.9A1.85%2C1.85%2C0%2C0%2C0%2C0%2C105.72v7.42A1.85%2C1.85%2C0%2C0%2C0%2C1.9%2C115H113.18a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85v-7.42A1.85%2C1.85%2C0%2C0%2C0%2C113.18%2C103.87ZM81.65%2C98.3V53.79a1.85%2C1.85%2C0%2C0%2C0-1.85-1.85H35.29a1.85%2C1.85%2C0%2C0%2C0-1.85%2C1.85V98.3H29.72V94.59a1.85%2C1.85%2C0%2C0%2C0-1.85-1.85V50.08a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85V44.52H85.36v3.71a1.85%2C1.85%2C0%2C0%2C0%2C1.85%2C1.85V92.74a1.85%2C1.85%2C0%2C0%2C0-1.85%2C1.85V98.3Zm-44.51%2C0V55.65h40.8V98.3Zm9.27%2C0h9.27m13%2C0H59.4m29.67-1.85h13V98.3h-13Zm11.13-3.71H90.93V50.08h9.27Zm1.85-46.37h-13V44.52h13ZM57.54%2C4l48.61%2C27.54H8.93ZM7.47%2C35.25H107.62v5.56H7.47ZM26%2C44.52v1.85H13V44.52ZM14.89%2C50.08h9.27V92.74H14.89ZM13%2C96.45H26V98.3H13ZM7.47%2C102H107.62v1.85H7.47Zm103.86%2C9.27H3.76v-3.71H111.33Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .univer + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020.6%2020.77%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%233a3a3a%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Euniver%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M19.64%2C20.35H18.8V18.43h-17v1.93H1V18a.42.42%2C0%2C0%2C1%2C.42-.42H19.22a.42.42%2C0%2C0%2C1%2C.42.42Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M19.22%2C9.05H1.39A.42.42%2C0%2C0%2C1%2C1%2C8.63V6.29a.42.42%2C0%2C0%2C1%2C.42-.42H5.1L10%2C2.11a.42.42%2C0%2C0%2C1%2C.51%2C0L15.5%2C5.87h3.72a.42.42%2C0%2C0%2C1%2C.42.42V8.63A.42.42%2C0%2C0%2C1%2C19.22%2C9.05ZM12.76%2C4.84%2C10.3%2C3%2C5.5%2C6.62a.42.42%2C0%2C0%2C1-.25.09H1.81V8.21h17V6.71H15.36a.42.42%2C0%2C0%2C1-.25-.09L12.76%2C4.84%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%2215.83%22%20y%3D%228.63%22%20width%3D%220.84%22%20height%3D%229.37%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%2212.85%22%20y%3D%228.63%22%20width%3D%220.84%22%20height%3D%229.37%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%226.91%22%20y%3D%228.63%22%20width%3D%220.84%22%20height%3D%229.37%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%223.94%22%20y%3D%228.63%22%20width%3D%220.84%22%20height%3D%229.37%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%229.88%22%20y%3D%228.63%22%20width%3D%220.84%22%20height%3D%229.37%22%2F%3E%3Crect%20class%3D%22cls-1%22%20y%3D%2219.94%22%20width%3D%2220.6%22%20height%3D%220.84%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%2213.04%22%20y%3D%220.42%22%20width%3D%220.84%22%20height%3D%224.42%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M16.66%2C3.34H13.46A.42.42%2C0%2C0%2C1%2C13%2C2.92V.42A.42.42%2C0%2C0%2C1%2C13.46%2C0h3.21A.42.42%2C0%2C0%2C1%2C17%2C.67l-.74%2C1%2C.74%2C1a.42.42%2C0%2C0%2C1-.34.67ZM13.88%2C2.5h2l-.43-.58a.42.42%2C0%2C0%2C1%2C0-.5l.43-.58h-2Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 5px left;
    background-size: 23px 23px;
}
.step-form .univer:focus + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020.6%2020.77%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%235bb85d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Euniver%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M19.64%2C20.35H18.8V18.43h-17v1.93H1V18a.42.42%2C0%2C0%2C1%2C.42-.42H19.22a.42.42%2C0%2C0%2C1%2C.42.42Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M19.22%2C9.05H1.39A.42.42%2C0%2C0%2C1%2C1%2C8.63V6.29a.42.42%2C0%2C0%2C1%2C.42-.42H5.1L10%2C2.11a.42.42%2C0%2C0%2C1%2C.51%2C0L15.5%2C5.87h3.72a.42.42%2C0%2C0%2C1%2C.42.42V8.63A.42.42%2C0%2C0%2C1%2C19.22%2C9.05ZM12.76%2C4.84%2C10.3%2C3%2C5.5%2C6.62a.42.42%2C0%2C0%2C1-.25.09H1.81V8.21h17V6.71H15.36a.42.42%2C0%2C0%2C1-.25-.09L12.76%2C4.84%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%2215.83%22%20y%3D%228.63%22%20width%3D%220.84%22%20height%3D%229.37%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%2212.85%22%20y%3D%228.63%22%20width%3D%220.84%22%20height%3D%229.37%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%226.91%22%20y%3D%228.63%22%20width%3D%220.84%22%20height%3D%229.37%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%223.94%22%20y%3D%228.63%22%20width%3D%220.84%22%20height%3D%229.37%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%229.88%22%20y%3D%228.63%22%20width%3D%220.84%22%20height%3D%229.37%22%2F%3E%3Crect%20class%3D%22cls-1%22%20y%3D%2219.94%22%20width%3D%2220.6%22%20height%3D%220.84%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%2213.04%22%20y%3D%220.42%22%20width%3D%220.84%22%20height%3D%224.42%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M16.66%2C3.34H13.46A.42.42%2C0%2C0%2C1%2C13%2C2.92V.42A.42.42%2C0%2C0%2C1%2C13.46%2C0h3.21A.42.42%2C0%2C0%2C1%2C17%2C.67l-.74%2C1%2C.74%2C1a.42.42%2C0%2C0%2C1-.34.67ZM13.88%2C2.5h2l-.43-.58a.42.42%2C0%2C0%2C1%2C0-.5l.43-.58h-2Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .salary + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036.56%2052.18%22%20fill%3D%22%233a3a3a%22%3E%3Ctitle%3Esalary%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1-2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%201%22%3E%3Cpath%20d%3D%22M34%2C24.18H28.28l5.53-9%2C2.6-4.24a1%2C1%2C0%2C0%2C0-.33-1.37L31.84%2C7%2C25%2C2.73h0L20.73.18A1%2C1%2C0%2C0%2C0%2C20%2C0a1%2C1%2C0%2C0%2C0-.62.45L16.78%2C4.7%2C7.88%2C19.18H4.48A4.49%2C4.49%2C0%2C0%2C0%2C0%2C23.66V51.18a1%2C1%2C0%2C0%2C0%2C1%2C1H34a1%2C1%2C0%2C0%2C0%2C1-1v-26A1%2C1%2C0%2C0%2C0%2C34%2C24.18Zm-1.36-11-.09%2C0L32.38%2C13l-.27-.31L32%2C12.5c-.08-.12-.14-.24-.21-.36L31.7%2C12a3.13%2C3.13%2C0%2C0%2C1-.19-.54h0a3.21%2C3.21%2C0%2C0%2C1-.09-.61%2C1.34%2C1.34%2C0%2C0%2C1%2C0-.2%2C3.17%2C3.17%2C0%2C0%2C1%2C0-.43%2C1.7%2C1.7%2C0%2C0%2C1%2C0-.22%2C1.8%2C1.8%2C0%2C0%2C1%2C.1-.4%2C1.42%2C1.42%2C0%2C0%2C1%2C.07-.22V9.21l2.52%2C1.55ZM29.81%2C8.45c-.06.13-.11.26-.16.4a5.24%2C5.24%2C0%2C0%2C0-.15.6%2C2.66%2C2.66%2C0%2C0%2C0-.07.39%2C5.12%2C5.12%2C0%2C0%2C0%2C0%2C.67v.34a5%2C5%2C0%2C0%2C0%2C.13.93.13.13%2C0%2C0%2C0%2C0%2C.06%2C4.53%2C4.53%2C0%2C0%2C0%2C.32.94c0%2C.1.1.19.15.29a6.24%2C6.24%2C0%2C0%2C0%2C.34.59%2C3.65%2C3.65%2C0%2C0%2C0%2C.24.31%2C6.14%2C6.14%2C0%2C0%2C0%2C.42.47l.31.28.27.24-5.68%2C9.22H23.47l.07-.09a5.58%2C5.58%2C0%2C0%2C0%2C.57-.78%2C3.74%2C3.74%2C0%2C0%2C0%2C.28-.52l.07-.12c.06-.13.1-.26.15-.39s.08-.19.11-.29%2C0-.14%2C0-.21a5.83%2C5.83%2C0%2C0%2C0%2C0-3.31%2C5.46%2C5.46%2C0%2C0%2C0-.26-.67%2C5.71%2C5.71%2C0%2C0%2C0-2.36-2.73%2C6%2C6%2C0%2C0%2C0-8.25%2C2h0c-.13.22-.26.45-.39.72a6.32%2C6.32%2C0%2C0%2C0-.31%2C1%2C.54.54%2C0%2C0%2C1-.06.3%2C5.28%2C5.28%2C0%2C0%2C0-.09.68v1.32a6.22%2C6.22%2C0%2C0%2C0%2C.21.93h0a7%2C7%2C0%2C0%2C0%2C.37.89l.15.26a5.5%2C5.5%2C0%2C0%2C0%2C.36.57l.21.27.16.21H7.16l.1-.16L17.94%2C6.6l.1.05a6.09%2C6.09%2C0%2C0%2C0%2C.71.27h.12a6.23%2C6.23%2C0%2C0%2C0%2C.86.17H20.9A6%2C6%2C0%2C0%2C0%2C21.62%2C7h.12a5.79%2C5.79%2C0%2C0%2C0%2C.8-.27l.2-.09a5.33%2C5.33%2C0%2C0%2C0%2C.57-.31l.21-.13a5.11%2C5.11%2C0%2C0%2C0%2C.64-.51h0A6%2C6%2C0%2C0%2C0%2C24.74%2C5L24.8%2C5%2C30%2C8.11A1.89%2C1.89%2C0%2C0%2C0%2C29.81%2C8.45ZM16.91%2C23.59a4%2C4%2C0%2C0%2C1-1.6-5c.09-.18.18-.35.28-.52a4%2C4%2C0%2C0%2C1%2C2.48-1.8%2C3.69%2C3.69%2C0%2C0%2C1%2C.93-.09%2C3.93%2C3.93%2C0%2C0%2C1%2C2.09.6%2C3.75%2C3.75%2C0%2C0%2C1%2C1.57%2C1.81c.06.15.12.3.17.45a4%2C4%2C0%2C0%2C1-5.92%2C4.55ZM20.54%2C2.35%2C23%2C3.9%2C23%2C4l-.16.17-.31.27-.19.14a2.71%2C2.71%2C0%2C0%2C1-.37.21l-.17.09a3.4%2C3.4%2C0%2C0%2C1-1.21.29h-.83a3.25%2C3.25%2C0%2C0%2C1-.42-.11L19.11%2C5%2C19%2C4.88ZM2%2C23.66a2.48%2C2.48%2C0%2C0%2C1%2C2.48-2.48H6.66l-1.84%2C3H2ZM2%2C50.18v-24H33v7H25.75A4.75%2C4.75%2C0%2C0%2C0%2C21%2C37.93h0v.5a4.75%2C4.75%2C0%2C0%2C0%2C4.75%2C4.75H33v7Zm31-9H25.75A2.75%2C2.75%2C0%2C0%2C1%2C23%2C38.43v-.5a2.75%2C2.75%2C0%2C0%2C1%2C2.75-2.75H33Z%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2238.18%22%20r%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 5px left;
    background-size: 23px 23px;
}
.step-form .salary:focus + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036.56%2052.18%22%20fill%3D%22%235bb85d%22%3E%3Ctitle%3Esalary%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1-2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%201%22%3E%3Cpath%20d%3D%22M34%2C24.18H28.28l5.53-9%2C2.6-4.24a1%2C1%2C0%2C0%2C0-.33-1.37L31.84%2C7%2C25%2C2.73h0L20.73.18A1%2C1%2C0%2C0%2C0%2C20%2C0a1%2C1%2C0%2C0%2C0-.62.45L16.78%2C4.7%2C7.88%2C19.18H4.48A4.49%2C4.49%2C0%2C0%2C0%2C0%2C23.66V51.18a1%2C1%2C0%2C0%2C0%2C1%2C1H34a1%2C1%2C0%2C0%2C0%2C1-1v-26A1%2C1%2C0%2C0%2C0%2C34%2C24.18Zm-1.36-11-.09%2C0L32.38%2C13l-.27-.31L32%2C12.5c-.08-.12-.14-.24-.21-.36L31.7%2C12a3.13%2C3.13%2C0%2C0%2C1-.19-.54h0a3.21%2C3.21%2C0%2C0%2C1-.09-.61%2C1.34%2C1.34%2C0%2C0%2C1%2C0-.2%2C3.17%2C3.17%2C0%2C0%2C1%2C0-.43%2C1.7%2C1.7%2C0%2C0%2C1%2C0-.22%2C1.8%2C1.8%2C0%2C0%2C1%2C.1-.4%2C1.42%2C1.42%2C0%2C0%2C1%2C.07-.22V9.21l2.52%2C1.55ZM29.81%2C8.45c-.06.13-.11.26-.16.4a5.24%2C5.24%2C0%2C0%2C0-.15.6%2C2.66%2C2.66%2C0%2C0%2C0-.07.39%2C5.12%2C5.12%2C0%2C0%2C0%2C0%2C.67v.34a5%2C5%2C0%2C0%2C0%2C.13.93.13.13%2C0%2C0%2C0%2C0%2C.06%2C4.53%2C4.53%2C0%2C0%2C0%2C.32.94c0%2C.1.1.19.15.29a6.24%2C6.24%2C0%2C0%2C0%2C.34.59%2C3.65%2C3.65%2C0%2C0%2C0%2C.24.31%2C6.14%2C6.14%2C0%2C0%2C0%2C.42.47l.31.28.27.24-5.68%2C9.22H23.47l.07-.09a5.58%2C5.58%2C0%2C0%2C0%2C.57-.78%2C3.74%2C3.74%2C0%2C0%2C0%2C.28-.52l.07-.12c.06-.13.1-.26.15-.39s.08-.19.11-.29%2C0-.14%2C0-.21a5.83%2C5.83%2C0%2C0%2C0%2C0-3.31%2C5.46%2C5.46%2C0%2C0%2C0-.26-.67%2C5.71%2C5.71%2C0%2C0%2C0-2.36-2.73%2C6%2C6%2C0%2C0%2C0-8.25%2C2h0c-.13.22-.26.45-.39.72a6.32%2C6.32%2C0%2C0%2C0-.31%2C1%2C.54.54%2C0%2C0%2C1-.06.3%2C5.28%2C5.28%2C0%2C0%2C0-.09.68v1.32a6.22%2C6.22%2C0%2C0%2C0%2C.21.93h0a7%2C7%2C0%2C0%2C0%2C.37.89l.15.26a5.5%2C5.5%2C0%2C0%2C0%2C.36.57l.21.27.16.21H7.16l.1-.16L17.94%2C6.6l.1.05a6.09%2C6.09%2C0%2C0%2C0%2C.71.27h.12a6.23%2C6.23%2C0%2C0%2C0%2C.86.17H20.9A6%2C6%2C0%2C0%2C0%2C21.62%2C7h.12a5.79%2C5.79%2C0%2C0%2C0%2C.8-.27l.2-.09a5.33%2C5.33%2C0%2C0%2C0%2C.57-.31l.21-.13a5.11%2C5.11%2C0%2C0%2C0%2C.64-.51h0A6%2C6%2C0%2C0%2C0%2C24.74%2C5L24.8%2C5%2C30%2C8.11A1.89%2C1.89%2C0%2C0%2C0%2C29.81%2C8.45ZM16.91%2C23.59a4%2C4%2C0%2C0%2C1-1.6-5c.09-.18.18-.35.28-.52a4%2C4%2C0%2C0%2C1%2C2.48-1.8%2C3.69%2C3.69%2C0%2C0%2C1%2C.93-.09%2C3.93%2C3.93%2C0%2C0%2C1%2C2.09.6%2C3.75%2C3.75%2C0%2C0%2C1%2C1.57%2C1.81c.06.15.12.3.17.45a4%2C4%2C0%2C0%2C1-5.92%2C4.55ZM20.54%2C2.35%2C23%2C3.9%2C23%2C4l-.16.17-.31.27-.19.14a2.71%2C2.71%2C0%2C0%2C1-.37.21l-.17.09a3.4%2C3.4%2C0%2C0%2C1-1.21.29h-.83a3.25%2C3.25%2C0%2C0%2C1-.42-.11L19.11%2C5%2C19%2C4.88ZM2%2C23.66a2.48%2C2.48%2C0%2C0%2C1%2C2.48-2.48H6.66l-1.84%2C3H2ZM2%2C50.18v-24H33v7H25.75A4.75%2C4.75%2C0%2C0%2C0%2C21%2C37.93h0v.5a4.75%2C4.75%2C0%2C0%2C0%2C4.75%2C4.75H33v7Zm31-9H25.75A2.75%2C2.75%2C0%2C0%2C1%2C23%2C38.43v-.5a2.75%2C2.75%2C0%2C0%2C1%2C2.75-2.75H33Z%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2238.18%22%20r%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .income + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2049.97%2053.73%22%20fill%3D%22%233a3a3a%22%3E%3Ctitle%3Eincome%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1-2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%201%22%3E%3Cpath%20d%3D%22M19%2C28.73a9%2C9%2C0%2C1%2C0%2C9%2C9A9%2C9%2C0%2C0%2C0%2C19%2C28.73Zm0%2C16a7%2C7%2C0%2C1%2C1%2C7-7%2C7%2C7%2C0%2C0%2C1-7%2C7ZM48.73%2C29.12%2C39%2C12.46V8.87l2.21-7.73L40.35.8c-.47-.19-4.61-1.78-7%2C.15l-.14.14c-2.07%2C2.5-5%2C.32-5.6-.14-2.5-2-6-.18-6.11-.1l-.7.38L22%2C5.53a4.29%2C4.29%2C0%2C0%2C0-.68.42l-.14.14c-2.07%2C2.5-5%2C.32-5.6-.14-2.5-2-6-.18-6.11-.1l-.7.38L11%2C13.87v3.59L1.26%2C34v.11a14.37%2C14.37%2C0%2C0%2C0%2C1%2C13.69A12.6%2C12.6%2C0%2C0%2C0%2C13%2C53.73H25a12.56%2C12.56%2C0%2C0%2C0%2C10-5h2a12.6%2C12.6%2C0%2C0%2C0%2C10.65-5.92A14.37%2C14.37%2C0%2C0%2C0%2C48.73%2C29.12Zm-16.3-3.23.45.11.19%2C0a7.34%2C7.34%2C0%2C0%2C1%2C1.22.52l.13.08a3.78%2C3.78%2C0%2C0%2C1%2C.43.26L35%2C27l.35.26.17.15.32.29.16.17.28.3a1.46%2C1.46%2C0%2C0%2C0%2C.16.19l.24.33.14.21.21.34.12.22.18.38c0%2C.07.07.14.1.22l.15.4a.27.27%2C0%2C0%2C0%2C.07.22l.12.45v.2c0%2C.07.06.36.09.54s0%2C.09%2C0%2C.13a5.37%2C5.37%2C0%2C0%2C1%2C0%2C.7v.13a5.44%2C5.44%2C0%2C0%2C1%2C0%2C.57%2C2.89%2C2.89%2C0%2C0%2C1%2C0%2C.29.83.83%2C0%2C0%2C1-.07.41%2C2.82%2C2.82%2C0%2C0%2C1-.07.31%2C1.36%2C1.36%2C0%2C0%2C1-.11.38c0%2C.13-.06.2-.1.3a2.87%2C2.87%2C0%2C0%2C1-.15.37c0%2C.06%2C0%2C.12-.07.17l-.06-.15a14.6%2C14.6%2C0%2C0%2C0-.52-1.39l-4.88-8.33.31%2C0ZM13%2C14.73H25v2H13Zm15.18-5H37v2H27.59ZM26.34%2C2.51c2.45%2C2%2C6%2C2.71%2C8.33%2C0%2C1-.73%2C2.87-.42%2C4.08-.08l-1.53%2C5.3H28.73l.45-1.59-.83-.34a14%2C14%2C0%2C0%2C0-2.1-.6h0l-.68-.11h-.09L24.79%2C5H24L23.2%2C2.31A3.37%2C3.37%2C0%2C0%2C1%2C26.34%2C2.51Zm-12%2C5c2.45%2C2%2C6%2C2.71%2C8.33%2C0a2.13%2C2.13%2C0%2C0%2C1%2C.79-.35%2C3.62%2C3.62%2C0%2C0%2C1%2C.82-.09%2C8.37%2C8.37%2C0%2C0%2C1%2C2.47.36l-.1.35h0l-1.38%2C4.87v.13H12.72L11.18%2C7.36A3.35%2C3.35%2C0%2C0%2C1%2C14.34%2C7.51ZM13%2C51.73a10.64%2C10.64%2C0%2C0%2C1-9-5A12.38%2C12.38%2C0%2C0%2C1%2C3%2C35l9.57-16.26H25.4l3%2C5.21h0l.17.29.94%2C1.61h0L35%2C35a11.81%2C11.81%2C0%2C0%2C1%2C.91%2C3.28h0a12.4%2C12.4%2C0%2C0%2C1-2.18%2C8.85h0A10.63%2C10.63%2C0%2C0%2C1%2C25%2C51.73Zm33-10a10.64%2C10.64%2C0%2C0%2C1-9%2C5h-.71l.23-.48c.06-.13.13-.25.18-.38a11.55%2C11.55%2C0%2C0%2C0%2C.45-1.1l.09-.31c.1-.29.18-.57.26-.86a3.93%2C3.93%2C0%2C0%2C0%2C.11-.48c0-.16.1-.49.15-.74s0-.32.08-.49a3.17%2C3.17%2C0%2C0%2C0%2C.08-.81%2C2.79%2C2.79%2C0%2C0%2C0%2C0-.42%2C11.42%2C11.42%2C0%2C0%2C0%2C0-1.17v-1l.08-.15.24-.31.24-.35.21-.33c.07-.12.14-.24.2-.36a2.91%2C2.91%2C0%2C0%2C0%2C.18-.35c.06-.12.12-.25.17-.38s.11-.24.15-.36l.14-.39a1.58%2C1.58%2C0%2C0%2C1%2C.11-.37l.1-.41c0-.13.06-.25.08-.38a3.18%2C3.18%2C0%2C0%2C0%2C.06-.43.92.92%2C0%2C0%2C1%2C0-.37%2C1.73%2C1.73%2C0%2C0%2C0%2C0-.51v-.3a9%2C9%2C0%2C0%2C0-9-9h-.32L27%2C17.46V13.73H37.4L47%2C30A12.38%2C12.38%2C0%2C0%2C1%2C46%2C41.73Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 5px left;
    background-size: 23px 23px;
}
.step-form .income:focus + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2049.97%2053.73%22%20fill%3D%22%235bb85d%22%3E%3Ctitle%3Eincome%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1-2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%201%22%3E%3Cpath%20d%3D%22M19%2C28.73a9%2C9%2C0%2C1%2C0%2C9%2C9A9%2C9%2C0%2C0%2C0%2C19%2C28.73Zm0%2C16a7%2C7%2C0%2C1%2C1%2C7-7%2C7%2C7%2C0%2C0%2C1-7%2C7ZM48.73%2C29.12%2C39%2C12.46V8.87l2.21-7.73L40.35.8c-.47-.19-4.61-1.78-7%2C.15l-.14.14c-2.07%2C2.5-5%2C.32-5.6-.14-2.5-2-6-.18-6.11-.1l-.7.38L22%2C5.53a4.29%2C4.29%2C0%2C0%2C0-.68.42l-.14.14c-2.07%2C2.5-5%2C.32-5.6-.14-2.5-2-6-.18-6.11-.1l-.7.38L11%2C13.87v3.59L1.26%2C34v.11a14.37%2C14.37%2C0%2C0%2C0%2C1%2C13.69A12.6%2C12.6%2C0%2C0%2C0%2C13%2C53.73H25a12.56%2C12.56%2C0%2C0%2C0%2C10-5h2a12.6%2C12.6%2C0%2C0%2C0%2C10.65-5.92A14.37%2C14.37%2C0%2C0%2C0%2C48.73%2C29.12Zm-16.3-3.23.45.11.19%2C0a7.34%2C7.34%2C0%2C0%2C1%2C1.22.52l.13.08a3.78%2C3.78%2C0%2C0%2C1%2C.43.26L35%2C27l.35.26.17.15.32.29.16.17.28.3a1.46%2C1.46%2C0%2C0%2C0%2C.16.19l.24.33.14.21.21.34.12.22.18.38c0%2C.07.07.14.1.22l.15.4a.27.27%2C0%2C0%2C0%2C.07.22l.12.45v.2c0%2C.07.06.36.09.54s0%2C.09%2C0%2C.13a5.37%2C5.37%2C0%2C0%2C1%2C0%2C.7v.13a5.44%2C5.44%2C0%2C0%2C1%2C0%2C.57%2C2.89%2C2.89%2C0%2C0%2C1%2C0%2C.29.83.83%2C0%2C0%2C1-.07.41%2C2.82%2C2.82%2C0%2C0%2C1-.07.31%2C1.36%2C1.36%2C0%2C0%2C1-.11.38c0%2C.13-.06.2-.1.3a2.87%2C2.87%2C0%2C0%2C1-.15.37c0%2C.06%2C0%2C.12-.07.17l-.06-.15a14.6%2C14.6%2C0%2C0%2C0-.52-1.39l-4.88-8.33.31%2C0ZM13%2C14.73H25v2H13Zm15.18-5H37v2H27.59ZM26.34%2C2.51c2.45%2C2%2C6%2C2.71%2C8.33%2C0%2C1-.73%2C2.87-.42%2C4.08-.08l-1.53%2C5.3H28.73l.45-1.59-.83-.34a14%2C14%2C0%2C0%2C0-2.1-.6h0l-.68-.11h-.09L24.79%2C5H24L23.2%2C2.31A3.37%2C3.37%2C0%2C0%2C1%2C26.34%2C2.51Zm-12%2C5c2.45%2C2%2C6%2C2.71%2C8.33%2C0a2.13%2C2.13%2C0%2C0%2C1%2C.79-.35%2C3.62%2C3.62%2C0%2C0%2C1%2C.82-.09%2C8.37%2C8.37%2C0%2C0%2C1%2C2.47.36l-.1.35h0l-1.38%2C4.87v.13H12.72L11.18%2C7.36A3.35%2C3.35%2C0%2C0%2C1%2C14.34%2C7.51ZM13%2C51.73a10.64%2C10.64%2C0%2C0%2C1-9-5A12.38%2C12.38%2C0%2C0%2C1%2C3%2C35l9.57-16.26H25.4l3%2C5.21h0l.17.29.94%2C1.61h0L35%2C35a11.81%2C11.81%2C0%2C0%2C1%2C.91%2C3.28h0a12.4%2C12.4%2C0%2C0%2C1-2.18%2C8.85h0A10.63%2C10.63%2C0%2C0%2C1%2C25%2C51.73Zm33-10a10.64%2C10.64%2C0%2C0%2C1-9%2C5h-.71l.23-.48c.06-.13.13-.25.18-.38a11.55%2C11.55%2C0%2C0%2C0%2C.45-1.1l.09-.31c.1-.29.18-.57.26-.86a3.93%2C3.93%2C0%2C0%2C0%2C.11-.48c0-.16.1-.49.15-.74s0-.32.08-.49a3.17%2C3.17%2C0%2C0%2C0%2C.08-.81%2C2.79%2C2.79%2C0%2C0%2C0%2C0-.42%2C11.42%2C11.42%2C0%2C0%2C0%2C0-1.17v-1l.08-.15.24-.31.24-.35.21-.33c.07-.12.14-.24.2-.36a2.91%2C2.91%2C0%2C0%2C0%2C.18-.35c.06-.12.12-.25.17-.38s.11-.24.15-.36l.14-.39a1.58%2C1.58%2C0%2C0%2C1%2C.11-.37l.1-.41c0-.13.06-.25.08-.38a3.18%2C3.18%2C0%2C0%2C0%2C.06-.43.92.92%2C0%2C0%2C1%2C0-.37%2C1.73%2C1.73%2C0%2C0%2C0%2C0-.51v-.3a9%2C9%2C0%2C0%2C0-9-9h-.32L27%2C17.46V13.73H37.4L47%2C30A12.38%2C12.38%2C0%2C0%2C1%2C46%2C41.73Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .education + .select-styled {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20119.31%2076.29%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%233a3a3a%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eeducation%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M117.77%2C20%2C60.16.13a2.3%2C2.3%2C0%2C0%2C0-1.5%2C0L1.54%2C20a2.29%2C2.29%2C0%2C0%2C0-.07%2C4.31l23.2%2C8.95V56.46c0%2C1.3%2C1.27%2C2.12%2C2.38%2C2.66a52.18%2C52.18%2C0%2C0%2C0%2C7.74%2C2.45V74a2.29%2C2.29%2C0%2C0%2C0%2C4%2C1.54l4.7-5.22%2C4.7%2C5.22a2.29%2C2.29%2C0%2C0%2C0%2C4-1.54V64.53c2.31.18%2C4.61.31%2C6.84.31A100.47%2C100.47%2C0%2C0%2C0%2C82.22%2C62c11.14-2.7%2C11.14-3.67%2C11.14-5.14V33.71l24.48-9.36a2.29%2C2.29%2C0%2C0%2C0-.07-4.31ZM29.26%2C55v-20l5.53%2C2.14V56.81C32.27%2C56.1%2C30.38%2C55.45%2C29.26%2C55ZM45.19%2C65.34a2.37%2C2.37%2C0%2C0%2C0-3.41%2C0L39.38%2C68V39l8.17%2C3.15%2C0%2C25.88Zm43.58-10a95.65%2C95.65%2C0%2C0%2C1-29.76%2C5c-2.23%2C0-4.53-.13-6.85-.32l0-16%2C6.45%2C2.49a2.28%2C2.28%2C0%2C0%2C0%2C1.65%2C0L88.77%2C35.46V55.29ZM59.42%2C41.78%2C50.67%2C38.4h0l-.58-.22L9%2C22.31%2C59.42%2C4.72l50.89%2C17.59Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 5px left;
    background-size: 23px 23px;
}
    .step-form .education + .select-styled.active {
        background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20119.31%2076.29%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%235bb85d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eeducation%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M117.77%2C20%2C60.16.13a2.3%2C2.3%2C0%2C0%2C0-1.5%2C0L1.54%2C20a2.29%2C2.29%2C0%2C0%2C0-.07%2C4.31l23.2%2C8.95V56.46c0%2C1.3%2C1.27%2C2.12%2C2.38%2C2.66a52.18%2C52.18%2C0%2C0%2C0%2C7.74%2C2.45V74a2.29%2C2.29%2C0%2C0%2C0%2C4%2C1.54l4.7-5.22%2C4.7%2C5.22a2.29%2C2.29%2C0%2C0%2C0%2C4-1.54V64.53c2.31.18%2C4.61.31%2C6.84.31A100.47%2C100.47%2C0%2C0%2C0%2C82.22%2C62c11.14-2.7%2C11.14-3.67%2C11.14-5.14V33.71l24.48-9.36a2.29%2C2.29%2C0%2C0%2C0-.07-4.31ZM29.26%2C55v-20l5.53%2C2.14V56.81C32.27%2C56.1%2C30.38%2C55.45%2C29.26%2C55ZM45.19%2C65.34a2.37%2C2.37%2C0%2C0%2C0-3.41%2C0L39.38%2C68V39l8.17%2C3.15%2C0%2C25.88Zm43.58-10a95.65%2C95.65%2C0%2C0%2C1-29.76%2C5c-2.23%2C0-4.53-.13-6.85-.32l0-16%2C6.45%2C2.49a2.28%2C2.28%2C0%2C0%2C0%2C1.65%2C0L88.77%2C35.46V55.29ZM59.42%2C41.78%2C50.67%2C38.4h0l-.58-.22L9%2C22.31%2C59.42%2C4.72l50.89%2C17.59Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    }

.step-form .employment + label,
.step-form .employment + .select-styled {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20118.28%20102.94%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%233a3a3a%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eemployment%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M104.39%2C15.18H80.12V5.72A5.76%2C5.76%2C0%2C0%2C0%2C74.4%2C0H43.88a5.72%2C5.72%2C0%2C0%2C0-5.72%2C5.72v9.46H14A13.85%2C13.85%2C0%2C0%2C0%2C0%2C28.84q0%2C.17%2C0%2C.35v59.9a13.85%2C13.85%2C0%2C0%2C0%2C13.85%2C13.85h90.54a13.89%2C13.89%2C0%2C0%2C0%2C13.89-13.85V29.19a13.93%2C13.93%2C0%2C0%2C0-13.85-14ZM42%2C5.72a1.91%2C1.91%2C0%2C0%2C1%2C1.91-1.91H74.4a2%2C2%2C0%2C0%2C1%2C1.91%2C1.91v9.46H42Zm62.42%2C93.4H14A10%2C10%2C0%2C0%2C1%2C3.82%2C89.28q0-.1%2C0-.19V57.57l47.69%2C8.55v4.81a7.63%2C7.63%2C0%2C0%2C0%2C15.26%2C0V66.12l47.69-8.55V89.09A10.07%2C10.07%2C0%2C0%2C1%2C104.39%2C99.12ZM55.32%2C70.93v-14a1.22%2C1.22%2C0%2C0%2C1%2C1.22-1.22h5.15A1.22%2C1.22%2C0%2C0%2C1%2C63%2C56.85s0%2C0%2C0%2C0v14a3.82%2C3.82%2C0%2C1%2C1-7.63%2C0Zm59.14-17.25L66.77%2C62.23V56.89a5.07%2C5.07%2C0%2C0%2C0-5.07-5H56.54a5%2C5%2C0%2C0%2C0-5%2C5v5.34L3.82%2C53.68V29.19A10.07%2C10.07%2C0%2C0%2C1%2C13.77%2C19h90.62a10.07%2C10.07%2C0%2C0%2C1%2C10.07%2C10.07s0%2C.08%2C0%2C.12Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 5px left;
    background-size: 20px 21px;
}
    .step-form .employment + .select-styled.active {
        background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20118.28%20102.94%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%235bb85d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eemployment%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M104.39%2C15.18H80.12V5.72A5.76%2C5.76%2C0%2C0%2C0%2C74.4%2C0H43.88a5.72%2C5.72%2C0%2C0%2C0-5.72%2C5.72v9.46H14A13.85%2C13.85%2C0%2C0%2C0%2C0%2C28.84q0%2C.17%2C0%2C.35v59.9a13.85%2C13.85%2C0%2C0%2C0%2C13.85%2C13.85h90.54a13.89%2C13.89%2C0%2C0%2C0%2C13.89-13.85V29.19a13.93%2C13.93%2C0%2C0%2C0-13.85-14ZM42%2C5.72a1.91%2C1.91%2C0%2C0%2C1%2C1.91-1.91H74.4a2%2C2%2C0%2C0%2C1%2C1.91%2C1.91v9.46H42Zm62.42%2C93.4H14A10%2C10%2C0%2C0%2C1%2C3.82%2C89.28q0-.1%2C0-.19V57.57l47.69%2C8.55v4.81a7.63%2C7.63%2C0%2C0%2C0%2C15.26%2C0V66.12l47.69-8.55V89.09A10.07%2C10.07%2C0%2C0%2C1%2C104.39%2C99.12ZM55.32%2C70.93v-14a1.22%2C1.22%2C0%2C0%2C1%2C1.22-1.22h5.15A1.22%2C1.22%2C0%2C0%2C1%2C63%2C56.85s0%2C0%2C0%2C0v14a3.82%2C3.82%2C0%2C1%2C1-7.63%2C0Zm59.14-17.25L66.77%2C62.23V56.89a5.07%2C5.07%2C0%2C0%2C0-5.07-5H56.54a5%2C5%2C0%2C0%2C0-5%2C5v5.34L3.82%2C53.68V29.19A10.07%2C10.07%2C0%2C0%2C1%2C13.77%2C19h90.62a10.07%2C10.07%2C0%2C0%2C1%2C10.07%2C10.07s0%2C.08%2C0%2C.12Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    }
.step-form .card + .select-styled {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20118.28%2079.84%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%233a3a3a%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ecard%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M110.88%2C79.84H7.39A7.32%2C7.32%2C0%2C0%2C1%2C0%2C72.44V7.39A7.32%2C7.32%2C0%2C0%2C1%2C7.39%2C0H110.88a7.32%2C7.32%2C0%2C0%2C1%2C7.39%2C7.39V72.44A7.32%2C7.32%2C0%2C0%2C1%2C110.88%2C79.84Zm4.44-72.44A4.36%2C4.36%2C0%2C0%2C0%2C110.88%2C3H7.39A4.36%2C4.36%2C0%2C0%2C0%2C3%2C7.39v7.39H115.32Zm0%2C10.35H3V29.57H115.32Zm0%2C14.78H3V72.44a4.36%2C4.36%2C0%2C0%2C0%2C4.44%2C4.44H110.88a4.36%2C4.36%2C0%2C0%2C0%2C4.44-4.44ZM79.84%2C50.27h26.61V68H79.84Zm3%2C14.78h20.7V53.22H82.79Zm-41.4%2C0H53.22v3H41.4ZM11.83%2C53.22h41.4v3H11.83Zm26.61%2C8.87H11.83v-3H38.44ZM23.66%2C68H11.83v-3H23.66Zm14.78%2C0H26.61v-3H38.44Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 5px left;
    background-size: 20px 21px;
}
    .step-form .card + .select-styled.active {
        background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20118.28%2079.84%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%235bb85d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ecard%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M110.88%2C79.84H7.39A7.32%2C7.32%2C0%2C0%2C1%2C0%2C72.44V7.39A7.32%2C7.32%2C0%2C0%2C1%2C7.39%2C0H110.88a7.32%2C7.32%2C0%2C0%2C1%2C7.39%2C7.39V72.44A7.32%2C7.32%2C0%2C0%2C1%2C110.88%2C79.84Zm4.44-72.44A4.36%2C4.36%2C0%2C0%2C0%2C110.88%2C3H7.39A4.36%2C4.36%2C0%2C0%2C0%2C3%2C7.39v7.39H115.32Zm0%2C10.35H3V29.57H115.32Zm0%2C14.78H3V72.44a4.36%2C4.36%2C0%2C0%2C0%2C4.44%2C4.44H110.88a4.36%2C4.36%2C0%2C0%2C0%2C4.44-4.44ZM79.84%2C50.27h26.61V68H79.84Zm3%2C14.78h20.7V53.22H82.79Zm-41.4%2C0H53.22v3H41.4ZM11.83%2C53.22h41.4v3H11.83Zm26.61%2C8.87H11.83v-3H38.44ZM23.66%2C68H11.83v-3H23.66Zm14.78%2C0H26.61v-3H38.44Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    }
.step-form .bill + .select-styled {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2089.74%20131.97%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%233a3a3a%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ebill%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M87.1%2C0H2.64A2.64%2C2.64%2C0%2C0%2C0%2C0%2C2.64V129.33a2.64%2C2.64%2C0%2C0%2C0%2C3.82%2C2.36L13.2%2C127l9.38%2C4.69a2.64%2C2.64%2C0%2C0%2C0%2C2.36%2C0L34.31%2C127l9.38%2C4.69a2.64%2C2.64%2C0%2C0%2C0%2C2.36%2C0L55.43%2C127l9.38%2C4.69a2.64%2C2.64%2C0%2C0%2C0%2C2.36%2C0L76.54%2C127l9.38%2C4.69a2.64%2C2.64%2C0%2C0%2C0%2C3.82-2.36V2.64A2.64%2C2.64%2C0%2C0%2C0%2C87.1%2C0ZM84.46%2C125.06l-6.74-3.37a2.64%2C2.64%2C0%2C0%2C0-2.36%2C0L66%2C126.38l-9.38-4.69a2.61%2C2.61%2C0%2C0%2C0-1.18-.28%2C2.64%2C2.64%2C0%2C0%2C0-1.18.28l-9.38%2C4.69-9.38-4.69a2.64%2C2.64%2C0%2C0%2C0-2.36%2C0l-9.38%2C4.69-9.38-4.69a2.64%2C2.64%2C0%2C0%2C0-2.36%2C0l-6.74%2C3.37V5.28H84.46Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M66%2C84.46H23.76a2.64%2C2.64%2C0%2C1%2C0%2C0%2C5.28H66a2.64%2C2.64%2C0%2C0%2C0%2C0-5.28Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M67.31%2C100.3H46.19c-.73%2C0-1.32%2C1.18-1.32%2C2.64s.59%2C2.64%2C1.32%2C2.64H67.31c.73%2C0%2C1.32-1.18%2C1.32-2.64S68%2C100.3%2C67.31%2C100.3Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M66%2C51H23.76a2.64%2C2.64%2C0%2C0%2C0%2C0%2C5.28H66A2.64%2C2.64%2C0%2C0%2C0%2C66%2C51Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M66%2C66.86H23.76a2.64%2C2.64%2C0%2C1%2C0%2C0%2C5.28H66a2.64%2C2.64%2C0%2C1%2C0%2C0-5.28Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M46.46%2C18.16H22.61c-.82%2C0-1.49%2C1.18-1.49%2C2.64s.67%2C2.64%2C1.49%2C2.64H46.46c.82%2C0%2C1.49-1.18%2C1.49-2.64S47.28%2C18.16%2C46.46%2C18.16Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M46.46%2C34H22.61c-.82%2C0-1.49%2C1.18-1.49%2C2.64s.67%2C2.64%2C1.49%2C2.64H46.46c.82%2C0%2C1.49-1.18%2C1.49-2.64S47.28%2C34%2C46.46%2C34Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 5px left;
    background-size: 20px 21px;
}
    .step-form .bill + .select-styled.active {
        background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2089.74%20131.97%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%235bb85d%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ebill%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M87.1%2C0H2.64A2.64%2C2.64%2C0%2C0%2C0%2C0%2C2.64V129.33a2.64%2C2.64%2C0%2C0%2C0%2C3.82%2C2.36L13.2%2C127l9.38%2C4.69a2.64%2C2.64%2C0%2C0%2C0%2C2.36%2C0L34.31%2C127l9.38%2C4.69a2.64%2C2.64%2C0%2C0%2C0%2C2.36%2C0L55.43%2C127l9.38%2C4.69a2.64%2C2.64%2C0%2C0%2C0%2C2.36%2C0L76.54%2C127l9.38%2C4.69a2.64%2C2.64%2C0%2C0%2C0%2C3.82-2.36V2.64A2.64%2C2.64%2C0%2C0%2C0%2C87.1%2C0ZM84.46%2C125.06l-6.74-3.37a2.64%2C2.64%2C0%2C0%2C0-2.36%2C0L66%2C126.38l-9.38-4.69a2.61%2C2.61%2C0%2C0%2C0-1.18-.28%2C2.64%2C2.64%2C0%2C0%2C0-1.18.28l-9.38%2C4.69-9.38-4.69a2.64%2C2.64%2C0%2C0%2C0-2.36%2C0l-9.38%2C4.69-9.38-4.69a2.64%2C2.64%2C0%2C0%2C0-2.36%2C0l-6.74%2C3.37V5.28H84.46Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M66%2C84.46H23.76a2.64%2C2.64%2C0%2C1%2C0%2C0%2C5.28H66a2.64%2C2.64%2C0%2C0%2C0%2C0-5.28Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M67.31%2C100.3H46.19c-.73%2C0-1.32%2C1.18-1.32%2C2.64s.59%2C2.64%2C1.32%2C2.64H67.31c.73%2C0%2C1.32-1.18%2C1.32-2.64S68%2C100.3%2C67.31%2C100.3Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M66%2C51H23.76a2.64%2C2.64%2C0%2C0%2C0%2C0%2C5.28H66A2.64%2C2.64%2C0%2C0%2C0%2C66%2C51Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M66%2C66.86H23.76a2.64%2C2.64%2C0%2C1%2C0%2C0%2C5.28H66a2.64%2C2.64%2C0%2C1%2C0%2C0-5.28Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M46.46%2C18.16H22.61c-.82%2C0-1.49%2C1.18-1.49%2C2.64s.67%2C2.64%2C1.49%2C2.64H46.46c.82%2C0%2C1.49-1.18%2C1.49-2.64S47.28%2C18.16%2C46.46%2C18.16Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M46.46%2C34H22.61c-.82%2C0-1.49%2C1.18-1.49%2C2.64s.67%2C2.64%2C1.49%2C2.64H46.46c.82%2C0%2C1.49-1.18%2C1.49-2.64S47.28%2C34%2C46.46%2C34Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    }

.step-form .calendar + .select-styled {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2082%2075%22%20fill%3D%22%233a3a3a%22%3E%3Ctitle%3Ecalendar%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1-2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%201%22%3E%3Cpath%20d%3D%22M30.8%2C37.7c0-.1-.1-.2-.2-.3s-.1-.2-.2-.3-.2-.2-.3-.2-.2-.1-.4-.2-.2-.1-.4-.1a2.38%2C2.38%2C0%2C0%2C0-1.8.5c-.1.1-.2.2-.2.3s-.1.2-.2.3-.1.2-.1.4v.8c0%2C.1.1.3.1.4s.1.2.2.3.1.2.2.3a2.09%2C2.09%2C0%2C0%2C0%2C.6.4%2C1.64%2C1.64%2C0%2C0%2C0%2C.9.2%2C2%2C2%2C0%2C0%2C0%2C1.4-.6l.3-.3c.1-.1.1-.2.2-.3s.1-.2.1-.4v-.8C30.9%2C38%2C30.9%2C37.9%2C30.8%2C37.7Z%22%2F%3E%3Cpath%20d%3D%22M42.8%2C37.7c0-.1-.1-.2-.2-.3s-.2-.2-.2-.3-.2-.2-.3-.2-.2-.1-.3-.2-.2-.1-.4-.1h-.8c-.1%2C0-.2.1-.4.1s-.2.1-.4.2-.2.2-.3.2-.2.2-.2.3-.1.2-.2.3-.1.2-.1.4v.4a2.05%2C2.05%2C0%2C0%2C0%2C2%2C2%2C1.2%2C1.2%2C0%2C0%2C0%2C.8-.2c.2-.1.5-.2.6-.4s.2-.2.2-.3.1-.2.2-.3.1-.2.1-.4v-.8A.76.76%2C0%2C0%2C0%2C42.8%2C37.7Z%22%2F%3E%3Cpath%20d%3D%22M55.8%2C37.7c0-.1-.1-.2-.2-.3s-.2-.2-.2-.3-.2-.2-.3-.2-.2-.1-.3-.2-.2-.1-.4-.1h-.8c-.1%2C0-.3.1-.4.1s-.2.1-.3.2-.2.2-.3.2-.2.2-.2.3-.1.2-.2.3-.1.2-.1.4v.8c0%2C.1.1.3.1.4s.1.2.2.3.2.2.2.3a2.09%2C2.09%2C0%2C0%2C0%2C.6.4%2C1.2%2C1.2%2C0%2C0%2C0%2C.8.2%2C2%2C2%2C0%2C0%2C0%2C1.4-.6l.3-.3c.1-.1.1-.2.2-.3s.1-.2.1-.4v-.8C55.9%2C38%2C55.9%2C37.9%2C55.8%2C37.7Z%22%2F%3E%3Cpath%20d%3D%22M67.8%2C37.7c0-.1-.1-.2-.2-.3s-.2-.2-.2-.3-.2-.2-.3-.2-.2-.1-.3-.2-.2-.1-.4-.1h-.8c-.1%2C0-.2.1-.4.1s-.2.1-.3.2-.2.2-.3.2-.2.2-.2.3-.1.2-.2.3-.1.2-.1.4v.8c0%2C.1.1.3.1.4s.1.2.2.3l.3.3a1.61%2C1.61%2C0%2C0%2C0%2C1.3.6%2C1.2%2C1.2%2C0%2C0%2C0%2C.8-.2c.2-.1.5-.2.6-.4s.2-.2.2-.3.1-.2.2-.3.1-.2.1-.4v-.8A.76.76%2C0%2C0%2C0%2C67.8%2C37.7Z%22%2F%3E%3Cpath%20d%3D%22M17.8%2C48.7c0-.1-.1-.2-.2-.3s-.1-.2-.2-.3-.2-.2-.3-.2-.2-.1-.3-.2-.2-.1-.4-.1a2.38%2C2.38%2C0%2C0%2C0-1.8.5c-.1.1-.2.2-.2.3s-.1.2-.2.3-.1.2-.1.4v.8c0%2C.1.1.3.1.4s.1.2.2.3.2.2.2.3.2.2.3.2.2.1.3.2.2.1.4.1H16a1.2%2C1.2%2C0%2C0%2C0%2C.8-.2c.2-.1.5-.2.6-.4l.3-.3c.1-.1.1-.2.2-.3s.1-.2.1-.4V49C17.9%2C49%2C17.9%2C48.9%2C17.8%2C48.7Z%22%2F%3E%3Cpath%20d%3D%22M30.8%2C48.7c0-.1-.1-.2-.2-.3s-.1-.2-.2-.3a1.93%2C1.93%2C0%2C0%2C0-2.8%2C0c-.1.1-.2.2-.2.3s-.1.2-.2.3-.1.2-.1.4v.8c0%2C.1.1.3.1.4s.1.2.2.3l.3.3a2.09%2C2.09%2C0%2C0%2C0%2C.6.4.84.84%2C0%2C0%2C0%2C.7.2%2C2%2C2%2C0%2C0%2C0%2C1.4-.6c.1-.1.2-.2.2-.3s.1-.2.2-.3.1-.2.1-.4v-.8A.76.76%2C0%2C0%2C0%2C30.8%2C48.7Z%22%2F%3E%3Cpath%20d%3D%22M42.8%2C48.7c0-.1-.1-.2-.2-.3s-.2-.2-.2-.3a1.79%2C1.79%2C0%2C0%2C0-1.8-.5c-.1%2C0-.2.1-.4.1s-.2.1-.4.2-.2.2-.3.2-.2.2-.2.3-.1.2-.2.3-.1.2-.1.4v.8c0%2C.1.1.3.1.4s.1.2.2.3l.3.3a2.09%2C2.09%2C0%2C0%2C0%2C.6.4%2C1.2%2C1.2%2C0%2C0%2C0%2C.8.2%2C2%2C2%2C0%2C0%2C0%2C1.4-.6c.1-.1.2-.2.2-.3s.1-.2.2-.3.1-.2.1-.4v-.8A.76.76%2C0%2C0%2C0%2C42.8%2C48.7Z%22%2F%3E%3Cpath%20d%3D%22M55.8%2C48.7c0-.1-.1-.2-.2-.3s-.2-.2-.2-.3a1.93%2C1.93%2C0%2C0%2C0-2.8%2C0c-.1.1-.2.2-.2.3s-.1.2-.2.3-.1.2-.1.4v.8c0%2C.1.1.3.1.4s.1.2.2.3l.3.3a1.61%2C1.61%2C0%2C0%2C0%2C1.3.6%2C1.2%2C1.2%2C0%2C0%2C0%2C.8-.2c.2-.1.5-.2.6-.4s.2-.2.2-.3.1-.2.2-.3.1-.2.1-.4v-.8A.76.76%2C0%2C0%2C0%2C55.8%2C48.7Z%22%2F%3E%3Cpath%20d%3D%22M67.8%2C48.7c0-.1-.1-.2-.2-.3s-.2-.2-.2-.3a1.93%2C1.93%2C0%2C0%2C0-2.8%2C0c-.1.1-.2.2-.2.3s-.1.2-.2.3-.1.2-.1.4v.8c0%2C.1.1.3.1.4s.1.2.2.3.2.2.2.3a1.93%2C1.93%2C0%2C0%2C0%2C2.8%2C0c.1-.1.2-.2.2-.3s.1-.2.2-.3.1-.2.1-.4v-.8A.76.76%2C0%2C0%2C0%2C67.8%2C48.7Z%22%2F%3E%3Cpath%20d%3D%22M14.6%2C59.1a2%2C2%2C0%2C0%2C0-.6%2C1.4%2C2.2%2C2.2%2C0%2C0%2C0%2C.1.8c.1.2.2.5.4.6a2.09%2C2.09%2C0%2C0%2C0%2C.6.4%2C1.64%2C1.64%2C0%2C0%2C0%2C.9.2%2C2%2C2%2C0%2C0%2C0%2C1.4-.6%2C2.09%2C2.09%2C0%2C0%2C0%2C.4-.6%2C1.88%2C1.88%2C0%2C0%2C0%2C.2-.8%2C2%2C2%2C0%2C0%2C0-.6-1.4A1.93%2C1.93%2C0%2C0%2C0%2C14.6%2C59.1Z%22%2F%3E%3Cpath%20d%3D%22M28.6%2C58.5c-.1%2C0-.2.1-.4.1s-.2.1-.3.2-.2.2-.3.2a2.4%2C2.4%2C0%2C0%2C0-.6%2C1.5%2C2.2%2C2.2%2C0%2C0%2C0%2C.1.8c.1.2.2.5.4.6a1.61%2C1.61%2C0%2C0%2C0%2C.7.4%2C1.7%2C1.7%2C0%2C0%2C0%2C1.6%2C0c.2-.1.5-.2.6-.4a2.09%2C2.09%2C0%2C0%2C0%2C.4-.6%2C1.88%2C1.88%2C0%2C0%2C0%2C.2-.8%2C2%2C2%2C0%2C0%2C0-.6-1.4A2%2C2%2C0%2C0%2C0%2C28.6%2C58.5Z%22%2F%3E%3Cpath%20d%3D%22M39.6%2C59.1a1.93%2C1.93%2C0%2C0%2C0%2C0%2C2.8%2C2.09%2C2.09%2C0%2C0%2C0%2C.6.4%2C1.7%2C1.7%2C0%2C0%2C0%2C1.6%2C0%2C2.51%2C2.51%2C0%2C0%2C0%2C.7-.4%2C2.09%2C2.09%2C0%2C0%2C0%2C.4-.6%2C2.2%2C2.2%2C0%2C0%2C0%2C.1-.8%2C2%2C2%2C0%2C0%2C0-.6-1.4A1.93%2C1.93%2C0%2C0%2C0%2C39.6%2C59.1Z%22%2F%3E%3Cpath%20d%3D%22M55.8%2C59.7c0-.1-.1-.2-.2-.3s-.2-.2-.2-.3-.2-.2-.3-.2-.2-.1-.3-.2-.2-.1-.4-.1a2.38%2C2.38%2C0%2C0%2C0-1.8.5%2C1.93%2C1.93%2C0%2C0%2C0%2C0%2C2.8%2C2.09%2C2.09%2C0%2C0%2C0%2C.6.4%2C1.2%2C1.2%2C0%2C0%2C0%2C.8.2%2C2%2C2%2C0%2C0%2C0%2C1.4-.6%2C2.09%2C2.09%2C0%2C0%2C0%2C.4-.6%2C1.2%2C1.2%2C0%2C0%2C0%2C.2-.8v-.4C55.9%2C60%2C55.9%2C59.8%2C55.8%2C59.7Z%22%2F%3E%3Cpath%20d%3D%22M80%2C8H68V2a2%2C2%2C0%2C0%2C0-4%2C0V8H18V2a2%2C2%2C0%2C0%2C0-4%2C0V8H2a2%2C2%2C0%2C0%2C0-2%2C2V73a2%2C2%2C0%2C0%2C0%2C2%2C2H80a2%2C2%2C0%2C0%2C0%2C2-2V10A2%2C2%2C0%2C0%2C0%2C80%2C8ZM14%2C12v5a2%2C2%2C0%2C0%2C0%2C4%2C0V12H64v5a2%2C2%2C0%2C0%2C0%2C4%2C0V12H78V25H4V12ZM4%2C71V29H78V71Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 5px left;
    background-size: 20px 21px;
}
    .step-form .calendar + .select-styled.active {
        background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2082%2075%22%20fill%3D%22%235bb85d%22%3E%3Ctitle%3Ecalendar%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1-2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%201%22%3E%3Cpath%20d%3D%22M30.8%2C37.7c0-.1-.1-.2-.2-.3s-.1-.2-.2-.3-.2-.2-.3-.2-.2-.1-.4-.2-.2-.1-.4-.1a2.38%2C2.38%2C0%2C0%2C0-1.8.5c-.1.1-.2.2-.2.3s-.1.2-.2.3-.1.2-.1.4v.8c0%2C.1.1.3.1.4s.1.2.2.3.1.2.2.3a2.09%2C2.09%2C0%2C0%2C0%2C.6.4%2C1.64%2C1.64%2C0%2C0%2C0%2C.9.2%2C2%2C2%2C0%2C0%2C0%2C1.4-.6l.3-.3c.1-.1.1-.2.2-.3s.1-.2.1-.4v-.8C30.9%2C38%2C30.9%2C37.9%2C30.8%2C37.7Z%22%2F%3E%3Cpath%20d%3D%22M42.8%2C37.7c0-.1-.1-.2-.2-.3s-.2-.2-.2-.3-.2-.2-.3-.2-.2-.1-.3-.2-.2-.1-.4-.1h-.8c-.1%2C0-.2.1-.4.1s-.2.1-.4.2-.2.2-.3.2-.2.2-.2.3-.1.2-.2.3-.1.2-.1.4v.4a2.05%2C2.05%2C0%2C0%2C0%2C2%2C2%2C1.2%2C1.2%2C0%2C0%2C0%2C.8-.2c.2-.1.5-.2.6-.4s.2-.2.2-.3.1-.2.2-.3.1-.2.1-.4v-.8A.76.76%2C0%2C0%2C0%2C42.8%2C37.7Z%22%2F%3E%3Cpath%20d%3D%22M55.8%2C37.7c0-.1-.1-.2-.2-.3s-.2-.2-.2-.3-.2-.2-.3-.2-.2-.1-.3-.2-.2-.1-.4-.1h-.8c-.1%2C0-.3.1-.4.1s-.2.1-.3.2-.2.2-.3.2-.2.2-.2.3-.1.2-.2.3-.1.2-.1.4v.8c0%2C.1.1.3.1.4s.1.2.2.3.2.2.2.3a2.09%2C2.09%2C0%2C0%2C0%2C.6.4%2C1.2%2C1.2%2C0%2C0%2C0%2C.8.2%2C2%2C2%2C0%2C0%2C0%2C1.4-.6l.3-.3c.1-.1.1-.2.2-.3s.1-.2.1-.4v-.8C55.9%2C38%2C55.9%2C37.9%2C55.8%2C37.7Z%22%2F%3E%3Cpath%20d%3D%22M67.8%2C37.7c0-.1-.1-.2-.2-.3s-.2-.2-.2-.3-.2-.2-.3-.2-.2-.1-.3-.2-.2-.1-.4-.1h-.8c-.1%2C0-.2.1-.4.1s-.2.1-.3.2-.2.2-.3.2-.2.2-.2.3-.1.2-.2.3-.1.2-.1.4v.8c0%2C.1.1.3.1.4s.1.2.2.3l.3.3a1.61%2C1.61%2C0%2C0%2C0%2C1.3.6%2C1.2%2C1.2%2C0%2C0%2C0%2C.8-.2c.2-.1.5-.2.6-.4s.2-.2.2-.3.1-.2.2-.3.1-.2.1-.4v-.8A.76.76%2C0%2C0%2C0%2C67.8%2C37.7Z%22%2F%3E%3Cpath%20d%3D%22M17.8%2C48.7c0-.1-.1-.2-.2-.3s-.1-.2-.2-.3-.2-.2-.3-.2-.2-.1-.3-.2-.2-.1-.4-.1a2.38%2C2.38%2C0%2C0%2C0-1.8.5c-.1.1-.2.2-.2.3s-.1.2-.2.3-.1.2-.1.4v.8c0%2C.1.1.3.1.4s.1.2.2.3.2.2.2.3.2.2.3.2.2.1.3.2.2.1.4.1H16a1.2%2C1.2%2C0%2C0%2C0%2C.8-.2c.2-.1.5-.2.6-.4l.3-.3c.1-.1.1-.2.2-.3s.1-.2.1-.4V49C17.9%2C49%2C17.9%2C48.9%2C17.8%2C48.7Z%22%2F%3E%3Cpath%20d%3D%22M30.8%2C48.7c0-.1-.1-.2-.2-.3s-.1-.2-.2-.3a1.93%2C1.93%2C0%2C0%2C0-2.8%2C0c-.1.1-.2.2-.2.3s-.1.2-.2.3-.1.2-.1.4v.8c0%2C.1.1.3.1.4s.1.2.2.3l.3.3a2.09%2C2.09%2C0%2C0%2C0%2C.6.4.84.84%2C0%2C0%2C0%2C.7.2%2C2%2C2%2C0%2C0%2C0%2C1.4-.6c.1-.1.2-.2.2-.3s.1-.2.2-.3.1-.2.1-.4v-.8A.76.76%2C0%2C0%2C0%2C30.8%2C48.7Z%22%2F%3E%3Cpath%20d%3D%22M42.8%2C48.7c0-.1-.1-.2-.2-.3s-.2-.2-.2-.3a1.79%2C1.79%2C0%2C0%2C0-1.8-.5c-.1%2C0-.2.1-.4.1s-.2.1-.4.2-.2.2-.3.2-.2.2-.2.3-.1.2-.2.3-.1.2-.1.4v.8c0%2C.1.1.3.1.4s.1.2.2.3l.3.3a2.09%2C2.09%2C0%2C0%2C0%2C.6.4%2C1.2%2C1.2%2C0%2C0%2C0%2C.8.2%2C2%2C2%2C0%2C0%2C0%2C1.4-.6c.1-.1.2-.2.2-.3s.1-.2.2-.3.1-.2.1-.4v-.8A.76.76%2C0%2C0%2C0%2C42.8%2C48.7Z%22%2F%3E%3Cpath%20d%3D%22M55.8%2C48.7c0-.1-.1-.2-.2-.3s-.2-.2-.2-.3a1.93%2C1.93%2C0%2C0%2C0-2.8%2C0c-.1.1-.2.2-.2.3s-.1.2-.2.3-.1.2-.1.4v.8c0%2C.1.1.3.1.4s.1.2.2.3l.3.3a1.61%2C1.61%2C0%2C0%2C0%2C1.3.6%2C1.2%2C1.2%2C0%2C0%2C0%2C.8-.2c.2-.1.5-.2.6-.4s.2-.2.2-.3.1-.2.2-.3.1-.2.1-.4v-.8A.76.76%2C0%2C0%2C0%2C55.8%2C48.7Z%22%2F%3E%3Cpath%20d%3D%22M67.8%2C48.7c0-.1-.1-.2-.2-.3s-.2-.2-.2-.3a1.93%2C1.93%2C0%2C0%2C0-2.8%2C0c-.1.1-.2.2-.2.3s-.1.2-.2.3-.1.2-.1.4v.8c0%2C.1.1.3.1.4s.1.2.2.3.2.2.2.3a1.93%2C1.93%2C0%2C0%2C0%2C2.8%2C0c.1-.1.2-.2.2-.3s.1-.2.2-.3.1-.2.1-.4v-.8A.76.76%2C0%2C0%2C0%2C67.8%2C48.7Z%22%2F%3E%3Cpath%20d%3D%22M14.6%2C59.1a2%2C2%2C0%2C0%2C0-.6%2C1.4%2C2.2%2C2.2%2C0%2C0%2C0%2C.1.8c.1.2.2.5.4.6a2.09%2C2.09%2C0%2C0%2C0%2C.6.4%2C1.64%2C1.64%2C0%2C0%2C0%2C.9.2%2C2%2C2%2C0%2C0%2C0%2C1.4-.6%2C2.09%2C2.09%2C0%2C0%2C0%2C.4-.6%2C1.88%2C1.88%2C0%2C0%2C0%2C.2-.8%2C2%2C2%2C0%2C0%2C0-.6-1.4A1.93%2C1.93%2C0%2C0%2C0%2C14.6%2C59.1Z%22%2F%3E%3Cpath%20d%3D%22M28.6%2C58.5c-.1%2C0-.2.1-.4.1s-.2.1-.3.2-.2.2-.3.2a2.4%2C2.4%2C0%2C0%2C0-.6%2C1.5%2C2.2%2C2.2%2C0%2C0%2C0%2C.1.8c.1.2.2.5.4.6a1.61%2C1.61%2C0%2C0%2C0%2C.7.4%2C1.7%2C1.7%2C0%2C0%2C0%2C1.6%2C0c.2-.1.5-.2.6-.4a2.09%2C2.09%2C0%2C0%2C0%2C.4-.6%2C1.88%2C1.88%2C0%2C0%2C0%2C.2-.8%2C2%2C2%2C0%2C0%2C0-.6-1.4A2%2C2%2C0%2C0%2C0%2C28.6%2C58.5Z%22%2F%3E%3Cpath%20d%3D%22M39.6%2C59.1a1.93%2C1.93%2C0%2C0%2C0%2C0%2C2.8%2C2.09%2C2.09%2C0%2C0%2C0%2C.6.4%2C1.7%2C1.7%2C0%2C0%2C0%2C1.6%2C0%2C2.51%2C2.51%2C0%2C0%2C0%2C.7-.4%2C2.09%2C2.09%2C0%2C0%2C0%2C.4-.6%2C2.2%2C2.2%2C0%2C0%2C0%2C.1-.8%2C2%2C2%2C0%2C0%2C0-.6-1.4A1.93%2C1.93%2C0%2C0%2C0%2C39.6%2C59.1Z%22%2F%3E%3Cpath%20d%3D%22M55.8%2C59.7c0-.1-.1-.2-.2-.3s-.2-.2-.2-.3-.2-.2-.3-.2-.2-.1-.3-.2-.2-.1-.4-.1a2.38%2C2.38%2C0%2C0%2C0-1.8.5%2C1.93%2C1.93%2C0%2C0%2C0%2C0%2C2.8%2C2.09%2C2.09%2C0%2C0%2C0%2C.6.4%2C1.2%2C1.2%2C0%2C0%2C0%2C.8.2%2C2%2C2%2C0%2C0%2C0%2C1.4-.6%2C2.09%2C2.09%2C0%2C0%2C0%2C.4-.6%2C1.2%2C1.2%2C0%2C0%2C0%2C.2-.8v-.4C55.9%2C60%2C55.9%2C59.8%2C55.8%2C59.7Z%22%2F%3E%3Cpath%20d%3D%22M80%2C8H68V2a2%2C2%2C0%2C0%2C0-4%2C0V8H18V2a2%2C2%2C0%2C0%2C0-4%2C0V8H2a2%2C2%2C0%2C0%2C0-2%2C2V73a2%2C2%2C0%2C0%2C0%2C2%2C2H80a2%2C2%2C0%2C0%2C0%2C2-2V10A2%2C2%2C0%2C0%2C0%2C80%2C8ZM14%2C12v5a2%2C2%2C0%2C0%2C0%2C4%2C0V12H64v5a2%2C2%2C0%2C0%2C0%2C4%2C0V12H78V25H4V12ZM4%2C71V29H78V71Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    }

.step-form .sms + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2075.77%20138.02%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-2%7Bfill%3Anone%3Bstroke%3A%233a3a3a%3Bstroke-miterlimit%3A10%3B%7D.cls-1%7Bstroke-width%3A6px%3B%7D.cls-2%7Bstroke-width%3A4px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Esms%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cg%20id%3D%22_%D0%93%D1%80%D1%83%D0%BF%D0%BF%D0%B0_%22%20data-name%3D%22%26lt%3B%D0%93%D1%80%D1%83%D0%BF%D0%BF%D0%B0%26gt%3B%22%3E%3Crect%20id%3D%22_%D0%9F%D1%80%D1%8F%D0%BC%D0%BE%D1%83%D0%B3%D0%BE%D0%BB%D1%8C%D0%BD%D0%B8%D0%BA_%22%20data-name%3D%22%26lt%3B%D0%9F%D1%80%D1%8F%D0%BC%D0%BE%D1%83%D0%B3%D0%BE%D0%BB%D1%8C%D0%BD%D0%B8%D0%BA%26gt%3B%22%20class%3D%22cls-1%22%20x%3D%223%22%20y%3D%223%22%20width%3D%2269.77%22%20height%3D%22132.02%22%20rx%3D%227.47%22%20ry%3D%227.47%22%2F%3E%3Cline%20id%3D%22_%D0%9A%D0%BE%D0%BD%D1%82%D1%83%D1%80_%22%20data-name%3D%22%26lt%3B%D0%9A%D0%BE%D0%BD%D1%82%D1%83%D1%80%26gt%3B%22%20class%3D%22cls-1%22%20x1%3D%2230.97%22%20y1%3D%2211.11%22%20x2%3D%2244.8%22%20y2%3D%2211.11%22%2F%3E%3C%2Fg%3E%3Cpolyline%20class%3D%22cls-2%22%20points%3D%2259.85%2062.49%2037.89%2073.73%2015.92%2062.49%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M59.85%2C62.49l-22-14.67-22%2C14.67V88.92a1.29%2C1.29%2C0%2C0%2C0%2C1.29%2C1.29H58.56a1.29%2C1.29%2C0%2C0%2C0%2C1.29-1.29Z%22%2F%3E%3Cpolyline%20class%3D%22cls-2%22%20points%3D%2249.13%2067.98%2049.13%2062.61%2026.64%2062.61%2026.64%2067.98%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: top 4px left 2px;
    background-size: 18px 26px;
}
.step-form .sms:focus + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2075.77%20138.02%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-2%7Bfill%3Anone%3Bstroke%3A%235bb85d%3Bstroke-miterlimit%3A10%3B%7D.cls-1%7Bstroke-width%3A6px%3B%7D.cls-2%7Bstroke-width%3A4px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Esms%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cg%20id%3D%22_%D0%93%D1%80%D1%83%D0%BF%D0%BF%D0%B0_%22%20data-name%3D%22%26lt%3B%D0%93%D1%80%D1%83%D0%BF%D0%BF%D0%B0%26gt%3B%22%3E%3Crect%20id%3D%22_%D0%9F%D1%80%D1%8F%D0%BC%D0%BE%D1%83%D0%B3%D0%BE%D0%BB%D1%8C%D0%BD%D0%B8%D0%BA_%22%20data-name%3D%22%26lt%3B%D0%9F%D1%80%D1%8F%D0%BC%D0%BE%D1%83%D0%B3%D0%BE%D0%BB%D1%8C%D0%BD%D0%B8%D0%BA%26gt%3B%22%20class%3D%22cls-1%22%20x%3D%223%22%20y%3D%223%22%20width%3D%2269.77%22%20height%3D%22132.02%22%20rx%3D%227.47%22%20ry%3D%227.47%22%2F%3E%3Cline%20id%3D%22_%D0%9A%D0%BE%D0%BD%D1%82%D1%83%D1%80_%22%20data-name%3D%22%26lt%3B%D0%9A%D0%BE%D0%BD%D1%82%D1%83%D1%80%26gt%3B%22%20class%3D%22cls-1%22%20x1%3D%2230.97%22%20y1%3D%2211.11%22%20x2%3D%2244.8%22%20y2%3D%2211.11%22%2F%3E%3C%2Fg%3E%3Cpolyline%20class%3D%22cls-2%22%20points%3D%2259.85%2062.49%2037.89%2073.73%2015.92%2062.49%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M59.85%2C62.49l-22-14.67-22%2C14.67V88.92a1.29%2C1.29%2C0%2C0%2C0%2C1.29%2C1.29H58.56a1.29%2C1.29%2C0%2C0%2C0%2C1.29-1.29Z%22%2F%3E%3Cpolyline%20class%3D%22cls-2%22%20points%3D%2249.13%2067.98%2049.13%2062.61%2026.64%2062.61%2026.64%2067.98%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.step-form .input-group .unobtrusive-valid + label:after {
    position: absolute;
    content: '';
    z-index: 1;
    top: 9px;
    right: 5px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20103.16%2077.85%22%20fill%3D%22%235bb85d%22%3E%3Ctitle%3Echeck%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1-2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%201%22%3E%3Cpath%20d%3D%22M93.85%2C1.47l7.8%2C7.8a1.42%2C1.42%2C0%2C0%2C1%2C0%2C2L36.55%2C76.36a1.4%2C1.4%2C0%2C0%2C1-2%2C0L1.52%2C43.26a1.38%2C1.38%2C0%2C0%2C1%2C0-1.94l7.8-7.8a1.36%2C1.36%2C0%2C0%2C1%2C1.92%2C0l24.3%2C24.3L91.92%2C1.46A1.39%2C1.39%2C0%2C0%2C1%2C93.85%2C1.47Z%22%2F%3E%3Cpath%20d%3D%22M93.07%2C2.26l7.44%2C7.44c.25.25.56.46.37.74a1.19%2C1.19%2C0%2C0%2C1-.17.17l-1.08%2C1.08-4.74%2C4.74-7.44%2C7.44-9.22%2C9.22-10.1%2C10.1L58%2C53.28l-9.17%2C9.17L41.51%2C69.8%2C36.91%2C74.4c-.33.33-.67.68-1%2C1a1.51%2C1.51%2C0%2C0%2C1-.13.13c-.22.12-.37%2C0-.52-.19L30.37%2C70.5l-9.17-9.17-10-10L3.94%2C44.07c-.51-.51-1-1-1.54-1.54-.14-.16-.25-.27-.09-.48a10.24%2C10.24%2C0%2C0%2C1%2C1.2-1.2l4.72-4.72%2C1.64-1.64c.2-.2.31-.33.57-.11.59.5%2C1.13%2C1.13%2C1.67%2C1.67l3.61%2C3.61%2C9.84%2C9.84%2C7.92%2C7.92%2C1.23%2C1.23a1.13%2C1.13%2C0%2C0%2C0%2C1.57%2C0l1.53-1.53L42%2C53l6.14-6.14%2C7.48-7.48%2C8.19-8.19L72%2C22.91l7.65-7.65%2C6.41-6.41L90.63%2C4.3a24.62%2C24.62%2C0%2C0%2C1%2C2-2c.14-.08.27-.16.42%2C0%2C1.07.95%2C2.65-.62%2C1.57-1.57A2.6%2C2.6%2C0%2C0%2C0%2C91%2C.85l-.88.88-3.8%2C3.8-5.92%2C5.92-7.43%2C7.43-8.2%2C8.2-8.34%2C8.34-7.86%2C7.86-6.64%2C6.64-4.8%2C4.8c-.76.76-1.57%2C1.48-2.29%2C2.29l-.1.1h1.57l-4.83-4.83-9.94-9.94-8.2-8.2c-.45-.45-.88-.91-1.34-1.34a2.56%2C2.56%2C0%2C0%2C0-3.67.12L6.71%2C34.53%2C1.86%2C39.38c-.39.39-.79.76-1.16%2C1.16a2.56%2C2.56%2C0%2C0%2C0%2C0%2C3.55C2.1%2C45.55%2C3.59%2C46.94%2C5%2C48.35l9.07%2C9.07L24.3%2C67.65l7.65%2C7.65c.57.57%2C1.13%2C1.14%2C1.7%2C1.7a2.59%2C2.59%2C0%2C0%2C0%2C3.74.12c.93-.89%2C1.82-1.82%2C2.72-2.72l6.06-6.06%2C8.48-8.48L64.51%2C50l10.4-10.4%2C9.95-9.95%2C8.5-8.5L99.53%2C15c.95-.95%2C1.91-1.88%2C2.84-2.84a2.71%2C2.71%2C0%2C0%2C0%2C.71-1.2%2C2.82%2C2.82%2C0%2C0%2C0-1-2.77L97.71%2C3.78%2C94.63.7C93.63-.34%2C92%2C1.25%2C93.07%2C2.26Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
}
.step-form .input-group .unobtrusive-error + label:before,
.step-form .input-group .unobtrusive-error + label:after {
    position: absolute;
    content: '';
    width: 14px;
    height: 2px;
    background: #e5443f;
    right: 0;
    top: 15px;
}
.step-form .salary-input .unobtrusive-valid + label:after {
    right: 30px;
}

.step-form .input-group .unobtrusive-error + label:before {
    transform: rotate(45deg);
}

.step-form .input-group .unobtrusive-error + label:after {
    transform: rotate(-45deg);
}
/*Errors*/
.step-form .email.unobtrusive-error + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20121.68%20118.24%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23e5443f%3Bstroke-miterlimit%3A10%3Bstroke-width%3A6px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eemail%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22118.68%2042.25%2060.84%2071.86%203%2042.25%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M118.68%2C42.25%2C60.84%2C3.61%2C3%2C42.25v69.6a3.39%2C3.39%2C0%2C0%2C0%2C3.39%2C3.39H115.29a3.39%2C3.39%2C0%2C0%2C0%2C3.39-3.39Z%22%2F%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2290.45%2056.7%2090.45%2042.57%2031.23%2042.57%2031.23%2056.7%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .name.unobtrusive-error + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025.29%2036.76%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23e5443f%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ename%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2212.65%22%20cy%3D%227.03%22%20r%3D%226.03%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1%2C36.76V24.25c0-3%2C1.59-5.39%2C4.57-5.39H19.72%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M19.72%2C18.85h0c3%2C0%2C4.57%2C2.42%2C4.57%2C5.39V36.76%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .password.unobtrusive-error + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2058.36%2068.74%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23e5443f%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Epassword%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%221.5%22%20y%3D%2228.12%22%20width%3D%2255.36%22%20height%3D%2239.12%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M29.18%2C1.5h0A21.54%2C21.54%2C0%2C0%2C0%2C7.64%2C23v5.08H50.72V23A21.54%2C21.54%2C0%2C0%2C0%2C29.18%2C1.5Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35.61%2C43.5a6.43%2C6.43%2C0%2C1%2C0-9.12%2C5.83v9h5.38v-9A6.43%2C6.43%2C0%2C0%2C0%2C35.61%2C43.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .password-confirm.unobtrusive-error + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20225.34%20265.38%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23e5443f%3Bstroke-miterlimit%3A10%3Bstroke-width%3A12px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Epassword-confirm%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%226%22%20y%3D%22108.6%22%20width%3D%22213.34%22%20height%3D%22150.78%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M112.67%2C6h0a83%2C83%2C0%2C0%2C0-83%2C83V108.6h166V89A83%2C83%2C0%2C0%2C0%2C112.67%2C6Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M137.45%2C167.86a24.78%2C24.78%2C0%2C1%2C0-35.16%2C22.48V224.9H123V190.34A24.77%2C24.77%2C0%2C0%2C0%2C137.45%2C167.86Z%22%2F%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22127.26%2051.33%20159.36%2083.43%20219.34%2023.46%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .second-name.unobtrusive-error + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2082.75%20104.25%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-2%7Bfill%3Anone%3Bstroke%3A%23e5443f%3Bstroke-linejoin%3Around%3Bstroke-width%3A5px%3B%7D.cls-2%7Bstroke-linecap%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Esecond-name%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M20.05%2C64.8c0-1.08%2C1.58-18%2C1.58-18L33%2C39.34%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M61.64%2C64.8c0-1.08-1.58-18-1.58-18l-11.4-7.46%22%2F%3E%3Cellipse%20class%3D%22cls-2%22%20cx%3D%2240.85%22%20cy%3D%2225.89%22%20rx%3D%228.29%22%20ry%3D%2210.18%22%2F%3E%3Crect%20class%3D%22cls-2%22%20x%3D%222.5%22%20y%3D%222.5%22%20width%3D%2277.75%22%20height%3D%2299.25%22%2F%3E%3Cline%20class%3D%22cls-2%22%20x1%3D%2215%22%20y1%3D%2275.75%22%20x2%3D%2265.5%22%20y2%3D%2275.75%22%2F%3E%3Cline%20class%3D%22cls-2%22%20x1%3D%2215%22%20y1%3D%2287.25%22%20x2%3D%2265.5%22%20y2%3D%2287.25%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .tel.unobtrusive-error + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2075.77%20138.02%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23e5443f%3Bstroke-miterlimit%3A10%3Bstroke-width%3A6px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Etel%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cg%20id%3D%22_%D0%93%D1%80%D1%83%D0%BF%D0%BF%D0%B0_%22%20data-name%3D%22%26lt%3B%D0%93%D1%80%D1%83%D0%BF%D0%BF%D0%B0%26gt%3B%22%3E%3Crect%20id%3D%22_%D0%9F%D1%80%D1%8F%D0%BC%D0%BE%D1%83%D0%B3%D0%BE%D0%BB%D1%8C%D0%BD%D0%B8%D0%BA_%22%20data-name%3D%22%26lt%3B%D0%9F%D1%80%D1%8F%D0%BC%D0%BE%D1%83%D0%B3%D0%BE%D0%BB%D1%8C%D0%BD%D0%B8%D0%BA%26gt%3B%22%20class%3D%22cls-1%22%20x%3D%223%22%20y%3D%223%22%20width%3D%2269.77%22%20height%3D%22132.02%22%20rx%3D%227.47%22%20ry%3D%227.47%22%2F%3E%3Cline%20id%3D%22_%D0%9A%D0%BE%D0%BD%D1%82%D1%83%D1%80_%22%20data-name%3D%22%26lt%3B%D0%9A%D0%BE%D0%BD%D1%82%D1%83%D1%80%26gt%3B%22%20class%3D%22cls-1%22%20x1%3D%2230.97%22%20y1%3D%2211.11%22%20x2%3D%2244.8%22%20y2%3D%2211.11%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .pesel.unobtrusive-error + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2078.05%20101.82%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23e5443f%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Epesel%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M48.32%2C73.15H22.87l-5%2C27.68a1.21%2C1.21%2C0%2C0%2C1-1.19%2C1H15.22A1.21%2C1.21%2C0%2C0%2C1%2C14%2C100.4L19%2C73.15H1.21A1.21%2C1.21%2C0%2C0%2C1%2C0%2C71.94V70.72a1.21%2C1.21%2C0%2C0%2C1%2C1.21-1.21H19.65l6.64-36.64H6.52a1.21%2C1.21%2C0%2C0%2C1-1.21-1.21V30.3a1.21%2C1.21%2C0%2C0%2C1%2C1.21-1.21H27L32.06%2C1a1.21%2C1.21%2C0%2C0%2C1%2C1.19-1h1.46A1.21%2C1.21%2C0%2C0%2C1%2C35.9%2C1.42L30.84%2C29.09H56.37L61.5%2C1a1.21%2C1.21%2C0%2C0%2C1%2C1.19-1h1.46a1.21%2C1.21%2C0%2C0%2C1%2C1.19%2C1.42L60.28%2C29.09H76.84A1.21%2C1.21%2C0%2C0%2C1%2C78%2C30.3v1.36a1.21%2C1.21%2C0%2C0%2C1-1.21%2C1.21H59.58L52.87%2C69.51H71.59a1.21%2C1.21%2C0%2C0%2C1%2C1.21%2C1.21v1.22a1.21%2C1.21%2C0%2C0%2C1-1.21%2C1.21H52.24l-5.06%2C27.68a1.21%2C1.21%2C0%2C0%2C1-1.19%2C1H44.53a1.21%2C1.21%2C0%2C0%2C1-1.19-1.42ZM23.57%2C69.51H49l6.71-36.64H30.14Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .nip.unobtrusive-error + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2078.05%20101.82%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23e5443f%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Epesel%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M48.32%2C73.15H22.87l-5%2C27.68a1.21%2C1.21%2C0%2C0%2C1-1.19%2C1H15.22A1.21%2C1.21%2C0%2C0%2C1%2C14%2C100.4L19%2C73.15H1.21A1.21%2C1.21%2C0%2C0%2C1%2C0%2C71.94V70.72a1.21%2C1.21%2C0%2C0%2C1%2C1.21-1.21H19.65l6.64-36.64H6.52a1.21%2C1.21%2C0%2C0%2C1-1.21-1.21V30.3a1.21%2C1.21%2C0%2C0%2C1%2C1.21-1.21H27L32.06%2C1a1.21%2C1.21%2C0%2C0%2C1%2C1.19-1h1.46A1.21%2C1.21%2C0%2C0%2C1%2C35.9%2C1.42L30.84%2C29.09H56.37L61.5%2C1a1.21%2C1.21%2C0%2C0%2C1%2C1.19-1h1.46a1.21%2C1.21%2C0%2C0%2C1%2C1.19%2C1.42L60.28%2C29.09H76.84A1.21%2C1.21%2C0%2C0%2C1%2C78%2C30.3v1.36a1.21%2C1.21%2C0%2C0%2C1-1.21%2C1.21H59.58L52.87%2C69.51H71.59a1.21%2C1.21%2C0%2C0%2C1%2C1.21%2C1.21v1.22a1.21%2C1.21%2C0%2C0%2C1-1.21%2C1.21H52.24l-5.06%2C27.68a1.21%2C1.21%2C0%2C0%2C1-1.19%2C1H44.53a1.21%2C1.21%2C0%2C0%2C1-1.19-1.42ZM23.57%2C69.51H49l6.71-36.64H30.14Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .dogovor.unobtrusive-error + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20142.67%2098%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-2%7Bfill%3Anone%3Bstroke%3A%23e5443f%3Bstroke-linejoin%3Around%3Bstroke-width%3A5px%3B%7D.cls-1%7Bstroke-linecap%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Edogovor%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222.5%22%20y%3D%222.5%22%20width%3D%22137.67%22%20height%3D%2293%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M22.52%2C61.87c0-.93%2C1.17-15.54%2C1.17-15.54l8.42-6.44%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M53.25%2C61.87c0-.93-1.17-15.54-1.17-15.54l-8.42-6.44%22%2F%3E%3Cellipse%20class%3D%22cls-1%22%20cx%3D%2237.88%22%20cy%3D%2230.46%22%20rx%3D%226.13%22%20ry%3D%226.61%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2274.22%22%20y1%3D%2217.21%22%20x2%3D%22125.05%22%20y2%3D%2217.21%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%22102.87%22%20y1%3D%2233.24%22%20x2%3D%22125.05%22%20y2%3D%2233.24%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2274.22%22%20y1%3D%2264.71%22%20x2%3D%2299.64%22%20y2%3D%2264.71%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2274.22%22%20y1%3D%2249.01%22%20x2%3D%22125.05%22%20y2%3D%2249.01%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2274.22%22%20y1%3D%2280.74%22%20x2%3D%2299.26%22%20y2%3D%2280.74%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%2216.51%22%20y%3D%2215.31%22%20width%3D%2242.74%22%20height%3D%2246.56%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .zip.unobtrusive-error + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20119.68%2076.99%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-2%7Bfill%3Anone%3Bstroke%3A%23e5443f%3Bstroke-width%3A4px%3B%7D.cls-1%7Bstroke-miterlimit%3A10%3B%7D.cls-2%7Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ezip%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2243.57%22%20y1%3D%2230.47%22%20x2%3D%222%22%20y2%3D%222%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%22117.68%22%20y1%3D%222%22%20x2%3D%2276.11%22%20y2%3D%2230.47%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M117.68%2C2H2V71.6A3.39%2C3.39%2C0%2C0%2C0%2C5.39%2C75H114.29a3.39%2C3.39%2C0%2C0%2C0%2C3.39-3.39Z%22%2F%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2259.84%22%20cy%3D%2238.5%22%20r%3D%2218.14%22%2F%3E%3Cpolyline%20class%3D%22cls-2%22%20points%3D%2265.81%2032.24%2071.18%2038.7%2065.37%2045.7%22%2F%3E%3Cpolyline%20class%3D%22cls-2%22%20points%3D%2253.52%2032.24%2048.15%2038.7%2053.96%2045.7%22%2F%3E%3Cline%20class%3D%22cls-2%22%20x1%3D%2258.61%22%20y1%3D%2232.24%22%20x2%3D%2260.31%22%20y2%3D%2245.7%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .city.unobtrusive-error + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20117.66%20120.73%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23e5443f%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ecity%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35%2C17.79H47.47a1.79%2C1.79%2C0%2C0%2C0%2C1.89-1.89A1.79%2C1.79%2C0%2C0%2C0%2C47.47%2C14H35a1.79%2C1.79%2C0%2C0%2C0-1.89%2C1.89A1.79%2C1.79%2C0%2C0%2C0%2C35%2C17.79Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35%2C28.38H47.47a1.89%2C1.89%2C0%2C1%2C0%2C0-3.78H35a1.89%2C1.89%2C0%2C0%2C0%2C0%2C3.78Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35%2C39H47.47a1.89%2C1.89%2C0%2C1%2C0%2C0-3.78H35A1.89%2C1.89%2C0%2C0%2C0%2C35%2C39Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35%2C49.58H47.47a1.89%2C1.89%2C0%2C1%2C0%2C0-3.78H35a1.89%2C1.89%2C0%2C1%2C0%2C0%2C3.78Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35%2C60.17H47.47a1.89%2C1.89%2C0%2C1%2C0%2C0-3.78H35a1.89%2C1.89%2C0%2C1%2C0%2C0%2C3.78Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35%2C70.77H47.47a1.89%2C1.89%2C0%2C1%2C0%2C0-3.78H35a1.89%2C1.89%2C0%2C1%2C0%2C0%2C3.78Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35%2C81.37H47.47a1.89%2C1.89%2C0%2C1%2C0%2C0-3.78H35a1.89%2C1.89%2C0%2C0%2C0%2C0%2C3.78Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C120.73H117.66v-3.78h-7.93v-7.57a9.16%2C9.16%2C0%2C0%2C0%2C7.57-9.08%2C9%2C9%2C0%2C0%2C0-4-7.57c3.33-2.31%2C4.93-6.35%2C3.37-11.2a7.31%2C7.31%2C0%2C0%2C0-3.11-4c-7.26-4.46-14.84.72-14.84%2C7.61a9%2C9%2C0%2C0%2C0%2C4%2C7.57%2C9%2C9%2C0%2C0%2C0-4%2C7.57%2C9.15%2C9.15%2C0%2C0%2C0%2C7%2C8.89v7.76H96.48V76.07h0v-.76h0c0-.19-.19-.19-.38-.38l-.38-.38c-1.7-1.32-8.14-5.49-35-21.76V0H22.12V116.94H11.9v-7.57a9.16%2C9.16%2C0%2C0%2C0%2C7.57-9.08%2C9%2C9%2C0%2C0%2C0-4-7.57c3.33-2.31%2C4.93-6.35%2C3.37-11.2a7.31%2C7.31%2C0%2C0%2C0-3.11-4C8.5%2C73.09.92%2C78.26.92%2C85.15a9%2C9%2C0%2C0%2C0%2C4%2C7.57%2C9%2C9%2C0%2C0%2C0-4%2C7.57%2C9.15%2C9.15%2C0%2C0%2C0%2C7%2C8.89v7.76H0Zm105-40a5.59%2C5.59%2C0%2C0%2C1%2C7.76%2C7.76%2C3.92%2C3.92%2C0%2C0%2C1-1.39%2C1.39%2C5.59%2C5.59%2C0%2C0%2C1-7.76-7.76A3.92%2C3.92%2C0%2C0%2C1%2C105%2C80.76Zm-1.39%2C22.71a5.59%2C5.59%2C0%2C0%2C1%2C7.76-7.76%2C3.92%2C3.92%2C0%2C0%2C1%2C1.39%2C1.39%2C5.59%2C5.59%2C0%2C0%2C1-7.76%2C7.76A3.92%2C3.92%2C0%2C0%2C1%2C103.64%2C103.47ZM10%2C79.85c4.14%2C0%2C7.21%2C4.59%2C4.41%2C8.95a3.18%2C3.18%2C0%2C0%2C1-.95.95c-4.36%2C2.81-8.95-.27-8.95-4.41A5.62%2C5.62%2C0%2C0%2C1%2C10%2C79.85ZM5.62%2C103.47a5.59%2C5.59%2C0%2C0%2C1%2C7.76-7.76%2C3.92%2C3.92%2C0%2C0%2C1%2C1.39%2C1.39A5.59%2C5.59%2C0%2C0%2C1%2C7%2C104.87%2C3.92%2C3.92%2C0%2C0%2C1%2C5.62%2C103.47Zm43%2C13.47H33.85V102.18H48.61Zm35.2%2C0H69V102.18H83.8Zm3.78%2C0V98.4H65.26v18.54H60.91V78H93.08v39.17H87.59Zm1.14-42.76H60.91V57.34C70.18%2C62.63%2C82.1%2C70%2C88.72%2C74.18ZM57.12%2C3.78V88H25.9V3.78Zm-31.22%2C88H57.31v25.17H52.58V98.4H30.06v18.54H25.9Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .street.unobtrusive-error + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20115.68%20117.41%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23e5443f%3Bstroke-miterlimit%3A10%3Bstroke-width%3A5px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Estreet%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2227.08%22%20y1%3D%22116.62%22%20x2%3D%2249.91%22%20y2%3D%2248.15%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2270.2%22%20y1%3D%2250.68%22%20x2%3D%2270.2%22%20y2%3D%2260.83%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2270.2%22%20y1%3D%2270.97%22%20x2%3D%2270.2%22%20y2%3D%2286.19%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2270.2%22%20y1%3D%2296.33%22%20x2%3D%2270.2%22%20y2%3D%22116.62%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%22113.31%22%20y1%3D%22116.62%22%20x2%3D%2290.48%22%20y2%3D%2248.15%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M22%2C65.9S41.52%2C42.84%2C41.52%2C25.32C41.52%2C13%2C32.19%2C2.5%2C22%2C2.5S2.5%2C13%2C2.5%2C25.32C2.5%2C42.84%2C10.83%2C48.9%2C22%2C65.9%22%2F%3E%3Cellipse%20class%3D%22cls-1%22%20cx%3D%2222.04%22%20cy%3D%2225.29%22%20rx%3D%227.64%22%20ry%3D%227.58%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .house.unobtrusive-error + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20117.42%20116.25%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23e5443f%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ehouse%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M13%2C60.72H23.92A1.58%2C1.58%2C0%2C0%2C0%2C25.59%2C59V52.52a7%2C7%2C0%2C1%2C0-14.05%2C0V59A1.46%2C1.46%2C0%2C0%2C0%2C13%2C60.72Zm1.67-8.2a3.68%2C3.68%2C0%2C0%2C1%2C7.36%2C0v4.85H14.55V52.52Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35.79%2C60.72H46.67A1.58%2C1.58%2C0%2C0%2C0%2C48.34%2C59V52.52a7%2C7%2C0%2C1%2C0-14.05%2C0V59A1.38%2C1.38%2C0%2C0%2C0%2C35.79%2C60.72Zm1.67-8.2a3.68%2C3.68%2C0%2C0%2C1%2C7.36%2C0v4.85H37.3V52.52Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M23.92%2C82.8a1.58%2C1.58%2C0%2C0%2C0%2C1.67-1.67V74.6a7%2C7%2C0%2C1%2C0-14.05%2C0v6.52a1.58%2C1.58%2C0%2C0%2C0%2C1.67%2C1.67Zm-9.2-8.2a3.68%2C3.68%2C0%2C0%2C1%2C7.36%2C0v4.85H14.55V74.6Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35.79%2C82.8H46.67a1.58%2C1.58%2C0%2C0%2C0%2C1.67-1.67V74.6a7%2C7%2C0%2C1%2C0-14.05%2C0v6.52A1.38%2C1.38%2C0%2C0%2C0%2C35.79%2C82.8Zm1.67-8.2a3.68%2C3.68%2C0%2C1%2C1%2C7.36%2C0v4.85H37.3V74.6Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M77.11%2C45.5a7.07%2C7.07%2C0%2C0%2C0-7%2C7V59a1.58%2C1.58%2C0%2C0%2C0%2C1.67%2C1.67H82.63A1.58%2C1.58%2C0%2C0%2C0%2C84.3%2C59V52.52A7.1%2C7.1%2C0%2C0%2C0%2C77.11%2C45.5ZM81%2C57.37H73.43V52.52a3.68%2C3.68%2C0%2C1%2C1%2C7.36%2C0v4.85Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M99.69%2C45.5a7.07%2C7.07%2C0%2C0%2C0-7%2C7V59a1.58%2C1.58%2C0%2C0%2C0%2C1.67%2C1.67h10.87A1.58%2C1.58%2C0%2C0%2C0%2C106.88%2C59V52.52A7.1%2C7.1%2C0%2C0%2C0%2C99.69%2C45.5Zm3.85%2C11.88H96V52.52a3.68%2C3.68%2C0%2C1%2C1%2C7.36%2C0v4.85Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M13%2C39H23.92a1.58%2C1.58%2C0%2C0%2C0%2C1.67-1.67V30.78a7%2C7%2C0%2C1%2C0-14.05%2C0V37.3A1.54%2C1.54%2C0%2C0%2C0%2C13%2C39Zm1.67-8.36a3.68%2C3.68%2C0%2C1%2C1%2C7.36%2C0v4.85H14.55V30.61Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M35.79%2C39H46.67a1.58%2C1.58%2C0%2C0%2C0%2C1.67-1.67V30.78a7%2C7%2C0%2C1%2C0-14.05%2C0V37.3A1.45%2C1.45%2C0%2C0%2C0%2C35.79%2C39Zm1.67-8.36a3.68%2C3.68%2C0%2C0%2C1%2C7.36%2C0v4.85H37.3V30.61Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M77.11%2C23.58a7.07%2C7.07%2C0%2C0%2C0-7%2C7v6.52a1.58%2C1.58%2C0%2C0%2C0%2C1.67%2C1.67H82.63a1.58%2C1.58%2C0%2C0%2C0%2C1.67-1.67V30.61A7.1%2C7.1%2C0%2C0%2C0%2C77.11%2C23.58Zm3.85%2C12H73.43V30.78a3.68%2C3.68%2C0%2C1%2C1%2C7.36%2C0v4.85Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M99.69%2C23.58a7.07%2C7.07%2C0%2C0%2C0-7%2C7v6.52a1.58%2C1.58%2C0%2C0%2C0%2C1.67%2C1.67h10.87a1.58%2C1.58%2C0%2C0%2C0%2C1.67-1.67V30.61A7.1%2C7.1%2C0%2C0%2C0%2C99.69%2C23.58Zm3.85%2C12H96V30.78a3.68%2C3.68%2C0%2C1%2C1%2C7.36%2C0v4.85Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M77.11%2C67.41a7.07%2C7.07%2C0%2C0%2C0-7%2C7V81a1.58%2C1.58%2C0%2C0%2C0%2C1.67%2C1.67H82.63A1.58%2C1.58%2C0%2C0%2C0%2C84.3%2C81V74.43A7.21%2C7.21%2C0%2C0%2C0%2C77.11%2C67.41Zm3.85%2C12H73.43V74.6a3.68%2C3.68%2C0%2C1%2C1%2C7.36%2C0v4.85Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M99.69%2C67.41a7.07%2C7.07%2C0%2C0%2C0-7%2C7V81a1.58%2C1.58%2C0%2C0%2C0%2C1.67%2C1.67h10.87A1.58%2C1.58%2C0%2C0%2C0%2C106.88%2C81V74.43A7.21%2C7.21%2C0%2C0%2C0%2C99.69%2C67.41Zm3.85%2C12H96V74.6a3.68%2C3.68%2C0%2C1%2C1%2C7.36%2C0v4.85Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M117.42%2C0H0V116.25H117.42Zm-3.35%2C3.35v8.53H3.35V3.35ZM3.35%2C15.22H57V112.9H39.81V99.73a9.08%2C9.08%2C0%2C0%2C0-4.71-8c-8.23-4.4-16.37%2C1.28-16.37%2C9V112.9H3.51V15.22ZM36.46%2C112.9H21.91V99.72a5.77%2C5.77%2C0%2C0%2C1%2C2.91-5c5.78-3.25%2C11.48.63%2C11.48%2C6V112.9Zm59.21%2C0H81.12V99.72a5.77%2C5.77%2C0%2C0%2C1%2C2.91-5c5.78-3.25%2C11.48.63%2C11.48%2C6V112.9Zm3.35%2C0V99.73a9.08%2C9.08%2C0%2C0%2C0-4.71-8c-8.23-4.4-16.37%2C1.28-16.37%2C9V112.9H60.38V15.22h53.53V112.9Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .appartment.unobtrusive-error + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2082.75%20104.25%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-2%7Bfill%3Anone%3Bstroke%3A%23e5443f%3Bstroke-linejoin%3Around%3Bstroke-width%3A5px%3B%7D.cls-1%7Bstroke-linecap%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eappart%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%222.5%22%20y%3D%222.5%22%20width%3D%2277.75%22%20height%3D%2299.25%22%2F%3E%3Ccircle%20class%3D%22cls-2%22%20cx%3D%2263.92%22%20cy%3D%2255.13%22%20r%3D%225.1%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .phone.unobtrusive-error + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20133.95%20138.34%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23e5443f%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%D0%A0%D0%B5%D1%81%D1%83%D1%80%D1%81%201%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M109.53%2C138.34h-.19c-22.85-.75-49.62-23.63-68.05-42.69S.73%2C48.94%2C0%2C25.4C-.26%2C17%2C19.4%2C2.3%2C19.6%2C2.15%2C24.22-1.17%2C30.44-.51%2C33%2C3.17c1.53%2C2.19%2C16.35%2C25.4%2C18%2C28.06%2C1.73%2C2.82%2C1.49%2C7-.64%2C11.17-1.13%2C2.22-4.83%2C9-6.65%2C12.26%2C2%2C2.92%2C7.09%2C9.8%2C17.43%2C20.49s17%2C16%2C19.82%2C18c3.19-1.88%2C9.72-5.72%2C11.87-6.89%2C3.92-2.14%2C8-2.42%2C10.75-.69s25.12%2C17.11%2C27.16%2C18.59c3.37%2C2.44%2C4.71%2C8.44%2C1%2C13.89C131.6%2C118.28%2C117.54%2C138.34%2C109.53%2C138.34ZM26.18%2C6.78a4.77%2C4.77%2C0%2C0%2C0-2.78%2C1C17.34%2C12.18%2C7%2C22.22%2C6.65%2C25.16%2C7.31%2C46.47%2C28.41%2C72.61%2C46%2C90.79s42.88%2C40%2C63.47%2C40.67h0c2.84-.33%2C12.55-11%2C16.8-17.32%2C1.55-2.29.92-4.05.61-4.32-1.7-1.23-24.12-16.65-26.81-18.35a1.64%2C1.64%2C0%2C0%2C0-.76-.13%2C7.72%2C7.72%2C0%2C0%2C0-3.42%2C1c-2.73%2C1.48-13.34%2C7.76-13.44%2C7.82l-1.67%2C1-1.67-1C78.81%2C100%2C71.2%2C95.3%2C56.41%2C80S37.09%2C56.87%2C36.91%2C56.54l-1-1.72%2C1-1.73C37%2C53%2C43%2C42%2C44.45%2C39.2c1.22-2.38%2C1.09-4%2C.92-4.29C43.82%2C32.4%2C29%2C9.24%2C27.62%2C7.2A2.17%2C2.17%2C0%2C0%2C0%2C26.18%2C6.78Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.step-form .education.unobtrusive-error + .select-styled {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20119.31%2076.29%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23e5443f%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eeducation%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M117.77%2C20%2C60.16.13a2.3%2C2.3%2C0%2C0%2C0-1.5%2C0L1.54%2C20a2.29%2C2.29%2C0%2C0%2C0-.07%2C4.31l23.2%2C8.95V56.46c0%2C1.3%2C1.27%2C2.12%2C2.38%2C2.66a52.18%2C52.18%2C0%2C0%2C0%2C7.74%2C2.45V74a2.29%2C2.29%2C0%2C0%2C0%2C4%2C1.54l4.7-5.22%2C4.7%2C5.22a2.29%2C2.29%2C0%2C0%2C0%2C4-1.54V64.53c2.31.18%2C4.61.31%2C6.84.31A100.47%2C100.47%2C0%2C0%2C0%2C82.22%2C62c11.14-2.7%2C11.14-3.67%2C11.14-5.14V33.71l24.48-9.36a2.29%2C2.29%2C0%2C0%2C0-.07-4.31ZM29.26%2C55v-20l5.53%2C2.14V56.81C32.27%2C56.1%2C30.38%2C55.45%2C29.26%2C55ZM45.19%2C65.34a2.37%2C2.37%2C0%2C0%2C0-3.41%2C0L39.38%2C68V39l8.17%2C3.15%2C0%2C25.88Zm43.58-10a95.65%2C95.65%2C0%2C0%2C1-29.76%2C5c-2.23%2C0-4.53-.13-6.85-.32l0-16%2C6.45%2C2.49a2.28%2C2.28%2C0%2C0%2C0%2C1.65%2C0L88.77%2C35.46V55.29ZM59.42%2C41.78%2C50.67%2C38.4h0l-.58-.22L9%2C22.31%2C59.42%2C4.72l50.89%2C17.59Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .employment.unobtrusive-error + .select-styled {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20118.28%20102.94%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23e5443f%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eemployment%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M104.39%2C15.18H80.12V5.72A5.76%2C5.76%2C0%2C0%2C0%2C74.4%2C0H43.88a5.72%2C5.72%2C0%2C0%2C0-5.72%2C5.72v9.46H14A13.85%2C13.85%2C0%2C0%2C0%2C0%2C28.84q0%2C.17%2C0%2C.35v59.9a13.85%2C13.85%2C0%2C0%2C0%2C13.85%2C13.85h90.54a13.89%2C13.89%2C0%2C0%2C0%2C13.89-13.85V29.19a13.93%2C13.93%2C0%2C0%2C0-13.85-14ZM42%2C5.72a1.91%2C1.91%2C0%2C0%2C1%2C1.91-1.91H74.4a2%2C2%2C0%2C0%2C1%2C1.91%2C1.91v9.46H42Zm62.42%2C93.4H14A10%2C10%2C0%2C0%2C1%2C3.82%2C89.28q0-.1%2C0-.19V57.57l47.69%2C8.55v4.81a7.63%2C7.63%2C0%2C0%2C0%2C15.26%2C0V66.12l47.69-8.55V89.09A10.07%2C10.07%2C0%2C0%2C1%2C104.39%2C99.12ZM55.32%2C70.93v-14a1.22%2C1.22%2C0%2C0%2C1%2C1.22-1.22h5.15A1.22%2C1.22%2C0%2C0%2C1%2C63%2C56.85s0%2C0%2C0%2C0v14a3.82%2C3.82%2C0%2C1%2C1-7.63%2C0Zm59.14-17.25L66.77%2C62.23V56.89a5.07%2C5.07%2C0%2C0%2C0-5.07-5H56.54a5%2C5%2C0%2C0%2C0-5%2C5v5.34L3.82%2C53.68V29.19A10.07%2C10.07%2C0%2C0%2C1%2C13.77%2C19h90.62a10.07%2C10.07%2C0%2C0%2C1%2C10.07%2C10.07s0%2C.08%2C0%2C.12Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .calendar.unobtrusive-error + .select-styled {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2082%2075%22%20fill%3D%22%23e5443f%22%3E%3Ctitle%3Ecalendar%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1-2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%201%22%3E%3Cpath%20d%3D%22M30.8%2C37.7c0-.1-.1-.2-.2-.3s-.1-.2-.2-.3-.2-.2-.3-.2-.2-.1-.4-.2-.2-.1-.4-.1a2.38%2C2.38%2C0%2C0%2C0-1.8.5c-.1.1-.2.2-.2.3s-.1.2-.2.3-.1.2-.1.4v.8c0%2C.1.1.3.1.4s.1.2.2.3.1.2.2.3a2.09%2C2.09%2C0%2C0%2C0%2C.6.4%2C1.64%2C1.64%2C0%2C0%2C0%2C.9.2%2C2%2C2%2C0%2C0%2C0%2C1.4-.6l.3-.3c.1-.1.1-.2.2-.3s.1-.2.1-.4v-.8C30.9%2C38%2C30.9%2C37.9%2C30.8%2C37.7Z%22%2F%3E%3Cpath%20d%3D%22M42.8%2C37.7c0-.1-.1-.2-.2-.3s-.2-.2-.2-.3-.2-.2-.3-.2-.2-.1-.3-.2-.2-.1-.4-.1h-.8c-.1%2C0-.2.1-.4.1s-.2.1-.4.2-.2.2-.3.2-.2.2-.2.3-.1.2-.2.3-.1.2-.1.4v.4a2.05%2C2.05%2C0%2C0%2C0%2C2%2C2%2C1.2%2C1.2%2C0%2C0%2C0%2C.8-.2c.2-.1.5-.2.6-.4s.2-.2.2-.3.1-.2.2-.3.1-.2.1-.4v-.8A.76.76%2C0%2C0%2C0%2C42.8%2C37.7Z%22%2F%3E%3Cpath%20d%3D%22M55.8%2C37.7c0-.1-.1-.2-.2-.3s-.2-.2-.2-.3-.2-.2-.3-.2-.2-.1-.3-.2-.2-.1-.4-.1h-.8c-.1%2C0-.3.1-.4.1s-.2.1-.3.2-.2.2-.3.2-.2.2-.2.3-.1.2-.2.3-.1.2-.1.4v.8c0%2C.1.1.3.1.4s.1.2.2.3.2.2.2.3a2.09%2C2.09%2C0%2C0%2C0%2C.6.4%2C1.2%2C1.2%2C0%2C0%2C0%2C.8.2%2C2%2C2%2C0%2C0%2C0%2C1.4-.6l.3-.3c.1-.1.1-.2.2-.3s.1-.2.1-.4v-.8C55.9%2C38%2C55.9%2C37.9%2C55.8%2C37.7Z%22%2F%3E%3Cpath%20d%3D%22M67.8%2C37.7c0-.1-.1-.2-.2-.3s-.2-.2-.2-.3-.2-.2-.3-.2-.2-.1-.3-.2-.2-.1-.4-.1h-.8c-.1%2C0-.2.1-.4.1s-.2.1-.3.2-.2.2-.3.2-.2.2-.2.3-.1.2-.2.3-.1.2-.1.4v.8c0%2C.1.1.3.1.4s.1.2.2.3l.3.3a1.61%2C1.61%2C0%2C0%2C0%2C1.3.6%2C1.2%2C1.2%2C0%2C0%2C0%2C.8-.2c.2-.1.5-.2.6-.4s.2-.2.2-.3.1-.2.2-.3.1-.2.1-.4v-.8A.76.76%2C0%2C0%2C0%2C67.8%2C37.7Z%22%2F%3E%3Cpath%20d%3D%22M17.8%2C48.7c0-.1-.1-.2-.2-.3s-.1-.2-.2-.3-.2-.2-.3-.2-.2-.1-.3-.2-.2-.1-.4-.1a2.38%2C2.38%2C0%2C0%2C0-1.8.5c-.1.1-.2.2-.2.3s-.1.2-.2.3-.1.2-.1.4v.8c0%2C.1.1.3.1.4s.1.2.2.3.2.2.2.3.2.2.3.2.2.1.3.2.2.1.4.1H16a1.2%2C1.2%2C0%2C0%2C0%2C.8-.2c.2-.1.5-.2.6-.4l.3-.3c.1-.1.1-.2.2-.3s.1-.2.1-.4V49C17.9%2C49%2C17.9%2C48.9%2C17.8%2C48.7Z%22%2F%3E%3Cpath%20d%3D%22M30.8%2C48.7c0-.1-.1-.2-.2-.3s-.1-.2-.2-.3a1.93%2C1.93%2C0%2C0%2C0-2.8%2C0c-.1.1-.2.2-.2.3s-.1.2-.2.3-.1.2-.1.4v.8c0%2C.1.1.3.1.4s.1.2.2.3l.3.3a2.09%2C2.09%2C0%2C0%2C0%2C.6.4.84.84%2C0%2C0%2C0%2C.7.2%2C2%2C2%2C0%2C0%2C0%2C1.4-.6c.1-.1.2-.2.2-.3s.1-.2.2-.3.1-.2.1-.4v-.8A.76.76%2C0%2C0%2C0%2C30.8%2C48.7Z%22%2F%3E%3Cpath%20d%3D%22M42.8%2C48.7c0-.1-.1-.2-.2-.3s-.2-.2-.2-.3a1.79%2C1.79%2C0%2C0%2C0-1.8-.5c-.1%2C0-.2.1-.4.1s-.2.1-.4.2-.2.2-.3.2-.2.2-.2.3-.1.2-.2.3-.1.2-.1.4v.8c0%2C.1.1.3.1.4s.1.2.2.3l.3.3a2.09%2C2.09%2C0%2C0%2C0%2C.6.4%2C1.2%2C1.2%2C0%2C0%2C0%2C.8.2%2C2%2C2%2C0%2C0%2C0%2C1.4-.6c.1-.1.2-.2.2-.3s.1-.2.2-.3.1-.2.1-.4v-.8A.76.76%2C0%2C0%2C0%2C42.8%2C48.7Z%22%2F%3E%3Cpath%20d%3D%22M55.8%2C48.7c0-.1-.1-.2-.2-.3s-.2-.2-.2-.3a1.93%2C1.93%2C0%2C0%2C0-2.8%2C0c-.1.1-.2.2-.2.3s-.1.2-.2.3-.1.2-.1.4v.8c0%2C.1.1.3.1.4s.1.2.2.3l.3.3a1.61%2C1.61%2C0%2C0%2C0%2C1.3.6%2C1.2%2C1.2%2C0%2C0%2C0%2C.8-.2c.2-.1.5-.2.6-.4s.2-.2.2-.3.1-.2.2-.3.1-.2.1-.4v-.8A.76.76%2C0%2C0%2C0%2C55.8%2C48.7Z%22%2F%3E%3Cpath%20d%3D%22M67.8%2C48.7c0-.1-.1-.2-.2-.3s-.2-.2-.2-.3a1.93%2C1.93%2C0%2C0%2C0-2.8%2C0c-.1.1-.2.2-.2.3s-.1.2-.2.3-.1.2-.1.4v.8c0%2C.1.1.3.1.4s.1.2.2.3.2.2.2.3a1.93%2C1.93%2C0%2C0%2C0%2C2.8%2C0c.1-.1.2-.2.2-.3s.1-.2.2-.3.1-.2.1-.4v-.8A.76.76%2C0%2C0%2C0%2C67.8%2C48.7Z%22%2F%3E%3Cpath%20d%3D%22M14.6%2C59.1a2%2C2%2C0%2C0%2C0-.6%2C1.4%2C2.2%2C2.2%2C0%2C0%2C0%2C.1.8c.1.2.2.5.4.6a2.09%2C2.09%2C0%2C0%2C0%2C.6.4%2C1.64%2C1.64%2C0%2C0%2C0%2C.9.2%2C2%2C2%2C0%2C0%2C0%2C1.4-.6%2C2.09%2C2.09%2C0%2C0%2C0%2C.4-.6%2C1.88%2C1.88%2C0%2C0%2C0%2C.2-.8%2C2%2C2%2C0%2C0%2C0-.6-1.4A1.93%2C1.93%2C0%2C0%2C0%2C14.6%2C59.1Z%22%2F%3E%3Cpath%20d%3D%22M28.6%2C58.5c-.1%2C0-.2.1-.4.1s-.2.1-.3.2-.2.2-.3.2a2.4%2C2.4%2C0%2C0%2C0-.6%2C1.5%2C2.2%2C2.2%2C0%2C0%2C0%2C.1.8c.1.2.2.5.4.6a1.61%2C1.61%2C0%2C0%2C0%2C.7.4%2C1.7%2C1.7%2C0%2C0%2C0%2C1.6%2C0c.2-.1.5-.2.6-.4a2.09%2C2.09%2C0%2C0%2C0%2C.4-.6%2C1.88%2C1.88%2C0%2C0%2C0%2C.2-.8%2C2%2C2%2C0%2C0%2C0-.6-1.4A2%2C2%2C0%2C0%2C0%2C28.6%2C58.5Z%22%2F%3E%3Cpath%20d%3D%22M39.6%2C59.1a1.93%2C1.93%2C0%2C0%2C0%2C0%2C2.8%2C2.09%2C2.09%2C0%2C0%2C0%2C.6.4%2C1.7%2C1.7%2C0%2C0%2C0%2C1.6%2C0%2C2.51%2C2.51%2C0%2C0%2C0%2C.7-.4%2C2.09%2C2.09%2C0%2C0%2C0%2C.4-.6%2C2.2%2C2.2%2C0%2C0%2C0%2C.1-.8%2C2%2C2%2C0%2C0%2C0-.6-1.4A1.93%2C1.93%2C0%2C0%2C0%2C39.6%2C59.1Z%22%2F%3E%3Cpath%20d%3D%22M55.8%2C59.7c0-.1-.1-.2-.2-.3s-.2-.2-.2-.3-.2-.2-.3-.2-.2-.1-.3-.2-.2-.1-.4-.1a2.38%2C2.38%2C0%2C0%2C0-1.8.5%2C1.93%2C1.93%2C0%2C0%2C0%2C0%2C2.8%2C2.09%2C2.09%2C0%2C0%2C0%2C.6.4%2C1.2%2C1.2%2C0%2C0%2C0%2C.8.2%2C2%2C2%2C0%2C0%2C0%2C1.4-.6%2C2.09%2C2.09%2C0%2C0%2C0%2C.4-.6%2C1.2%2C1.2%2C0%2C0%2C0%2C.2-.8v-.4C55.9%2C60%2C55.9%2C59.8%2C55.8%2C59.7Z%22%2F%3E%3Cpath%20d%3D%22M80%2C8H68V2a2%2C2%2C0%2C0%2C0-4%2C0V8H18V2a2%2C2%2C0%2C0%2C0-4%2C0V8H2a2%2C2%2C0%2C0%2C0-2%2C2V73a2%2C2%2C0%2C0%2C0%2C2%2C2H80a2%2C2%2C0%2C0%2C0%2C2-2V10A2%2C2%2C0%2C0%2C0%2C80%2C8ZM14%2C12v5a2%2C2%2C0%2C0%2C0%2C4%2C0V12H64v5a2%2C2%2C0%2C0%2C0%2C4%2C0V12H78V25H4V12ZM4%2C71V29H78V71Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .bill.unobtrusive-error + .select-styled {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2089.74%20131.97%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23e5443f%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ebill%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M87.1%2C0H2.64A2.64%2C2.64%2C0%2C0%2C0%2C0%2C2.64V129.33a2.64%2C2.64%2C0%2C0%2C0%2C3.82%2C2.36L13.2%2C127l9.38%2C4.69a2.64%2C2.64%2C0%2C0%2C0%2C2.36%2C0L34.31%2C127l9.38%2C4.69a2.64%2C2.64%2C0%2C0%2C0%2C2.36%2C0L55.43%2C127l9.38%2C4.69a2.64%2C2.64%2C0%2C0%2C0%2C2.36%2C0L76.54%2C127l9.38%2C4.69a2.64%2C2.64%2C0%2C0%2C0%2C3.82-2.36V2.64A2.64%2C2.64%2C0%2C0%2C0%2C87.1%2C0ZM84.46%2C125.06l-6.74-3.37a2.64%2C2.64%2C0%2C0%2C0-2.36%2C0L66%2C126.38l-9.38-4.69a2.61%2C2.61%2C0%2C0%2C0-1.18-.28%2C2.64%2C2.64%2C0%2C0%2C0-1.18.28l-9.38%2C4.69-9.38-4.69a2.64%2C2.64%2C0%2C0%2C0-2.36%2C0l-9.38%2C4.69-9.38-4.69a2.64%2C2.64%2C0%2C0%2C0-2.36%2C0l-6.74%2C3.37V5.28H84.46Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M66%2C84.46H23.76a2.64%2C2.64%2C0%2C1%2C0%2C0%2C5.28H66a2.64%2C2.64%2C0%2C0%2C0%2C0-5.28Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M67.31%2C100.3H46.19c-.73%2C0-1.32%2C1.18-1.32%2C2.64s.59%2C2.64%2C1.32%2C2.64H67.31c.73%2C0%2C1.32-1.18%2C1.32-2.64S68%2C100.3%2C67.31%2C100.3Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M66%2C51H23.76a2.64%2C2.64%2C0%2C0%2C0%2C0%2C5.28H66A2.64%2C2.64%2C0%2C0%2C0%2C66%2C51Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M66%2C66.86H23.76a2.64%2C2.64%2C0%2C1%2C0%2C0%2C5.28H66a2.64%2C2.64%2C0%2C1%2C0%2C0-5.28Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M46.46%2C18.16H22.61c-.82%2C0-1.49%2C1.18-1.49%2C2.64s.67%2C2.64%2C1.49%2C2.64H46.46c.82%2C0%2C1.49-1.18%2C1.49-2.64S47.28%2C18.16%2C46.46%2C18.16Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M46.46%2C34H22.61c-.82%2C0-1.49%2C1.18-1.49%2C2.64s.67%2C2.64%2C1.49%2C2.64H46.46c.82%2C0%2C1.49-1.18%2C1.49-2.64S47.28%2C34%2C46.46%2C34Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .card.unobtrusive-error + .select-styled {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20118.28%2079.84%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23e5443f%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ecard%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M110.88%2C79.84H7.39A7.32%2C7.32%2C0%2C0%2C1%2C0%2C72.44V7.39A7.32%2C7.32%2C0%2C0%2C1%2C7.39%2C0H110.88a7.32%2C7.32%2C0%2C0%2C1%2C7.39%2C7.39V72.44A7.32%2C7.32%2C0%2C0%2C1%2C110.88%2C79.84Zm4.44-72.44A4.36%2C4.36%2C0%2C0%2C0%2C110.88%2C3H7.39A4.36%2C4.36%2C0%2C0%2C0%2C3%2C7.39v7.39H115.32Zm0%2C10.35H3V29.57H115.32Zm0%2C14.78H3V72.44a4.36%2C4.36%2C0%2C0%2C0%2C4.44%2C4.44H110.88a4.36%2C4.36%2C0%2C0%2C0%2C4.44-4.44ZM79.84%2C50.27h26.61V68H79.84Zm3%2C14.78h20.7V53.22H82.79Zm-41.4%2C0H53.22v3H41.4ZM11.83%2C53.22h41.4v3H11.83Zm26.61%2C8.87H11.83v-3H38.44ZM23.66%2C68H11.83v-3H23.66Zm14.78%2C0H26.61v-3H38.44Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .salary.unobtrusive-error + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036.56%2052.18%22%20fill%3D%22%23e5443f%22%3E%3Ctitle%3Esalary%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1-2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%201%22%3E%3Cpath%20d%3D%22M34%2C24.18H28.28l5.53-9%2C2.6-4.24a1%2C1%2C0%2C0%2C0-.33-1.37L31.84%2C7%2C25%2C2.73h0L20.73.18A1%2C1%2C0%2C0%2C0%2C20%2C0a1%2C1%2C0%2C0%2C0-.62.45L16.78%2C4.7%2C7.88%2C19.18H4.48A4.49%2C4.49%2C0%2C0%2C0%2C0%2C23.66V51.18a1%2C1%2C0%2C0%2C0%2C1%2C1H34a1%2C1%2C0%2C0%2C0%2C1-1v-26A1%2C1%2C0%2C0%2C0%2C34%2C24.18Zm-1.36-11-.09%2C0L32.38%2C13l-.27-.31L32%2C12.5c-.08-.12-.14-.24-.21-.36L31.7%2C12a3.13%2C3.13%2C0%2C0%2C1-.19-.54h0a3.21%2C3.21%2C0%2C0%2C1-.09-.61%2C1.34%2C1.34%2C0%2C0%2C1%2C0-.2%2C3.17%2C3.17%2C0%2C0%2C1%2C0-.43%2C1.7%2C1.7%2C0%2C0%2C1%2C0-.22%2C1.8%2C1.8%2C0%2C0%2C1%2C.1-.4%2C1.42%2C1.42%2C0%2C0%2C1%2C.07-.22V9.21l2.52%2C1.55ZM29.81%2C8.45c-.06.13-.11.26-.16.4a5.24%2C5.24%2C0%2C0%2C0-.15.6%2C2.66%2C2.66%2C0%2C0%2C0-.07.39%2C5.12%2C5.12%2C0%2C0%2C0%2C0%2C.67v.34a5%2C5%2C0%2C0%2C0%2C.13.93.13.13%2C0%2C0%2C0%2C0%2C.06%2C4.53%2C4.53%2C0%2C0%2C0%2C.32.94c0%2C.1.1.19.15.29a6.24%2C6.24%2C0%2C0%2C0%2C.34.59%2C3.65%2C3.65%2C0%2C0%2C0%2C.24.31%2C6.14%2C6.14%2C0%2C0%2C0%2C.42.47l.31.28.27.24-5.68%2C9.22H23.47l.07-.09a5.58%2C5.58%2C0%2C0%2C0%2C.57-.78%2C3.74%2C3.74%2C0%2C0%2C0%2C.28-.52l.07-.12c.06-.13.1-.26.15-.39s.08-.19.11-.29%2C0-.14%2C0-.21a5.83%2C5.83%2C0%2C0%2C0%2C0-3.31%2C5.46%2C5.46%2C0%2C0%2C0-.26-.67%2C5.71%2C5.71%2C0%2C0%2C0-2.36-2.73%2C6%2C6%2C0%2C0%2C0-8.25%2C2h0c-.13.22-.26.45-.39.72a6.32%2C6.32%2C0%2C0%2C0-.31%2C1%2C.54.54%2C0%2C0%2C1-.06.3%2C5.28%2C5.28%2C0%2C0%2C0-.09.68v1.32a6.22%2C6.22%2C0%2C0%2C0%2C.21.93h0a7%2C7%2C0%2C0%2C0%2C.37.89l.15.26a5.5%2C5.5%2C0%2C0%2C0%2C.36.57l.21.27.16.21H7.16l.1-.16L17.94%2C6.6l.1.05a6.09%2C6.09%2C0%2C0%2C0%2C.71.27h.12a6.23%2C6.23%2C0%2C0%2C0%2C.86.17H20.9A6%2C6%2C0%2C0%2C0%2C21.62%2C7h.12a5.79%2C5.79%2C0%2C0%2C0%2C.8-.27l.2-.09a5.33%2C5.33%2C0%2C0%2C0%2C.57-.31l.21-.13a5.11%2C5.11%2C0%2C0%2C0%2C.64-.51h0A6%2C6%2C0%2C0%2C0%2C24.74%2C5L24.8%2C5%2C30%2C8.11A1.89%2C1.89%2C0%2C0%2C0%2C29.81%2C8.45ZM16.91%2C23.59a4%2C4%2C0%2C0%2C1-1.6-5c.09-.18.18-.35.28-.52a4%2C4%2C0%2C0%2C1%2C2.48-1.8%2C3.69%2C3.69%2C0%2C0%2C1%2C.93-.09%2C3.93%2C3.93%2C0%2C0%2C1%2C2.09.6%2C3.75%2C3.75%2C0%2C0%2C1%2C1.57%2C1.81c.06.15.12.3.17.45a4%2C4%2C0%2C0%2C1-5.92%2C4.55ZM20.54%2C2.35%2C23%2C3.9%2C23%2C4l-.16.17-.31.27-.19.14a2.71%2C2.71%2C0%2C0%2C1-.37.21l-.17.09a3.4%2C3.4%2C0%2C0%2C1-1.21.29h-.83a3.25%2C3.25%2C0%2C0%2C1-.42-.11L19.11%2C5%2C19%2C4.88ZM2%2C23.66a2.48%2C2.48%2C0%2C0%2C1%2C2.48-2.48H6.66l-1.84%2C3H2ZM2%2C50.18v-24H33v7H25.75A4.75%2C4.75%2C0%2C0%2C0%2C21%2C37.93h0v.5a4.75%2C4.75%2C0%2C0%2C0%2C4.75%2C4.75H33v7Zm31-9H25.75A2.75%2C2.75%2C0%2C0%2C1%2C23%2C38.43v-.5a2.75%2C2.75%2C0%2C0%2C1%2C2.75-2.75H33Z%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2238.18%22%20r%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .univer.unobtrusive-error + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020.6%2020.77%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23e5443f%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Euniver%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M19.64%2C20.35H18.8V18.43h-17v1.93H1V18a.42.42%2C0%2C0%2C1%2C.42-.42H19.22a.42.42%2C0%2C0%2C1%2C.42.42Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M19.22%2C9.05H1.39A.42.42%2C0%2C0%2C1%2C1%2C8.63V6.29a.42.42%2C0%2C0%2C1%2C.42-.42H5.1L10%2C2.11a.42.42%2C0%2C0%2C1%2C.51%2C0L15.5%2C5.87h3.72a.42.42%2C0%2C0%2C1%2C.42.42V8.63A.42.42%2C0%2C0%2C1%2C19.22%2C9.05ZM12.76%2C4.84%2C10.3%2C3%2C5.5%2C6.62a.42.42%2C0%2C0%2C1-.25.09H1.81V8.21h17V6.71H15.36a.42.42%2C0%2C0%2C1-.25-.09L12.76%2C4.84%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%2215.83%22%20y%3D%228.63%22%20width%3D%220.84%22%20height%3D%229.37%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%2212.85%22%20y%3D%228.63%22%20width%3D%220.84%22%20height%3D%229.37%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%226.91%22%20y%3D%228.63%22%20width%3D%220.84%22%20height%3D%229.37%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%223.94%22%20y%3D%228.63%22%20width%3D%220.84%22%20height%3D%229.37%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%229.88%22%20y%3D%228.63%22%20width%3D%220.84%22%20height%3D%229.37%22%2F%3E%3Crect%20class%3D%22cls-1%22%20y%3D%2219.94%22%20width%3D%2220.6%22%20height%3D%220.84%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%2213.04%22%20y%3D%220.42%22%20width%3D%220.84%22%20height%3D%224.42%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M16.66%2C3.34H13.46A.42.42%2C0%2C0%2C1%2C13%2C2.92V.42A.42.42%2C0%2C0%2C1%2C13.46%2C0h3.21A.42.42%2C0%2C0%2C1%2C17%2C.67l-.74%2C1%2C.74%2C1a.42.42%2C0%2C0%2C1-.34.67ZM13.88%2C2.5h2l-.43-.58a.42.42%2C0%2C0%2C1%2C0-.5l.43-.58h-2Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .income.unobtrusive-error + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2049.97%2053.73%22%20fill%3D%22%23e5443f%22%3E%3Ctitle%3Eincome%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_1-2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%201%22%3E%3Cpath%20d%3D%22M19%2C28.73a9%2C9%2C0%2C1%2C0%2C9%2C9A9%2C9%2C0%2C0%2C0%2C19%2C28.73Zm0%2C16a7%2C7%2C0%2C1%2C1%2C7-7%2C7%2C7%2C0%2C0%2C1-7%2C7ZM48.73%2C29.12%2C39%2C12.46V8.87l2.21-7.73L40.35.8c-.47-.19-4.61-1.78-7%2C.15l-.14.14c-2.07%2C2.5-5%2C.32-5.6-.14-2.5-2-6-.18-6.11-.1l-.7.38L22%2C5.53a4.29%2C4.29%2C0%2C0%2C0-.68.42l-.14.14c-2.07%2C2.5-5%2C.32-5.6-.14-2.5-2-6-.18-6.11-.1l-.7.38L11%2C13.87v3.59L1.26%2C34v.11a14.37%2C14.37%2C0%2C0%2C0%2C1%2C13.69A12.6%2C12.6%2C0%2C0%2C0%2C13%2C53.73H25a12.56%2C12.56%2C0%2C0%2C0%2C10-5h2a12.6%2C12.6%2C0%2C0%2C0%2C10.65-5.92A14.37%2C14.37%2C0%2C0%2C0%2C48.73%2C29.12Zm-16.3-3.23.45.11.19%2C0a7.34%2C7.34%2C0%2C0%2C1%2C1.22.52l.13.08a3.78%2C3.78%2C0%2C0%2C1%2C.43.26L35%2C27l.35.26.17.15.32.29.16.17.28.3a1.46%2C1.46%2C0%2C0%2C0%2C.16.19l.24.33.14.21.21.34.12.22.18.38c0%2C.07.07.14.1.22l.15.4a.27.27%2C0%2C0%2C0%2C.07.22l.12.45v.2c0%2C.07.06.36.09.54s0%2C.09%2C0%2C.13a5.37%2C5.37%2C0%2C0%2C1%2C0%2C.7v.13a5.44%2C5.44%2C0%2C0%2C1%2C0%2C.57%2C2.89%2C2.89%2C0%2C0%2C1%2C0%2C.29.83.83%2C0%2C0%2C1-.07.41%2C2.82%2C2.82%2C0%2C0%2C1-.07.31%2C1.36%2C1.36%2C0%2C0%2C1-.11.38c0%2C.13-.06.2-.1.3a2.87%2C2.87%2C0%2C0%2C1-.15.37c0%2C.06%2C0%2C.12-.07.17l-.06-.15a14.6%2C14.6%2C0%2C0%2C0-.52-1.39l-4.88-8.33.31%2C0ZM13%2C14.73H25v2H13Zm15.18-5H37v2H27.59ZM26.34%2C2.51c2.45%2C2%2C6%2C2.71%2C8.33%2C0%2C1-.73%2C2.87-.42%2C4.08-.08l-1.53%2C5.3H28.73l.45-1.59-.83-.34a14%2C14%2C0%2C0%2C0-2.1-.6h0l-.68-.11h-.09L24.79%2C5H24L23.2%2C2.31A3.37%2C3.37%2C0%2C0%2C1%2C26.34%2C2.51Zm-12%2C5c2.45%2C2%2C6%2C2.71%2C8.33%2C0a2.13%2C2.13%2C0%2C0%2C1%2C.79-.35%2C3.62%2C3.62%2C0%2C0%2C1%2C.82-.09%2C8.37%2C8.37%2C0%2C0%2C1%2C2.47.36l-.1.35h0l-1.38%2C4.87v.13H12.72L11.18%2C7.36A3.35%2C3.35%2C0%2C0%2C1%2C14.34%2C7.51ZM13%2C51.73a10.64%2C10.64%2C0%2C0%2C1-9-5A12.38%2C12.38%2C0%2C0%2C1%2C3%2C35l9.57-16.26H25.4l3%2C5.21h0l.17.29.94%2C1.61h0L35%2C35a11.81%2C11.81%2C0%2C0%2C1%2C.91%2C3.28h0a12.4%2C12.4%2C0%2C0%2C1-2.18%2C8.85h0A10.63%2C10.63%2C0%2C0%2C1%2C25%2C51.73Zm33-10a10.64%2C10.64%2C0%2C0%2C1-9%2C5h-.71l.23-.48c.06-.13.13-.25.18-.38a11.55%2C11.55%2C0%2C0%2C0%2C.45-1.1l.09-.31c.1-.29.18-.57.26-.86a3.93%2C3.93%2C0%2C0%2C0%2C.11-.48c0-.16.1-.49.15-.74s0-.32.08-.49a3.17%2C3.17%2C0%2C0%2C0%2C.08-.81%2C2.79%2C2.79%2C0%2C0%2C0%2C0-.42%2C11.42%2C11.42%2C0%2C0%2C0%2C0-1.17v-1l.08-.15.24-.31.24-.35.21-.33c.07-.12.14-.24.2-.36a2.91%2C2.91%2C0%2C0%2C0%2C.18-.35c.06-.12.12-.25.17-.38s.11-.24.15-.36l.14-.39a1.58%2C1.58%2C0%2C0%2C1%2C.11-.37l.1-.41c0-.13.06-.25.08-.38a3.18%2C3.18%2C0%2C0%2C0%2C.06-.43.92.92%2C0%2C0%2C1%2C0-.37%2C1.73%2C1.73%2C0%2C0%2C0%2C0-.51v-.3a9%2C9%2C0%2C0%2C0-9-9h-.32L27%2C17.46V13.73H37.4L47%2C30A12.38%2C12.38%2C0%2C0%2C1%2C46%2C41.73Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.step-form .bank.unobtrusive-error + label {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20115.09%20114.99%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23e5443f%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ebank%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M113.18%2C103.87h-1.85v-3.71a1.85%2C1.85%2C0%2C0%2C0-1.85-1.85h-3.71V94.59a1.85%2C1.85%2C0%2C0%2C0-1.85-1.85V50.08a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85V44.52h3.71a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85V35.25h1.85a1.85%2C1.85%2C0%2C0%2C0%2C1-3.47L58.51.25a1.85%2C1.85%2C0%2C0%2C0-1.85%2C0L1%2C31.78a1.83%2C1.83%2C0%2C0%2C0%2C.89%2C3.47H3.76v7.42a1.85%2C1.85%2C0%2C0%2C0%2C1.85%2C1.85H9.32v3.71a1.85%2C1.85%2C0%2C0%2C0%2C1.85%2C1.85V92.74a1.85%2C1.85%2C0%2C0%2C0-1.85%2C1.85V98.3H5.61a1.85%2C1.85%2C0%2C0%2C0-1.85%2C1.85v3.71H1.9A1.85%2C1.85%2C0%2C0%2C0%2C0%2C105.72v7.42A1.85%2C1.85%2C0%2C0%2C0%2C1.9%2C115H113.18a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85v-7.42A1.85%2C1.85%2C0%2C0%2C0%2C113.18%2C103.87ZM81.65%2C98.3V53.79a1.85%2C1.85%2C0%2C0%2C0-1.85-1.85H35.29a1.85%2C1.85%2C0%2C0%2C0-1.85%2C1.85V98.3H29.72V94.59a1.85%2C1.85%2C0%2C0%2C0-1.85-1.85V50.08a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85V44.52H85.36v3.71a1.85%2C1.85%2C0%2C0%2C0%2C1.85%2C1.85V92.74a1.85%2C1.85%2C0%2C0%2C0-1.85%2C1.85V98.3Zm-44.51%2C0V55.65h40.8V98.3Zm9.27%2C0h9.27m13%2C0H59.4m29.67-1.85h13V98.3h-13Zm11.13-3.71H90.93V50.08h9.27Zm1.85-46.37h-13V44.52h13ZM57.54%2C4l48.61%2C27.54H8.93ZM7.47%2C35.25H107.62v5.56H7.47ZM26%2C44.52v1.85H13V44.52ZM14.89%2C50.08h9.27V92.74H14.89ZM13%2C96.45H26V98.3H13ZM7.47%2C102H107.62v1.85H7.47Zm103.86%2C9.27H3.76v-3.71H111.33Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.attention {
    flex-basis: 100%;
    color: #5bb85d;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    margin: 2px 0 20px;
    padding-left: 10px;
    background: url(../img/regestration/attantion.png) no-repeat 0px 3px;
}
.checkbox-group.right-out {margin: 0 -80px 30px 25px;}
.checkbox-group.checkbox-group-child {margin-top: 15px; margin-bottom: 0;}

.show-pass {
    position: absolute;
    width: 34px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20149.39%2056.93%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%233a3a3a%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A5px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eeye_closed%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M140.28%2C2.5S112.65%2C35.11%2C75.19%2C35.11%2C10.11%2C2.5%2C10.11%2C2.5%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2216.16%22%20y1%3D%2211.94%22%20x2%3D%222.5%22%20y2%3D%2225.6%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2242.59%22%20y1%3D%2229.4%22%20x2%3D%2232.93%22%20y2%3D%2246.14%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2275.19%22%20y1%3D%2235.11%22%20x2%3D%2275.19%22%20y2%3D%2254.43%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%22108.79%22%20y1%3D%2228.4%22%20x2%3D%22118.45%22%20y2%3D%2245.14%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%22133.22%22%20y1%3D%2210.94%22%20x2%3D%22146.89%22%20y2%3D%2224.6%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
    background-size: 100%;
    top: 8px;
    right: 10px;
    text-indent: -9999px;
    z-index: 2;
    cursor: pointer;
}
    .show-pass.showed {
        background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20149.39%2089.53%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%233a3a3a%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A5px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eeye_open%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M9.61%2C54.42S38.4%2C21.81%2C74.69%2C21.81s65.08%2C32.61%2C65.08%2C32.61S112.15%2C87%2C74.69%2C87%2C9.61%2C54.42%2C9.61%2C54.42Z%22%2F%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2273.69%22%20cy%3D%2254.42%22%20r%3D%2216.72%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M29.27%2C56.53c3.26-3.53%2C19.22-20%2C44.62-20.86%2C16.37-.53%2C35%2C9.7%2C40.35%2C12.85%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%22133.22%22%20y1%3D%2244.99%22%20x2%3D%22146.89%22%20y2%3D%2231.33%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%22106.79%22%20y1%3D%2227.53%22%20x2%3D%22116.45%22%20y2%3D%2210.79%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2274.19%22%20y1%3D%2221.82%22%20x2%3D%2274.19%22%20y2%3D%222.5%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2240.59%22%20y1%3D%2228.53%22%20x2%3D%2230.93%22%20y2%3D%2211.79%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2216.16%22%20y1%3D%2245.99%22%20x2%3D%222.5%22%20y2%3D%2232.33%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        top: 4px;
    }
.unobtrusive-valid + label + .show-pass {right: 44px;}
.unobtrusive-error + label + .show-pass {right: 34px;}

.user-cabinet {
    padding-top: 0;
}
.user-cabinet .container{
    background: #fff;
    box-shadow: 2.5px 4.33px 79px 0px rgba(1, 1, 1, 0.2);
    padding: 0;
    max-width: 1200px;
}
.page .user-cabinet .calculator-right .text-smaller {display: block;text-align: left;margin: 20px 0 0;line-height: 16px;}
.page .user-cabinet .calculator-right .block {margin-bottom: 10px;}
.page .user-cabinet .agreement-link {margin-top: 10px;}
.user-cabinet .top-section {
    box-shadow: -0.868px -4.924px 79px 0px rgba(1, 1, 1, 0.1);
}
.user-cabinet .sms-number,
.user-cabinet .top-title {font-size: 24px;font-weight: bold;color:#5bb85d;line-height: 30px;padding: 40px 0;}
.top-navigation {display: flex;justify-content: space-between;align-items: center;padding: 30px 0;}
.top-navigation a {color:#bebebe;font-size: 14px;line-height: 18px;}
.top-navigation a:hover,
.top-navigation .active a {color:#5bb75d;text-decoration: underline;}
.user-cabinet .form-body {max-width: 100%;}
.user-cabinet .step-form{padding-top: 10px;}
.timer {color:#909090;font-size: 33px;line-height: 37px;position: absolute;top: -3px;left: 100%;margin-left: 20px;white-space: nowrap;}
.timer svg {display: inline-block;width: 34px;vertical-align: top;margin-top: 4px;}
.sms-timer .input-group {max-width: 207px;margin: 10px auto 20px;padding-left: 10px;}
.sms-button {display: inline-block;position: relative;}
.sms-timer .btn{display: inline-block;width: auto;line-height: 32px;padding: 0 15px;position: relative;}
.sms-timer .btn span {
    position: relative;
    z-index: 2;
}
.sms-timer .field-validation-error a {border-bottom: 1px solid #bcbcbc;}
.sms-timer .btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #5bb85d;
    transition: all 0.25s ease-in-out;
    z-index: 1;
}
.sms-timer .btn:hover:before {
    transform: scale(1.05);
}

.seo {
    padding-top: 20px;
}


.main-banner .banners .slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: 100%;
}

    .main-banner .banners .slick-list {
        overflow: hidden;
        height: 100%;
    }

    .main-banner .banners .slick-list .slick-track {
        height: 100%;
    }

    .main-banner .banners .slider .slide {
        float: left;
        padding: 0;
        position: relative;
        height: 100%;
    }
    .main-banner .banners .slider .slide-content {
        height: 100%;
    }

    .main-banner .banners .slider .slide-image {
        background-position-x: center;
        background-position-y: top;
        height: 100%;
        -ms-background-repeat: no-repeat;
        background-repeat: no-repeat;
    }

.main-banner .banners .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
}

    .main-banner .banners .slick-dots li {
        display: inline-block;
    }
    .main-banner .banners .slick-dots li button {
        width: 20px;
        height: 20px;
        margin: 5px;
        text-indent: -9999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .main-banner .banners .slick-dots li.slick-active button {
        width: 22px;
        height: 22px;
        margin: 0;
        background-color: #fff;
    }
.main-banner .banners .promo-link.desktop {
    display: block;
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    height: 100%;
}
.main-banner .banners .promo-link.mobile {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 200px;
}

@media screen and (min-width: 980px) {
    .form-body.fixed-width, .form-body.select-form {
        max-width: 100%;
    }
    .step-form .input-group,
    .step-form .select-group {
        display: flex;
    }
        .step-form .input-group:before,
        .step-form .select-group:before {
            content: '';
            display: flex;
            flex: 1;
        }

    .validation-error-container {
        display: flex;
        flex: 1;
        margin: 0;
        align-items: center;
        padding: 0;
        background: transparent;
        font-size: 16px;
        align-items: flex-start;
    }

    .sms-timer .field-validation-error,
    .field-validation-tooltip,
    .field-validation-error {
        font-size: 16px;
        padding: 11px 13px;
        margin: 0 0 0 10px;
    }

    .subscribe .field-validation-error {
        position: absolute;
        left: 15px;
        top: -35px;
        margin-top: 10px;
        max-width: 310px;
    }
    .subscribe .field-validation-error:before {
        content: none;
    }
    .subscribe .checkbox-group .field-validation-error {
        top: 50px;
        max-width: 310px;
    }

    .sms-timer .field-validation-error:before,
    .field-validation-tooltip:before,
    .field-validation-error:before {
        border: 6px solid transparent;
        border-right: 12px solid #e5443f;
        top: 12px;
        left: -16px;
    }
    .field-validation-tooltip {
        font-size: 13px;
        max-width: 100%;
        line-height: 15px;
        text-align: left;
    }
    .field-validation-tooltip:before {
        border-right-color:#5bb75d;
    }
    .sms-timer .field-validation-error:before {top: 50%;margin-top: -6px;}
    .sms-timer .field-validation-error {text-align: left;top:50%;transform: translate(0, -50%);font-size: 14px;line-height: 20px;margin: 0 0 0 20px;left: 100%;}
}

.step-form .form-footer {
    margin: 40px 0 10px;
    padding: 0 10px 0 0 ;
}
.step-form .form-footer .btn {
    width: 283px;
    line-height: 75px;
    font-size: 17px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    margin: 0 22px;
    position: relative;
}
.step-form .btn-back {
    background: #fff;
    color:#909090;
    border: 1px solid #909090;
    position: relative;
    line-height: 73px !important;
    transition: 0.25s ease-in-out;
}
.step-form .form-footer .btn span {
    position: relative;
    z-index: 2;
}
.step-form .form-footer .btn:after {
    position: absolute;
    content: '';
    top: 0;
    width: 0;
    height: 100%;
    background: #909090;
    transition: 0.25s ease-in-out;
}
.step-form .btn-back:hover {
    color:#fff;
}
.step-form .form-footer .btn-back:after {
    right: 0;
    background: #909090;
}
.step-form .form-footer .btn-green:after {
    left: 0;
    background: #3a3a3a;
}
.step-form .form-footer .btn:hover:after {
    width: 100%;
}

.step-form input:disabled + label,
.step-form input:disabled {
    opacity: 0.6;
}

.step-form input:disabled + label + .show-pass {
    display: none;
}

.flag-img{
    float:left;
    margin: 4px 10px 0 0;
}

@media screen and (max-width: 1440px) {
    .slogan { margin-left: 25px;}
}
@media screen and (max-width: 1400px) {
    .slogan {display: none;}

    .logo-with-social {
        left: 25px;
    }
    .crea-logo {
        right: 30px;
    }
    .flex-menu .col {
        max-width: 200px;
    }
    footer h4 br {
        display: block;
    }
}
@media screen and (max-width: 1245px) {
    .without-banner {
        padding-top: 96px;
    }
    .without-banner.image-header {
        padding-top: 73px;
    }
    .user-cabinet .container,
    .container {max-width: 100%;padding: 0 25px;box-shadow: none;}
    .portmane {left: 25px;}
    .chat {right: 25px;}
    .banner-text{
        font-size: 60px;
        line-height: 70px;
    }
    .phone-screen {
        min-width: 370px;
    }
    .phone-screen img {
        width: 320px;
    }
    .google-play .description {
        padding-top: 0;
        cursor: default;
    }
    .partners {
        margin-top: 0;
    }
    .big-numbers {
        padding-left: 40px;
    }
    .calculator {
        width: 520px;
    }

    .banner-text {
        width: calc(100% - 520px);
    }

    .categories .btn-white {font-size: 13px;}
    .field-validation-tooltip {
        width: 250px;
        white-space: normal;
    }
    .field-validation-tooltip br {
        display: none;
    }
}
@media screen and (max-width: 1060px) {
    .contact-info {
        top: 40px;
        left: 730px;
    }
    .index-form-container {
        padding: 40px 50px;
        width: 400px;
    }
    .social-register-block {
        padding-top: 55px;
    }
    .social-register-link span {
        line-height: 30px;
        font-size: 14px;
    }
    .page .calculator {
        padding: 20px 15px;
    }
    .page .calculator-left {
        padding-right: 10px;
    }
    .page .calculator-right {
        padding-left: 10px;
    }
}
@media screen and (max-width: 1024px) {
    #sale .popup-content {
        max-width: 635px;
        padding-bottom: 70px;
        border-bottom: 16px solid #5bb85d;
        padding-bottom: 40px;
    }
    #sale .popup-content:before,
    #sale .popup-content:after{
        display: none;
    }
    #sale .popup-content .inner {
        max-width: 395px;
        margin: 0 auto;
        position: relative;
        z-index: 3;
    }
    .popup .checkbox-group label:before {
        background: #ececec;
        border-color:#ececec;
    }
    .overflow-block {
        padding-top: 0;
    }
    .contact-page .container>.flex-cols{display: block;}
    .flex-cols .col-1{width: 45%;}
    .flex-cols .contacts {width: 55%;}
    .flex-cols .contacts,
    .flex-cols .col-1 {
        display: inline-block;vertical-align: top;
        margin: 0 -2px;
    }
    .flex-cols .form {width: 100%;padding-left: 0}
}
@media screen and (max-width: 1010px) {
    .nav > ul > li > a {
        padding: 3px 5px;
    }
    .pay .btn {
        margin-left: 10px;
    }
}
@media screen and (max-width: 985px) {
    .page .main-banner, .form-registration .top-section {
        display: none;
    }

}
@media screen and (max-width: 955px) {
    .contact-info {
        display: flex;
        flex-direction: column;
        color: #fff;
        position: absolute;
        top: 70px;
        left: 620px;
    }

    .desktop-big {
        display: none;
    }

    .container {
        padding: 0 5px;
    }

    .app .flex-cols .col {
        width: 250px;
    }

    .seo-links .links-block {
        padding: 35px 20px;
    }

    section.youtube .bottom-link {
        margin: 40px 0 90px 0;
    }

    .main-page .testimonials {
        padding-bottom: 80px;
    }

    .index-form-container {
        padding: 30px 30px;
        width: 350px;
    }

    .chat {
        bottom: 10%;
    }
}

@media screen and (max-width: 800px) {
    .app {
        background: #5BB85D;
    }

        .app h1 {
            margin-bottom: 40px;
            color: white;
            font-weight: 600;
        }
        .contact-info {
            color: #3a3a3a;
            position: static;
        }

        .phone-screen img {
            max-width: 142px;
        }

        header {
            z-index: 1000;
        }

        .desktop {
            display: none !important;
        }
        .text-dark-mobile {
            color: #0c0c0c;
        }
        .cookie-policy-block .actions-container {
            display: table-row;
            width: 100%;
        }
        footer {
            background: #fff;
            padding: 0;
        }
            footer li {
                margin: 10px 5px;
            }
        footer .social.mobile li {
            margin-right: 18px;
        }
            footer .footer-menu {
                display:block;
                margin: 10px 0;
            }
            footer .footer-menu li {
                display:block;
            }
            footer .social:not(.mobile) {
                display: none;
            }
        footer .container {
            max-width: 350px;
            text-align: left;
        }
        .copyring {
            margin: 0 5px;
        }
        .copyring span {
            color: #3a3a3a;
        }
        footer a {
            color: #5bb85d;
            font-weight: bold;
            margin: 0;
        }
        .container {
            padding: 0 44px;
        }

        .seo-links .container {
            padding: 0;
            font-size: 14px;
        }

        .seo-links .links-block {
            box-shadow: none;
        }

            .seo-links .links-block a {
                font-size: 12px;
                margin: 0 2px;
            }

        .financial-content .content {
            padding: 0 44px;
        }
        .youtube h2,
        .testimonials h2,
        .app h2,
        .form-login h2 {
            text-align: left !important;
            padding-left: 44px;
            margin-bottom: 35px;
            font-size: 38px;
            line-height: 40px;
        }

        section.youtube .flex-cols {
            margin-top: 0;
        }
        section.youtube .flex-cols .col {
            width: 100%;
        }
        .main-page .testimonials {
            padding-bottom: 50px;
        }
        .testimonials .slider {
            margin-bottom: 20px;
        }

        .app .container {
            padding: 0;
        }

        .app .text-center {
            padding: 0;
        }

        .app:before {
            content: none;
        }
        .app h2 {
            padding-left: 88px;
        }

/*        .app .mobile {
            padding-bottom: 0;
        }
*/
        .app .mobile-step {
            padding-bottom: 30px; 
            position: relative;
        }

        .app .mobile-step:before {
            position: absolute;
            content: '';
            background: #5bb85d;
            bottom: 10%;
            left: 0;
            width: 100%;
            z-index: 1;
            height: 60%
        }

        .app .mobile-step-content {
            /*            margin: 80px auto 50px auto; */
            position: relative;
            margin: auto;
            background: #fff;
            /*            box-shadow: 43px 46px 84px 0px rgba(1, 1, 1, 0.23);*/
            text-align: center;
            max-width: 90%;
            border-radius: 12px;
            z-index: 99;
        }

            .app .mobile-step-content .label {
                font-size: 20px;
                font-weight: bold;
                padding: 20px 0 20px 0;
/*                margin: 0 50px;*/
                color: #0c0c0c;
                line-height: 30px;
                min-height: 102px;
                justify-content: center;
                align-content: center;
            }

            .app .mobile-step-content .number-container {
                position: absolute;
                top: 0;
                left: 50%
            }
            .app .mobile-step-content .number {
                display: block;
                width: 38px;
                min-width: 38px;
                text-align: center;
                font-weight: bold;
                line-height: 38px;
                font-size: 23px;
                height: 38px;
                border-radius: 50%;
                background: #FB9202;
                color: #fff;
                position: relative;
                top: -19px;
                left: -50%;
            }

        .form-login {
            padding: 40px 0;
        }
        .index-form-container {
            width: 100%;
            float: none;
            padding: 0;
            height: auto;
            background: none;
            box-shadow: none;
        }
            .index-form-container.right {
                padding-top: 80px;
            }

            .form-login .btn {
                line-height: 50px;
                font-size: 25px;
                width: 100%;
            }
        .social-register-block {
            padding-top: 0;
            padding-left: 44px;
        }
        .social-register-link span {
            line-height: 35px;
            font-size: 20px;

        }
        .menu-open header:before {
            position: fixed;
            top: 0;
            left: 0;
            content: '';
            background: #fff;
            width: 100%;
            height: 77px;
            z-index: 8888;
        }
        section.google-play {
            padding-top: 40px;
        }
        .menu-dropdown .nav {
            display: block;
            position: fixed;
            z-index: 1000;
            background: #fff;
            transform: translate(0, -100%);
            transition: all 0.25s ease-in-out;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 100px 0;
            overflow: auto;
        }

            .menu-dropdown .nav li {
                display: block;
                text-align: center;
            }

                .menu-dropdown .nav li a {
                    font-size: 21px;
                    line-height: 50px;
                }

        .menu-open .menu-dropdown .nav {
            transform: translate(0, 0);
        }

        .login,
        .menu-button,
        .logo {
            position: relative;
            z-index: 9999;
        }

        .nav .submenu {
            position: relative;
            left: 0;
        }

        .nav li.showMenu-nodecoration > a {
            font-weight: bold;
            color: #5bb85d;
        }

        .menu-dropdown .nav .submenu a {
            font-size: 17px;
        }

        .page .main-banner .container,
        .main-banner .container {
            display: block;
            margin-top: 200px;
            padding: 0;
        }
        .page section {
            margin-bottom: 0;
        }
        .banner-text {
            width: 100%;
            padding-left: 0;
            margin-bottom: 60px;
        }

        .page .main-banner,
        .main-banner {
            height: auto;
            margin-top: 63px;
        }
        header {
            background: #fff;
        }
            header.sticky {
                background: #fff;
                box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.18);
            }
        .login {
            float: left;
        }

        .menu-dropdown {
            float: right;
        }

        .showMenu-nodecoration > a {
            position: relative;
        }

            .showMenu-nodecoration > a:before,
            .showMenu-nodecoration > a:after {
                position: absolute;
                content: '';
                background: #1d1d1b;
                transition: all 0.25s ease-in-out;
                background: #3eb249;
            }

            .showMenu-nodecoration > a:before {
                top: 27px;
                right: 10%;
                width: 16px;
                height: 2px;
            }

            .showMenu-nodecoration > a:after {
                top: 20px;
                right: calc(10% + 7px);
                width: 2px;
                height: 16px;
            }

            .showMenu-nodecoration > a.open-menu:after {
                display: none;
            }

        .menu-button {
            display: block;
            background: transparent;
            border: none;
            position: relative;
            width: 40px;
            height: 20px;
            margin-top: 13px;
            text-indent: -9999px;
        }
        .login {
            margin-right: 15px;
        }
            .menu-button:before,
            .menu-button:after {
                position: absolute;
                content: '';
                left: 0;
                width: 100%;
                height: 4px;
                background: #3a3a3a;
                top: 0;
                transition: all 0.25s ease-in-out;
            }

            .menu-button:after {
                bottom: 0;
                top: initial;
            }

        .menu-open .menu-button:after {
            transform: rotate(45deg);
            bottom: 8px;
        }

        .menu-open .menu-button:before {
            transform: rotate(-45deg);
            top: 8px;
        }
        .nav > ul > li.mobile {
            display: block;
        }
        /*.login .btn {
            width: 40px;
            line-height: 35px;
            display: block;
            text-indent: -9999px;
            background: transparent url('../img/key.png') no-repeat center;
            background-size: 100%;
        }*/

            .login .btn:before {
                display: none;
            }

        .page .calculator,
        .calculator {
            width: 100%;
            background: rgba(255, 255, 255, 0.8);
        }

        .page .calculator-left,
        .page .calculator-right {
            padding: 0;
            width: 100%;
            float: none;
        }

        .page .agreement-link {
            margin-top: 0;
        }

        .page .calculator-left .text-smaller,
        .calculator-left .text-smaller {
            display: none;
        }

        .page .calculator-right .text-smaller,
        .calculator-right .text-smaller {
            display: block;
        }

        .slider-line {
            margin-bottom: 15px;
            position: relative;
            padding-top: 10px;
        }

        .slider-text input {
            font-size: 25px;
        }
        .slider-amount .slider-selection,
        .slider-period .slider-selection {
            background: #4fc55d;
        }
        .slider-handle.round {
            position: absolute;
            top: 50%;
            width: 44px;
            height: 44px;
            z-index: 2;
            cursor: pointer;
            transform: translate(-50%,-50%);
        }
        .slider-amount .slider-handle,
        .slider-period .slider-handle {
            background-image: none;
        }
        .slider.slider-horizontal {
            height: 3px;
            background: #c9c9c9;
        }

            .slider.slider-horizontal:before,
            .slider.slider-horizontal:after {
                display: none;
            }



        .slider-handle.round:before {
            position: absolute;
            content: '';
            width: 30px;
            height: 30px;
            background: #4fc55d;
            border-radius: 50%;
            box-shadow: -14px 3px 20px 0px rgba(88, 88, 88, 0.32);
            z-index: 1;
            transition: 0.25s ease-in-out;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }
        .slider-handle.round:after {
            position: absolute;
            content: '';
            width: 4px;
            height: 4px;
            background: #fff;
            background-size: 32%;
            z-index: 2;
            border-radius: 2px;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

        .slider-button {
            display: block;
            position: absolute;
            content: '';
            width: 30px;
            height: 30px;
            background: #cbcbcb;
            border-radius: 50%;
            z-index: 1;
            transition: 0.25s ease-in-out;
            bottom: 10px;
            border: none;
        }
        .slider-button.down {
            left: 0;
        }

        .slider-button.up {
            right: 0;
        }

        .slider-button.down:before {
            position: absolute;
            content: '';
            transform: translate(-50%,-50%);
            width: 10px;
            height: 1px;
            background: #fff;
            z-index: 2;
        }

            .slider-button.up:before {
                position: absolute;
                content: '';
                transform: translate(-50%,-50%);
                width: 10px;
                height: 10px;
                background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207.69%207.69%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ecross%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22%D0%A8%D0%B0%D1%80_1%22%20data-name%3D%22%D0%A8%D0%B0%D1%80%201%22%3E%3Cline%20class%3D%22cls-1%22%20y1%3D%223.85%22%20x2%3D%227.69%22%20y2%3D%223.85%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%223.85%22%20y1%3D%227.69%22%20x2%3D%223.85%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
                background-size: 100%;
                z-index: 2;
            }

        .page .slider-period, .page .slider-amount,
        .slider-period, .slider-amount {
            width: 100%;
            padding: 53px 44px 14px;
            float: none;
            background: none;
        }

        .slider-text.amount,
        .slider-text.period {
            background: none;
        }


        .slider-text {
            width: 230px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: absolute;
            padding: 0;
            border-bottom: none;
            margin: 0;
            top: 0;
            left: 30px;
        }

            .slider-text span {
                display: inline-block;
                font-size: 18px;
            }

            .slider-text p {
                min-width: 110px;
                font-size: 20px;
            }

                .slider-text p:last-child {
                    float: right;
                    border-bottom: 2px solid #939190;
                    text-align: center;
                    font-weight: bold;
                    font-size: 30px;
                }

        input#AmountTextBox {
            display: inline-block;
            padding: 0;
        }
        input#PeriodTextBox {
            padding: 0;
        }
        .calculator-right .block {
            display: block;
        }
        .block .block-left {
            font-size: 16px;
            line-height: 24px;
        }
        .block .block-left .amount-row {
            display: flex;
        }
            .block .block-left .amount-row .amount-cell {
                width: 50%;
            }
        .block .block-left .amount-row .amount-cell:not(.text-right) {
            text-align: left;
            margin-left: 5px;
        }
        .loan-button-red {
            font-size: 14px;
            margin: 0 44px;
        }
            .img-shadow {
                padding-right: 0;
                text-align: center;
                margin-top: 100px;
            }

        .app .flex-cols {
            flex-direction: column-reverse;
        }

            .page .app .flex-cols .col {
                width: 100%;
            }

        .app:before {
            width: 100%;
            height: 350px;
            bottom: 0;
        }

        .big-numbers {
            padding: 0 22px;
        }

        .half-width-image .flex-cols {
            display: block;
            padding-top: 70px;
        }

            .half-width-image .flex-cols .col {
                width: 100%;
            }


        .half-width-image .image-holder {
            margin: 55px -25px 0;
            width: calc(100% + 50px);
        }

            .half-width-image .image-holder img,
            .half-width-image .image-holder iframe {
                width: 100%;
                max-width: 100%;
            }

        .boxes {
            width: 100%;
            display: block;
        }

            .boxes .box {
                width: 70%;
                margin: 0 auto;
            }

        .subscribe .input-group {
            width: 50%;
        }

        .subscribe button[type="submit"] {
            position: relative;
            right: initial;
            margin: 0 auto;
        }

        .partners-list li {
            margin: 0 0 30px;
            padding: 0 22px
        }

        .partners-list {
            flex-wrap: wrap;
        }

        .google-play .description h2 {
            display: none;
        }
        .google-play .description h3 {
            display: none;
        }

        .mobile,
        .app .flex-cols .number.mobile {
            display: block;
        }
        .agreement-link .mobile {
            display: inline-block;
        }
        .seo-block table th, .seo-block table td {
            padding-right: 20px;
        }

            .seo-block table th br,
            .desk,
            .app .flex-cols .number.desk {
                display: none;
            }

        .google-play h2, .google-play h3 {
            padding: 0 22px;
        }

        .description-list {
            display: block;
            padding-top: 0px;
        }

        .login.mobile {
            float: right;
        }
            .description-list li {
                width: 100%;
                margin-bottom: 22px;
            }

        .logo-with-social {
            width: 100%;
            position: relative;
            top: 0;
            left: 0;
            bottom: 0;
            padding: 0 44px;
        }

        footer .logo {
            max-width: 100px;
            margin-bottom: 0
        }

        .logo-with-social {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .crea-logo {
            right: 44px;
            bottom: 64px;
        }

        footer .container {
            padding: 45px 44px 20px;
        }
            
        footer .container.socials-footer {
            padding: 45px 88px 20px 0px;
            margin-left: 10px;
        }

        footer .flex-menu {
            display: block;
        }

        .flex-menu .col {
            max-width: 100%;
            padding-left: 30px;
        }

        footer h4 {
            min-height: 0;
            margin-bottom: 30px;
            position: relative;
        }

            footer h4 span {
                position: absolute;
                content: '';
                text-indent: -9999px;
                display: block;
                width: 17px;
                height: 17px;
                border-radius: 50%;
                background: #5bb85d;
                top: 4px;
                left: -30px;
            }

                footer h4 span:before,
                footer h4 span:after {
                    position: absolute;
                    content: '';
                    background: #fff;
                    transition: all 0.25s ease-in-out;
                }

                footer h4 span:before {
                    top: 8px;
                    left: 4px;
                    width: 9px;
                    height: 1px;
                }

                footer h4 span:after {
                    top: 4px;
                    left: 8px;
                    width: 1px;
                    height: 9px;
                }

            footer h4.open-menu span:after,
            footer h4 br {
                display: none;
            }

        .flex-menu ul {
            display: none;
        }

        .big-numbers .number-row {
            display: block;
            margin-bottom: 0;
        }

        .img-shadow {
            margin-top: 0;
        }

            .img-shadow .img-h {
                width: 100%;
                max-width: 445px;
                padding: 0 22px;
                margin: 0 auto;
            }

            .img-shadow img {
                position: relative;
                opacity: 1;
                box-shadow: none;
                max-width: 100%;
                box-shadow: none
            }

        .google-play-btn, .apple-store-btn {
            margin: 0 auto;
            margin-bottom: 20px;
            max-width: 95%;
        }

        .app .big-numbers {
            padding: 0px;
            position: relative;
            overflow: hidden;
            width: 100%;
        }

        .half-width-image {
            position: relative;
            z-index: 2;
        }

        .green .number {
            background: #e4e4e4;
        }

        .green h4 {
            color: #0c0c0c;
        }

        .app .flex-cols .slick-active .number,
        .slick-active .green .number {
            background: #5bb85d;
            color: #fff;
        }

        .slick-active h4,
        .slick-active .green h4 {
            color: #5bb85d;
        }

        .app .big-numbers .number-row {
            padding: 0 22px;
            float: left;
        }

        .app .big-numbers .slick-list {
            overflow: initial;
            overflow-x: hidden;
        }

        .slick-dots {
            width: 100%;
            text-align: center;
            margin-top: 40px;
            margin-bottom: 5px;
        }

            .slick-dots li {
                display: inline-block;
                margin: 0 16px;
                vertical-align: middle;
                padding: 0 !important;
                line-height: initial !important;
            }

                .slick-dots li:before {
                    display: none;
                }

                .slick-dots li button {
                    display: block;
                    text-indent: -9999px;
                    background: transparent;
                    width: 16px;
                    height: 16px;
                    position: relative;
                    border: none;
                }

                    .slick-dots li button:after {
                        position: absolute;
                        content: '';
                        width: 10px;
                        height: 10px;
                        top: 3px;
                        left: 3px;
                        border: 1px solid #acacac;
                        border-radius: 50%;
                        transition: all 0.25s ease-in-out;
                    }

                .slick-dots li.slick-active button:after {
                    background: #5bb85d;
                    border-color: #5bb85d;
                    width: 16px;
                    height: 16px;
                    top: 0;
                    left: 0;
                }

        .app:before {
            width: 100%;
            height: 30%;
            bottom: 15%;
        }

        .app {
            padding-bottom: 0;
        }

            .app .slick-arrow {
                top: initial;
                bottom: 38%;
                background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.4%2043.44%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23f8f8f8%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Earrow-mobile%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22%D0%A8%D0%B0%D1%80_1%22%20data-name%3D%22%D0%A8%D0%B0%D1%80%201%22%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%2222.05%22%20y1%3D%220.35%22%20x2%3D%220.35%22%20y2%3D%2222.05%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%220.35%22%20y1%3D%2221.4%22%20x2%3D%2222.05%22%20y2%3D%2243.09%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
                background-size: 20px 32px;
                z-index: 999;
                opacity: 1;
            }

        .big-numbers .title {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .number {
            min-width: 60px;
            line-height: 60px;
            height: 60px;
            width: 60px;
            font-size: 26px
        }

        .big-numbers .text {
            padding-left: 0;
            min-height: 250px;
        }

        .big-numbers h4 {
            margin-bottom: 0;
            padding-left: 20px;
        }

        .partners {
            margin-top: 50px;
        }

        .pagitest .question,
        .pagitest .answer {
            float: none;
            width: 100%;
        }

        .review-nav-item {
            display: inline-block;
        }

        .content-text .number-row:after {
            display: none;
        }

        .content-text .big-numbers .number-row {
            margin: 0
        }

        .content-text .big-numbers .text {
            min-height: 250px;
            margin-bottom: 30px;
        }

        .categories .btn-white {
            font-size: 15px;
        }

        .field-validation-tooltip {
            width: auto;
        }

        .form-registration {
            padding-top: 0;
        }

        .page .top-section .slider-period, .page .top-section .slider-amount {
            width: 100%;
            padding: 80px 45px 40px;
        }

        .page .top-section .calculator {
            width: 100%;
            margin-left: 0;
            padding: 30px 25px 25px;
        }

        .top-section .close {
            right: 25px;
        }

        .user header {
            box-shadow: -0.868px -4.924px 79px 0px rgba(1, 1, 1, 0.2);
        }

            .user header .clearer-block {
                display: flex;
                justify-content: space-between;
            }

                .user header .clearer-block:after {
                    display: none;
                }

            .user header .right,
            .user header .logo {
                float: none;
            }

        .user-menu-button {
            text-indent: -9999px;
            border: none;
            width: 30px;
            height: 45px;
            background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025.29%2036.76%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%233a3a3a%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ename%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2212.65%22%20cy%3D%227.03%22%20r%3D%226.03%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1%2C36.76V24.25c0-3%2C1.59-5.39%2C4.57-5.39H19.72%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M19.72%2C18.85h0c3%2C0%2C4.57%2C2.42%2C4.57%2C5.39V36.76%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
            background-size: 100%;
        }

        .user-cabinet {
            padding-top: 130px;
        }

        .top-navigation {
            position: fixed;
            top: 0;
            left: 0;
            transform: translate( -100%, 0);
            height: 100%;
            z-index: 5;
            width: 94%;
            background: #fff;
            display: block;
            padding: 120px 25px 50px;
            overflow: auto;
            transition: 0.25s ease-in-out;
        }

            .top-navigation li {
                display: block;
                padding: 10px 0;
            }

                .top-navigation li a {
                    display: inline-block;
                    font-size: 21px;
                    line-height: 40px;
                    white-space: nowrap;
                    color: #3a3a3a;
                }

                    .top-navigation li a:hover,
                    .top-navigation li.active a {
                        text-decoration: none;
                        color: #5bb85d;
                    }

        .user-menu-open .top-navigation {
            transform: translate(0,0);
        }

        .user-menu-open .user-menu-button {
            background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025.29%2036.76%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%235bb85d%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ename%3C%2Ftitle%3E%3Cg%20id%3D%22%D0%A1%D0%BB%D0%BE%D0%B9_2%22%20data-name%3D%22%D0%A1%D0%BB%D0%BE%D0%B9%202%22%3E%3Cg%20id%3D%22Icon_Set%22%20data-name%3D%22Icon%20Set%22%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2212.65%22%20cy%3D%227.03%22%20r%3D%226.03%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1%2C36.76V24.25c0-3%2C1.59-5.39%2C4.57-5.39H19.72%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M19.72%2C18.85h0c3%2C0%2C4.57%2C2.42%2C4.57%2C5.39V36.76%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
            background-size: 100%;
        }

        .user-cabinet .close {
            top: 30px;
            right: 20px;
        }

        .user-cabinet .calculator-left {
            display: none;
            padding-top: 20px;
        }

        .user-cabinet .calculator-result {
            background: #fff;
            color: #3a3a3a;
        }

        .user-cabinet .btn-change {
            display: inline-block;
            width: 45px;
        }

            .user-cabinet .btn-change span {
                text-indent: -9999px;
            }
    }

    @media screen and (max-width: 800px) {
        .seo-block table {
            width: 100%;
        }

        .programm-list > li {
            width: 33.33%;
            height: 210px;
        }

        .step-form .form-footer .btn {
            margin: 0 10px;
        }
    }

    @media screen and (max-width: 767px) {
        .user-cabinet {
            padding-top: 100px;
        }

            .user-cabinet .btn-change {
                margin-top: 0;
                margin-left: 3px;
                vertical-align: middle;
            }

                .user-cabinet .btn-change span {
                    line-height: 28px;
                    background-size: 17px;
                    padding-left: 30px;
                    background-position: center;
                    width: 30px;
                    margin: 0;
                }

            .user-cabinet .calculator-result {
                margin-bottom: -15px;
                position: relative;
                z-index: 3;
            }

                .user-cabinet .calculator-result .text {
                    font-size: 21px;
                    line-height: 30px;
                }

        .timer {
            position: relative;
            top: 0;
            display: block;
            left: 0;
            margin: 10px 0 0;
        }

        .form-registration {
            padding-top: 0;
        }

        .form-block h3 {
            font-size: 20px;
        }

        .flex-cols .contacts,
        .flex-cols .col-1 {
            width: 100%;
            margin: 0;
        }

        .flex-cols .contacts {
            padding: 0;
            margin: 30px 0;
            border-left: 0;
        }

        .contacts .col {
            padding: 0;
            width: 50%;
        }

            .contacts .col:first-child {
                width: 40%;
                padding-right: 15px;
            }

        .bonus-programm h1 {
            font-size: 20px
        }

        .padding-block {
            padding: 30px 0;
        }

        .bonus-programm h2 {
            font-size: 18px;
            line-height: 23px;
        }

        .bonus-programm .btn {
            font-size: 14px;
            margin: 0 auto;
        }

        .title-button {
            margin-top: 0;
            font-size: 15px;
            top: 10px
        }

        .bonus-programm li {
            width: 100%;
            float: none;
            height: auto
        }

            .bonus-programm li .table-cell:after, .bonus-programm li br {
                display: none
            }

        .img-shadow .img-h {
            max-width: 345px;
        }

        .app .slick-arrow {
            bottom: 34%;
        }

        /*.page .main-banner .container,
        .main-banner .container {
            margin-top: 74px;
        }*/

        /*.slider-text p:last-child {
            font-size: 21px;
        }*/

        /*.slider-text input {
            font-size: 21px;
        }*/

        /*input#AmountTextBox {
            width: 48px;
        }

        input#PeriodTextBox {
            width: 26px;
        }*/

        /*.slider-text p {
            min-width: 80px;
        }*/

        /*.slider-text p {
            min-width: 60px;
        }*/

        /*.slider-text {
            width: 165px;
            left: 44px;
        }*/

        .portmane {
            display: none;
        }

        /*.slider-text {
            left: 44px;
        }*/

        /*.agreement-link a {
            font-size: 13px;
            margin: 0;
        }*/

            .agreement-link a + a {
                margin-left: 10px;
            }

        .partners {
            margin-top: 50px;
        }

        /*header .logo {
            max-width: 90px;
        }*/

        /*.login .btn {
            width: 25px;
            line-height: 30px;
        }*/

        /*.menu-button {
            width: 25px;
            height: 15px;
        }*/

            /*.menu-button:before, .menu-button:after {
                height: 3px;
            }*/

        /*.menu-open .menu-button:after {
            bottom: 6px;
        }

        .menu-open .menu-button:before {
            top: 6px;
        }*/

        .content-block h1,
        h1, .banner-text {
            font-size: 28px;
            line-height: 33px;
        }
        .content-block h2,
        h2,
        h2.header-smaller {
            font-size: 24px;
            line-height: 28px;
        }
        .banner-text {
            margin-bottom: 25px;
        }

        /*.page .slider-period, .page .slider-amount,
        .slider-period, .slider-amount {
            padding: 53px 44px 14px;
        }*/

        /*.slider-handle.round:before {
            width: 30px;
            height: 30px;
        }*/

        /*.slider-line {
            margin-bottom: 15px;
            position: relative;
        }*/

        /*.slider-selection:before {
            position: absolute;
            content: '';
            top: 50%;
            left: -44px;
            transform: translate(0,-50%);
            width: 30px;
            height: 30px;
            background: #cbcbcb;
            border-radius: 50%;
            z-index: 1;
            transition: 0.25s ease-in-out;
        }

        .slider-selection:after {
            position: absolute;
            content: '';
            top: 50%;
            left: -34px;
            transform: translate(0,-50%);
            width: 10px;
            height: 1px;
            background: #fff;
            z-index: 2;
        }*/

        .slider-selection:before:hover {
            background: #5bb85d;
        }

        /*.slider-track:before {
            position: absolute;
            content: '';
            top: 50%;
            right: -44px;
            transform: translate(0,-50%);
            width: 30px;
            height: 30px;
            background: #cbcbcb;
            border-radius: 50%;
            z-index: 1;
            transition: 0.25s ease-in-out;
        }

        .slider-track:after {
            position: absolute;
            content: '';
            top: 50%;
            right: -34px;
            transform: translate(0,-50%);
            width: 10px;
            height: 10px;
            background: url(../img/cross-white.svg) no-repeat center;
            background-size: 100%;
            z-index: 2;
        }*/

        .slider-track:before:hover {
            background: #5bb85d;
        }

        /*.calculator-right .text-smaller {
            margin: 15px 0 3px;
            line-height: 17px;
        }*/

        /*.slider-handle.round:after {
            position: absolute;
            content: '';
            width: 4px;
            height: 4px;
            background: #fff;
            background-size: 32%;
            z-index: 2;
            border-radius: 2px;
        }*/

        /*.slider.slider-horizontal {
            height: 3px;
        }*/

        /*.block .block-left {
            font-size: 14px;
            line-height: 20px;
        }*/

        /*.loan-button-red {
            line-height: 65px;
            font-size: 14px;
        }*/

        .content-text h2,
        .content-block h2 {
            font-size: 30px;
            line-height: 32px;
        }

        .seo-block h1,
        .seo-block h2 {
            text-align: center !important;
        }

        .app.content-text h1 {
            text-align: center !important
        }

        .subscribe .header h3 {
            font-size: 21px;
            line-height: 26px;
            text-align: left !important;
            padding-right: 20px;
        }

        .pozichka .subscribe:after {
            display: none;
        }

        .pozichka .btn-full-width {
            margin-top: 40px;
            line-height: 70px;
            font-size: 15px;
        }

        .pozichka h2 {
            text-align: center !important;
        }

        .categories .btn-white {
            font-size: 14px;
            letter-spacing: 1px;
            line-height: 35px;
        }

        .categories .mobile-button {
            display: block;
        }

        .categories .col:nth-child(n+9) {
            display: none;
        }

        .categories .col {
            margin-bottom: 15px;
        }

        .boxes .box {
            width: 100%;
        }

        .content-block h3,
        h3 {
            font-size: 21px;
            line-height: 25px;
        }

        .box .btn {
            line-height: 60px;
            font-size: 15px;
        }

        .paralax-bg {
            padding-bottom: 0;
        }

            .paralax-bg:before {
                bottom: 10%;
                height: 80%;
                left: -25px;
                right: -25px;
                width: calc(100% + 50px)
            }

        section {
            padding-top: 40px;
        }
        .page section .container {
            margin-top: 50px;
        }
        section.unpadded .container{
            margin-top: 0;
        }
        .testimonials .slider {
            padding: 0 22px;
        }

        .form-subscribe {
            padding: 50px 0;
        }

        .subscribe {
            padding: 0 22px;
        }

            .subscribe .header {
                text-align: left;
                font-size: 14px;
                margin-bottom: 20px;
            }

            .subscribe .input-group {
                width: 100%;
                float: none;
            }

            .subscribe .field-validation-error,
            .subscribe .checkbox-group .field-validation-error {
                margin: 10px -15px 0;
            }

            .subscribe .input-group label {
                float: none;
            }

            .subscribe .input-group {
                margin-bottom: 0;
                padding-right: 0;
            }

            .subscribe .checkbox-group {
            }

            .subscribe:after {
                right: 24px;
                top: 79px;
                width: 26px;
                height: 99px;
                background-size: 100% 100%;
            }

            .subscribe button[type="submit"] {
                line-height: 60px;
                font-size: 15px;
            }

        .phone-screen {
            min-width: 50%;
        }

        .description-list .text {
            font-size: 16px;
            line-height: 20px;
        }


        .partners-list li {
            margin: 0px 0 10px;
            padding: 0 10px;
            width: 50%;
        }

        .partners {
            padding-bottom: 40px;
        }

        .seo-block .container {
            padding: 0;
            font-size: 14px;
        }

        .seo-block .grey-bg {
            padding: 50px 44px;
        }

        .seo-block .text-center {
            margin-bottom: 30px;
        }

        .seo-block .col {
            width: 100%;
            padding: 0;
        }

        .seo-block .flex-cols {
            display: block;
            margin: 0
        }

        .seo-block p {
            font-size: 14px;
            margin-bottom: 25px;
        }

        .seo-block table {
            margin: 30px 0;
        }

            .seo-block table th, .seo-block table td {
                font-size: 14px;
                line-height: 20px;
                padding: 10px 20px 10px 0
            }

        .seo-block h3 {
            font-size: 16px;
            font-weight: bold;
        }

        h4,
        footer h4 {
            font-size: 18px;
            line-height: 24px;
        }

        .copyring span {
            font-size: 13px;
        }

        .boxes .box {
            padding: 40px 44px;
        }

        .toggle .open-close:before, .toggle .open-close:after {
            transform: translate(0,-50%);
            top: 50%;
        }

        .toggle .open-close {
            padding-left: 34px;
        }

        .toggle,
        .toggle h4 {
            margin-bottom: 25px;
        }

        .testimonials .slick-arrow {
            background-size: 100%;
            width: 15px;
            height: 25px;
        }

        .testimonials .slider .slide {
            padding: 0 22px;
        }

        .testimonials .raiting img {
            width: 15px;
        }

        .testimonials .header {
            text-align: right;
            margin-bottom: 20px;
            font-size: 13px;
            line-height: 15px;
            color: #838383;
        }

        .subscribe .header p {
            max-width: 80%;
        }

        .subscribe .checkbox-group label {
            padding-left: 30px;
        }

            .subscribe .checkbox-group label:before {
                height: 17px;
                width: 17px;
            }

        .subscribe .checkbox-group input:checked + label:after,
        .subscribe .checkbox-group input:checked + input + label:after {
            position: absolute;
            left: 5px;
            top: 5px;
            height: 9px;
            width: 9px;
        }

        .chat-content {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
        }

        /*.calculator-right .block {
            margin-bottom: 17px;
        }*/

        /*.menu-dropdown {
            margin: 8px 0 0 25px;
        }*/

        /*.login {
            margin-top: 0;
        }*/

        /*.menu-open .login .btn {
            line-height: 30px;
            background: #5bb85d;
            text-indent: 0;
            width: 124px;
            font-weight: normal;
            letter-spacing: 2px;
        }*/

        .half-width-image .flex-cols {
            padding-top: 55px;
        }

        .without-banner {
            padding-top: 80px;
        }
        .without-banner.image-header {
            padding-top: 63px;
        }
        .article-head-title,
        .article-head-image,
        .slider-head {
            display: none !important;
        }

        .page section.form-registration .container {
            padding: 0;
            margin-top: 0;
        }

        .title-section {
            padding: 25px 40px;
            text-align: left
        }

            .title-section .icon {
                float: left;
                width: 25px;
                height: 25px;
                margin: 3px 10px 0 0;
            }

                .title-section .icon svg {
                    max-width: 70%;
                    max-height: 70%;
                }

            .title-section .step:before,
            .title-section .step {
                display: none;
            }

                .title-section .step.active {
                    display: block;
                    margin: 0
                }

        .step-form {
            padding: 0px 30px 50px 40px;
            box-shadow: none;
        }

            .step-form p {
                font-size: 14px;
                line-height: 18px;
            }

                .step-form p br {
                    display: none;
                }

            .step-form .small {
                font-size: 11px;
                line-height: 15px;
            }

        .calculator-result .text {
            font-size: 28px;
            line-height: 33px;
        }

        .step-form .form-footer {
            margin: 0 0 0;
            display: flex;
            flex-wrap: wrap-reverse
        }

            .step-form .form-footer .btn {
                width: 100%;
                max-width: 245px;
                display: block;
                margin: 30px auto 0;
                line-height: 60px !important;
                font-size: 15px;
            }

        .step-form .checkbox-group {
            text-align: left;
            padding-right: 10px;
        }

        .field-validation-tooltip {
            line-height: 16px;
        }

        .step-form .checkbox-group label {
            line-height: 21px;
            padding-left: 36px;
            font-size: 12px;
        }

            .step-form .checkbox-group .accept-reg:checked + label:before,
            .step-form .checkbox-group .accept-reg:checked + input + label:before,
            .step-form .checkbox-group label:before,
            .step-form .checkbox-group input.unobtrusive-error + input + label:before {
                width: 18px;
                height: 18px;
            }

        .step-form .checkbox-group input:checked + label:after,
        .step-form .checkbox-group input:checked + input + label:after {
            width: 10px;
            height: 10px;
            top: 5px;
            left: 5px;
        }

        .step-form .checkbox-group .accept-reg + label:before,
        .step-form .checkbox-group .unobtrusive-error + label:before {
            width: 15px;
            height: 15px;
        }

        .checkbox-group.right-out {
            margin: 0 0px 30px 25px
        }
        .checkbox-group.checkbox-group-child {
            margin-top: 15px;
            margin-bottom: 0;
        }

        .input-group input,
        .select-group .select-styled {
            padding-right: 40px !important;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        .step-form .input-group input.placeholder-smaller::-webkit-input-placeholder {
            font-size: 13px;
        }
        .step-form .input-group input.placeholder-smaller::-moz-placeholder {
            font-size: 13px;
        }
        .step-form .input-group input.placeholder-smaller:-moz-placeholder {
            font-size: 13px;
        }
        .step-form .input-group input.placeholder-smaller:-ms-input-placeholder {
            font-size: 13px;
        }

        .user h1 {
            text-align: center !important;
        }

        .user-cabinet .container {
            padding: 0;
        }

        .user-cabinet .sms-number br, .user-cabinet .top-title br {
            display: none;
        }

        .user-cabinet .sms-number, .user-cabinet .top-title {
            font-size: 14px;
            line-height: 18px;
            padding: 20px 40px;
        }

        .user-cabinet .sms-number {
            padding: 20px 0;
        }

        .page .user-cabinet .calculator-right .text-smaller {
            text-align: center;
        }

        .user-menu-button {
            width: 15px;
            height: 27px;
        }

        .top-navigation {
            padding-top: 100px;
        }

        .sms-timer .input-group {
            max-width: 360px;
        }

        .page .top-section .slider-period, .page .top-section .slider-amount {
            padding: 50px 45px 40px;
        }
    }
@media screen and (max-width: 475px) {
    .loan-button-red {
        font-size: 14px;
        margin: 0;
        padding: 10px 5px;
    }

    .seo-links a {
        margin: 0;
    }
}
@media screen and (max-width: 460px) {
    .container {
        padding: 0 10px;
    }

    .youtube h2, .testimonials h2, .app h2, .form-login h2, .google-play h2, .google-play h3,.app h2,
    .social-register-block {
        padding-left: 10px;
    }

    .phone-screen {
        margin-left: -25px;
    }

    .financial-content .content {
        padding: 0 20px;
    }

    .seo-block .grey-bg {
        padding: 30px 20px;
    }

    .seo-links .container {
        padding: 0;
    }
}
@media screen and (max-width: 430px) {
    .app.content-text:before {
        width: 100%;
        height: 27%;
        bottom: 13%;
    }

    .app.content-text .slick-arrow {
        bottom: 28%;
    }

    .ref-pagination .page-numbers {
        width: 45px;
        line-height: 43px;
    }

    .overflow-block {
        padding-bottom: 50px;
    }

    .popup-content h3 {
        font-size: 24px !important;
        line-height: 30px;
    }

    .popup-content .close {
        top: 18px;
        right: 18px;
        width: 14px;
        height: 14px;
    }

        .popup-content .close:before,
        .popup-content .close:after {
            width: 18px;
            left: -2px;
        }

        .popup-content .close:before {
            top: 6px;
        }

        .popup-content .close:after {
            bottom: 6px;
        }

    .popup-content p {
        margin-right: 0;
    }

    .popup-content .inner,
    #sale .popup-content .inner {
        max-width: 100%;
        padding-top: 50px;
    }

    .seo-block table th, .seo-block table td {
        font-size: 13px;
    }

    .agreement-link a {
        font-size: 12px;
    }

    .block .block-left {
        font-size: 12px;
    }
}
@media screen and (max-width: 395px) {
    body {
        min-width: 320px;
    }
    .logo {
        max-width: 120px;
    }
    .menu-button {
        margin-top: 7px;
    }
    .login {
        margin-top: 0;
    }
        .login .btn {
            line-height: 33px;
            width: 120px;
            font-size: 13px;
        }
    .loan-button-text {
        font-size: 15px;
        line-height: 25px;
    }
    .page section .container {
        margin-top: 30px;
    }
}
@media screen and (max-width: 374px) {
    .agreement-link a {
        display: inline-block;
        clear: both;
    }

        .agreement-link a + a {
            margin: 15px 0 0;
        }

    .boxes .box {
        padding: 40px 25px;
    }

    .restore-password-app {
        display: flex;
        flex-wrap: wrap;
        gap: -40px;
    }

    .restore-password-app a{
        margin-bottom:-10px;
    }
}

    .clearfix:after {
        content: "\20";
        display: table;
        height: 0;
        overflow: hidden;
        clear: both;
    }

    .clearfix:before {
        content: "\20";
        display: table;
        height: 0;
        overflow: hidden;
    }

a.overflow-ellipsis {
    width: calc(95%);
    white-space: nowrap;
    overflow: hidden;
}
.overflow-ellipsis {
    text-overflow: ellipsis;
}

.restore-password-text {
    position: relative;
    width: 100%;
    margin-top: -5px;
    text-align: justify;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.restore-password-text.green {
    color: #5BB85D;
    text-decoration-line: underline;
}

.restore-password-app {
    width: 100%;
    margin-top: -10px;
    margin-bottom: 10px;
    display: flex;
    gap: 30px;
}

.subscribe-section {
    padding: 0;
    display: flex;
    justify-content: center;
}

.subsribe-block {
    max-width: 100%;
    height: 90px;
    background: linear-gradient(to left, rgba(22, 159, 31, 0.22), rgba(75, 233, 255, 0.22));
    margin-bottom: 50px;
    border-radius: 10px;
}

.subsribe-block form {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    gap: 10px;
}

.subscribe-content-text {
    width: 800px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    padding-left: 40px;
}

.subscribe-content-mail {
    width: 340px;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.subscribe-content-mail input {
    height: 45px;
    min-width: 150px;
    width: 100%;
    border: none;
    border-radius: 5px;
    padding-left: 40px;
}

.subscribe-content-mail .icon {
    position: absolute;
    left: 10px;
    width: 22px;
    height: 22px;
}

.subscribe-btn {
    width: 340px;
    min-width: 150px;
    height: 45px;
    background: rgba(22, 159, 74, 1);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
    margin-left: 10px;
}

    .subscribe-btn button {
        color: white;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        background: rgba(22, 159, 74, 1);
        border: none;
        padding: 0 10px;
        font-family: 'Open Sans', Arial, sans-serif;
    }

.subscribe-content-policy {
    font-size: 11px;
    color: gray;
    line-height: 1.2em;
    text-align: justify;
}

.subsribe-block form .field-validation-error {
    font-size: 12px;
}

#subscribe-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    z-index: 1000;
    background-color: rgba(0,0,0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.subscribe-popup-content {
    width: 630px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#close-popup-btn {
    align-self:flex-end;
    font-size: 35px;
    cursor: pointer;
}

.subscribe-popup-header {
    color: rgba(22, 159, 74, 1);
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
    padding-top: 40px;
    padding-bottom: 30px;
}

.popup-icon {
    width: 30px;
    height: 30px;
}

.popup-first-text {
    padding-top: 40px;
    font-weight: 400;
    font-size: 20px;
}

.popup-second-text {
    padding-top: 10px;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 30px;
}

.popup-subscribe-btn {
    width: 220px;
    height: 50px;
    background: rgba(22, 159, 74, 1);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: white;
    font-size: 16px;
}

@media screen and (max-width: 1350px) {
    .subsribe-block {
        max-width: 98%;
    }
}

@media screen and (max-width: 800px) {
    .subsribe-block {
        width: 340px;
        height: 370px;
        margin-top: 20px;
    }

        .subsribe-block form {
            display: block;
            justify-content: center;
            align-items: center;
            text-align: center;
            height: 100%;
            max-width: 100%;
            gap: 0;
        }

    form div button {
        display: block;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .subscribe-content-text {
        max-width: 100%;
        padding: 35px 10px 35px 10px;
        font-size: 18px;
    }

    .subscribe-content-mail {
        width: 90%;
        padding-bottom: 20px;
    }

    .subscribe-btn {
        width: 90%;
        margin: 0;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

        .subscribe-btn button {
            text-transform: none;
        }

    .subscribe-content-policy {
        width: 90%;
        padding-top: 10px;
        display: inline-block;
    }

    .subscribe-popup-content {
        width: 335px;
        height: 370px;
    }

    .subscribe-popup-header {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .popup-first-text {
        padding-top: 20px;
        text-align: center;
    }

    .popup-second-text {
        padding-bottom: 40px;
    }

    .popup-subscribe-btn {
        height: 40px;
    }
}


#subscribe-email {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    z-index: 1000;
    background-color: rgba(0,0,0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.subscribe-email-popup {
    width: 820px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(270deg, #D7EFD9 50.03%, #A1D8FF 96.86%);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    color: #000;
}

.subscribe-email-popup-payload {
    padding-left: 40px;
}

.subscribe-email-fon-icon {
    background: url(../img/subscribe-email-fon.png) no-repeat top right;
    width: 100%;
    height: 100%;
    margin-right: -2px;
    border-radius: 0 10px 10px 0;
}

.subscribe-email-btn-close {
    width: 35px;
    height: 35px;
    background: url(../img/btn-close-icon.svg) no-repeat top right;
    float: right;
    margin-right: -40px;
    cursor:pointer;
}

.subscribe-email-popup div{
   flex: 1;
}

.subscribe-email-header {
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 20px;
}

.subscribe-email-info {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 60px;
}

.subscribe-email-info-text {
    width: 200%;
    padding-bottom: 15px;
    font-weight: 600;
}

.subscribe-email-input {
    width: 330px;
    height: 55px;
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}

.subscribe-email-input input {
    height: 55px;
    min-width: 150px;
    width: 100%;
    border: none;
    border-radius: 5px;
    padding-left: 20px;
}

.subscribe-email-input input::placeholder{
    font-size: 18px;
    color: #D7D7D7;
}

.subscribe-email-button {
    width: 330px;
    height: 55px;
    position: relative;
    display: inline-flex;
    background: rgba(22, 159, 74, 1);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    cursor: pointer;
}

.subscribe-email-button button {
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    background: rgba(22, 159, 74, 1);
    border: none;
}

.subscribe-email-button button[type="submit"]{
    line-height: 20px;
}

.subscribe-email-button button[type="submit"]::after{
    background: none;
}

.success-info-popup {
    padding-top: 100px;
}

.success-info-popup .subscribe-email-info {
    padding-top: 10px;
}

.success-info-popup .subscribe-email-button{
    margin: 0;
}

.subscribe-email-tooltip {
    position: relative;
    display: inline-block;
}

#subscribe-email-tooltiptext {
    display: none;
    width: 350px;
    background-color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    margin-left: -280px;
    margin-top: 10px;
    font-size: 12px;
    border: 1px solid rgba(189, 189, 189, 1);
}

#subscribe-email-tooltiptext:before {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-bottom-color: rgba(189, 189, 189, 1);
}

#subscribe-email-tooltiptext:after {
    content: '';
    display: block;
    position: absolute;
    left: 11px;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: white;
}

.subscribe-email-warning {
    width: 24px;
    height: 23px;
    background: url(../img/subscribe-email-warning.svg) no-repeat top right;
    float: left;
    margin-left: 5px;
}

.subscribe-email-btns {
    width: 200%;
    margin-left: -33px;
}

@media screen and (max-width: 800px) {
    .subscribe-email-popup {
        width: 360px;
        height: 450px;
    }

    .subscribe-email-popup-payload {
        padding-left: 20px;
    }

    .subscribe-email-header {
        font-size: 20px;
        line-height: 22px;
    }

    .subscribe-email-info {
        font-size: 12px;
        line-height: 15px;
        padding-bottom: 40px;
    }

    .subscribe-email-info-text {
        font-size: 8px;
        line-height: 12px;
    }

    .subscribe-email-fon-icon {
        background: url(../img/subscribe-email-fon-small.png) no-repeat top right;
        padding-left: 20px;
    }

    .subscribe-email-btn-close {
        float: right;
        margin-top: -40px;
        margin-right: 5px;
    }

    .subscribe-email-input {
       /* width: 300px;*/
        height: 40px;
        display: table-row;
        margin-right: 0;
    }

    .subscribe-email-input input {
        height: 40px;
    }

    .subscribe-email-input input::placeholder{
        font-size: 14px;
    }

    .subscribe-email-btns {
        display:table;
        max-width: 200%;
        border-collapse:separate;
        border-spacing: 13px;
        margin-left: -13px;
        margin-top: -15px;
    }

    .subscribe-email-button {
        height: 40px;
        display: table-cell;
        text-align: center;
        border-radius: 5px;
    }

    .subscribe-email-button button {
        padding-top: 12px;
        font-size: 13px;
        font-weight: 600;
    }

    #subscribe-email-tooltiptext {
        margin-left: -315px;
        width: 325px;
        font-size: 11px;
    }

    .subscribe-email-button.success-btn {
       display: block;
       width: 190%;
    }

    .subscribe-email-button button[type="submit"] {
        font-size: 14px;
        border-radius: 5px;
    }
}

.popup .code-group {
    display:flex;
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}
.popup .code-group .code-input{
    margin: 0 auto;
}
.popup .code-group .otp-code-input {
    display: grid; 
    grid-template-columns: repeat(4, auto); 
    gap: 10px;
}
.popup .code-group label{
    text-indent: -9999px;
    padding: 4px 0 23px 40px;
    position: absolute;
}
    .popup .code-group .code-input + label {
        background: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%09%3Cpath%20d%3D%22M15.75%201.5C14.6959%201.49976%2013.6565%201.74642%2012.7149%202.22023C11.7734%202.69404%2010.9559%203.38181%2010.328%204.22844C9.7001%205.07506%209.27925%206.057%209.09917%207.09555C8.91909%208.13411%208.98479%209.20041%209.291%2010.209L1.5%2018V22.5H6L13.791%2014.709C14.7194%2014.9908%2015.6977%2015.0692%2016.6591%2014.9387C17.6206%2014.8083%2018.5426%2014.4721%2019.3624%2013.953C20.1821%2013.434%2020.8804%2012.7444%2021.4095%2011.9311C21.9386%2011.1178%2022.2862%2010.2%2022.4285%209.24025C22.5709%208.28049%2022.5046%207.30132%2022.2343%206.36948C21.964%205.43764%2021.496%204.57502%2020.8622%203.84042C20.2283%203.10582%2019.4436%202.51649%2018.5614%202.11261C17.6792%201.70872%2016.7203%201.49978%2015.75%201.5ZM15.75%2013.5C15.2336%2013.4997%2014.7201%2013.4234%2014.226%2013.2735L13.3657%2013.0125L12.7305%2013.6478L10.3448%2016.0335L9.3105%2015L8.25%2016.0605L9.28425%2017.0947L8.09475%2018.2843L7.0605%2017.25L6%2018.3105L7.03425%2019.3447L5.379%2021H3V18.621L10.3515%2011.2695L10.9875%2010.6342L10.7265%209.774C10.4059%208.71724%2010.4268%207.58631%2010.786%206.54207C11.1453%205.49784%2011.8247%204.59347%2012.7275%203.95762C13.6304%203.32177%2014.7108%202.98681%2015.815%203.0004C16.9192%203.01398%2017.9911%203.37542%2018.878%204.03329C19.765%204.69116%2020.4219%205.61197%2020.7554%206.66473C21.0888%207.71749%2021.0818%208.84859%2020.7354%209.89714C20.3889%2010.9457%2019.7206%2011.8583%2018.8256%2012.5051C17.9305%2013.152%2016.8543%2013.5001%2015.75%2013.5Z%22%20fill%3D%22%235BB85D%22%2F%3E%0A%09%3Cpath%20d%3D%22M16.5%209C17.3284%209%2018%208.32843%2018%207.5C18%206.67157%2017.3284%206%2016.5%206C15.6716%206%2015%206.67157%2015%207.5C15%208.32843%2015.6716%209%2016.5%209Z%22%20fill%3D%22%235BB85D%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat top left;
        background-size: 31px 31px;
    }
.popup #otp-text-success {
    color: rgba(91, 184, 93, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}
.popup #login-otp-code {
    width: 100%;
    font-size: 17px;
    line-height: 75px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: #5bb85d;
    margin-top: 30px;
    margin-bottom: 40px;
    position: relative;
    color: #fff;
}
.popup #login-otp-code:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background: #3a3a3a;
    color: #fff;
    z-index: 1;
    transition: all 0.25s ease-in-out;
    height: 100%;
    width: 0;
}
.popup #login-otp-code:hover:after{
    width: 100%;
}
.popup #login-otp-code span {
    position: relative;
    z-index: 2;
}
.popup #form-login-popup #login-button {
    margin-top: 22px;
}

.popup #form-login-popup #login-button.unobtrusive-valid {
    position: relative;
    top: -20px;
    margin-bottom: 0;
}
.popup .code-group .code-input input {
    width: 28px;
    height: 28px;
    border: 1px solid rgba(185, 185, 185, 1);
    font-size: 20px;
    text-align: center;
}
.popup #send-otp-code:disabled {
    color: #ccc;
    border-color: #ccc;
    cursor: not-allowed;
}
.popup #send-otp-code:hover:not([disabled]) {
    position: relative;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    content: '';
    border: 2px solid #5bb85d;
    transition: all 0.25s ease-in-out;
    z-index: 1;
    border-radius: 5px;
    transform: scale(1.02);
}
@media screen and (max-width: 800px) {
    .popup .code-group .code-input input {
        text-align: left;
        padding-left: 3px;
    }
}

/*reg slider*/
.reg-steps {
    display: flex;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(164, 164, 164, 0.4);
    border-radius: 50px;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
}

.reg-step {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    border: 1px solid #fff;
    color: #fff;
    background: #5BB85D;
    position: relative;
    margin-left: -30px;
    z-index: 0;
    width: 50%;
    max-width: 50%;
    min-width: 120px;
    text-align: center;
    border-radius: 0 50px 50px 0;
}

.reg-step:first-child {
    margin-left: 0;
    border-radius: 50px;
}

.reg-step.active ~ .reg-step {
    color: #A1A1A1;
    background: #fff;
}

.reg-step.active {
    color: #5BB85D;
    background: #fff;
}

.step-form-container {
    background: #fff;
    box-shadow: -0.868px -4.924px 79px 0px rgba(1, 1, 1, 0.1);
    padding: 25px 50px;
}

@media screen and ( max-width: 800px) {
    .reg-steps {
        font-size: 13px;
        line-height: 16px;
    }
    .step-form-container {
        padding: 10px;
    }
}

@media screen and ( max-width: 530px) {
    .reg-steps {
        font-size: 10px;
        line-height: 13px;
    }
    .reg-step {
        padding: 5px 30px;
        min-width: 100px;
        margin-left: -25px;
    }
}
/*reg slider*/


/* new footer new socials*/
.footer-container {
    background: #3e3e3e;
    color: #fff;
    padding: 40px 60px 20px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 160px;
}

.footer-col-header {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.3;
    text-align: left;
}

.footer-col a {
    color: #FFFFFF;
    font-size: 18px;
    text-decoration: none;
    text-align: left;
}

        .footer-col a:hover {
            text-decoration: underline;
        }


.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .footer-logo img {
        max-width: 160px;
        height: auto;
    }

.footer-divider {
    margin-top: 30px;
    border-top: 1px solid rgba(22, 159, 74, 1);
}

.socials-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.socials-networks-label {
    font-size: 46px;
    line-height: 30px;
}

.socials-networks .desktop {
    display: flex;
    justify-content: center;
}

.socials {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

    .socials img {
        width: 65px;
        height: 65px;
    }

.social-small .socials {
    padding-top: 30px;
    gap: 10px !important;
}

section.socials-networks {
    padding-top: 30px !important;
    align-content: center;
    justify-content: center;
}

.socials-small img {
    width: 40px;
    height: 40px;
    display: block;
}

.socials-small .socials-wrapper {
    padding-top: 0 !important;
}


@media screen and (max-width: 800px) {
    .socials-networks .desktop {
        display: none !important;
    }

    .footer-new {
        padding: 0 0 0 15px !important;
        margin: 0 !important;
    }

    .footer-top {
        flex-direction: column;
        align-items: stretch;
    }

    .footer-col {
        width: 100%;
        min-width: 0;
        align-items: flex-start;
    }
        .footer-col a {
            text-align: left;
            font-weight: 400;
            font-size: 16px;
            color: black;
        }

        .footer-col-header a {
            text-align: left;
            color: black;
            font-size: 20px;
            font-weight: 600;
            line-height: 1;
        }

    .footer-logo {
        align-items: flex-start;
    }

        .footer-logo img {
            max-width: 120px;
            height: auto;
        }

    .socials img {
        width: 40px;
        height: 40px;
    }

    .socials-small img {
        width: 30px;
        height: 30px;
        display: block;
    }

    .socials-footer {
        margin-bottom: 100px;
    }
}

/* Advantages new style */
section.google-play {
    padding-top: 75px;
}

.google-play .description {
    padding-top: 5px;
}

.google-play .description {
    margin-left: -50px;
    margin-top: -30px;
}

.google-play-reviews {
    display: inline-flex;
    gap: 20px;
}

.google-play .phone-screen {
    align-content: center;
    text-align: center;
}

.google-play h2 a {
    font-size: 56px;
    font-weight: 600;
    line-height: 110px;
    padding-top: 0 !important;
    align-content: center;
    text-align: center;
    color: #5BB85D;
}

.google-play .half-width {
    max-width: 65%;
}

.google-play .img-h img {
    max-width: 40px;
}

@media screen and (max-width: 800px) {
    section.google-play {
        padding-top: 20px;
    }

    .google-play h2 {
        text-align: center;
        padding-bottom: 15px;
    }

    .google-play h2 a {
        margin-bottom: 15px;
        text-align: center;
        font-size: 24px;
        line-height: 36px;
    }

    .google-play .description {
        margin-left: 0;
        margin-top: 0;
    }

    .google-play .flex-cols {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100%;
    }

    .google-play-reviews {
        padding-top: 0;
        padding-left: 5px;
    }

    .google-play .rc-logo {
        max-width: 32px;
    }

    .google-play .half-width {
        max-width: 40%;
    }

    .google-play .img-h {
        display: flex;
        min-height: 100%;
        justify-content: center;
        align-items: center;
        min-width: 38px;
    }

        .google-play .img-h img {
            max-width: 16px;
        }

    .description-list .text {
        font-size: 13px;
        line-height: 17px;
        text-align: left !important;
    }
}
.widget {
    width: 300px;
}

    .widget .widget-container {
        margin: 0 10px;
    }

    .widget .slider-line {
        margin-bottom: 20px;
    }

    .widget .slider-amount, .widget .slider-period {
        width: 190px;
        height: 50px;
        background: url(../img/battery_small.png) no-repeat;
        padding: 2px 6px 5px 5px;
        margin-top: 3px;
        display: inline-block;
    }

    .widget .slider-text {
        margin: 0;
        padding: 0;
        width: auto;
        vertical-align: top;
        min-width: 66px;
    }

        .widget .slider-text p {
            margin-bottom: 0;
        }

        .widget .slider-text span {
            font-size: 13px;
        }

        .widget .slider-text input {
            font-size: 16px;
        }

        .widget .slider-text.amount input {
            width: 50px;
        }

        .widget .slider-text.period {
            padding: 0 5px;
        }

            .widget .slider-text.period input {
                width: 25px;
            }

    .widget .slider-tooltip {
        top: -75px;
    }

    .widget .block .block-left {
        font-size: 15px;
        line-height: 20px;
    }

    .widget .loan-button-red {
        width: 100%;
        padding: 3px;
        border-bottom: 0;
        margin: 10px 0;
        font-size: 14px;
        line-height: 20px;
    }

        .widget .loan-button-red:before {
            box-shadow: 0 0 12px 3px rgba(255,255,255,0.7);
        }

    .widget .loan-button-text {
        font-size: 16px;
        line-height: 30px;
    }

    .widget .agreement-link {
        margin: 0;
    }

        .widget .agreement-link a {
            margin-bottom: 5px;
        }

    .widget .text-smaller {
        font-size: 10px;
        line-height: 12px;
    }


    /*override default calculator styles to prevent responsive markup changes*/
    /*Better solution - split responsive parts of calculator*/
    .widget .slider.slider-horizontal {
        position: relative;
        width: 100%;
        height: 100%;
        background: none;
    }

    .widget .slider-line {
        position: relative;
        text-align: center;
    }

    .widget .slider-track:before,
    .widget .slider-selection:before,
    .widget .slider-selection:after,
    .widget .slider-handle:before,
    .widget .slider-handle:after {
        content: none;
    }

    .widget .slider-amount .slider-selection {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAABGCAYAAADFJBSLAAAEmUlEQVR4AaVXRcMtNQzt6Xx/AXd3d9ctK9zluWxwd3d3d1YscYo7g9t/4U5De09D88owD8mTJml6Jk2TtBeH3bx3cIngohPnnfIOiRHKlsSVqSLj4Nt2D3MupkXeO8lrfcxGmXEy0LrruGBoAXa5bYMMMDdE5wpANZKyaiEpIp1SWwLsccfGIaN2BT1T5xMfVcdRPJ10xpYA92wSmk2SML7plsee920cpCCXbWs4lIxct6iEvR/YJERXyesWWmWRI0UD8PDmZgvjRlOEfR7fPPi0JI58rsLExKkV5/V/7P/0FskD0WDxPxEnSBwVc9kBTsqYjSFuzuOA5zYPSazRLWuQMZWvGAwoOAeRBPDiFsFDaBVpXfnmeL09wgwGhwNf2fzduRZ0vZDKTKTMtyR0Fye9fuQnbi3kF5yLs3EZF3+2qCfWRMVNVCQu/uKcXk3ECSP/LwiXfLOoh4CVF8XBK4B+ZYInwOLeatrtrA0Nl/+wpLd2/zatccWPyYPxIFV+EuCn5MH/IFz887IemWNTnQwcPYqJ9wYgeUA3bRXa5tQC0E7BcVHxQFRlCCNgoB0XzwF+Xf7/YqAAtjNn9IXiwmxgD5SYdGXrs1h1OO83Atj8ZnHaopvQXZABCg2SS9fy44lEnd1CLJ/1GGuHtU225EsetA1f/ZumNg/gnSQQEJoJM3FR1XJOHtgATmXlKMDleQv/g2oxTVffVDkv6QcRc3xIfFNOzRFbGZd8m5sq3AKoHO8GlrPQGaBf3EtmeYosF4iL8vcF5esNmAC+WtTHxHlUU+IJc8vDxSjzMZPaqg0u+vycHg4sUEO2cO18y+OiTxb12ac4mAztmLqRr7NaaLG+YoaBc7jo4wQw8iLQEl8ooy0NZ0oeF3y4qDdlQOdUns4NXkTnhbN70a9rvbe3PaizpyAKfN67Z7KczQMSWUCWIxfZJuPXnMd5b50zkcprL2yc8eoxn6uLDVUgM9/a4oDHtn6v+UT1ZPpipbjXA5u8qx2AAcKct6OSytYee9xd3sptBQqosxHRrDRHhT3v2jhoFqJr38P2ad/M6Zpdbtkw2K11zWM7RtW3sgLctHFw9LZt/ARaU8V8AT3zPgNclzzA6BOwgtr6R3NSO1y9QaD7nOmcmHtGi4oMal1W3O0vXz9k18yNwD12WuKcAwHISwXCDpdtEFylWg8qN3r58xqXJMNh2/PXDb6rP6i8aS6+08irXnU8xpm4BHDeukFLdFbGaEIO8y6Ci6XEfcmJpN96dfLAd/OA8X4APzDIfKHPYfXMwBjT6JtnztbLUxA13NGEPpoO7KiPQ5I7lG3xuYVtl2wQ8qSUxV1xWAYpDaQcXpoXjzpqHmy/aOMwy0tiTk+fkCN/cxd5KNGdY5X8pk7z4KxcjbXPD4X3zR3w1+cmTxPbnpoBlNr2TaPfTXvvmhHbHL8pq9H+MrQF5Hm8C9aJQb+WAY5TAFMgosVjch5wUXicgLHd9rjNg/0lyq+rJ9VdR/+sn4zTAWfunQDAF175Inn7uqu9siUcvuiQILEs9J1dUp/2E4Sjlx8WtIl45LH+glOCbSYN/QEx7olFH1ysyAAAAABJRU5ErkJggg==') /*../image/slider-amount-selection-2.png*/ repeat left;
    }

    .widget .slider-period .slider-selection {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAABGCAYAAADFJBSLAAAEPElEQVR4Aa1X3WolRRCu6q4NKkSfwBvBh4mP463PIgJeLSDggpcb9TYQUUQQXBYUWUUJYAQ3c6Z/nDr1kfnSzJgQLGjqq59TXdXVP3Pss0/fP5cj9WWo3OLukkLrolMI6ma4Jk034kO6cwzHciO5B+7LMIywk++zj+WYQV1GBjfMiITCVpFjWmQNX1foF5/IeRP8OIlIWwMxl+SY7CmCm52slRscuuME3lwJjEDA0pMHUP8NnDw1yElAOVK27gJhkH79NNaASVtEbyqSOneBiUrYter9Nr14Jufdgcp/EvuwbIaexUSh7Ng9KiD0NtTgEMzykK5CJpxMpIUcM6/+kUGCotVY/sRY0JW2jCyUagTVn76U5xsLBhmdkA2Cr711+t4bpI7Z8PtKG6iA0w4Nv6sfzy659La9HCgliO2WE0mITnUCk22IYE+gba7DWd+ihLR1yCapdwHDdMXZh3chOSbdgPXwy9llRKOWQW5QJgdE7KPl1dklHyDnLYukGvJ9pPU3BKC1JH4vabtaAuzXwJh8xgB70ynhzjpqI5r74JxHP23XnMH+zHuEDB5+E41lIMDjyaRtzXxPP0lnR9B2UuZzW4cOwK7tr9hIOOiPKKGSVHmzPGYNOJA+NED5n7rQcQl240slMGxBeQhQ692bqJcVK92R8U6GvdOXis3uAePWlgAHYBvw3y+jjXjruP0gBNfVkPmVun6xXGlIh/ZJ1I2g8HdA5YbS5koPabsbIIGPJI0C//nDUkK6W3+CU1tApruSj0mFTX//Pl6mzfPkAtULHQgl/vrtEiAvgPrcg21Sq/FKt4rYP3+DG8mFhsCJe0ibaePbQV9erBngPYhFpXXh3+hg1xcXH1yyB3YcZOKgUbZ/Xv8xa2yUYRGReo/3kZ8Fjm/XV9+9hkRvCTj0401XyUe/eirPhR0ekj3521RDB8NeqcPxphJkFikytnELsxzcST/3/wtEup3qrmy1hdBgGRdypORDRUoPbFOJT3xBy45QY9RGXyIL6DhQNXoZn/6lIhp+QCuKfmEf1K1W4UrTClsGzl4bbiWX612bFL5UJ1mp4MZx3tfUa48g5i4VHJeKzcXBkB2f/bZ2pfTQHatpsRZWyviYgqNnVC5KAUa70tRVDjVJ7UkORY+8HpJMB5WpLGMK/eQ69wUuh8BpPmQpxRalSZmCT4tcFz5PWeYS+lJCBpabEtjaIjRvE/VcIKeOctpqaKFzHD7zbMcSypyOsx3mdFf2EuYY7gtdjJJEP/rw9Fya8jMUfNThqmJynd3cZNknNCZpHJYNbnMzAcVeZsKm60+8Vr0N2eIuisNUZ9pBmnCoVFR7YFdPIhWHSQV+ODsmKZ6d3DXKViy8A8hKt+j4ctnpO++iQd6iBkydywmlkZbI8snbtzFNsDjunjSeOFeZ7JK9eRJ5NsHdp9GV7gJ/9aUuiVsL+hc+dYNwkYWtwgAAAABJRU5ErkJggg==') /*../image/slider-days-selection-2.png*/ repeat left;
    }

    .widget .slider-handle.round {
        position: absolute;
        top: 100%;
        width: 30px;
        height: 30px;
        z-index: 2;
        transform: none;
    }

    .widget .slider-amount .slider-handle {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAABICAYAAAC0hqYWAAAFRklEQVR4Ad3aA5DkShzH8cFax9Vh1sbZtm3btm3btm3btm37Cof/+3XV5aE32U2WnddVn/Ik+WbTk0xnDRg14H8x3kAg6H58gUtgp/eQ90AwS+8hr4D+qKnnkGdAf3yGAL2GPAT6lwtgq8eQu0Cc6XoMuQEko7reQq4ohHwCPz2FnAdScE5P8+U0UDSm6CXkGFAMqoDw46CKkI/gI3rIXiAVzoCNyCE7gFSaKHLIFiANKooasl5jyAfwFjFkNZBGp8BatJBlQLEwTrSQRUCxVF6kkLlxCHkHFlFCZgLFwXGwAsWRWM9rU4DiaAxYQ1EYB2vhGNyH7/96mr4FB2ElDIJsYIyvkPFA8eArUCw8helQHMxxCRkNJIhrUCG2IcOABHMM8moNGQQUH6ztTeRbxIXy9fCkkuMsVGWpH9XfFUTNT4ZRvR1BVGWJH5Ucb6G83TzJkseZzNbGmLY5Q8uNty9QbLGDCamYgspO86ZW58Kp7dUI1VhgibEW8inkEt0+DkJqNSE9YxNgNBkoqGxydsbZQcVZteV+lDaro9L+HkBETCFdtEakCrCjWusD4iWAx/6ydimslBZDwkBxdNAS4V88GbU4Exa/AZwGu4MpdZCd3P7vR3eZtVYVYTRQrg4eCRfAYScLJ03uWA4pfQE0VxOSq6P6iMbHg6ncaousRsc0zKkrEeRXjI9RfnPQKKYITGpNZ7P6dh8K6+skq8oWH03bank2jFIHy15m2fmQukBK3CMd2NdqkoUwDfYEk31Kq6hfy9yoqRRhMhup3nb+Ukj8EAY3WLljLP3vkCpKIZG1U7GNCBHC4Orgj/EymKSQCkA8K1sjNTkSIlRI5UW+cic8nxRSGoiXpZkr+7BQIYwlr7Pi2kFxIF7tTYFChhQZko4/1rtSSCE+wjmtDfuQkCG43NlzHh8TDoZ8fEjmxq7ChjCemaJM+h5gyMmHlJ/tI3RIjnbufMgcMGRVMz8aHQum4gs9Vck31VUxJM/k1Kq30/Co/D2s2Ij0fMh2MGThQ5odD43y4dp7/NiBJKoaO/1kQyrO9eFDLkaZ7GYbI/9B4ULqbA7kQ95EubQcXa2ED2lyOIQP+QWGtHr7i2AO8yGvwWAFv4EkTY+JPUcqzJGfI2ywIpLU3hggdEjR4en4kG1SyCUgSflZ3lE+3PpSGDU5FaJKxfVeigdXYa1F9XawT/n7SBu5+4jM67dMDVOLe0OUf5zvLoU0BpK4pBP3WavRgRC2EMKHhEohrvALSIJ1KyFDCvZPy0fcNnDjCJAkS1NXIUPSZnOUezejvOJo7WCixodCRAjhH014efgQV/gMJAmvnlKcEKxxuYba8xEXlN549eFXUepsDRQipNjI9HwEUxxkhwP3X6fsLLBFsiQNYSv+dsnNfMReiHY0llu4xp82SUKwBsxW//mI35A5phAz7OFjsrV0S/SQNpfDya+o7Eug8aBqpIA7QNwdHxtPnNX4ZidCyZLbSS5il9a3v8Hwid+QVz5nvDILTdCIutsCKYW3rVzELUgOmkdp+MlvkO2k0gLf+I/APCw+Oj3ZupjlIt5DEMR6FIX3QDzvAs5xWsjjb3Zu3H2CewwJhjgPf7gu/1LUSAGlkrPXztTitLav6aZYbGMrh+lySHNB1m5IAfE2XGArvyP+ZzKbQ+ztFluyqTjPh+psCWS/sdmPNXbW2Y2NcnZwZ29w2Ungt8GbAGZIkFEergIloP2QDRJ8mKARPI7ngAtQAhJ92EIFmM//7tfgHoyH/GCEJB8myAuD/oTthCvwDn7BSzgHW2AW9IAIiJfxF7rq8pxZ885ZAAAAAElFTkSuQmCC') /*../image/g4288.png*/;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .widget .slider-period .slider-handle {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAABICAYAAAC0hqYWAAAFaklEQVR4Ad3aU5QkSRiG4Syjh41p2zaxtm3btm3bFsa2bdu2rX+/uMjFv5GnPB01cc5zM8iKt7IQGVkaxiVwVIz1kAVhP3bAJLCHe8hmIPjgaHhpkQDnhXPIqn+FbIbUcA1ZBvQvY8AajiGLgJg3wjFkHhBzGE4Pt5CZQBIbIDGcQqYCGRgGlnAJmcgDmBfCJWSMh5BDcCIoP0YAebAGYlUPGQLkhf5gVjmkP5CXnlA5pLcPIQehSdWQ7kA+WAFRKoZ0AvJRTzCpFvI7kB8eVC3kZz9D9kONSiHfAflpCbRTJeQroAB0ZMczQwcogVPhWrgHLoPjIBfahiLkM6AAPQY3QDfYDeSFNfAFnAmOYIR8CNTCdkDHQL+j3gVSSFfI8yfkTaBgMpk0io60UWGem05obkvnnRFJTXVtKDvDSW1aW7xdQXwOMb6EvAIUqMR4O912XRz1+aOAdq+sp4PrGwytn1dD33+STRecFUURbuMwWAal3oa8EEjAKce3oxG9iunAOjFJ3+1cUUc/fZZDWelOo8fY6e1+2zP+BFSUtqL+nQr5xPy2d3U9ffh6BsXG2MhgM+RhTyGP+xJgNmv05vNp7AwEz5bFtXTOaZFGj38dGI6HvY0Qb9Qev+QHP4ART9Kj9yTK5rAPGo1C7vcmIjnRQdNHlIU0gBMfCDabic9lndG27l2eIsQny+QhpV5PYM2MPBrTrbXU+jm+va8+fjNDNqfJssvu2zx9J/zxTa5PD75sciYN+MkstXq6b8cSbr02Tja3G3jITUBGnnowSRysRUP2rKqn+urWfG4rwfXvkGuNItJTnOLLrcVDBPHSNpsli9V/jSuNQsQXFQ6iRIhw9SUxfI5bobUecikQV1nWSnwMKhWyZEolOR1mPteL9ZALgDj+BlchRLjxqlg+11/0kHN4hKjetrRWyZCuP+bJXl520M7gIWec3F78JyVDdiyvI5fTzGNOBe1kHvLpW5nKhghnntKeh7wK2vE8ZMbIcqVDnn8shYf8ANpJPGTD/Br+n8XSgi03jA3v6DQMGdHR5fVxNs8vloZ89X4WDxnIP7XIbjdJ/zOeST6pkFs/W74u6/17AQ+ZDdoNfJWresi04WU8ZBtoVwDp8nNcyocsmlwp26zQSoB0Ue2tyoeM6VvCQ1aB1oEv27HaVDqkyw95PGQ8aGY4AKRbNq3q/xdLM/NoyG82rwz6xWo4ucG/Wr0+zoa5RdKQT97MlGzq8V8IwdDuRUp/jzx2bxIP+UR6Q/ThuxKVDiktiuAh90mv23OzXKqF8E8sLkMPSeF/OWt0uZIh77yUziOma2xMAdI9cX+SkiG44OMhz/OQ5/gW0MqZ1UqF/P51Lo8QKnhILOwA0mF3XZkQ7A2L2xI8YgRIx/NAOqvVJN4rSoRgg5tHCPVGIa1hHZCuKN9NW5fUtmiI2Apyu8w8orNBg/EWqrjjdGBdy4SsnVtNqUkO2SIxz1OIFYYEsuO4cmoODfvDIbV2lve7+btW1tGxjW0D+pVSNCzhB7j/9gTav/bI7MSvnl3Nt0l1v4JPowR2ynZYcDMmpBFThpbxl5NuArjA53E+XxkLBblutrAMjn1r6kns4LSKsMgiVgT6893jYRMQh22ZoN386fxDnrg6lQUIE1mE3yML5hjdU7zonCj67atcnz+ml06tovdfTaeaCul7QfcHuCBooy30BDLisJtJvIdefiqVvv0om8Q996nDymgxVqzjB5RQt5/y6bO3M+nJB5LYmknqADwTyh+4nQWzgEKoI+RAyIcFboRVQQ4YAXVwxIcDzoIvYS2QH2bAi1AFSgwz1MNz8C30h5mwGQ7BGpgE3eEzuBcyICjjL7dDp60OlXPZAAAAAElFTkSuQmCC') /*../image/g4283.png*/;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .widget .slider-text {
        display: inline-block;
        position: static;
    }

        .widget .slider-text p {
            font-size: 15px;
            min-width: initial;
        }

    .widget input#PeriodTextBox {
        width: 25px;
    }

    .widget input#AmountTextBox {
        width: 50px;
    }

    .widget .block .block-left .amount-row .amount-cell {
        width: auto;
    }

