/* input(3149,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
input(3395,20): run-time error CSS1035: Expected colon, found '{' */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/Content/Fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/Content/Fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/Content/Fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/Content/Fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/Content/Fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/Content/Fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-inline-start: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-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,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-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-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance: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-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

* {
    margin: 0;
    padding: 0;
}

body.old-layout * {
    box-sizing: initial !important;
}

body.old-layout .pgs-dialog * {
    box-sizing: border-box !important;
}

body.old-layout .validation-summary-dialog * {
    box-sizing: border-box !important;
}

body.old-layout footer.page-footer * {
    box-sizing: border-box !important;
}

body.old-layout .page {
    min-width: 1140px !important;
}

body.old-layout .layout-container {
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important;
}

body.old-layout .page-header__mobile-wrapper {
    display: none !important;
}

body.old-layout .page-header__desktop-wrapper {
    display: block !important;
}

body.old-layout .container-fluid,
body.old-layout .container-xl.container-xl,
body.old-layout .container-lg.container-lg,
body.old-layout .container-md.container-md,
body.old-layout .container-sm.container-sm,
body.old-layout .container-xs.container-xs {
    box-sizing: border-box !important;
}

/* Хак: решение проблемы с большими размерами шрифта в мобильной версии в хроме */
@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

html {
    margin: 0;
    padding: 0;
    height: 100% !important;
    background: #e1e1e1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

/*.rtl,*/
/*[dir="rtl"] {*/
/*    text-align: right;*/
/*    direction: rtl;*/
/*}*/

.busy-indicator {
    overflow: hidden !important;
}

.ui-dialog.busy-indicator__wrapper .ui-dialog-content.busy-indicator {
    background: transparent;
}

body.old-layout {
    font-family: "Open Sans", Roboto, sans-serif;
    font-size: 12px;
}

label {
    margin-bottom: 0 !important;
}

.dotted {
    text-decoration: none;
    border-bottom: 1px dotted;
}

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

a, a:visited {
    color: #0d77dc;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a.selectBox:hover {
    color: #000;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: 600 !important;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

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

.hidden {
    visibility: hidden !important;
}

.visible {
    visibility: visible !important;
}

div.inline-block {
    display: inline-block !important;
}

.display-flex {
    display: flex;
}

/* Styles */
.layout-container {
    width: 1128px;
    margin: 0 auto;
}

.pegasys-content__wrapper {
    margin-top: 20px;
}

.pegasys-content-header__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 20px;
    padding: 0 16px;
}

.pegasys-content-header__title > h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 44px;
    color: #333E48;
    margin: 0;
}

.pegasys-content-header__title.mobile > h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.page {
    /*position: relative;*/
    /*min-height: 100%;*/
    background: #F2F4F6;
}

.main-container {
    min-height: calc(100vh - 166px - 388px);
}

@media (min-width: 1200px) {
    .page {
        min-width: 1180px;
    }
}

.page_print {
    padding-bottom: 20px;
    background-color: white;
}

.page-header {
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    border-bottom: 1px solid #D5EAFE;
    background: #F2F4F6;
    outline: none;
}

.page-header * {
    outline: inherit;
}

.page-header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 4px;
}

.page-header__link {
    display: inline-block;
    padding: 8px 16px;
    color: #61788E;
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.page-header__link:hover {
    color: #0056b3 !important;
    text-decoration: none;
}

.page-header__link:visited {
    color: #333E48;
}

.page-header__link_active {
    background: white;
}

.page-header__top-right {
    margin-inline-start: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #61788E;
}

.page-header__currency-rate {
    font-weight: bold;
    color: #343f4a;
    margin-inline-start: 10px;
}

.page-header__separator {
    display: block;
    width: 1px;
    height: 20px;
    margin: 0 10px;
    background: #DEE3E7;
}

.page-header__main {
    background: white;
}

.page-header__nav {
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-header__nav-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-inline-start: 40px;
}

.page-header__nav-item:first-child {
    margin-inline-start: 0;
}

.page-header__nav-link:visited {
    color: #61788E;
}

.page-header__nav-link {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    color: #61788E;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.page-header__controls {
    border-bottom: 1px solid #DEE3E7;
    padding-top: 4px;
}

.page-header__controls-inner {
    padding-top: 9px;
    padding-bottom: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-header__home {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 208px;
    height: 68px;
    margin-inline-end: 15px;
}

.page-header__home img {
    display: block;
    max-width: 100%;
    height: auto;
    min-height: 100%;
}

.page-header__contacts,
.page-header__location {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 16px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-header__all-contacts {
    padding-inline-start: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.page-header__all-contacts::before,
.page-header__contacts::before,
.page-header__location::before {
    content: '';
    display: block;
    width: 1px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #DEE3E7;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.page-header__location-label {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #61788E;
    font-size: 12px;
}

.page-header__all-contacts-link,
.page-header__all-contacts-link:hover,
.page-header__all-contacts-link:focus,
.page-header__location-control {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    position: relative;
    padding-inline-end: 17px;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    text-align: start;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #0D77DC;
    -webkit-transition: color .3s, background .3s, -webkit-transform .3s;
    transition: color .3s, background .3s, -webkit-transform .3s;
    transition: color .3s, background .3s, transform .3s;
    transition: color .3s, background .3s, transform .3s, -webkit-transform .3s;
    text-decoration: none;
    cursor: pointer;
    outline: none !important;
}

.page-header__location-control::after {
    content: '';
    position: absolute;
    top: 8px;
    width: 12px;
    height: 8px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' color='%230D77DC'%3E %3Cg fill='none' fill-rule='nonzero'%3E %3Cpath fill='currentColor' d='M8 9.586l5.293-5.293a1 1 0 0 1 1.414 1.414l-6 6a1 1 0 0 1-1.414 0l-6-6a1 1 0 1 1 1.414-1.414L8 9.586z'/%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 8px;
    -webkit-transition: color .3s, background .3s, -webkit-transform .3s;
    transition: color .3s, background .3s, -webkit-transform .3s;
    transition: color .3s, background .3s, transform .3s;
    transition: color .3s, background .3s, transform .3s, -webkit-transform .3s;
    font-weight: 600;
}

.page-header__phone-number {
    font-weight: bold;
    color: #333E48;
    text-decoration: none;
}

.page-header__mail {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    color: #39444D;
}

.page-footer {
    background-color: #5c6774;
}

@media (min-width: 576px) and (max-width: 768px) {
    .page-footer__container .container {
        margin-inline-start: 1.5rem;
        margin-inline-end: 1.5rem;
    }
}

.page-footer .page-footer__top {
    border-bottom: 1px solid #6c7682;
}

.page-footer .page-footer__payment-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-footer .page-footer__payment-link {
    display: inline-block;
    text-decoration: none;
    color: #5C6774;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.page-footer .page-footer__payment-logo {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.page-footer .page-footer__payment-logo:hover {
    -webkit-filter: none;
    filter: none;
}

.page-footer .page-footer__payment-link_with-borders {
    position: relative;
    padding: 16px 20px;
    max-width: 122px;
    border-right: 1px solid #D5EAFE;
    border-left: 1px solid #D5EAFE;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.page-footer .page-footer__main {
    padding-top: 25px;
    padding-bottom: 50px;
    border-bottom: 1px solid #6c7682;
}

.page-footer .page-footer__main-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-footer .page-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 670px;
}

.page-footer .page-footer__nav-col {
    flex: 1 1 31%;
    padding-inline-end: 10px;
    box-sizing: border-box;
}

.page-footer .page-footer__nav-list {
    margin: 0 0 25px;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
}

.page-footer .page-footer__nav-item {
    width: 100%;
}

.page-footer .page-footer__link {
    display: inline-block;
    color: #6B6B6B;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.page-footer .page-footer__feedback-container {
    flex: 1 1 100%;
}

.page-footer .page-footer__callback {
    display: block;
    box-sizing: border-box;

    width: 194px;
    margin-inline-start: 447px;
    padding: 7px 16px;

    color: #FFFFFF;
    background-color: #0D77DC;

    border: 1px solid #0D77DC;
    border-radius: 4px;

    line-height: 20px;
    text-decoration: none;

    font-size: 12px;
    font-weight: bold;

    box-shadow: none;
    -webkit-transition: background .3s;
    transition: background .3s;

    text-align: center;
}

@media (max-width: 576px) {
    .page-footer .page-footer__callback {
        width: auto;
    }
}

.page-footer__bottom {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D5EAFE;
}

.page-footer__bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.page-footer__text {
    margin: 0;
    width: 710px;
    font-weight: normal;
    font-size: 11px;
    line-height: 15px;
    color: #9EABB9;
}

.page-footer__link:focus,
.page-footer__link:hover,
.page-footer__link:active {
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #0D77DC;
}

.page-footer__right-block {
    width: 360px;
    margin-inline-start: auto;
}

.page-footer__currency-rates {
    margin-bottom: 15px;
}

.page-footer__contacts {
    margin-bottom: 20px;
}

.page-footer__header {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    color: #5C6774;
}

.page-footer__currency-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.page-footer__currency-item:first-child {
    margin-inline-start: 0;
}

.page-footer__currency-item {
    margin-inline-start: 15px;
    font-weight: normal;
    font-size: 12px;
    line-height: 26px;
    color: #5C6774;
}

.page-footer__currency-rate-archive-link {
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    line-height: 26px;
    color: #0D77DC;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.page-footer__contacts-description {
    margin: 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #5b6064;
    opacity: 0.6;
}

.pgs-notification__wrapper {
    margin-top: 1rem;
}

.pgs-notification__content {
    border-radius: var(--border-radius-md);
    background: var(--system-20);
    text-align: center;
    padding: 10px 16px;
}

.pgs-notification__message {
    color: var(--second-10);
    font-weight: 600;
    margin-bottom: 0;
    font-size: 0.75rem;
}

.pgs-notification__link {
    color: var(--main-10);
    text-decoration: none;
    margin-inline-start: 4px;
}

.rating-star {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-v-21f5376e='' data-v-34cbeed1='' height='16' width='16' viewBox='0 0 16 16' class='vue-star-rating-star' step='100'%3E%3ClinearGradient data-v-21f5376e='' id='g6sl3w' x1='0' x2='100%25' y1='0' y2='0'%3E%3Cstop data-v-21f5376e='' offset='100%25' stop-color='%23FDBD3A'%3E%3C/stop%3E%3Cstop data-v-21f5376e='' offset='100%25' stop-color='%23A9BED2'%3E%3C/stop%3E%3C/linearGradient%3E%3Cfilter data-v-21f5376e='' id='i1todj' height='130%25' width='130%25' filterUnits='userSpaceOnUse'%3E%3CfeGaussianBlur data-v-21f5376e='' stdDeviation='0' result='coloredBlur'%3E%3C/feGaussianBlur%3E%3CfeMerge data-v-21f5376e=''%3E%3CfeMergeNode data-v-21f5376e='' in='coloredBlur'%3E%3C/feMergeNode%3E%3CfeMergeNode data-v-21f5376e='' in='SourceGraphic'%3E%3C/feMergeNode%3E%3C/feMerge%3E%3C/filter%3E%3Cpolygon data-v-21f5376e='' points='7.99973878,0.000036622407,5.5278585,5.26670497,0,6.11121767,3.99986939,10.2110961,3.05562993,16,7.99973878,13.2668698,12.9438476,16,11.9996082,10.2110961,15.9998259,6.11121767,10.4719673,5.26670497,8.00008707,0.000036622407' fill='url(../Legacy/Content/CSS/Shared/#g6sl3w)' stroke='transparent' filter='url(../Legacy/Content/CSS/Shared/#i1todj)'%3E%3C/polygon%3E%3Cpolygon data-v-21f5376e='' points='7.99973878,0.000036622407,5.5278585,5.26670497,0,6.11121767,3.99986939,10.2110961,3.05562993,16,7.99973878,13.2668698,12.9438476,16,11.9996082,10.2110961,15.9998259,6.11121767,10.4719673,5.26670497,8.00008707,0.000036622407' fill='url(../Legacy/Content/CSS/Shared/#g6sl3w)' stroke='%23999' stroke-width='0' stroke-linejoin='miter'%3E%3C/polygon%3E%3Cpolygon data-v-21f5376e='' points='7.99973878,0.000036622407,5.5278585,5.26670497,0,6.11121767,3.99986939,10.2110961,3.05562993,16,7.99973878,13.2668698,12.9438476,16,11.9996082,10.2110961,15.9998259,6.11121767,10.4719673,5.26670497,8.00008707,0.000036622407' fill='url(../Legacy/Content/CSS/Shared/#g6sl3w)'%3E%3C/polygon%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
}

.rating-star_disabled {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-v-21f5376e='' data-v-34cbeed1='' height='16' width='16' viewBox='0 0 16 16' class='vue-star-rating-star' step='100'%3E%3ClinearGradient data-v-21f5376e='' id='g6sl3w' x1='0' x2='100%25' y1='0' y2='0'%3E%3Cstop data-v-21f5376e='' offset='100%25' stop-color='%23A8C0d6'%3E%3C/stop%3E%3Cstop data-v-21f5376e='' offset='100%25' stop-color='%23A9BED2'%3E%3C/stop%3E%3C/linearGradient%3E%3Cfilter data-v-21f5376e='' id='i1todj' height='130%25' width='130%25' filterUnits='userSpaceOnUse'%3E%3CfeGaussianBlur data-v-21f5376e='' stdDeviation='0' result='coloredBlur'%3E%3C/feGaussianBlur%3E%3CfeMerge data-v-21f5376e=''%3E%3CfeMergeNode data-v-21f5376e='' in='coloredBlur'%3E%3C/feMergeNode%3E%3CfeMergeNode data-v-21f5376e='' in='SourceGraphic'%3E%3C/feMergeNode%3E%3C/feMerge%3E%3C/filter%3E%3Cpolygon data-v-21f5376e='' points='7.99973878,0.000036622407,5.5278585,5.26670497,0,6.11121767,3.99986939,10.2110961,3.05562993,16,7.99973878,13.2668698,12.9438476,16,11.9996082,10.2110961,15.9998259,6.11121767,10.4719673,5.26670497,8.00008707,0.000036622407' fill='url(../Legacy/Content/CSS/Shared/#g6sl3w)' stroke='transparent' filter='url(../Legacy/Content/CSS/Shared/#i1todj)'%3E%3C/polygon%3E%3Cpolygon data-v-21f5376e='' points='7.99973878,0.000036622407,5.5278585,5.26670497,0,6.11121767,3.99986939,10.2110961,3.05562993,16,7.99973878,13.2668698,12.9438476,16,11.9996082,10.2110961,15.9998259,6.11121767,10.4719673,5.26670497,8.00008707,0.000036622407' fill='url(../Legacy/Content/CSS/Shared/#g6sl3w)' stroke='%23999' stroke-width='0' stroke-linejoin='miter'%3E%3C/polygon%3E%3Cpolygon data-v-21f5376e='' points='7.99973878,0.000036622407,5.5278585,5.26670497,0,6.11121767,3.99986939,10.2110961,3.05562993,16,7.99973878,13.2668698,12.9438476,16,11.9996082,10.2110961,15.9998259,6.11121767,10.4719673,5.26670497,8.00008707,0.000036622407' fill='url(../Legacy/Content/CSS/Shared/#g6sl3w)'%3E%3C/polygon%3E%3C/svg%3E");
}

/* Меню в личном кабинете */
.pegasys-web-module-menu-tabs__wrapper {
    margin-bottom: 20px;
    display: flex;
    gap: 5px 8px;
}

#create-error-form-container {
    padding: 40px 20px;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow);
    background-color: var(--white);
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

#create-error-form-container.mobile {
    padding: 30px 16px;
    margin-bottom: 20px;
}

#create-error-form-container.mobile {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}

#create-error-form-container.mobile .title {
    margin-bottom: 20px;
}

.web-module-menu.web-module-menu_buttons .tabs__wrapper {
    display: flex;
    gap: 5px 8px;
    overflow-x: auto;
    scrollbar-width: 0;
    padding: 15px 16px;
    margin: -15px -16px;
}

.web-module-menu.web-module-menu_buttons .tabs__wrapper.tabs__wrapper_mobile {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.web-module-menu.web-module-menu_buttons .tabs__wrapper::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.web-module-menu.web-module-menu_buttons .tabs__item {
    display: inline-block;
    padding: 5px 16px;
    box-shadow: var(--shadow);
    background-color: var(--white);
    border-radius: var(--border-radius-md);
    font-weight: 400;
    color: var(--main-10);
    white-space: nowrap;

    &:hover:not(.tabs__item_active) {
        box-shadow: var(--shadow-hover)!important;
    }
}

.web-module-menu.web-module-menu_buttons .tabs__wrapper.tabs__wrapper_mobile .tabs__item {
    margin-inline: 0;
}

table {
    border-collapse: collapse;
}

/* Стили легенды под формами поиска.*/
.legend {
    float: left;
    width: 100%;
}

.legend .legend-menu {
    list-style-type: none;
    float: left;
    padding: 0;
    margin: 0;
}

.legend .legend-menu li {
    height: 22px;
    margin: 0 40px 2px 0;
    text-align: start;
}

.legend .legend-menu.last-column li {
    height: 22px;
    margin: 0 0px 2px 0;
    text-align: start;
}

.legend .legend-menu hr {
    border: none;
    height: 1px;
    background-color: #cfcfcf;
    margin: 13px 40px 12px 5px;
}

.legend .legend-menu > .covid {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    height: auto;
    max-width: 240px;
}

.legend .legend-menu > .sha-plus {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    height: auto;
    max-width: 400px;
    margin-bottom: 4px;
}

.legend .legend-menu > .pegas-select {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    height: auto;
    max-width: 400px;
    margin-bottom: 4px;
}

.legend .legend-menu > .pegas-comfort {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    height: auto;
    max-width: 400px;
}

.legend .legend-menu > .covid > :nth-child(1) {
    flex: 0 0 auto;
}

.legend .legend-menu > .covid > :nth-child(2) {
    flex: 0 0 auto;
}

.legend .legend-menu > .covid .icon-hotel-attribute {
    flex: 0 0 auto;
    top: 5px;
    margin: -5px 1px 0;
}

.office-selector-dialog .pgs-dialog__close-btn {
    margin-top: -16px;
}

.office-selector-dialog h1 {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 21px;
}

.office-selector-dialog p {
    margin: 8px 0 4px 0;
}

.office-selector-dialog .office-info-list {
    border-radius: 4px;
    background-color: #e6f1fb;
    margin-top: 16px;
    padding: 16px;
    list-style-type: none;
}

.office-selector-dialog .office-info-list__item + .office-info-list__item {
    margin-top: 0.5rem;
}

.office-selector-dialog .office-info-list__office {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
}

.office-selector-dialog .office-info-list__office input {
    margin-top: 3px;
}

.office-selector-dialog .office-info-list__phones {
    list-style-type: none;
}

.office-selector-dialog .office-info-list__phones li + li {
    margin-top: 0.5rem;
}

.office-selector-dialog .office-info__phone {
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    color: #333E48;
}

.office-selector-dialog .office-info-list__emails {
    list-style-type: none;
}

.office-selector-dialog .office-info-list__emails li + li {
    margin-top: 0.5rem;
}

.office-selector-dialog .office-info__email {
    color: #0D77DC;
    font-size: 13px;
    line-height: 22px;
}

.office-selector-dialog .office-info-list__info {
    margin-inline-start: 0.5em;
}

.office-selector-dialog .office-info-list__title {
    margin-top: 8px;
    color: #61788E;
}

.office-selector-dialog .office-info-list__office p {
    margin: 0 0 10px 0;
}

.office-selector-dialog footer {
    margin-top: 16px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
}

.office-selector-dialog footer :nth-child(2) {
    margin-inline-start: 8px;
}

.login-button, .login-button:link, .login-button:visited {
    color: #333E48;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    vertical-align: middle;
    margin-inline-start: 16px;
}

.login-button:hover, .login-button:active {
    color: #0D77DC;
}

.login-button__icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%227%22%20fill%3D%22%23BBC9D6%22%20stroke%3D%22%23BBC9D6%22%20stroke-width%3D%222%22%2F%3E%0D%0A%3Ccircle%20cx%3D%228%22%20cy%3D%227%22%20r%3D%222%22%20stroke%3D%22%2396A6B6%22%2F%3E%0D%0A%3Cpath%20d%3D%22M3%2012V12C5.76142%209.23858%2010.2386%209.23858%2013%2012V12%22%20stroke%3D%22%2396A6B6%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    background-size: 16px 16px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: -2px;
    margin-inline-start: 8px;
}

.submit_button {
    display: block;
    background: #0D77DC;
    border: 1px solid #0D77DC;
    color: #FFFFFF;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    height: 44px;
    outline: none;
    margin-top: 16px;
    cursor: pointer;
}

.submit_button-inverted {
    color: #0D77DC;
    background-color: #FFF;
}

.submit_button:enabled:hover {
    background: #0B66BD;
}

.submit_button:disabled {
    color: #C9C6CC;
    background-color: #F2F2F2;
    border-color: #F2F2F2;
    cursor: not-allowed;
}

[theme="hb"] {
    .submit_button {
        background: #049B8F;
        border: 1px solid #049B8F;
    }

    .submit_button-inverted {
        color: #049B8F;
    }

    .submit_button:enabled:hover {
        background: #049B8F;
    }
}

.submit_button-small {
    height: 36px;
}

.iata-logo {
    margin-bottom: 50px;
    width: 138px;
    height: 46px;
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 173.21 56.9'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:white;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EIATA%3C/title%3E%3Cpath class='cls-1' d='M42.89,26.05a15.57,15.57,0,0,0,3.86-4.87,12.5,12.5,0,0,0-3.86-.69v5.56M42,26a14.41,14.41,0,0,1-3.89-4.82A11.67,11.67,0,0,1,42,20.49Zm.94-24.81A15,15,0,0,1,46.75,6a11.28,11.28,0,0,1-3.86.76Zm-.94,0A15,15,0,0,0,38.06,6,12.27,12.27,0,0,0,42,6.75Zm.94,18.31V14.06h5.76a15,15,0,0,1-1.45,6.3A13.77,13.77,0,0,0,42.89,19.5Zm12.55-5.44H49.65a17.68,17.68,0,0,1-1.53,6.68,15.68,15.68,0,0,1,3.43,2.16A13.3,13.3,0,0,0,55.44,14.06Zm-4.59,9.47a12.25,12.25,0,0,0-3.19-2,18.39,18.39,0,0,1-3.93,5A14.1,14.1,0,0,0,50.85,23.53Zm-8.9-4V14.06h-5.8a15.62,15.62,0,0,0,1.45,6.3A13.9,13.9,0,0,1,42,19.5ZM29.36,14.06h5.8a18.67,18.67,0,0,0,1.58,6.68,14.49,14.49,0,0,0-3.48,2.16A13.36,13.36,0,0,1,29.36,14.06ZM34,23.53a13.06,13.06,0,0,1,3.19-2,18,18,0,0,0,3.93,5A14,14,0,0,1,34,23.53ZM42.89,7.68v5.44h5.76a15.08,15.08,0,0,0-1.45-6.3A13.54,13.54,0,0,1,42.89,7.68Zm12.55,5.44H49.65a18,18,0,0,0-1.53-6.63,15.57,15.57,0,0,0,3.43-2.18A13,13,0,0,1,55.44,13.12ZM50.85,3.65a11.89,11.89,0,0,1-3.19,2,17.93,17.93,0,0,0-3.93-5A13.81,13.81,0,0,1,50.85,3.65Zm-8.9,4v5.44h-5.8a15.89,15.89,0,0,1,1.45-6.3A13.62,13.62,0,0,0,42,7.68ZM29.36,13.12h5.8a18.26,18.26,0,0,1,1.58-6.63,14,14,0,0,1-3.48-2.18A13.24,13.24,0,0,0,29.36,13.12ZM34,3.65a11.3,11.3,0,0,0,3.19,2,17.68,17.68,0,0,1,3.93-5A13.81,13.81,0,0,0,34,3.65ZM.74,17.92h26c.95,4.78,4.26,8.74,10.84,11.5a6.7,6.7,0,0,1-6,4.35H17.54c-2.16,0-3.86-1.81-4.55-3.25H27.34c.86-.16.91-.86,0-.94H13.27c-1.82,0-3.48-1.56-4.43-3.25H25.27c.83-.14.83-.83,0-.95H8.72c-1.66,0-3.19-1.94-3.81-3.25H23.08c.91-.12.91-.95,0-1H4.57C3.13,21.15,1.72,19.57.74,17.92Zm83.33,0h-26c-.95,4.78-4.27,8.74-10.85,11.5a6.7,6.7,0,0,0,6,4.35h14.1c2.16,0,3.85-1.81,4.56-3.25H57.47c-.87-.16-.91-.86,0-.94h14.1C73.36,29.58,75,28,76,26.33H59.54c-.83-.14-.83-.83,0-.95H76.09c1.66,0,3.18-1.94,3.81-3.25H61.73c-.91-.12-.91-.95,0-1H80.24C81.68,21.15,83.09,19.57,84.07,17.92ZM54.74,54.06l8.35-17h5.46l3.44,17H66.82l-.25-2H61.11l-.87,2Zm7.74-5.55H66l-.91-6.21ZM43.89,54.06l1.9-12.75H41L41.79,37H56.64l-.82,4.29h-4.6L49.35,54.06Zm-22.35,0,8.37-17h5.46l3.44,17H33.67l-.29-2H27.92l-.87,2Zm7.75-5.55h3.52l-.92-6.21ZM12.6,54.06l3.4-17h5.54l-3.39,17Z' transform='translate(-0.74 -0.66)'/%3E%3Cline class='cls-1' x1='97.04' y1='17.19' x2='97.04' y2='53.46'/%3E%3Crect class='cls-1' x='96.34' y='17.19' width='1.4' height='36.27'/%3E%3Cpath class='cls-1' d='M115.29,20.77c-.09-.5-.16-1-.23-1.48,0,.47-.11.92-.17,1.36l-1.3,7.46h2.93l-1.23-7.34M117.52,34l-.8-4.81h-3.31L112.58,34h-1.16l2.88-15.89h1.53L118.69,34Z' transform='translate(-0.74 -0.66)'/%3E%3Cpath class='cls-1' d='M125.38,32.39A2.45,2.45,0,0,1,122.79,34a2.61,2.61,0,0,1-1.48-.43c-1-.67-1-1.79-1-2.86V25.54a3.67,3.67,0,0,1,.17-1.28,2.4,2.4,0,0,1,2.42-1.57c2.6,0,2.58,2.33,2.58,3v1h-.94v-.88a4.81,4.81,0,0,0-.09-1,1.51,1.51,0,0,0-1.52-1.32,1.47,1.47,0,0,0-1.52,1.07,3.49,3.49,0,0,0-.14,1v4.84a6.93,6.93,0,0,0,.15,1.63,1.53,1.53,0,0,0,1.62,1,1.4,1.4,0,0,0,1.45-1,2.69,2.69,0,0,0,.12-.85V29.65h1v1.46a3.41,3.41,0,0,1-.14,1.28' transform='translate(-0.74 -0.66)'/%3E%3Cpath class='cls-1' d='M132.48,32.39a2.46,2.46,0,0,1-2.6,1.63,2.6,2.6,0,0,1-1.47-.43c-1-.67-1.06-1.79-1.06-2.86V25.54a3.46,3.46,0,0,1,.18-1.28A2.39,2.39,0,0,1,130,22.69c2.6,0,2.58,2.33,2.58,3v1h-.95v-.88a4.17,4.17,0,0,0-.09-1A1.51,1.51,0,0,0,130,23.52a1.49,1.49,0,0,0-1.52,1.07,3.74,3.74,0,0,0-.13,1v4.84a6.41,6.41,0,0,0,.15,1.63,1.53,1.53,0,0,0,1.61,1,1.4,1.4,0,0,0,1.46-1,2.68,2.68,0,0,0,.11-.85V29.65h1v1.46a3.69,3.69,0,0,1-.13,1.28' transform='translate(-0.74 -0.66)'/%3E%3Cpath class='cls-1' d='M137.14,24a4.08,4.08,0,0,0-1.46,2V34h-.94V22.69h.92v2a3.33,3.33,0,0,1,.67-1.05A5.26,5.26,0,0,1,138,22.4v1.28a3.48,3.48,0,0,0-.87.33' transform='translate(-0.74 -0.66)'/%3E%3Cpath class='cls-1' d='M143.45,25.56a2,2,0,0,0-.63-1.77,1.68,1.68,0,0,0-2,0,2.14,2.14,0,0,0-.65,1.86v2h3.25V25.56m.47,7.49a2.52,2.52,0,0,1-2.11.92,3.42,3.42,0,0,1-1-.13,2.3,2.3,0,0,1-1.41-1.37,3,3,0,0,1-.18-1.25V25.31a3.83,3.83,0,0,1,.13-1,2.29,2.29,0,0,1,2.42-1.63,2.44,2.44,0,0,1,2.15,1,4.64,4.64,0,0,1,.45,2.55v2.26H140.2V31.2a3.28,3.28,0,0,0,.09.8,1.47,1.47,0,0,0,1.59,1.1,1.7,1.7,0,0,0,1.12-.4,1.39,1.39,0,0,0,.32-.49,7.29,7.29,0,0,0,.15-2.18h.94v1.28a2.52,2.52,0,0,1-.49,1.74' transform='translate(-0.74 -0.66)'/%3E%3Cpath class='cls-1' d='M150.72,25.58a2.48,2.48,0,0,0-.92-1.77,1.66,1.66,0,0,0-.85-.22,1.53,1.53,0,0,0-1.45,1.14,2.61,2.61,0,0,0-.09.83V31a2.24,2.24,0,0,0,.58,1.84,1.51,1.51,0,0,0,1,.33,1.86,1.86,0,0,0,1.77-1.63v-6m.05,8.37V32.76a2.18,2.18,0,0,1-.36.52,2.11,2.11,0,0,1-1.7.76,2.18,2.18,0,0,1-1.77-.87,3.24,3.24,0,0,1-.47-2V25.54a2.85,2.85,0,0,1,1-2.45,2.08,2.08,0,0,1,1.27-.4,2.39,2.39,0,0,1,2,1V18.15h.94V34Z' transform='translate(-0.74 -0.66)'/%3E%3Cpath class='cls-1' d='M155,22.69V34h-.94V22.69Zm-.94-1.32V19.62h1v1.75Z' transform='translate(-0.74 -0.66)'/%3E%3Cpath class='cls-1' d='M158,33.59a1.25,1.25,0,0,1-.26-.91V23.59H156.5v-.9h1.19V19.78h1v2.91h1.7v.9h-1.7v8.86c0,.65.65.65.85.65a8.08,8.08,0,0,0,.85-.05V34c-1.23.09-2,.09-2.4-.36' transform='translate(-0.74 -0.66)'/%3E%3Cpath class='cls-1' d='M165.72,25.56a2,2,0,0,0-.62-1.77,1.72,1.72,0,0,0-1-.32,1.67,1.67,0,0,0-1,.32,2.11,2.11,0,0,0-.65,1.86v2h3.24V25.56m.47,7.49a2.49,2.49,0,0,1-2.1.92,3.37,3.37,0,0,1-1-.13,2.31,2.31,0,0,1-1.42-1.37,3,3,0,0,1-.17-1.25V25.31a3.83,3.83,0,0,1,.13-1,2.27,2.27,0,0,1,2.42-1.63,2.42,2.42,0,0,1,2.14,1,4.64,4.64,0,0,1,.45,2.55v2.26h-4.2V31.2a3.28,3.28,0,0,0,.09.8,1.45,1.45,0,0,0,1.59,1.1,1.7,1.7,0,0,0,1.11-.4,1.27,1.27,0,0,0,.32-.49,7,7,0,0,0,.15-2.18h.94v1.28a2.52,2.52,0,0,1-.49,1.74' transform='translate(-0.74 -0.66)'/%3E%3Cpath class='cls-1' d='M173,25.58a2.52,2.52,0,0,0-.92-1.77,1.68,1.68,0,0,0-.85-.22,1.54,1.54,0,0,0-1.46,1.14,2.93,2.93,0,0,0-.08.83V31a2.21,2.21,0,0,0,.58,1.84,1.49,1.49,0,0,0,1,.33A1.87,1.87,0,0,0,173,31.56v-6M173,34V32.76A2.28,2.28,0,0,1,171,34a2.18,2.18,0,0,1-1.77-.87,3.32,3.32,0,0,1-.47-2V25.54a2.88,2.88,0,0,1,1-2.45,2.12,2.12,0,0,1,1.28-.4,2.39,2.39,0,0,1,2,1V18.15h.94V34Z' transform='translate(-0.74 -0.66)'/%3E%3Cpath class='cls-1' d='M115.29,40.83c-.09-.49-.16-1-.23-1.47,0,.47-.11.92-.17,1.37l-1.3,7.45h2.93l-1.23-7.35M117.52,54l-.8-4.81h-3.31L112.58,54h-1.16l2.88-15.89h1.53L118.69,54Z' transform='translate(-0.74 -0.66)'/%3E%3Cpath class='cls-1' d='M124.71,45.09A1.78,1.78,0,0,0,123,43.52a1.7,1.7,0,0,0-.83.23,2.13,2.13,0,0,0-.7,2v5.19a2.17,2.17,0,0,0,.59,1.88,1.48,1.48,0,0,0,.91.27,1.74,1.74,0,0,0,1.48-.9,2.66,2.66,0,0,0,.29-.78V45.09m.79,10.79a2.6,2.6,0,0,1-2.62,1.68,2.41,2.41,0,0,1-2.24-1.14,3,3,0,0,1-.25-1.26h1a2.38,2.38,0,0,0,.15.83c.34.65,1.26.65,1.39.65a1.61,1.61,0,0,0,1.79-1.77V53a2.61,2.61,0,0,1-2,1,2.57,2.57,0,0,1-1.21-.33c-1-.63-1-1.75-1-2.78V45.2a3.53,3.53,0,0,1,.15-1.16,2.16,2.16,0,0,1,2.15-1.39,2.21,2.21,0,0,1,1.88,1v-.92h1v11.8a3.62,3.62,0,0,1-.15,1.32' transform='translate(-0.74 -0.66)'/%3E%3Cpath class='cls-1' d='M132.06,45.63a2,2,0,0,0-.63-1.77,1.7,1.7,0,0,0-1-.31,1.64,1.64,0,0,0-1,.31,2.11,2.11,0,0,0-.65,1.86v2h3.25V45.63m.47,7.5a2.53,2.53,0,0,1-2.11.91,3.42,3.42,0,0,1-1-.13,2.26,2.26,0,0,1-1.41-1.36,2.91,2.91,0,0,1-.18-1.26V45.38a3.83,3.83,0,0,1,.13-1.05,2.29,2.29,0,0,1,2.42-1.64,2.44,2.44,0,0,1,2.15,1,4.74,4.74,0,0,1,.45,2.55v2.26h-4.21v2.78a3.28,3.28,0,0,0,.09.8,1.46,1.46,0,0,0,1.59,1.1,1.73,1.73,0,0,0,1.12-.4,1.2,1.2,0,0,0,.31-.49,6.93,6.93,0,0,0,.15-2.18h1v1.28a2.62,2.62,0,0,1-.49,1.75' transform='translate(-0.74 -0.66)'/%3E%3Cpath class='cls-1' d='M139.44,54V45a4.11,4.11,0,0,0-.11-.69,1.27,1.27,0,0,0-1.27-.85,2,2,0,0,0-1.6.85,3,3,0,0,0-.29.56V54h-.94V42.76h.94v1.08a3.08,3.08,0,0,1,.43-.54,2.31,2.31,0,0,1,1.65-.67,2,2,0,0,1,2,1.43,3.18,3.18,0,0,1,.11.92v9h-.94' transform='translate(-0.74 -0.66)'/%3E%3Cpath class='cls-1' d='M143.2,53.67a1.25,1.25,0,0,1-.27-.92v-9.1h-1.18v-.89h1.18V39.85h1v2.91h1.7v.89h-1.7v8.87c0,.65.64.65.85.65s.56,0,.85,0V54c-1.23.09-2,.09-2.4-.35' transform='translate(-0.74 -0.66)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

@media print {
    .layout-container {
        width: 210mm;
    }

    .page {
        padding-bottom: 0;
    }

    .non-printable {
        display: none;
    }

    .hotel-description__content-block,
    .sidebar-widget__wrapper {
        border: none !important;
        box-shadow: none !important;
    }
}

.first-letter-uppercase::first-letter {
    text-transform: uppercase;
}

/* -------------------------------------------------------- MODAL BEGIN */

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    transition: opacity 0.1s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}

.modal-mask.dark {
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-mask .modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-mask .modal-container {
    width: 300px;
    margin: 0px auto;
    padding: 0;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    transition: all 0.1s ease;
    font-family: inherit;
    outline: none;
}

.modal-mask .modal-container * {
    outline: unset;
}

.modal-mask .modal-header {
    position: relative;
}

.modal-mask .header-placeholder {
    height: 36px;
}

.modal-mask .modal-header .close-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: none;
    border: none;
    padding: 0;
    margin: 8px;
    cursor: pointer;
}

.modal-mask .close-button .icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    top: 2px;
    left: 2px;
    position: absolute;
}

.modal-mask .close-button .icon::after {
    content: "";
    background: url(/Content/Images/close.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.modal-mask .modal-body {
    margin: 0;
}

.modal-mask .modal-default-button {
    float: right;
}

.modal-mask .modal-enter {
    opacity: 0;
}

.modal-mask .modal-leave-active {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* MODAL END */


/* -------------------------------------------------------- MESSAGE DIALOG */

.message-dialog .message-dialog-title {
    font-weight: bold;
    font-size: 16px;
    text-align: center !important;
}

.message-dialog .message-dialog-title.error {
    color: #df5c5c;
}

.message-dialog .message-dialog-message {
    font-size: 14px;
    margin-inline-start: 100px;
    margin-inline-end: 100px;
    text-align: center !important;
}

.message-dialog .message-dialog-footer button {
    font-size: 14px !important;
    padding: 16px 20px !important;
    color: #2b90d1 !important;
    border: 1px solid #3d93cd !important;
    border-radius: 2px !important;
    background-color: #fff !important;
    height: unset !important;
    background-image: unset !important;
    background-repeat: unset !important;
    cursor: pointer;
}

.message-dialog .message-dialog-footer button:hover {
    color: #fff !important;
    background-color: #2b90d1 !important;
}

.message-dialog .modal-container {
    width: 550px;
}

.message-dialog .modal-body p {
    margin-top: 8px;
    margin-bottom: 8px;
}

/* MESSAGE DIALOG END */

.sidebar-widget__wrapper {
    background: #fff;
    margin-bottom: 16px;
    border-radius: 4px;
    border: 1px solid #D5EAFE;
    box-shadow: 0 2px 2px rgba(206, 211, 233, 0.4);
}

.sidebar-widget__wrapper_full-height {
    min-height: calc(100% - 2px);
}

.sidebar-widget__row {
    border-bottom: 1px solid #D5EAFE;
    padding: 12px 16px;
}

.sidebar-widget__row_header {
    color: #333E48;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 14px 16px;
    margin-bottom: 0;
}

.sidebar-widget__row_empty {
    padding: 0;
    border: none;
}

.sidebar-widget__row_center {
    text-align: center;
}

.sidebar-widget__row_pinned {
    border-right: 2px solid #00C321;
}

.sidebar-widget__row.sidebar-widget__row_center .sidebar-widget__row_header {
    padding: 0 20px;
}

.sidebar-widget__row:last-child {
    border-bottom: none;
}

.sidebar-widget__row-link {
    color: #333E48;
    font-weight: bold;
    text-decoration: none;
    display: block;
    font-size: 13px;
}

.sidebar-widget__row-link:hover,
.sidebar-widget__row-link:active,
.sidebar-widget__row-link:focus {
    color: #0b66bd;
    background: #e6f1fb;
    text-decoration: none;
}

.sidebar-widget__arrow,
.sidebar-widget__row-arrow {
    position: relative;
}

.sidebar-widget__arrow:after,
.sidebar-widget__row-arrow:after {
    content: '';
    position: absolute;
    top: calc(50% + -3px);
    right: 16px;
    width: 5px;
    height: 8px;
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%225%22%20height%3D%228%22%20viewBox%3D%220%200%205%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M0.292893%201.70711C-0.0976311%201.31658%20-0.0976311%200.683418%200.292893%200.292893C0.683418%20-0.0976311%201.31658%20-0.0976311%201.70711%200.292893L4.70711%203.29289C5.09763%203.68342%205.09763%204.31658%204.70711%204.70711L1.70711%207.70711C1.31658%208.09763%200.683418%208.09763%200.292893%207.70711C-0.0976311%207.31658%20-0.0976311%206.68342%200.292893%206.29289L2.58579%204L0.292893%201.70711Z%22%20fill%3D%22%230D77DC%22%2F%3E%0D%0A%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 5px 8px;
}

.sidebar-widget__arrow:after {
    right: -14px;
}

.sidebar-widget__row_footer {
    text-align: center;
    color: #168DFF;
    font-weight: bold;
    padding: 12px 16px 16px;
}

.sidebar-widget__row-link_bottom {
    text-align: center;
    color: #0B66BD;
    font-weight: bold;
}

.sidebar-widget__wrapper_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}


.busy-indicator {
    width: 120px !important;
    height: 120px !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%235c6774'%3E %3Cpath d='M1.5,11.2c0-4.8,3.8-8.5,8.5-8.5c0.7,0,1.2-0.5,1.2-1.2S10.7,0.2,10,0.2c-5.4,0-9.8,4.4-9.8,9.8s4.4,9.8,9.8,9.8 C5.3,19.8,1.5,15.9,1.5,11.2z M10,0.2c4.7,0,8.5,3.8,8.5,8.6c0,4.8-3.8,8.5-8.5,8.5c-0.7,0-1.2,0.5-1.2,1.2c0,0.7,0.5,1.2,1.2,1.2 c5.4,0,9.8-4.4,9.8-9.8S15.4,0.2,10,0.2z'/%3E %3C/svg%3E") !important;
    background-size: contain !important;
    animation: pgs-spin 1s infinite linear;
    background-repeat: no-repeat !important;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
    -webkit-appearance: none !important;
    position: absolute;
}

.busy-indicator img {
    display: none;
}

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.busy-indicator__wrapper {
    background: none !important;
    border: none !important;
    width: 120px !important;
    z-index: 32767;
    outline: none !important;
    -webkit-appearance: none !important;
}

.pgs-dialog__draggable {
    cursor: move;
}

.pgs-label_blue {
    display: inline-block;
    background: #D1E9FF;
    border: 1px solid #0D77DC;
    border-radius: 10px;
    color: #0D77DC;
    padding: 0 5px !important;
    font-size: 11px;
    font-weight: 600;
    cursor: default;
}

button,
input {
    outline: none !important;
}

.menu-toggle {
    width: 16px;
    height: 16px;
}

.menu-toggle[aria-expanded="true"] {
    background: center / contain url("/Content/Images/menu-collapse.svg");
}

[theme="hb"] .menu-toggle[aria-expanded="true"] {
    background: center / contain url("/Content/Images/menu-collapse.hb.svg");
}

[theme="longitours"] .menu-toggle[aria-expanded="true"] {
    background: center / contain url("/Content/Images/menu-collapse.lt.svg");
}

.menu-toggle[aria-expanded="false"] {
    background: center / contain url("/Content/Images/menu-expand.svg");
}

[theme="hb"] .menu-toggle[aria-expanded="false"] {
    background: center / contain url("/Content/Images/menu-expand.hb.svg");
}

[theme="longitours"] .menu-toggle[aria-expanded="false"] {
    background: center / contain url("/Content/Images/menu-expand.lt.svg");
}

.web-module-menu.collapsing {
    transition-duration: .1s;
}

body[data-layout="new"] {
    min-height: 100vh;
    display: flex;
    flex-flow: column nowrap;
}

body[data-layout="new"] > header {
    flex: 0 0 auto;
}

body[data-controller="desktop"] > section[role="main"] {
    flex: 1 1 0;
    width: 1128px;
    margin: 20px auto;
    position: relative;
}

body[data-controller="mobile"] > section[role="main"] {
    padding: 0 16px;
}

body[data-layout="new"] > footer {
    flex: 0 0 auto;
}

.package-search-result-list__loading,
.hotel-search-result-list__loading {
    background: url("/Content/Images/loading-3dots.gif") no-repeat;
}

body[theme="longitours"] .package-search-result-list__loading,
body[theme="longitours"] .hotel-search-result-list__loading {
    background: url("/Content/Images/loading-3dots_longitours.gif") no-repeat;
}

.page-footer__social-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-footer__social-item:first-child {
    margin-inline-start: 0;
}

.page-footer__social-item {
    margin-inline-start: 7px;
}

.page-footer__social-link {
    display: block;
    position: relative;
    width: 31px;
    height: 31px;
    border-radius: 50%;
}

.page-footer__social-link::after,
.page-footer__social-link::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: background, opacity .3s;
    transition: background, opacity .3s;
}

.page-footer__social-link::after {
    background-color: #ffffff;
    opacity: 1;
    z-index: 1;
}

.page-footer__social-link::before {
    opacity: 0;
    z-index: 0;
}

.page-footer__social-link:hover::after {
    opacity: 0;
}

.page-footer__social-link:hover::before {
    opacity: 1;
}

.page-footer__social-link_vkontakte::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 23 14' xmlns='http://www.w3.org/2000/svg' fill='%235c6774'%3E %3Cpath d='M11.12 13.224h1.293s.394-.042.587-.26c.185-.201.176-.57.176-.57s-.025-1.736.78-1.987c.798-.252 1.813 1.677 2.895 2.415.814.561 1.435.436 1.435.436l2.895-.042s1.51-.092.797-1.283c-.059-.1-.42-.88-2.148-2.482-1.812-1.686-1.569-1.409.613-4.319 1.325-1.769 1.862-2.85 1.694-3.312-.159-.444-1.132-.327-1.132-.327l-3.256.017s-.243-.034-.42.076c-.176.1-.285.352-.285.352s-.511 1.367-1.2 2.532c-1.451 2.457-2.03 2.591-2.265 2.44-.554-.352-.411-1.434-.411-2.197 0-2.381.36-3.379-.705-3.63-.352-.084-.612-.143-1.519-.152-1.157-.008-2.147 0-2.701.277-.37.185-.655.587-.479.612.219.025.705.134.957.487.336.452.319 1.475.319 1.475s.193 2.81-.445 3.153c-.436.243-1.04-.251-2.332-2.482-.663-1.14-1.158-2.406-1.158-2.406s-.093-.235-.269-.36c-.21-.152-.503-.202-.503-.202l-3.096.017s-.462.016-.638.218c-.151.176-.008.553-.008.553s2.424 5.66 5.16 8.52c2.517 2.607 5.37 2.431 5.37 2.431' fill-rule='evenodd'/%3E %3C/svg%3E");
    background-size: 17px;
}

.page-footer__social-link_vkontakte::before {
    background-color: #4680C2;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 23 14' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff'%3E %3Cpath d='M11.12 13.224h1.293s.394-.042.587-.26c.185-.201.176-.57.176-.57s-.025-1.736.78-1.987c.798-.252 1.813 1.677 2.895 2.415.814.561 1.435.436 1.435.436l2.895-.042s1.51-.092.797-1.283c-.059-.1-.42-.88-2.148-2.482-1.812-1.686-1.569-1.409.613-4.319 1.325-1.769 1.862-2.85 1.694-3.312-.159-.444-1.132-.327-1.132-.327l-3.256.017s-.243-.034-.42.076c-.176.1-.285.352-.285.352s-.511 1.367-1.2 2.532c-1.451 2.457-2.03 2.591-2.265 2.44-.554-.352-.411-1.434-.411-2.197 0-2.381.36-3.379-.705-3.63-.352-.084-.612-.143-1.519-.152-1.157-.008-2.147 0-2.701.277-.37.185-.655.587-.479.612.219.025.705.134.957.487.336.452.319 1.475.319 1.475s.193 2.81-.445 3.153c-.436.243-1.04-.251-2.332-2.482-.663-1.14-1.158-2.406-1.158-2.406s-.093-.235-.269-.36c-.21-.152-.503-.202-.503-.202l-3.096.017s-.462.016-.638.218c-.151.176-.008.553-.008.553s2.424 5.66 5.16 8.52c2.517 2.607 5.37 2.431 5.37 2.431' fill-rule='evenodd'/%3E %3C/svg%3E");
    background-size: 17px;
}

.page-footer__social-link_facebook::after {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 272 272' style='enable-background:new 0 0 272 272;' xml:space='preserve' fill='%235c6774'%3E %3Cg id='XMLID_834_'%3E %3Cpath id='XMLID_835_' d='M76,143.6h29.6v121.7c0,2.4,1.9,4.3,4.3,4.3h50.1c2.4,0,4.3-1.9,4.3-4.3V144.2h34c2.2,0,4.1-1.7,4.3-3.8 l5.1-44.8c0.2-1.2-0.3-2.4-1-3.4c-0.8-1-2-1.5-3.2-1.5h-39.1V62.6c0-8.4,4.5-12.8,13.6-12.8c1.3,0,25.6,0,25.6,0 c2.4,0,4.3-1.9,4.3-4.3V4.3c0-2.4-1.9-4.3-4.3-4.3h-35.2c-0.3,0-0.8,0-1.7,0c-6.1,0-27.4,1.2-44.2,16.7 c-18.6,17.1-16,37.7-15.4,41.2v32.9H76c-2.4,0-4.3,1.9-4.3,4.3v44.2C71.7,141.7,73.6,143.6,76,143.6z'/%3E %3C/g%3E %3C/svg%3E");
    background-size: 17px;
}

.page-footer__social-link_facebook::before {
    background-color: #4680C2;
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 272 272' style='enable-background:new 0 0 272 272;' xml:space='preserve' fill='%23ffffff'%3E %3Cg id='XMLID_834_'%3E %3Cpath id='XMLID_835_' d='M76,143.6h29.6v121.7c0,2.4,1.9,4.3,4.3,4.3h50.1c2.4,0,4.3-1.9,4.3-4.3V144.2h34c2.2,0,4.1-1.7,4.3-3.8 l5.1-44.8c0.2-1.2-0.3-2.4-1-3.4c-0.8-1-2-1.5-3.2-1.5h-39.1V62.6c0-8.4,4.5-12.8,13.6-12.8c1.3,0,25.6,0,25.6,0 c2.4,0,4.3-1.9,4.3-4.3V4.3c0-2.4-1.9-4.3-4.3-4.3h-35.2c-0.3,0-0.8,0-1.7,0c-6.1,0-27.4,1.2-44.2,16.7 c-18.6,17.1-16,37.7-15.4,41.2v32.9H76c-2.4,0-4.3,1.9-4.3,4.3v44.2C71.7,141.7,73.6,143.6,76,143.6z'/%3E %3C/g%3E %3C/svg%3E");
    background-size: 17px;
}

.page-footer__social-link_telegram::after {
    background-color: rgba(13, 119, 220, .1);
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cg%20id%3D%22telegram%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-8%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval-Copy-5%22%20fill%3D%22%230D77DC%22%20opacity%3D%220.088936942%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2216%22%3E%3C%2Fcircle%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.12626991%2C14.9792775%20C12.2699323%2C12.717365%2018.9257873%2C9.95967076%2019.8448766%2C9.57790407%20C22.2548185%2C8.57898467%2022.994358%2C8.77023581%2022.625692%2C10.9828643%20C22.3607824%2C12.5731911%2021.5969596%2C17.8377465%2020.9876674%2C21.1147611%20C20.62636%2C23.0581669%2019.8154422%2C23.2884039%2018.5409324%2C22.4476344%20C17.9279609%2C22.0430647%2014.833669%2C19.9974131%2014.1618287%2C19.5170786%20C13.5488572%2C19.0794077%2012.7033539%2C18.5527315%2013.7637284%2C17.5155618%20C14.1412246%2C17.1463%2016.6144506%2C14.7850841%2018.5416683%2C12.947602%20C18.7940683%2C12.7063313%2018.4769126%2C12.309853%2018.185512%2C12.5033109%20C15.5879257%2C14.2253067%2011.9866261%2C16.6152103%2011.5281853%2C16.9263612%20C10.8357409%2C17.3963977%2010.1705233%2C17.611923%208.97695816%2C17.2691421%20C8.07479363%2C17.0102175%207.19396904%2C16.7012734%206.85105822%2C16.5835803%20C5.53018926%2C16.1304623%205.84366568%2C15.5434684%207.12626991%2C14.9792775%20Z%22%20id%3D%22Path%22%20fill%3D%22%235C6774%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 17px;
}

.page-footer__social-link_telegram::before {
    background-color: #4680C2;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232px%22%20height%3D%2233px%22%20viewBox%3D%220%200%2032%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cg%20id%3D%22telegram%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-9%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20id%3D%22Oval-Copy-6%22%20fill%3D%22%2329B6F6%22%20cx%3D%2216%22%20cy%3D%2216.9094037%22%20r%3D%2216%22%3E%3C%2Fcircle%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.12626991%2C15.8886812%20C12.2699323%2C13.6267688%2018.9257873%2C10.8690745%2019.8448766%2C10.4873078%20C22.2548185%2C9.48838838%2022.994358%2C9.67963952%2022.625692%2C11.8922681%20C22.3607824%2C13.4825948%2021.5969596%2C18.7471502%2020.9876674%2C22.0241648%20C20.62636%2C23.9675706%2019.8154422%2C24.1978076%2018.5409324%2C23.3570382%20C17.9279609%2C22.9524684%2014.833669%2C20.9068169%2014.1618287%2C20.4264823%20C13.5488572%2C19.9888114%2012.7033539%2C19.4621352%2013.7637284%2C18.4249656%20C14.1412246%2C18.0557038%2016.6144506%2C15.6944878%2018.5416683%2C13.8570057%20C18.7940683%2C13.615735%2018.4769126%2C13.2192567%2018.185512%2C13.4127146%20C15.5879257%2C15.1347104%2011.9866261%2C17.5246141%2011.5281853%2C17.8357649%20C10.8357409%2C18.3058014%2010.1705233%2C18.5213267%208.97695816%2C18.1785458%20C8.07479363%2C17.9196212%207.19396904%2C17.6106771%206.85105822%2C17.4929841%20C5.53018926%2C17.039866%205.84366568%2C16.4528721%207.12626991%2C15.8886812%20Z%22%20id%3D%22Path-Copy-9%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-size: 17px;
}

.page-footer__social-link-helper {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(88, 81, 219, 1)), color-stop(77%, rgba(225, 48, 108, 1)), to(rgba(252, 175, 69, 1)));
    background: linear-gradient(180deg, rgba(88, 81, 219, 1) 0%, rgba(225, 48, 108, 1) 77%, rgba(252, 175, 69, 1) 100%);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.page-footer__social-link_instagram {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background: linear-gradient(180deg, #fff 0%, #fff 100%);
    z-index: 0;
}

.page-footer__social-link_instagram:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(88, 81, 219, 1)), color-stop(77%, rgba(225, 48, 108, 1)), to(rgba(252, 175, 69, 1)));
    background: linear-gradient(180deg, rgba(88, 81, 219, 1) 0%, rgba(225, 48, 108, 1) 77%, rgba(252, 175, 69, 1) 100%);
}

.page-footer__social-link_instagram::after {
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 23 23' xmlns='http://www.w3.org/2000/svg' fill='%235c6774'%3E %3Cpath d='M6.89.586C5.74.64 4.953.822 4.265 1.09a5.302 5.302 0 0 0-1.917 1.248 5.294 5.294 0 0 0-1.249 1.915C.83 4.941.648 5.727.595 6.878.542 8.032.53 8.4.53 11.338c0 2.938.012 3.306.065 4.46.052 1.151.235 1.937.503 2.625a5.29 5.29 0 0 0 1.249 1.916 5.305 5.305 0 0 0 1.917 1.248c.688.268 1.475.45 2.627.503 1.155.052 1.523.065 4.462.065 2.94 0 3.309-.013 4.463-.065 1.152-.053 1.939-.235 2.628-.503a5.31 5.31 0 0 0 1.917-1.248 5.303 5.303 0 0 0 1.248-1.916c.267-.688.45-1.474.503-2.625.053-1.154.065-1.522.065-4.46 0-2.938-.012-3.306-.065-4.46-.052-1.151-.236-1.937-.503-2.626a5.306 5.306 0 0 0-1.248-1.915 5.307 5.307 0 0 0-1.917-1.248c-.689-.267-1.476-.45-2.628-.503-1.154-.052-1.523-.065-4.463-.065-2.94 0-3.307.013-4.462.065m.089 19.557c-1.055-.048-1.629-.224-2.01-.372a3.357 3.357 0 0 1-1.244-.81 3.35 3.35 0 0 1-.81-1.243c-.148-.382-.325-.954-.373-2.01-.052-1.14-.063-1.482-.063-4.37s.011-3.23.063-4.371c.048-1.055.225-1.627.373-2.009.196-.504.43-.865.81-1.243a3.35 3.35 0 0 1 1.244-.81c.381-.147.955-.324 2.01-.372 1.141-.052 1.484-.063 4.373-.063 2.89 0 3.233.011 4.374.063 1.055.048 1.629.225 2.01.373.505.196.866.43 1.245.809.378.378.613.739.81 1.243.147.382.324.954.372 2.009.052 1.14.063 1.483.063 4.371 0 2.888-.01 3.23-.063 4.37-.048 1.056-.225 1.628-.373 2.01a3.35 3.35 0 0 1-.81 1.243c-.378.379-.739.613-1.244.81-.381.148-.955.324-2.01.372-1.14.052-1.483.063-4.374.063-2.89 0-3.232-.011-4.373-.063m8.852-14.58a1.299 1.299 0 1 0 2.598 0 1.299 1.299 0 0 0-2.598 0M5.795 11.339a5.556 5.556 0 0 0 5.558 5.554 5.556 5.556 0 0 0 5.558-5.554 5.556 5.556 0 0 0-5.558-5.555 5.556 5.556 0 0 0-5.558 5.555m1.95 0a3.607 3.607 0 0 1 3.608-3.606 3.607 3.607 0 1 1-3.607 3.606' fill-rule='evenodd'/%3E %3C/svg%3E");
    border-radius: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.page-footer__social-link_instagram::before {
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 23 23' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff'%3E %3Cpath d='M6.89.586C5.74.64 4.953.822 4.265 1.09a5.302 5.302 0 0 0-1.917 1.248 5.294 5.294 0 0 0-1.249 1.915C.83 4.941.648 5.727.595 6.878.542 8.032.53 8.4.53 11.338c0 2.938.012 3.306.065 4.46.052 1.151.235 1.937.503 2.625a5.29 5.29 0 0 0 1.249 1.916 5.305 5.305 0 0 0 1.917 1.248c.688.268 1.475.45 2.627.503 1.155.052 1.523.065 4.462.065 2.94 0 3.309-.013 4.463-.065 1.152-.053 1.939-.235 2.628-.503a5.31 5.31 0 0 0 1.917-1.248 5.303 5.303 0 0 0 1.248-1.916c.267-.688.45-1.474.503-2.625.053-1.154.065-1.522.065-4.46 0-2.938-.012-3.306-.065-4.46-.052-1.151-.236-1.937-.503-2.626a5.306 5.306 0 0 0-1.248-1.915 5.307 5.307 0 0 0-1.917-1.248c-.689-.267-1.476-.45-2.628-.503-1.154-.052-1.523-.065-4.463-.065-2.94 0-3.307.013-4.462.065m.089 19.557c-1.055-.048-1.629-.224-2.01-.372a3.357 3.357 0 0 1-1.244-.81 3.35 3.35 0 0 1-.81-1.243c-.148-.382-.325-.954-.373-2.01-.052-1.14-.063-1.482-.063-4.37s.011-3.23.063-4.371c.048-1.055.225-1.627.373-2.009.196-.504.43-.865.81-1.243a3.35 3.35 0 0 1 1.244-.81c.381-.147.955-.324 2.01-.372 1.141-.052 1.484-.063 4.373-.063 2.89 0 3.233.011 4.374.063 1.055.048 1.629.225 2.01.373.505.196.866.43 1.245.809.378.378.613.739.81 1.243.147.382.324.954.372 2.009.052 1.14.063 1.483.063 4.371 0 2.888-.01 3.23-.063 4.37-.048 1.056-.225 1.628-.373 2.01a3.35 3.35 0 0 1-.81 1.243c-.378.379-.739.613-1.244.81-.381.148-.955.324-2.01.372-1.14.052-1.483.063-4.374.063-2.89 0-3.232-.011-4.373-.063m8.852-14.58a1.299 1.299 0 1 0 2.598 0 1.299 1.299 0 0 0-2.598 0M5.795 11.339a5.556 5.556 0 0 0 5.558 5.554 5.556 5.556 0 0 0 5.558-5.554 5.556 5.556 0 0 0-5.558-5.555 5.556 5.556 0 0 0-5.558 5.555m1.95 0a3.607 3.607 0 0 1 3.608-3.606 3.607 3.607 0 1 1-3.607 3.606' fill-rule='evenodd'/%3E %3C/svg%3E");
    border-radius: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.page-footer__social-link_instagram:hover .page-footer__social-link-helper {
    opacity: 1;
}

.page-footer__social-link_odnoklassniki::after {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 95.5 95.5' style='enable-background:new 0 0 95.5 95.5;' xml:space='preserve' fill='%235c6774'%3E %3Cg%3E %3Cg%3E %3Cpath d='M43,67.3c-7.4-0.8-14.1-2.6-19.8-7.1c-0.7-0.6-1.4-1.1-2.1-1.7c-2.5-2.4-2.8-5.2-0.8-8c1.7-2.4,4.5-3.1,7.5-1.7 c0.6,0.3,1.1,0.6,1.6,1c10.6,7.3,25.3,7.5,36,0.3c1.1-0.8,2.2-1.5,3.5-1.8c2.6-0.7,4.9,0.3,6.3,2.5c1.6,2.5,1.5,5-0.4,7 c-3,3-6.5,5.2-10.5,6.8c-3.7,1.4-7.8,2.2-11.9,2.7c0.6,0.7,0.9,1,1.3,1.4c5.5,5.5,11,11,16.5,16.6c1.9,1.9,2.3,4.2,1.2,6.4 c-1.1,2.4-3.6,4-6.1,3.8c-1.6-0.1-2.8-0.9-3.9-2c-4.1-4.2-8.4-8.3-12.4-12.5c-1.2-1.2-1.8-1-2.8,0.1c-4.2,4.3-8.4,8.5-12.7,12.7 c-1.9,1.9-4.2,2.2-6.4,1.2c-2.4-1.1-3.9-3.6-3.7-6c0.1-1.6,0.9-2.9,2-4C31,79.4,36.4,74,41.8,68.6C42.2,68.2,42.5,67.8,43,67.3z'/%3E %3Cpath d='M47.5,48.3c-13.2,0-24-11-24-24.2C23.7,10.7,34.5,0,47.8,0c13.4,0,24.1,11,24,24.5C71.8,37.7,60.9,48.4,47.5,48.3z M59.6,24.1c0-6.6-5.3-11.8-11.8-11.8c-6.6,0-11.9,5.3-11.8,11.9C36,30.8,41.2,36,47.8,36C54.4,36,59.6,30.7,59.6,24.1z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-size: 14px;
}

.page-footer__social-link_odnoklassniki::before {
    background-color: #FCAF45;
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 95.5 95.5' style='enable-background:new 0 0 95.5 95.5;' xml:space='preserve' fill='%23ffffff'%3E %3Cg%3E %3Cg%3E %3Cpath d='M43,67.3c-7.4-0.8-14.1-2.6-19.8-7.1c-0.7-0.6-1.4-1.1-2.1-1.7c-2.5-2.4-2.8-5.2-0.8-8c1.7-2.4,4.5-3.1,7.5-1.7 c0.6,0.3,1.1,0.6,1.6,1c10.6,7.3,25.3,7.5,36,0.3c1.1-0.8,2.2-1.5,3.5-1.8c2.6-0.7,4.9,0.3,6.3,2.5c1.6,2.5,1.5,5-0.4,7 c-3,3-6.5,5.2-10.5,6.8c-3.7,1.4-7.8,2.2-11.9,2.7c0.6,0.7,0.9,1,1.3,1.4c5.5,5.5,11,11,16.5,16.6c1.9,1.9,2.3,4.2,1.2,6.4 c-1.1,2.4-3.6,4-6.1,3.8c-1.6-0.1-2.8-0.9-3.9-2c-4.1-4.2-8.4-8.3-12.4-12.5c-1.2-1.2-1.8-1-2.8,0.1c-4.2,4.3-8.4,8.5-12.7,12.7 c-1.9,1.9-4.2,2.2-6.4,1.2c-2.4-1.1-3.9-3.6-3.7-6c0.1-1.6,0.9-2.9,2-4C31,79.4,36.4,74,41.8,68.6C42.2,68.2,42.5,67.8,43,67.3z'/%3E %3Cpath d='M47.5,48.3c-13.2,0-24-11-24-24.2C23.7,10.7,34.5,0,47.8,0c13.4,0,24.1,11,24,24.5C71.8,37.7,60.9,48.4,47.5,48.3z M59.6,24.1c0-6.6-5.3-11.8-11.8-11.8c-6.6,0-11.9,5.3-11.8,11.9C36,30.8,41.2,36,47.8,36C54.4,36,59.6,30.7,59.6,24.1z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-size: 14px;
}

.page-footer__social-link_youtube::after {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192' fill='%235c6774'%3E %3Cpath d='M180.32 53.36c-2.02-7.62-7.99-13.62-15.56-15.66C151.04 34 96 34 96 34s-55.04 0-68.76 3.7c-7.57 2.04-13.54 8.04-15.56 15.66C8 67.18 8 96 8 96s0 28.82 3.68 42.64c2.02 7.62 7.99 13.62 15.56 15.66C40.96 158 96 158 96 158s55.04 0 68.76-3.7c7.57-2.04 13.54-8.04 15.56-15.66C184 124.82 184 96 184 96s0-28.82-3.68-42.64zM78 122.17V69.83L124 96l-46 26.17z' fill-rule='evenodd'/%3E %3C/svg%3E");
    background-size: 17px;
}

.page-footer__social-link_youtube::before {
    background-color: #FF0000;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192' fill='%23ffffff'%3E %3Cpath d='M180.32 53.36c-2.02-7.62-7.99-13.62-15.56-15.66C151.04 34 96 34 96 34s-55.04 0-68.76 3.7c-7.57 2.04-13.54 8.04-15.56 15.66C8 67.18 8 96 8 96s0 28.82 3.68 42.64c2.02 7.62 7.99 13.62 15.56 15.66C40.96 158 96 158 96 158s55.04 0 68.76-3.7c7.57-2.04 13.54-8.04 15.56-15.66C184 124.82 184 96 184 96s0-28.82-3.68-42.64zM78 122.17V69.83L124 96l-46 26.17z' fill-rule='evenodd'/%3E %3C/svg%3E");
    background-size: 17px;
}

/* Используются на DynamicBooking */

body {
    --black-1: #333E48;
    --black-2: #6C879B;
    --black-3: #C4C4C4;
    --black-4: #F2F4F6;
    --black-5: #F8F9FA;
    
    --blue-1: #0D77DC;
    --blue-2: #61A7E8;
    --blue-3: #9EC9F1;
    --blue-4: #E7F2FC;
    --blue-5: #F6FBFF;
    --blue-6: magenta;
    
    --green-1: #3C9E34;
    --green-2: #54BC4B;
    --green-3: #5FC257;
    --green-4: #8BD385;
    --green-5: #C9EBC5;
    --green-6: #E9F9E7;
    
    --yellow-1: #F8B60A;
    --yellow-2: #f9c63e;
    --yellow-3: #F8D66B;
    --yellow-4: #FAE195;
    --yellow-5: #FAF2CA;
    --yellow-6: #FDFAEC;
    
    --orange-1: #FFAF52;
    --orange-2: #FFC681;
    --orange-3: #FFD59F;
    --orange-4: #FFE6C1;
    --orange-5: #FFF7E4;
    
    --red-1: #B44B10;
    --red-2: #D65C39;
    --red-3: #FA7967;
    --red-4: #FCA197;
    --red-5: #FDD0D0;
    --red-6: #FFECEC;
    
    /* todo 10734 Из системной палитры лонги. Не должны использоваться на дефолтной теме. Магента - для видимости.  */
    --red-0-1: magenta;
    --red-0-2: magenta;
    --red-0-3: magenta;
    
    /* todo 10734 Из системной палитры лонги. Не должны использоваться на дефолтной теме. Магента - для видимости.  */
    --yellow-0-1: magenta;
    --yellow-0-2: magenta;
    --yellow-0-3: magenta;
    
    
    --blue-x-1: magenta; /* #00578f */
    --blue-x-2: magenta; /* #1b5899 */
    --blue-x-3: magenta; /* #1e82c5 */
    --blue-x-4: magenta; /* #2b90d1 */
    --blue-x-5: magenta; /* #3399ff */
    --blue-x-6: magenta; /* #53a6db */
    --blue-x-7: magenta; /* #a8e7ff */
    --blue-x-8: magenta; /* #c8def4 */
    --blue-x-9: magenta; /* #d3e8f6 */
    --blue-x-10: magenta; /* #3d93cd */
    
    --black: #000000;
    --black-x-1: magenta; /* #596775 */
    --black-x-2: magenta; /* #5c6774 */
    --black-x-3: magenta; /* #666666 */
    --black-x-4: magenta; /* #879099 */
    --black-x-5: magenta; /* #888888 */
    --black-x-6: magenta; /* #8a939c */
    --black-x-7: magenta; /* #9da4ab */
    --black-x-8: magenta; /* #c0c0c0 */
    --black-x-9: magenta; /* #c5c6c8 */
    --black-x-10: magenta; /* #cccccc */
    --black-x-11: magenta; /* #cfcfcf */
    --black-x-12: magenta; /* #dfe1e4 */
    --black-x-13: magenta; /* #e8e8e8 */
    --black-x-14: magenta; /* #eeeeee */
    --black-x-15: magenta; /* #f3f4f6 */
    --black-x-16: magenta; /* #f7f7f7 */
    --black-x-17: magenta; /* #abadb3 */
    --black-x-18: magenta; /* #f3f3f3 */
    --black-x-19: magenta; /* #bbbbbb */
    --white: #ffffff;
    
    
    --red: #ff0000;
    --red-x-1: magenta; /* #db6868 */
    --red-x-2: magenta; /* #df643c */
    --red-x-3: magenta; /* #ffe8da */
    
    --orange-x-1: magenta; /* #ffa26b */
    
    --yellow-x-1: magenta; /* #fff0a6 */
}

body[theme="longitours"] {
    --black-1: #232323;
    --black-2: #979797;
    --black-3: #C0C0C0;
    --black-4: #DDDDDD;
    --black-5: #F5F5F5;
    
    --blue-1: #00AAA5;
    --blue-2: #3FB9B6;
    --blue-3: #80D0CE;
    --blue-4: #DBF2F1;
    --blue-5: #F2FAFA;
    --blue-6: #F9FDFD;
    
    --green-1: #36952E;
    --green-2: #4CAE44;
    --green-3: #5FC257;
    --green-4: #8BD385;
    --green-5: #C9EBC5;
    --green-6: #E9F9E7;
    
    --yellow-1: #F8B60A;
    --yellow-2: #f9c63e;
    --yellow-3: #F9D368;
    --yellow-4: #FAE195;
    --yellow-5: #FAF2CA;
    --yellow-6: #FDFAEC;
    
    --orange-1: #FFB053;
    --orange-2: #FFC17B;
    --orange-3: #FFD09A;
    --orange-4: #FFDDB8;
    --orange-5: #FFF0E3;
    --orange-6: #FFF9F4;
    
    --red-1: #C24E0E;
    --red-2: #DF643C;
    --red-3: #FA7967;
    --red-4: #FCA197;
    --red-5: #FDD0D0;
    --red-6: #FFECEC;
    
    --red-0-1: #E00B3F;
    --red-0-2: #F7C0CD;
    --red-0-3: #FCE4EA;
    
    --yellow-0-1: #FFD200;
    --yellow-0-2: #FDF29F;
    --yellow-0-3: #FEFAD9;
}

body[theme="hb"] {
    --green-100: #e4fce2;
    --green-200: #bdfab8;
    --green-300: #a2e49d;
    --green-400: #7dcc76;
    --green-500: #61cd58;
    --green-600: #3c9e34;
    --yellow-50: #fdfeda;
    --yellow-100: #fef1cf;
    --yellow-200: #fde66f;
    --yellow-300: #f9d168;
    --yellow-400: #f3af00;
    --yellow-500: #d99840;
    --orange-900: #b44b10;
    --red-100: #ffefec;
    --red-200: #ffd2cb;
    --red-300: #f8ada2;
    --red-310: #f89f92;
    --red-500: #ef6957;
    --red-700: #d65252;
    
    --gray-100: #f2f4f6;
    --gray-150: #f8f9fa;
    --gray-200: #bec6d6;
    --gray-250: #aec2d4;
    --gray-300: #a3bfd4;
    --gray-400: #c4c4c4;
    --gray-500: #7d8dac;
    --gray-600: #5a7990;
    --gray-800: #6C879B;
    --gray-900: #333e48;
    
    --blue-100: #F6FBFF;
    --blue-200: #F2FAFA;
    --blue-300: #d5eafe;
    --blue-600: #7ab4ec;
    --blue-800: #00AAA5;
    
    --black-1: #232323;
    --black-2: #A7A7A7;
    --black-3: #C8C8C8;
    --black-4: #E9E9E9;
    --black-5: #F4F4F4;
    
    --white: #FFFFFF;
    
    --green-1: #049B8F;
    --green-2: #57BEB6;
    --green-3: #85D1CB;
    --green-4: #BDE8E4;
    --green-5: #E9F9F7;
    
    --azure-1: #38E5C7;
    --azure-2: #78EDD9;
    --azure-3: #9DF2E4;
    --azure-4: #C2F7EF;
    --azure-5: #EAFAF7;
    
    --coral-1: #FC694C;
    --coral-2: #F28D79;
    --coral-3: #FDB6A8;
    --coral-4: #FFF3F1;
    
    --sea-blue-1: #0097FF;
    --sea-blue-2: #78C8FF;
    --sea-blue-3: #EDF8FF;
    
    --deep-blue-1: #004584;
    --deep-blue-2: #88ABCA;
    --deep-blue-3: #EFF7FF;
    
    --ultramarine-1: #006787;
    --ultramarine-2: #83B9CA;
    --ultramarine-3: #E9F9FF;
    
    --green-0-1: #0D8C5E;
    --green-0-2: #76C1A6;
    --green-0-3: #E0F6EE;
    
    --red-0-1: #E24F3B;
    
    --yellow-0-1: #F49425;
    --yellow-0-2: #F9C588;
    --yellow-0-3: #FFF6EB;
    
    
    --green-6: #E9F9E7;
    
    --blue-1: var(--green-1);
    --blue-2: var(--green-2);
    --blue-3: var(--status-available-10);
    --blue-4: var(--status-available-20);
    --blue-5: var(--status-available-30);
    --blue-6: var(--green-6);
    
    --yellow-1: #F8B60A;
    --yellow-2: #f9c63e;
    --yellow-3: #F9D368;
    --yellow-4: #FAE195;
    --yellow-5: #FAF2CA;
    --yellow-6: #FDFAEC;
    
    --red-1: #C24E0E;
    --red-2: #DF643C;
    --red-3: #FA7967;
    --red-4: #FCA197;
    --red-5: #FDD0D0;
    --red-6: var(--coral-4);
    
    --orange-1: #FFB053;
    --orange-2: #FFC17B;
    --orange-3: #FFD09A;
    --orange-4: #FFDDB8;
    --orange-5: #FFF0E3;
    --orange-6: #FFF9F4;
    
    --red-0-2: #F7C0CD;
    --red-0-3: #FCE4EA;
    
    --green-1000: #36952E;
    --green-2000: #4CAE44;
    --green-3000: #5FC257;
    --green-4000: #8BD385;
    --green-5000: #C9EBC5;
    --green-6000: #E9F9E7;
    
    --yellow-1000: #F8B60A;
    --yellow-2000: #F9C63E;
    --yellow-3000: #F9D368;
    --yellow-4000: #FAE195;
    --yellow-5000: #FAF2CA;
    --yellow-6000: #FDFAEC;
    
    --orange-1000: #FFB053;
    --orange-2000: #FFC17B;
    --orange-3000: #FFD09A;
    --orange-4000: #FFDDB8;
    --orange-5000: #FFF0E3;
    --orange-6000: #FFF9F4;
    
    --red-1000: #C24E0E;
    --red-2000: #DF643C;
    --red-3000: #FA7967;
    --red-4000: #FCA197;
    --red-5000: #FDD0D0;
    --red-6000: #FFECEC;
    
    --body-bg: #FAFAFA;
}

body[theme="hb"] h1,
body[theme="hb"] h2,
body[theme="hb"] .headings-font-family {
    font-family: "Open Sans", sans-serif;
}

button.bn {
    border: 1px solid var(--main-10);
    border-radius: 4px;
    padding: 0 16px;
    font-weight: 600;
    font-size: 13px !important;
    background-image: unset !important;
}

button.bn-ghost {
    color: var(--main-10);
    background: white;
}

button.bn-primary {
    color: white;
    background: var(--main-10);
}

button.bn-primary:disabled,
button.bn-primary:disabled:hover {
    color: var(--main-10);
    background-color: var(--main-40);
    border: none !important;
    cursor: default;
    pointer-events: none;
}

button.bn-ghost:disabled,
button.bn-ghost:disabled:hover {
    color: var(--main-30);
    border-color: var(--main-30);
    background-color: #FFF;
    cursor: default;
    pointer-events: none;
}
.icon-flag {
    width: 24px;
    height: 16px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


.icon-flag.icon-flag-abkhazia,
.icon-flag.icon-flag-AB,
.icon-flag.icon-flag-ab {
    background-image: url(../Content/Images/FlagIcons/AB.svg);
}

.icon-flag.icon-flag-andorra,
.icon-flag.icon-flag-AD,
.icon-flag.icon-flag-ad {
    background-image: url(../Content/Images/FlagIcons/AD.svg);
}

.icon-flag.icon-flag-uae,
.icon-flag.icon-flag-AE,
.icon-flag.icon-flag-ae {
    background-image: url(../Content/Images/FlagIcons/AE.svg);
}

.icon-flag.icon-flag-AF,
.icon-flag.icon-flag-af {
    background-image: url(../Content/Images/FlagIcons/AF.svg);
}

.icon-flag.icon-flag-AG,
.icon-flag.icon-flag-ag {
    background-image: url(../Content/Images/FlagIcons/AG.svg);
}

.icon-flag.icon-flag-AI,
.icon-flag.icon-flag-ai {
    background-image: url(../Content/Images/FlagIcons/AI.svg);
}

.icon-flag.icon-flag-AL,
.icon-flag.icon-flag-al {
    background-image: url(../Content/Images/FlagIcons/AL.svg);
}

.icon-flag.icon-flag-armenia,
.icon-flag.icon-flag-AM,
.icon-flag.icon-flag-am {
    background-image: url(../Content/Images/FlagIcons/AM.svg);
}

.icon-flag.icon-flag-AO,
.icon-flag.icon-flag-ao {
    background-image: url(../Content/Images/FlagIcons/AO.svg);
}

.icon-flag.icon-flag-AQ,
.icon-flag.icon-flag-aq {
    background-image: url(../Content/Images/FlagIcons/AQ.svg);
}

.icon-flag.icon-flag-AR,
.icon-flag.icon-flag-ar {
    background-image: url(../Content/Images/FlagIcons/AR.svg);
}

.icon-flag.icon-flag-AS,
.icon-flag.icon-flag-as {
    background-image: url(../Content/Images/FlagIcons/AS.svg);
}

.icon-flag.icon-flag-AT,
.icon-flag.icon-flag-at {
    background-image: url(../Content/Images/FlagIcons/AT.svg);
}

.icon-flag.icon-flag-AU,
.icon-flag.icon-flag-au {
    background-image: url(../Content/Images/FlagIcons/AU.svg);
}

.icon-flag.icon-flag-AW,
.icon-flag.icon-flag-aw {
    background-image: url(../Content/Images/FlagIcons/AW.svg);
}

.icon-flag.icon-flag-AX,
.icon-flag.icon-flag-ax {
    background-image: url(../Content/Images/FlagIcons/AX.svg);
}

.icon-flag.icon-flag-azerbaijan,
.icon-flag.icon-flag-AZ,
.icon-flag.icon-flag-az {
    background-image: url(../Content/Images/FlagIcons/AZ.svg);
}

.icon-flag.icon-flag-BA,
.icon-flag.icon-flag-ba {
    background-image: url(../Content/Images/FlagIcons/BA.svg);
}

.icon-flag.icon-flag-BB,
.icon-flag.icon-flag-bb {
    background-image: url(../Content/Images/FlagIcons/BB.svg);
}

.icon-flag.icon-flag-BD,
.icon-flag.icon-flag-bd {
    background-image: url(../Content/Images/FlagIcons/BD.svg);
}

.icon-flag.icon-flag-BE,
.icon-flag.icon-flag-be {
    background-image: url(../Content/Images/FlagIcons/BE.svg);
}

.icon-flag.icon-flag-BF,
.icon-flag.icon-flag-bf {
    background-image: url(../Content/Images/FlagIcons/BF.svg);
}

.icon-flag.icon-flag-bulgaria,
.icon-flag.icon-flag-BG,
.icon-flag.icon-flag-bg {
    background-image: url(../Content/Images/FlagIcons/BG.svg);
}

.icon-flag.icon-flag-BH,
.icon-flag.icon-flag-bh {
    background-image: url(../Content/Images/FlagIcons/BH.svg);
}

.icon-flag.icon-flag-BI,
.icon-flag.icon-flag-bi {
    background-image: url(../Content/Images/FlagIcons/BI.svg);
}

.icon-flag.icon-flag-BJ,
.icon-flag.icon-flag-bj {
    background-image: url(../Content/Images/FlagIcons/BJ.svg);
}

.icon-flag.icon-flag-BL,
.icon-flag.icon-flag-bl {
    background-image: url(../Content/Images/FlagIcons/BL.svg);
}

.icon-flag.icon-flag-BM,
.icon-flag.icon-flag-bm {
    background-image: url(../Content/Images/FlagIcons/BM.svg);
}

.icon-flag.icon-flag-BN,
.icon-flag.icon-flag-bn {
    background-image: url(../Content/Images/FlagIcons/BN.svg);
}

.icon-flag.icon-flag-BO,
.icon-flag.icon-flag-bo {
    background-image: url(../Content/Images/FlagIcons/BO.svg);
}

.icon-flag.icon-flag-BQ,
.icon-flag.icon-flag-bq {
    background-image: url(../Content/Images/FlagIcons/BQ.svg);
}

.icon-flag.icon-flag-BR,
.icon-flag.icon-flag-br {
    background-image: url(../Content/Images/FlagIcons/BR.svg);
}

.icon-flag.icon-flag-BS,
.icon-flag.icon-flag-bs {
    background-image: url(../Content/Images/FlagIcons/BS.svg);
}

.icon-flag.icon-flag-BT,
.icon-flag.icon-flag-bt {
    background-image: url(../Content/Images/FlagIcons/BT.svg);
}

.icon-flag.icon-flag-BV,
.icon-flag.icon-flag-bv {
    background-image: url(../Content/Images/FlagIcons/BV.svg);
}

.icon-flag.icon-flag-BW,
.icon-flag.icon-flag-bw {
    background-image: url(../Content/Images/FlagIcons/BW.svg);
}

.icon-flag.icon-flag-belarus,
.icon-flag.icon-flag-BY,
.icon-flag.icon-flag-by {
    background-image: url(../Content/Images/FlagIcons/BY.svg);
}

.icon-flag.icon-flag-BZ,
.icon-flag.icon-flag-bz {
    background-image: url(../Content/Images/FlagIcons/BZ.svg);
}

.icon-flag.icon-flag-CA,
.icon-flag.icon-flag-ca {
    background-image: url(../Content/Images/FlagIcons/CA.svg);
}

.icon-flag.icon-flag-CD,
.icon-flag.icon-flag-cd {
    background-image: url(../Content/Images/FlagIcons/CD.svg);
}

.icon-flag.icon-flag-CF,
.icon-flag.icon-flag-cf {
    background-image: url(../Content/Images/FlagIcons/CF.svg);
}

.icon-flag.icon-flag-CG,
.icon-flag.icon-flag-cg {
    background-image: url(../Content/Images/FlagIcons/CG.svg);
}

.icon-flag.icon-flag-CH,
.icon-flag.icon-flag-ch {
    background-image: url(../Content/Images/FlagIcons/CH.svg);
}

.icon-flag.icon-flag-CK,
.icon-flag.icon-flag-ck {
    background-image: url(../Content/Images/FlagIcons/CK.svg);
}

.icon-flag.icon-flag-CL,
.icon-flag.icon-flag-cl {
    background-image: url(../Content/Images/FlagIcons/CL.svg);
}

.icon-flag.icon-flag-CM,
.icon-flag.icon-flag-cm {
    background-image: url(../Content/Images/FlagIcons/CM.svg);
}

.icon-flag.icon-flag-china,
.icon-flag.icon-flag-CN,
.icon-flag.icon-flag-cn {
    background-image: url(../Content/Images/FlagIcons/CN.svg);
}

.icon-flag.icon-flag-CO,
.icon-flag.icon-flag-co {
    background-image: url(../Content/Images/FlagIcons/CO.svg);
}

.icon-flag.icon-flag-CR,
.icon-flag.icon-flag-cr {
    background-image: url(../Content/Images/FlagIcons/CR.svg);
}

.icon-flag.icon-flag-cuba,
.icon-flag.icon-flag-CU,
.icon-flag.icon-flag-cu {
    background-image: url(../Content/Images/FlagIcons/CU.svg);
}

.icon-flag.icon-flag-CV,
.icon-flag.icon-flag-cv {
    background-image: url(../Content/Images/FlagIcons/CV.svg);
}

.icon-flag.icon-flag-CW,
.icon-flag.icon-flag-cw {
    background-image: url(../Content/Images/FlagIcons/CW.svg);
}

.icon-flag.icon-flag-CX,
.icon-flag.icon-flag-cx {
    background-image: url(../Content/Images/FlagIcons/CX.svg);
}

.icon-flag.icon-flag-cyprus,
.icon-flag.icon-flag-CY,
.icon-flag.icon-flag-cy {
    background-image: url(../Content/Images/FlagIcons/CY.svg);
}

.icon-flag.icon-flag-CZ,
.icon-flag.icon-flag-cz {
    background-image: url(../Content/Images/FlagIcons/CZ.svg);
}

.icon-flag.icon-flag-DE,
.icon-flag.icon-flag-de {
    background-image: url(../Content/Images/FlagIcons/DE.svg);
}

.icon-flag.icon-flag-DJ,
.icon-flag.icon-flag-dj {
    background-image: url(../Content/Images/FlagIcons/DJ.svg);
}

.icon-flag.icon-flag-DK,
.icon-flag.icon-flag-dk {
    background-image: url(../Content/Images/FlagIcons/DK.svg);
}

.icon-flag.icon-flag-DM,
.icon-flag.icon-flag-dm {
    background-image: url(../Content/Images/FlagIcons/DM.svg);
}

.icon-flag.icon-flag-dominicana,
.icon-flag.icon-flag-DO,
.icon-flag.icon-flag-do {
    background-image: url(../Content/Images/FlagIcons/DO.svg);
}

.icon-flag.icon-flag-DZ,
.icon-flag.icon-flag-dz {
    background-image: url(../Content/Images/FlagIcons/DZ.svg);
}

.icon-flag.icon-flag-EC,
.icon-flag.icon-flag-ec {
    background-image: url(../Content/Images/FlagIcons/EC.svg);
}

.icon-flag.icon-flag-EE,
.icon-flag.icon-flag-ee {
    background-image: url(../Content/Images/FlagIcons/EE.svg);
}

.icon-flag.icon-flag-egypt,
.icon-flag.icon-flag-EG,
.icon-flag.icon-flag-eg {
    background-image: url(../Content/Images/FlagIcons/EG.svg);
}

.icon-flag.icon-flag-ER,
.icon-flag.icon-flag-er {
    background-image: url(../Content/Images/FlagIcons/ER.svg);
}

.icon-flag.icon-flag-spain,
.icon-flag.icon-flag-ES,
.icon-flag.icon-flag-es {
    background-image: url(../Content/Images/FlagIcons/ES.svg);
}

.icon-flag.icon-flag-ET,
.icon-flag.icon-flag-et {
    background-image: url(../Content/Images/FlagIcons/ET.svg);
}

.icon-flag.icon-flag-FI,
.icon-flag.icon-flag-fi {
    background-image: url(../Content/Images/FlagIcons/FI.svg);
}

.icon-flag.icon-flag-FJ,
.icon-flag.icon-flag-fj {
    background-image: url(../Content/Images/FlagIcons/FJ.svg);
}

.icon-flag.icon-flag-FK,
.icon-flag.icon-flag-fk {
    background-image: url(../Content/Images/FlagIcons/FK.svg);
}

.icon-flag.icon-flag-Flag,
.icon-flag.icon-flag-flag {
    background-image: url(../Content/Images/FlagIcons/Flag.svg);
}

.icon-flag.icon-flag-FM,
.icon-flag.icon-flag-fm {
    background-image: url(../Content/Images/FlagIcons/FM.svg);
}

.icon-flag.icon-flag-FO,
.icon-flag.icon-flag-fo {
    background-image: url(../Content/Images/FlagIcons/FO.svg);
}

.icon-flag.icon-flag-FR,
.icon-flag.icon-flag-fr {
    background-image: url(../Content/Images/FlagIcons/FR.svg);
}

.icon-flag.icon-flag-GA,
.icon-flag.icon-flag-ga {
    background-image: url(../Content/Images/FlagIcons/GA.svg);
}

.icon-flag.icon-flag-GB,
.icon-flag.icon-flag-gb {
    background-image: url(../Content/Images/FlagIcons/GB.svg);
}

.icon-flag.icon-flag-GD,
.icon-flag.icon-flag-gd {
    background-image: url(../Content/Images/FlagIcons/GD.svg);
}

.icon-flag.icon-flag-georgia,
.icon-flag.icon-flag-GE,
.icon-flag.icon-flag-ge {
    background-image: url(../Content/Images/FlagIcons/GE.svg);
}

.icon-flag.icon-flag-GF,
.icon-flag.icon-flag-gf {
    background-image: url(../Content/Images/FlagIcons/GF.svg);
}

.icon-flag.icon-flag-GG,
.icon-flag.icon-flag-gg {
    background-image: url(../Content/Images/FlagIcons/GG.svg);
}

.icon-flag.icon-flag-GH,
.icon-flag.icon-flag-gh {
    background-image: url(../Content/Images/FlagIcons/GH.svg);
}

.icon-flag.icon-flag-GI,
.icon-flag.icon-flag-gi {
    background-image: url(../Content/Images/FlagIcons/GI.svg);
}

.icon-flag.icon-flag-GL,
.icon-flag.icon-flag-gl {
    background-image: url(../Content/Images/FlagIcons/GL.svg);
}

.icon-flag.icon-flag-GM,
.icon-flag.icon-flag-gm {
    background-image: url(../Content/Images/FlagIcons/GM.svg);
}

.icon-flag.icon-flag-GN,
.icon-flag.icon-flag-gn {
    background-image: url(../Content/Images/FlagIcons/GN.svg);
}

.icon-flag.icon-flag-GP,
.icon-flag.icon-flag-gp {
    background-image: url(../Content/Images/FlagIcons/GP.svg);
}

.icon-flag.icon-flag-GQ,
.icon-flag.icon-flag-gq {
    background-image: url(../Content/Images/FlagIcons/GQ.svg);
}

.icon-flag.icon-flag-greece,
.icon-flag.icon-flag-GR,
.icon-flag.icon-flag-gr {
    background-image: url(../Content/Images/FlagIcons/GR.svg);
}

.icon-flag.icon-flag-GS,
.icon-flag.icon-flag-gs {
    background-image: url(../Content/Images/FlagIcons/GS.svg);
}

.icon-flag.icon-flag-GT,
.icon-flag.icon-flag-gt {
    background-image: url(../Content/Images/FlagIcons/GT.svg);
}

.icon-flag.icon-flag-GU,
.icon-flag.icon-flag-gu {
    background-image: url(../Content/Images/FlagIcons/GU.svg);
}

.icon-flag.icon-flag-GW,
.icon-flag.icon-flag-gw {
    background-image: url(../Content/Images/FlagIcons/GW.svg);
}

.icon-flag.icon-flag-GY,
.icon-flag.icon-flag-gy {
    background-image: url(../Content/Images/FlagIcons/GY.svg);
}

.icon-flag.icon-flag-HK,
.icon-flag.icon-flag-hk {
    background-image: url(../Content/Images/FlagIcons/HK.svg);
}

.icon-flag.icon-flag-HN,
.icon-flag.icon-flag-hn {
    background-image: url(../Content/Images/FlagIcons/HN.svg);
}

.icon-flag.icon-flag-croatia,
.icon-flag.icon-flag-HR,
.icon-flag.icon-flag-hr {
    background-image: url(../Content/Images/FlagIcons/HR.svg);
}

.icon-flag.icon-flag-HT,
.icon-flag.icon-flag-ht {
    background-image: url(../Content/Images/FlagIcons/HT.svg);
}

.icon-flag.icon-flag-HU,
.icon-flag.icon-flag-hu {
    background-image: url(../Content/Images/FlagIcons/HU.svg);
}

.icon-flag.icon-flag-indonesia,
.icon-flag.icon-flag-ID,
.icon-flag.icon-flag-id {
    background-image: url(../Content/Images/FlagIcons/ID.svg);
}

.icon-flag.icon-flag-IE,
.icon-flag.icon-flag-ie {
    background-image: url(../Content/Images/FlagIcons/IE.svg);
}

.icon-flag.icon-flag-israel,
.icon-flag.icon-flag-IL,
.icon-flag.icon-flag-il {
    background-image: url(../Content/Images/FlagIcons/IL.svg);
}

.icon-flag.icon-flag-IM,
.icon-flag.icon-flag-im {
    background-image: url(../Content/Images/FlagIcons/IM.svg);
}

.icon-flag.icon-flag-india,
.icon-flag.icon-flag-IN,
.icon-flag.icon-flag-in {
    background-image: url(../Content/Images/FlagIcons/IN.svg);
}

.icon-flag.icon-flag-IO,
.icon-flag.icon-flag-io {
    background-image: url(../Content/Images/FlagIcons/IO.svg);
}

.icon-flag.icon-flag-IQ,
.icon-flag.icon-flag-iq {
    background-image: url(../Content/Images/FlagIcons/IQ.svg);
}

.icon-flag.icon-flag-IR,
.icon-flag.icon-flag-ir {
    background-image: url(../Content/Images/FlagIcons/IR.svg);
}

.icon-flag.icon-flag-IS,
.icon-flag.icon-flag-is {
    background-image: url(../Content/Images/FlagIcons/IS.svg);
}

.icon-flag.icon-flag-italy,
.icon-flag.icon-flag-IT,
.icon-flag.icon-flag-it {
    background-image: url(../Content/Images/FlagIcons/IT.svg);
}

.icon-flag.icon-flag-JE,
.icon-flag.icon-flag-je {
    background-image: url(../Content/Images/FlagIcons/JE.svg);
}

.icon-flag.icon-flag-jamaica,
.icon-flag.icon-flag-JM,
.icon-flag.icon-flag-jm {
    background-image: url(../Content/Images/FlagIcons/JM.svg);
}

.icon-flag.icon-flag-jordan,
.icon-flag.icon-flag-JO,
.icon-flag.icon-flag-jo {
    background-image: url(../Content/Images/FlagIcons/JO.svg);
}

.icon-flag.icon-flag-JP,
.icon-flag.icon-flag-jp {
    background-image: url(../Content/Images/FlagIcons/JP.svg);
}

.icon-flag.icon-flag-KE,
.icon-flag.icon-flag-ke {
    background-image: url(../Content/Images/FlagIcons/KE.svg);
}

.icon-flag.icon-flag-kyrgyzstan,
.icon-flag.icon-flag-KG,
.icon-flag.icon-flag-kg {
    background-image: url(../Content/Images/FlagIcons/KG.svg);
}

.icon-flag.icon-flag-KH,
.icon-flag.icon-flag-kh {
    background-image: url(../Content/Images/FlagIcons/KH.svg);
}

.icon-flag.icon-flag-KI,
.icon-flag.icon-flag-ki {
    background-image: url(../Content/Images/FlagIcons/KI.svg);
}

.icon-flag.icon-flag-KM,
.icon-flag.icon-flag-km {
    background-image: url(../Content/Images/FlagIcons/KM.svg);
}

.icon-flag.icon-flag-KN,
.icon-flag.icon-flag-kn {
    background-image: url(../Content/Images/FlagIcons/KN.svg);
}

.icon-flag.icon-flag-KP,
.icon-flag.icon-flag-kp {
    background-image: url(../Content/Images/FlagIcons/KP.svg);
}

.icon-flag.icon-flag-KR,
.icon-flag.icon-flag-kr {
    background-image: url(../Content/Images/FlagIcons/KR.svg);
}

.icon-flag.icon-flag-KW,
.icon-flag.icon-flag-kw {
    background-image: url(../Content/Images/FlagIcons/KW.svg);
}

.icon-flag.icon-flag-KY,
.icon-flag.icon-flag-ky {
    background-image: url(../Content/Images/FlagIcons/KY.svg);
}

.icon-flag.icon-flag-kazakhstan,
.icon-flag.icon-flag-KZ,
.icon-flag.icon-flag-kz {
    background-image: url(../Content/Images/FlagIcons/KZ.svg);
}

.icon-flag.icon-flag-LA,
.icon-flag.icon-flag-la {
    background-image: url(../Content/Images/FlagIcons/LA.svg);
}

.icon-flag.icon-flag-LB,
.icon-flag.icon-flag-lb {
    background-image: url(../Content/Images/FlagIcons/LB.svg);
}

.icon-flag.icon-flag-LC,
.icon-flag.icon-flag-lc {
    background-image: url(../Content/Images/FlagIcons/LC.svg);
}

.icon-flag.icon-flag-LI,
.icon-flag.icon-flag-li {
    background-image: url(../Content/Images/FlagIcons/LI.svg);
}

.icon-flag.icon-flag-sri-lanka,
.icon-flag.icon-flag-srilanka,
.icon-flag.icon-flag-LK,
.icon-flag.icon-flag-lk {
    background-image: url(../Content/Images/FlagIcons/LK.svg);
}

.icon-flag.icon-flag-LR,
.icon-flag.icon-flag-lr {
    background-image: url(../Content/Images/FlagIcons/LR.svg);
}

.icon-flag.icon-flag-LS,
.icon-flag.icon-flag-ls {
    background-image: url(../Content/Images/FlagIcons/LS.svg);
}

.icon-flag.icon-flag-LT,
.icon-flag.icon-flag-lt {
    background-image: url(../Content/Images/FlagIcons/LT.svg);
}

.icon-flag.icon-flag-LU,
.icon-flag.icon-flag-lu {
    background-image: url(../Content/Images/FlagIcons/LU.svg);
}

.icon-flag.icon-flag-LV,
.icon-flag.icon-flag-lv {
    background-image: url(../Content/Images/FlagIcons/LV.svg);
}

.icon-flag.icon-flag-LY,
.icon-flag.icon-flag-ly {
    background-image: url(../Content/Images/FlagIcons/LY.svg);
}

.icon-flag.icon-flag-morocco,
.icon-flag.icon-flag-MA,
.icon-flag.icon-flag-ma {
    background-image: url(../Content/Images/FlagIcons/MA.svg);
}

.icon-flag.icon-flag-MC,
.icon-flag.icon-flag-mc {
    background-image: url(../Content/Images/FlagIcons/MC.svg);
}

.icon-flag.icon-flag-MD,
.icon-flag.icon-flag-md {
    background-image: url(../Content/Images/FlagIcons/MD.svg);
}

.icon-flag.icon-flag-ME,
.icon-flag.icon-flag-me {
    background-image: url(../Content/Images/FlagIcons/ME.svg);
}

.icon-flag.icon-flag-MF,
.icon-flag.icon-flag-mf {
    background-image: url(../Content/Images/FlagIcons/MF.svg);
}

.icon-flag.icon-flag-MG,
.icon-flag.icon-flag-mg {
    background-image: url(../Content/Images/FlagIcons/MG.svg);
}

.icon-flag.icon-flag-MH,
.icon-flag.icon-flag-mh {
    background-image: url(../Content/Images/FlagIcons/MH.svg);
}

.icon-flag.icon-flag-macedonia,
.icon-flag.icon-flag-MK,
.icon-flag.icon-flag-mk {
    background-image: url(../Content/Images/FlagIcons/MK.svg);
}

.icon-flag.icon-flag-ML,
.icon-flag.icon-flag-ml {
    background-image: url(../Content/Images/FlagIcons/ML.svg);
}

.icon-flag.icon-flag-MM,
.icon-flag.icon-flag-mm {
    background-image: url(../Content/Images/FlagIcons/MM.svg);
}

.icon-flag.icon-flag-MN,
.icon-flag.icon-flag-mn {
    background-image: url(../Content/Images/FlagIcons/MN.svg);
}

.icon-flag.icon-flag-MO,
.icon-flag.icon-flag-mo {
    background-image: url(../Content/Images/FlagIcons/MO.svg);
}

.icon-flag.icon-flag-MP,
.icon-flag.icon-flag-mp {
    background-image: url(../Content/Images/FlagIcons/MP.svg);
}

.icon-flag.icon-flag-MQ,
.icon-flag.icon-flag-mq {
    background-image: url(../Content/Images/FlagIcons/MQ.svg);
}

.icon-flag.icon-flag-MR,
.icon-flag.icon-flag-mr {
    background-image: url(../Content/Images/FlagIcons/MR.svg);
}

.icon-flag.icon-flag-MS,
.icon-flag.icon-flag-ms {
    background-image: url(../Content/Images/FlagIcons/MS.svg);
}

.icon-flag.icon-flag-MT,
.icon-flag.icon-flag-mt {
    background-image: url(../Content/Images/FlagIcons/MT.svg);
}

.icon-flag.icon-flag-mauritius,
.icon-flag.icon-flag-MU,
.icon-flag.icon-flag-mu {
    background-image: url(../Content/Images/FlagIcons/MU.svg);
}

.icon-flag.icon-flag-maldives,
.icon-flag.icon-flag-MV,
.icon-flag.icon-flag-mv {
    background-image: url(../Content/Images/FlagIcons/MV.svg);
}

.icon-flag.icon-flag-MW,
.icon-flag.icon-flag-mw {
    background-image: url(../Content/Images/FlagIcons/MW.svg);
}

.icon-flag.icon-flag-mexico,
.icon-flag.icon-flag-MX,
.icon-flag.icon-flag-mx {
    background-image: url(../Content/Images/FlagIcons/MX.svg);
}

.icon-flag.icon-flag-MY,
.icon-flag.icon-flag-my {
    background-image: url(../Content/Images/FlagIcons/MY.svg);
}

.icon-flag.icon-flag-MZ,
.icon-flag.icon-flag-mz {
    background-image: url(../Content/Images/FlagIcons/MZ.svg);
}

.icon-flag.icon-flag-NA,
.icon-flag.icon-flag-na {
    background-image: url(../Content/Images/FlagIcons/NA.svg);
}

.icon-flag.icon-flag-NC,
.icon-flag.icon-flag-nc {
    background-image: url(../Content/Images/FlagIcons/NC.svg);
}

.icon-flag.icon-flag-NE,
.icon-flag.icon-flag-ne {
    background-image: url(../Content/Images/FlagIcons/NE.svg);
}

.icon-flag.icon-flag-NF,
.icon-flag.icon-flag-nf {
    background-image: url(../Content/Images/FlagIcons/NF.svg);
}

.icon-flag.icon-flag-NG,
.icon-flag.icon-flag-ng {
    background-image: url(../Content/Images/FlagIcons/NG.svg);
}

.icon-flag.icon-flag-NI,
.icon-flag.icon-flag-ni {
    background-image: url(../Content/Images/FlagIcons/NI.svg);
}

.icon-flag.icon-flag-NL,
.icon-flag.icon-flag-nl {
    background-image: url(../Content/Images/FlagIcons/NL.svg);
}

.icon-flag.icon-flag-NO,
.icon-flag.icon-flag-no {
    background-image: url(../Content/Images/FlagIcons/NO.svg);
}

.icon-flag.icon-flag-NP,
.icon-flag.icon-flag-np {
    background-image: url(../Content/Images/FlagIcons/NP.svg);
}

.icon-flag.icon-flag-NR,
.icon-flag.icon-flag-nr {
    background-image: url(../Content/Images/FlagIcons/NR.svg);
}

.icon-flag.icon-flag-NU,
.icon-flag.icon-flag-nu {
    background-image: url(../Content/Images/FlagIcons/NU.svg);
}

.icon-flag.icon-flag-NZ,
.icon-flag.icon-flag-nz {
    background-image: url(../Content/Images/FlagIcons/NZ.svg);
}

.icon-flag.icon-flag-oman,
.icon-flag.icon-flag-OM,
.icon-flag.icon-flag-om {
    background-image: url(../Content/Images/FlagIcons/OM.svg);
}

.icon-flag.icon-flag-PA,
.icon-flag.icon-flag-pa {
    background-image: url(../Content/Images/FlagIcons/PA.svg);
}

.icon-flag.icon-flag-PE,
.icon-flag.icon-flag-pe {
    background-image: url(../Content/Images/FlagIcons/PE.svg);
}

.icon-flag.icon-flag-PF,
.icon-flag.icon-flag-pf {
    background-image: url(../Content/Images/FlagIcons/PF.svg);
}

.icon-flag.icon-flag-PG,
.icon-flag.icon-flag-pg {
    background-image: url(../Content/Images/FlagIcons/PG.svg);
}

.icon-flag.icon-flag-PH,
.icon-flag.icon-flag-ph {
    background-image: url(../Content/Images/FlagIcons/PH.svg);
}

.icon-flag.icon-flag-PK,
.icon-flag.icon-flag-pk {
    background-image: url(../Content/Images/FlagIcons/PK.svg);
}

.icon-flag.icon-flag-PL,
.icon-flag.icon-flag-pl {
    background-image: url(../Content/Images/FlagIcons/PL.svg);
}

.icon-flag.icon-flag-PM,
.icon-flag.icon-flag-pm {
    background-image: url(../Content/Images/FlagIcons/PM.svg);
}

.icon-flag.icon-flag-PR,
.icon-flag.icon-flag-pr {
    background-image: url(../Content/Images/FlagIcons/PR.svg);
}

.icon-flag.icon-flag-PS,
.icon-flag.icon-flag-ps {
    background-image: url(../Content/Images/FlagIcons/PS.svg);
}

.icon-flag.icon-flag-PT,
.icon-flag.icon-flag-pt {
    background-image: url(../Content/Images/FlagIcons/PT.svg);
}

.icon-flag.icon-flag-PW,
.icon-flag.icon-flag-pw {
    background-image: url(../Content/Images/FlagIcons/PW.svg);
}

.icon-flag.icon-flag-PY,
.icon-flag.icon-flag-py {
    background-image: url(../Content/Images/FlagIcons/PY.svg);
}

.icon-flag.icon-flag-QA,
.icon-flag.icon-flag-qa {
    background-image: url(../Content/Images/FlagIcons/QA.svg);
}

.icon-flag.icon-flag-RO,
.icon-flag.icon-flag-ro {
    background-image: url(../Content/Images/FlagIcons/RO.svg);
}

.icon-flag.icon-flag-serbia,
.icon-flag.icon-flag-RS,
.icon-flag.icon-flag-rs {
    background-image: url(../Content/Images/FlagIcons/RS.svg);
}

.icon-flag.icon-flag-russia,
.icon-flag.icon-flag-RU,
.icon-flag.icon-flag-ru {
    background-image: url(../Content/Images/FlagIcons/RU.svg);
}

.icon-flag.icon-flag-RW,
.icon-flag.icon-flag-rw {
    background-image: url(../Content/Images/FlagIcons/RW.svg);
}

.icon-flag.icon-flag-SA,
.icon-flag.icon-flag-sa {
    background-image: url(../Content/Images/FlagIcons/SA.svg);
}

.icon-flag.icon-flag-SB,
.icon-flag.icon-flag-sb {
    background-image: url(../Content/Images/FlagIcons/SB.svg);
}

.icon-flag.icon-flag-seychelles,
.icon-flag.icon-flag-SC,
.icon-flag.icon-flag-sc {
    background-image: url(../Content/Images/FlagIcons/SC.svg);
}

.icon-flag.icon-flag-SD,
.icon-flag.icon-flag-sd {
    background-image: url(../Content/Images/FlagIcons/SD.svg);
}

.icon-flag.icon-flag-SE,
.icon-flag.icon-flag-se {
    background-image: url(../Content/Images/FlagIcons/SE.svg);
}

.icon-flag.icon-flag-SG,
.icon-flag.icon-flag-sg {
    background-image: url(../Content/Images/FlagIcons/SG.svg);
}

.icon-flag.icon-flag-SH,
.icon-flag.icon-flag-sh {
    background-image: url(../Content/Images/FlagIcons/SH.svg);
}

.icon-flag.icon-flag-SI,
.icon-flag.icon-flag-si {
    background-image: url(../Content/Images/FlagIcons/SI.svg);
}

.icon-flag.icon-flag-SJ,
.icon-flag.icon-flag-sj {
    background-image: url(../Content/Images/FlagIcons/SJ.svg);
}

.icon-flag.icon-flag-SK,
.icon-flag.icon-flag-sk {
    background-image: url(../Content/Images/FlagIcons/SK.svg);
}

.icon-flag.icon-flag-SL,
.icon-flag.icon-flag-sl {
    background-image: url(../Content/Images/FlagIcons/SL.svg);
}

.icon-flag.icon-flag-SM,
.icon-flag.icon-flag-sm {
    background-image: url(../Content/Images/FlagIcons/SM.svg);
}

.icon-flag.icon-flag-SN,
.icon-flag.icon-flag-sn {
    background-image: url(../Content/Images/FlagIcons/SN.svg);
}

.icon-flag.icon-flag-SO,
.icon-flag.icon-flag-so {
    background-image: url(../Content/Images/FlagIcons/SO.svg);
}

.icon-flag.icon-flag-SR,
.icon-flag.icon-flag-sr {
    background-image: url(../Content/Images/FlagIcons/SR.svg);
}

.icon-flag.icon-flag-SS,
.icon-flag.icon-flag-ss {
    background-image: url(../Content/Images/FlagIcons/SS.svg);
}

.icon-flag.icon-flag-ST,
.icon-flag.icon-flag-st {
    background-image: url(../Content/Images/FlagIcons/ST.svg);
}

.icon-flag.icon-flag-SV,
.icon-flag.icon-flag-sv {
    background-image: url(../Content/Images/FlagIcons/SV.svg);
}

.icon-flag.icon-flag-SX,
.icon-flag.icon-flag-sx {
    background-image: url(../Content/Images/FlagIcons/SX.svg);
}

.icon-flag.icon-flag-SY,
.icon-flag.icon-flag-sy {
    background-image: url(../Content/Images/FlagIcons/SY.svg);
}

.icon-flag.icon-flag-TC,
.icon-flag.icon-flag-tc {
    background-image: url(../Content/Images/FlagIcons/TC.svg);
}

.icon-flag.icon-flag-TD,
.icon-flag.icon-flag-td {
    background-image: url(../Content/Images/FlagIcons/TD.svg);
}

.icon-flag.icon-flag-TG,
.icon-flag.icon-flag-tg {
    background-image: url(../Content/Images/FlagIcons/TG.svg);
}

.icon-flag.icon-flag-thailand,
.icon-flag.icon-flag-TH,
.icon-flag.icon-flag-th {
    background-image: url(../Content/Images/FlagIcons/TH.svg);
}

.icon-flag.icon-flag-TJ,
.icon-flag.icon-flag-tj {
    background-image: url(../Content/Images/FlagIcons/TJ.svg);
}

.icon-flag.icon-flag-TK,
.icon-flag.icon-flag-tk {
    background-image: url(../Content/Images/FlagIcons/TK.svg);
}

.icon-flag.icon-flag-TL,
.icon-flag.icon-flag-tl {
    background-image: url(../Content/Images/FlagIcons/TL.svg);
}

.icon-flag.icon-flag-TM,
.icon-flag.icon-flag-tm {
    background-image: url(../Content/Images/FlagIcons/TM.svg);
}

.icon-flag.icon-flag-tunisia,
.icon-flag.icon-flag-TN,
.icon-flag.icon-flag-tn {
    background-image: url(../Content/Images/FlagIcons/TN.svg);
}

.icon-flag.icon-flag-TO,
.icon-flag.icon-flag-to {
    background-image: url(../Content/Images/FlagIcons/TO.svg);
}

.icon-flag.icon-flag-turkey,
.icon-flag.icon-flag-TR,
.icon-flag.icon-flag-tr {
    background-image: url(../Content/Images/FlagIcons/TR.svg);
}

.icon-flag.icon-flag-TT,
.icon-flag.icon-flag-tt {
    background-image: url(../Content/Images/FlagIcons/TT.svg);
}

.icon-flag.icon-flag-TV,
.icon-flag.icon-flag-tv {
    background-image: url(../Content/Images/FlagIcons/TV.svg);
}

.icon-flag.icon-flag-TW,
.icon-flag.icon-flag-tw {
    background-image: url(../Content/Images/FlagIcons/TW.svg);
}

.icon-flag.icon-flag-tanzania,
.icon-flag.icon-flag-TZ,
.icon-flag.icon-flag-tz {
    background-image: url(../Content/Images/FlagIcons/TZ.svg);
}

.icon-flag.icon-flag-UA,
.icon-flag.icon-flag-ua {
    background-image: url(../Content/Images/FlagIcons/UA.svg);
}

.icon-flag.icon-flag-UG,
.icon-flag.icon-flag-ug {
    background-image: url(../Content/Images/FlagIcons/UG.svg);
}

.icon-flag.icon-flag-UM,
.icon-flag.icon-flag-um {
    background-image: url(../Content/Images/FlagIcons/UM.svg);
}

.icon-flag.icon-flag-US,
.icon-flag.icon-flag-us {
    background-image: url(../Content/Images/FlagIcons/US.svg);
}

.icon-flag.icon-flag-UY,
.icon-flag.icon-flag-uy {
    background-image: url(../Content/Images/FlagIcons/UY.svg);
}

.icon-flag.icon-flag-uzbekistan,
.icon-flag.icon-flag-UZ,
.icon-flag.icon-flag-uz {
    background-image: url(../Content/Images/FlagIcons/UZ.svg);
}

.icon-flag.icon-flag-VC,
.icon-flag.icon-flag-vc {
    background-image: url(../Content/Images/FlagIcons/VC.svg);
}

.icon-flag.icon-flag-venezuela,
.icon-flag.icon-flag-VE,
.icon-flag.icon-flag-ve {
    background-image: url(../Content/Images/FlagIcons/VE.svg);
}

.icon-flag.icon-flag-VG,
.icon-flag.icon-flag-vg {
    background-image: url(../Content/Images/FlagIcons/VG.svg);
}

.icon-flag.icon-flag-VI,
.icon-flag.icon-flag-vi {
    background-image: url(../Content/Images/FlagIcons/VI.svg);
}

.icon-flag.icon-flag-vietnam,
.icon-flag.icon-flag-VN,
.icon-flag.icon-flag-vn {
    background-image: url(../Content/Images/FlagIcons/VN.svg);
}

.icon-flag.icon-flag-VU,
.icon-flag.icon-flag-vu {
    background-image: url(../Content/Images/FlagIcons/VU.svg);
}

.icon-flag.icon-flag-WF,
.icon-flag.icon-flag-wf {
    background-image: url(../Content/Images/FlagIcons/WF.svg);
}

.icon-flag.icon-flag-WS,
.icon-flag.icon-flag-ws {
    background-image: url(../Content/Images/FlagIcons/WS.svg);
}

.icon-flag.icon-flag-YE,
.icon-flag.icon-flag-ye {
    background-image: url(../Content/Images/FlagIcons/YE.svg);
}

.icon-flag.icon-flag-YT,
.icon-flag.icon-flag-yt {
    background-image: url(../Content/Images/FlagIcons/YT.svg);
}

.icon-flag.icon-flag-ZA,
.icon-flag.icon-flag-za {
    background-image: url(../Content/Images/FlagIcons/ZA.svg);
}

.icon-flag.icon-flag-ZM,
.icon-flag.icon-flag-zm {
    background-image: url(../Content/Images/FlagIcons/ZM.svg);
}

.icon-flag.icon-flag-ZW,
.icon-flag.icon-flag-zw {
    background-image: url(../Content/Images/FlagIcons/ZW.svg);
}

@font-face {
    font-family: 'Roboto';
    src: url('/Content/Fonts/roboto/Roboto-Regular.ttf') format("truetype");
}

@font-face {
    font-family: 'Roboto Flex';
    src: url('/Content/Fonts/roboto-flex/RobotoFlex-VariableFont_GRAD,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.ttf') format("truetype"),
    url('/Content/Fonts/roboto-flex/static/RobotoFlex-Regular.ttf') format("truetype");
}

@font-face {
    font-family: 'Montserrat';
    src: url('/Content/Fonts/montserrat/Montserrat-VariableFont_wght.ttf') format("truetype");
}

@font-face {
    font-face: "Open Sans";
    src: url("/Content/Fonts/open-sans/OpenSans-VariableFont_wdth,wght.ttf") format("truetype"), 
    url("/Content/Fonts/open-sans/static/OpenSans-Regular.ttf") format("truetype"), 
    url("/Content/Fonts/open-sans/static/OpenSans-SemiBold.ttf") format("truetype")
}
.sprites {
    background: url("/Content/Images/Sprites.png?v1006") no-repeat;
    display: inline-block;
    float: left;
}

.sprites.edit {
    width: 20px;
    height: 20px;
    background-position: -40px -139px;
}

.sprites.warning {
    width: 20px;
    height: 20px;
    background-position: -20px -20px;
}

.sprites.warning_red {
    width: 20px;
    height: 20px;
    background-position: 0 -20px;
}

.legend .sprites,
.sprites.HotelAttribute {
    width: 20px !important;
    height: 20px !important;
}

.sprites.BookingPaymentStatus-Partially {
    background-position: -160px -60px;
}

.sprites.BookingPaymentStatus-Paid {
    background-position: -140px -60px;
}

.sprites.BookingStatus-Request {
    background-position: -180px -60px;
}

.sprites.BookingStatus-AvailableForPayment {
    background-position: -260px -220px;
}

.sprites.BookingStatus-Confirmed {
    background-position: -241px -220px;
    background-color: #72A076;
}

.sprites.BookingStatus-Cancelled {
    background-position: -180px -20px;
}

.sprites.BookingStatus-Rejected {
    background-position: -160px -40px;
}

.sprites.AgencyUser {
    background-position: -140px -20px;
}

.sprites.Agency {
    background-position: -160px -21px
}

.sprites.Bonuses-Employee {
    background-position: -140px -20px;
}

.sprites.Bonuses-Agency {
    background-position: -160px -21px
}

.sprites.instant-confirmation {
    background-position: -60px -83px;
}

.sprites.stop-sale {
    background-position: -84px -83px;
}

.sprites.early-booking {
    background-position: -80px -40px;
}

.sprites.package-details {
    background-position: -280px -160px;
}

.sprites.price-dynamic {
    background-position: -79px -20px;
}

.sprites.outgoing-flight.many-seats {
    background-position: -300px -2px;
}

.sprites.return-flight.no-seats {
    background-position: -60px -1px;
}

.sprites.outgoing-flight.no-seats {
    background-position: -40px -1px;
}

.sprites.outgoing-flight.few-seats {
    background-position: -100px -181px;
}

.sprites.outgoing-flight.request {
    background-position: -80px -1px;
}

.sprites.asterisk {
    background-position: -68px -234px;
}

.sprites.HotelAttribute.RCM {
    background-position: -40px -20px;
}

.sprites.HotelAttribute.BEST {
    background-position: -60px -20px;
}

.sprites.HotelAttribute.EXCLUSIVE {
    background-position: -100px -20px;
}

.sprites.asterisk {
    width: 9px;
    height: 9px;
}

.sprites.date-picker-calendar {
    width: 17px;
    height: 13px;
    background-position: -101px -43px;
}

.sprites.outgoing-flight {
    width: 13px;
    height: 12px;
    background-position: -124px -4px;
}

.sprites.return-flight {
    width: 13px;
    height: 12px;
    background-position: -144px -4px;
}

.sprites.outgoing-flight.not-active {
    background-position: -164px -4px;
}

.sprites.return-flight.not-active {
    background-position: -184px -4px;
}

.sprites.attention {
    width: 20px;
    height: 20px;
    background-position: -20px -20px;
}

.sprites.package-details {
    width: 16px;
    height: 14px;
    background-position: -280px -163px;
}

.sprites.price-dynamic {
    width: 20px;
    height: 13px;
    background-position: -79px -22px;
}

.sprites.down-arrow {
    width: 10px;
    height: 5px;
    background-position: -85px -68px;
}

.sprites.auth-user {
    width: 26px;
    height: 26px;
    background-position: -133px -166px;
}

.sprites.Agency {
    width: 16px;
    height: 15px;
    background-position: -162px -22px;
}

.sprites.add-service {
    width: 18px;
    height: 18px;
    background-position: -81px -121px;
}

.sprites.booking-service {
    width: 18px;
    height: 18px;
}

.sprites.booking-service.flight {
    background-position: -301px -160px;
}

.sprites.booking-service.transfer {
    background-position: -300px -182px;
}

.sprites.booking-service.hotel {
    background-position: -281px -181px;
}

.sprites.booking-service.additional-service {
    background-position: -281px -201px;
}

.sprites.booking-service.excursion {
    background-position: -281px -201px;
}

.sprites.booking-service.insurance {
    background-position: -281px -220px;
}

.sprites.error {
    width: 14px;
    height: 14px;
    background-position: -3px -23px;
}

.sprites.collapse-rectangle {
    width: 11px;
    height: 11px;
    background-position: -170px -240px;
}

.sprites.expand-rectangle {
    width: 11px;
    height: 11px;
    background-position: -185px -240px;
}

.sprites.attach-file {
    width: 15px;
    height: 17px;
    background-position: -327px -241px;
}

.sprites.right-arrow {
    width: 12px;
    height: 12px;
    background-position: -351px -243px;
}


.sprites.left-arrow {
    width: 12px;
    height: 12px;
    background-position: -351px -243px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.sprites.flight-segment-availability {
    width: 18px;
    height: 18px;
}

.sprites.flight-segment-availability.available.outgoing {
    background-position: -301px -2px;
}

.sprites.flight-segment-availability.available.return {
    background-position: -22px -1px;
}

.sprites.flight-segment-availability.few-seats.outgoing {
    background-position: -101px -181px;
}

.sprites.flight-segment-availability.few-seats.return {
    background-position: -101px -201px;
}

.sprites.flight-segment-availability.request.outgoing {
    background-position: -81px -1px;
}

.sprites.flight-segment-availability.request.return {
    background-position: -101px -1px;
}

.sprites.flight-segment-availability.not-available.outgoing {
    background-position: -41px -1px;
}

.sprites.flight-segment-availability.not-available.return {
    background-position: -61px -1px;
}

.sprites.agency-user {
    width: 20px;
    height: 20px;
    background-position: -20px -120px;
}

.sprites.collapse-arrow {
    background-position: -83px -103px;
    width: 14px;
    height: 14px;
}

.sprites.new-window {
    background-position: -25px -142px;
    width: 14px;
    height: 14px;
}
