/* projects/pwa-portal/src/styles/theme/css2.css */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("./media/KFOiCnqEu92Fr1Mu51QrIzc.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("./media/KFOjCnqEu92Fr1Mu51TjARc9.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("./media/KFOkCnqEu92Fr1Mu52xP.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("./media/KFOjCnqEu92Fr1Mu51S7ABc9.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./media/KFOjCnqEu92Fr1Mu51TzBhc9.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("./media/KFOjCnqEu92Fr1Mu51TLBBc9.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("./media/KFOkCnqEu92Fr1MmgWxP.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./media/KFOlCnqEu92Fr1MmSU5vAw.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./media/KFOmCnqEu92Fr1Me5Q.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./media/KFOlCnqEu92Fr1MmEU9vAw.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./media/KFOlCnqEu92Fr1MmWUlvAw.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("./media/KFOlCnqEu92Fr1MmYUtvAw.ttf") format("truetype");
}

/* projects/pwa-portal/src/styles/theme/font-awesome.min.css */
/*!
 *  Font Awesome 4.1.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("./media/fontawesome-webfont.eot");
  src:
    url("./media/fontawesome-webfont_1.eot#iefix&v=4.1.0") format("embedded-opentype"),
    url("./media/fontawesome-webfont.woff") format("woff"),
    url("./media/fontawesome-webfont.ttf") format("truetype"),
    url("./media/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -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: solid .08em #eee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.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-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}

/* projects/pwa-portal/src/styles/theme/css.css */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./media/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf") format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}

/* projects/pwa-portal/src/styles/theme/pwa.css */
body,
html {
  background-color: #fff;
  color: #636b6f;
  height: 100vh;
  margin: 0;
  font-family: "Roboto", sans-serif;
}
.old .youtube {
  width: 300px;
  height: 165px;
  padding: 2px;
  border-radius: 10px;
}
.old .gall_img img {
  display: block;
  max-height: 165px;
  min-height: 165px;
  height: 165px;
  width: auto;
  border-radius: 10px;
  padding: 2px;
}
.old .gall_img_old img {
  padding: 3px;
  border-radius: 10px;
  width: 128px;
}
@media only screen and (min-width: 500px) {
  .old .youtube {
    width: 431px;
    height: 243px;
    padding: 5px;
    border-radius: 15px;
  }
  .old .gall_img img {
    max-height: none;
    min-height: auto;
    height: auto;
    width: 128px;
    border-radius: 20px;
    padding: 5px;
  }
  .old .gall_img_old img {
    padding: 5px;
    border-radius: 20px;
  }
}
.old .hide {
  display: none;
}

/* projects/pwa-portal/src/styles.scss */
.old {
}
.old .gall_img img,
.old .youtube {
  display: block;
  height: 190px;
  border-radius: 10px;
  padding: 2px;
}
.old .header-icons,
.old .right,
.old a.mail,
.old a.rss {
  text-align: right;
}
.old header,
.old main {
  padding: 20px 0;
}
.old .comments p,
.old .fb-button,
.old .img-label {
  font-family: Arial;
}
.old .button,
.old .int-app__image-container[data-v-14fbb080],
.old a:hover {
  cursor: pointer;
}
.old .bold,
.old .fb-button,
.old .img-label,
.old .news-title,
.old .sidebar a,
.old .user-name {
  font-weight: 700;
}
.old body,
.old footer,
.old html {
  background-color: #fff;
}
.old .btn,
.old .video-cover {
  z-index: 1;
}
.old #main-container.is-not-pwa,
.old .burger {
  overflow: hidden;
}
.old .block-25 a,
.old .block-cover,
.old .buttonget a,
.old .comments a,
.old .label,
.old .nav li a,
.old .toasted-container .toasted .action.icon:hover,
.old a,
.old a .block-cover,
.old a[data-v-5baf1aac],
.old ins {
  text-decoration: none;
}
.old .banner,
.old .fbtext img,
.old .photo-aside,
.old .scroll-baiter {
  transform: translateX(-50%);
}
.old *,
.old .dg-container *,
.old .hooper,
.old .hooper *,
.old .hooper-track,
.old .tooltip[data-v-3442737e]:after {
  box-sizing: border-box;
}
.old .italic,
.old .yel__block {
  font-style: italic;
}
.old #main-container,
.old #main-container.is-not-pwa,
.old body,
.old html {
  font-family: Roboto, sans-serif;
}
.old body,
.old html {
  color: #636b6f;
  height: 100vh;
  margin: 0;
}
.old .gall_img img {
  width: auto;
}
@media only screen and (min-width: 500px) {
  .old .youtube {
    height: 190px;
    padding: 5px;
    border-radius: 15px;
  }
  .old .gall_img img {
    border-radius: 20px;
    padding: 5px;
  }
}
.old .blueimp-gallery-left > .prev,
.old .blueimp-gallery-right > .next,
.old .blueimp-gallery-single > .indicator,
.old .blueimp-gallery-single > .next,
.old .blueimp-gallery-single > .play-pause,
.old .blueimp-gallery-single > .prev,
.old .blueimp-gallery > .indicator > .active:after,
.old .blueimp-gallery > .slides > .slide-error > .slide-content,
.old .blueimp-gallery > .slides > .slide > .video-playing > a,
.old .blueimp-gallery > .slides > .slide > .video-playing > img,
.old .header__mobile[data-v-42360583],
.old .hide,
.old .loading,
.old .md-progress-bar.md-determinate .md-progress-bar-track[data-v-6057b18c],
.old .slider .blueimp-gallery .next,
.old .slider .blueimp-gallery .prev {
  display: none;
}
.old .clearfix:after,
.old .clearfix:before,
.old .row:after,
.old .row:before {
  content: " ";
  display: table;
}
.old .button,
.old .fb-button,
.old .like:before,
.old .nav li {
  display: inline-block;
}
.old .clearfix:after,
.old .row:after {
  clear: both;
}
.old .article p {
  margin: 15px 0 !important;
}
.old blockquote,
.old body,
.old dd,
.old div,
.old dl,
.old dt,
.old embed,
.old fieldset,
.old figure,
.old form,
.old h1,
.old h2,
.old h3,
.old h4,
.old h5,
.old h6,
.old input,
.old li,
.old object,
.old ol,
.old p,
.old pre,
.old select,
.old table,
.old td,
.old th,
.old ul,
.old ul li ol,
.old ul li ol li,
.old ul li ul,
.old ul li ul li {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.old abbr,
.old fieldset,
.old img {
  border: none;
}
.old address,
.old caption,
.old cite,
.old code,
.old dfn,
.old em,
.old h1,
.old h2,
.old h3,
.old h4,
.old h5,
.old h6,
.old strong,
.old th,
.old var {
  font-weight: 400;
  font-style: normal;
}
.old .app-comp__info-subtitle span:hover,
.old .int-app[data-v-14fbb080],
.old .toasted-container .toasted .action:hover,
.old a {
  text-decoration: underline;
}
.old ul {
  list-style: none;
}
.old input,
.old textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}
.old .right {
  float: right !important;
}
.old .row {
  margin: 0 auto;
  max-width: 1270px;
  width: 100%;
}
.old .column,
.old .columns {
  float: left;
  padding: 0 10px;
  position: relative;
}
.old .button {
  font-size: inherit;
  padding: 0.5em;
  border: 1px solid;
  background: 0 0;
  outline: 0;
  color: #3b5998;
}
@media only screen and (min-width: 0px) {
  .old body .xsmall-2 {
    width: 16.6667%;
  }
  .old body .xsmall-10 {
    width: 83.3333%;
  }
  .old body .xsmall-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .old body .medium-1 {
    width: 8.33333%;
  }
  .old body .medium-6 {
    width: 50%;
  }
  .old body .medium-11 {
    width: 91.6667%;
  }
  .old body .medium-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .old body .large-4 {
    width: 33.3333%;
  }
  .old body .large-8 {
    width: 66.6667%;
  }
}
.old h1 {
  font-size: 28px;
  margin: 0 0 20px;
}
.old .mark {
  color: red;
}
.old .mark-border {
  background: #fdfdd5;
  border: 1px solid #d3d33e;
  padding: 1px 25px;
  margin-top: 20px;
}
.old .mark-block {
  background-color: #eee;
  border: 1px solid #ddd;
  padding: 10px 10px 10px 170px;
  position: relative;
  margin: 40px 0;
  min-height: 110px;
}
.old .mark-block img {
  width: 150px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.old .aside,
.old .fb-button,
.old .header__wrapper[data-v-42360583],
.old .owl-carousel .owl-stage-outer,
.old .tooltip[data-v-3442737e],
.old a.mail,
.old a.rss {
  position: relative;
}
.old header .logo img {
  height: 30px;
}
.old .nav {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  margin: 10px 0 0;
}
.old .nav li {
  margin-right: 10px;
}
.old .nav li a {
  color: #555;
  font-size: 14px;
  border: 1px solid transparent;
}
.old .nav li a:hover {
  color: #af242c;
  border-bottom: 1px solid #af242c;
}
.old a.mail,
.old a.rss {
  height: 12px;
  width: 14px;
  top: 5px;
}
.old div.intext-photo {
  text-align: left;
  margin: 20px 0 0;
}
.old #main-container.is-not-pwa,
.old #main-container.is-not-pwa footer,
.old .answer__test li,
.old .block-cover,
.old .btn a,
.old .close,
.old .reload-button,
.old .result,
.old footer {
  text-align: center;
}
.old .block-cover img,
.old .content img,
.old .intext-photo img,
.old .news-text img {
  max-width: 100%;
}
.old blockquote {
  padding: 20px;
}
.old main {
  font-size: 18px;
}
.old .sber {
  margin: 25px 0;
}
.old .sber img {
  border: 1px solid #ccc;
}
.old .img-label {
  font-size: 13px;
  margin-bottom: 10px;
}
.old .admin,
.old .admin main,
.old .news,
.old .scroll-baiter img,
.old .w-100 {
  width: 100%;
}
.old .news-title {
  background-color: #1f8676;
  color: #fff;
  padding: 5px 15px;
  font-size: 15px;
}
.old .news-text {
  font-size: 15px;
  padding: 15px 30px;
  background-color: #edf8ee;
}
.old .dg-content-body--has-title .dg-content,
.old .fb-button,
.old .fbtext {
  font-size: 14px;
}
.old .news-text .step {
  font-weight: 700;
  padding: 20px 0 5px;
}
.old .photo-aside {
  height: 200px;
  width: auto;
  margin-bottom: 10px;
}
.old .burger,
.old .user-photo {
  width: 50px;
  height: 50px;
}
.old .banner,
.old .photo-aside {
  position: relative;
  left: 50%;
}
.old .comments textarea {
  color: #777;
  min-height: 50px;
  width: 100%;
  resize: none;
}
.old .comments .fbcity {
  color: #999;
  font-weight: 400;
}
.old .fb-button {
  background-color: #4267b2;
  border-color: #4267b2;
  border-radius: 2px;
  color: #fff !important;
  padding: 4px 16px;
  float: right !important;
  left: 5px;
}
.old .btn,
.old .burger {
  display: none;
}
.old .fb-button:active,
.old .fb-button:hover {
  background-color: #365899;
  border-color: #365899;
}
.old .lastcomm {
  color: #365899;
}
.old .user-photo {
  position: absolute;
  left: 0;
  top: 0;
}
.old .burger,
.old .comment-block,
.old .comment_block1,
.old .fbtext img,
.old .like:before {
  position: relative;
}
.old .comment-block {
  margin-top: 20px;
  padding-left: 60px;
}
.old .fbtext img {
  max-width: 85%;
  margin: 15px 0 5px;
  left: 50%;
}
.old .fbaction {
  font-size: 13px;
  margin-top: 10px;
}
.old a,
.old a:active,
.old a:link {
  color: #3b5998;
}
.old .fbtime {
  color: #999;
  cursor: help;
  border-bottom: 1px dotted #999;
}
.old .user-name {
  color: #3b5998;
  font-size: 13px;
  margin-bottom: 5px;
}
.old .like:before {
  content: "";
  margin: 0 5px;
  height: 15px;
  top: 2px;
  width: 13px;
}
.old footer {
  padding: 250px 0 20px;
}
.old footer p {
  color: #ccc;
  font-size: 10px;
}
.old .ymaps-b-form-button__input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.old .comments {
  padding-bottom: 100px;
}
.old .comment_block1 {
  background-color: rgba(15, 166, 253, 0.603);
  display: none;
  transition: 0.3s;
}
.old .animation {
  -webkit-animation: 1s ease-in 3s forwards commen;
  animation: 1s ease-in 3s forwards commen;
}
.old .burger {
  border: 1px solid;
  border-radius: 5px;
  float: right;
}
.old .burger:before {
  height: 2px;
  box-sizing: content-box;
  padding: 10px 0;
  border-top: 4px solid;
  border-bottom: 4px solid;
}
.old .burger:after,
.old .burger:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
}
.old .burger:after {
  height: 4px;
  background: #000;
}
.old .block_slider,
.old .video-wrap {
  position: relative;
  margin-bottom: 40px;
}
.old .video-cover,
.old .video-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.old .video-wrap:after {
  content: "";
  display: block;
  height: 0;
  padding-top: 55%;
}
@-webkit-keyframes commen {
  to {
    background-color: transparent;
  }
}
@keyframes commen {
  to {
    background-color: transparent;
  }
}
.old .close,
.old h2 {
  color: #9f2b11;
}
.old .close {
  position: absolute;
  right: -10px;
  top: -20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}
.old .btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0.623);
}
.old .btn_wrap {
  position: relative;
  max-width: 50%;
  margin: 0 auto;
}
.old .btn a {
  display: block;
}
@media only screen and (max-width: 780px) {
  .old .nav {
    display: none;
  }
  .old .burger {
    display: block;
  }
  .old h1,
  .old h2 {
    font-size: 22px;
  }
  .old .comments {
    padding-bottom: 70px;
  }
  .old .btn_wrap {
    max-width: 90%;
  }
  .old .btn_wrap img {
    width: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .old .burger {
    float: none;
    margin-top: 20px;
  }
}
.old .greenBack {
  background: #57bb8a !important;
  color: #fff !important;
}
.old .header__desctop {
  width: 100%;
  min-width: 1220px;
  background-color: #696a6b;
  min-height: 50px;
  padding: 0 !important;
}
.old .search__header {
  width: 20%;
  height: 25px;
  float: left;
  color: #000;
  border-radius: 4px;
  background-color: #fff;
  font-size: 12px;
  padding: 0 12px;
}
.old .question__test,
.old .result {
  color: #87b21c;
  font-weight: 700;
  font-size: 25px;
}
.old .test__container {
  margin: 20px 0;
}
.old .answer__container {
  display: flex;
  align-items: center;
}
.old .answer-variant {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid #d0cccc;
  background: #f1f1f1;
}
.old .answer__test {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.old .answer__test li {
  margin: 5px;
  padding: 10px;
  cursor: pointer;
}
.old .answer__test .answer-variant:hover {
  background: #cecece;
  font-weight: 700;
}
.old .answer__test .answer-variant:active {
  background: #8b8b8b;
}
.old .reload-button,
.old .test__title {
  font-size: 20px;
}
.old .result-img {
  max-width: 600px;
  display: block;
  margin: 10px auto;
}
.old .reload-button {
  display: block;
  margin: 20px auto;
  background: silver;
  border: none;
  border-radius: 6px;
  padding: 10px 25px;
  min-width: 200px;
  cursor: pointer;
}
.old .reload-button:hover {
  background: #acacac;
}
.old .block-cover {
  padding: 10px;
  color: #333;
  cursor: pointer;
  transition: 1s;
}
.old .resultFild,
.old .test__label,
.old .test__title {
  color: #87b21c;
  font-weight: 700;
}
.old a .block-cover:hover {
  background: #e0e0e0;
}
.old .block-25 {
  float: left;
  width: 33.333%;
}
.old .test__label {
  font-size: 15px;
  flex: 0 1 30%;
}
.old .block_nav_setting,
.old .checkboxBlock,
.old .comment__button,
.old .information__developer {
  display: flex;
}
.old .question__top {
  font-size: 16px;
  font-weight: 700;
}
.old #btnResutl {
  width: 50%;
  margin-top: 30px;
  background:
    linear-gradient(
      180deg,
      #97c11f,
      #749717);
  color: #fff;
  font-size: 17px;
  padding: 15px 12px;
  font-weight: 400;
  height: 50px;
  line-height: 1;
}
.old .resultFild {
  font-size: 15px;
}
.old .buttonget a {
  color: #fff;
}
.old * {
  padding: 0;
  margin: 0;
}
.old .label__characteristic {
  margin-right: 10px;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
}
.old .label {
  background-color: #fff;
  border: 1px solid #dfe1e5;
  border-radius: 46px;
  color: #989898;
  display: inline-block;
  font-weight: 400;
  height: 30px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.161);
  position: relative;
  padding: 0 20px;
  margin: 6px 8px 6px 0;
}
.old .openLable {
  position: relative;
  z-index: 101;
}
.old .label__active {
  background-color: #57bb8a !important;
}
.old .label span {
  line-height: 29px;
  vertical-align: middle;
  font-weight: 700;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 13px;
}
.old .next i,
.old .prev i,
.old .product_slider_navigation button i {
  color: #9d9d9d;
  font-size: 20px;
}
.old .next i,
.old .prev i {
  font-weight: 400;
}
.old .product_slider_navigation {
  position: absolute;
  top: calc(50% - 12px);
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 10;
  padding: 0 1rem;
}
@media (max-width: 580px) {
  .old .product_slider_navigation {
    display: none;
  }
}
.old .subheader__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 52%;
  max-width: 70%;
}
.old #main-container.is-not-pwa,
.old #main-container.is-not-pwa main {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.old #main-container.is-not-pwa main {
  flex-grow: 1;
  min-height: calc(100vh - 80px);
  padding-top: 0;
}
.old #main-container.is-not-pwa .content {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
}
.old #main-container.is-not-pwa footer {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  padding: 30px 15px;
  background-color: #eee;
  font-size: 12px;
}
@media screen and (max-width: 415px) {
  .old .sign {
    height: 120px;
  }
  .old #main-container.is-not-pwa footer {
    width: 100%;
  }
}
.old .header[data-v-42360583] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.old .description__title {
  font-size: 13px;
  color: #333;
  font-weight: 700;
}
.old .logo__descr {
  width: 30px !important;
  height: 30px !important;
  margin: 0 15px;
}
.old .comment_ch {
  padding: 15px;
  border-bottom: 1px solid #dfe1e5;
}
.old .description__header {
  padding: 0 15px;
}
.old .description__maincontent {
  margin: 13px 15px;
}
.old .description__maincontent h1 {
  font-size: 15px;
  color: #333;
  text-align: start;
}
.old .description__maincontent p,
.old .text__comment__block {
  font-size: 13px;
  text-align: start;
}
.old .comment__block,
.old .reviews_block_row {
  padding: 0 25px 25px;
}
.old .header[data-v-42360583],
.old .header__wrapper[data-v-42360583] {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 60px;
  background-color: #f1f1f1;
}
.old .header__mobile-tools[data-v-42360583] {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 60px;
  margin-right: 15px;
}
.old .header__mobile-item[data-v-42360583] {
  width: 20px;
  height: 20px;
  fill: #5a5a5a;
}
.old .header__logo-col[data-v-42360583] {
  position: relative;
  display: flex;
  align-self: center;
  width: 244px;
  padding: 0 30px;
}
.old .header__logo-col img[data-v-42360583] {
  width: 183px;
  height: 39px;
  cursor: pointer;
  outline: 0;
}
.old .header__search-col[data-v-42360583] {
  position: relative;
  display: flex;
  min-width: 200px;
  flex: 0 2 auto;
  width: 650px;
  align-self: center;
  white-space: nowrap;
}
.old .header__search-col input[data-v-42360583] {
  display: inline-block;
  height: 30px;
  width: 100%;
  background-color: #fff;
  padding: 0 8px;
  outline: 0;
  border: 1px solid #cdcdcd;
  border-right: none;
}
.old .header__search-col input[data-v-42360583]::-webkit-input-placeholder {
  font-size: 16px;
}
.old .header__search-col input[data-v-42360583]::-moz-placeholder {
  font-size: 16px;
}
.old .header__search-col input[data-v-42360583]:-ms-input-placeholder {
  font-size: 16px;
}
.old .header__search-col input[data-v-42360583]::-ms-input-placeholder {
  font-size: 16px;
}
.old .header__search-col input[data-v-42360583]::placeholder {
  font-size: 16px;
}
.old .header__search-col input[data-v-42360583]:focus {
  border: 1px solid #4285f4;
  border-right: none;
}
.old .header__search-col button[data-v-42360583] {
  position: relative;
  display: inline-block;
  height: 30px;
  min-width: 60px;
  background: #4387fd;
  border: 1px solid transparent;
  border-radius: 0 2px 2px 0;
  outline: 0;
  cursor: pointer;
}
.old a[data-v-5baf1aac] {
  color: #000 !important;
}
.old .google-app[data-v-5baf1aac] {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 84px;
  height: 84px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 13px;
  margin: 5px 2px;
}
.old .google-app[data-v-5baf1aac]:hover {
  border: 1px solid #e5e5e5;
}
.old .google-app__img[data-v-5baf1aac] {
  display: inline-block;
  width: 64px;
  align-self: center;
}
.old .subheader[data-v-7e0e5f0f] {
  position: absolute;
  left: 0;
  top: 60px;
  display: flex;
  height: 48px;
  width: 100%;
  z-index: 9;
  background-color: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.old .subheader.sticky[data-v-7e0e5f0f] {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.old .subheader__left[data-v-7e0e5f0f] {
  position: relative;
  display: flex;
  align-items: center;
  width: 200px;
  height: 48px;
  background-color: #689f38;
}
.old .subheader__icon[data-v-7e0e5f0f] {
  width: 24px;
  height: 24px;
  margin: 0 22px 0 28px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAAqklEQVR4Ad3QgQbCUBSH8TNNC/Y8gQE0ND1D7zGGYLDHyHqXEg0QG01AqAECvgDn6m51RaEf4M/nuke+hLE9HZjKAGJO9piyxZMeTKhJ7TmgZolHzJodV27s2bBgxIqaQGwkXDjy7MydufQhZ0guNgpeKew7AGSEZChzmYnCpwUgFCFEmUuLb36Xty9AokGJi1KDCheVBh0uOvkYjv4raHDRaBA5JA2R/MQDjqlmEtjJmPAAAAAASUVORK5CYII=);
}
.old .subheader__title[data-v-7e0e5f0f] {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 20px;
}
.old .subheader__categories[data-v-7e0e5f0f] {
  position: relative;
  display: inline-block;
  align-self: center;
  padding: 14px 45px;
  font-size: 14px;
  color: #737373;
}
.old .subheader__categories[data-v-7e0e5f0f]:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 16px;
  width: 15px;
  height: 15px;
  transform: rotate(-90deg);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAAaElEQVR4AWP4jxfSXjqXrygzVwYhmClYmJUlAZcuqiz+X/w4VxkimS1cdKH4f9EcuHShbvEHiAK45K9CNyS7880hCvKMIZLFATC7URX8hEkipBEKvgMV/IVKYnqsMKL4ZVElHUMNLwQAZCvi2TxdGw0AAAAASUVORK5CYII=);
}
.old .subheader__categories[data-v-7e0e5f0f]:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 30px;
  background-color: #d6d6d6;
}
.old .subheader__menu[data-v-7e0e5f0f] {
  position: relative;
  display: flex;
  margin-left: 8px;
}
.old .subheader__menu li[data-v-7e0e5f0f] {
  display: inline-block;
  align-self: center;
  padding: 17px 14px 12px;
  font-size: 14px;
  border-bottom: 3px solid transparent;
  color: #737373;
  cursor: pointer;
}
.old .subheader__menu li.active[data-v-7e0e5f0f] {
  font-weight: 700;
  color: #000;
  border-bottom: 3px solid #689f38;
}
.old .subheader__menu li[data-v-7e0e5f0f]:hover {
  background-color: #f1f1f1;
}
@-webkit-keyframes scroll-bait {
  from, to {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-25px);
  }
}
@keyframes scroll-bait {
  from, to {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-25px);
  }
}
.old #main-frame-container iframe {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 10000000;
  border: none;
}
.old .scroll-baiter {
  position: fixed;
  width: 12px;
  bottom: 70px;
  left: 50%;
  -webkit-animation: 1.6s infinite scroll-bait;
  animation: 1.6s infinite scroll-bait;
}
@media (min-width: 768px) {
  .old .scroll-baiter {
    display: none;
  }
}
.old #mainframe {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 10000000;
}
.old .app-comp {
  position: relative;
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 1110px;
  padding-bottom: 10px;
  padding-top: 50px;
}
.old .app-comp__left {
  width: 720px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow:
    0 3px 4px 0 rgba(0, 0, 0, 0.14),
    0 3px 3px -2px rgba(0, 0, 0, 0.12),
    0 1px 8px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
}
@media (max-width: 840px) {
  .old .header__logo-col[data-v-42360583] {
    padding: 0 15px;
  }
  .old .header__logo-col img[data-v-42360583] {
    width: 148px;
    height: 32px;
  }
  .old .app-comp {
    padding-top: 0;
    background-color: #fff;
    padding-bottom: 25px;
  }
  .old .app-comp__left {
    width: 100%;
    margin-left: 0;
    padding: 10px 20px 30px;
    box-shadow: none;
  }
}
@media (max-width: 840px) and (max-width: 840px) {
  .old .app-comp__left {
    padding-bottom: 0;
  }
}
.old .app-comp__info-wrapper {
  width: 100%;
  justify-content: space-between;
}
.old .app-comp__info-wrapper,
.old .app-comp__logo {
  position: relative;
  display: flex;
  flex-shrink: 0;
}
.old .app-comp__logo {
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 217px;
}
.old .app-comp__logo img {
  width: 180px;
  height: 180px;
}
.old .app-comp__info {
  position: relative;
  margin-bottom: 15px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.old .app-comp__main-info {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 25px 25px 10px 0;
}
.old .app-comp__information {
  position: relative;
  text-align: left;
  padding: 0 25px;
}
.old .app-comp__information span {
  display: inline-block;
  line-height: 25px;
  font-weight: 400;
}
.old .app-comp__info-left {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.old .app-comp__info-title {
  width: 100%;
  font-size: 30px;
  color: #212121;
  line-height: 35px;
  text-align: left;
  word-break: break-word;
}
.old .app-comp__info-subtitle {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  cursor: pointer;
}
.old .app-comp__info-subtitle span {
  display: inline-block;
  white-space: nowrap;
  font-size: 13px;
  color: #33691e;
  font-weight: 700;
  margin-right: 15px;
}
.old .app-comp__ad-wrapper {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-top: 15px;
}
.old .app-comp__age-rate {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 13px;
  background-color: #fff;
  border: 0.5px solid rgba(0, 0, 0, 0.685);
  font-family: Impact;
  color: rgba(0, 0, 0, 0.685);
  font-size: 8px;
  font-weight: 400;
  line-height: 1;
}
.old .app-comp__ad-status {
  margin-left: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #737373;
}
.old .admin,
.old .admin__wrapper,
.old .app-comp__right-wrapper,
.old .app-comp__same-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
.old .app-comp__choise {
  display: flex;
  align-items: center;
  color: #8d8d8d;
  font-weight: 700;
  font-size: 13px;
  text-align: right;
}
.old .app-comp__choise span {
  min-width: 110px;
  max-width: 120px;
  word-break: break-word;
}
.old .app-comp__users-rate,
.old .int-app__users-rate[data-v-14fbb080] {
  position: relative;
  display: flex;
  height: 18px;
  align-items: center;
  color: #616161;
  font-size: 13px;
  padding-top: 10px;
}
.old .app-comp__user-num {
  margin: 0 3px;
}
.old .app-comp__install-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.old .app-comp__wish-list-add,
.old .testimotials__info[data-v-265dd011],
.old .testimotials__rate-info[data-v-265dd011],
.old .testimotials__user-info-top[data-v-265dd011] {
  position: relative;
  display: flex;
}
.old .app-comp__wish-list-button {
  background: 0 0;
  border: none;
  height: 34px;
  font-size: 13px;
  color: #33691e;
  cursor: pointer;
  outline: 0;
}
.old .app-comp__wish-list-img {
  position: relative;
  display: flex;
  width: 15px;
  height: 32px;
  margin-right: 10px;
}
.old .app-comp__mobile-info {
  position: relative;
  display: none;
  justify-content: flex-start;
  min-width: 350px;
  width: calc(100vw - 80px);
  height: 60px;
  transform: translate(-80px);
  overflow-x: auto;
  margin-bottom: 10px;
}
.old .app-comp__mobile-info-item {
  align-items: center;
  width: 33%;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 110px;
  height: 35px;
  border-right: 1px solid #ddd;
  padding-top: 1px;
}
.old .app-comp__mobile-info-item:last-of-type {
  border-right: none;
}
.old .app-comp__mobile-info-icon,
.old .app-comp__mobile-info-rating {
  display: flex;
  align-items: center;
  height: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #030303;
}
.old .app-comp__mobile-info-icon span {
  line-height: 1;
}
.old .app-comp__mobile-info-rating span {
  line-height: 13px;
}
.old .app-comp__mobile-info-rating svg {
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  fill: #030303;
}
.old .app-comp__mobile-info-subtitle {
  font-size: 12px;
  color: #898989;
  padding-top: 5px;
}
.old .app-comp__mobile-info-rate {
  border: 1px solid #000;
  font-size: 13px;
  padding: 0 2px;
}
.old .app-comp__install-button {
  padding-top: 2px;
  margin-left: 23px;
  min-width: 240px;
  max-width: 300px;
  height: 35px;
  background-color: grey;
  font-size: 14px;
  font-family: Roboto;
  font-weight: 500;
  color: #fff;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  outline: 0;
}
.old .app-comp__install-button.active {
  background-color: #00875f;
}
.old .app-comp__install-button:hover:not(:disabled) {
  background-color: #8bc34a;
  border-bottom: 2px solid #658e36;
}
.old .app-comp__install-button:disabled {
  cursor: auto;
}
.old .app-comp__right {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
}
@media (max-width: 840px) {
  .old .app-comp__logo {
    overflow: hidden;
    border-radius: 20px;
    width: 70px;
    height: 70px;
  }
  .old .app-comp__logo img {
    width: 100%;
    height: 100%;
  }
  .old .app-comp__info {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
  }
  .old .app-comp__main-info {
    margin: 5px 5px 20px 15px;
  }
  .old .app-comp__information {
    padding: 0;
  }
  .old .app-comp__ad-wrapper {
    margin: 10px 0;
  }
  .old .app-comp__age-rate,
  .old .app-comp__choise,
  .old .app-comp__right-wrapper,
  .old .app-comp__users-rate,
  .old .app-comp__wish-list-add {
    display: none;
  }
  .old .app-comp__ad-status {
    margin-left: 0;
    padding-top: 5px;
    font-weight: 400;
  }
  .old .app-comp__install-wrapper {
    display: block;
    transform: translateX(-85px);
    margin: 0;
    width: calc(100vw - 40px);
  }
  .old .app-comp__mobile-info {
    display: flex;
    margin-top: 10px;
  }
  .old .app-comp__install-button:hover:not(:disabled) {
    background-color: #00875f;
    opacity: 0.9;
    border-bottom: 2px solid #006548;
  }
  .old .app-comp__install-button {
    margin: 0;
    min-width: 100%;
  }
  .old .app-comp__right {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
    background-color: #fff;
  }
}
@media (min-width: 841px) and (max-width: 1280px) {
  .old .app-comp__right {
    width: 720px;
    margin: 0 auto;
  }
}
@media (max-width: 1280px) {
  .old .app-comp {
    flex-direction: column;
  }
  .old .app-comp__same-wrapper {
    width: 100%;
    flex-direction: row;
    overflow: auto;
  }
}
@media (min-width: 768px) and (max-width: 1280px) and (-webkit-min-pixel-ratio: 1) {
  .old .app-comp__same-wrapper {
    flex-direction: row;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.old .app-comp__same {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}
.old .app-comp__same-item {
  margin-right: 0;
}
@media (max-width: 1280px) {
  .old .app-comp__same-item {
    margin-right: 10px;
  }
  .old .app-comp__same-item:last-child {
    margin-right: 0;
  }
}
.old .app-comp__charts {
  padding: 0 25px 25px;
  text-align: left;
}
.old .app-comp__section-header {
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  padding: 25px 0 0;
}
.old .app-comp__section-header_changes {
  margin: 0;
}
.old .app-comp__charts-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 25px 20px 0 0;
}
.old .app-comp .line {
  height: 1px;
  background-color: #eaeaea;
  width: 95%;
  margin: 0 auto;
}
@-webkit-keyframes md-progress-bar-indeterminate-track-data-v-6057b18c {
  from {
    transform: translateX(0);
  }
  20% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.7, 0.5);
    animation-timing-function: cubic-bezier(0.5, 0, 0.7, 0.5);
    transform: translateX(0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.3, 0.38, 0.55, 0.96);
    animation-timing-function: cubic-bezier(0.3, 0.38, 0.55, 0.96);
    transform: translateX(83.67%);
  }
  to {
    transform: translateX(200.61%);
  }
}
@keyframes md-progress-bar-indeterminate-track-data-v-6057b18c {
  from {
    transform: translateX(0);
  }
  20% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.7, 0.5);
    animation-timing-function: cubic-bezier(0.5, 0, 0.7, 0.5);
    transform: translateX(0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.3, 0.38, 0.55, 0.96);
    animation-timing-function: cubic-bezier(0.3, 0.38, 0.55, 0.96);
    transform: translateX(83.67%);
  }
  to {
    transform: translateX(200.61%);
  }
}
@-webkit-keyframes md-progress-bar-indeterminate-track-alternate-data-v-6057b18c {
  from, to {
    transform: scaleX(0.08);
  }
  35% {
    -webkit-animation-timing-function: cubic-bezier(0.33, 0.12, 0.79, 1);
    animation-timing-function: cubic-bezier(0.33, 0.12, 0.79, 1);
    transform: scaleX(0.08);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
    animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
    transform: scaleX(0.66);
  }
}
@keyframes md-progress-bar-indeterminate-track-alternate-data-v-6057b18c {
  from, to {
    transform: scaleX(0.08);
  }
  35% {
    -webkit-animation-timing-function: cubic-bezier(0.33, 0.12, 0.79, 1);
    animation-timing-function: cubic-bezier(0.33, 0.12, 0.79, 1);
    transform: scaleX(0.08);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
    animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
    transform: scaleX(0.66);
  }
}
@-webkit-keyframes md-progress-bar-indeterminate-fill-data-v-6057b18c {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.52, 0.41);
    animation-timing-function: cubic-bezier(0.15, 0, 0.52, 0.41);
    transform: translateX(0);
  }
  25% {
    -webkit-animation-timing-function: cubic-bezier(0.31, 0.28, 0.8, 0.73);
    animation-timing-function: cubic-bezier(0.31, 0.28, 0.8, 0.73);
    transform: translateX(37.65%);
  }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.63, 0.6, 0.9);
    animation-timing-function: cubic-bezier(0.4, 0.63, 0.6, 0.9);
    transform: translateX(84.39%);
  }
  to {
    transform: translateX(160.28%);
  }
}
@keyframes md-progress-bar-indeterminate-fill-data-v-6057b18c {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.52, 0.41);
    animation-timing-function: cubic-bezier(0.15, 0, 0.52, 0.41);
    transform: translateX(0);
  }
  25% {
    -webkit-animation-timing-function: cubic-bezier(0.31, 0.28, 0.8, 0.73);
    animation-timing-function: cubic-bezier(0.31, 0.28, 0.8, 0.73);
    transform: translateX(37.65%);
  }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.63, 0.6, 0.9);
    animation-timing-function: cubic-bezier(0.4, 0.63, 0.6, 0.9);
    transform: translateX(84.39%);
  }
  to {
    transform: translateX(160.28%);
  }
}
@-webkit-keyframes md-progress-bar-indeterminate-fill-alternate-data-v-6057b18c {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.52, 0.41);
    animation-timing-function: cubic-bezier(0.15, 0, 0.52, 0.41);
    transform: scaleX(0.08);
  }
  20% {
    -webkit-animation-timing-function: cubic-bezier(0.31, 0.28, 0.8, 0.73);
    animation-timing-function: cubic-bezier(0.31, 0.28, 0.8, 0.73);
    transform: scaleX(0.46);
  }
  45% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.63, 0.6, 0.9);
    animation-timing-function: cubic-bezier(0.4, 0.63, 0.6, 0.9);
    transform: scaleX(0.73);
  }
  to {
    transform: scaleX(0.08);
  }
}
@keyframes md-progress-bar-indeterminate-fill-alternate-data-v-6057b18c {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.52, 0.41);
    animation-timing-function: cubic-bezier(0.15, 0, 0.52, 0.41);
    transform: scaleX(0.08);
  }
  20% {
    -webkit-animation-timing-function: cubic-bezier(0.31, 0.28, 0.8, 0.73);
    animation-timing-function: cubic-bezier(0.31, 0.28, 0.8, 0.73);
    transform: scaleX(0.46);
  }
  45% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.63, 0.6, 0.9);
    animation-timing-function: cubic-bezier(0.4, 0.63, 0.6, 0.9);
    transform: scaleX(0.73);
  }
  to {
    transform: scaleX(0.08);
  }
}
@-webkit-keyframes md-progress-bar-buffer-data-v-6057b18c {
  to {
    transform: translate3D(-8px, 0, 0);
  }
}
@keyframes md-progress-bar-buffer-data-v-6057b18c {
  to {
    transform: translate3D(-8px, 0, 0);
  }
}
.old .md-progress-bar[data-v-6057b18c] {
  height: 5px;
  overflow: hidden;
  position: relative;
  transform: translateZ(0) scaleY(1);
  transform-origin: center center;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}
.old .md-progress-bar.md-indeterminate .md-progress-bar-track[data-v-6057b18c],
.old .md-progress-bar.md-query .md-progress-bar-track[data-v-6057b18c] {
  left: -150%;
  -webkit-animation: 2s linear infinite md-progress-bar-indeterminate-track-data-v-6057b18c;
  animation: 2s linear infinite md-progress-bar-indeterminate-track-data-v-6057b18c;
}
.old .md-progress-bar.md-indeterminate .md-progress-bar-track[data-v-6057b18c]:after,
.old .md-progress-bar.md-query .md-progress-bar-track[data-v-6057b18c]:after {
  -webkit-animation: 2s linear infinite md-progress-bar-indeterminate-track-alternate-data-v-6057b18c;
  animation: 2s linear infinite md-progress-bar-indeterminate-track-alternate-data-v-6057b18c;
}
.old .md-progress-bar.md-indeterminate .md-progress-bar-fill[data-v-6057b18c],
.old .md-progress-bar.md-query .md-progress-bar-fill[data-v-6057b18c] {
  left: -55%;
  -webkit-animation: 2s linear infinite md-progress-bar-indeterminate-fill-data-v-6057b18c;
  animation: 2s linear infinite md-progress-bar-indeterminate-fill-data-v-6057b18c;
}
.old .md-progress-bar.md-indeterminate .md-progress-bar-fill[data-v-6057b18c]:after,
.old .md-progress-bar.md-query .md-progress-bar-fill[data-v-6057b18c]:after {
  -webkit-animation: 2s linear infinite md-progress-bar-indeterminate-fill-alternate-data-v-6057b18c;
  animation: 2s linear infinite md-progress-bar-indeterminate-fill-alternate-data-v-6057b18c;
}
.old .md-progress-bar.md-buffer .md-progress-bar-buffer[data-v-6057b18c],
.old .md-progress-bar.md-buffer .md-progress-bar-fill[data-v-6057b18c],
.old .md-progress-bar.md-buffer .md-progress-bar-track[data-v-6057b18c],
.old .md-progress-bar.md-determinate .md-progress-bar-buffer[data-v-6057b18c],
.old .md-progress-bar.md-determinate .md-progress-bar-fill[data-v-6057b18c],
.old .md-progress-bar.md-determinate .md-progress-bar-track[data-v-6057b18c] {
  transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.old .md-progress-bar.md-buffer .md-progress-bar-buffer[data-v-6057b18c] {
  border-top: 4px dotted;
  -webkit-animation: 0.25s linear infinite md-progress-bar-buffer-data-v-6057b18c;
  animation: 0.25s linear infinite md-progress-bar-buffer-data-v-6057b18c;
}
.old .md-progress-bar.md-query[data-v-6057b18c] {
  transform: rotate(180deg);
}
.old .md-progress-bar-enter[data-v-6057b18c],
.old .md-progress-bar-leave-active[data-v-6057b18c] {
  opacity: 0.5;
  transform: translateZ(0) scaleY(0);
}
.old .md-progress-bar-buffer[data-v-6057b18c],
.old .md-progress-bar-fill[data-v-6057b18c],
.old .md-progress-bar-track[data-v-6057b18c] {
  transform-origin: top left;
}
.old .md-progress-bar-buffer[data-v-6057b18c],
.old .md-progress-bar-buffer[data-v-6057b18c]:after,
.old .md-progress-bar-fill[data-v-6057b18c],
.old .md-progress-bar-fill[data-v-6057b18c]:after,
.old .md-progress-bar-track[data-v-6057b18c],
.old .md-progress-bar-track[data-v-6057b18c]:after {
  width: 100%;
  height: 100%;
  position: absolute;
  will-change: transform;
}
.old .md-progress-bar-buffer[data-v-6057b18c]:after,
.old .md-progress-bar-fill[data-v-6057b18c]:after,
.old .md-progress-bar-track[data-v-6057b18c]:after {
  display: inline-block;
  left: 0;
  content: " ";
}
.old .md-progress-bar.md-theme-default.md-buffer .md-progress-bar-track[data-v-6057b18c],
.old .md-progress-bar.md-theme-default.md-determinate[data-v-6057b18c],
.old .md-progress-bar.md-theme-default.md-indeterminate[data-v-6057b18c],
.old .md-progress-bar.md-theme-default.md-query[data-v-6057b18c] {
  background-color: rgba(68, 138, 255, 0.38);
  background-color: var(--md-theme-default-primary-on-, rgba(68, 138, 255, 0.38));
}
.old .md-progress-bar.md-theme-default.md-buffer .md-progress-bar-fill[data-v-6057b18c],
.old .md-progress-bar.md-theme-default.md-determinate .md-progress-bar-fill[data-v-6057b18c],
.old .md-progress-bar.md-theme-default.md-indeterminate .md-progress-bar-fill[data-v-6057b18c]:after,
.old .md-progress-bar.md-theme-default.md-indeterminate .md-progress-bar-track[data-v-6057b18c]:after,
.old .md-progress-bar.md-theme-default.md-query .md-progress-bar-fill[data-v-6057b18c]:after,
.old .md-progress-bar.md-theme-default.md-query .md-progress-bar-track[data-v-6057b18c]:after {
  background-color: #448aff;
  background-color: var(--md-theme-default-primary, #448aff);
}
.old .md-progress-bar.md-theme-default.md-buffer.md-accent .md-progress-bar-track[data-v-6057b18c],
.old .md-progress-bar.md-theme-default.md-determinate.md-accent[data-v-6057b18c],
.old .md-progress-bar.md-theme-default.md-indeterminate.md-accent[data-v-6057b18c],
.old .md-progress-bar.md-theme-default.md-query.md-accent[data-v-6057b18c] {
  background-color: rgba(255, 82, 82, 0.38);
  background-color: var(--md-theme-default-accent-on-, rgba(255, 82, 82, 0.38));
}
.old .md-progress-bar.md-theme-default.md-buffer.md-accent .md-progress-bar-fill[data-v-6057b18c],
.old .md-progress-bar.md-theme-default.md-determinate.md-accent .md-progress-bar-fill[data-v-6057b18c],
.old .md-progress-bar.md-theme-default.md-indeterminate.md-accent .md-progress-bar-fill[data-v-6057b18c]:after,
.old .md-progress-bar.md-theme-default.md-indeterminate.md-accent .md-progress-bar-track[data-v-6057b18c]:after,
.old .md-progress-bar.md-theme-default.md-query.md-accent .md-progress-bar-fill[data-v-6057b18c]:after,
.old .md-progress-bar.md-theme-default.md-query.md-accent .md-progress-bar-track[data-v-6057b18c]:after {
  background-color: #ff5252;
  background-color: var(--md-theme-default-accent, #ff5252);
}
.old .md-progress-bar.md-theme-default.md-buffer .md-progress-bar-buffer[data-v-6057b18c] {
  border-color: rgba(68, 138, 255, 0.38);
  border-color: var(--md-theme-default-primary-on-, rgba(68, 138, 255, 0.38));
}
.old .md-progress-bar.md-theme-default.md-buffer.md-accent .md-progress-bar-buffer[data-v-6057b18c] {
  border-color: rgba(255, 82, 82, 0.38);
  border-color: var(--md-theme-default-accent-on-, rgba(255, 82, 82, 0.38));
}
.old .md-progress-spinner.md-theme-default .md-progress-spinner-circle[data-v-6057b18c] {
  stroke: #448aff;
  stroke: var(--md-theme-default-primary, #448aff);
}
.old .star[data-v-2b76e870] {
  display: inline-block;
  margin: 0 2px;
}
.old .hooper-progress {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background-color: #efefef;
}
.old .hooper-indicator.is-active,
.old .hooper-indicator:hover,
.old .hooper-progress-inner {
  background-color: #4285f4;
}
.old .hooper-progress-inner {
  height: 100%;
  transition: 0.3s;
}
.old .hooper-pagination {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  padding: 5px 10px;
}
.old .hooper-indicators {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.old .hooper-indicator {
  margin: 0 2px;
  width: 12px;
  height: 4px;
  border-radius: 4px;
  border: none;
  padding: 0;
  background-color: #fff;
  cursor: pointer;
}
.old .hooper-pagination.is-vertical {
  bottom: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.old .hooper-pagination.is-vertical .hooper-indicators {
  flex-direction: column;
}
.old .hooper-pagination.is-vertical .hooper-indicator {
  width: 6px;
}
.old .hooper-next,
.old .hooper-prev {
  background-color: transparent;
  border: none;
  padding: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.old .hooper-next.is-disabled,
.old .hooper-prev.is-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.old .hooper-next {
  right: 0;
}
.old .hooper-prev {
  left: 0;
}
.old .hooper-navigation.is-vertical .hooper-next {
  top: auto;
  bottom: 0;
  transform: none;
}
.old .hooper-navigation.is-vertical .hooper-prev {
  top: 0;
  bottom: auto;
  right: 0;
  left: auto;
  transform: none;
}
.old .hooper-navigation.is-rtl .hooper-prev {
  left: auto;
  right: 0;
}
.old .hooper-navigation.is-rtl .hooper-next {
  right: auto;
  left: 0;
}
.old .hooper-slide {
  flex-shrink: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.old .hooper {
  position: relative;
  width: 100%;
  height: 200px;
}
.old .hooper-list {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.old .hooper-track {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.old .hooper.is-vertical .hooper-track {
  flex-direction: column;
  height: 200px;
}
.old .hooper.is-rtl {
  direction: rtl;
}
.old .hooper-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.old .slider .hooper {
  height: auto;
  outline: 0;
}
.old .slider .hooper .is-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.old .slider .hooper-prev {
  fill: #6d6d6d;
  opacity: 0.6;
  left: -38px;
  outline: 0;
}
.old .slider .hooper-next {
  fill: #6d6d6d;
  opacity: 0.6;
  right: -38px;
  outline: 0;
}
.old .slider .blueimp-gallery .close {
  right: auto;
  left: 15px;
  font-size: 0;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M0 0h24v24H0z' fill='none' /><path fill='white' d='M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z' /></svg>");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 50%;
}
.old .slider[data-v-15e06760] {
  position: relative;
  width: 100%;
  padding: 25px;
}
.old .slider span[data-v-15e06760] {
  width: 174px;
}
.old .slider__slide[data-v-15e06760] {
  padding-right: 10px;
}
@media (max-width: 550px) {
  .old .slider__slide[data-v-15e06760] {
    cursor: pointer;
  }
}
.old .slider__image[data-v-15e06760] {
  width: 100%;
  max-width: inherit;
}
.old .app-description[data-v-4c38fcdc] {
  position: relative;
  padding: 0 25px;
}
.old .app-description__title[data-v-4c38fcdc] {
  display: none;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
}
.old .app-description__content[data-v-4c38fcdc] {
  position: relative;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.old .app-description .expand[data-v-4c38fcdc] {
  transition-property: height;
  transition-duration: 0.4s;
  padding-bottom: 30px;
}
.old .app-description .expand.collapsed {
  max-height: 100px;
  overflow: hidden;
  padding-bottom: 0;
}
.old .app-description .expand-btn.greenBtn {
  background: 0 0;
  border: none;
  color: green;
}
.old .shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 55px;
  width: 100%;
  background:
    linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0),
      #fff);
  transition: height 0.2s ease-in;
}
.old .addShadov {
  background: 0 0;
}
.old .addHeight {
  height: auto !important;
}
.old .app-description__inner-shadow.disable[data-v-4c38fcdc] {
  height: 0;
}
.old .app-description #more-button[data-v-4c38fcdc] {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100px;
  height: 40px;
  border-radius: 5px;
  margin: 0 auto 10px;
  font-size: 14px;
  font-weight: 500;
  color: #33691e;
  text-align: center;
  cursor: pointer;
}
.old .app-description #more-button[data-v-4c38fcdc]:active {
  background-color: #b3bfaf;
}
.old .comment__block {
  margin: 15px 0;
}
.old .commentsOpen {
  z-index: 101;
}
.old .header__comment,
.old .marks {
  display: flex;
  justify-content: space-between;
}
.old .comment__blockHeader,
.old .rating__comment {
  display: flex;
  align-items: center;
}
.old .comment__useful,
.old .reviews_block_row {
  justify-content: space-between;
  margin-bottom: 15px;
}
.old .img__avatar {
  border-radius: 100%;
  width: 27px;
  height: 27px;
}
.old .avatar__name {
  font-size: 13px !important;
  font-weight: 600;
  color: #333;
  margin-left: 17px;
}
.old .star__black {
  color: #57bb8a;
  font-size: 10px;
}
.old .star__grey {
  color: #f0f0f0;
  font-size: 10px;
}
.old .date__comment {
  margin-left: 5px;
  font-size: 12px;
  padding-top: 5px;
}
.old .comment__useful {
  display: flex;
  margin-top: 30px;
  align-items: center;
}
.old .question {
  font-size: 11px;
}
.old .btn__no,
.old .btn__yes {
  background-color: #fff;
  border: 1px solid #dfe1e5;
  border-radius: 46px;
  color: #989898;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 13px;
  vertical-align: middle;
  font-weight: 700;
  display: flex;
  font-size: 12px;
  position: relative;
  z-index: 100;
}
.old .btn__yes,
.old .dg-btn-loader .dg-circle:not(:last-child) {
  margin-right: 8px;
}
.old .label__characteristicNew {
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
}
.old .lable__numb {
  margin-left: 2px;
  color: #333;
  font-weight: 100;
}
.old .lable__numb .fa {
  margin-top: 10px;
  margin-left: 2px;
  font-size: 10px;
}
.old .reviews_block_titleMin {
  font-size: 13px !important;
  font-weight: 600;
  color: #333;
}
.old .reviews_block_row {
  font-size: 15px !important;
  font-weight: 600;
  color: #333;
  margin-top: 15px;
  align-items: center;
  display: flex;
}
.old .requestDew {
  padding: 15px;
  background-color: #f0f0f0;
  margin-top: 30px;
  margin-bottom: 15px;
}
.old .requestDew__Header {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.old .name__DEV {
  color: #333;
}
.old .text__content {
  margin-top: 15px;
  font-size: 13px;
  text-align: start;
}
.old .app-description__recent-changes[data-v-4c38fcdc] {
  display: none;
  padding: 25px 0 0;
}
.old .app-comp__recent-changes {
  position: relative;
  text-align: left;
  padding: 0 25px 25px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.old .app-comp__recent-changes-wrapper {
  width: 100%;
  padding-top: 25px;
}
.old .score[data-v-3bf2ee4c] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 20px;
}
.old .score__number[data-v-3bf2ee4c] {
  color: #333;
  font-size: 64px;
  font-weight: 100;
  line-height: 64px;
}
.old .score__stars[data-v-3bf2ee4c] {
  position: relative;
  display: flex;
  margin: 0 5px;
}
.old .score__stars[data-v-3bf2ee4c] .star img {
  width: 100%;
  height: auto;
}
.old .score__all-users[data-v-3bf2ee4c] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 24px;
  flex-shrink: 0;
}
.old .score__all-users img[data-v-3bf2ee4c] {
  width: 16px;
  height: 16px;
}
.old .score__ratings[data-v-3bf2ee4c] {
  font-size: 14px;
  line-height: 24px;
}
.old .chart[data-v-623abd02] {
  max-width: 450px;
  width: 100%;
}
.old .chart__bars[data-v-623abd02] {
  height: 100%;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.old .chart__bars li[data-v-623abd02] {
  position: relative;
  display: flex;
  height: 20px;
  margin-bottom: 4px;
  font-size: 11px;
}
.old .chart__bars span[data-v-623abd02] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  margin-right: 5px;
  height: 20px;
  color: #737373;
}
.old .chart__bar[data-v-623abd02] {
  height: 20px;
  min-width: 10px;
}
.old .chart__bar-container:first-of-type > .chart__bar[data-v-623abd02] {
  background-color: #57bb8a;
}
.old .chart__bar-container:nth-of-type(2) > .chart__bar[data-v-623abd02] {
  background-color: #9ace6a;
}
.old .chart__bar-container:nth-of-type(3) > .chart__bar[data-v-623abd02] {
  background-color: #ffcf02;
}
.old .chart__bar-container:nth-of-type(4) > .chart__bar[data-v-623abd02] {
  background-color: #ffb235;
}
.old .chart__bar-container:nth-of-type(5) > .chart__bar[data-v-623abd02] {
  background-color: #ff8c5a;
}
.old .chart__bg[data-v-623abd02] {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 21px);
  height: 10px;
  border-radius: 10px;
  margin-top: 5px;
  background-color: #d9d9d9;
}
.old .testimotials[data-v-265dd011] {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 0;
}
.old .testimotials__comment-info[data-v-265dd011] {
  position: relative;
  display: flex;
  width: 100%;
  padding: 0 25px 25px;
}
.old .testimotials__user-logo[data-v-265dd011] {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  background-size: contain;
  flex-shrink: 0;
}
.old .testimotials__user-logo img[data-v-265dd011] {
  width: 48px;
  height: 48px;
}
.old .testimotials__user-info-wrapper[data-v-265dd011] {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 9px;
  justify-content: space-between;
}
.old .testimotials__user-info-top .tooltip[data-v-265dd011] {
  margin-left: auto;
  margin-right: 0;
  padding-top: 4px;
}
@media (max-width: 840px) {
  .old .app-comp__same {
    font-size: 16px;
    padding-top: 0;
  }
  .old .app-comp__charts,
  .old .app-comp__recent-changes,
  .old .slider[data-v-15e06760],
  .old .testimotials__comment-info[data-v-265dd011] {
    padding: 0 0 25px;
  }
  .old .app-comp__section-header {
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    line-height: 1.3;
    text-transform: unset;
    padding: 0;
  }
  .old .app-comp__charts-wrapper {
    align-items: flex-start;
    padding-top: 25px;
  }
  .old .app-comp__charts-wrapper .chart-size {
    width: 300px;
  }
  .old .app-comp .line,
  .old .app-comp__main-recent-changes,
  .old .score__all-users[data-v-3bf2ee4c],
  .old .slider .hooper-next,
  .old .slider .hooper-prev,
  .old footer {
    display: none;
  }
  .old .star span img[data-v-2b76e870] {
    width: 12px;
  }
  .old .slider__image[data-v-15e06760] {
    overflow: hidden;
    border-radius: 15px;
  }
  .old .app-description[data-v-4c38fcdc] {
    padding: 0 0 25px;
    text-align: left;
  }
  .old .app-description__title[data-v-4c38fcdc] {
    display: inline-block;
  }
  .old .app-description #more-button[data-v-4c38fcdc] {
    position: absolute;
    top: -45px;
    right: 0;
    width: 25px;
    height: 25px;
    background-image: url("./media/right-arrow.svg");
    background-size: contain;
    background-repeat: repeat;
    color: transparent;
    z-index: 101;
  }
  .old .app-description__recent-changes[data-v-4c38fcdc] {
    display: block;
  }
  .old .score__number[data-v-3bf2ee4c] {
    font-weight: 400;
  }
  .old .score__ratings[data-v-3bf2ee4c] {
    font-size: 12px;
    color: #898989;
  }
  .old .chart__bar-container > .chart__bar[data-v-623abd02] {
    background-color: #00875f !important;
  }
  .old .testimotials__user-name[data-v-265dd011] {
    color: #000;
    font-weight: 400;
  }
}
.old .testimotials__rate-stars[data-v-265dd011] {
  padding: 0 10px;
  min-width: 90px;
}
.old .testimotials__rate-stars[data-v-265dd011] .star img {
  width: 100%;
  height: auto;
}
.old .testimotials__user-name[data-v-265dd011] {
  text-align: left;
  color: #4c4c4c;
  font-size: 13px;
  font-weight: 500;
}
.old .testimotials__rate-info[data-v-265dd011] {
  align-items: center;
  padding-top: 5px;
}
.old .testimotials__date[data-v-265dd011] {
  color: #aaa;
  font-size: 12px;
  font-weight: 400;
  margin-left: 2px;
}
.old .testimotials__likes[data-v-265dd011] {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #757575;
  font-size: 10px;
  padding-right: 5px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
.old .testimotials__likes.active[data-v-265dd011] {
  color: #ed3b3b;
}
.old .testimotials__text-ph[data-v-265dd011] {
  position: relative;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  padding-top: 5px;
}
.old .testimotials #read-more-btn[data-v-265dd011] {
  position: relative;
  display: flex;
  margin-top: 5px;
  padding: 0 8px;
  align-items: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 20px;
  color: #737373;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.17);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  transition: 0.2s;
  cursor: pointer;
}
.old .testimotials #read-more-btn[data-v-265dd011]:hover {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.27);
}
.old .tooltip[data-v-3442737e]:after {
  content: attr(data-tooltip);
  position: absolute;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  top: 100%;
  right: -50%;
  transform: scale(0.1);
  transform-origin: 50% top;
  width: 64px;
  height: 25px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  padding-top: 3px;
  font-weight: 500;
  visibility: hidden;
  transition: transform 0.1s ease-in-out;
}
.old .int-app:hover .int-app__darken[data-v-14fbb080],
.old .int-app__darken[data-v-14fbb080]:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.old .tooltip[data-v-3442737e]:hover:after {
  visibility: visible;
  transform: scale(1);
}
.old .info-items[data-v-9c345bd8] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  padding: 15px 0;
}
.old .info-items__item[data-v-9c345bd8] {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 175px;
  padding: 5px 15px 10px 0;
  text-align: left;
}
.old .info-items__item span[data-v-9c345bd8] {
  font-weight: 300;
  font-size: 14px;
}
.old .info-items__title[data-v-9c345bd8] {
  font-size: 14px;
  line-height: 25px;
  color: #333;
  font-weight: 500;
}
.old .int-app[data-v-14fbb080] {
  position: relative;
  display: flex;
  margin-bottom: 10px;
  width: 330px;
  height: 162px;
  padding: 15px 10px 10px 15px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 2px;
  box-shadow:
    0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.12),
    0 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #333 !important;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.old .int-app[data-v-14fbb080]:hover {
  transition: 0.25s;
  color: #333 !important;
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
}
@media (min-width: 320px) and (max-width: 480px) {
  .old .int-app[data-v-14fbb080] {
    flex-direction: column;
    width: 170px;
    height: auto;
  }
}
.old .int-app__image[data-v-14fbb080] {
  width: 128px;
  height: 128px;
}
.old .int-app__darken[data-v-14fbb080] {
  position: absolute;
  top: 0;
  left: 0;
  width: 162px;
  height: 162px;
  background-color: transparent;
  transition: 0.25s;
}
@media (min-width: 320px) and (max-width: 840px) {
  .old #main-container.is-not-pwa main {
    padding-top: 10px;
  }
  .old .header__wrapper[data-v-42360583],
  .old .int-app__darken[data-v-14fbb080],
  .old .subheader[data-v-7e0e5f0f],
  .old .subheader__categories[data-v-7e0e5f0f],
  .old .subheader__menu[data-v-7e0e5f0f] {
    display: none;
  }
  .old .header[data-v-42360583] {
    background-color: #fff;
  }
  .old .header__mobile[data-v-42360583] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .old .comment__block,
  .old .reviews_block_row {
    padding: 0;
  }
  .old .subheader__left[data-v-7e0e5f0f] {
    width: 100%;
  }
  .old .subheader__icon[data-v-7e0e5f0f] {
    margin: 0 22px 0 15px;
  }
  .old .app-comp__info-title {
    font-weight: 500;
  }
  .old .app-comp__info-subtitle span {
    color: #047a56;
  }
  .old .chart__bar[data-v-623abd02] {
    position: relative;
    height: 10px;
    border-radius: 10px;
    margin-top: 5px;
    z-index: 1;
  }
  .old .chart__bg[data-v-623abd02] {
    display: block;
  }
}
.old .int-app__info[data-v-14fbb080] {
  position: relative;
  padding-left: 25px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .old .int-app__info[data-v-14fbb080] {
    padding-left: 0;
    padding-top: 10px;
  }
}
.old .int-app__info-item[data-v-14fbb080] {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  z-index: 2;
}
.old .int-app__info-item_title[data-v-14fbb080] {
  font-size: 20px;
  line-height: 24px;
}
.old .int-app__info-item_developer[data-v-14fbb080] {
  font-size: 13px;
}
.old .int-app__info-item_summary[data-v-14fbb080] {
  font-size: 13px;
  line-height: 18px;
}
.old .int-app__container[data-v-14fbb080] {
  position: relative;
  display: inline-block;
  overflow: hidden;
  word-break: break-all;
}
.old .int-app__container_title[data-v-14fbb080] {
  overflow: hidden;
  height: 24px;
  width: 140px;
}
.old .int-app__container_developer[data-v-14fbb080] {
  overflow: hidden;
  height: 17px;
  width: 140px;
}
.old .int-app__container_summary[data-v-14fbb080] {
  overflow: hidden;
  height: 69px;
  width: 140px;
  margin-top: 9px;
}
@media (max-width: 480px) {
  .old .app-comp__info-title {
    max-width: 240px;
    font-size: 22px;
    line-height: 24px;
  }
  .old .app-comp__info-subtitle {
    padding-top: 5px;
  }
  .old .score[data-v-3bf2ee4c] {
    margin-bottom: 20px;
  }
  .old .int-app__info-item_title[data-v-14fbb080] {
    font-size: 16px;
  }
  .old .int-app__container_summary[data-v-14fbb080] {
    display: none;
  }
}
.old .int-app__inner-shadow[data-v-14fbb080] {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 40%;
  background:
    linear-gradient(
      90deg,
      hsla(0, 0%, 100%, 0),
      #fff);
  transition: height 0.2s ease-in;
  z-index: 9;
}
@media (max-width: 840px) {
  .old .info-items[data-v-9c345bd8] {
    width: 100%;
    padding: 20px 0 15px;
  }
  .old .info-items__title[data-v-9c345bd8] {
    color: #000;
    font-weight: 400;
  }
  .old .int-app[data-v-14fbb080] {
    box-shadow: none;
  }
  .old .int-app[data-v-14fbb080]:first-child {
    padding-left: 0;
  }
  .old .int-app__image-container[data-v-14fbb080] {
    text-align: left;
    padding-left: 5px;
  }
  .old .int-app__image[data-v-14fbb080] {
    display: block;
    width: 96px;
    height: 96px;
    border-radius: 20px;
    box-shadow:
      0 1px 1px 0 rgba(0, 0, 0, 0.12),
      0 -1px 1px -1px rgba(0, 0, 0, 0.05),
      0 1px 1px 0 rgba(0, 0, 0, 0.2);
  }
  .old .int-app__inner-shadow[data-v-14fbb080],
  .old .int-app__users-rate[data-v-14fbb080] {
    display: none;
  }
}
.old .error-page a:hover {
  text-decoration: none !important;
}
.old .error-page .md-empty-state {
  max-width: 600px;
}
.old .error-page .md-empty-state-description {
  font-weight: 500;
}
.old .header__title[data-v-6ecd00cc] {
  flex: 1;
}
.old .fadeTr-enter-active {
  transition: opacity 0.3s ease-in 0.1s;
}
.old .fadeTr-leave-active {
  transition: opacity 0.1s ease-out;
}
.old .blueimp-gallery > .slides > .slide-loading > .slide-content,
.old .fadeTr-enter,
.old .fadeTr-leave-to {
  opacity: 0;
}
.old .slide-enter-active,
.old .slide-leave-active {
  transition: 1s;
}
.old .slide-enter,
.old .slide-leave-to {
  opacity: 0;
  transform: translateX(30px);
}
.old .dg-backdrop-enter-active {
  -webkit-animation: 0.3s dg-fadeIn;
  animation: 0.3s dg-fadeIn;
}
.old .dg-backdrop-leave-active {
  -webkit-animation: 0.5s dg-fadeOut;
  animation: 0.5s dg-fadeOut;
}
.old .dg-fade-enter-active {
  -webkit-animation: 0.6s ease-out dg-fadeIn;
  animation: 0.6s ease-out dg-fadeIn;
}
.old .dg-fade-leave-active {
  -webkit-animation: 0.6s ease-out dg-fadeOut;
  animation: 0.6s ease-out dg-fadeOut;
}
@-webkit-keyframes dg-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes dg-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes dg-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes dg-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.old .dg-zoom-enter-active {
  -webkit-animation: 0.3s ease-out dg-zoomIn;
  animation: 0.3s ease-out dg-zoomIn;
}
.old .dg-zoom-leave-active {
  -webkit-animation: 0.4s ease-out dg-zoomOut;
  animation: 0.4s ease-out dg-zoomOut;
}
@-webkit-keyframes dg-zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes dg-zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes dg-zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes dg-zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.old .dg-bounce-enter-active {
  -webkit-animation: 0.6s dg-bounceIn;
  animation: 0.6s dg-bounceIn;
}
.old .dg-bounce-leave-active {
  -webkit-animation: 0.6s dg-zoomOut;
  animation: 0.6s dg-zoomOut;
}
@-webkit-keyframes dg-bounceIn {
  from {
    opacity: 0;
    transform: scale(0.3);
  }
  40% {
    opacity: 1;
    transform: scale(1.06);
  }
  60% {
    transform: scale(0.92);
  }
  to {
    transform: scale(1);
  }
}
@keyframes dg-bounceIn {
  from {
    opacity: 0;
    transform: scale(0.3);
  }
  40% {
    opacity: 1;
    transform: scale(1.06);
  }
  60% {
    transform: scale(0.92);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes dg-bounceOut {
  from {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  to {
    opacity: 0;
    transform: scale(0.3);
  }
}
@keyframes dg-bounceOut {
  from {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  to {
    opacity: 0;
    transform: scale(0.3);
  }
}
.old .dg-btn-loader {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
}
.old .dg-btn-loader .dg-circles {
  width: 100%;
  display: block;
  text-align: center;
}
.old .dg-btn-loader .dg-circle {
  width: 0.9em;
  height: 0.9em;
  opacity: 0;
  background-color: #09a2e3;
  display: inline-block;
  border-radius: 50%;
  -webkit-animation-name: dg-circle-oscillation;
  animation-name: dg-circle-oscillation;
  -webkit-animation-duration: 0.5875s;
  animation-duration: 0.5875s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}
.old .dg-btn-loader .dg-circle:first-child {
  -webkit-animation-delay: 0.1195s;
  animation-delay: 0.1195s;
}
.old .dg-btn-loader .dg-circle:nth-child(2) {
  -webkit-animation-delay: 0.2755s;
  animation-delay: 0.2755s;
}
.old .dg-btn-loader .dg-circle:nth-child(3) {
  -webkit-animation-delay: 0.3485s;
  animation-delay: 0.3485s;
}
@-webkit-keyframes dg-circle-oscillation {
  50% {
    opacity: 1;
  }
}
@keyframes dg-circle-oscillation {
  50% {
    opacity: 1;
  }
}
.old body.dg-open {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.old .dg-container [disabled] {
  cursor: not-allowed;
  opacity: 0.3;
}
.old .dg-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}
.old .dg-backdrop,
.old .dg-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
}
.old .dg-content-cont {
  width: 100%;
  font-family: inherit;
}
.old .dg-main-content {
  width: 98%;
  max-width: 400px;
  padding: 15px;
  border-radius: 5px;
  margin: 25px auto;
  background-color: #fff;
}
.old .dg-content {
  font-size: 16px;
  line-height: 1.3em;
}
.old .dg-title {
  margin: 0 0 10px;
  padding: 0;
  font-size: 18px;
}
.old .dg-btn,
.old .progress_word {
  font-size: 16px;
}
.old .dg-content-body {
  border-bottom: 2px solid #e1e6ea;
  padding-bottom: 15px;
}
.old .dg-content-footer {
  position: relative;
  padding: 15px 0 0;
}
.old .dg-form {
  background-color: #f8f8ff;
  padding: 10px;
  margin-bottom: -15px;
}
.old .dg-content-cont--floating {
  position: absolute;
  top: 35%;
  transform: translateY(-70%);
  margin-top: 0;
}
@media (max-height: 700px) {
  .old .dg-content-cont--floating {
    position: relative;
    top: 10%;
    transform: none;
    margin-top: 0;
  }
}
.old .dg-btn {
  display: inline-block;
  position: relative;
  min-width: 80px;
  padding: 6px 20px;
  border-radius: 4px;
  outline: 0;
  border: 2px solid transparent;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 700;
}
.old .dg-btn:active,
.old .dg-btn:focus,
.old .dg-btn:link {
  outline: 0;
}
.old .dg-btn::-moz-focus-inner {
  border: 0;
}
.old .dg-btn--cancel {
  color: #fefefe;
}
.old .dg-pull-right,
.old .toasted-container.bottom-right .toasted,
.old .toasted-container.top-right .toasted {
  float: right;
}
.old .dg-btn.dg-btn--loading .dg-btn-content {
  visibility: hidden;
}
.old .dg-clear:before {
  content: " ";
  display: block;
  clear: both;
}
.old .dg-container--has-input .dg-main-content {
  max-width: 450px;
}
.old .dg-container--has-input .dg-content {
  margin-bottom: 15px;
}
.old .dg-container--has-input .dg-content-body {
  border-bottom: none;
}
.old .dg-container--has-input .dg-form {
  border: 1px solid #e1e6ea;
  border-bottom: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.old .dg-container--has-input .dg-content-footer {
  background-color: #f8f8ff;
  border: 1px solid #e1e6ea;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0 10px 10px;
}
.old .dg-container .dg-highlight-1 {
  color: #ff8c00;
  font-weight: 700;
  border-bottom: 1px solid #2ba5ff;
}
.old .dg-container .dg-highlight-2 {
  color: #2ba5ff;
  font-weight: 700;
  border-bottom: 1px solid #ff8c00;
}
.old .dg-btn--ok {
  background-color: #fefefe;
  color: #448aff;
  border-color: #448aff;
}
.old .dg-btn--ok:hover {
  color: #448aff;
  border-color: #5d99ff;
}
.old .dg-btn--cancel {
  background-color: #448aff;
}
.old .dg-btn--cancel:hover {
  background-color: #5d99ff;
}
.old .mb-4 {
  margin-bottom: 16px;
}
.old .mt-4 {
  margin-top: 16px;
}
.old .mb-1 {
  margin-bottom: 4px;
}
.old .mt-1 {
  margin-top: 4px;
}
.old .admin {
  min-height: 100vh;
  background-color: #eee;
}
.old .admin footer {
  width: 100%;
  margin-top: 15px;
  align-self: flex-end;
}
.old .admin .form .form-group,
.old .admin .form .form-section {
  margin-bottom: 20px;
}
.old .admin .form .form-section h3 {
  margin-bottom: 10px;
}
.old .admin .form .form-group label {
  padding-right: 5px;
}
.old .admin .form .form-group label a {
  text-decoration: underline;
  color: #00f;
}
.old .admin .form .form-group textarea,
.old .blueimp-gallery > .slides > .slide > .video-playing > video {
  display: block;
}
.old .vue-simple-spinner {
  transition: 0.3s linear;
}
@-webkit-keyframes vue-simple-spinner-spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes vue-simple-spinner-spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.old .toasted {
  padding: 0 20px;
}
.old .toasted.rounded {
  border-radius: 24px;
}
.old .toasted .primary,
.old .toasted.toasted-primary {
  border-radius: 2px;
  min-height: 38px;
  line-height: 1.1em;
  background-color: #353535;
  padding: 6px 20px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.old .toasted.bubble,
.old .toasted.outline {
  border-radius: 30px;
  min-height: 38px;
  line-height: 1.1em;
  padding: 0 20px;
  font-size: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.old .toasted .primary.success,
.old .toasted.bubble.success,
.old .toasted.toasted-primary.success {
  background: #4caf50;
}
.old .toasted .primary.error,
.old .toasted.bubble.error,
.old .toasted.toasted-primary.error {
  background: #f44336;
}
.old .toasted .primary.info,
.old .toasted.bubble.info,
.old .toasted.toasted-primary.info {
  background: #3f51b5;
}
.old .toasted .primary .action,
.old .toasted.toasted-primary .action {
  color: #a1c2fa;
}
.old .toasted.bubble {
  background-color: #ff7043;
  font-weight: 300;
  color: #fff;
}
.old .toasted.bubble .action {
  color: #8e2b0c;
}
.old .toasted.outline {
  background-color: #fff;
  border: 1px solid #676767;
  color: #676767;
  font-weight: 700;
}
.old .toasted.outline.success {
  color: #4caf50;
  border-color: #4caf50;
}
.old .toasted.outline.error {
  color: #f44336;
  border-color: #f44336;
}
.old .toasted.outline.info {
  color: #3f51b5;
  border-color: #3f51b5;
}
.old .toasted.outline .action {
  color: #607d8b;
}
.old .toasted-container {
  position: fixed;
  z-index: 10000;
}
.old .toasted-container,
.old .toasted-container.full-width {
  display: flex;
  flex-direction: column;
}
.old .toasted-container.full-width {
  max-width: 86%;
  width: 100%;
}
.old .toasted-container.full-width.fit-to-screen {
  min-width: 100%;
}
.old .toasted-container.full-width.fit-to-screen .toasted:first-child {
  margin-top: 0;
}
.old .toasted-container.full-width.fit-to-screen.top-right {
  top: 0;
  right: 0;
}
.old .toasted-container.full-width.fit-to-screen.top-left {
  top: 0;
  left: 0;
}
.old .toasted-container.full-width.fit-to-screen.top-center {
  top: 0;
  left: 0;
  transform: translateX(0);
}
.old .toasted-container.full-width.fit-to-screen.bottom-right {
  right: 0;
  bottom: 0;
}
.old .toasted-container.full-width.fit-to-screen.bottom-left {
  left: 0;
  bottom: 0;
}
.old .toasted-container.full-width.fit-to-screen.bottom-center {
  left: 0;
  bottom: 0;
  transform: translateX(0);
}
.old .toasted-container.top-right {
  top: 10%;
  right: 7%;
}
.old .toasted-container.top-left {
  top: 10%;
  left: 7%;
}
.old .toasted-container.top-center {
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.old .toasted-container.bottom-right {
  right: 5%;
  bottom: 7%;
}
.old .toasted-container.bottom-left {
  left: 5%;
  bottom: 7%;
}
.old .toasted-container.bottom-center {
  left: 50%;
  transform: translateX(-50%);
  bottom: 7%;
}
.old .toasted-container.bottom-left .toasted,
.old .toasted-container.top-left .toasted {
  float: left;
}
.old .toasted-container .toasted {
  top: 35px;
  width: auto;
  clear: both;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  word-break: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: inherit;
}
.old .toasted-container .toasted .fa,
.old .toasted-container .toasted .fab,
.old .toasted-container .toasted .far,
.old .toasted-container .toasted .fas,
.old .toasted-container .toasted .material-icons,
.old .toasted-container .toasted .mdi {
  margin-right: 0.5rem;
  margin-left: -0.4rem;
}
.old .toasted-container .toasted .fa.after,
.old .toasted-container .toasted .fab.after,
.old .toasted-container .toasted .far.after,
.old .toasted-container .toasted .fas.after,
.old .toasted-container .toasted .material-icons.after,
.old .toasted-container .toasted .mdi.after {
  margin-left: 0.5rem;
  margin-right: -0.4rem;
}
.old .toasted-container .toasted .action {
  text-decoration: none;
  font-size: 0.8rem;
  padding: 8px;
  margin: 5px -7px 5px 7px;
  border-radius: 3px;
  letter-spacing: 0.03em;
  font-weight: 600;
  cursor: pointer;
}
.old .toasted-container .toasted .action.icon {
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.old .toasted-container .toasted .action.icon .fa,
.old .toasted-container .toasted .action.icon .material-icons,
.old .toasted-container .toasted .action.icon .mdi {
  margin-right: 0;
  margin-left: 4px;
}
@media only screen and (max-width: 600px) {
  .old .toasted-container {
    min-width: 100%;
  }
  .old .toasted-container .toasted:first-child {
    margin-top: 0;
  }
  .old .toasted-container.top-right {
    top: 0;
    right: 0;
  }
  .old .toasted-container.top-left {
    top: 0;
    left: 0;
  }
  .old .toasted-container.top-center {
    top: 0;
    left: 0;
    transform: translateX(0);
  }
  .old .toasted-container.bottom-right {
    right: 0;
    bottom: 0;
  }
  .old .toasted-container.bottom-left {
    left: 0;
    bottom: 0;
  }
  .old .toasted-container.bottom-center {
    left: 0;
    bottom: 0;
    transform: translateX(0);
  }
  .old .toasted-container.bottom-center,
  .old .toasted-container.top-center {
    align-items: stretch !important;
  }
  .old .toasted-container.bottom-left .toasted,
  .old .toasted-container.bottom-right .toasted,
  .old .toasted-container.top-left .toasted,
  .old .toasted-container.top-right .toasted {
    float: none;
  }
  .old .toasted-container .toasted {
    border-radius: 0;
  }
}
.old .blueimp-gallery,
.old .blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.2s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.old .blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
.old .blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  touch-action: none;
}
.old .blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  touch-action: pan-y;
}
.old .blueimp-gallery-display {
  display: block;
  opacity: 1;
}
.old .blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.old .blueimp-gallery-carousel > .slides {
  position: absolute;
}
.old .blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.old .blueimp-gallery > .next,
.old .blueimp-gallery > .prev {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: content-box;
  border: 3px solid #fff;
  border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}
.old .blueimp-gallery > .next {
  left: auto;
  right: 15px;
}
.old .blueimp-gallery > .close,
.old .blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
}
.old .blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}
.old .blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAPCAYAAAGEvU8KAAAABmJLR0QA/wD/AP+gvaeTAAACE0lEQVQ4y7VTPajaUBT+IhE13jQ86GBx6dapo+CWDKVQOtSlUBcDneTRrSAUqfcOTqWLk6uznbtKCt3sVFAKHaxF6uRfoi9qbU+XxBd/+rT2vQ8uudzznfPdnPNdYB9WqxUBEJxz2o0SEQEIe1GxPozFYlOPIzjn5BNkAFBVdeC67m2/imVZG1Uf4W/gnJPjOARAC+iDiCgEAIwxMMb624nycDiEJEmSfyCE2PiiVCpRIpFwANzfoyw456TrOgGAruvrPwoBgCRJ6Pf7jIg+ExE1m03SNO1bUM0wDACAYRhr1VBQolAo/IpGo+epVEqaTCZ3cSQe4ERkT00MAbhXr9d/M8Y+7iMEG7TdPAAQ5KFYLLqRSOTt9pC9wQqf69tvo2Hlcjk6n89fptPpKYDHx1x7A5VKhdrt9hsA7w8ly/5msVjg7OzswnVdBoCObRiy2ewiHo8/cV03vp1oWdalFT3DBJ9F7tRR+YYXsiy/VhSladv2CwCf/qGG4a2NC3vrqtjlwyEiWi6XVK1Wf2qaNmOM1QHcOSC8zg1YQByK7Uw5HA4jn8/L4/FYcRznaa/X+2Ga5lRRlIksy68ARHANCB0iJJNJ1Gq1eKfTuZXJZEqqqn4H8PB/heWrgq1WC7lc7qLb7X4ZDAbPAHzFNWFHuNFowDRNdzabfRiNRs8B9HEDWLtakqSSqqrvbNs+BzC4aVf/AaEAFTjRreu2AAAAAElFTkSuQmCC) no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.old .blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}
.old .blueimp-gallery-controls > .close,
.old .blueimp-gallery-controls > .indicator,
.old .blueimp-gallery-controls > .next,
.old .blueimp-gallery-controls > .play-pause,
.old .blueimp-gallery-controls > .prev,
.old .blueimp-gallery-controls > .title {
  display: block;
  transform: translateZ(0);
}
.old .blueimp-gallery > .close,
.old .blueimp-gallery > .next,
.old .blueimp-gallery > .play-pause,
.old .blueimp-gallery > .prev,
.old .blueimp-gallery > .slides > .slide > .slide-content {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.old .blueimp-gallery > .close:hover,
.old .blueimp-gallery > .next:hover,
.old .blueimp-gallery > .play-pause:hover,
.old .blueimp-gallery > .prev:hover,
.old .blueimp-gallery > .title:hover {
  color: #fff;
  opacity: 1;
}
.old body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCI+PGNpcmNsZSBjeD0iMzIiIGN5PSIzMiIgcj0iMjUiIHN0cm9rZT0icmVkIiBzdHJva2Utd2lkdGg9IjciIGZpbGwtb3BhY2l0eT0iLjIiLz48cGF0aCBmaWxsPSJyZWQiIGQ9Ik00Ni44NSAxMS40OTRsNS42NTYgNS42NTctMzUuMzU1IDM1LjM1NS01LjY1Ny01LjY1N3oiLz48L3N2Zz4=);
}
.old body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIxNSI+PHBhdGggc3Ryb2tlPSIjMDAwIiBmaWxsPSIjZmZmIiBkPSJNMiAxdjEzbDExLTd6TTE3IDJoNHYxMWgtNHpNMjQgMmg0djExaC00eiIvPjwvc3ZnPg==);
}
.old body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}
.old .blueimp-gallery > .indicator {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.old .blueimp-gallery > .indicator > li {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 6px 3px 0;
  box-sizing: content-box;
  border: 1px solid transparent;
  background: 50% no-repeat hsla(0, 0%, 100%, 0.25);
  border-radius: 5px;
  box-shadow: 0 0 2px #000;
  opacity: 0.5;
  cursor: pointer;
}
.old .blueimp-gallery > .indicator > .active,
.old .blueimp-gallery > .indicator > li:hover {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}
.old .blueimp-gallery > .indicator > li:after {
  opacity: 0;
  display: block;
  position: absolute;
  content: "";
  top: -5em;
  width: 75px;
  height: 75px;
  transition: transform 0.6s ease-out, opacity 0.4s ease-out;
  transform: translateX(-50%) translateY(0) translateZ(0);
  pointer-events: none;
}
.old .blueimp-gallery > .indicator > li:hover:after {
  opacity: 1;
  border-radius: 50%;
  background: inherit;
  transform: translateX(-50%) translateY(-5px) translateZ(0);
}
.old .blueimp-gallery > .slides > .slide > .video-content > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.old .blueimp-gallery > .slides > .slide > .video-content > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.old .blueimp-gallery > .slides > .slide > .video-content > iframe {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.old .blueimp-gallery > .slides > .slide > .video-playing > iframe {
  top: 0;
}
.old .blueimp-gallery > .slides > .slide > .video-content > a:hover {
  opacity: 1;
}
.old body:last-child .blueimp-gallery > .slides > .slide > .video-content:not(.video-loading) > a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCI+PGNpcmNsZSBjeD0iMzIiIGN5PSIzMiIgcj0iMjUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI3IiBmaWxsLW9wYWNpdHk9Ii4yIi8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI2IDIydjIwbDE3LTEweiIvPjwvc3ZnPg==);
}
.old .owl-next img,
.old .owl-prev img {
  cursor: pointer;
  height: 38px;
  width: 38px;
  position: absolute;
}
.old .owl-prev img {
  left: -50px;
  top: 148px;
  opacity: 0;
}
.old .owl-next img {
  right: -50px;
  top: 148px;
}
.old .owl-nav {
  width: 100%;
  height: 0;
  top: -136%;
  z-index: 999;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.old .owl-carousel {
  align-items: center !important;
  width: 86% !important;
  z-index: 1 !important;
  margin: 0 auto !important;
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
}
.old .progress_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
.old .progress_graph {
  height: 5px;
  border-radius: 30px;
  background: #c2e0d6;
  overflow: hidden;
}
.old .runner {
  width: 0;
  height: 5px;
  background: #02885d;
}
.old .yel__block {
  width: 100%;
  background: #fdfdd5;
  border: 1px solid #d3d33e;
  padding: 20px 40px;
  text-align: start;
}
.old .img__step {
  margin: 1rem auto;
  display: block;
}
.old .testimotials__text-answer {
  background: #e5e5e5;
  margin-top: 12px;
  padding: 12px;
  position: relative;
}
.old .name__developer {
  font-weight: 500;
  font-size: 14px;
  margin-right: 2px;
}
.old .sayphier__date {
  color: #aaa;
  font-size: 12px;
  font-weight: 400;
  margin-left: 2px;
  vertical-align: middle;
  white-space: nowrap;
}
.old .triangle {
  border-bottom: 10px solid #e5e5e5;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin-bottom: -10px;
  position: relative;
  top: -22px;
  width: 0;
}
.old .user__answer {
  margin: 12px 0;
}
.old .user_mb {
  padding-bottom: 0 !important;
}
.old .customFont {
  font-family: Arial, sans-serif !important;
}
.old .gallery {
  display: flex;
  overflow: auto;
}
.old .modal_window {
  position: fixed;
  background: rgba(0, 0, 0, 0.81);
  width: 100%;
  height: 100%;
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: none;
}
.old .modal_window img {
  width: 70%;
  height: 85%;
}
.old .img_close_image {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 35px !important;
  height: 35px !important;
  transform: rotateY(180deg);
}
@media screen and (max-width: 892px) {
  .old .btn__ {
    width: 30%;
  }
}
.old .body__ {
  margin: 0;
  width: 100%;
  height: 100vh;
  display: flex !important;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.old .wrapper__ {
  text-align: center;
}
.old .wrapper__ img {
  width: 75%;
  margin: 10px;
}
.old #size {
  height: 288px;
}
@media (min-width: 841px) {
  .old .gallery {
    padding: 0 25px;
  }
}
body {
  margin: 0;
  padding: 0;
}
button {
  cursor: pointer;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
