/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

.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;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.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;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  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: #fff;
}

.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-close:before,
.fa-remove: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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo: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-exclamation-triangle:before,
.fa-warning: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-cogs:before,
.fa-gears: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-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.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-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}

.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}

.fa-krw:before,
.fa-won: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,
.fa-gratipay: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-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before,
.fa-mortar-board: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-pp: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-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before,
.fa-file-sound-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-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0";
}

.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before,
.fa-send-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-futbol-o:before,
.fa-soccer-ball-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-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-address-card:before,
.fa-vcard:before {
  content: "\f2bb";
}

.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.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;
}

.fa-ul {
  display: block;
}

.fa-ul>* {
  position: relative;
}

.fa-ul>li:before {
  display: none;
}

.fa-li {
  line-height: inherit;
}

.fa-outlined {
  width: 5.625rem;
  height: 5.625rem;
  line-height: 5.625rem;
  border: 1px solid #505254;
  border-radius: 50%;
}

.fa-circled {
  width: 1.315em;
  height: 1.315em;
  line-height: 1.315em;
  text-align: center;
  border: 1px solid #990032;
  border-radius: .6575em;
}

@media (min-width:320px) {
  .margin-top-xs-ms-1 {
    margin-top: .314rem;
  }

  .margin-bottom-xs-ms-1 {
    margin-bottom: .314rem;
  }

  .margin-top-xs-ms-2 {
    margin-top: .628rem;
  }

  .margin-bottom-xs-ms-2 {
    margin-bottom: .628rem;
  }

  .margin-top-xs-ms-3 {
    margin-top: .942rem;
  }

  .margin-bottom-xs-ms-3 {
    margin-bottom: .942rem;
  }

  .margin-top-xs-ms-4 {
    margin-top: 1.256rem;
  }

  .margin-bottom-xs-ms-4 {
    margin-bottom: 1.256rem;
  }

  .margin-top-xs-ms-5 {
    margin-top: 1.57rem;
  }

  .margin-bottom-xs-ms-5 {
    margin-bottom: 1.57rem;
  }
}

@media (max-width:620px) {
  .margin-top-sm-ms-1 {
    margin-top: .314rem;
  }

  .margin-bottom-sm-ms-1 {
    margin-bottom: .314rem;
  }

  .margin-top-sm-ms-2 {
    margin-top: .628rem;
  }

  .margin-bottom-sm-ms-2 {
    margin-bottom: .628rem;
  }

  .margin-top-sm-ms-3 {
    margin-top: .942rem;
  }

  .margin-bottom-sm-ms-3 {
    margin-bottom: .942rem;
  }

  .margin-top-sm-ms-4 {
    margin-top: 1.256rem;
  }

  .margin-bottom-sm-ms-4 {
    margin-bottom: 1.256rem;
  }

  .margin-top-sm-ms-5 {
    margin-top: 1.57rem;
  }

  .margin-bottom-sm-ms-5 {
    margin-bottom: 1.57rem;
  }
}

@media (max-width:768px) {
  .margin-top-md-ms-1 {
    margin-top: .314rem;
  }

  .margin-bottom-md-ms-1 {
    margin-bottom: .314rem;
  }

  .margin-top-md-ms-2 {
    margin-top: .628rem;
  }

  .margin-bottom-md-ms-2 {
    margin-bottom: .628rem;
  }

  .margin-top-md-ms-3 {
    margin-top: .942rem;
  }

  .margin-bottom-md-ms-3 {
    margin-bottom: .942rem;
  }

  .margin-top-md-ms-4 {
    margin-top: 1.256rem;
  }

  .margin-bottom-md-ms-4 {
    margin-bottom: 1.256rem;
  }

  .margin-top-md-ms-5 {
    margin-top: 1.57rem;
  }

  .margin-bottom-md-ms-5 {
    margin-bottom: 1.57rem;
  }
}

@media (max-width:1024px) {
  .margin-top-lg-ms-1 {
    margin-top: .314rem;
  }

  .margin-bottom-lg-ms-1 {
    margin-bottom: .314rem;
  }

  .margin-top-lg-ms-2 {
    margin-top: .628rem;
  }

  .margin-bottom-lg-ms-2 {
    margin-bottom: .628rem;
  }

  .margin-top-lg-ms-3 {
    margin-top: .942rem;
  }

  .margin-bottom-lg-ms-3 {
    margin-bottom: .942rem;
  }

  .margin-top-lg-ms-4 {
    margin-top: 1.256rem;
  }

  .margin-bottom-lg-ms-4 {
    margin-bottom: 1.256rem;
  }

  .margin-top-lg-ms-5 {
    margin-top: 1.57rem;
  }

  .margin-bottom-lg-ms-5 {
    margin-bottom: 1.57rem;
  }
}

.width-xs-auto {
  width: auto;
}

@media (min-width:620px) {
  .width-sm-auto.width-sm-auto {
    width: auto;
  }
}

@media (min-width:768px) {
  .width-md-auto.width-md-auto {
    width: auto;
  }
}

@media (min-width:1024px) {
  .width-lg-auto.width-lg-auto {
    width: auto;
  }
}

.width-xs-100pc {
  width: 100%;
}

@media (min-width:620px) {
  .width-sm-100pc.width-sm-100pc {
    width: 100%;
  }
}

@media (min-width:768px) {
  .width-md-100pc.width-md-100pc {
    width: 100%;
  }
}

@media (min-width:1024px) {
  .width-lg-100pc.width-lg-100pc {
    width: 100%;
  }
}

.width-xs-95pc {
  width: 95%;
}

@media (min-width:620px) {
  .width-sm-95pc.width-sm-95pc {
    width: 95%;
  }
}

@media (min-width:768px) {
  .width-md-95pc.width-md-95pc {
    width: 95%;
  }
}

@media (min-width:1024px) {
  .width-lg-95pc.width-lg-95pc {
    width: 95%;
  }
}

.width-xs-66pc {
  width: 66%;
}

@media (min-width:620px) {
  .width-sm-66pc.width-sm-66pc {
    width: 66%;
  }
}

@media (min-width:768px) {
  .width-md-66pc.width-md-66pc {
    width: 66%;
  }
}

@media (min-width:1024px) {
  .width-lg-66pc.width-lg-66pc {
    width: 66%;
  }
}

.width-xs-60pc {
  width: 60%;
}

@media (min-width:620px) {
  .width-sm-60pc.width-sm-60pc {
    width: 60%;
  }
}

@media (min-width:768px) {
  .width-md-60pc.width-md-60pc {
    width: 60%;
  }
}

@media (min-width:1024px) {
  .width-lg-60pc.width-lg-60pc {
    width: 60%;
  }
}

.width-xs-50pc {
  width: 50%;
}

@media (min-width:620px) {
  .width-sm-50pc.width-sm-50pc {
    width: 50%;
  }
}

@media (min-width:768px) {
  .width-md-50pc.width-md-50pc {
    width: 50%;
  }
}

@media (min-width:1024px) {
  .width-lg-50pc.width-lg-50pc {
    width: 50%;
  }
}

.width-xs-33pc {
  width: 33.333333%;
}

@media (min-width:620px) {
  .width-sm-33pc.width-sm-33pc {
    width: 33.333333%;
  }
}

@media (min-width:768px) {
  .width-md-33pc.width-md-33pc {
    width: 33.333333%;
  }
}

@media (min-width:1024px) {
  .width-lg-33pc.width-lg-33pc {
    width: 33.333333%;
  }
}

.width-xs-70pc {
  width: 70%;
}

@media (min-width:620px) {
  .width-sm-70pc.width-sm-70pc {
    width: 70%;
  }
}

@media (min-width:768px) {
  .width-md-70pc.width-md-70pc {
    width: 70%;
  }
}

@media (min-width:1024px) {
  .width-lg-70pc.width-lg-70pc {
    width: 70%;
  }
}

.width-xs-80pc {
  width: 80%;
}

@media (min-width:620px) {
  .width-sm-80pc.width-sm-80pc {
    width: 80%;
  }
}

@media (min-width:768px) {
  .width-md-80pc.width-md-80pc {
    width: 80%;
  }
}

@media (min-width:1024px) {
  .width-lg-80pc.width-lg-80pc {
    width: 80%;
  }
}

.width-xs-1over 3 {
  width: 33.33333333%;
}

@media (min-width:620px) {
  .width-sm-1over 3.width-sm-1over 3 {
    width: 33.33333333%;
  }
}

@media (min-width:768px) {
  .width-md-1over 3.width-md-1over 3 {
    width: 33.33333333%;
  }
}

@media (min-width:1024px) {
  .width-lg-1over 3.width-lg-1over 3 {
    width: 33.33333333%;
  }
}

.width-xs-1rem {
  width: 1rem;
}

@media (min-width:620px) {
  .width-sm-1rem.width-sm-1rem {
    width: 1rem;
  }
}

@media (min-width:768px) {
  .width-md-1rem.width-md-1rem {
    width: 1rem;
  }
}

@media (min-width:1024px) {
  .width-lg-1rem.width-lg-1rem {
    width: 1rem;
  }
}

.width-xs-2rem {
  width: 2rem;
}

@media (min-width:620px) {
  .width-sm-2rem.width-sm-2rem {
    width: 2rem;
  }
}

@media (min-width:768px) {
  .width-md-2rem.width-md-2rem {
    width: 2rem;
  }
}

@media (min-width:1024px) {
  .width-lg-2rem.width-lg-2rem {
    width: 2rem;
  }
}

.width-xs-3rem {
  width: 3rem;
}

@media (min-width:620px) {
  .width-sm-3rem.width-sm-3rem {
    width: 3rem;
  }
}

@media (min-width:768px) {
  .width-md-3rem.width-md-3rem {
    width: 3rem;
  }
}

@media (min-width:1024px) {
  .width-lg-3rem.width-lg-3rem {
    width: 3rem;
  }
}

.width-xs-4rem {
  width: 4rem;
}

@media (min-width:620px) {
  .width-sm-4rem.width-sm-4rem {
    width: 4rem;
  }
}

@media (min-width:768px) {
  .width-md-4rem.width-md-4rem {
    width: 4rem;
  }
}

@media (min-width:1024px) {
  .width-lg-4rem.width-lg-4rem {
    width: 4rem;
  }
}

.width-xs-5rem {
  width: 5rem;
}

@media (min-width:620px) {
  .width-sm-5rem.width-sm-5rem {
    width: 5rem;
  }
}

@media (min-width:768px) {
  .width-md-5rem.width-md-5rem {
    width: 5rem;
  }
}

@media (min-width:1024px) {
  .width-lg-5rem.width-lg-5rem {
    width: 5rem;
  }
}

.width-xs-6rem {
  width: 6rem;
}

@media (min-width:620px) {
  .width-sm-6rem.width-sm-6rem {
    width: 6rem;
  }
}

@media (min-width:768px) {
  .width-md-6rem.width-md-6rem {
    width: 6rem;
  }
}

@media (min-width:1024px) {
  .width-lg-6rem.width-lg-6rem {
    width: 6rem;
  }
}

.width-xs-7rem {
  width: 7rem;
}

@media (min-width:620px) {
  .width-sm-7rem.width-sm-7rem {
    width: 7rem;
  }
}

@media (min-width:768px) {
  .width-md-7rem.width-md-7rem {
    width: 7rem;
  }
}

@media (min-width:1024px) {
  .width-lg-7rem.width-lg-7rem {
    width: 7rem;
  }
}

.width-xs-8rem {
  width: 8rem;
}

@media (min-width:620px) {
  .width-sm-8rem.width-sm-8rem {
    width: 8rem;
  }
}

@media (min-width:768px) {
  .width-md-8rem.width-md-8rem {
    width: 8rem;
  }
}

@media (min-width:1024px) {
  .width-lg-8rem.width-lg-8rem {
    width: 8rem;
  }
}

.width-xs-9rem {
  width: 9rem;
}

@media (min-width:620px) {
  .width-sm-9rem.width-sm-9rem {
    width: 9rem;
  }
}

@media (min-width:768px) {
  .width-md-9rem.width-md-9rem {
    width: 9rem;
  }
}

@media (min-width:1024px) {
  .width-lg-9rem.width-lg-9rem {
    width: 9rem;
  }
}

.width-xs-10rem {
  width: 10rem;
}

@media (min-width:620px) {
  .width-sm-10rem.width-sm-10rem {
    width: 10rem;
  }
}

@media (min-width:768px) {
  .width-md-10rem.width-md-10rem {
    width: 10rem;
  }
}

@media (min-width:1024px) {
  .width-lg-10rem.width-lg-10rem {
    width: 10rem;
  }
}

.width-xs-11rem {
  width: 11rem;
}

@media (min-width:620px) {
  .width-sm-11rem.width-sm-11rem {
    width: 11rem;
  }
}

@media (min-width:768px) {
  .width-md-11rem.width-md-11rem {
    width: 11rem;
  }
}

@media (min-width:1024px) {
  .width-lg-11rem.width-lg-11rem {
    width: 11rem;
  }
}

.width-xs-12rem {
  width: 12rem;
}

@media (min-width:620px) {
  .width-sm-12rem.width-sm-12rem {
    width: 12rem;
  }
}

@media (min-width:768px) {
  .width-md-12rem.width-md-12rem {
    width: 12rem;
  }
}

@media (min-width:1024px) {
  .width-lg-12rem.width-lg-12rem {
    width: 12rem;
  }
}

.width-xs-13rem {
  width: 13rem;
}

@media (min-width:620px) {
  .width-sm-13rem.width-sm-13rem {
    width: 13rem;
  }
}

@media (min-width:768px) {
  .width-md-13rem.width-md-13rem {
    width: 13rem;
  }
}

@media (min-width:1024px) {
  .width-lg-13rem.width-lg-13rem {
    width: 13rem;
  }
}

.width-xs-14rem {
  width: 14rem;
}

@media (min-width:620px) {
  .width-sm-14rem.width-sm-14rem {
    width: 14rem;
  }
}

@media (min-width:768px) {
  .width-md-14rem.width-md-14rem {
    width: 14rem;
  }
}

@media (min-width:1024px) {
  .width-lg-14rem.width-lg-14rem {
    width: 14rem;
  }
}

.width-xs-15rem {
  width: 15rem;
}

@media (min-width:620px) {
  .width-sm-15rem.width-sm-15rem {
    width: 15rem;
  }
}

@media (min-width:768px) {
  .width-md-15rem.width-md-15rem {
    width: 15rem;
  }
}

@media (min-width:1024px) {
  .width-lg-15rem.width-lg-15rem {
    width: 15rem;
  }
}

.width-xs-16rem {
  width: 16rem;
}

@media (min-width:620px) {
  .width-sm-16rem.width-sm-16rem {
    width: 16rem;
  }
}

@media (min-width:768px) {
  .width-md-16rem.width-md-16rem {
    width: 16rem;
  }
}

@media (min-width:1024px) {
  .width-lg-16rem.width-lg-16rem {
    width: 16rem;
  }
}

.width-xs-17rem {
  width: 17rem;
}

@media (min-width:620px) {
  .width-sm-17rem.width-sm-17rem {
    width: 17rem;
  }
}

@media (min-width:768px) {
  .width-md-17rem.width-md-17rem {
    width: 17rem;
  }
}

@media (min-width:1024px) {
  .width-lg-17rem.width-lg-17rem {
    width: 17rem;
  }
}

.width-xs-18rem {
  width: 18rem;
}

@media (min-width:620px) {
  .width-sm-18rem.width-sm-18rem {
    width: 18rem;
  }
}

@media (min-width:768px) {
  .width-md-18rem.width-md-18rem {
    width: 18rem;
  }
}

@media (min-width:1024px) {
  .width-lg-18rem.width-lg-18rem {
    width: 18rem;
  }
}

.width-xs-19rem {
  width: 19rem;
}

@media (min-width:620px) {
  .width-sm-19rem.width-sm-19rem {
    width: 19rem;
  }
}

@media (min-width:768px) {
  .width-md-19rem.width-md-19rem {
    width: 19rem;
  }
}

@media (min-width:1024px) {
  .width-lg-19rem.width-lg-19rem {
    width: 19rem;
  }
}

.width-xs-20rem {
  width: 20rem;
}

@media (min-width:620px) {
  .width-sm-20rem.width-sm-20rem {
    width: 20rem;
  }
}

@media (min-width:768px) {
  .width-md-20rem.width-md-20rem {
    width: 20rem;
  }
}

@media (min-width:1024px) {
  .width-lg-20rem.width-lg-20rem {
    width: 20rem;
  }
}

.width-xs-21rem {
  width: 21rem;
}

@media (min-width:620px) {
  .width-sm-21rem.width-sm-21rem {
    width: 21rem;
  }
}

@media (min-width:768px) {
  .width-md-21rem.width-md-21rem {
    width: 21rem;
  }
}

@media (min-width:1024px) {
  .width-lg-21rem.width-lg-21rem {
    width: 21rem;
  }
}

.width-xs-22rem {
  width: 22rem;
}

@media (min-width:620px) {
  .width-sm-22rem.width-sm-22rem {
    width: 22rem;
  }
}

@media (min-width:768px) {
  .width-md-22rem.width-md-22rem {
    width: 22rem;
  }
}

@media (min-width:1024px) {
  .width-lg-22rem.width-lg-22rem {
    width: 22rem;
  }
}

.width-xs-23rem {
  width: 23rem;
}

@media (min-width:620px) {
  .width-sm-23rem.width-sm-23rem {
    width: 23rem;
  }
}

@media (min-width:768px) {
  .width-md-23rem.width-md-23rem {
    width: 23rem;
  }
}

@media (min-width:1024px) {
  .width-lg-23rem.width-lg-23rem {
    width: 23rem;
  }
}

.width-xs-24rem {
  width: 24rem;
}

@media (min-width:620px) {
  .width-sm-24rem.width-sm-24rem {
    width: 24rem;
  }
}

@media (min-width:768px) {
  .width-md-24rem.width-md-24rem {
    width: 24rem;
  }
}

@media (min-width:1024px) {
  .width-lg-24rem.width-lg-24rem {
    width: 24rem;
  }
}

.width-xs-25rem {
  width: 25rem;
}

@media (min-width:620px) {
  .width-sm-25rem.width-sm-25rem {
    width: 25rem;
  }
}

@media (min-width:768px) {
  .width-md-25rem.width-md-25rem {
    width: 25rem;
  }
}

@media (min-width:1024px) {
  .width-lg-25rem.width-lg-25rem {
    width: 25rem;
  }
}

.width-xs-26rem {
  width: 26rem;
}

@media (min-width:620px) {
  .width-sm-26rem.width-sm-26rem {
    width: 26rem;
  }
}

@media (min-width:768px) {
  .width-md-26rem.width-md-26rem {
    width: 26rem;
  }
}

@media (min-width:1024px) {
  .width-lg-26rem.width-lg-26rem {
    width: 26rem;
  }
}

.width-xs-27rem {
  width: 27rem;
}

@media (min-width:620px) {
  .width-sm-27rem.width-sm-27rem {
    width: 27rem;
  }
}

@media (min-width:768px) {
  .width-md-27rem.width-md-27rem {
    width: 27rem;
  }
}

@media (min-width:1024px) {
  .width-lg-27rem.width-lg-27rem {
    width: 27rem;
  }
}

.width-xs-28rem {
  width: 28rem;
}

@media (min-width:620px) {
  .width-sm-28rem.width-sm-28rem {
    width: 28rem;
  }
}

@media (min-width:768px) {
  .width-md-28rem.width-md-28rem {
    width: 28rem;
  }
}

@media (min-width:1024px) {
  .width-lg-28rem.width-lg-28rem {
    width: 28rem;
  }
}

.width-xs-29rem {
  width: 29rem;
}

@media (min-width:620px) {
  .width-sm-29rem.width-sm-29rem {
    width: 29rem;
  }
}

@media (min-width:768px) {
  .width-md-29rem.width-md-29rem {
    width: 29rem;
  }
}

@media (min-width:1024px) {
  .width-lg-29rem.width-lg-29rem {
    width: 29rem;
  }
}

.width-xs-30rem {
  width: 30rem;
}

@media (min-width:620px) {
  .width-sm-30rem.width-sm-30rem {
    width: 30rem;
  }
}

@media (min-width:768px) {
  .width-md-30rem.width-md-30rem {
    width: 30rem;
  }
}

@media (min-width:1024px) {
  .width-lg-30rem.width-lg-30rem {
    width: 30rem;
  }
}

.width-xs-31rem {
  width: 31rem;
}

@media (min-width:620px) {
  .width-sm-31rem.width-sm-31rem {
    width: 31rem;
  }
}

@media (min-width:768px) {
  .width-md-31rem.width-md-31rem {
    width: 31rem;
  }
}

@media (min-width:1024px) {
  .width-lg-31rem.width-lg-31rem {
    width: 31rem;
  }
}

.width-xs-32rem {
  width: 32rem;
}

@media (min-width:620px) {
  .width-sm-32rem.width-sm-32rem {
    width: 32rem;
  }
}

@media (min-width:768px) {
  .width-md-32rem.width-md-32rem {
    width: 32rem;
  }
}

@media (min-width:1024px) {
  .width-lg-32rem.width-lg-32rem {
    width: 32rem;
  }
}

.width-xs-33rem {
  width: 33rem;
}

@media (min-width:620px) {
  .width-sm-33rem.width-sm-33rem {
    width: 33rem;
  }
}

@media (min-width:768px) {
  .width-md-33rem.width-md-33rem {
    width: 33rem;
  }
}

@media (min-width:1024px) {
  .width-lg-33rem.width-lg-33rem {
    width: 33rem;
  }
}

.width-xs-34rem {
  width: 34rem;
}

@media (min-width:620px) {
  .width-sm-34rem.width-sm-34rem {
    width: 34rem;
  }
}

@media (min-width:768px) {
  .width-md-34rem.width-md-34rem {
    width: 34rem;
  }
}

@media (min-width:1024px) {
  .width-lg-34rem.width-lg-34rem {
    width: 34rem;
  }
}

.width-xs-35rem {
  width: 35rem;
}

@media (min-width:620px) {
  .width-sm-35rem.width-sm-35rem {
    width: 35rem;
  }
}

@media (min-width:768px) {
  .width-md-35rem.width-md-35rem {
    width: 35rem;
  }
}

@media (min-width:1024px) {
  .width-lg-35rem.width-lg-35rem {
    width: 35rem;
  }
}

.width-xs-36rem {
  width: 36rem;
}

@media (min-width:620px) {
  .width-sm-36rem.width-sm-36rem {
    width: 36rem;
  }
}

@media (min-width:768px) {
  .width-md-36rem.width-md-36rem {
    width: 36rem;
  }
}

@media (min-width:1024px) {
  .width-lg-36rem.width-lg-36rem {
    width: 36rem;
  }
}

.width-xs-37rem {
  width: 37rem;
}

@media (min-width:620px) {
  .width-sm-37rem.width-sm-37rem {
    width: 37rem;
  }
}

@media (min-width:768px) {
  .width-md-37rem.width-md-37rem {
    width: 37rem;
  }
}

@media (min-width:1024px) {
  .width-lg-37rem.width-lg-37rem {
    width: 37rem;
  }
}

.width-xs-38rem {
  width: 38rem;
}

@media (min-width:620px) {
  .width-sm-38rem.width-sm-38rem {
    width: 38rem;
  }
}

@media (min-width:768px) {
  .width-md-38rem.width-md-38rem {
    width: 38rem;
  }
}

@media (min-width:1024px) {
  .width-lg-38rem.width-lg-38rem {
    width: 38rem;
  }
}

.width-xs-39rem {
  width: 39rem;
}

@media (min-width:620px) {
  .width-sm-39rem.width-sm-39rem {
    width: 39rem;
  }
}

@media (min-width:768px) {
  .width-md-39rem.width-md-39rem {
    width: 39rem;
  }
}

@media (min-width:1024px) {
  .width-lg-39rem.width-lg-39rem {
    width: 39rem;
  }
}

.width-xs-40rem {
  width: 40rem;
}

@media (min-width:620px) {
  .width-sm-40rem.width-sm-40rem {
    width: 40rem;
  }
}

@media (min-width:768px) {
  .width-md-40rem.width-md-40rem {
    width: 40rem;
  }
}

@media (min-width:1024px) {
  .width-lg-40rem.width-lg-40rem {
    width: 40rem;
  }
}

.width-xs-41rem {
  width: 41rem;
}

@media (min-width:620px) {
  .width-sm-41rem.width-sm-41rem {
    width: 41rem;
  }
}

@media (min-width:768px) {
  .width-md-41rem.width-md-41rem {
    width: 41rem;
  }
}

@media (min-width:1024px) {
  .width-lg-41rem.width-lg-41rem {
    width: 41rem;
  }
}

.width-xs-42rem {
  width: 42rem;
}

@media (min-width:620px) {
  .width-sm-42rem.width-sm-42rem {
    width: 42rem;
  }
}

@media (min-width:768px) {
  .width-md-42rem.width-md-42rem {
    width: 42rem;
  }
}

@media (min-width:1024px) {
  .width-lg-42rem.width-lg-42rem {
    width: 42rem;
  }
}

.width-xs-43rem {
  width: 43rem;
}

@media (min-width:620px) {
  .width-sm-43rem.width-sm-43rem {
    width: 43rem;
  }
}

@media (min-width:768px) {
  .width-md-43rem.width-md-43rem {
    width: 43rem;
  }
}

@media (min-width:1024px) {
  .width-lg-43rem.width-lg-43rem {
    width: 43rem;
  }
}

.width-xs-44rem {
  width: 44rem;
}

@media (min-width:620px) {
  .width-sm-44rem.width-sm-44rem {
    width: 44rem;
  }
}

@media (min-width:768px) {
  .width-md-44rem.width-md-44rem {
    width: 44rem;
  }
}

@media (min-width:1024px) {
  .width-lg-44rem.width-lg-44rem {
    width: 44rem;
  }
}

.width-xs-45rem {
  width: 45rem;
}

@media (min-width:620px) {
  .width-sm-45rem.width-sm-45rem {
    width: 45rem;
  }
}

@media (min-width:768px) {
  .width-md-45rem.width-md-45rem {
    width: 45rem;
  }
}

@media (min-width:1024px) {
  .width-lg-45rem.width-lg-45rem {
    width: 45rem;
  }
}

.width-xs-46rem {
  width: 46rem;
}

@media (min-width:620px) {
  .width-sm-46rem.width-sm-46rem {
    width: 46rem;
  }
}

@media (min-width:768px) {
  .width-md-46rem.width-md-46rem {
    width: 46rem;
  }
}

@media (min-width:1024px) {
  .width-lg-46rem.width-lg-46rem {
    width: 46rem;
  }
}

.width-xs-47rem {
  width: 47rem;
}

@media (min-width:620px) {
  .width-sm-47rem.width-sm-47rem {
    width: 47rem;
  }
}

@media (min-width:768px) {
  .width-md-47rem.width-md-47rem {
    width: 47rem;
  }
}

@media (min-width:1024px) {
  .width-lg-47rem.width-lg-47rem {
    width: 47rem;
  }
}

.width-xs-48rem {
  width: 48rem;
}

@media (min-width:620px) {
  .width-sm-48rem.width-sm-48rem {
    width: 48rem;
  }
}

@media (min-width:768px) {
  .width-md-48rem.width-md-48rem {
    width: 48rem;
  }
}

@media (min-width:1024px) {
  .width-lg-48rem.width-lg-48rem {
    width: 48rem;
  }
}

.width-xs-49rem {
  width: 49rem;
}

@media (min-width:620px) {
  .width-sm-49rem.width-sm-49rem {
    width: 49rem;
  }
}

@media (min-width:768px) {
  .width-md-49rem.width-md-49rem {
    width: 49rem;
  }
}

@media (min-width:1024px) {
  .width-lg-49rem.width-lg-49rem {
    width: 49rem;
  }
}

.width-xs-50rem {
  width: 50rem;
}

@media (min-width:620px) {
  .width-sm-50rem.width-sm-50rem {
    width: 50rem;
  }
}

@media (min-width:768px) {
  .width-md-50rem.width-md-50rem {
    width: 50rem;
  }
}

@media (min-width:1024px) {
  .width-lg-50rem.width-lg-50rem {
    width: 50rem;
  }
}

.fio-input .control-label>.active {
  font-weight: 600;
}

.fio-input-req {
  color: red;
}

.label-suffix-small {
  font-size: 12px;
}

.person-identity-document-control>.identity-document-active-part {
  font-weight: 700;
}

file-upload2 {
  display: inline-block;
}

.file-upload2-block {
  display: block;
}

.file-upload2-block .ko-component-file-upload2-wrap {
  display: block;
}

.ko-component-file-upload2-wrap {
  display: inline-block;
}

.ko-component-file-upload2-input-wrap {
  position: relative;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ko-component-file-upload2-input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  font-size: 0!important;
  direction: ltr;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.ko-component-file-upload2-input.disabled,
.ko-component-file-upload2-input[disabled] {
  cursor: not-allowed;
}

.file-upload-input {
  display: block;
}

.file-upload-input button.btn.btn-danger {
  margin-top: -1px;
  width: 38px;
  padding: 0;
}

.SmartCaptcha-Shield {
  z-index: 1051;
}

ul>li {
  padding: 0;
  position: inherit;
}

ul>li:before {
  content: "";
}

ul {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

.nfd-btn {
  background: none;
  border: none;
  cursor: pointer;
}

.nfd-container-padded-sides {
  padding: 20px 0;
}

.nfd-container-content-wrapper #main-content,
.nfd-container-content-wrapper #main-navbar {
  max-width: 1280px;
  margin: auto;
}

.nfd-container-content-wrapper .container-rgs-logo {
  padding: 0 3em 1rem;
}

.nfd-filter {
  margin-bottom: 12px;
}

.nfd-filter-link-grayed {
  color: #000;
}

.nfd-filter-title {
  padding: 10px 0;
}

.nfd-filter-title-default {
  margin: 0;
  border: 0;
}

.nfd-filter-control {
  position: absolute;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.nfd-filter-item {
  display: inline-block;
}

.nfd-filter-item-padded-sm {
  padding: 5px;
}

.nfd-filter-item-full {
  width: 100%;
}

.nfd-filter-item-middle {
  vertical-align: middle;
}

.nfd-filter-longdash {
  line-height: 2.3;
}

.nfd-filter li {
  margin-bottom: 0;
}

.nfd-filter .nfd-checkbox {
  padding: 0;
}

.nfd-filter-provider-mobile .nfd-modal-header {
  border: unset;
}

.nfd-filter-provider-mobile .modal-header {
  border: unset;
}

.nfd-filter-provider-mobile .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}

.nfd-filter-provider-mobile .reset-btn {
  border: unset;
  border-top: 1px solid #ddd8d1;
  color: #c29a5c;
}

.nfd-filter-list-item {
  margin-bottom: 10px;
}

.nfd-filter-list-item-reset {
  margin: 0;
}

.nfd-filter-list-item-mild {
  border-radius: 2px;
  background: #f9f5ef;
}

.nfd-filter-list-item-grayed {
  margin: 0;
  border-top: 1px solid #ddd8d1;
  cursor: pointer;
}

.nfd-filter-list-option {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nfd-filter-list-value {
  padding: 10px 0;
}

.nfd-filter-list-padded {
  padding: 15px;
}

.nfd-filter-list-entry {
  padding-bottom: 5px;
}

.nfd-filter-list-submit {
  margin: 0 20px;
}

.nfd-input {
  position: relative;
  display: table;
  height: 40px;
  width: 100%;
  padding-left: 10px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #ddd8d1;
}

.nfd-input::-ms-clear,
.nfd-input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.nfd-input::-webkit-input-placeholder {
  color: #c8c8c8;
}

.nfd-input::-moz-placeholder {
  color: #c8c8c8;
}

.nfd-input:-ms-input-placeholder {
  color: #c8c8c8;
}

.nfd-input::placeholder {
  color: #c8c8c8;
}

.nfd-input-disabled {
  background-color: #f7f7f7;
}

.nfd-h1 {
  margin-top: 0;
  padding-top: 0;
  font-size: 24px;
}

@media (min-width:768px) {
  .nfd-h1 {
    font-size: 32px;
  }
}

@media (min-width:1024px) {
  .nfd-h1 {
    font-size: 36px;
    margin-bottom: 1.715rem;
  }
}

.nfd-text {
  display: inline-block;
}

.nfd-text-size-12px {
  font-size: 12px;
}

.nfd-text-size-14px {
  font-size: 14px;
}

.nfd-text-size-16px {
  font-size: 16px;
}

.nfd-text-bold {
  font-weight: 700;
}

.nfd-text-breakable {
  word-break: break-word;
  -ms-word-break: break-all;
}

.nfd-text-middle {
  vertical-align: middle;
}

.nfd-text-center {
  text-align: center;
}

.nfd-text-left {
  text-align: left;
}

.nfd-text-right {
  text-align: right;
}

.nfd-text-default {
  color: #333;
}

.nfd-text-black {
  color: #000;
}

.nfd-text-darker {
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.4;
  color: #020202;
}

.nfd-text-darker .form-control {
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.4;
}

.nfd-text-grayed {
  color: #333;
  opacity: .6;
}

.nfd-text-normal {
  font-weight: 400;
}

.nfd-text-small {
  font-size: 81%;
}

.nfd-text-gold {
  color: #c29a5c;
}

.nfd-text-gold-darkness {
  color: #c29a5c;
}

.nfd-text-red {
  color: red;
}

.nfd-text-blood {
  color: #9e0a19;
}

.nfd-text-limited {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width:480px) {
  .nfd-text-limited {
    padding-right: 10px;
  }

  .nfd-text-limited-inner {
    width: 90%;
  }
}

.nfd-text-break-word {
  word-wrap: break-word;
}

.nfd-text-compact {
  line-height: 1;
}

.nfd-navbar {
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}

.nfd-navbar-grayed {
  background-color: #f2f2f2;
}

.nfd-navbar-title {
  display: inline-block;
}

.nfd-list {
  list-style-type: none;
}

.nfd-list-horizontal {
  display: inline;
}

.nfd-list-item {
  display: inline-block;
  padding: 0 20px;
}

.nfd-list-item-active {
  border-bottom: 3px solid #c29a5c;
}

.nfd-list-item-relative {
  position: relative;
}

.nfd-list-item-hovered:hover {
  background: #f9f5ef;
}

.nfd-icon {
  display: inline-block;
  background-repeat: no-repeat;
}

.nfd-icon-info {
  width: 16px;
  height: 16px;
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/info.svg) no-repeat;
}

.nfd-icon-xs {
  -webkit-transform: scale(.6);
  -ms-transform: scale(.6);
  transform: scale(.6);
}

.nfd-icon-md {
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
}

.nfd-icon:before {
  content: "";
  display: inline-block;
}

.nfd-icon-train:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/train.svg) no-repeat;
  width: 24px;
  height: 24px;
}

.nfd-icon-warning:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/case.svg) no-repeat;
  width: 24px;
  height: 24px;
}

.nfd-icon-case:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/case.svg) no-repeat;
  background-size: 48px;
  width: 48px;
  height: 48px;
}

.nfd-icon-car:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/car.svg) no-repeat;
  width: 24px;
  height: 24px;
}

.nfd-icon-car-black:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/car-black.svg) no-repeat;
  width: 24px;
  height: 24px;
}

.nfd-icon-doc {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/doc.svg);
  width: 24px;
  height: 24px;
}

.nfd-icon-medicine {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/medicine.svg);
  width: 24px;
  height: 24px;
}

.nfd-icon-file {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/file.svg);
  width: 16px;
  height: 16px;
}

.nfd-icon-file-medical {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/file-medical.svg);
  width: 25px;
  height: 25px;
}

.nfd-icon-settings {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/settings.svg);
  width: 24px;
  height: 24px;
}

.nfd-icon-avatar {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/ava-placeholder.svg);
  width: 56px;
  height: 56px;
}

.nfd-icon-download {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/download.svg);
  width: 16px;
  height: 16px;
}

.nfd-icon-download-after:after {
  content: "";
  display: inline-block;
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/download.svg) no-repeat;
  width: 16px;
  height: 16px;
}

.nfd-icon-download-lg {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/download-lg.svg);
  width: 48px;
  height: 48px;
}

.nfd-icon-edit {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/edit.svg);
  width: 16px;
  height: 16px;
}

.nfd-icon-link {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/link.svg);
  width: 16px;
  height: 13px;
}

.nfd-icon-close {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/close.svg);
  width: 24px;
  height: 24px;
}

.nfd-icon-question {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/question.svg);
  width: 16px;
  height: 16px;
}

.nfd-icon-call-direct {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/direct-call.svg) 50%;
  width: 24px;
  height: 24px;
}

.nfd-icon-call-needed {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/call.svg) 50%;
  width: 24px;
  height: 24px;
}

.nfd-icon-pin {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/pin.svg);
  height: 14px;
  width: 13px;
}

.nfd-icon-exit {
  height: 16px;
  width: 16px;
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/exit.svg);
}

.nfd-icon-exit-lg {
  height: 24px;
  width: 24px;
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/exit-lg.svg);
}

.nfd-icon-exit-brand {
  height: 16px;
  width: 16px;
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/exit-brand.svg);
}

.nfd-icon-exit-brand-lg {
  height: 24px;
  width: 24px;
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/exit-brand-lg.svg);
}

.nfd-icon-arrow-right {
  height: 12px;
  width: 10px;
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/arrow-small.svg);
}

.nfd-icon-arrow-left {
  height: 12px;
  width: 10px;
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/arrow-small.svg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nfd-icon-arrow-gray {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/arrow-gray.svg);
  width: 12px;
  height: 18px;
}

.nfd-icon-arrow-orange {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/arrow-orange.svg) 50%;
  width: 12px;
  height: 18px;
}

.nfd-icon-arrow-down {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nfd-icon-arrow-up {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.nfd-icon-basket {
  width: 16px;
  height: 16px;
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/trash.png) 50%;
}

.nfd-icon-ios:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/ios.svg) 50%;
  height: 15px;
  width: 12px;
}

.nfd-icon-list:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/list.svg);
  width: 16px;
  height: 16px;
}

.nfd-icon-android:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/android.svg) no-repeat;
  width: 13px;
  height: 14px;
}

.nfd-icon-tools {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/tools.svg);
  width: 48px;
  height: 48px;
}

.nfd-icon-commissioner {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/commissioner.svg);
  width: 48px;
  height: 48px;
}

.nfd-icon-evacuation {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/evacuation.svg);
  width: 48px;
  height: 48px;
}

.nfd-icon-help {
  cursor: help;
}

.nfd-icon-service:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/services.svg) no-repeat;
  width: 48px;
  height: 48px;
}

.nfd-icon-registration:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/registration.svg) no-repeat;
  width: 48px;
  height: 48px;
}

.nfd-icon-event-list:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/event-list.svg) no-repeat;
  width: 48px;
  height: 48px;
}

.nfd-icon-car-service:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/car-service.svg) no-repeat;
  width: 48px;
  height: 48px;
}

.nfd-icon-info-portal:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/info-portal.svg) no-repeat;
  width: 48px;
  height: 48px;
}

.nfd-icon-kasko:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/kasko.svg) no-repeat;
  width: 48px;
  height: 48px;
}

.nfd-icon-osago:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/osago.svg) no-repeat;
  width: 48px;
  height: 48px;
}

.nfd-icon-scheme:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/scheme.svg) no-repeat;
  width: 48px;
  height: 48px;
}

.nfd-icon-euro:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/scheme.svg) no-repeat;
  width: 48px;
  height: 48px;
}

.nfd-icon-mark:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/mark.svg) no-repeat;
  width: 20px;
  height: 20px;
}

.nfd-icon-email {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/email.svg);
  width: 48px;
  height: 48px;
}

.nfd-icon-esia:before {
  margin-top: .5rem;
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/esia.svg) no-repeat;
  width: 115px;
  height: 18px;
}

.nfd-icon-policy:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/policy.svg) no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
}

.nfd-icon-policy-active:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/policy-active.svg) no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
}

.nfd-icon-request:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/request.svg) no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
}

.nfd-icon-request-active:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/request-active.svg) no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
}

.nfd-icon-lpu:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/lpu.svg) no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
}

.nfd-icon-lpu-active:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/lpu-active.svg) no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
}

.nfd-icon-medcare:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/medcare.svg) no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
}

.nfd-icon-medcare-active:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/medcare-active.svg) no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
}

.nfd-icon-more:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/more.svg) no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
}

.nfd-icon-more-active:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/more-active.svg) no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
}

.nfd-icon-insurance-program:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/insurance-program.svg) no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
}

.nfd-icon-franshise:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/franshise.svg) no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
}

.nfd-icon-family-insurance:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/family-insurance.svg) no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
}

.nfd-icon-program-upgrade:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/program-upgrade.svg) no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
}

.nfd-icon-profile:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/profile.svg) no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
}

.nfd-icon-med-types:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/med-types.svg) no-repeat;
  background-size: 14px;
  background-position: 50%;
  width: 16px;
  height: 16px;
}

.nfd-table-row-underline {
  border-bottom: 1px solid #ddd8d1;
}

.nfd-table-title {
  margin: 0;
  padding: 10px 10px 10px 0;
  font-size: 14px;
  font-weight: 700;
}

.nfd-table-col {
  padding-left: 12px;
  padding-right: 0;
}

.nfd-table-mobile-row {
  margin: 10px 0;
}

.nfd-tab-container {
  padding: 0 2rem;
}

.nfd-tab-panel {
  padding: 0 1rem;
  position: relative;
}

.nfd-tab-panel-notification {
  display: inline-block;
  border-radius: 70%;
  min-width: 16px;
  height: 16px;
  padding: 0 2px;
  line-height: 16px;
  text-align: center;
  font-size: 10px;
}

.nfd-tab-panel-whited {
  border-bottom: 1px solid #ddd8d1;
}

@media only screen and (max-width:1023px) {
  .nfd-tab-panel-whited {
    padding: 5px 0;
    font-size: 20px;
    background: #fafafa;
    border-top: 1px solid #ddd8d1;
  }
}

.nfd-tab-panel-title {
  display: block;
  padding: -webkit-calc(.3rem + 1px) .8rem -webkit-calc(.3rem - 1px);
  padding: calc(.3rem + 1px) .8rem calc(.3rem - 1px);
  pointer-events: auto;
}

.nfd-tab-panel-title-grayed {
  color: #000;
}

.nfd-tab-item {
  display: none;
  pointer-events: none;
  margin: 0;
}

@media (min-width:1024px) {
  .nfd-tab-item {
    display: inline-block;
  }
}

.nfd-tab-item:before {
  content: "";
  opacity: 0;
}

.nfd-tab-item-strong {
  border: 1px solid transparent;
  cursor: pointer;
}

.nfd-tab-item-active {
  display: inline-block;
}

@media (min-width:1024px) {
  .nfd-tab-item-active {
    border: 1px solid #ddd8d1;
  }
}

@media (min-width:1024px) {
  .nfd-tab-item-active:after {
    content: "";
    background: #fff;
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -2px;
    z-index: 1;
  }
}

@media (max-width:1023px) {
  .nfd-tab-item-title-hidden {
    display: none;
  }
}

.nfd-title-humble {
  display: inline-block;
}

.nfd-title-bold {
  font-weight: 700;
}

.nfd-title-md {
  font-size: 20px;
}

.nfd-title-lg {
  font-size: 36px;
  color: #333;
}

.nfd-wrapper {
  display: table;
  width: 100%;
}

.nfd-wrapper-item {
  display: table-cell;
}

.nfd-wrapper-item-right {
  text-align: right;
}

.nfd-wrapper-item-middle {
  vertical-align: middle;
}

.nfd-wrapper-padded-top-sm {
  padding: 15px 0;
}

.nfd-anim {
  display: inline-block;
}

.nfd-anim-preset {
  -webkit-transition: opacity 1s,-webkit-transform .5s;
  transition: opacity 1s,-webkit-transform .5s;
  transition: opacity 1s,transform .5s;
  transition: opacity 1s,transform .5s,-webkit-transform .5s;
  will-change: opacity,transform;
}

.nfd-anim-preset-inactive {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.nfd-anim-preset-active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.nfd-anim-mini {
  will-change: opacity,transform;
  -webkit-transition: opacity .5s,-webkit-transform .5s;
  transition: opacity .5s,-webkit-transform .5s;
  transition: transform .5s,opacity .5s;
  transition: transform .5s,opacity .5s,-webkit-transform .5s;
}

.nfd-anim-fast {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

.nfd-anim-hamburger {
  display: inline-block;
  -webkit-transition: opacity .5s,-webkit-transform .3s;
  transition: opacity .5s,-webkit-transform .3s;
  transition: transform .3s,opacity .5s;
  transition: transform .3s,opacity .5s,-webkit-transform .3s;
}

.nfd-anim-hamburger:hover {
  cursor: pointer;
}

.nfd-anim-hamburger-is-active {
  -webkit-animation: scalable .5s;
  animation: scalable .5s;
}

.nfd-anim-hamburger-is-active .nfd-anim-hamburger-line:first-child {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.nfd-anim-hamburger-is-active .nfd-anim-hamburger-line:nth-child(2) {
  opacity: 0;
}

.nfd-anim-hamburger-is-active .nfd-anim-hamburger-line:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

.nfd-anim-hamburger-line {
  margin-bottom: 5px;
  height: 5px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.nfd-anim-item-ui {
  -webkit-transition: opacity .5s,color .5s,background .5s,-webkit-transform .3s;
  transition: opacity .5s,color .5s,background .5s,-webkit-transform .3s;
  transition: transform .3s,opacity .5s,color .5s,background .5s;
  transition: transform .3s,opacity .5s,color .5s,background .5s,-webkit-transform .3s;
  will-change: transform,opacity,color,background;
}

.nfd-anim-item-ui-hidden {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.nfd-anim-item-ui-pulled-out {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

@-webkit-keyframes scalable {
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  0%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scalable {
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  0%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.nfd-page {
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.4;
}

.nfd-page .form-control {
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.4;
}

.nfd-page-container {
  padding: 15px;
}

@media (max-width:619px) {
  .nfd-page-container {
    padding: 24px 12px 0;
  }
}

@media (min-width:768px) {
  .nfd-page-container {
    padding: 24px 16px 0;
  }
}

@media (min-width:1024px) {
  .nfd-page-container {
    padding: 32px 30px 0;
  }
}

.pointer {
  cursor: pointer;
}

.disabled-reason {
  opacity: .9;
  background-color: #e6e6ea;
  cursor: not-allowed;
}

.blocked-reason {
  color: #b9b9b9!important;
}

.non-clickable {
  cursor: not-allowed;
}

.hovered:hover {
  background: #f9f5ef;
}

.container-relative {
  position: relative;
}

.nfd-unselected {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nfd-no-wrap {
  white-space: nowrap;
}

.bg-olive {
  background: #f9f5ef;
}

.bg-light {
  background: #f5f5f5;
}

.bg-orange {
  background: #c29a5c;
}

.bg-brand {
  background: #b70037;
}

.bg-middle-gray-18 {
  background: #7d8083;
}

.bg-blood {
  background: #9e0a19;
}

.nfd-loader {
  z-index: 1000;
}

.nfd-loader-tall {
  height: 200px;
}

.nfd-loader-full {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.nfd-loader-item-centered {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 13px;
  height: 13px;
}

.nfd-loader-inactive {
  background: hsla(0,0%,100%,.6);
}

.nfd-line {
  display: block;
}

.nfd-line-lighted {
  opacity: .4;
  background: #c29a5c;
  height: 2px;
}

.nfd-line-black {
  background: #000;
}

.nfd-line-white {
  background: #fff;
}

.nfd-headline {
  display: block;
  color: #333;
  margin: 0;
}

.nfd-headline-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nfd-headline-row-title {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 5px;
}

.nfd-headline-row-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.nfd-headline-lg {
  font-weight: 700;
}

@media (max-width:619px) {
  .nfd-headline-lg {
    font-size: 20px;
  }
}

@media (min-width:768px) {
  .nfd-headline-lg {
    font-size: 36px;
  }
}

@media (min-width:320px) {
  .nfd-headline-lg {
    font-size: 24px;
  }
}

.nfd-headline-md {
  font-weight: 700;
}

@media (min-width:768px) {
  .nfd-headline-md {
    font-size: 24px;
  }
}

@media (max-width:320px) {
  .nfd-headline-md {
    font-size: 17px;
  }
}

.nfd-headline-sm {
  font-weight: 700;
  font-size: 16px;
}

@media (min-width:1024px) {
  .nfd-headline-sm {
    font-size: 20px;
  }
}

.nfd-headline-xs {
  font-weight: 700;
  font-size: 14px;
}

.nfd-sub-headline {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  text-overflow: ellipsis;
}

@media (min-width:320px) {
  .nfd-sub-headline {
    font-size: .9rem;
  }
}

.nfd-btn-wide {
  width: 100%;
}

.nfd-btn:hover {
  opacity: .5;
}

.nfd-btn-reset {
  border: 0;
  background: inherit;
}

.nfd-nav {
  position: relative;
  list-style-type: none;
}

.nfd-nav-horizontal {
  display: inline-block;
}

.nfd-nav-default {
  padding: 0 2rem;
  font-size: 14px;
  background: #f2f2f2;
}

.nfd-nav-static {
  height: 50px;
  line-height: 50px;
}

.nfd-nav-control {
  display: inline-block;
}

.nfd-nav-control-in {
  padding-right: 5px;
  font-weight: 800;
  float: left;
}

.nfd-nav-control-out {
  padding-left: 5px;
  float: right;
}

.nfd-nav-control-switcher {
  margin-right: 15px;
  width: 55px;
  float: left;
  position: relative;
}

.nfd-nav-control-switcher-item {
  width: 25px;
  height: 25px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.nfd-nav-full {
  height: 100%;
}

.nfd-nav-link {
  color: #000;
  font-weight: 400;
  position: relative;
}

.nfd-nav-link-padded {
  display: block;
  padding: 0 15px;
}

.nfd-nav-link-padded-mixed {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nfd-nav-link-strong {
  font-weight: 700;
  border-top: 1px solid #ddd8d1;
}

.nfd-nav-list {
  list-style-type: none;
  margin: 0;
}

.nfd-nav-list-middle {
  line-height: 2.5em;
}

.nfd-nav-list-whited {
  background: #fff;
}

.nfd-nav-list-horizontal {
  display: inline-block;
}

.nfd-nav-list-horizontal li {
  display: inline-block;
  min-width: 70px;
}

.nfd-nav-list-item {
  margin: 0;
  cursor: pointer;
  position: relative;
}

.nfd-nav-list-item-default {
  border-top: 1px solid #ddd8d1;
}

.nfd-nav-list-item:hover .nfd-nav-list-mobile-submenu {
  display: block;
}

.nfd-nav-list-item:before {
  content: "";
  opacity: 0;
}

.nfd-nav-list-item-horizontal {
  display: inline-block;
}

.nfd-nav-list-item-active {
  border-bottom: 2px solid #505254;
}

.nfd-nav-list-item:hover {
  background: #000000;
  background: rgba(0,0,0,.05);
}

.nfd-nav-list-item-absolute {
  margin: 0;
}

.nfd-nav-list-item-padded {
  padding: 0 10px;
}

.nfd-nav-list-item-full {
  width: 100%;
}

.nfd-nav-list-default {
  padding: 0 5px;
}

.nfd-nav-list-absolute {
  position: absolute;
  left: 0;
  z-index: 999;
}

.nfd-nav-list-absolute-overpull {
  right: -100%;
}

.nfd-nav-list-absolute-pull {
  right: 0;
}

.nfd-nav-list-mobile {
  top: 55px;
  border-top: 1px solid #ddd8d1;
  border-bottom: 1px solid #ddd8d1;
}

.nfd-nav-list-mobile-submenu {
  display: none;
  line-height: 25px;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.1);
  border-bottom: 1px solid #ddd8d1;
}

.nfd-nav-tabbar-title {
  font-size: 11px;
  color: #676766;
}

.nfd-nav-tabbar-title.not-more:hover div {
  color: #990832;
}

.nfd-nav-tabbar-title.not-more:hover .nfd-icon {
  -webkit-filter: brightness(0) saturate(100%) invert(11%) sepia(75%) saturate(3759%) hue-rotate(330deg) brightness(98%) contrast(106%);
  filter: brightness(0) saturate(100%) invert(11%) sepia(75%) saturate(3759%) hue-rotate(330deg) brightness(98%) contrast(106%);
}

.nfd-nav-tabbar-title.more-active:hover div {
  color: #990832;
}

.nfd-nav-tabbar-title:hover div {
  color: #676766;
}

.nfd-nav-tabbar-title:hover .nfd-icon {
  -webkit-filter: none;
  filter: none;
}

.nfd-nav-tabbar-title:active div {
  color: #990832;
}

.nfd-nav-tabbar-title:active .nfd-icon {
  -webkit-filter: brightness(0) saturate(100%) invert(11%) sepia(75%) saturate(3759%) hue-rotate(330deg) brightness(98%) contrast(106%);
  filter: brightness(0) saturate(100%) invert(11%) sepia(75%) saturate(3759%) hue-rotate(330deg) brightness(98%) contrast(106%);
}

.nfd-nav-tabbar-title.tabbar-only-link {
  width: 100%;
}

.nfd-nav-tabbar-title.tabbar-only-link__text {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}

.nfd-nav-tabbar-more-wrapper {
  position: fixed;
  top: -50px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2000;
}

.nfd-nav-tabbar-wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1039;
}

.nfd-nav-tabbar-wrapper-opened {
  height: 100%;
}

.nfd-nav-tabbar-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  background-color: #f2f2f5;
  padding: 6px;
}

.nfd-nav-tabbar-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 10px;
}

.nfd-nav-tabbar-more-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}

.nfd-nav-tabbar-more-list-item {
  width: 100%;
  line-height: 50px;
}

.nfd-nav-tabbar-active .nfd-nav-tabbar-title {
  color: #990832;
}

.nfd-nav-tabbar-active>.nfd-icon {
  -webkit-filter: brightness(0) invert(0) invert(13%) sepia(52%) saturate(7271%) hue-rotate(334deg) brightness(73%) contrast(100%);
  filter: brightness(0) invert(0) invert(13%) sepia(52%) saturate(7271%) hue-rotate(334deg) brightness(73%) contrast(100%);
}

.nfd-modal-content {
  border: 0;
  font-size: 14px;
}

.nfd-modal-content-full {
  overflow: auto;
  height: 100%;
  width: 100%;
  padding: 0;
}

.nfd-modal-btn-close {
  float: right;
  background: none;
  border: 0;
}

.nfd-modal-btn-close-container {
  width: 0;
  float: right;
}

.nfd-modal-title {
  margin: 0;
}

.nfd-modal-header {
  padding: 20px;
}

.nfd-modal-dialog {
  margin: 0;
  width: auto;
}

.nfd-modal-dialog-full {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

@media (min-width:1024px) {
  .nfd-modal-xlg {
    width: 90%;
  }
}

@media (min-width:1024px) {
  .nfd-modal-lg-half {
    width: 50%;
  }
}

@media (min-width:1024px) {
  .nfd-modal-lg {
    width: 70%;
  }
}

.nfd-label {
  display: inline-block;
}

.nfd-label-padded {
  padding: 0 10px;
}

.nfd-label-default {
  border-radius: 2px;
  border: 66 solid #c29a5c;
  border: 66 solid rgba(194, 154, 92, 0.4);
  color: #c29a5c;
  font-weight: 700;
  font-size: 10px;
}

.nfd-label-poor {
  opacity: .3;
}

.nfd-label-primary {
  background-color: #c29a5c;
  color: #fff;
}

.nfd-label-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
}

.nfd-textarea-vertical {
  resize: vertical;
}

.nfd-toggle:after {
  content: "";
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/arrow-orange.svg) no-repeat 50%;
  display: inline-block;
  height: 18px;
  padding: 0 10px;
  -webkit-transition: -webkit-transform .1s;
  transition: -webkit-transform .1s;
  transition: transform .1s;
  transition: transform .1s,-webkit-transform .1s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  vertical-align: middle;
  width: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.nfd-toggle-plain:after {
  content: "";
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/arrow-orange.svg) no-repeat 50%;
  display: inline-block;
  height: 18px;
  padding: 0 10px;
  vertical-align: middle;
  width: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.nfd-toggle-right:after {
  right: 5px;
}

.nfd-toggle-right-inside:after {
  right: 22px;
}

.nfd-toggle-left:after {
  left: 0;
}

.nfd-toggle .collapsed:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nfd-toggle.collapsed:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nfd-toggle-brand-color:after {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/arrow-rich-raspberry.svg) no-repeat 50%;
}

.ie-input-reset::-ms-clear,
.ie-input-reset::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.visually-hidden {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.nfd-ignore-full {
  pointer-events: none;
}

.nfd-ignore-auto {
  pointer-events: auto;
}

.nfd-info-tip {
  margin-top: .2rem;
}

.nfd-container-content-wrapper .validation-control-has-error {
  border: 1px solid #f57575!important;
}

.nfd-container-content-wrapper .validation-control-has-error:not([disabled]) {
  background: #fff;
}

.nfd-container-content-wrapper .validation-control-has-error:not(select):not(textarea):not(.validation-control-without-error-icon):not([disabled]) {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792' height='1792' width='1792'%3E%3Cpath d='M896 128q209 0 385.5 103T1561 510.5 1664 896t-103 385.5-279.5 279.5T896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128zm128 1247v-190q0-14-9-23.5t-22-9.5H801q-13 0-23 10t-10 23v190q0 13 10 23t23 10h192q13 0 22-9.5t9-23.5zm-2-344l18-621q0-12-10-18-10-8-24-8H786q-14 0-24 8-10 6-10 18l17 621q0 10 10 17.5t24 7.5h185q14 0 23.5-7.5t10.5-17.5z' fill='%23ec5353'/%3E%3C/svg%3E") no-repeat right 6px center/1rem;
}

.nfd-container-content-wrapper .validation-control-has-success:not([disabled]) {
  background: #fff;
}

.nfd-container-content-wrapper .validation-control-has-success:not(select):not(textarea):not(.validation-control-without-success-icon):not([disabled]) {
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792' height='1792' width='1792'%3E%3Cpath d='M1412 734q0-28-18-46l-91-90q-19-19-45-19t-45 19l-408 407-226-226q-19-19-45-19t-45 19l-91 90q-18 18-18 46 0 27 18 45l362 362q19 19 45 19 27 0 46-19l543-543q18-18 18-45zm252 162q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896z' fill='%23398b54'/%3E%3C/svg%3E") no-repeat right 6px center/1rem;
}

.nfd-dropdown .validation-group-error-wrap {
  display: table-caption;
}

.nfd-link-plain {
  background: none;
  border: none;
  color: #963;
}

.nfd-link:hover {
  color: #000;
}

.nfd-tree-list__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.profitWarning {
  color: green!important;
}

.nfd-tree-list {
  position: relative;
  width: 100%;
}

.nfd-tree-list-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.nfd-tree-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.nfd-tree-list-item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 5px 0 5px 20px;
}

.nfd-tree-list-item-info:hover {
  background: #c29a5c;
  background: rgba(194,154,92,.1);
  color: #c29a5c;
}

.nfd-tree-list-item-info:hover .nfd-tree-list-toggle {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/arrow-orange.svg) 50%;
}

.nfd-tree-list-item-info:hover .nfd-tree-list-toggle-not-child {
  background: none;
}

.nfd-tree-list-item-info-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.nfd-tree-list-item-info-html {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 0 12px;
}

.nfd-tree-list-toggle {
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}

.nfd-tree-list-toggle-open {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nfd-tree-list-toggle-not-child {
  cursor: auto;
}

.nfd-tree-list-item-children {
  width: 100%;
}

.nfd-tree-list-item-children .nfd-tree-list {
  padding-left: 20px;
}

.nfd-tree-list-item-children .nfd-tree-list-item-info {
  overflow: hidden;
  width: 100%;
}

.nfd-date-period-label {
  width: 100%;
}

.nfd-date-period .form-control-addons-prefix {
  height: 100%;
  line-height: 1.43;
  bottom: 0;
}

.nfd-date-period-from .form-control {
  padding-left: 1.5rem;
}

.nfd-date-period-from .form-control-addons-prefix {
  width: 1.5rem;
  padding: .65rem .382rem;
}

@media (min-width:768px) {
  .nfd-date-period-from .form-control-addons-prefix {
    padding: .65rem .382rem;
  }
}

.nfd-date-period-to .form-control {
  padding-left: 2.5rem;
}

@media (min-width:768px) {
  .nfd-date-period-to .form-control {
    padding-left: 2rem;
  }
}

.nfd-date-period-to .form-control-addons-prefix {
  width: 2.5rem;
  padding: .65rem .382rem;
}

@media (min-width:768px) {
  .nfd-date-period-to .form-control-addons-prefix {
    width: 2rem;
    padding: .65rem .382rem;
  }
}

.nfd-input-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nfd-input-radio__icon {
  border: 1px solid hsla(35,67%,72%,.9372549);
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  min-width: 16px;
  min-height: 16px;
}

.nfd-input-radio__icon:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.nfd-input-radio__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  cursor: pointer;
  margin-bottom: 5px;
}

.nfd-input-radio__label--selected .nfd-input-radio__icon:before {
  background: hsla(35,67%,72%,.9372549);
}

.nfd-input-radio__label input[type=radio] {
  display: none;
}

.nfd-input-radio__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: .5rem;
}

* {
  outline: none;
}

.nav-inner-wrapper {
  width: 100%;
  height: inherit;
}

.lk-dms-nav.nfd-nav-default {
  width: 100%;
  padding: 0;
  background: #fff;
}

.lk-dms-nav .nav-inner-wrapper {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  padding: 12px .5rem 0;
  background-color: #fff;
}

.lk-dms-nav .nav-dt-arrow,
.lk-dms-nav .nfd-nav-list-horizontal {
  display: none!important;
}

.lk-dms-nav .pwa-burger-visible {
  display: inline-block!important;
}

.lk-dms-nav .nfd-nav-control-switcher {
  width: 44px;
}

.lk-dms-nav .nfd-nav-control-switcher-item {
  width: 20px;
  height: 20px;
}

.lk-dms-nav .nfd-nav-control-switcher-item .nfd-anim-hamburger-line {
  margin-bottom: 4px;
  height: 4px;
}

.lk-dms-nav .nfd-anim-hamburger-is-active .nfd-anim-hamburger-line:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.lk-dms-nav .nfd-anim-hamburger-is-active .nfd-anim-hamburger-line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.lk-dms-nav .nfd-nav-list-mobile {
  top: 50px;
}

.lk-dms-nav .nfd-nav-control-out {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.lk-dms-nav .nfd-nav-control-out .nfd-icon-exit-brand-lg {
  width: 26px;
  height: 26px;
}

.my-rgs-auth-form .flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.my-rgs-auth-form .flex-center-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.my-rgs-auth-form .flex-left-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.my-rgs-auth-form .inline-block {
  display: inline-block;
}

.my-rgs-auth-form .page-my-login-form {
  padding: 0 .5rem;
}

@media (min-width:1024px) {
  .my-rgs-auth-form .page-my-login-form.blocked {
    margin-top: 6rem;
  }
}

.my-rgs-auth-form .page-my-login-form .login-header-wrapper {
  margin-bottom: 2rem;
}

@media (max-width:560px) {
  .my-rgs-auth-form .page-my-login-form .login-header-wrapper {
    margin-bottom: 2.5rem;
  }
}

@media (max-width:560px) and (display-mode:standalone) {
  .my-rgs-auth-form .page-my-login-form .login-header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.my-rgs-auth-form .page-my-login-form .login-header-icon {
  display: none;
}

@media (max-width:560px) and (display-mode:standalone) {
  .my-rgs-auth-form .page-my-login-form .login-header-icon {
    display: block;
    min-width: 50px;
    width: 50px;
    max-width: 50px;
    height: 50px;
    margin-right: 1rem;
  }
}

.my-rgs-auth-form .page-my-login-form .login-header-icon>svg {
  width: 100%;
  height: 100%;
}

.my-rgs-auth-form .page-my-login-form .content-document-header {
  margin-bottom: 0;
}

@media (max-width:560px) {
  .my-rgs-auth-form .page-my-login-form .content-document-header {
    font-size: 1.85rem;
  }
}

.my-rgs-auth-form .page-my-login-form .btn-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.my-rgs-auth-form .page-my-login-form .container-relative {
  position: relative;
}

.my-rgs-auth-form .page-my-login-form .login-info-tooltip {
  position: absolute;
  top: .4rem;
  left: -1.5rem;
}

.my-rgs-auth-form .page-my-login-form .esia-login-info {
  position: absolute;
  left: 0;
  top: 2.1rem;
}

.my-rgs-auth-form .page-my-login-form .width-80pc {
  width: 80%;
}

.my-rgs-auth-form .page-my-login-form .form-group {
  position: relative;
}

.my-rgs-auth-form .page-my-login-form .control-label {
  font-size: 1.2rem;
  bottom: 0!important;
}

.my-rgs-auth-form .page-my-login-form .form-control {
  height: 64px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-color: #cbcfd6;
  border-radius: 2px;
  box-shadow: none;
  color: #505254;
}

.my-rgs-auth-form .page-my-login-form .form-control::-webkit-input-placeholder {
  color: #a8a9aa;
}

.my-rgs-auth-form .page-my-login-form .form-control::-moz-placeholder {
  color: #a8a9aa;
}

.my-rgs-auth-form .page-my-login-form .form-control:-ms-input-placeholder {
  color: #a8a9aa;
}

.my-rgs-auth-form .page-my-login-form .form-control::placeholder {
  color: #a8a9aa;
}

.my-rgs-auth-form .page-my-login-form .form-control:focus-visible,
.my-rgs-auth-form .page-my-login-form .form-control:hover {
  border-color: #a8a9aa;
}

.my-rgs-auth-form .page-my-login-form .form-control:focus {
  border-color: #505254;
  box-shadow: none;
}

.my-rgs-auth-form .page-my-login-form .transparent-btn {
  padding: 0;
  border: 1px solid transparent;
  background-color: transparent;
}

.my-rgs-auth-form .page-my-login-form .visibility-btn {
  position: absolute;
  right: .5rem;
  top: 3.5rem;
  width: 18px;
  height: 16px;
  color: #a8a9aa;
  cursor: pointer;
}

.my-rgs-auth-form .page-my-login-form .visibility-btn:focus-visible,
.my-rgs-auth-form .page-my-login-form .visibility-btn:hover {
  color: #505254;
}

.my-rgs-auth-form .page-my-login-form .form-group:focus-within .visibility-btn {
  color: #505254;
}

.my-rgs-auth-form .page-my-login-form .btn-icon-holder {
  width: 22px;
  height: 22px;
}

.my-rgs-auth-form .page-my-login-form .new-btn-link {
  font-size: 1.1rem;
  line-height: 36px;
  padding-left: 2rem;
}

.my-rgs-auth-form .page-my-login-form .btn-icon-esia-holder {
  width: 33px;
  height: 32px;
}

.my-rgs-auth-form .page-my-login-form .margin-in-modal,
.my-rgs-auth-form .page-my-login-form .property-description-wrapper {
  margin-top: .5rem;
  margin-bottom: 3rem;
}

@media (min-width:768px) {
  .my-rgs-auth-form .page-my-login-form .margin-in-modal,
  .my-rgs-auth-form .page-my-login-form .property-description-wrapper {
    margin-bottom: 5.25rem;
  }
}

.my-rgs-auth-form .page-my-login-form .property-description-part {
  font-size: 1rem;
  color: #505254;
}

.my-rgs-auth-form .page-my-login-form .property-description-link {
  color: #b70037;
}

.my-rgs-auth-form .page-my-login-form .property-description-link:focus,
.my-rgs-auth-form .page-my-login-form .property-description-link:focus-visible,
.my-rgs-auth-form .page-my-login-form .property-description-link:hover {
  color: #dd0042;
}

.my-rgs-auth-form .page-my-login-form .property-description-link:active {
  color: #81002a;
}

.my-rgs-auth-form .page-my-login-form .borderless-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  box-shadow: none;
  padding-left: 0;
  font-size: 1.4rem;
  text-align: left;
}

.my-rgs-auth-form .page-my-login-form .borderless-btn:focus,
.my-rgs-auth-form .page-my-login-form .borderless-btn:focus-visible,
.my-rgs-auth-form .page-my-login-form .borderless-btn:hover {
  color: #dd0042;
  background-color: transparent;
}

.my-rgs-auth-form .page-my-login-form .borderless-btn:active {
  color: #81002a;
  background-color: transparent;
}

.my-rgs-auth-form .page-my-login-form .borderless-btn:disabled,
.my-rgs-auth-form .page-my-login-form .borderless-btn[disabled],
.my-rgs-auth-form .page-my-login-form .property-description-link:disabled,
.my-rgs-auth-form .page-my-login-form .property-description-link[disabled] {
  color: #cbcfd6;
}

.my-rgs-auth-form .page-my-login-form .form-group.validation-group-has-error:focus-within .validation-error {
  opacity: 0!important;
  -webkit-transition: opacity .25s ease .15s;
  transition: opacity .25s ease .15s;
}

.my-rgs-auth-form .page-my-login-form .validation-error {
  bottom: -5.5rem!important;
  font-size: .813rem;
  color: #b70037;
  white-space: nowrap;
}

.my-rgs-auth-form .page-my-login-form .validation-error-mark {
  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;
}

.my-rgs-auth-form .page-my-login-form .validation-error-mark.fa-pull-left {
  margin-right: .3em;
}

.my-rgs-auth-form .page-my-login-form .validation-error-mark.fa-pull-right {
  margin-left: .3em;
}

.my-rgs-auth-form .page-my-login-form .validation-error-mark.pull-left {
  margin-right: .3em;
}

.my-rgs-auth-form .page-my-login-form .validation-error-mark.pull-right {
  margin-left: .3em;
}

.my-rgs-auth-form .page-my-login-form .validation-error-mark:before {
  content: "";
}

.my-rgs-auth-form .page-my-login-form .validation-control-has-error {
  border: 1px solid;
  border-color: #b70037!important;
  background: #fff;
}

.my-rgs-auth-form .page-my-login-form .validation-control-has-error:not(select):not(textarea):not(.validation-control-without-success-icon):not([disabled]) {
  background: #fff;
}

.my-rgs-auth-form .page-my-login-form .validation-control-has-success:not(select):not(textarea):not(.validation-control-without-success-icon):not([disabled]) {
  background: #fff;
}

.my-rgs-auth-form .page-my-login-form .login-form-notification-line {
  position: absolute;
  color: #b70037;
  font-size: .813rem;
}

.my-rgs-auth-form .page-my-login-form .form-control:placeholder-shown+.login-form-notification-line {
  color: transparent;
}

.my-rgs-auth-form .page-my-login-form .red {
  border-color: #b70037;
}

.my-rgs-auth-form .page-my-login-form .login-form-notification-plate {
  position: relative;
  background-color: #b70037;
  color: #fff;
  padding: 1rem;
}

.my-rgs-auth-form .page-my-login-form .notification-plate-heading {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  color: #fff;
}

.my-rgs-auth-form .page-my-login-form .notification-plate-close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  fill: #fff;
}

.my-rgs-auth-form .page-my-login-form .login-form-error-line {
  font-size: 13px;
  color: #b70037;
}

@media (min-width:460px) {
  .my-rgs-auth-form .page-my-login-form .login-form-error-line__text {
    max-width: 380px;
  }
}

.my-rgs-auth-form .page-my-login-form .login-form-error-line,
.my-rgs-auth-form .page-my-login-form .login-form-link-btn {
  padding-top: 8px;
  padding-bottom: 16px;
}

@media (min-width:460px) {
  .my-rgs-auth-form .page-my-login-form .login-form-error-line,
  .my-rgs-auth-form .page-my-login-form .login-form-link-btn {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}

.my-rgs-auth-form .page-my-login-form .login-form-link-btn {
  padding-left: .25rem;
}

.my-rgs-auth-form .page-my-login-form .login-form-sms-disclaimer {
  margin-bottom: 1.5rem;
}

.my-rgs-auth-form .page-my-login-form .login-form-sms-disclaimer span {
  color: #b70037;
  font-weight: 600;
}

.my-rgs-auth-form .page-my-login-form .login-form-otp-input {
  max-width: 280px;
}

.my-rgs-auth-form .page-my-login-form .login-form-otp-input label {
  font-size: 13px;
}

.my-rgs-auth-form .page-my-login-form .login-form-otp-input input {
  font-family: Menlo,Monaco,Consolas,Courier New,monospace;
  letter-spacing: 63px;
  background-color: transparent;
  border: none;
  padding-left: 1.75rem;
  position: relative;
  z-index: 1;
}

.my-rgs-auth-form .page-my-login-form .login-form-otp-input input :active,
.my-rgs-auth-form .page-my-login-form .login-form-otp-input input :disabled,
.my-rgs-auth-form .page-my-login-form .login-form-otp-input input :focus,
.my-rgs-auth-form .page-my-login-form .login-form-otp-input input :focus-visible,
.my-rgs-auth-form .page-my-login-form .login-form-otp-input input:hover {
  border: none;
}

.my-rgs-auth-form .page-my-login-form .login-form-otp-input .validation-control-has-success:not(select):not(textarea):not(.validation-control-without-success-icon):not([disabled]) {
  background-color: transparent;
}

.my-rgs-auth-form .page-my-login-form .login-form-otp-input .validation-control-has-error:not(select):not(textarea):not(.validation-control-without-success-icon):not([disabled]) {
  background-color: transparent;
}

.my-rgs-auth-form .page-my-login-form .login-form-otp-input .validation-control-has-error {
  border: none!important;
}

.my-rgs-auth-form .page-my-login-form .login-form-otp-background {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 280px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.my-rgs-auth-form .page-my-login-form .login-form-otp-background .background-box {
  width: 64px;
  height: 64px;
  border: 1px solid #cbcfd6;
  border-radius: 2px;
  -webkit-transition: all .25s ease .15s;
  transition: all .25s ease .15s;
}

.my-rgs-auth-form .page-my-login-form .form-group.login-form-otp-input.validation-group-has-error .background-box {
  border-color: #dd0042;
}

.my-rgs-auth-form .page-my-login-form .login-form-view-blocker {
  font-size: 1.2rem;
}

.my-rgs-auth-form .page-my-login-form .login-form-asteriks {
  color: #b70037;
}

.my-rgs-auth-form .btn-group-select {
  min-width: 410px;
}

.my-rgs-auth-form .login-form-tabs {
  height: 38px;
  margin-bottom: 2rem;
  border-bottom: 2px solid #f2f2f5;
}

.my-rgs-auth-form .login-form-tabs.hidden {
  display: none;
}

.my-rgs-auth-form .login-form-tabs .btn {
  top: 0;
}

.my-rgs-auth-form .login-form-tabs .tab-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 0;
  height: 38px;
  background-color: transparent;
  color: #a8a9aa;
  font-weight: 700;
  font-size: 1.2rem;
}

.my-rgs-auth-form .login-form-tabs .tab-btn:after {
  position: absolute;
  content: "";
  height: 2px;
  bottom: -2px;
  background-color: transparent;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 50%;
  -webkit-transition: .3s;
  transition: .3s;
}

.my-rgs-auth-form .login-form-tabs .tab-btn :active,
.my-rgs-auth-form .login-form-tabs .tab-btn :focus-visible,
.my-rgs-auth-form .login-form-tabs .tab-btn:hover {
  color: #505254;
}

.my-rgs-auth-form .login-form-tabs .tab-btn:hover:after {
  width: 100%;
  background-color: #b70037;
}

.my-rgs-auth-form .login-form-tabs .tab-btn.chosen {
  color: #505254;
}

.my-rgs-auth-form .login-form-tabs .tab-btn.chosen:after {
  width: 100%;
  background-color: #b70037;
}

.full-rules-modal p {
  margin-bottom: 2rem;
}

.full-rules-modal li {
  list-style-type: square;
  list-style-position: inside;
}

.full-rules-modal .third-parties-list {
  padding-left: 2rem;
}

.borderless-btn,
.new-btn-bordered,
.new-btn-brand,
.property-description-link {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.new-btn-flex-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.new-style-btn {
  width: 100%;
  height: 48px;
  border-radius: 2px;
  border-bottom-width: 1px;
  box-shadow: none;
  font-size: 1.2rem;
}

.new-btn-brand {
  background-color: #b70037;
  border-color: #b70037;
  fill: #fff;
  color: #fff;
}

.new-btn-brand:focus,
.new-btn-brand:focus-visible,
.new-btn-brand:hover {
  background-color: #dd0042;
  border-color: #dd0042;
}

.new-btn-brand:active {
  background-color: #81002a;
  border-color: #81002a;
}

.new-btn-bordered {
  border-color: #cbcfd6;
  background-color: #fff;
  color: #505254;
}

.new-btn-bordered:focus,
.new-btn-bordered:focus-visible,
.new-btn-bordered:hover {
  color: #dd0042;
  border-color: #dd0042;
  background-color: transparent;
}

.new-btn-bordered:active {
  color: #81002a;
  border-color: #81002a;
  background-color: transparent;
}

.modal-face-auth .modal-content,
.modal-no-phone .modal-content {
  border-top: none;
}

.modal-face-auth .modal-body,
.modal-no-phone .modal-body {
  height: 100%;
}

.modal-face-auth.modal-dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}

@media (min-width:620px) {
  .modal-face-auth.modal-dialog {
    width: 100vw;
  }
}

.modal-face-auth .modal-content {
  width: 100vw;
  height: 100vh;
  padding-left: 1rem;
  padding-right: 1rem;
}

.modal-face-auth .modal-header {
  display: none;
}

.modal-face-auth .modal-body {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.modal-face-auth .face-modal__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 50px;
}

.modal-face-auth .face-modal__disclaimer,
.modal-face-auth .face-modal__header-group {
  color: #505254;
}

.modal-face-auth .face-modal__header-group {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-face-auth .face-modal__icon-holder {
  width: 64px;
  height: 64px;
}

.modal-face-auth .face-modal__btns-grid {
  margin-top: 1rem;
  margin-bottom: .5rem;
}

.modal-face-auth .face-modal__btns-grid button:not(:last-child) {
  margin-bottom: .5rem;
}

.modal-face-auth .face-modal__disclaimer {
  font-size: 12px;
}

@media (min-width:620px) {
  .modal-no-phone.modal-dialog {
    max-width: 560px;
  }
}

@media (max-width:619px) {
  .modal-no-phone.modal-dialog {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100vw;
    max-width: 100vw;
  }
}

.modal-no-phone .modal-content {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (max-width:619px) {
  .modal-no-phone .modal-content {
    width: 100vw;
    height: 100vh;
    min-height: var(--doc-height);
  }
}

.modal-no-phone .modal-header {
  border-bottom: none;
}

.modal-no-phone .modal-header .close {
  top: 1rem;
  right: 1.5rem;
  z-index: 10;
  border: none;
  color: #505254;
  font-weight: 400;
}

.modal-no-phone .modal-header .close:hover {
  color: #dd0042;
}

.modal-no-phone .modal-title {
  display: none;
}

.modal-no-phone .modal-body {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

@media (max-width:619px) {
  .modal-no-phone .modal-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
}

.modal-no-phone .phone-auth-modal__header-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-no-phone .phone-auth-modal__icon-holder {
  max-width: 96px;
}

.modal-no-phone .phone-auth-modal__heading {
  margin-bottom: 16px;
  color: #505254;
}

@media (min-width:620px) {
  .modal-no-phone .phone-auth-modal__heading {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.modal-no-phone .phone-auth-modal__disclaimer {
  font-size: 16px;
  margin-bottom: 3rem;
}

@media (max-width:619px) and (display-mode:standalone) {
  .modal-no-phone .phone-auth-modal__btns-grid {
    margin: auto;
  }
}

.bank-btn-icon-holder {
  width: 24px;
  max-width: 24px;
  height: 24px;
  max-height: 24px;
}

.bank-btn-bordered {
  border-color: #0663ef;
  background-color: #fff;
  color: #0663ef;
}

.bank-btn-bordered:focus,
.bank-btn-bordered:focus-visible,
.bank-btn-bordered:hover {
  color: #005ae0;
  border-color: #005ae0;
  background-color: transparent;
}

.bank-btn-bordered:active {
  color: #0050c7;
  border-color: #0050c7;
  background-color: transparent;
}

.bank-btn-bordered:disabled,
.bank-btn-bordered[disabled],
.new-btn-bordered:disabled,
.new-btn-bordered[disabled],
.new-btn-brand:disabled,
.new-btn-brand[disabled] {
  color: #cbcfd6;
  border-color: #cbcfd6;
  background-color: #f2f2f5;
  fill: #cbcfd6;
}

@supports (min-height:100dvh) {
@media (display-mode:standalone) {
    .modal-face-auth.modal-dialog,
    .modal-no-phone.modal-dialog {
      min-height: 100dvh;
    }
}
}

@media (max-width:619px) {
  .my-rgs-auth-form .btn-group-select {
    min-width: 290px;
  }

  .my-rgs-auth-form .page-my-login-form .validation-error {
    bottom: -84px!important;
  }

  .my-rgs-auth-form .page-my-login-form .new-btn-brand:focus,
  .my-rgs-auth-form .page-my-login-form .new-btn-brand:focus-visible,
  .my-rgs-auth-form .page-my-login-form .new-btn-brand:hover {
    background-color: #b70037;
    border-color: #b70037;
  }
}

@media (min-width:1024px) {
  .my-rgs-auth-form .page-my-login-form .esia-login-info {
    left: 21.5rem;
    top: .4rem;
  }
}

@media (max-width:1023px) {
  #email-confirmation-btn {
    margin-top: 0;
  }

  #email-confirmation-input-wrap {
    margin-bottom: 0;
  }
}

#esia-binding-form .form-footer .validation-error-mark {
  display: inline-block;
}

#esia-binding-form .form-footer .validation-group-error-wrap {
  margin: initial;
  box-sizing: initial;
}

#esia-binding-form .form-footer .validation-error {
  box-sizing: border-box;
  padding: initial;
  margin-bottom: 5px;
  background: initial;
  text-transform: none;
  white-space: nowrap;
}

.lk-type-form .btn-group-horizontal-sm .btn-group-select {
  width: 380px;
}

.lk-type-form .btn-group-horizontal-sm .btn-group-select .btn {
  border: 1px solid #e6e6e6;
  box-shadow: none;
  border-radius: 3px;
}

.lk-type-form .btn-group-horizontal-sm .btn-group-select .btn.active {
  border: 1px solid #990032;
}

.lk-type-form .modal-footer {
  text-align: left;
}

.lk-type-form .modal-footer .submit-btn {
  box-shadow: none;
  border-radius: 3px;
  border: none;
  background: #990032;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btnOsopoOsgopReg {
  color: #b70037;
}

.btnBackInReg {
  width: 200px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #505254;
  cursor: pointer;
}

.btnBackInReg:hover {
  color: #b70037;
}

.switchBtn {
  width: auto;
  height: auto;
  background-color: #f2f2f5;
  color: #b70037;
  border: 0;
  padding: 15px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 20px;
}

.switchBtn:hover {
  background-color: #eaeaf9;
}

.switchBtnActive {
  background-color: #b70037;
  color: #f2f2f5;
}

.switchBtnActive:hover {
  background-color: #a30333;
}

.login-form-splitter__wrapper {
  width: 100%;
  height: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.login-form-splitter__line {
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #a8a9aa;
}

.login-form-splitter__word {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-color: #fff;
  color: #505254;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0 .5rem;
}

.login-page-clean {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-page-clean.login-page-grid {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}

@media (max-width:1023px) {
  .login-page-clean.login-page-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width:620px) {
  .login-form-wrapper {
    max-width: 496px;
  }
}

.login-advertising__wrapper {
  width: 100%;
  margin-top: 3rem;
}

@media (min-width:1024px) {
  .login-advertising__wrapper {
    margin-top: 4.5rem;
    margin-left: 3rem;
  }
}

.login-advertising__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

.login-advertising__link.octagonal {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.login-advertising__link.octagonal:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 29px solid transparent;
  border-left: 29px solid #fff;
  border-right: 29px solid #fff;
}

.login-advertising__link.octagonal:after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 29px solid transparent;
  border-left: 29px solid #fff;
  border-right: 29px solid #fff;
}

.login-advertising__link img {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=/media/sys-ng/dist//sourcemaps/page-my-login.css.map */
