<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


/* Start:/local/fonts/font-awesome.css?166936457937541*/
@font-face {font-family: WhitneyBook;src: url('/local/fonts/Whitney-Book-ProGkCy.otf');}
/*!
 *  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('/local/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/local/fonts/fontawesome-webfont.eot?#iefix&amp;v=4.7.0') format('embedded-opentype'), url('/local/fonts/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/local/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/local/fonts/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/local/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul &gt; 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;
}

/* End */



/* Start:/local/fonts/whitney-font.css?16693645791148*/
@font-face {
    font-family: 'Whitney';
    src: url('/local/fonts/Whitney-Book-ProGkCy.otf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Whitney';
    src: url('/local/fonts/Whitney-BookItal-ProGkCy.otf');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face{
    font-family: 'Whitney';
    src: url('/local/fonts/Whitney-Light-ProGkCy.otf');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Whitney';
    src: url('/local/fonts/Whitney-LightItal-ProGkCy.otf');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
@font-face{
    font-family: 'Whitney';
    src: url('/local/fonts/Whitney-Medium-ProGkCy.otf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Whitney';
    src: url('/local/fonts/Whitney-MediumItal-ProGkCy.otf');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face{
    font-family: 'Whitney';
    src: url('/local/fonts/Whitney-Semibld-ProGkCy.otf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
/* End */



/* Start:/local/library/dropDownPlugin/phonecode.css?166936458055885*/
.country-phone-options {display: none; position: absolute; width: 280px; max-height: 306px; overflow-y: scroll; margin-top: 20px; z-index: 600; border: 1px solid #ccc;}
.country-phone-selected, .country-phone-selectedForex {cursor: pointer; background: white; float: left; height: 20px; min-width: 35px; width: auto; padding-left: 20px; background: url('/local/library/dropDownPlugin/image/arow-down.png') no-repeat; transition: .2s ease-in-out; background-position: 65px 10px !important;}
.country-phone-selectedForex{background-position: 68px 10px !important;}
.arrow_up{background: url('/local/library/dropDownPlugin/image/arow-up.png') no-repeat; transition: .2s ease-in-out; background-position: 68px 10px !important;}
.country-phone-option {cursor: pointer; background: white; padding: 2px 0;}
.country-phone-option:hover, .country-phone-option.hovered {background: #f0f0f0;}
.dropdownCountryPhone .country-phone-options input{width: 100%; padding: 3px 2px; margin: 0;}
.country-phone-selected img, .country-phone-selectedForex img {float: left; top:2px; position: relative; margin-right: 2px;}
.country-phone-option span {color: #999999; margin-top: 1px; font-size: 15px;}
.country-phone-option span:nth-child(2){padding-left: 9px}
.country-phone-option:hover span, .country-phone-option.hovered span {color: #000;}
.country-phone-option span img {margin-top: 14px; position: absolute; left:18px;}
.country-phone {height: 46px;}
.country-phone-selected, .country-phone-selectedForex {padding: 4px 40px 0 0; font-size: 15px;}
.country-phone-selected img, .country-phone-selectedForex img {margin: 1px 6px 0 0;}
.country-phone-selected, .country-phone-selectedForex{position: relative; background-position: 60px 4px;margin-top: 9px; margin-left: 12px;line-height: 18px;}
.country-phone-options {width: 268px; min-height: 60px; margin: 44px 0 0 -1px; padding-top: 0; text-align: left;background-color: #fff;-webkit-box-shadow: 0 4px 9px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 0 4px 9px -4px rgba(0,0,0,0.75);
  box-shadow: 0 4px 9px -4px rgba(0,0,0,0.75); overflow-x: hidden;
}
.country-phone-option span:last-of-type{text-align: right;}
.country-phone-option {
  padding: 0 4.5% 0 6.5%; 
  width: 100%;
  }
.country-phone-option{
  display: grid;
  grid-template-columns: 16px 169px 1fr;
}
.country-phone-option span:nth-child(2){
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  }
.country-phone-search-label{padding-top: 0;}
.option_selected{color:#ff1a21;}
.option_selected span{color: #ff1a21;}
.field .country-phone-search {position: fixed; padding-left: 10px !important; top: 244px; width: 240px; margin-top:12px; margin-left:10px; box-shadow: 2px 0.5px 0 12px #fff; border-radius: 0;z-index:1;}
.country-phone{ width: 100%;
  font-size: 17px;
  line-height: 37px;
  font-weight: 400;
  letter-spacing: 0.015em;
  font-family: "Whitney", Arial, sans-serif;
  color:#282828;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;}
  .noRes{
    display: none;
    font-size: 17px;
    width: 264px;
    position: absolute;
    top: 312px;
    left: 29px;
    padding-top: 13px;
    z-index: 600;
  }
.country-phone span:nth-child(2){
  font-size: 17px;
  color: #282828;
}
#newContactBlock .newContactBlock__itemLeft input.country-phone-search,#newForex-it-ease #newForex-it-ease__phone input.country-phone-search{
  max-height: 44px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(58,99,195,1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(58,99,195,1);
  box-shadow: 0px 0px 3px 0px rgba(58,99,195,1);
  border: 1px solid #3a62c3;
}
  .field input {font-size: 14px; padding: 5px; border: 0;}
  .field label {padding: 2px 0; display: block; color: #666;}
  .code {padding: 30px 0 20px 0;}
  code {background: #eee; display: block; color: #f50;}
  .licence {font-size: 12px; color: #555; padding: 30px 0;}
  .licence a {color: #222;}
.intl-tel-input {
    width: 100%;
    position: relative;
    display: inline-block; }
    .intl-tel-input * {
      box-sizing: border-box;
      -moz-box-sizing: border-box; }
    .intl-tel-input .hide {
      display: none; }
    .intl-tel-input .v-hide {
      visibility: hidden; }
    .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
      position: relative;
      z-index: 0;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      padding-right: 36px;
      margin-right: 0; }
    .intl-tel-input .country-list input[type=text]{
      position: relative;
      z-index: 0;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      padding-right: 48px;
      margin-right: 0;
    }
    .intl-tel-input #country-listbox .divider {
      position: sticky;
      top: 8px;
      height: 46px;
      width: 90%;
      margin: 0 5%;
    }
    .dropdownCountryPhone #country-listbox input[type=text]{
      padding-left: 59px;
    }
    .intl-tel-input .flag-container {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      padding: 1px; }
    .intl-tel-input .selected-flag {
      z-index: 1;
      position: relative;
      width: 36px;
      height: 100%;
      padding: 0 0 0 8px; }
      .intl-tel-input .selected-flag .iti-flag {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
      .intl-tel-input .selected-flag .iti-arrow {
        position: absolute;
        top: 50%;
        margin-top: -2px;
        right: 5px;
        width: 0;
        height: 0;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 4px solid #555; }
        .intl-tel-input .selected-flag .iti-arrow.up {
          border-top: none;
          border-bottom: 4px solid #555; }
    .intl-tel-input .country-list {
      position: absolute;
      z-index: 2;
      list-style: none;
      text-align: left;
      padding: 60px 0;
      margin: 0 0 0 -1px;
      box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
      background-color: white;
      border: 1px solid #CCC;
      white-space: normal;
      max-height: 354px;
      width:263px;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; }
      .country-phone-options::-webkit-scrollbar{
        width:4px;
      }
      .country-phone-options::-webkit-scrollbar-track{
        background: #fff;
      }
      .country-phone-options::-webkit-scrollbar-thumb{
        background: #c1c1c1;
      }
      .intl-tel-input .country-list.dropup {
        bottom: 100%;
        margin-bottom: -1px; }
      .intl-tel-input .country-list .flag-box {
        display: inline-block;
        width: 20px; }
      @media (max-width: 500px) {
        .intl-tel-input .country-list {
          white-space: normal; } }
      .intl-tel-input .country-list .country {
        padding: 5px 10px; }
        .intl-tel-input .country-list .country .dial-code {
          color: #999; }
      .intl-tel-input .country-list .country.highlight {
        background-color: rgba(0, 0, 0, 0.05); }
      .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
        vertical-align: middle; }
      .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
        margin-right: 6px; }
    .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
      padding-right: 6px;
      padding-left: 52px;
      margin-left: 0; }
    .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
      right: auto;
      left: 0; }
    .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
      width: 46px; }
    .intl-tel-input.allow-dropdown .flag-container:hover {
      cursor: pointer; }
      .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
        background-color: rgba(0, 0, 0, 0.0); }
    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
      cursor: default; }
      .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
        background-color: transparent; }
    .intl-tel-input.separate-dial-code .selected-flag {
      background-color: rgba(0, 0, 0, 0.0);
      display: table; }
    .intl-tel-input.separate-dial-code .selected-dial-code {
      display: table-cell;
      vertical-align: middle;
      padding-left: 11px; }
    .intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
      padding-left: 66px; }
    .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
      width: 60px; }
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
      padding-left: 76px; }
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
      width: 70px; }
    .intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
      padding-left: 74px; }
    .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
      width: 68px; }
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
      padding-left: 84px; }
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
      width: 78px; }
    .intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
      padding-left: 82px; }
    .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
      width: 76px; }
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
      padding-left: 92px; }
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
      width: 86px; }
    .intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
      padding-left: 90px; }
    .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
      width: 84px; }
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
      padding-left: 100px; }
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
      width: 94px; }
    .intl-tel-input.iti-container {
      position: absolute;
      top: -1000px;
      left: -1000px;
      z-index: 1060;
      padding: 1px; }
      .intl-tel-input.iti-container:hover {
        cursor: pointer; }
  
  .iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed; }
  
  .iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%; }
    .iti-mobile .intl-tel-input .country-list .country {
      padding: 10px 10px;
      line-height: 1.5em; }
  
  .iti-flag {
    width: 20px; }
    .iti-flag.be {
      width: 18px; }
    .iti-flag.ch {
      width: 15px; }
    .iti-flag.mc {
      width: 19px; }
    .iti-flag.ne {
      width: 18px; }
    .iti-flag.np {
      width: 13px; }
    .iti-flag.va {
      width: 15px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .iti-flag {
        background-size: 5652px 15px; } }
    .iti-flag.ac {
      height: 10px;
      background-position: 0 0; }
    .iti-flag.ad {
      height: 14px;
      background-position: -22px 0; }
    .iti-flag.ae {
      height: 10px;
      background-position: -44px 0; }
    .iti-flag.af {
      height: 14px;
      background-position: -66px 0; }
    .iti-flag.ag {
      height: 14px;
      background-position: -88px 0; }
    .iti-flag.ai {
      height: 10px;
      background-position: -110px 0; }
    .iti-flag.al {
      height: 15px;
      background-position: -132px 0; }
    .iti-flag.am {
      height: 10px;
      background-position: -154px 0; }
    .iti-flag.ao {
      height: 14px;
      background-position: -176px 0; }
    .iti-flag.aq {
      height: 14px;
      background-position: -198px 0; }
    .iti-flag.ar {
      height: 13px;
      background-position: -220px 0; }
    .iti-flag.as {
      height: 10px;
      background-position: -242px 0; }
    .iti-flag.at {
      height: 14px;
      background-position: -264px 0; }
    .iti-flag.au {
      height: 10px;
      background-position: -286px 0; }
    .iti-flag.aw {
      height: 14px;
      background-position: -308px 0; }
    .iti-flag.ax {
      height: 13px;
      background-position: -330px 0; }
    .iti-flag.az {
      height: 10px;
      background-position: -352px 0; }
    .iti-flag.ba {
      height: 10px;
      background-position: -374px 0; }
    .iti-flag.bb {
      height: 14px;
      background-position: -396px 0; }
    .iti-flag.bd {
      height: 12px;
      background-position: -418px 0; }
    .iti-flag.be {
      height: 15px;
      background-position: -440px 0; }
    .iti-flag.bf {
      height: 14px;
      background-position: -460px 0; }
    .iti-flag.bg {
      height: 12px;
      background-position: -482px 0; }
    .iti-flag.bh {
      height: 12px;
      background-position: -504px 0; }
    .iti-flag.bi {
      height: 12px;
      background-position: -526px 0; }
    .iti-flag.bj {
      height: 14px;
      background-position: -548px 0; }
    .iti-flag.bl {
      height: 14px;
      background-position: -570px 0; }
    .iti-flag.bm {
      height: 10px;
      background-position: -592px 0; }
    .iti-flag.bn {
      height: 10px;
      background-position: -614px 0; }
    .iti-flag.bo {
      height: 14px;
      background-position: -636px 0; }
    .iti-flag.bq {
      height: 14px;
      background-position: -658px 0; }
    .iti-flag.br {
      height: 14px;
      background-position: -680px 0; }
    .iti-flag.bs {
      height: 10px;
      background-position: -702px 0; }
    .iti-flag.bt {
      height: 14px;
      background-position: -724px 0; }
    .iti-flag.bv {
      height: 15px;
      background-position: -746px 0; }
    .iti-flag.bw {
      height: 14px;
      background-position: -768px 0; }
    .iti-flag.by {
      height: 10px;
      background-position: -790px 0; }
    .iti-flag.bz {
      height: 14px;
      background-position: -812px 0; }
    .iti-flag.ca {
      height: 10px;
      background-position: -834px 0; }
    .iti-flag.cc {
      height: 10px;
      background-position: -856px 0; }
    .iti-flag.cd {
      height: 15px;
      background-position: -878px 0; }
    .iti-flag.cf {
      height: 14px;
      background-position: -900px 0; }
    .iti-flag.cg {
      height: 14px;
      background-position: -922px 0; }
    .iti-flag.ch {
      height: 15px;
      background-position: -944px 0; }
    .iti-flag.ci {
      height: 14px;
      background-position: -961px 0; }
    .iti-flag.ck {
      height: 10px;
      background-position: -983px 0; }
    .iti-flag.cl {
      height: 14px;
      background-position: -1005px 0; }
    .iti-flag.cm {
      height: 14px;
      background-position: -1027px 0; }
    .iti-flag.cn {
      height: 14px;
      background-position: -1049px 0; }
    .iti-flag.co {
      height: 14px;
      background-position: -1071px 0; }
    .iti-flag.cp {
      height: 14px;
      background-position: -1093px 0; }
    .iti-flag.cr {
      height: 12px;
      background-position: -1115px 0; }
    .iti-flag.cu {
      height: 10px;
      background-position: -1137px 0; }
    .iti-flag.cv {
      height: 12px;
      background-position: -1159px 0; }
    .iti-flag.cw {
      height: 14px;
      background-position: -1181px 0; }
    .iti-flag.cx {
      height: 10px;
      background-position: -1203px 0; }
    .iti-flag.cy {
      height: 14px;
      background-position: -1225px 0; }
    .iti-flag.cz {
      height: 14px;
      background-position: -1247px 0; }
    .iti-flag.de {
      height: 12px;
      background-position: -1269px 0; }
    .iti-flag.dg {
      height: 10px;
      background-position: -1291px 0; }
    .iti-flag.dj {
      height: 14px;
      background-position: -1313px 0; }
    .iti-flag.dk {
      height: 15px;
      background-position: -1335px 0; }
    .iti-flag.dm {
      height: 10px;
      background-position: -1357px 0; }
    .iti-flag.do {
      height: 14px;
      background-position: -1379px 0; }
    .iti-flag.dz {
      height: 14px;
      background-position: -1401px 0; }
    .iti-flag.ea {
      height: 14px;
      background-position: -1423px 0; }
    .iti-flag.ec {
      height: 14px;
      background-position: -1445px 0; }
    .iti-flag.ee {
      height: 13px;
      background-position: -1467px 0; }
    .iti-flag.eg {
      height: 14px;
      background-position: -1489px 0; }
    .iti-flag.eh {
      height: 10px;
      background-position: -1511px 0; }
    .iti-flag.er {
      height: 10px;
      background-position: -1533px 0; }
    .iti-flag.es {
      height: 14px;
      background-position: -1555px 0; }
    .iti-flag.et {
      height: 10px;
      background-position: -1577px 0; }
    .iti-flag.eu {
      height: 14px;
      background-position: -1599px 0; }
    .iti-flag.fi {
      height: 12px;
      background-position: -1621px 0; }
    .iti-flag.fj {
      height: 10px;
      background-position: -1643px 0; }
    .iti-flag.fk {
      height: 10px;
      background-position: -1665px 0; }
    .iti-flag.fm {
      height: 11px;
      background-position: -1687px 0; }
    .iti-flag.fo {
      height: 15px;
      background-position: -1709px 0; }
    .iti-flag.fr {
      height: 14px;
      background-position: -1731px 0; }
    .iti-flag.ga {
      height: 15px;
      background-position: -1753px 0; }
    .iti-flag.gb {
      height: 10px;
      background-position: -1775px 0; }
    .iti-flag.gd {
      height: 12px;
      background-position: -1797px 0; }
    .iti-flag.ge {
      height: 14px;
      background-position: -1819px 0; }
    .iti-flag.gf {
      height: 14px;
      background-position: -1841px 0; }
    .iti-flag.gg {
      height: 14px;
      background-position: -1863px 0; }
    .iti-flag.gh {
      height: 14px;
      background-position: -1885px 0; }
    .iti-flag.gi {
      height: 10px;
      background-position: -1907px 0; }
    .iti-flag.gl {
      height: 14px;
      background-position: -1929px 0; }
    .iti-flag.gm {
      height: 14px;
      background-position: -1951px 0; }
    .iti-flag.gn {
      height: 14px;
      background-position: -1973px 0; }
    .iti-flag.gp {
      height: 14px;
      background-position: -1995px 0; }
    .iti-flag.gq {
      height: 14px;
      background-position: -2017px 0; }
    .iti-flag.gr {
      height: 14px;
      background-position: -2039px 0; }
    .iti-flag.gs {
      height: 10px;
      background-position: -2061px 0; }
    .iti-flag.gt {
      height: 13px;
      background-position: -2083px 0; }
    .iti-flag.gu {
      height: 11px;
      background-position: -2105px 0; }
    .iti-flag.gw {
      height: 10px;
      background-position: -2127px 0; }
    .iti-flag.gy {
      height: 12px;
      background-position: -2149px 0; }
    .iti-flag.hk {
      height: 14px;
      background-position: -2171px 0; }
    .iti-flag.hm {
      height: 10px;
      background-position: -2193px 0; }
    .iti-flag.hn {
      height: 10px;
      background-position: -2215px 0; }
    .iti-flag.hr {
      height: 10px;
      background-position: -2237px 0; }
    .iti-flag.ht {
      height: 12px;
      background-position: -2259px 0; }
    .iti-flag.hu {
      height: 10px;
      background-position: -2281px 0; }
    .iti-flag.ic {
      height: 14px;
      background-position: -2303px 0; }
    .iti-flag.id {
      height: 14px;
      background-position: -2325px 0; }
    .iti-flag.ie {
      height: 10px;
      background-position: -2347px 0; }
    .iti-flag.il {
      height: 15px;
      background-position: -2369px 0; }
    .iti-flag.im {
      height: 10px;
      background-position: -2391px 0; }
    .iti-flag.in {
      height: 14px;
      background-position: -2413px 0; }
    .iti-flag.io {
      height: 10px;
      background-position: -2435px 0; }
    .iti-flag.iq {
      height: 14px;
      background-position: -2457px 0; }
    .iti-flag.ir {
      height: 12px;
      background-position: -2479px 0; }
    .iti-flag.is {
      height: 15px;
      background-position: -2501px 0; }
    .iti-flag.it {
      height: 14px;
      background-position: -2523px 0; }
    .iti-flag.je {
      height: 12px;
      background-position: -2545px 0; }
    .iti-flag.jm {
      height: 10px;
      background-position: -2567px 0; }
    .iti-flag.jo {
      height: 10px;
      background-position: -2589px 0; }
    .iti-flag.jp {
      height: 14px;
      background-position: -2611px 0; }
    .iti-flag.ke {
      height: 14px;
      background-position: -2633px 0; }
    .iti-flag.kg {
      height: 12px;
      background-position: -2655px 0; }
    .iti-flag.kh {
      height: 13px;
      background-position: -2677px 0; }
    .iti-flag.ki {
      height: 10px;
      background-position: -2699px 0; }
    .iti-flag.km {
      height: 12px;
      background-position: -2721px 0; }
    .iti-flag.kn {
      height: 14px;
      background-position: -2743px 0; }
    .iti-flag.kp {
      height: 10px;
      background-position: -2765px 0; }
    .iti-flag.kr {
      height: 14px;
      background-position: -2787px 0; }
    .iti-flag.kw {
      height: 10px;
      background-position: -2809px 0; }
    .iti-flag.ky {
      height: 10px;
      background-position: -2831px 0; }
    .iti-flag.kz {
      height: 10px;
      background-position: -2853px 0; }
    .iti-flag.la {
      height: 14px;
      background-position: -2875px 0; }
    .iti-flag.lb {
      height: 14px;
      background-position: -2897px 0; }
    .iti-flag.lc {
      height: 10px;
      background-position: -2919px 0; }
    .iti-flag.li {
      height: 12px;
      background-position: -2941px 0; }
    .iti-flag.lk {
      height: 10px;
      background-position: -2963px 0; }
    .iti-flag.lr {
      height: 11px;
      background-position: -2985px 0; }
    .iti-flag.ls {
      height: 14px;
      background-position: -3007px 0; }
    .iti-flag.lt {
      height: 12px;
      background-position: -3029px 0; }
    .iti-flag.lu {
      height: 12px;
      background-position: -3051px 0; }
    .iti-flag.lv {
      height: 10px;
      background-position: -3073px 0; }
    .iti-flag.ly {
      height: 10px;
      background-position: -3095px 0; }
    .iti-flag.ma {
      height: 14px;
      background-position: -3117px 0; }
    .iti-flag.mc {
      height: 15px;
      background-position: -3139px 0; }
    .iti-flag.md {
      height: 10px;
      background-position: -3160px 0; }
    .iti-flag.me {
      height: 10px;
      background-position: -3182px 0; }
    .iti-flag.mf {
      height: 14px;
      background-position: -3204px 0; }
    .iti-flag.mg {
      height: 14px;
      background-position: -3226px 0; }
    .iti-flag.mh {
      height: 11px;
      background-position: -3248px 0; }
    .iti-flag.mk {
      height: 10px;
      background-position: -3270px 0; }
    .iti-flag.ml {
      height: 14px;
      background-position: -3292px 0; }
    .iti-flag.mm {
      height: 14px;
      background-position: -3314px 0; }
    .iti-flag.mn {
      height: 10px;
      background-position: -3336px 0; }
    .iti-flag.mo {
      height: 14px;
      background-position: -3358px 0; }
    .iti-flag.mp {
      height: 10px;
      background-position: -3380px 0; }
    .iti-flag.mq {
      height: 14px;
      background-position: -3402px 0; }
    .iti-flag.mr {
      height: 14px;
      background-position: -3424px 0; }
    .iti-flag.ms {
      height: 10px;
      background-position: -3446px 0; }
    .iti-flag.mt {
      height: 14px;
      background-position: -3468px 0; }
    .iti-flag.mu {
      height: 14px;
      background-position: -3490px 0; }
    .iti-flag.mv {
      height: 14px;
      background-position: -3512px 0; }
    .iti-flag.mw {
      height: 14px;
      background-position: -3534px 0; }
    .iti-flag.mx {
      height: 12px;
      background-position: -3556px 0; }
    .iti-flag.my {
      height: 10px;
      background-position: -3578px 0; }
    .iti-flag.mz {
      height: 14px;
      background-position: -3600px 0; }
    .iti-flag.na {
      height: 14px;
      background-position: -3622px 0; }
    .iti-flag.nc {
      height: 10px;
      background-position: -3644px 0; }
    .iti-flag.ne {
      height: 15px;
      background-position: -3666px 0; }
    .iti-flag.nf {
      height: 10px;
      background-position: -3686px 0; }
    .iti-flag.ng {
      height: 10px;
      background-position: -3708px 0; }
    .iti-flag.ni {
      height: 12px;
      background-position: -3730px 0; }
    .iti-flag.nl {
      height: 14px;
      background-position: -3752px 0; }
    .iti-flag.no {
      height: 15px;
      background-position: -3774px 0; }
    .iti-flag.np {
      height: 15px;
      background-position: -3796px 0; }
    .iti-flag.nr {
      height: 10px;
      background-position: -3811px 0; }
    .iti-flag.nu {
      height: 10px;
      background-position: -3833px 0; }
    .iti-flag.nz {
      height: 10px;
      background-position: -3855px 0; }
    .iti-flag.om {
      height: 10px;
      background-position: -3877px 0; }
    .iti-flag.pa {
      height: 14px;
      background-position: -3899px 0; }
    .iti-flag.pe {
      height: 14px;
      background-position: -3921px 0; }
    .iti-flag.pf {
      height: 14px;
      background-position: -3943px 0; }
    .iti-flag.pg {
      height: 15px;
      background-position: -3965px 0; }
    .iti-flag.ph {
      height: 10px;
      background-position: -3987px 0; }
    .iti-flag.pk {
      height: 14px;
      background-position: -4009px 0; }
    .iti-flag.pl {
      height: 13px;
      background-position: -4031px 0; }
    .iti-flag.pm {
      height: 14px;
      background-position: -4053px 0; }
    .iti-flag.pn {
      height: 10px;
      background-position: -4075px 0; }
    .iti-flag.pr {
      height: 14px;
      background-position: -4097px 0; }
    .iti-flag.ps {
      height: 10px;
      background-position: -4119px 0; }
    .iti-flag.pt {
      height: 14px;
      background-position: -4141px 0; }
    .iti-flag.pw {
      height: 13px;
      background-position: -4163px 0; }
    .iti-flag.py {
      height: 11px;
      background-position: -4185px 0; }
    .iti-flag.qa {
      height: 8px;
      background-position: -4207px 0; }
    .iti-flag.re {
      height: 14px;
      background-position: -4229px 0; }
    .iti-flag.ro {
      height: 14px;
      background-position: -4251px 0; }
    .iti-flag.rs {
      height: 14px;
      background-position: -4273px 0; }
    .iti-flag.ru {
      height: 14px;
      background-position: -4295px 0; }
    .iti-flag.rw {
      height: 14px;
      background-position: -4317px 0; }
    .iti-flag.sa {
      height: 14px;
      background-position: -4339px 0; }
    .iti-flag.sb {
      height: 10px;
      background-position: -4361px 0; }
    .iti-flag.sc {
      height: 10px;
      background-position: -4383px 0; }
    .iti-flag.sd {
      height: 10px;
      background-position: -4405px 0; }
    .iti-flag.se {
      height: 13px;
      background-position: -4427px 0; }
    .iti-flag.sg {
      height: 14px;
      background-position: -4449px 0; }
    .iti-flag.sh {
      height: 10px;
      background-position: -4471px 0; }
    .iti-flag.si {
      height: 10px;
      background-position: -4493px 0; }
    .iti-flag.sj {
      height: 15px;
      background-position: -4515px 0; }
    .iti-flag.sk {
      height: 14px;
      background-position: -4537px 0; }
    .iti-flag.sl {
      height: 14px;
      background-position: -4559px 0; }
    .iti-flag.sm {
      height: 15px;
      background-position: -4581px 0; }
    .iti-flag.sn {
      height: 14px;
      background-position: -4603px 0; }
    .iti-flag.so {
      height: 14px;
      background-position: -4625px 0; }
    .iti-flag.sr {
      height: 14px;
      background-position: -4647px 0; }
    .iti-flag.ss {
      height: 10px;
      background-position: -4669px 0; }
    .iti-flag.st {
      height: 10px;
      background-position: -4691px 0; }
    .iti-flag.sv {
      height: 12px;
      background-position: -4713px 0; }
    .iti-flag.sx {
      height: 14px;
      background-position: -4735px 0; }
    .iti-flag.sy {
      height: 14px;
      background-position: -4757px 0; }
    .iti-flag.sz {
      height: 14px;
      background-position: -4779px 0; }
    .iti-flag.ta {
      height: 10px;
      background-position: -4801px 0; }
    .iti-flag.tc {
      height: 10px;
      background-position: -4823px 0; }
    .iti-flag.td {
      height: 14px;
      background-position: -4845px 0; }
    .iti-flag.tf {
      height: 14px;
      background-position: -4867px 0; }
    .iti-flag.tg {
      height: 13px;
      background-position: -4889px 0; }
    .iti-flag.th {
      height: 14px;
      background-position: -4911px 0; }
    .iti-flag.tj {
      height: 10px;
      background-position: -4933px 0; }
    .iti-flag.tk {
      height: 10px;
      background-position: -4955px 0; }
    .iti-flag.tl {
      height: 10px;
      background-position: -4977px 0; }
    .iti-flag.tm {
      height: 14px;
      background-position: -4999px 0; }
    .iti-flag.tn {
      height: 14px;
      background-position: -5021px 0; }
    .iti-flag.to {
      height: 10px;
      background-position: -5043px 0; }
    .iti-flag.tr {
      height: 14px;
      background-position: -5065px 0; }
    .iti-flag.tt {
      height: 12px;
      background-position: -5087px 0; }
    .iti-flag.tv {
      height: 10px;
      background-position: -5109px 0; }
    .iti-flag.tw {
      height: 14px;
      background-position: -5131px 0; }
    .iti-flag.tz {
      height: 14px;
      background-position: -5153px 0; }
    .iti-flag.ua {
      height: 14px;
      background-position: -5175px 0; }
    .iti-flag.ug {
      height: 14px;
      background-position: -5197px 0; }
    .iti-flag.um {
      height: 11px;
      background-position: -5219px 0; }
    .iti-flag.un {
      height: 14px;
      background-position: -5241px 0; }
    .iti-flag.us {
      height: 11px;
      background-position: -5263px 0; }
    .iti-flag.uy {
      height: 14px;
      background-position: -5285px 0; }
    .iti-flag.uz {
      height: 10px;
      background-position: -5307px 0; }
    .iti-flag.va {
      height: 15px;
      background-position: -5329px 0; }
    .iti-flag.vc {
      height: 14px;
      background-position: -5346px 0; }
    .iti-flag.ve {
      height: 14px;
      background-position: -5368px 0; }
    .iti-flag.vg {
      height: 10px;
      background-position: -5390px 0; }
    .iti-flag.vi {
      height: 14px;
      background-position: -5412px 0; }
    .iti-flag.vn {
      height: 14px;
      background-position: -5434px 0; }
    .iti-flag.vu {
      height: 12px;
      background-position: -5456px 0; }
    .iti-flag.wf {
      height: 14px;
      background-position: -5478px 0; }
    .iti-flag.ws {
      height: 10px;
      background-position: -5500px 0; }
    .iti-flag.xk {
      height: 15px;
      background-position: -5522px 0; }
    .iti-flag.ye {
      height: 14px;
      background-position: -5544px 0; }
    .iti-flag.yt {
      height: 14px;
      background-position: -5566px 0; }
    .iti-flag.za {
      height: 14px;
      background-position: -5588px 0; }
    .iti-flag.zm {
      height: 14px;
      background-position: -5610px 0; }
    .iti-flag.zw {
      height: 10px;
      background-position: -5632px 0; }
  
  .iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url("/local/library/dropDownPlugin/image/flags.png");
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .iti-flag {
        background-image: url("/local/library/dropDownPlugin/image/flags@2x.png"); } }
  
  .iti-flag.np {
    background-color: transparent; }
  
.flag {
    width: 16px;
    height: 11px;
    background:url('/local/library/dropDownPlugin/image/flags.png') no-repeat
}
.country-phone-search-label {position: absolute; margin: -42px 0 0 4px; color: #999 !important; font-size: 15px !important;}

.flag.flag-ad {background-position: -16px 0}
.flag.flag-ae {background-position: -32px 0}
.flag.flag-af {background-position: -48px 0}
.flag.flag-ag {background-position: -64px 0}
.flag.flag-ai {background-position: -80px 0}
.flag.flag-al {background-position: -96px 0}
.flag.flag-am {background-position: -112px 0}
.flag.flag-an {background-position: -128px 0}
.flag.flag-ao {background-position: -144px 0}
.flag.flag-ar {background-position: -160px 0}
.flag.flag-as {background-position: -176px 0}
.flag.flag-at {background-position: -192px 0}
.flag.flag-au {background-position: -208px 0}
.flag.flag-aw {background-position: -224px 0}
.flag.flag-az {background-position: -240px 0}
.flag.flag-ba {background-position: 0 -11px}
.flag.flag-bb {background-position: -16px -11px}
.flag.flag-bd {background-position: -32px -11px}
.flag.flag-be {background-position: -48px -11px}
.flag.flag-bf {background-position: -64px -11px}
.flag.flag-bg {background-position: -80px -11px}
.flag.flag-bh {background-position: -96px -11px}
.flag.flag-bi {background-position: -112px -11px}
.flag.flag-bj {background-position: -128px -11px}
.flag.flag-bm {background-position: -144px -11px}
.flag.flag-bn {background-position: -160px -11px}
.flag.flag-bo {background-position: -176px -11px}
.flag.flag-br {background-position: -192px -11px}
.flag.flag-bs {background-position: -208px -11px}
.flag.flag-bt {background-position: -224px -11px}
.flag.flag-bv {background-position: -240px -11px}
.flag.flag-bw {background-position: 0 -22px}
.flag.flag-by {background-position: -16px -22px}
.flag.flag-bz {background-position: -32px -22px}
.flag.flag-ca {background-position: -48px -22px}
.flag.flag-catalonia {background-position: -64px -22px}
.flag.flag-cd {background-position: -80px -22px}
.flag.flag-cf {background-position: -96px -22px}
.flag.flag-cg {background-position: -112px -22px}
.flag.flag-ch {background-position: -128px -22px}
.flag.flag-ci {background-position: -144px -22px}
.flag.flag-ck {background-position: -160px -22px}
.flag.flag-cl {background-position: -176px -22px}
.flag.flag-cm {background-position: -192px -22px}
.flag.flag-cn {background-position: -208px -22px}
.flag.flag-co {background-position: -224px -22px}
.flag.flag-cr {background-position: -240px -22px}
.flag.flag-cu {background-position: 0 -33px}
.flag.flag-cv {background-position: -16px -33px}
.flag.flag-cw {background-position: -32px -33px}
.flag.flag-cy {background-position: -48px -33px}
.flag.flag-cz {background-position: -64px -33px}
.flag.flag-de {background-position: -80px -33px}
.flag.flag-dj {background-position: -96px -33px}
.flag.flag-dk {background-position: -112px -33px}
.flag.flag-dm {background-position: -128px -33px}
.flag.flag-do {background-position: -144px -33px}
.flag.flag-dz {background-position: -160px -33px}
.flag.flag-ec {background-position: -176px -33px}
.flag.flag-ee {background-position: -192px -33px}
.flag.flag-eg {background-position: -208px -33px}
.flag.flag-eh {background-position: -224px -33px}
.flag.flag-england {background-position: -240px -33px}
.flag.flag-er {background-position: 0 -44px}
.flag.flag-es {background-position: -16px -44px}
.flag.flag-et {background-position: -32px -44px}
.flag.flag-eu {background-position: -48px -44px}
.flag.flag-fi {background-position: -64px -44px}
.flag.flag-fj {background-position: -80px -44px}
.flag.flag-fk {background-position: -96px -44px}
.flag.flag-fm {background-position: -112px -44px}
.flag.flag-fo {background-position: -128px -44px}
.flag.flag-fr {background-position: -144px -44px}
.flag.flag-ga {background-position: -160px -44px}
.flag.flag-gb {background-position: -176px -44px}
.flag.flag-gd {background-position: -192px -44px}
.flag.flag-ge {background-position: -208px -44px}
.flag.flag-gf {background-position: -224px -44px}
.flag.flag-gg {background-position: -240px -44px}
.flag.flag-gh {background-position: 0 -55px}
.flag.flag-gi {background-position: -16px -55px}
.flag.flag-gl {background-position: -32px -55px}
.flag.flag-gm {background-position: -48px -55px}
.flag.flag-gn {background-position: -64px -55px}
.flag.flag-gp {background-position: -80px -55px}
.flag.flag-gq {background-position: -96px -55px}
.flag.flag-gr {background-position: -112px -55px}
.flag.flag-gs {background-position: -128px -55px}
.flag.flag-gt {background-position: -144px -55px}
.flag.flag-gu {background-position: -160px -55px}
.flag.flag-gw {background-position: -176px -55px}
.flag.flag-gy {background-position: -192px -55px}
.flag.flag-hk {background-position: -208px -55px}
.flag.flag-hm {background-position: -224px -55px}
.flag.flag-hn {background-position: -240px -55px}
.flag.flag-hr {background-position: 0 -66px}
.flag.flag-ht {background-position: -16px -66px}
.flag.flag-hu {background-position: -32px -66px}
.flag.flag-ic {background-position: -48px -66px}
.flag.flag-id {background-position: -64px -66px}
.flag.flag-ie {background-position: -80px -66px}
.flag.flag-il {background-position: -96px -66px}
.flag.flag-im {background-position: -112px -66px}
.flag.flag-in {background-position: -128px -66px}
.flag.flag-io {background-position: -144px -66px}
.flag.flag-iq {background-position: -160px -66px}
.flag.flag-ir {background-position: -176px -66px}
.flag.flag-is {background-position: -192px -66px}
.flag.flag-ax {background-position: -192px -66px}
.flag.flag-it {background-position: -208px -66px}
.flag.flag-je {background-position: -224px -66px}
.flag.flag-jm {background-position: -240px -66px}
.flag.flag-jo {background-position: 0 -77px}
.flag.flag-jp {background-position: -16px -77px}
.flag.flag-ke {background-position: -32px -77px}
.flag.flag-kg {background-position: -48px -77px}
.flag.flag-kh {background-position: -64px -77px}
.flag.flag-ki {background-position: -80px -77px}
.flag.flag-km {background-position: -96px -77px}
.flag.flag-kn {background-position: -112px -77px}
.flag.flag-kp {background-position: -128px -77px}
.flag.flag-kr {background-position: -144px -77px}
.flag.flag-kurdistan {background-position: -160px -77px}
.flag.flag-kw {background-position: -176px -77px}
.flag.flag-ky {background-position: -192px -77px}
.flag.flag-kz {background-position: -208px -77px}
.flag.flag-la {background-position: -224px -77px}
.flag.flag-lb {background-position: -240px -77px}
.flag.flag-lc {background-position: 0 -88px}
.flag.flag-li {background-position: -16px -88px}
.flag.flag-lk {background-position: -32px -88px}
.flag.flag-lr {background-position: -48px -88px}
.flag.flag-ls {background-position: -64px -88px}
.flag.flag-lt {background-position: -80px -88px}
.flag.flag-lu {background-position: -96px -88px}
.flag.flag-lv {background-position: -112px -88px}
.flag.flag-ly {background-position: -128px -88px}
.flag.flag-ma {background-position: -144px -88px}
.flag.flag-mc {background-position: -160px -88px}
.flag.flag-md {background-position: -176px -88px}
.flag.flag-me {background-position: -192px -88px}
.flag.flag-mg {background-position: -208px -88px}
.flag.flag-mh {background-position: -224px -88px}
.flag.flag-mk {background-position: -240px -88px}
.flag.flag-ml {background-position: 0 -99px}
.flag.flag-mm {background-position: -16px -99px}
.flag.flag-mn {background-position: -32px -99px}
.flag.flag-mo {background-position: -48px -99px}
.flag.flag-mp {background-position: -64px -99px}
.flag.flag-mq {background-position: -80px -99px}
.flag.flag-mr {background-position: -96px -99px}
.flag.flag-ms {background-position: -112px -99px}
.flag.flag-mt {background-position: -128px -99px}
.flag.flag-mu {background-position: -144px -99px}
.flag.flag-mv {background-position: -160px -99px}
.flag.flag-mw {background-position: -176px -99px}
.flag.flag-mx {background-position: -192px -99px}
.flag.flag-my {background-position: -208px -99px}
.flag.flag-mz {background-position: -224px -99px}
.flag.flag-na {background-position: -240px -99px}
.flag.flag-nc {background-position: 0 -110px}
.flag.flag-ne {background-position: -16px -110px}
.flag.flag-nf {background-position: -32px -110px}
.flag.flag-ng {background-position: -48px -110px}
.flag.flag-ni {background-position: -64px -110px}
.flag.flag-nl {background-position: -80px -110px}
.flag.flag-no {background-position: -96px -110px}
.flag.flag-np {background-position: -112px -110px}
.flag.flag-nr {background-position: -128px -110px}
.flag.flag-nu {background-position: -144px -110px}
.flag.flag-nz {background-position: -160px -110px}
.flag.flag-om {background-position: -176px -110px}
.flag.flag-pa {background-position: -192px -110px}
.flag.flag-pe {background-position: -208px -110px}
.flag.flag-pf {background-position: -224px -110px}
.flag.flag-pg {background-position: -240px -110px}
.flag.flag-ph {background-position: 0 -121px}
.flag.flag-pk {background-position: -16px -121px}
.flag.flag-pl {background-position: -32px -121px}
.flag.flag-pm {background-position: -48px -121px}
.flag.flag-pn {background-position: -64px -121px}
.flag.flag-pr {background-position: -80px -121px}
.flag.flag-ps {background-position: -96px -121px}
.flag.flag-pt {background-position: -112px -121px}
.flag.flag-pw {background-position: -128px -121px}
.flag.flag-py {background-position: -144px -121px}
.flag.flag-qa {background-position: -160px -121px}
.flag.flag-re {background-position: -176px -121px}
.flag.flag-ro {background-position: -192px -121px}
.flag.flag-rs {background-position: -208px -121px}
.flag.flag-ru {background-position: -224px -121px}
.flag.flag-rw {background-position: -240px -121px}
.flag.flag-sa {background-position: 0 -132px}
.flag.flag-sb {background-position: -16px -132px}
.flag.flag-sc {background-position: -32px -132px}
.flag.flag-scotland {background-position: -48px -132px}
.flag.flag-sd {background-position: -64px -132px}
.flag.flag-se {background-position: -80px -132px}
.flag.flag-sg {background-position: -96px -132px}
.flag.flag-sh {background-position: -112px -132px}
.flag.flag-si {background-position: -128px -132px}
.flag.flag-sk {background-position: -144px -132px}
.flag.flag-sl {background-position: -160px -132px}
.flag.flag-sm {background-position: -176px -132px}
.flag.flag-sn {background-position: -192px -132px}
.flag.flag-so {background-position: -208px -132px}
.flag.flag-somaliland {background-position: -224px -132px}
.flag.flag-sr {background-position: -240px -132px}
.flag.flag-ss {background-position: 0 -143px}
.flag.flag-st {background-position: -16px -143px}
.flag.flag-sv {background-position: -32px -143px}
.flag.flag-sx {background-position: -48px -143px}
.flag.flag-sy {background-position: -64px -143px}
.flag.flag-sz {background-position: -80px -143px}
.flag.flag-tc {background-position: -96px -143px}
.flag.flag-td {background-position: -112px -143px}
.flag.flag-tf {background-position: -128px -143px}
.flag.flag-tg {background-position: -144px -143px}
.flag.flag-th {background-position: -160px -143px}
.flag.flag-tj {background-position: -176px -143px}
.flag.flag-tk {background-position: -192px -143px}
.flag.flag-tl {background-position: -208px -143px}
.flag.flag-tm {background-position: -224px -143px}
.flag.flag-tn {background-position: -240px -143px}
.flag.flag-to {background-position: 0 -154px}
.flag.flag-tr {background-position: -16px -154px}
.flag.flag-tt {background-position: -32px -154px}
.flag.flag-tv {background-position: -48px -154px}
.flag.flag-tw {background-position: -64px -154px}
.flag.flag-tz {background-position: -80px -154px}
.flag.flag-ua {background-position: -96px -154px}
.flag.flag-ug {background-position: -112px -154px}
.flag.flag-um {background-position: -128px -154px}
.flag.flag-us {background-position: -144px -154px}
.flag.flag-uy {background-position: -160px -154px}
.flag.flag-uz {background-position: -176px -154px}
.flag.flag-va {background-position: -192px -154px}
.flag.flag-vc {background-position: -208px -154px}
.flag.flag-ve {background-position: -224px -154px}
.flag.flag-vg {background-position: -240px -154px}
.flag.flag-vi {background-position: 0 -165px}
.flag.flag-vn {background-position: -16px -165px}
.flag.flag-vu {background-position: -32px -165px}
.flag.flag-wales {background-position: -48px -165px}
.flag.flag-wf {background-position: -64px -165px}
.flag.flag-ws {background-position: -80px -165px}
.flag.flag-ye {background-position: -96px -165px}
.flag.flag-yt {background-position: -112px -165px}
.flag.flag-za {background-position: -128px -165px}
.flag.flag-zanzibar {background-position: -144px -165px}
.flag.flag-zm {background-position: -160px -165px}
.flag.flag-zw {background-position: -176px -165px}


.dropdownCountryPhone .modal-body input:last-of-type {
  padding-left: 95px;
  padding-right: 62px;
}

.dropdownCountryPhone .field .country-phone-search {
  position: relative;
  padding-left: 10px !important;
  top: 120px;
  width: 232px;
  margin: 14px 16px;
  border-radius: 0;
  z-index: 900;
  outline-color: #3a62c3;
}
.dropdownCountryPhone .country-phone-options input {
  width: 100%;
  padding: 3px 2px;
  margin: 0;
}
.dropdownCountryPhone input {
  width: 100%;
  font-size: 16px;
  font-family: "Whitney", Arial, sans-serif;
  color: #282828;
  line-height: 2.25;
  border: 1px solid rgb(204, 204, 204);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 4px 11px;
  margin: 6.5px 0;
  max-width: 355px;
  box-sizing: border-box;
}



.dropdownCountryPhone .newContactBlock__area{
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.dropdownCountryPhone h3{
  font-size: 36px;
  color: #010101;
  text-align: center;
  font-weight: 400;
}
.dropdownCountryPhone .newContactBlock__itemLeft{
  display: grid;
  grid-template-columns: 1fr;
}
.dropdownCountryPhone .newContactBlock__itemLeft input{
  width: 355px;
  box-sizing: border-box;
  color: #4e555a;
  font-size: 18px;
  border: 1px solid #a0a3be;
  max-height: 49px;
  margin-bottom: 11px;
  margin-top: 0;
  outline: none;
}
.dropdownCountryPhone .newContactBlock__itemLeft input::placeholder{
  color: #4e555a;
}
.dropdownCountryPhone .newContactBlock__itemRight{
  max-width: 607px;
  max-height: 229px;
  background: #fff;
  margin-left: 14px;
  box-sizing: border-box;
  border: 1px solid #a0a3be;
  border-radius: 2px;
}
.dropdownCountryPhone .newContactBlock__itemRight div{
  height: 100%;
  width: 100%;
  outline: none;
  padding: 11px 13px;
  font-size: 18px;
  color: #4e555a;
}
.dropdownCountryPhone .main-button-red {
  background-color: #e31d25;
  color: #ffffff;
  padding: 20px 20px;
  display: inline-block;
  -webkit-border-radius: 2em;
  -o-border-radius: 2em;
  -moz-border-radius: 2em;
  -khtml-border-radius: 2em;
  border-radius: 2em;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 700;
  width: 217px;
  box-sizing: border-box;
  text-align: center;
  height: 57px;
}
.newContactBlock__submit{
  text-align: center;
}
.custom-select-wrapper {
position: relative;
display: inline-block;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.custom-select-wrapper select {
display: none;
}
.custom-select {
  position: relative;
  display: inline-block;
}
.custom-select-trigger {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #4e555a;
  background: #fff;
  -webkit-box-shadow: inset 1px 1px 6px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 1px 1px 6px -6px rgba(0,0,0,0.75);
  box-shadow: inset 1px 1px 6px -6px rgba(0,0,0,0.75);
  line-height: 32px;
  cursor: pointer;
  width: 355px;
  padding: 8px 13px;
  position: relative;
  left: 0;
  border: 1px solid #a0a3be;
  box-sizing: border-box;
  height: 49px;
  border-radius: 2px;
  z-index: 9999;
}
.countryOpen .custom-select-trigger {
  z-index: 1;
}
.custom-select-trigger:after {
position: absolute;
display: block;
content: '';
width: 7px; height: 7px;
top: 50%; right: 25px;
margin-top: -3px;
border-bottom: 2px solid #000;
border-right: 2px solid #000;
-webkit-transform: rotate(45deg) translateY(-50%);
-ms-transform: rotate(45deg) translateY(-50%);
transform: rotate(45deg) translateY(-50%);
-webkit-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
margin-top: 3px;
-webkit-transform: rotate(-135deg) translateY(-50%);
-ms-transform: rotate(-135deg) translateY(-50%);
transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
position: absolute;
display: block;
top: 100%; left: 0; right: 0;
min-width: 100%;
background: #fff;
-webkit-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
opacity: 0;
visibility: hidden;
pointer-events: none;
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
-webkit-box-shadow: 0 4px 9px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 0 4px 9px -4px rgba(0,0,0,0.75);
box-shadow: 0 4px 9px -4px rgba(0,0,0,0.75);
}
.custom-select.opened .custom-options {
opacity: 1;
visibility: visible;
pointer-events: all;
z-index: 100;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
  transform: translateY(0);
  padding-bottom: 10px;
}
.option-hover:before {
background: #f9f9f9;
}
.custom-option {
position: relative;
display: block;
padding: 0 15px;
font-size: 16px;
color: #4e555a;
line-height: 35px;
cursor: pointer;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.custom-option:last-of-type {
border-bottom: 0;
}
.custom-option:hover{
font-weight: 700;
}
.custom-option.selection{
color: #dcdcdc;
border: none;
text-decoration: none;
font-weight: 400;
}
.country-phone{
  position: relative;
  z-index: 900;
}
.dropdownCountryPhone .field .country-phone-search{
  position: absolute;
  top: 42px;
  left: 0;
  display: none;
}
.dropdownCountryPhone{
  z-index: 10;
  margin-bottom: 11px;
  margin-top: 3px;
}
.dropdownCountryPhone #phone{
  padding-left: 102px;
  position: relative;
  z-index: 2;
}
.newContactBlock__itemRight textarea{
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  resize: none;
  box-sizing: border-box;
  border: none;
}
.country-phone-selected, .country-phone-selectedForex{
  z-index: 12;
  top: 5px;
  left: 110px;
}
.dropdownCountryPhone .form{
  position: relative;
}
#phone::-webkit-input-placeholder{color:#cfcfcf;}
#phone::-moz-placeholder{color:#cfcfcf;}
#phone:-moz-placeholder{color:#cfcfcf;}
#phone:-ms-input-placeholder{color:#cfcfcf;}
.country-phone-selected, .country-phone-selectedForex{
  color: #838383;
}

@media screen and (max-width: 768px){
  .dropdownCountryPhone .newContactBlock__area{
      grid-template-columns: 1fr;
      justify-items: center;
  }
  .dropdownCountryPhone .newContactBlock__itemRight{
      width: 355px;
      margin-left: 0;
      margin-top: 11px;
      height: 155px;
  }
}
.country-phone-options{
  top: 11px;
  left: 107px;
}
.dropdownCountryPhone .field .country-phone-search{
  top: 57px;
  left: 105px;
}
.noRes{
  top: 150px;
  left: 145px;
  padding-top: 5px;
  z-index: 9999;
}



/******************Ð¤ÐžÐ&nbsp;Ð•ÐšÐ¡ Ð­Ð¢Ðž ÐŸÐ&nbsp;ÐžÐ¡Ð¢Ðž******************/

#newForex-it-ease #phone-forex{
  padding-left: 110px;
  position: relative;
}
#newForex-it-ease #phone-forex::placeholder{
  font-size: 15px;
}

#newForex-it-ease .country-phone-selectedForex{
  left: 6px;
}

/******************ÐšÐžÐÐ¢ÐÐšÐ¢Ð«******************/

#newContactBlock .newContactBlock__itemLeft input.country-phone-search{
  width: 232px;
}
#newContactBlock .newContactBlock__itemLeft .country-phone-options{
  left: 0;
  margin: 104px 0 0 0;
  padding-top: 0;
}
#newContactBlock #phone-contact{
  padding-left: 109px;
  position: relative;
}
/*.country-phone-selectedContact.arrow_up ~ label::after{*/
  /*content: "";*/
  /*background: #fff;*/
  /*position: absolute;*/
  /*z-index: 890;*/
  /*top: 50px;*/
  /*width: 268px;*/
  /*height: 56px;*/
  /*left: -4px;*/
  /*border: 1px solid #ccc;*/
  /*border-bottom: none;*/
  /*padding-bottom: 70px;*/
/*}*/
/*.country-phone-selectedForex.arrow_up ~ label::after{*/
  /*content: "";*/
  /*background: #fff;*/
  /*position: absolute;*/
  /*z-index: 890;*/
  /*top: 94px;*/
  /*width: 268px;*/
  /*height: 56px;*/
  /*left: -4px;*/
  /*border: 1px solid #ccc;*/
  /*border-bottom: none;*/
  /*padding-bottom: 70px;*/
/*}*/
.country-phone-selectedForex ~ label .afterSearchLabel, .country-phone-selectedContact ~ label .afterSearchLabel{
  display: none;
  background: #fff;
  position: absolute;
  z-index: 890;
  border: 1px solid #ccc;
  border-bottom: none;
  padding-bottom: 71px;
}
.country-phone-selectedForex.arrow_up ~ label .afterSearchLabel{
  display: inline-block;
  top: 93px;
  width: 268px;
  height: 56px;
  left: -4px;
}
.country-phone-selectedContact.arrow_up ~ label .afterSearchLabel{
  display: inline-block;
  top: -23px;
  width: 268px;
  height: 56px;
  left: -4px;
}
/* End */



/* Start:/bitrix/components/fg/main.time.chooser/templates/time.chooser/style.css?16693645653710*/
.fg-header-clock {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    min-width: 88px;
    margin-left: 17px;
}

.fg-header-clock-block {
    color: #262e35;
    font-family: Whitney, Arial, Verdana, Helvetica, sans-serif;
    cursor: pointer;
}


/****** change timezone start ******/

.sync-time-popup {
    cursor: default;
    display: none;
    width: 430px;
    padding: 25px 20px 0;
    background: #fff;
    border: 3px solid #e5e5e5;
    border: 3px solid rgba(0,0,0,0.1);
    -webkit-box-shadow: 7px 7px rgba(0,0,0,0.1);
    box-shadow: 7px 7px rgba(0,0,0,0.1);
    position: absolute;
    margin-top: 18px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #828588;
    z-index: 999999;
}

.sync-time-popupafter, .sync-time-popup:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    border: solid transparent;
}

.sync-time-popup:before {
    border-color: rgba(229,229,229,0);
    border-bottom-color: #eeeeee;
    border-width: 14px;
    left: 23px;
}

.sync-time-popup:after {
    border-color: rgba(255,255,255,0);
    border-bottom-color: #fff;
    border-width: 10px;
    left: 27px;
}

.sync-time-popup .h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #323232;
    margin: 0 190px 23px 0;
    font-family: "Whitney A", "Whitney B", Arial, sans-serif;
}

.sync-time-popup .s-time {
    display: block;
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    color: #5f6f83;
    font-family: "Whitney A", "Whitney B", Arial, sans-serif;
}

.sync-time-popup p {
    margin: 0 0 23px;
}

.sync-time-popup fieldset {
    padding: 0 0 17px;
    border: 0px;
}

.sync-time-popup label {
    display: inline-block;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 14px;
    color: #323232;
    font-weight: normal;
}

.sync-time-popup select {
    display: block;
    width: 384px;
    height: 33px;
    margin: 0;
    padding: 7px 14px 5px;
    border: none;
    border-radius: 16px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: /*url("/bitrix/components/fg/main.time.chooser/templates/time.chooser/../i/select-bg.png") 0 0 repeat-x*/ #e1e2e3;
    font: 14px "Whitney A", "Whitney B", Arial, sans-serif;
    color: #262626;
}

.sync-time-popup .radio li {
    float: left;
    margin: 0 10px 0 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    list-style: none;
}

.sync-time-popup .radio li input.radio {
    position: absolute;
    top: 0;
    left: -9999px;
}
.sync-time-popup .radio {
    overflow: hidden;
    margin-bottom: 0;
}

.sync-time-popup .radio li label:hover {
    background: #f1f3f5;
}

.sync-time-popup .radio li.checked label {
    background: #5f6f83;
    border-color: #5f6f83;
    color: #fff;
}

.sync-time-popup .radio li label {
    float: left;
    border: 1px solid #d6d6d6;
    border-radius: 16px;
    line-height: 28px;
    padding: 0 17px;
    color: #828588;
    cursor: pointer;
}

.sync-time-popup label {
    display: inline-block;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 14px;
    color: #323232;
}

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.sync-time-popup .stp-bottom {
    position: relative;
    left: -20px;
    margin: 0 -40px 0 0;
    padding: 20px 20px 1px;
    background: #f7f7f7;
}

/****** change timezone end ******/
/* End */



/* Start:/bitrix/components/fg/main.menu.sitechoose/templates/chooser-new-v1/style.css?16693645653819*/
.lang-choose{
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
}
.lang-choose .dropdown-toggle{
    background-color: transparent;
    border:none;
    border-bottom: 1px dotted #fff;
    font-weight: 300;
}
.lang-choose .dropdown-toggle img{
    margin-right: 8px;
    vertical-align: baseline;

}
.lang-choose &gt;.dropdown-menu{
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: none;
    right: -25%;
    left:auto;
    min-width: unset;
    padding: 5px 0;
}
.lang-choose .dropdown-menu&gt;li&gt;a{
    padding: 3px 25px 3px 15px;
}
.lang-choose .dropdown-menu&gt;li.active-lang{
    display: none;
}
.lang-choose .dropdown-menu&gt;li&gt;a:after{
    display: none;
}
html[lang="farsi"] .lang-choose .dropdown-menu&gt;li&gt;a, html[lang="ar"] .lang-choose .dropdown-menu&gt;li&gt;a {
    padding: 3px 15px 3px 25px;
    text-align: right;
}
.lang-choose .dropdown-menu li{
    border-bottom: 1px solid rgba(255,255,255,.33);
    width: 100%;
}
.lang-choose .dropdown-menu li a{
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
    margin-left: 0!important;
    margin-right: 0!important;
    text-decoration: none;
}
.lang-choose .dropdown-menu li:last-child a{
    border-bottom: none;
}
.lang-choose .dropdown-menu li a:hover{
    background: none;
    text-decoration: underline;
}
.lang-choose .dropdown-menu li a img{
    margin-right: 7px;
}
html[lang="farsi"] .lang-choose .dropdown-menu li a img, html[lang="ar"] .lang-choose .dropdown-menu li a img{
    margin-right: 0;
    margin-left: 7px;
}
.lang-choose .dropdown-toggle img{
    width: 17px!important;
    height: 12px!important;
    display: inline-block;
    vertical-align: middle!important;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(72,72,72,1);
    -moz-box-shadow: 1px 1px 2px 0px rgba(72,72,72,1);
    box-shadow: 1px 1px 2px 0px rgba(72,72,72,1);
    position: relative;
    top: -2px;
}
.lang-choose .dropdown-toggle{
    border-bottom: 1px dotted #fff;
    margin-bottom: 9px!important;
}
.affix .lang-choose .dropdown-toggle{
    border-bottom: 1px dotted #000!important;
}
.lang-choose .dropdown-toggle span{
    border-bottom: none!important;
    font-size: 16px;
    font-weight: 400;
    color: #3f3f3f;
}
@media(min-width: 768px) {
    .lang-choose .dropdown-menu::before, .lang-choose .dropdown-menu::after {
        content: '';
        position: absolute;
        left: 45%;
        top: -20px;
        border: 10px solid transparent;
        border-bottom: 10px solid #c4c4c4;
    }

    .lang-choose .dropdown-menu::after {
        border-bottom: 10px solid #fff!important;
        top: -19px;
    }
}


/**** custom style start ****/

/**** style from top-navigation template fibo_guru_2018 ****/
.left-top-menu .lang-choose .dropdown-toggle{
    color: #3f3f3f;
}
@media screen and (min-width: 930px){
    .left-top-menu .lang-choose .dropdown-menu{
        left: -10%;
        right: 0;
        /*min-width: unset;*/
    }
    .left-top-menu .lang-choose .dropdown-menu:before, .left-top-menu .lang-choose .dropdown-menu:after{
        left: 13%;
    }
    .left-top-menu .lang-choose .dropdown-toggle div{
        border-bottom: 1px dotted rgba(0, 0, 0, .33);
    }
    .left-top-menu .lang-choose .dropdown-menu&gt;li{
        padding: 0!important;
    }
    .left-top-menu .lang-choose .dropdown-menu&gt;li&gt;a{
        padding: 3px 25px 3px 15px!important;
        font-size: 16px !important;
    }
}

/**** style from top-navigation template fibo_guru_mini_site ****/

@media screen and (min-width: 992px){
    .firstSubMenu .lang-choose{
        float: left;
    }
    .firstSubMenu .lang-choose .dropdown-toggle{
        border-bottom: 1px dotted #ffffff;
    }
}
/* End */



/* Start:/local/templates/.default/components/bitrix/menu/fibo_guru_2018/style.css?166936458054086*/
header #top-menu {
    background: #f6f6f6;
    font-size: 15px;
    display: none;
}
header #top-menu .container{
    padding-left: 20px;
    padding-right: 20px;
}
header #top-menu ul li {
    padding: 15px 0;
}
header #top-menu ul &gt; div{
    display: inline-block;
}
header #top-menu ul.left-top-menu {
    list-style: none;
    display: inline-block;
}
header #top-menu ul.left-top-menu li {
    display: inline-block;
}
header #top-menu ul.left-top-menu li a {
    padding-left: 3px;
    margin: 0;
    color: #676767;
    font-size: 15px;
}
/*header #top-menu ul.left-top-menu li:first-child a:after {*/
    /*content: '';*/
    /*border-right: 1px solid #676767;*/
    /*padding-left: 9px;*/
    /*font-size: 9px;*/
/*}*/
header #top-menu ul.left-top-menu li:first-child a {
    padding-left: 0;
}
header #top-menu ul.right-top-menu {
    float: right;
}
header #top-menu ul.right-top-menu a {
    color: #e41f27;
    font-weight: 500;
    letter-spacing: 0.3px;
}
header #top-menu ul.right-top-menu li:first-child a:before {
    content: "\f023";
    font-family: 'FontAwesome';
    color: #676767;
    font-size: 14px;
    padding-right: 6px;
}
header #bottom-menu {
    padding: 0;
}
header #bottom-menu .navbar-header {
    margin-bottom: 2px;
    background: #fff;
    padding-bottom: 3px;
}
header #bottom-menu .navbar-header:before {
    content: '';
    box-shadow: 0px 2px 4px 0px #c6c6c8;
    width: 100%;
    position: absolute;
    left: 0;
    display: inline-block;
    top: 56px;
    height: 0.5px;
    z-index: 0;
}
header #bottom-menu .navbar-header .navbar-toggle {
    padding: 14px 3px 10px 1px;
    margin-left: 17px;
    display: inline-block;
}
header #bottom-menu .navbar-header .navbar-toggle[aria-expanded="true"] {
    margin-top: 12px;
}
header #bottom-menu .navbar-header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 3px;
}
header #bottom-menu .navbar-header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
    display: none;
}
header #bottom-menu .navbar-header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(4) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
}
header #bottom-menu .navbar-header .navbar-toggle .icon-bar {
    background: #262e35;
}
header #bottom-menu .navbar-header .mobile-auth {
    float: right;
    display: block;
    padding: 22px 4px 12px 2px;
    font-weight: 500;
    color: #000;
    display: inline-flex;
    font-size: 15px;
}
header #bottom-menu .navbar-header button.navbar-toggle.collapsed:after{
    content: "";
    display: inline-block;
    width: 1px;
    height: 22px;
    background: #c6c6c8;
    position: relative;
    top: -17px;
    left: -21px;
    float: left;
}
header #bottom-menu .navbar-header button.navbar-toggle:after{
    content: "";
    display: inline-block;
    width: 1px;
    height: 22px;
    background: #c6c6c8;
    position: relative;
    top: -12px;
    left: -21px;
    float: left;
}
header #bottom-menu .navbar-header .navbar-brand {
    height: auto;
}
header #bottom-menu .navbar-header .navbar-brand img {
    max-width: 140px;
}
header #bottom-menu .navbar-collapse {
    display: none !important;
    margin-top: -3px;
}
header #bottom-menu .navbar-collapse .bottom-menu-top-section {
    background: #f6f6f6;
    padding-top: 9px;
    padding-left: 20px;
    padding-bottom: 11px;
}
header #bottom-menu .navbar-collapse .bottom-menu-top-section .red-button-main {
    padding: 10px 27px 7px;
    margin: 0 4px;
    font-weight: 700;
}
header #bottom-menu .navbar-collapse .bottom-menu-top-section .transparent-button-main {
    padding: 9px 21px;
    margin: 3px 4px;
    border-color: #e41f27;
    color: #000000;
    font-weight: 700;
}
header #bottom-menu .navbar-collapse .bottom-menu-top-section li {
    display: inline-block;
    font-size: 19px;
    vertical-align: middle;
}
header #bottom-menu .navbar-collapse .bottom-menu-top-section li.contact-information {
    text-align: right;
    padding-top: 25px;
    min-width: 220px;
}
header #bottom-menu .navbar-collapse .bottom-menu-top-section li.contact-information .number-phone {
    font-size: 26px;
    color: #000000;
    text-decoration: none;
}
header #bottom-menu .navbar-collapse .bottom-menu-top-section li.contact-information .number-phone b{
    font-weight: 900;
}
header #bottom-menu .navbar-collapse .bottom-menu-top-section li.contact-information .number-phone:hover{
    color: #000000;
    text-decoration: none;
}
header #bottom-menu .navbar-collapse .bottom-menu-top-section li.contact-information .description-number-phone {
    font-size: 13px;
    color: #676767;
}
header #bottom-menu .navbar-collapse .bottom-menu-top-section li.contact-information .traide-fibo {
    color: #e41f27;
    font-size: 14px;
    font-weight: 700;
    padding-top: 15px;
    letter-spacing: 0.3px;
    cursor: pointer;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section {
    width: 100%;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 16px 20px 0 20px;
    height: 530px;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu.chevron-right-dropdown-parent{
    top: 56px;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li {
    font-size: 18px;
    padding: 17px 0 15px;
    font-weight: 400;
    border-bottom: 1px solid #dddddd;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li &gt; a {
    text-decoration: none;
    color: #3f3f3f;
    width: 100%;
    display: inline-block;
    letter-spacing: normal;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li &gt; a:hover {
    text-decoration: none;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-toggle:after {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    font-size: 0.8em;
    color: #7a7a7a;
    -webkit-text-fill-color: #7a7a7a;
    -webkit-text-stroke: 1px #fff;
    top: 17px;
    transition: transform 0.3s;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.open.dropdown .dropdown-toggle:after {
    color: red;
    -webkit-text-fill-color: red;
    transition: transform 0.3s;
    transform: rotate(180deg);
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown:last-child .dropdown-toggle:after {
    transform: rotate(-90deg);
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu {
    width: 100%;
    box-shadow: none;
    border: none;
    position: relative;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu li {
    padding-bottom: 6.5px;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu li a, header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu li span {
    color: #323232;
    letter-spacing: 0;
}
.dropdown-menu&gt;li&gt;span {
    display: block;
    padding: 2px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu li:last-child {
    padding-bottom: 0;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu.analytics-dropdown {
    padding-top: 13px;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu.analytics-dropdown li {
    padding-bottom: 6px;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu.analytics-dropdown li a {
    font-size: 14.6px;
    padding-left: 18px;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu.analytics-dropdown li:last-child {
    padding-bottom: 0;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu.learning-column-parent {
    padding-left: 18px;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu.learning-column-parent .title-menu-block {
    font-size: 14px;
    color: #e41f27;
    padding-bottom: 6px;
    padding-top: 20px;
    letter-spacing: 0.045em;
    text-transform: none;
    font-weight: 500;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu.learning-column-parent .learning-column li {
    padding-top: 13px;
    padding-bottom: 5.3px;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu.learning-column-parent .learning-column li a {
    font-size: 14.6px;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu.useful-information-dropdown {
    position: fixed;
    top: 115px;
    bottom: 0;
    padding: 23px 20px 50px;
    overflow-y: scroll;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu.useful-information-dropdown li {
    font-size: 17px;
    color: #000;
    border-bottom: 1px solid #dddddd;
    padding: 12px 0 14px;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu.useful-information-dropdown li a {
    padding: 0;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu.useful-information-dropdown li .back-button {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding-bottom: 4px;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu.useful-information-dropdown li .back-button:before {
    content: "\f053";
    font-family: 'FontAwesome';
    position: absolute;
    left: 19px;
    font-size: 0.8em;
    color: #3f3f3f;
    -webkit-text-fill-color: #3f3f3f;
    -webkit-text-stroke: 1px #fff;
    margin-top: 6px;
}
header #bottom-menu .navbar-collapse.in {
    display: block !important;
}
header #bottom-menu .navbar-collapse {
    padding: 0;
}
header #bottom-menu .title-menu-block {
    font-size: 14px;
    color: #e41f27;
    text-transform: uppercase;
    padding-bottom: 12px;
}
.navbar-toggle{
    right: 0 !important;
    margin-right: 0 !important;
    padding-right: 20px !important;
}
header .openMenu .navbar-collapse .bottom-menu-top-section{
    padding-top: 21px !important;
    padding-left: 15px !important;
    padding-bottom: 14px !important;
    height: 71px;
    box-sizing: border-box;
}
.container-fluid &gt; .navbar-collapse, .container-fluid &gt; .navbar-header, .container &gt; .navbar-collapse, .container &gt; .navbar-header, header .openMenu .navbar-collapse .bottom-menu-top-section{
    padding-left: 0!important;
    padding-right: 0!important;
    margin-left: 0!important;
    margin-right: 0!important;
}
header .openMenu .navbar-collapse .bottom-menu-top-section{
    padding-left: 20px !important;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.open ul.dropdown-menu {
    padding-bottom: 0!important;
}
.navbar-brand{
    left: 0!important;
    padding-left: 20px !important;
}
footer .container{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.logoFixed{
    display: none;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section.menuFixed ul.section-dropdown &gt; li.logoFixed{
    display: inline-block;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section.menuFixed ul.section-dropdown &gt; li.logoFixed img{
    width: 29px;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section.menuFixed{
    position: fixed;
    top: 0;
    z-index: 99999;
    background: #fff;
    box-shadow: 0px 4px 12px -5px #dcdcdc;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section.menuFixed ul.section-dropdown &gt; li &gt; a{
    font-size: 16px;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section.menuFixed ul.section-dropdown &gt; li:hover &gt; a{
    border-bottom: 2px solid #e9464c;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section.menuFixed{
    margin-top: 0;
    max-width: 100%;
    background: #fff;
    height: 53px;
    box-sizing: border-box;
    min-height: 53px;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section.menuFixed:before{
    border: none;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section.menuFixed ul.section-dropdown.menuFixed &gt; li.fiboTV-menu{
    font-size: 16px;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section.menuFixed ul.section-dropdown{
    max-width: 1140px;
    margin: 0 auto;
    display: block;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section.menuFixed ul.section-dropdown &gt; li.fiboTV-menu &gt; a, header #bottom-menu .navbar-collapse .bottom-menu-bottom-section.menuFixed ul.section-dropdown &gt; li.dropdown .dropdown-menu li a{
    font-size: 16px !important;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section.menuFixed ul.section-dropdown &gt; li.dropdown .dropdown-menu{
    top: 49px;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section.menuFixed ul.section-dropdown &gt; li{
    top: -18px;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section.menuFixed ul.section-dropdown &gt; li:first-child{
    top: -10px;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section.menuFixed ul.section-dropdown &gt; li.fiboTV-menu{
    top: -4px;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section.menuFixed ul.section-dropdown &gt; li.logoFixed:hover &gt; a{
    border: none;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section.menuFixed ul.section-dropdown &gt; li.logoFixed{
    padding-right: 13px;
}
#bottom-menu .container.headerFixed{
    max-width: 100%;
    width: 100%;
}
#bottom-menu .container .navbar-header &gt; a{
    font-size: 15px !important;
}
.mob-navbar-brand{
    display: none;
}
header #top-menu ul.right-top-menu .button-log-in-out:after{
    content: "/";
    color: #e41f27;
    font-size: 14px;
}
header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .contact-block-small-screen .dropdown-menu .info-phone-block a b{
    font-weight: 900;
}
@media screen and (min-width: 931px) {
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.open ul.dropdown-menu {
        padding-bottom: 49px!important;
    }
    header #top-menu {
        display: block;
    }
    header #top-menu ul li {
        padding-top: 11px;
    }
    header #top-menu ul.right-top-menu li{
        padding-top: 15px;
    }
    header #bottom-menu .navbar-header .navbar-toggle {
        display: none;
    }
    header #bottom-menu .navbar-header .navbar-brand {
        padding: 22px 0 0;
        position: relative;
        z-index: 16;
    }
    header #bottom-menu .navbar-header .navbar-brand img {
        max-width: 263px;
    }
    header #bottom-menu .navbar-header:before {
        display: none;
    }
    header #bottom-menu .navbar-collapse {
        display: block !important;
        margin-top: 3px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section {
        float: right;
        background: #fff;
        padding-top: 18px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section .red-button-main {
        padding: 9px 38px;
        margin: 3px 6px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section .transparent-button-main {
        padding: 10px 25px 10px 36px;
        margin: 3px 23px 3px 3px;
        border-color: #d3d3d3;
        color: #e41f27;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section .transparent-button-main .caret{
        color: #ccc;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section {
        margin-top: 5px;
        min-height: 58px;
        padding-right: 30px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section:before {
        content: '';
        border-top: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        min-height: 58px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown {
        height: 51px;
        padding: 0;
        display: inline-block;
        left: 15px !important;
        width: 100%;
        max-width: 1140px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li {
        display: inline-block;
        border-bottom: none;
        padding: 21px 23px 14.5px 0;
        top: -2px;
        position: relative;
        z-index: 104;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.fiboTV-menu{
        top: 0;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li &gt; a {
        font-size: 19px;
        font-weight: 700;
        padding-bottom: 18px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li &gt; a:after {
        display: none;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li:hover &gt; a {
        border-bottom: 3px solid #e9464c;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.fiboTV-menu &gt; a{
        padding-bottom: 17px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu {
        box-shadow: 0 2px 5px 0 #cfcfcf;
        position: absolute;
        margin-top: 8px;
        border-radius: 0;
        left: -47px;
        min-width: 389px;
        padding: 25px 25px 47px;
        font-size: 17.2px;
        top: 52.4px;
        z-index: -1;
        max-width: 390px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu li {
        padding-top: 4.5px !important;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu li a {
        font-size: 18px !important;
        white-space: normal;
        max-width: 365px;
        padding-bottom: 2px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown.open .dropdown-menu.learning-column-parent {
        display: flex;
        display: -webkit-flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 18px 45px 48px;
        max-width: 1102.52px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown.open .dropdown-menu.learning-column-parent .learning-column {
        width: 100%;
        max-width: 293px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown.open .dropdown-menu.learning-column-parent .learning-column .title-menu-block {
        text-transform: uppercase;
        font-size: 13.5px;
        margin-top: 2px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown.open .dropdown-menu.learning-column-parent .learning-column ul li {
        padding: 17px 0 6px !important;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown.open .dropdown-menu.actions-dropdown-parent {
        background: #fff url("/local/templates/fibo_guru_2018/images/action-box.jpg") right bottom no-repeat;
        padding: 28px 25px 47px 28px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown.open .dropdown-menu.actions-dropdown-parent li a {
        max-width: 350px;
        line-height: 1.07em;
        white-space: normal !important;
        padding-bottom: 8px;
        letter-spacing: 0.003em;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown.open .dropdown-menu.actions-dropdown-parent li a span{
        color: #e41f27;
        font-style: italic;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown.open .dropdown-menu li a:hover, header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown.open .dropdown-menu li a:focus {
        background: none !important;
        font-weight: 700 !important;
        text-decoration: none;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.fiboTV-menu {
        margin-right: 0;
        margin-left: auto;
        padding-right: 0;
        float: right;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.fiboTV-menu &gt; a {
        font-size: 18px;
        font-weight: 900;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.fiboTV-menu &gt; a:before {
        content: '';
        background: url("/local/templates/fibo_guru_2018/images/fg-icon-fiboTV.png") no-repeat;
        width: 19px;
        height: 15px;
        display: inline-block;
        margin-right: 2px;
    }
    .new_backdrop{
        display: none !important;
    }
    header #top-menu .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-brand{
        padding-left: 15px !important;
    }
    #bottom-menu #header-bottom-menu .contact-information{
        right: 15px;
    }
    .navbar-brand {
        padding-left: 15px !important;
    }
    header #top-menu ul.right-top-menu button{
        letter-spacing: 0px!important;
    }
    footer .container{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    header .bottom-menu-bottom-section .section-dropdown li:nth-child(6){
        display: inline-block!important;
    }
    header .bottom-menu-bottom-section &gt; .section-dropdown &gt; li:nth-child(7){
        display: none!important;
    }
    header .bottom-menu-bottom-section .section-dropdown li:nth-child(10){
        display: none!important;
    }
}
@media screen and (min-width: 767px) and (max-width: 930px) {
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu{
        position: initial;
    }
    header #bottom-menu .navbar-header {
        width: 100%;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section:after {
        content: '';
        background-color: #f6f6f6;
        position: absolute;
        height: 54px;
        left: 0;
        right: 0;
        z-index: -1;
        margin-top: -3px;
    }
    #bottom-menu #header-bottom-menu .contact-information{
        position: relative;
        right: 20px;
    }
}
@media screen and (max-width: 931px){
    header #bottom-menu .navbar-collapse.in{
        position: absolute;
        background: #ffffff;
        left: 0;
        right: 0;
        bottom: 0;
        top: 74px;
        overflow-x: auto;
        margin-right: 0;
        z-index: 15;
    }
    body.notScroll{
        overflow-y: hidden;
        position: fixed;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu.chevron-right-dropdown-parent{
        position: fixed;
        top: 56px;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        padding: 20px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown li .dropdown-menu.chevron-right-dropdown-parent &gt; li {
        padding-bottom: 6px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown li .dropdown-menu.chevron-right-dropdown-parent &gt; li a, header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown li .dropdown-menu.chevron-right-dropdown-parent &gt; li span {
        display: block;
        font-size: 17px;
        padding: 8px 0 12px;
        font-weight: 400;
        border-bottom: 1px solid #dddddd;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown li .dropdown-menu.chevron-right-dropdown-parent &gt; li span{
        text-align: center;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown li .dropdown-menu.chevron-right-dropdown-parent &gt; li span:before{
        content: "\f053";
        font-family: 'FontAwesome';
        position: absolute;
        left: 0;
        font-size: 0.8em;
        color: #3f3f3f;
        -webkit-text-fill-color: #3f3f3f;
        -webkit-text-stroke: 1px #fff;
        margin-left: 20px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu.learning-column-parent .learning-column:first-child .title-menu-block{
        display: none;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu li a, header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu li span{
        letter-spacing: 0.4px;
        font-size: 17px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu.analytics-dropdown-parent{
        padding-top: 14px;
    }

    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen {
        text-align: right;
        float: right;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .lang-choose .dropdown-toggle{
        border-bottom: none;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .lang-choose .dropdown-toggle span{
        display: none;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .lang-choose .dropdown-toggle img {
        margin-right: 20px;
        width: 21px!important;
        margin-top: 13px;
        height: 14px!important;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .lang-choose .dropdown.open .dropdown-menu, header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .contact-block-small-screen .dropdown.open .dropdown-menu{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 100%;
        max-width: 278px;
        height: 100vh;
        line-height: 1em;
        margin: 0;
        border-radius: 0;
        border: none;
        box-shadow: none;
        display: flex;
        flex-direction: column;
        padding: 137.5px 20px 20px 22px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .contact-block-small-screen .dropdown.open .dropdown-menu{
        padding: 128.5px 20px 20px 22px;
    }
  header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .lang-choose .dropdown-menu&gt;li&gt;a {
        padding: 13px 0 14px 0;
        width: 100%;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .lang-choose .dropdown-menu li a img{
        margin-right: 13px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .lang-choose .dropdown-menu li.active-lang img, header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .lang-choose .dropdown-menu li.active-lang span {
        opacity: .24;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .lang-choose .dropdown.open .dropdown-backdrop, header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .contact-block-small-screen .dropdown.open .dropdown-backdrop{
        background: rgba(0,0,0,.33);
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .contact-block-small-screen, header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .lang-choose {
        display: inline-block;
        vertical-align: middle;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .contact-block-small-screen #contactBlockSmall{
        border: none;
        background: none;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .contact-block-small-screen #contactBlockSmall img{
        margin-right: 18px;
        margin-top: 6px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .contact-block-small-screen .dropdown-menu{
        overflow-y: auto;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .contact-block-small-screen .dropdown-menu .bottom-border-block {
        border-bottom: 1px solid #dddddd;
        font-size: 14px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .contact-block-small-screen .dropdown-menu .info-phone-block {
        padding-top: 15px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .contact-block-small-screen .dropdown-menu .info-phone-block a {
        font-size: 24px;
        color: #000;
        font-weight: 400;
        text-decoration: none;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .contact-block-small-screen .dropdown-menu .info-phone-block a {
        color: #000;
        text-decoration: none;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .contact-block-small-screen .dropdown-menu .info-phone-block a span {
        font-weight: 600;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .contact-block-small-screen .dropdown-menu .info-phone-block p {
        font-size: 14px;
        color: #9c9c9c;
        padding-top: 3px;
        padding-bottom: 9px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .contact-block-small-screen .dropdown-menu .info-mail-block-all{
        padding-top: 8px;
        padding-bottom: 2px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .contact-block-small-screen .dropdown-menu .info-mail-block{
        font-size: 16px;
        padding: 9px 0;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .contact-block-small-screen .dropdown-menu .info-mail-block p{
        color: #000;
        margin-bottom: 3px;
        margin-top: 5px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .contact-block-small-screen .dropdown-menu .info-mail-block a{
        color: #e51f27;
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .contact-block-small-screen .dropdown-menu .online-chat-block {
        position: relative;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .contact-block-small-screen .dropdown-menu .online-chat-block a{
        font-size: 17px;
        color: #000000;
        letter-spacing: -0.1px;
        display: block;
        margin-top: 19px;
        margin-bottom: 17px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .contact-block-small-screen .dropdown-menu .online-chat-block a:after{
        content: "\f054";
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
        font-size: 0.8em;
        color: #3f3f3f;
        -webkit-text-fill-color: #3f3f3f;
        -webkit-text-stroke: 1px #fff;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .contact-block-small-screen .dropdown-menu .address-info-block{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .contact-block-small-screen .dropdown-menu .address-info-block p{
        color: #535353;
        font-size: 14px;
        padding-top: 3px;
        padding-bottom: 4px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .contact-block-small-screen .dropdown-menu .scroll-wrapper{
        overflow-y: auto;
    }
}
@media screen and (min-width: 767px) and (max-width: 991px){
    header &gt; #bottom-menu &gt; .container {
        width: 100%;
    }
    footer &gt; .container.flex-main-container {
        width: 100%;
    }
}


@media screen and (min-width: 931px){
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown{
        left: 20px;
    }
}
#bottom-menu #header-bottom-menu .contact-information{
    position: relative;
    right: 15px;
}
header #bottom-menu .navbar-header .navbar-brand{
    left: 20px;
}
header &gt; #bottom-menu &gt; .container{
    padding-left: 0;
    padding-right: 0;
}

header #bottom-menu .navbar-header::before{
    display: none;
}
footer .fibotv-footer{
    cursor: pointer;
}
footer .flex-main-container .menu-footer-block.learning-footer{
    margin-right: 60px !important;
}
#bottom-menu .bottom-menu-top-section li:nth-child(2) a{
    display: none !important;
}
#bottom-menu .bottom-menu-top-section li:nth-child(3) a{
    display: inline-block !important;
}
#header-bottom-menu .bottom-menu-top-section &gt; li:last-child{
    display: none !important;
}
#bottom-menu #header-bottom-menu .contact-information{
    display: inline-block !important;
}
.bottom-menu-bottom-section .section-dropdown &gt; li:last-child{
    display: none !important;
}
header #bottom-menu .navbar-header .mobile-auth{
    display: none;
}
#top-menu .container{
    max-width: 1170px;
    width: 100%;
}
#bottom-menu .container{
    max-width: 1170px;
    width: 100%;
}
.navbar-brand {
    padding-left: 15px;
}
header #bottom-menu .navbar-collapse .bottom-menu-top-section .red-button-main{
    margin-left: 0!important;
}
.mob_exit{
    display: none;
}
.mob_exit:focus{
    color: #000;
}
@media screen and (max-width: 930px){
    main.temp2018{
        margin-top: 71px;
    }
    header .bottom-menu-bottom-section .section-dropdown .dropdown:nth-child(6){
        display: none!important;
    }
    header .bottom-menu-bottom-section .section-dropdown .dropdown:nth-child(8){
        display: none!important;
    }
    .bottom-menu-bottom-section .section-dropdown &gt; li:last-child{
        display: inline-block !important;
    }
    #bottom-menu #header-bottom-menu .contact-information{
        display: none!important;
    }
    #header-bottom-menu .bottom-menu-top-section &gt; li:last-child{
        display: inline-block!important;
    }
    #bottom-menu .bottom-menu-top-section&gt;li:nth-child(3) a{
        display: none !important;
    }
    #bottom-menu .bottom-menu-top-section li:nth-child(2) a{
        display: inline-block !important;
    }
    .navbar-header {
        box-shadow: 1px 1px 4px 0px rgba(155,155,155, .6);
    }
    header #bottom-menu .navbar-header .navbar-toggle{
        padding: 20px 0px 10px 1px;
    }
    header #bottom-menu .navbar-header .mobile-auth{
        font-weight: 400;
    }
    #bottom-menu{
        position: fixed;
        z-index: 999;
        width: 100%;
        top: 0;
    }
    header #bottom-menu .navbar-collapse.in{
        bottom: auto;
        height: 100vh !important;
        position: fixed;
    }
    main.temp2018 .container.small-container{
        margin-top: 108px;
    }
    #bottom-menu &gt; .container{
        max-width: 100vw;
        margin-left: 0;
    }
    #header-bottom-menu{
        max-width: 100vw;
    }
    .mob_exit{
        display: inline-flex;
        float: right;
        color: #000;
        padding: 25px 4px 12px 2px;
    }
    .mob_exit:before{
        content: '';
        height: 10px;
        border-right: 1px solid #c6c6c8;
        margin-left: 7px;
        margin-right: 7px;
        position: relative;
        top: 2px;
        left: -4px;
    }
    header #bottom-menu .navbar-header .mobile-auth{
        display: inline-flex;
        padding: 29px 30px 12px 2px;
    }
    .fg-user-authorized header #bottom-menu .navbar-header .mobile-auth{
        padding: 29px 8px 12px 2px;
    }
    header #bottom-menu .navbar-header a.mobile-auth:before {
        content: "\f023";
        font-family: 'FontAwesome';
        color: #676767;
        font-size: 14px;
        padding-right: 6px;
    }
    header #bottom-menu .navbar-header{
        z-index: 99;
    }
}
@media screen and (max-width: 550px){
    header #bottom-menu .navbar-collapse.in {
        top: 60px;
    }
}
@media screen and (min-width: 550px) and (max-width: 1200px) {
    footer .container &gt; .flex-main-container div:nth-child(-n+6) {
        margin-right: 0 !important;
    }

    footer .container &gt; .flex-main-container div {
        width: 20%;
    }

    footer .container &gt; .flex-main-container .menu_Support_Link {
        width: auto;
    }
    footer .container {
        margin-right: 0;
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }
    footer .menu_Seo_Link {
        margin-right: 0;
    }
    header .openMenu .navbar-collapse .bottom-menu-top-section {
        padding-top: 15px !important;
    }
    .dropdown-menu &gt; li &gt; a{
        padding: 2px 20px;
    }
}
@media screen and (min-width: 767px) and (max-width: 1078px){
    footer .flex-main-container .menu-footer-block{
        margin-top: 0 !important;
    }
    footer .flex-main-container .action-footer,  footer .flex-main-container .shop-footer, footer .flex-main-container .events-footer{
        margin-top: 36px !important;
    }
    .fibotv-footer{
        margin-top: 0 !important;
    }
    footer .container .flex-main-container{
        margin-top: 55px!important;
    }
    footer .container &gt; .flex-main-container div:nth-child(-n+6){
        max-width: 214px;
        margin-right: 10px !important;
    }
    footer .container &gt; .flex-main-container div{
        width: 33%;
    }
    footer .container{
        margin-right: 0;
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }
    .fibotv-footer{
        width: 100%;
    }
    footer .flex-main-container .menu-footer-block.fibotv-footer{
        margin-right: 0 !important;
        order: 4;
        position: absolute;
        top: 410px;
        left: 450px;
    }
    footer .menu_Seo_Link{
        margin-right: 0;
    }
    footer .flex-main-container .menu-footer-block.menu_Seo_Link ul{
        max-width: 165px;
    }
    footer .flex-main-container .menu-footer-block.menu_Social_Link{
        order: 7;
        margin-top: 32px !important;
    }
    footer .flex-main-container .menu-footer-block.menu_Seo_Link{
        order: 9;
        width: 100%;
        margin-top: 18px !important;
    }
    footer .flex-main-container .menu-footer-block.menu_Support_Link{
        order: 8;
        width: 100%;
        margin-top: 2px !important;
        text-align: left !important;
    }
    footer .flex-main-container .menu-footer-block.copyright-text-block-footer{
        order: 11;
        width: 100%;
        margin-top: 20px !important;
    }
    footer .flex-main-container .menu-footer-block.year-copyright-block-footer{
        order: 12;
        margin-top: 24px !important;
    }
    footer .flex-main-container .menu-footer-block.menu_Technical_Link{
        order: 10;
        width: 100% !important;
        margin-top: 32px !important;
    }
    footer .flex-main-container .menu-footer-block.terns-text-block{
        order: 13;
        margin-top: 14px !important;
    }
    footer .flex-main-container .menu-footer-block.menu_Technical_Link ul li:first-child{
        padding-left: 0;
    }
    footer .container &gt; .flex-main-container div:nth-child(4){
        order: 2;
    }
    footer .container &gt; .flex-main-container div:nth-child(5){
        order: 1;
    }
    footer .container &gt; .flex-main-container div:nth-child(6){
        order: 3;
    }
    footer .flex-main-container .menu-footer-block.action-footer{
        left: 0;
    }
    footer .container .flex-main-container .menu-footer-block.menu_Social_Link{
        margin-top: 70px!important;
    }
}
@media screen and (min-width: 550px) and (max-width: 930px){
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .lang-choose .dropdown.open .dropdown-menu{
        padding: 159px 20px 20px 22px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .contact-block-small-screen .dropdown.open .dropdown-menu{
        padding: 149px 20px 20px 22px;
    }
    header #bottom-menu .navbar-header .navbar-brand {
        position: relative;
    }
    .navbar-brand img{
        width: 178px;
        max-width: 100%!important;
    }
    .mob_exit{
        padding: 29px 30px 12px 2px;
    }
    header #bottom-menu .navbar-header .navbar-toggle{
        padding: 20px 0 10px 1px;
    }
    #bottom-menu{
        font-size: 19px;
    }
    #bottom-menu{
        font-size: 19px !important;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section .red-button-main, header #bottom-menu .navbar-collapse .bottom-menu-top-section .transparent-button-main {
        display: inline-block;
        width: 126px;
        box-sizing: border-box;
        font-weight: 700;
        font-size: 16px;
        height: 37px;
    }
    header #bottom-menu .navbar-header{
        height: 71px;
        box-sizing: border-box;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section .red-button-main{
        margin-left: 5px;
        margin-right: 7px;
    }
    .navbar-brand{
        padding-top: 12px;
    }
    header .openMenu .navbar-collapse .bottom-menu-top-section{
        padding-top: 15px !important;
    }
    .navbar-toggle{
        padding-left: 16px !important;
    }
    header #bottom-menu .navbar-header .navbar-toggle{
        margin-left: -6px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .contact-block-small-screen #contactBlockSmall img{
        margin-right: 30px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen{
        margin-top: 4px!important;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li{
        padding: 13px 0 19px;
    }
}
@media screen and (max-width: 767px){
    footer .flex-main-container .menu-footer-block.logo-footer, footer .flex-main-container .menu-footer-block.phone-contact{
        display: block;
    }
    footer .container &gt; .flex-main-container div{
        width: auto;
    }
    footer .flex-main-container .menu-footer-block.phone-contact .description-number-phone{
        padding-top: 5px;
    }
    footer .flex-main-container .menu-footer-block{
        margin-right: 0 !important;
    }
}
.openMenu #header-bottom-menu{
    top: 73px !important;
}
.container-fluid&gt;.navbar-collapse, .container-fluid&gt;.navbar-header, .container&gt;.navbar-collapse, .container&gt;.navbar-header{
    margin-right: 0;
}
.navbar-header{
    position: relative;
    z-index: 16;
}
.activeBackdrop .navbar-header{
    z-index: 15!important;
}
header .openMenu .chevron-right-dropdown-parent{
    top: 141px!important;
}
.mobile-auth{
    cursor: pointer;
}
.chevron-right-dropdown-parent li:first-child{
    cursor: pointer;
}
@media screen and (max-width: 810px) {
    footer .flex-main-container .logo-footer {
        display: none;
    }
}
.fg-header-clock{
    color: #3f3f3f;
    font-size: 19px;
    font-weight: 700;
    margin-left: 26px;
}
@media screen and (max-width: 549px){
    main.temp2018{
        margin-top: 57px;
    }
    .mob-navbar-brand{
        display: inline-block;
    }
    .mob-navbar-brand img{
        width: 36px;
        top: 9px;
        position: relative;
    }
    header #bottom-menu .navbar-header .navbar-brand {
        padding: 9px 0 12px 35px;
    }
    .navbar-toggle{
        margin-right: 18px;
    }
    .navbar-toggle{
        margin-top: 2px;
    }
    header #bottom-menu .navbar-header .navbar-toggle[aria-expanded="true"]{
        margin-top: 7px;
    }
    header #bottom-menu .navbar-header{
        height: 57px;
        box-sizing: border-box;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section{
        height: 63px;
        box-sizing: border-box;
        padding-top: 10px;
        position: relative;
        z-index: 99;
        width: 100%;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section .red-button-main{
        margin: 0 5px;
    }
    header #bottom-menu .navbar-header .navbar-toggle[aria-expanded="true"]{
        margin-top: 6px;
        margin-left: 13px;
    }
    header #bottom-menu .navbar-header .navbar-toggle{
        margin-left: 13px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section li.floating-right-small-screen .contact-block-small-screen #contactBlockSmall img{
        margin-right: 30px;
    }
    header #bottom-menu .navbar-header .mob_exit{
        padding: 22px 28px 12px 2px;
    }
    header #bottom-menu .navbar-header .mobile-auth{
        padding: 22px 27px 12px 2px;
    }
    .fg-user-authorized header #bottom-menu .navbar-header .mobile-auth{
        padding: 22px 7px 12px 2px;
    }
    header #bottom-menu .navbar-header .mobile-auth::after {
        top: -2px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li{
        padding: 14px 0 18px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu li{
        padding-bottom: 4.5px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section .red-button-main, header #bottom-menu .navbar-collapse .bottom-menu-top-section .transparent-button-main{
        display: inline-block;
        width: 105px;
        height: 35px;
        box-sizing: border-box;
        padding: 10px 26px 7px;
        font-size: 15px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-top-section .transparent-button-main{
        padding: 10px 23px 7px;
    }
    header #bottom-menu .navbar-header .navbar-toggle {
        padding: 20px 0 10px 0;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li &gt; a{
        font-size: 17px;
        color: #000;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu li a{
        font-size: 15px;
        color: #666;
    }
    .dropdown-menu&gt;li&gt;a{
        padding: 3.5px 19px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.open ul.dropdown-menu{
        padding-top: 14px;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown.chevron-right-dropdown .dropdown-menu li:first-child span{
        color: #000;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown.chevron-right-dropdown .dropdown-menu li a{
        font-size: 17px;
        color: #000;
    }
    header #bottom-menu .navbar-header .navbar-brand img{
        display: none;
    }
}
.dropdown-menu &gt; li &gt; a:focus, .dropdown-menu &gt; li &gt; a:hover{
    background: none;
    font-weight: 700 !important;
}
header .openMenu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li &gt; a{
    color: #000 !important;
}
@media screen and (max-width: 1200px){
    .logo-footer{
        display: none;
    }
    footer .flex-main-container .menu-footer-block{
        margin-right: 0;
    }
}
@media screen and (min-width: 1170px){
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.actions-dropdown ul.actions-dropdown-parent{
        width: 610px !important;
        max-width: 610px !important;
    }
}
@media screen and (max-width: 1169px){
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.actions-dropdown ul.actions-dropdown-parent{
        width: 495px !important;
    }
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown.open .dropdown-menu.actions-dropdown-parent{
        background-position-y: 135px;
        background-position-x: 200px;
    }
}
.menu_Seo_Link{
    margin-right: 0;
}
footer .flex-main-container .menu-footer-block.menu_Seo_Link ul li:last-child a{
    padding-right: 0;
}
footer .flex-main-container .menu-footer-block.menu_Support_Link ul li:first-child a{
    padding-left: 0 !important;
}
footer .container &gt; .flex-main-container .menu_Technical_Link{
    width: auto;
}
footer .flex-main-container .menu-footer-block{
    width: auto;
}
.flex-main-container{
    position: relative;
}
footer .flex-main-container .menu-footer-block.menu_Social_Link{
    margin-top: 40px !important;
}
.navbar-header{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.dropdown-backdrop{
    display: none !important;
}
.new_backdrop{
    position: fixed;
    /* overflow: hidden; */
    z-index: 990;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.33);
    display: none;
    transform: translate3d(0,0,0);
}
.contact-block-small-screen &gt; .dropdown.open .new_backdrop{
    display: block;
}
.lang-choose &gt; .dropdown.open .new_backdrop{
    display: block;
}
.navbar-toggle .icon-bar{
    width: 20px;
}
header #top-menu .container ul.right-top-menu li{
    padding: 13px 0 12px;
    padding-right: 7px;
}
header #top-menu ul.right-top-menu button.button-log-in-out{
    margin-right: -14px;
}
.left-top-menu .lang-choose .dropdown-toggle {
    padding-left: 6px;
}
header #top-menu ul.right-top-menu a:hover{
    text-decoration: none;
}
header #top-menu ul.right-top-menu a:focus{
    text-decoration: none;
}
#top-menu .container .right-top-menu li:first-child &gt; a:after{
    content: "";
    height: 10px;
    width: 1px;
    left: 6px;
    background: #b1b1b1;
    display: inline-block;
    position: relative;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu li.touchLink a{
    color: #000;
}
header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu li.touchLink{
    display: none;
}
@media (hover: none) and (pointer: coarse) {
    header #bottom-menu .navbar-collapse .bottom-menu-bottom-section ul.section-dropdown &gt; li.dropdown .dropdown-menu li.touchLink{
        display: inline-block;
    }
}
/* End */



/* Start:/bitrix/components/fg/seo/templates/.default/style.css?16693645651610*/
/*Information block*/

.fg-forums__information {
    width: 1000px;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 20px 15px 20px 13px;
    font-size: 11px;
    color: #000000;
}

.fg-forums__information p {
    font-size: 11px;
    margin: 0;
    line-height: 1.5em;
    padding: 4px 0px;
}

.fg-forums__information ul li {
    font-size: 11px;
    line-height: 1.5em;
}

h5 {
    font-size: 11px;
    margin: 20px 0 10px 0;
}

.fg-forums__information.fg-seo-information-forum {
    width: auto;
    margin: 0px 0px;
}
.fg-forums__information.fg-seo-information-analytics {
    width: 750px;
    padding: 20px 15px 270px 13px;
    margin: 0px 0px;
}

.fg-seo-information-courses p {
    font-size: 14px;
}

/****************************
* Seo text for academy page *
*****************************/
#academySeo {
    padding-top: 35px;
    padding-bottom: 35px;
}
#academySeo p {
    margin: 10px auto;
    text-indent: 25px;
}
#academySeo .titleGreySeo {
    font-size: 16pt;
    color: #808080;
}
#academySeo .titleBigBlackSeo {
    font-size: 24pt;
    margin: 25px auto;
    font-weight: bold;
}
#academySeo .titleSmallBlackSeo {
    font-weight: bold;
    font-size: 14pt;
    text-align: center;
    margin: 25px auto;
}
#academySeo .titleDecorationSeo {
    font-weight: bold;
    font-size: 14pt;
    text-decoration: underline;
    margin: 25px auto;
}
#academySeo ul {
    padding-left: 40px;
    line-height: 1.25em;
}
@media (min-width: 1200px) {
    #academySeo.container {
        width: 1000px;
    }
}
/* End */



/* Start:/local/templates/.default/components/bitrix/menu/menu_Social_Link/style.css?1669364580696*/
footer .flex-main-container .menu-footer-block.menu_Social_Link {
    margin-top: 67px;
    margin-bottom: 17px;
    width: 100%;
}
footer .flex-main-container .menu-footer-block.menu_Social_Link ul li {
    display: inline-block;
    padding-right: 12px;
    opacity: 0.5;
}
footer .flex-main-container .menu-footer-block.menu_Social_Link ul li:hover {
    opacity: 1;
}
@media (max-width: 767px) {
    footer .flex-main-container .menu-footer-block.menu_Social_Link {
        order: -3;
        margin-top: 24px;
    }
}
@media screen and (min-width: 992px){
    footer .flex-main-container .menu-footer-block.menu_Social_Link ul li{
        padding-right: 9px;
    }
}

/* End */



/* Start:/local/templates/.default/components/bitrix/menu/menu_Inline_BeforeChevron_Link/style.css?16693645801400*/
footer .flex-main-container .menu-footer-block.menu_Seo_Link {
    margin-top: 0;
    flex-grow: 1;
}
footer .flex-main-container .menu-footer-block.menu_Seo_Link ul li {
    display: inline-block;
}
footer .flex-main-container .menu-footer-block.menu_Seo_Link ul li a {
    padding-right: 28px;
}


footer .flex-main-container .menu-footer-block.menu_Support_Link {
    align-self: center;
    margin-top: 0;
    margin-right: 0;
}
footer .flex-main-container .menu-footer-block.menu_Support_Link ul li {
    display: inline-block;
}
footer .flex-main-container .menu-footer-block.menu_Support_Link ul li a {
    color: #ffffff;
    padding-left: 31px;
    font-size: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
    footer .flex-main-container .menu-footer-block.menu_Support_Link {
        width: 100%;
        text-align: right;
        margin-top: -21px;
    }
}



footer .flex-main-container .menu-footer-block.menu_Technical_Link {
    margin-top: 20px;
    margin-right: 0;
}
footer .flex-main-container .menu-footer-block.menu_Technical_Link ul li {
    display: inline-block;
    padding-left: 32px;
}
footer .flex-main-container .menu-footer-block.menu_Technical_Link ul li a {
    color: #6f7479;
    font-size: 14px;
}
footer .flex-main-container .menu-footer-block.menu_Technical_Link ul li a:hover {
    color: #ffffff;
}
/* End */



/* Start:/bitrix/components/fg/form.auth.reg/templates/.default/style.css?166936456532143*/
#modalRegAuth .error-data{
    border: 1px solid rgb(229, 0, 0)!important;
    box-shadow: 0px 0px 5px 0px rgba(227, 22, 22, 1);
}
#modalRegAuth .error-data-text{
    font-size: 13px;
    color: rgb(227, 10, 23);
    line-height: 1.769;
    text-align: left!important;
}
#modalRegAuth .modal-dialog{
    font-family: 'Whitney', sans-serif;
}
.modal-backdrop{
    z-index: 99999;
}
.modal{
    z-index: 999999;
}
@media screen and (max-width: 930px){
    .modal-backdrop{
        z-index: 999;
    }
}
@media screen and (min-width: 768px){
    #modalRegAuth .modal-dialog {
        width: 389px;
        margin-left: auto;
        margin-right: auto;
    }
}
#modalRegAuth .modal-content{
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
#modalRegAuth .modal-body{
    padding: 24px 28px 33px;
}
#modalRegAuth .modal-body .handler-form{
    font-size: 15px;
    color: rgb(30, 82, 190);
    cursor: pointer;
    font-weight: 600;
}
#modalRegAuth .modal-body form{
    margin-top: 11px;
}
#modalRegAuth .modal-body .form{
    position: relative;
}
#modalRegAuth .modal-body input{
    width: 100%;
    font-size: 16px;
    font-family: "Whitney";
    color: rgb(131, 131, 131);
    line-height: 2.25;
    border: 1px solid rgb(204, 204, 204);
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    padding: 4px 11px;
    margin: 6px 0;
}
#modalRegAuth .modal-body form input.btn{
    border: 1px solid transparent;
    padding: 11px 37px;
    width: auto;
    height: 46px;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    border-radius: 50px;
    color: rgb(52, 52, 52);
    background: linear-gradient(#ffffff 0, #fafafa 25%, #f0f0f0 50%, #e7e7e7 85%, #d6d6d6) padding-box,
    linear-gradient(#c8c8c8, #909090) border-box;
    box-shadow: 0px 1px 1px 0px #d6d8dc;
}
#modalRegAuth .modal-body form#auth_form input.btn{
    margin: 0 auto;
    display: block;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}
#modalRegAuth .modal-body #USER_REMEMBER_ME{
    display: none;
}
#modalRegAuth .modal-body .checkbox{
    margin-top: 0;
}
#modalRegAuth .modal-body label{
    vertical-align: middle;
    min-height: unset;
    font-size: 13px;
    color: rgb(52, 52, 52);
    line-height: 1.077;
    padding-left: 17px;
}
#modalRegAuth .modal-body .checkbox label:before{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 0;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #ffffff;
    border: 1px solid #515151;
    box-shadow: none;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    color: #ffffff;
}

#modalRegAuth .modal-body input[type=checkbox]:checked + label:before{
    content: "\2713";
    background-color: #515151;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 8px;
    color: #fff;
    text-align: center;
    line-height: 10px;
}
#modalRegAuth .modal-body .forgot-pass{
    text-align: right;
}
#modalRegAuth .modal-body .forgot-pass .handler-form{
    font-size: 13px;
    font-weight: 400;
}
#modalRegAuth .modal-content .name-form{
    font-size: 25px;
    text-align: center;
    color: rgb(52, 52, 52);
    font-weight: 600;
    line-height: 1.04;
}
#modalRegAuth .auth-social{
    text-align: center;
}
#modalRegAuth .auth-social .name-auth-social{
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 1.25;
    background: #fff;
    display: inline-block;
    margin-top: 25px;
    padding: 2px 10px;
}
#modalRegAuth .auth-social .border-bottom-auth-social{
    border-bottom: 1px solid rgb(204, 204, 204);
    /* margin-top: 11px; */
    margin-bottom: 10px;
}
#modalRegAuth .col-xs-6 .fb-social-icon{
    margin-right: 5px;
    background: #4162a6;
    margin-left: 1px;
}
#modalRegAuth .col-xs-6 .fb-social-icon:before{
    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;
    content: "\f09a";
    color: #fff;
    float: left;
    width:46px;
    height:46px;
    text-align: center;
    line-height: 46px;
    background: #3b5998;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-right: 17px;
}
#modalRegAuth .col-xs-6 .gp-social-icon{
    margin-left: 5px;
    background: #eb513e;
    margin-right: 1px;
}
#modalRegAuth .col-xs-6 .gp-social-icon:before{
    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;
    content: "\f0d5";
    color: #fff;
    float: left;
    width:46px;
    height:46px;
    text-align: center;
    line-height: 46px;
    background: #dd4b39;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-right: 17px;
}
#modalRegAuth .col-xs-6 .gp-social-icon, #modalRegAuth .col-xs-6 .fb-social-icon{
    max-width: 100%;
    color: #fff;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    text-decoration: none;
    font-size: 16px;
    line-height: 2.727;
    display: block;
    text-align: left;
    height: 46px;
}
#modalRegAuth .fg-social-icon {
    /*background: #eb513e;*/
    background-color: rgb(240, 240, 240);
    border-bottom: 2px solid #c9c9c9;
    display: block;
    height:46px;
}
#modalRegAuth .fg-social-icon p {
    font-family: 'Whitney', sans-serif;
    font-size: 16px;
    /*color: rgb(131, 131, 131);*/
    color: #343434;
    text-align: left;
    padding: 15px 10px 0px 0px;
    display: block;
    float: left;
}
#modalRegAuth .fg-social-icon span {
    float: left;
    width:46px;
    height:44px;
    background: url(/bitrix/components/fg/form.auth.reg/templates/.default/images/fg.png) 10px 10px no-repeat #e3e3e5;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-right: 17px;
}
#modalRegAuth .col-xs-12 .fg-social-icon {
    max-width: 100%;
    color: #fff;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    text-decoration: none;
    font-size: 16px;
    line-height: 2.727;
    display: block;
    text-align: left;
    height: 46px;
}
#modalRegAuth .auth-social .dropup .dropdown-toggle{
    font-size: 16px;
    color: rgb(52, 52, 52);
    line-height: 0.875;
    width:100%;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    background-color: rgb(240, 240, 240);
    box-shadow: 0px 1px 0px 0px #c9c9c9;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    margin-top: 13px;
    border-bottom: 1px solid #c9c9c9;
}
#modalRegAuth .auth-social .dropup .dropdown-toggle:before{
    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;
    width: 46px;
    height: 46px;
    line-height: 46px;
    content: "\f078";
    background: #e3e3e5;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    color: #4e4e4e;
    margin-right: 17px;
    text-align: center;
}
#modalRegAuth .auth-social .dropup.open .dropdown-toggle:before{
    content: "\f077";
}
#modalRegAuth .auth-social .dropdown-menu{
    width: 100%;
    margin-bottom: -3px;
    border: 1px solid rgb(218, 218, 218);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 3px #c9c9c9;
    box-shadow: 0 3px 9px #c9c9c9;
    padding: 16px 0;
}
#modalRegAuth .auth-social .all-social-icon{
    font-size: 16px;
    color: rgb(130, 132, 143);
    text-decoration: none;
    padding: 7px 10px;
}
#modalRegAuth .auth-social .all-social-icon:before{
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    margin-right: 15px;
    font-size: 0.9em;
}
#modalRegAuth .auth-social .vk-social-icon:before{
    content: "\f189";
    background: #4c75a3;
}
#modalRegAuth .auth-social .tw-social-icon:before{
    content: "\f099";
    background: #55acee;
}
#modalRegAuth .auth-social .mr-social-icon:before{
    content: "\f1fa";
    background: #1e8cdf;
}
#modalRegAuth .auth-social .ya-social-icon:before{
    content: "\042f";
    background: #ed3a2e;
    font-family: 'Whitney', sans-serif;
}
#modalRegAuth .auth-social .ok-social-icon:before{
    content: "\f263";
    background: #f7882b;
}
#modalRegAuth .auth-social .fb-social-icon:before{
    content: "\f09a";
    background: #3b5998;
}
#modalRegAuth .auth-social .gp-social-icon:before{
    content: "\f0d5";
    background: #dd4b39;
}
#modalRegAuth .footer-text{
    font-size: 15px;
    color: rgb(51, 51, 51);
    line-height: 1.333;
    text-align: center;
    margin-top: 28px;
}
#modalRegAuth .dropdown-menu&gt;li&gt;a:hover, #modalRegAuth .dropdown-menu&gt;li&gt;a:focus{
    background: #f7f7f9;
}

#modalRegAuth #forgot-block .description-forgot{
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 1.25;
    text-align: left;
    margin-bottom: 23px;
    max-width: 300px;
}
#modalRegAuth #forgot-block #forgot_form{
    margin-bottom: 103px;
}
#modalRegAuth #forgot-block #forgot_form input.btn{
    max-width: 168px;
    margin-top: 10px;
}
#modalRegAuth #reg-block #reg_form{
    text-align: center;
}
#modalRegAuth #reg-block #reg_form input.btn{
    max-width: 240px;
    margin-top: 20px;
}
#modalRegAuth #reg-block .ofer-text{
    margin-top: 8px;
}
#modalRegAuth #reg-block .tern-ofer{
    font-size: 12px;
    color: rgb(131, 131, 131);
    line-height: 1.333;
    text-align: center;
}
#modalRegAuth #reg-block .tern-ofer a{
    text-decoration: none;
    color: rgb(30, 82, 190);
}
#modalRegAuth #reg-block .tern-ofer a:hover{
    color: rgb(30, 82, 190);
}
#modalRegAuth #mail-send .min-height-send-mail{
    min-height: 315px;
}
#modalRegAuth #mail-send .text-mail-send {
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 1.25;
    padding: 15px 0 7px;
}
#modalRegAuth #generate-pass .btn{
    max-width: 166px;
}
#modalRegAuth #generate-pass .min-height-gener-pass{
    min-height: 315px;
}
#modalRegAuth #reg-ok, #modalRegAuth #changePass-ok{
    padding: 6px 15px 6px 25px;
}
#modalRegAuth #reg-ok figure, #modalRegAuth #changePass-ok figure{
    text-align: center;
    padding-bottom: 22px;
}
#modalRegAuth #reg-ok .min-height-reg-ok, #modalRegAuth #changePass-ok .min-height-reg-ok{
    min-height: 190px;
}
#modalRegAuth #reg-ok .min-height-reg-ok .text-reg-ok, #modalRegAuth #changePass-ok .min-height-reg-ok .text-reg-ok{
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.3;
}
#modalRegAuth .row div{
    margin-left: 17px;
}
#modalRegAuth .row div:first-of-type{
    margin-left: 0px;
}
#modalRegAuth .row .fb{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/bitrix/components/fg/form.auth.reg/templates/.default/images/spriteSocEnter.png) -8px -10px;
}
#modalRegAuth .row .fb:hover{
    background: url(/bitrix/components/fg/form.auth.reg/templates/.default/images/spriteSocEnter.png) -8px -44px;
}
#modalRegAuth .row .google{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/bitrix/components/fg/form.auth.reg/templates/.default/images/spriteSocEnter.png) -41px -10px;
}
#modalRegAuth .row .google:hover{
    background: url(/bitrix/components/fg/form.auth.reg/templates/.default/images/spriteSocEnter.png) -41px -44px;
}
#modalRegAuth .row .vk{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/bitrix/components/fg/form.auth.reg/templates/.default/images/spriteSocEnter.png) -74px -10px;
}
#modalRegAuth .row .vk:hover{
    background: url(/bitrix/components/fg/form.auth.reg/templates/.default/images/spriteSocEnter.png) -74px -44px;
}
#modalRegAuth .row .yandex{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/bitrix/components/fg/form.auth.reg/templates/.default/images/spriteSocEnter.png) -107px -10px;
}
#modalRegAuth .row .yandex:hover{
    background: url(/bitrix/components/fg/form.auth.reg/templates/.default/images/spriteSocEnter.png) -107px -44px;
}
#modalRegAuth .row .mailru{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/bitrix/components/fg/form.auth.reg/templates/.default/images/spriteSocEnter.png) -140px -10px;
}
#modalRegAuth .row .mailru:hover{
    background: url(/bitrix/components/fg/form.auth.reg/templates/.default/images/spriteSocEnter.png) -140px -44px;
}
#modalRegAuth .row a{
    display: block;
    width: 24px;
    height: 24px;
}
body .modal-footer-close-button{
    display: none;
}

@media(min-width: 768px){
    .modal-dialog {
        margin-top: 56px;
    }
}

@media screen and (max-width: 767.98px){
    body #modalRegAuth.modal.in ~ .modal-backdrop.in {
        background-color:transparent;
    }
    .modal-dialog{
        margin:0;
        height:100%;
    }
    body #modalRegAuth.modal.in .modal-dialog .modal-content{
        border: none;
        height: 100%;
        overflow-y: auto;
        border-radius: 0;
    }
    body .modal-header-close-button{
        position: fixed;
        right: 21px;
        color: black;
        z-index: 1060;
        border: none;
        font-size: 1.4em;
        background: #fff;
        padding: 20px 0 10px 0;
    }
    body .modal-header-close-button:hover{
        cursor: pointer;
    }
    body .modal-header-close-button .icon-bar-auth:first-child{
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: 3px;
    }
    body .modal-header-close-button .icon-bar-auth:last-child{
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -2px;
    }
    body .modal-header-close-button .icon-bar-auth{
        background: #262e35;
        display: block;
        width: 20px;
        height: 2px;
        border-radius: 1px;
    }
    body .modal-footer-close-button{
        background: #f0f0f0;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 12px 30px;
        font-size: 16px;
        font-weight: 500;
        display: block;
    }
    body .modal-footer-close-button:before{
        content: url('/bitrix/components/fg/form.auth.reg/templates/.default/images/chevron-left.png');
        width: 9px;
        height: 15px;
        margin-right: 10px;
    }
    body.modal-open{
        overflow-y: hidden!important;
        position: fixed;
    }
    body #modalRegAuth .dropdownSocialMenu{
        position: fixed;
        bottom: 0;
    }
    body #modalRegAuth #dropdownSocialMenu ~ .dropdown-backdrop{
        margin-top: 55px;
        background: rgba(0,0,0,.41);
    }
    body #modalRegAuth .modal-body{
        padding-bottom: 67px;
        box-shadow: 0px 4px 4px -3px rgba(155,155,155, .6) inset;
        margin-top: 15px;
    }
}
@media screen and (max-width: 549px){
    body #modalRegAuth.modal.in{
        margin-top: 57px;
    }
    body .modal-header-close-button {
        top: 7px;
    }
    body.modal-open #modalRegAuth .modal-body{
        margin-top: 0;
    }
    body.modal-open .modal-header-close-button{
        top: -6px;
        right: 1px;
    }
}
@media screen and (min-width: 550px){
    body #modalRegAuth.modal.in{
        margin-top: 74px;
    }
    body .modal-header-close-button{
        top: 13px;
    }
}
#fg_captcha1 {
    transform:scale(1);
    transform-origin:0 0;
    margin-bottom: 15px;
    margin-top: 37px;
}
#fg_captcha1 div{
    margin: 0 auto;
}
#modalRegAuth .error-data{
    border: 1px solid rgb(229, 0, 0)!important;
    box-shadow: 0px 0px 5px 0px rgba(227, 22, 22, 1);
}
#modalRegAuth .error-data-text{
    font-size: 13px;
    color: rgb(227, 10, 23);
    line-height: 1.769;
    text-align: left!important;
}
#modalRegAuth .modal-dialog{
    font-family: 'Whitney', sans-serif;
}
p{
    font-weight: 500;
    font-size: 15px;
}
@media screen and (min-width: 768px){
    #modalRegAuth .modal-dialog {
        width: 389px;
        margin-left: auto;
        margin-right: auto;
    }
}
#modalRegAuth .modal-content{
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
#modalRegAuth .modal-body{
    padding: 30px 28px 28px;
}
#modalRegAuth .modal-body .handler-form{
    font-size: 15px;
    color: rgb(30, 82, 190);
    cursor: pointer;
    font-weight: 500;
}
#modalRegAuth .modal-body form{
    margin-top: 19px;
}
#modalRegAuth .modal-body input{
    width: 100%;
    font-size: 16px;
    font-family: "Whitney";
    color: #282828;
    line-height: 2.25;
    border: 1px solid rgb(204, 204, 204);
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    padding: 4px 11px;
    margin: 6.5px 0;
}
#modalRegAuth .modal-body input:last-of-type{
    padding-left: 95px;
    padding-right: 62px;
}
#modalRegAuth .modal-body input:nth-child(5){
    margin-bottom: 5px;
}
#modalRegAuth #phone{
    letter-spacing: 0.015em;
    /* margin-top: -29px; */
    padding-left: 110px;
    border: 1px solid rgb(204, 204, 204);
}

#modalRegAuth .modal-body form input.btn{
    border: 1px solid transparent;
    padding: 11px 40px;
    width: auto;
    height: 44px;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    border-radius: 50px;
    color: rgb(52, 52, 52);
    background: linear-gradient(#ffffff 0, #fafafa 25%, #f0f0f0 50%, #e7e7e7 85%, #d6d6d6) padding-box,
    linear-gradient(#c8c8c8, #909090) border-box;
    box-shadow: 0px 1px 1px 0px #d6d8dc;
}
#modalRegAuth .modal-body form#auth_form input.btn{
    margin: 0 auto 30px;
    display: block;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}
#modalRegAuth .modal-body #USER_REMEMBER_ME{
    display: none;
}
#modalRegAuth .modal-body .checkbox{
    margin-top: 0;
}
#modalRegAuth .modal-body label{
    vertical-align: middle;
    min-height: unset;
    font-size: 13px;
    color: rgb(52, 52, 52);
    line-height: 14px;
    padding-left: 17px;
    padding-top: 3px;
    font-weight: 500;
}
#modalRegAuth .modal-body .checkbox label:before{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 0;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #ffffff;
    border: 1px solid #515151;
    box-shadow: none;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    color: #ffffff;
}

#modalRegAuth .modal-body input[type=checkbox]:checked + label:before{
    content: "\2713";
    background-color: #515151;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 11px;
    color: #fff;
    text-align: center;
    line-height: 10px;
}
#modalRegAuth .modal-body .forgot-pass{
    text-align: right;
    margin-top: 2px;
}
#modalRegAuth .modal-body .forgot-pass .handler-form{
    font-size: 13px;
    font-weight: 500;
}
#modalRegAuth .modal-content .name-form{
    text-align: center;
    font-size: 25px;
    color: rgb(52, 52, 52);
    font-weight: 500;
    line-height: 1.04;
}
#modalRegAuth .modal-content #forgot-block .name-form{
    text-align: left;
}
#modalRegAuth .auth-social{
    text-align: center;
}
#modalRegAuth .auth-social .name-auth-social{
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 1.25;
    background: #fff;
    display: inline-block;
    margin-top: 25px;
    padding: 2px 10px;
}
#modalRegAuth .auth-social .border-bottom-auth-social{
    border-bottom: 1px solid rgba(204, 204, 204, 0.8);
    margin-top: 8px;
    margin-bottom: 12px;
}
.enterSocial{
    margin-top: 13px;
    margin-bottom: 11px;
}
#modalRegAuth .col-xs-6 .fb-social-icon{
    margin-right: 5px;
    background: #4162a6;
    margin-left: 1px;
}
#phone{
    width: 262px;
}
#modalRegAuth .checkbox{
    margin-bottom: 8px;
}
#modalRegAuth .col-xs-6 .fb-social-icon:before{
    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;
    content: "\f09a";
    color: #fff;
    float: left;
    width:46px;
    height:46px;
    text-align: center;
    line-height: 46px;
    background: #3b5998;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-right: 17px;
}
#modalRegAuth .col-xs-6 .gp-social-icon{
    margin-left: 5px;
    background: #eb513e;
    margin-right: 1px;
}
#modalRegAuth .col-xs-6 .gp-social-icon:before{
    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;
    content: "\f0d5";
    color: #fff;
    float: left;
    width:46px;
    height:46px;
    text-align: center;
    line-height: 46px;
    background: #dd4b39;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-right: 17px;
}
#modalRegAuth .col-xs-6 .gp-social-icon, #modalRegAuth .col-xs-6 .fb-social-icon{
    max-width: 100%;
    color: #fff;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    text-decoration: none;
    font-size: 16px;
    line-height: 2.727;
    display: block;
    text-align: left;
    height: 46px;
}
#modalRegAuth .fg-social-icon {
    /*background: #eb513e;*/
    background-color: rgb(240, 240, 240);
    border-bottom: 1px solid #c9c9c9;
    border-radius: 2px;
    display: block;
    height:46px;
}
#modalRegAuth .fg-social-icon p {
    font-family: 'Whitney', sans-serif;
    font-size: 16px;
    /*color: rgb(131, 131, 131);*/
    color: #343434;
    text-align: left;
    padding: 13px 10px 0px 0px;
    display: block;
    float: left;
    letter-spacing: -0.01em;
}
#modalRegAuth .fg-social-icon span {
    float: left;
    width:46px;
    height:44px;
    background: url('/bitrix/components/fg/form.auth.reg/templates/.default/./images/fg.png') 10px 10px no-repeat #e3e3e5;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-right: 17px;
}
#modalRegAuth .col-xs-12 .fg-social-icon {
    max-width: 100%;
    color: #fff;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    text-decoration: none;
    font-size: 16px;
    line-height: 2.727;
    display: block;
    text-align: left;
    height: 46px;
}
#modalRegAuth .auth-social .dropup .dropdown-toggle{
    font-size: 16px;
    color: rgb(52, 52, 52);
    line-height: 0.875;
    width:100%;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    background-color: rgb(240, 240, 240);
    box-shadow: 0px 1px 0px 0px #c9c9c9;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    margin-top: 13px;
    border-bottom: 1px solid #c9c9c9;
}
#modalRegAuth .auth-social .dropup .dropdown-toggle:before{
    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;
    width: 46px;
    height: 46px;
    line-height: 46px;
    content: "\f078";
    background: #e3e3e5;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    color: #4e4e4e;
    margin-right: 17px;
    text-align: center;
}
#modalRegAuth .auth-social .dropup.open .dropdown-toggle:before{
    content: "\f077";
}
#modalRegAuth .auth-social .dropdown-menu{
    width: 100%;
    margin-bottom: -3px;
    border: 1px solid rgb(218, 218, 218);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 3px #c9c9c9;
    box-shadow: 0 3px 9px #c9c9c9;
    padding: 16px 0;
}
#modalRegAuth .auth-social .all-social-icon{
    font-size: 16px;
    color: rgb(130, 132, 143);
    text-decoration: none;
    padding: 7px 10px;
}
#modalRegAuth .auth-social .all-social-icon:before{
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    margin-right: 15px;
    font-size: 0.9em;
}
#modalRegAuth .auth-social .vk-social-icon:before{
    content: "\f189";
    background: #4c75a3;
}
#modalRegAuth .auth-social .tw-social-icon:before{
    content: "\f099";
    background: #55acee;
}
#modalRegAuth .auth-social .mr-social-icon:before{
    content: "\f1fa";
    background: #1e8cdf;
}
#modalRegAuth .auth-social .ya-social-icon:before{
    content: "\042f";
    background: #ed3a2e;
    font-family: 'Whitney', sans-serif;
}
#modalRegAuth .auth-social .ok-social-icon:before{
    content: "\f263";
    background: #f7882b;
}
#modalRegAuth .auth-social .fb-social-icon:before{
    content: "\f09a";
    background: #3b5998;
}
#modalRegAuth .auth-social .gp-social-icon:before{
    content: "\f0d5";
    background: #dd4b39;
}
#modalRegAuth .footer-text{
    font-size: 15px;
    color: rgb(51, 51, 51);
    line-height: 1.333;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 8px;
}
#modalRegAuth #auth-block .footer-text{
    margin-top: 22px;
    margin-bottom: 9px;
}
#modalRegAuth #forgot-block .footer-text{
    text-align: left;
}
#modalRegAuth .footer-text .row p{
    font-weight: 600;
}
#modalRegAuth .footer-text .row span{
    font-weight: 600;
}
#modalRegAuth .footer-text-reg{
    margin-top: 21px;
}
#modalRegAuth .footer-text-reg .row p{
    font-weight: 600;
}
#modalRegAuth .footer-text-reg .row span{
    font-weight: 600;
}
.orCreate{
    margin-bottom: 0px;
}
#modalRegAuth .dropdown-menu&gt;li&gt;a:hover, #modalRegAuth .dropdown-menu&gt;li&gt;a:focus{
    background: #f7f7f9;
}

#modalRegAuth #forgot-block .description-forgot{
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 1.25;
    text-align: left;
    margin-bottom: 23px;
    max-width: 300px;
}
#modalRegAuth #forgot-block #forgot_form{
    margin-bottom: 103px;
}
#modalRegAuth #forgot-block #forgot_form input.btn{
    max-width: 168px;
    margin-top: 10px;
}
#modalRegAuth #reg-block #reg_form{
    text-align: center;
}
#modalRegAuth #reg-block #reg_form input.btn{
    max-width: 240px;
    margin-top: 18.5px;
    margin-bottom: 40px;
}
.border-bottom-auth-social-reg{
    border-bottom: 1px solid rgb(204, 204, 204);
    margin-top: 9px;
    margin-bottom: 12px;
}
#modalRegAuth #reg-block .ofer-text{
    margin-top: 11px;
}
#modalRegAuth #reg-block .tern-ofer{
    font-size: 12px;
    color: rgb(131, 131, 131);
    line-height: 1.333;
    text-align: center;
}
#modalRegAuth #reg-block .tern-ofer a{
    text-decoration: none;
    color: rgb(30, 82, 190);
    font-weight: 700;
}
#modalRegAuth #reg-block .tern-ofer a:hover{
    color: rgb(30, 82, 190);
}
#modalRegAuth #mail-send .min-height-send-mail{
    min-height: 315px;
}
#modalRegAuth #mail-send .text-mail-send {
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 1.25;
    padding: 15px 0 7px;
}
#modalRegAuth #generate-pass .btn{
    max-width: 166px;
}
#modalRegAuth #generate-pass .min-height-gener-pass{
    min-height: 315px;
}
#modalRegAuth #reg-ok, #modalRegAuth #changePass-ok{
    padding: 6px 15px 6px 25px;
}
#modalRegAuth #reg-ok figure, #modalRegAuth #changePass-ok figure{
    text-align: center;
    padding-bottom: 22px;
}
#modalRegAuth #reg-ok .min-height-reg-ok, #modalRegAuth #changePass-ok .min-height-reg-ok{
    min-height: 190px;
}
#modalRegAuth #reg-ok .min-height-reg-ok .text-reg-ok, #modalRegAuth #changePass-ok .min-height-reg-ok .text-reg-ok{
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.3;
}
body .modal-footer-close-button{
    display: none;
}

@media(min-width: 768px){
    .modal-dialog {
        margin-top: 56px;
    }
}

@media screen and (max-width: 767.98px){
    body #modalRegAuth.modal.in ~ .modal-backdrop.in {
        background-color:transparent;
    }
    body #modalRegAuth.modal.in{
        margin-top: 57px;
    }
    .modal-dialog{
        margin:0;
        height:100%;
    }
    body #modalRegAuth.modal.in .modal-dialog .modal-content{
        border: none;
        height: 100%;
        overflow-y: auto;
        border-radius: 0;
    }
    body .modal-header-close-button{
        position: fixed;
        top: 0;
        right: 0;
        color: black;
        z-index: 1060;
        border: none;
        font-size: 1.4em;
        padding: 26px 20px;
        background: #fff;
    }
    body .modal-header-close-button:hover{
        cursor: pointer;
    }
    body .modal-footer-close-button{
        background: #f0f0f0;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 12px 30px;
        font-size: 16px;
        font-weight: 500;
        display: block;
    }
    body .modal-footer-close-button:before{
        content: url('/bitrix/components/fg/form.auth.reg/templates/.default/images/chevron-left.png') !important;
        width: 9px;
        height: 15px;
        margin-right: 10px;
    }
    body.modal-open{
        overflow-y: hidden!important;
    }
    body #modalRegAuth .dropdownSocialMenu{
        position: fixed;
        bottom: 0;
    }
    body #modalRegAuth #dropdownSocialMenu ~ .dropdown-backdrop{
        margin-top: 55px;
        background: rgba(0,0,0,.41);
    }
    body #modalRegAuth .modal-body{
        padding-bottom: 67px;
    }
    #fg_captcha1 div{
        margin: 0 auto;
    }
}
.country-phone-selected ~ label .afterSearchLabel{
    display: none;
    background: #fff;
    position: absolute;
    z-index: 890;
    border: 1px solid #ccc;
    border-bottom: none;
    padding-bottom: 71px;
}
.country-phone-selected.arrow_up ~ label .afterSearchLabel{
    display: inline-block;
    top: 94px;
    width: 268px;
    height: 56px;
    left: -4px;
}
#modalRegAuth .modal-body input.country-phone-search{
    max-height: 44px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(58,99,195,1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(58,99,195,1);
    box-shadow: 0px 0px 3px 0px rgba(58,99,195,1);
    border: 1px solid #3a62c3;
    display: none;
    z-index: 999;
    width: 232px;
}
#modalRegAuth .field .country-phone-search{
    position: absolute;
    top: 61px;
    left: 18px;
    display: none;
}
#modalRegAuth .country-phone-selected{
    margin-top: 12px;
    margin-left: -98px;
    background-position: 73px 10px !important;
    padding: 4px 30px 0 0;
}
#modalRegAuth .arrow_up{
    background-position: 73px 10px !important;
}
#modalRegAuth .country-phone-options{
    margin: 112px 0 0 -107px;
    max-height: 305px;
}
#modalRegAuth .noRes{
    top: 125px;
    left: -34px;
}

/* End */



/* Start:/local/templates/fibo_guru_2018/template_styles.css?166936458021820*/
@charset "UTF-8";
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

html, body {
    font-family: 'Whitney', Sans-serif;
}

b {
    font-weight: 600;
}*/

                                    /************Ð¡Ð‘Ð&nbsp;ÐžÐ¡ Ð¡Ð¢Ð˜Ð›Ð•Ð™***********/

header div,header span,header applet,header object,header iframe,
header h1,header h2,header h3,header h4,header h5,header h6,header p,header blockquote,header pre,header
a,header abbr,header acronym,header address,header big,header cite,header code,header
del,header dfn,header em,header img,header ins,header kbd,header q,header s,header samp,header
small,header strike,header strong,header sub,header sup,header tt,header var,
header b,header u,header i,header center,
header dl,header dt,header dd,header ol,header ul,header li,
header fieldset,header form,header label,header legend,
header table,header caption,header tbody,header tfoot,header thead,header tr,header th,header td,
header article,header aside,header canvas,header details,header embed,
header figure,header figcaption, footer, header,header hgroup,
header menu,header nav,header output,header ruby,header section,header summary,
header time,header mark,header audio,header video, footer div,footer span,footer applet,footer object,footer iframe,
footer h1,footer h2,footer h3,footer h4,footer h5,footer h6,footer p,footer blockquote,footer pre,footer
a,footer abbr,footer acronym,footer address,footer big,footer cite,footer code,footer
del,footer dfn,footer em,footer img,footer ins,footer kbd,footer q,footer s,footer samp,footer
small,footer strike,footer strong,footer sub,footer sup,footer tt,footer var,
footer b,footer u,footer i,footer center,
footer dl,footer dt,footer dd,footer ol,footer ul,footer li,
footer fieldset,footer form,footer label,footer legend,
footer table,footer caption,footer tbody,footer tfoot,footer thead,footer tr,footer th,footer td,
footer article,footer aside,footer canvas,footer details,footer embed,
footer figure,footer figcaption, footer hgroup,
footer menu,footer nav,footer output,footer ruby,footer section,footer summary,
footer time,footer mark,footer audio,footer video  {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html, body {
    font-family: WhitneyBook, Verdana, Arial, sans-serif;
    line-height: normal;
}
header, footer{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    line-height: 1;
}
header ul, footer ul, header ul li, footer ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}
q, blockquote {
    quotes: none;
}
header a, footer a{
    text-decoration: none;
}
header , footer{
    color: #323232;
}
header a img, footer a img {
    border: none;
}
li {
    line-height: normal;
}
p {
    margin: 0px;
}
ul {
    margin: 0px;
}
* {
    margin: 0px;
    padding: 0px;
    outline: none;
}

                                /*********************************/

                               /******Ð¡Ð¢Ð˜Ð›Ð˜ Ð”Ð›Ð¯ ÐÐžÐ’ÐžÐ“Ðž Ð¨ÐÐ‘Ð›ÐžÐÐ******/

.fg-text-align{
    width: 1000px;
    margin: 0 auto;
}
.fg-font-fam-whitneybook {
    font-family: WhitneyBook, Arial, sans-serif;
    font-size: 12pt;
}
.fg-line{
    width: 100%;
    height: 1px;
    clear: both;
}
main.temp2018 .fg-enroll-in-courses-line a {
    margin: 22px 20px 0 0!important;
    line-height: 44px;
    float: right;
    width: 220px;
    height: 45px;
    font-size: 16px;
    border-radius: 25px;
}
footer, header{
    font-family: Whitney, Arial, sans-serif !important;
}
header a:hover, footer a:hover, header a:focus, footer a:focus{
    text-decoration: none;
}
header #bottom-menu .navbar-collapse .bottom-menu-top-section .red-button-main:focus{
    color: #fff;
}
.lang-choose .dropdown-menu li a:hover{
    text-decoration: none;
}
                            /*********************************/

.red-button-main {
    color: #ffffff;
    background: #e41f27;
    text-align: center;
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
    transition: border-radius 0.3s;
    -moz-transition: border-radius 0.3s;
    -webkit-transition: border-radius 0.3s;
    -o-transition: border-radius 0.3s;
    padding: 9px 35px;
    margin: 0 7px;
}
.red-button-main:hover {
    border-radius: 0;
    color: #ffffff;
    text-decoration: none;
}

.transparent-button-main {
    color: #e41f27;
    background: transparent;
    text-align: center;
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    transition: border-radius 0.3s;
    -moz-transition: border-radius 0.3s;
    -webkit-transition: border-radius 0.3s;
    -o-transition: border-radius 0.3s;
    padding: 9px 35px;
    margin: 0 7px;
    display: inline-block;
}
.transparent-button-main:hover {
    border-radius: 0;
    text-decoration: none;
}
.transparent-button-main:before{
    display: none!important;
}

.fixed-flex-line {
    width: 100% !important;
}
header #top-menu ul.right-top-menu button {
    color: #e41f27;
    font-weight: 700;
    letter-spacing: 0.3px;
    border: none;
    padding: 0;
    background: transparent;
    outline: none;
}
/*header #top-menu .container ul.right-top-menu li:first-child::after{*/
    /*content: '';*/
    /*border-right: 1px solid #676767;*/
    /*padding-left: 9px;*/
    /*font-size: 9px;*/
/*}*/

header #top-menu .container ul.right-top-menu li:last-child{
    padding-left: 7px;
}
header #top-menu ul.right-top-menu .button-log-in-out:before {
    content: "\f023";
    font-family: 'FontAwesome';
    color: #676767;
    font-size: 14px;
    padding-right: 6px;
}
header #top-menu ul.left-top-menu {
    list-style: none;
    display: inline-block;
}
header #top-menu ul.left-top-menu li, header #top-menu ul.right-top-menu li{
    padding: 15px 0 10px;
}
header #top-menu ul.left-top-menu li, header #top-menu .fg-header-clock-block, header #top-menu .lang-choose, header #top-menu ul.right-top-menu li{
    display: inline-block;
}












footer {
    background: #262e35 url("/local/templates/fibo_guru_2018/images/fg-footer-bg-new.png") center bottom no-repeat;
}
footer .flex-main-container {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    padding-top: 18px;
}
@media (max-width: 767px) {
    footer .flex-main-container {
        flex-direction: column;
    }
}
footer .flex-main-container .chevron-before-link li a {
    font-size: 14px;
    color: #6f7479;
    padding: 7px 0 5px;
    display: block;
    margin-left: 10px;
}
footer .flex-main-container .chevron-before-link li a:hover {
    color: #ffffff;
    text-decoration: none;
}
footer .flex-main-container .chevron-before-link li a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-right: 5px;
    margin-left: -10px;
    float: left;
    height: 100%;
    -webkit-transform: scaleX(0.75);
    -moz-transform: scaleX(0.75);
    -ms-transform: scaleX(0.75);
    -o-transform: scaleX(0.75);
    transform: scaleX(0.75);
}
footer .flex-main-container .menu-footer-block {
    margin-right: 58px;
    min-width: 165px;
    margin-top: 55px;
}
footer .flex-main-container .menu-footer-block.shop-footer, footer .flex-main-container .menu-footer-block.fibotv-footer{
    margin-top: 10px;
}
footer .flex-main-container .menu-footer-block .title-footer-menu {
    color: #ffffff;
    border-bottom: 1px solid #3b444b;
    font-size: 21px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    padding-bottom: 12px;
    margin-bottom: 6px;
    max-width: 165px;
}
/*footer .flex-main-container .menu-footer-block.academy-footer menu-footer-block menu_Support_Link  hidden-xs{*/
    /*margin-right: 58px;*/
/*}*/
footer .flex-main-container .menu-footer-block.learning-footer {
    margin-right: 70px;
}
footer .flex-main-container .menu-footer-block.analytics-footer {
    margin-right: 51px;
}
footer .flex-main-container .menu-footer-block.webinar-footer {
    min-width: 390px;
    max-width: 30%;
}
@media (max-width: 767px) {
    footer .flex-main-container .menu-footer-block.webinar-footer {
        min-width: 50px;
    }
}
footer .flex-main-container .menu-footer-block.seminar-footer {
    min-width: 390px;
    margin-right: 68px;
    max-width: 30%;
}
@media (max-width: 767px) {
    footer .flex-main-container .menu-footer-block.seminar-footer {
        min-width: 50px;
    }
}
footer .flex-main-container .menu-footer-block.action-footer {
    margin-right: 28px;
}
@media screen and (min-width: 992px){
    footer .flex-main-container .menu-footer-block.action-footer ul li {
        max-width: 200px;
    }
}
footer .flex-main-container .menu-footer-block.fibotv-footer {
    margin-right: 35px;
}
footer .flex-main-container .menu-footer-block.shop-learning ul {
    margin-top: 33px;
}
footer .flex-main-container .menu-footer-block.shop-learning ul li .transparent-button-main {
    width: 100%;
    color: #ffffff;
    padding: 9px 55px;
    margin-bottom: 21px;
    box-shadow: 0px 2px 0px 0px black;
    border-color: #6f7479;
}

footer .flex-main-container .menu-footer-block.copyright-text-block-footer {
    flex-grow: 1;
    margin-top: 28px;
}
footer .flex-main-container .menu-footer-block.copyright-text-block-footer p {
    color: #6f7479;
    display: inline-block;
    max-width: 600px;
    font-size: 14px;
    line-height: 18px;
}
@media (max-width: 767px) {
    footer .flex-main-container .menu-footer-block.copyright-text-block-footer {
        margin-top: 0;
        padding-top: 7px;
        margin-right: 0;
    }
    footer .flex-main-container .menu-footer-block.copyright-text-block-footer p {
        line-height: 1.4em;
    }
}
footer .flex-main-container .menu-footer-block.logo-footer {
    margin-right: 0;
    min-width: 50px;
    margin-top: 28px;
}
/*@media (max-width: 991px) {  */
@media (max-width: 767px) {
    footer .flex-main-container .menu-footer-block.logo-footer {
        order: -4;
        margin-top: 15px;
    }
}
@media (max-width: 768px) {
    header .bottom-menu-bottom-section .section-dropdown .dropdown-menu {
        top: 0;
    }
}
footer .flex-main-container .menu-footer-block.year-copyright-block-footer {
    color: #6f7479;
    font-size: 14px;
    line-height: 1.2em;
    margin-top: 20px;
    flex-grow: 1;
}
@media (max-width: 767px) {
    footer .flex-main-container .menu-footer-block.year-copyright-block-footer {
        order: -2;
        margin-top: 15px;
    }
}
footer .flex-main-container .menu-footer-block.terns-text-block {
    width: 100%;
    margin-top: 14px;
    font-size: 12px;
    border-top: 1px solid #495259;
    padding-top: 14px;
    padding-bottom: 27px;
    color: #6f7479;
    margin-right: 0;
    line-height: 13px;
}
@media (max-width: 767px) {
    footer .flex-main-container .menu-footer-block.terns-text-block {
        letter-spacing: -0.4px;
        line-height: 1.3;
    }
}
footer .flex-main-container .menu-footer-block.phone-contact {
    color: #ffffff;
    display: none;
    padding-top: 20px;
    min-width: 220px;
    order: -4;
}
footer .flex-main-container .menu-footer-block.phone-contact .number-phone {
    font-size: 22px;
    padding-bottom: 5px;
    color: #fff;
}
footer .flex-main-container .menu-footer-block.phone-contact .number-phone:hover{
    color: #fff;
}
footer .flex-main-container .menu-footer-block.phone-contact .description-number-phone {
    font-size: 13px;
    letter-spacing: 0.5px;
    padding-top: 4px;
}
/*@media (max-width: 991px) {*/
@media (max-width: 767px) {
    footer .flex-main-container .menu-footer-block.phone-contact {
        display: block;
        order: -4;
        margin-top: 0px;
        width: 100%;
    }
}
/*@media screen and (min-width: 992px){  */
@media screen and (min-width: 751px){
    footer .flex-main-container .menu-footer-block.phone-contact .description-number-phone{
        padding-top: 0;
    }
}





#video_player{
    width: 100% !important;
}
/*.bg_header_title_academy h1{
    margin-top: 20px;
}
footer .flex-main-container .menu-footer-block.fibotv-footer h5{
    border: none;
    cursor: pointer;
}

.fg-font-fam-whitneybook{
    font-family: WhitneyBook, Arial, sans-serif;
    font-size: 12pt;
}*/

/*--- call me button start ---*/

.fg-call-me-button {
    z-index: 9999;
    height: 60px;
    width: 60px;
    background-color: #e41e26;
    position: fixed;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 60px;
    right: 60px;
}

.fg-call-me-button a {
    color: #e41e26;
    text-decoration: none;
}
.fg-product__block-buttons div a{
    width: 157px;
    height: 39px;
    line-height: 39px;
    margin: 0 0 13px 0;
    font-size: 18px;
    font-family: WhitneyBook, Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    border-radius: 25px;
}
.fg-call-me-button .fg-call-me-button-link:before {
    content: '';
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    position: absolute;
    background: #e41e26 url("/local/templates/fibo_guru_2018/images/fg-phone.png") center center no-repeat;
    background-size: 33px;
    z-index: 11;
    border-radius: 100%;
}

.fg-call-me-button .fg-call-me-button-phone {
    width: 60px;
    height: 60px;
    position: absolute;
}
@media screen and (max-width: 767px){
    .fg-call-me-button .fg-call-me-button-phone{
        display: none;
    }
    .fg-call-me-button{
        bottom: 20px;
        right: 20px;
    }
}

.fg-call-me-button .fg-call-me-button-circle-1 {
    position: absolute;
    background-color: transparent;
    opacity: 0.01;
    width: 120px;
    height: 120px;
    bottom: -30px;
    right: -30px;
    border: 30px solid #e41e26;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    animation: mlfnc-pulse 3s linear infinite;
    -webkit-animation: mlfnc-pulse 3s linear infinite;
    -moz-animation: mlfnc-pulse 3s linear infinite;
    -o-animation: mlfnc-pulse 3s linear infinite;
    -ms-animation: mlfnc-pulse 3s linear infinite;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.fg-call-me-button .fg-call-me-button-circle-2 {
    position: absolute;
    background-color: transparent;
    opacity: 0.01;
    width: 120px;
    height: 120px;
    bottom: -30px;
    right: -30px;
    border: 30px solid #e41e26;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: mlfnc-pulse 3s linear infinite;
    -moz-animation: mlfnc-pulse 3s linear infinite;
    -o-animation: mlfnc-pulse 3s linear infinite;
    -ms-animation: mlfnc-pulse 3s linear infinite;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    animation-delay: 1.5s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.fg-call-me-button:hover .fg-call-me-button-circle-2,
.fg-call-me-button:hover .fg-call-me-button-circle-1 {
    background-color: #e41e26;
    border-color: #e41e26;
}

.fg-call-me-button:hover {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -o-animation-name: tada;
    -ms-animation-name: tada;
    animation-name: tada;
    -webkit-animation: tada 1.5s linear infinite;
    -moz-animation: tada 1.5s linear infinite;
    -o-animation: tada 1.5s linear infinite;
    -ms-animation: tada 1.5s linear infinite;
    animation: tada 1.5s linear infinite;
}

@-webkit-keyframes mlfnc-pulse{
    0% {
        -webkit-transform:rotate(0deg) scale(0.46) skew(1deg);
        -webkit-opacity:.08
    }
    10% {
        -webkit-transform:rotate(0deg) scale(0.56) skew(1deg);
        -webkit-opacity:.8
    }
    100% {
        -webkit-transform:rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity:.01
    }
}

@-moz-keyframes mlfnc-pulse{
    0% {
        -moz-transform:rotate(0deg) scale(0.46) skew(1deg);
        opacity:0.8
    }
    10% {-moz-transform:rotate(0deg) scale(0.56) skew(1deg);
        -moz-opacity:.8
    }
    100% {
        -moz-transform:rotate(0deg) scale(1) skew(1deg);
        opacity:0.01
    }
}

@-o-keyframes mlfnc-pulse{
    0% {
        -o-transform:rotate(0deg) scale(0.46) skew(1deg);
        -o-opacity:.8
    }
    10% {
        -o-transform:rotate(0deg) scale(0.56) skew(1deg);
        -o-opacity:.8
    }
    100% {
        -o-transform:rotate(0deg) scale(1) skew(1deg);
        -o-opacity:.01
    }
}
@-ms-keyframes mlfnc-pulse{
    0% {
        -ms-transform:rotate(0deg) scale(0.46) skew(1deg);
        -ms-opacity:.8
    }
    10% {
        -ms-transform:rotate(0deg) scale(0.56) skew(1deg);
        -ms-opacity:.8
    }
    100% {
        -ms-transform:rotate(0deg) scale(1) skew(1deg);
        -ms-opacity:.01
    }
}

@keyframes tada {
    0% {
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        transform: scale3d(.9, .9, .9);
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    40%, 60%, 80% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
    }
}
@-moz-keyframes tada {
    0% {
        -moz-transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -moz-transform: scale3d(.9, .9, .9);
    }
    30%, 50%, 70%, 90% {
        -moz-transform: scale3d(1.05, 1.05, 1.05);
    }
    40%, 60%, 80% {
        -moz-transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -moz-transform: scale3d(1, 1, 1);
    }
}

@-o-keyframes tada {
    0% {
        -o-transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -o-transform: scale3d(.9, .9, .9);
    }
    30%, 50%, 70%, 90% {
        -o-transform: scale3d(1.05, 1.05, 1.05);
    }
    40%, 60%, 80% {
        -o-transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -o-transform: scale3d(1, 1, 1);
    }
}
@-ms-keyframes tada {
    0% {
        -ms-transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -ms-transform: scale3d(.9, .9, .9);
    }
    30%, 50%, 70%, 90% {
        -ms-transform: scale3d(1.05, 1.05, 1.05);
    }
    40%, 60%, 80% {
        -ms-transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -ms-transform: scale3d(1, 1, 1);
    }
}

@keyframes show-images {
    0%   {
        opacity: 0;
        transform: scale3d(0, 0, 0);
    }
    80% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
    90% {
        opacity: 1;
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes show-images {
    0%   {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0);
    }
    80% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
    }
    90% {
        opacity: 1;
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@-moz-keyframes show-images {
    0%   {
        opacity: 0;
        -moz-transform: scale3d(0, 0, 0);
    }
    80% {
        opacity: 1;
        -moz-transform: scale3d(1, 1, 1);
    }
    90% {
        opacity: 1;
        -moz-transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        opacity: 1;
        -moz-transform: scale3d(1, 1, 1);
    }
}

@-o-keyframes show-images {
    0%   {
        opacity: 0;
        -o-transform: scale3d(0, 0, 0);
    }
    80% {
        opacity: 1;
        -o-transform: scale3d(1, 1, 1);
    }
    90% {
        opacity: 1;
        -o-transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        opacity: 1;
        -o-transform: scale3d(1, 1, 1);
    }
}

@-ms-keyframes show-images {
    0%   {
        opacity: 0;
        -ms-transform: scale3d(0, 0, 0);
    }
    80% {
        opacity: 1;
        -ms-transform: scale3d(1, 1, 1);
    }
    90% {
        opacity: 1;
        -ms-transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        opacity: 1;
        -ms-transform: scale3d(1, 1, 1);
    }
}

/*--- call me button end ---*/
/* End */
/* /local/fonts/font-awesome.css?166936457937541 */
/* /local/fonts/whitney-font.css?16693645791148 */
/* /local/library/dropDownPlugin/phonecode.css?166936458055885 */
/* /bitrix/components/fg/main.time.chooser/templates/time.chooser/style.css?16693645653710 */
/* /bitrix/components/fg/main.menu.sitechoose/templates/chooser-new-v1/style.css?16693645653819 */
/* /local/templates/.default/components/bitrix/menu/fibo_guru_2018/style.css?166936458054086 */
/* /bitrix/components/fg/seo/templates/.default/style.css?16693645651610 */
/* /local/templates/.default/components/bitrix/menu/menu_Social_Link/style.css?1669364580696 */
/* /local/templates/.default/components/bitrix/menu/menu_Inline_BeforeChevron_Link/style.css?16693645801400 */
/* /bitrix/components/fg/form.auth.reg/templates/.default/style.css?166936456532143 */
/* /local/templates/fibo_guru_2018/template_styles.css?166936458021820 */
</pre></body></html>