

/* Start:/local/templates/root/static/css/components/font-awesome.min.css?156068157640113*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("/local/templates/root/static/css/components/../../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/local/templates/root/static/css/components/../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/local/templates/root/static/css/components/../../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/local/templates/root/static/css/components/../../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/local/templates/root/static/css/components/../../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/local/templates/root/static/css/components/../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  -webkit-border-radius: .1em;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  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 {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-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/templates/root/static/css/components/jquery-ui.min.css?15554354815676*/
/*! jQuery UI - v1.12.1 - 2018-09-25
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* Component containers
----------------------------------*/




/* Interaction states
----------------------------------*/


/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */



/* Interaction Cues
----------------------------------*/


/* Icons
----------------------------------*/

/* states and images */



/* Misc visuals
----------------------------------*/

/* Corner radius */


/* End */


/* Start:/local/templates/root/static/css/components/swiper.min.css?155543548119790*/
/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
/* End */


/* Start:/local/css/components/fm.revealator.jquery.css?155757448510983*/
/*
 Revealator jQuery Plugin
 Revealator is a jQuery-based plugin for adding effects to elements that enter the window. It's simple, and easy to use.
 version 1.3, Jan 11th, 2016
 by Ingi P. Jacobsen

 The MIT License (MIT)

 Copyright (c) 2016 Qodio

 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:

 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.

 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
 */
.revealator-fade.revealator-within,
.revealator-slideup.revealator-within,
.revealator-slideleft.revealator-within,
.revealator-slideright.revealator-within,
.revealator-slidedown.revealator-within,
.revealator-zoomin.revealator-within,
.revealator-zoomout.revealator-within,
.revealator-rotateleft.revealator-within,
.revealator-rotateright.revealator-within {
  /* Default effect duration */
  transition: all 600ms;
}
/* Fade effect */
.revealator-fade {
  opacity: 0;
}
.revealator-fade.revealator-within,
.revealator-fade.revealator-partially-above,
.revealator-fade.revealator-above {
  opacity: 1;
}
/* Slide up effect */
.revealator-slideup {
  transform: translate(0, 100px);
  opacity: 0;
}
.revealator-slideup.revealator-within,
.revealator-slideup.revealator-partially-above,
.revealator-slideup.revealator-above {
  transform: none;
  opacity: 1;
}
/* Slide left effect */
.revealator-slideleft {
  transform: translate(100px, 0);
  opacity: 0;
}
.revealator-slideleft.revealator-within,
.revealator-slideleft.revealator-partially-above,
.revealator-slideleft.revealator-above {
  transform: none;
  opacity: 1;
}
/* Slide right effect */
.revealator-slideright {
  transform: translate(-100px, 0);
  opacity: 0;
}
.revealator-slideright.revealator-within,
.revealator-slideright.revealator-partially-above,
.revealator-slideright.revealator-above {
  transform: none;
  opacity: 1;
}
/* Slide down effect */
.revealator-slidedown {
  transform: translate(0, -100px);
  opacity: 0;
}
.revealator-slidedown.revealator-within,
.revealator-slidedown.revealator-partially-above,
.revealator-slidedown.revealator-above {
  transform: none;
  opacity: 1;
}
/* Zoom in effect */
.revealator-zoomin {
  transform: scale(0.75);
  opacity: 0;
}
.revealator-zoomin.revealator-within,
.revealator-zoomin.revealator-partially-above,
.revealator-zoomin.revealator-above {
  transform: scale(1);
  opacity: 1;
}
/* Zoom out effect */
.revealator-zoomout {
  transform: scale(1.5);
  opacity: 0;
}
.revealator-zoomout.revealator-within,
.revealator-zoomout.revealator-partially-above,
.revealator-zoomout.revealator-above {
  transform: scale(1);
  opacity: 1;
}
/* Rotate left effect */
.revealator-rotateleft {
  transform: rotate(20deg);
  opacity: 0;
}
.revealator-rotateleft.revealator-within,
.revealator-rotateleft.revealator-partially-above,
.revealator-rotateleft.revealator-above {
  transform: rotate(0deg);
  opacity: 1;
}
/* Rotate right effect */
.revealator-rotateright {
  transform: rotate(-20deg);
  opacity: 0;
}
.revealator-rotateright.revealator-within,
.revealator-rotateright.revealator-partially-above,
.revealator-rotateright.revealator-above {
  transform: rotate(0deg);
  opacity: 1;
}
.revealator-delay1 {
  transition-delay: 100ms !important;
}
.revealator-delay1.revealator-below,
.revealator-delay1.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay2 {
  transition-delay: 200ms !important;
}
.revealator-delay2.revealator-below,
.revealator-delay2.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay3 {
  transition-delay: 300ms !important;
}
.revealator-delay3.revealator-below,
.revealator-delay3.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay4 {
  transition-delay: 400ms !important;
}
.revealator-delay4.revealator-below,
.revealator-delay4.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay5 {
  transition-delay: 500ms !important;
}
.revealator-delay5.revealator-below,
.revealator-delay5.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay6 {
  transition-delay: 600ms !important;
}
.revealator-delay6.revealator-below,
.revealator-delay6.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay7 {
  transition-delay: 700ms !important;
}
.revealator-delay7.revealator-below,
.revealator-delay7.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay8 {
  transition-delay: 800ms !important;
}
.revealator-delay8.revealator-below,
.revealator-delay8.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay9 {
  transition-delay: 900ms !important;
}
.revealator-delay9.revealator-below,
.revealator-delay9.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay10 {
  transition-delay: 1000ms !important;
}
.revealator-delay10.revealator-below,
.revealator-delay10.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay11 {
  transition-delay: 1100ms !important;
}
.revealator-delay11.revealator-below,
.revealator-delay11.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay12 {
  transition-delay: 1200ms !important;
}
.revealator-delay12.revealator-below,
.revealator-delay12.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay13 {
  transition-delay: 1300ms !important;
}
.revealator-delay13.revealator-below,
.revealator-delay13.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay14 {
  transition-delay: 1400ms !important;
}
.revealator-delay14.revealator-below,
.revealator-delay14.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay15 {
  transition-delay: 1500ms !important;
}
.revealator-delay15.revealator-below,
.revealator-delay15.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay16 {
  transition-delay: 1600ms !important;
}
.revealator-delay16.revealator-below,
.revealator-delay16.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay17 {
  transition-delay: 1700ms !important;
}
.revealator-delay17.revealator-below,
.revealator-delay17.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay18 {
  transition-delay: 1800ms !important;
}
.revealator-delay18.revealator-below,
.revealator-delay18.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay19 {
  transition-delay: 1900ms !important;
}
.revealator-delay19.revealator-below,
.revealator-delay19.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay20 {
  transition-delay: 2000ms !important;
}
.revealator-delay20.revealator-below,
.revealator-delay20.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay21 {
  transition-delay: 2100ms !important;
}
.revealator-delay21.revealator-below,
.revealator-delay21.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay22 {
  transition-delay: 2200ms !important;
}
.revealator-delay22.revealator-below,
.revealator-delay22.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay23 {
  transition-delay: 2300ms !important;
}
.revealator-delay23.revealator-below,
.revealator-delay23.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay24 {
  transition-delay: 2400ms !important;
}
.revealator-delay24.revealator-below,
.revealator-delay24.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay25 {
  transition-delay: 2500ms !important;
}
.revealator-delay25.revealator-below,
.revealator-delay25.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay26 {
  transition-delay: 2600ms !important;
}
.revealator-delay26.revealator-below,
.revealator-delay26.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay27 {
  transition-delay: 2700ms !important;
}
.revealator-delay27.revealator-below,
.revealator-delay27.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay28 {
  transition-delay: 2800ms !important;
}
.revealator-delay28.revealator-below,
.revealator-delay28.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay29 {
  transition-delay: 2900ms !important;
}
.revealator-delay29.revealator-below,
.revealator-delay29.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-delay30 {
  transition-delay: 3000ms !important;
}
.revealator-delay30.revealator-below,
.revealator-delay30.revealator-partially-below {
  transition-delay: 0ms !important;
}
.revealator-speed1,
.revealator-duration1 {
  transition-duration: 100ms !important;
}
.revealator-speed2,
.revealator-duration2 {
  transition-duration: 200ms !important;
}
.revealator-speed3,
.revealator-duration3 {
  transition-duration: 300ms !important;
}
.revealator-speed4,
.revealator-duration4 {
  transition-duration: 400ms !important;
}
.revealator-speed5,
.revealator-duration5 {
  transition-duration: 500ms !important;
}
.revealator-speed6,
.revealator-duration6 {
  transition-duration: 600ms !important;
}
.revealator-speed7,
.revealator-duration7 {
  transition-duration: 700ms !important;
}
.revealator-speed8,
.revealator-duration8 {
  transition-duration: 800ms !important;
}
.revealator-speed9,
.revealator-duration9 {
  transition-duration: 900ms !important;
}
.revealator-speed10,
.revealator-duration10 {
  transition-duration: 1000ms !important;
}
.revealator-speed11,
.revealator-duration11 {
  transition-duration: 1100ms !important;
}
.revealator-speed12,
.revealator-duration12 {
  transition-duration: 1200ms !important;
}
.revealator-speed13,
.revealator-duration13 {
  transition-duration: 1300ms !important;
}
.revealator-speed14,
.revealator-duration14 {
  transition-duration: 1400ms !important;
}
.revealator-speed15,
.revealator-duration15 {
  transition-duration: 1500ms !important;
}
/*# sourceMappingURL=fm.revealator.jquery.css.map */
/* End */


/* Start:/local/templates/root/static/css/it_style.css?161555124056841*/
@charset "UTF-8";
/*задаём иконки с спрайта
.icon-home{
  @include sprite($calendar);
 }
 */
/* reset */
/* main variables */
body {
  margin: 0px;
  padding: 0px;
  font-family: "ProximaNova", sans-serif;
  background-color: #f1f2f3;
  height: 100%;
  line-height: 1;
  position: relative;
  font-size: 14px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.bot_lang_tt{
    font-family: Helvetica, sans-serif; }

/*MAIN*/
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-size: 100%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px; }

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }

input,
textarea {
  color: #333;
  font-family: "ProximaNova", sans-serif;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none; }

input[type="button"],
input[type="submit"],
button {
  cursor: pointer; }

td {
  margin: 0px;
  padding: 0px; }

form {
  padding: 0px;
  margin: 0px; }

a {
  color: #1a1a1a;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent; }

a,
span,
div,
button {
  outline: none !important; }

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after,
.wrapper:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

@font-face {
  font-family: 'ProximaNova';
  src: url("/local/templates/root/static/css/../fonts/ProximaNova-Regular.eot");
  src: url("/local/templates/root/static/css/../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/root/static/css/../fonts/ProximaNova-Regular.woff2") format("woff2"), url("/local/templates/root/static/css/../fonts/ProximaNova-Regular.woff") format("woff"), url("/local/templates/root/static/css/../fonts/ProximaNova-Regular.svg#a Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-0491; }

/* Generated by Fontie <http://fontie.pixelsvsbytes.com> */
@font-face {
  font-family: 'ProximaNova';
  src: url("/local/templates/root/static/css/../fonts/ProximaNova-Semibold.eot");
  src: url("/local/templates/root/static/css/../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("/local/templates/root/static/css/../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("/local/templates/root/static/css/../fonts/ProximaNova-Semibold.woff") format("woff"), url("/local/templates/root/static/css/../fonts/ProximaNova-Semibold.svg#a Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-0491; }

@font-face {
  font-family: 'icomoon';
  src: url("/local/templates/root/static/css/../fonts/icomoon.eot?escoot");
  src: url("/local/templates/root/static/css/../fonts/icomoon.eot?escoot#iefix") format("embedded-opentype"), url("/local/templates/root/static/css/../fonts/icomoon.ttf?escoot") format("truetype"), url("/local/templates/root/static/css/../fonts/icomoon.woff?escoot") format("woff"), url("/local/templates/root/static/css/../fonts/icomoon.svg?escoot#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-close:before {
  content: "\e914"; }

.icon-search:before {
  content: "\e913"; }

.icon-apple:before {
  content: "\e912"; }

.icon-telegram:before {
  content: "\e911"; }

.icon-map-point:before {
  content: "\e90d"; }

.icon-arrow-down:before {
  content: "\e90e"; }

.icon-calendar:before {
  content: "\e90f"; }

.icon-clock:before {
  content: "\e910"; }

.icon-brain:before {
  content: "\e900"; }

.icon-chat:before {
  content: "\e901"; }

.icon-comp:before {
  content: "\e902"; }

.icon-fb:before {
  content: "\e903"; }

.icon-google-play:before {
  content: "\e904"; }

.icon-instagram:before {
  content: "\e905"; }

.icon-like:before {
  content: "\e906"; }

.icon-note:before {
  content: "\e907"; }

.icon-share:before {
  content: "\e908"; }

.icon-tw:before {
  content: "\e909"; }

.icon-user:before {
  content: "\e90a"; }

.icon-vk:before {
  content: "\e90b"; }

.icon-yuotube:before {
  content: "\e90c"; }

/* reset */
/* main variables */
/* checkbox */
/* radio */
/* select */
.jq-checkbox {
  top: -1px;
  width: 13px;
  height: 13px;
  border: 1px solid #C3C3C3;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #F6F6F6;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  cursor: pointer; }

.jq-checkbox.checked .jq-checkbox__div {
  width: 9px;
  height: 9px;
  margin: 2px 0 0 2px;
  background: #666;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05); }

.jq-checkbox.disabled {
  opacity: 0.5; }

.jq-radio {
  width: 12px;
  height: 12px;
  border: 1px solid #C3C3C3;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #F6F6F6;
  box-shadow: 0 0 0 0px transparent;
  -moz-box-shadow: 0 0 0 0px transparent;
  -webkit-box-shadow: 0 0 0 0px transparent;
  vertical-align: middle;
  cursor: pointer; }

.jq-radio.checked .jq-radio__div {
  width: 6px;
  height: 6px;
  margin: 3px 0 0 3px;
  background: #666; }

.jq-radio.disabled {
  opacity: 0.5; }

.jq-file {
  width: 270px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
          border-radius: 4px; }

.jq-file input {
  cursor: pointer;
  height: auto;
  line-height: 1em; }

.jq-file__name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding: 0 80px 0 10px;
  color: #333;
  font: 14px/30px Arial, sans-serif;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
          box-shadow: inset 1px 1px #F1F1F1;
  background: #FFF; }

.focused .jq-file__name {
  border: 1px solid #5794BF; }

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  -webkit-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
  background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  font: 14px/30px Arial, sans-serif; }

.jq-file:hover .jq-file__browse {
  background-color: #E6E6E6;
  background-position: 0 -10px; }

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD; }

.jq-file.disabled .jq-file__name {
  color: #888; }

.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  width: 100%; }

.jq-selectbox__select {
  height: 56px;
  padding: 18px 40px 0 25px;
  border: 0px solid #C3C3C3;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  background: white;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  font-size: 16px;
  line-height: 20px;
  color: #1a1a1a;
  font-family: "ProximaNova", sans-serif; }
  .bot_lang_tt .jq-selectbox__select {
    font-family: Helvetica, sans-serif; }

.jq-selectbox__select:hover {
  background: white; }

.jq-selectbox__select:active {
  background: white; }

.jq-selectbox.focused .jq-selectbox__select {
  background: white; }

.opened .jq-selectbox__select {
  border-color: #000; }

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.jq-selectbox__select-text {
  display: block;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%; }

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 0px solid #000;
  border-right: 0px solid transparent;
  border-left: 0px solid transparent;
  background: none; }

.jq-selectbox__dropdown {
  top: 56px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0px solid #000;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  background: #FFF;
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
  padding: 8px 0; }

.jq-selectbox__search {
  margin: 5px; }

.jq-selectbox__search input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  outline: none;
  border: 1px solid #CCC;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
          box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px; }

.jq-selectbox ul {
  margin: 0;
  padding: 0; }

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 27px 5px 27px;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 20px;
  font-family: "ProximaNova", sans-serif;
  color: #1a1a1a; }
  .bot_lang_tt .jq-selectbox li {
    font-family: Helvetica, sans-serif; }

.jq-selectbox li.selected {
  background-color: transparent;
  color: #f48222; }

.jq-selectbox li:hover {
  background-color: transparent;
  color: #f48222; }

.jq-selectbox li.disabled {
  color: #ccc;
  background: none; }

.jq-selectbox li.disabled:hover {
  background: none; }

.jq-selectbox li.optgroup {
  font-weight: bold; }

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default; }

.jq-selectbox li.option {
  padding-left: 25px; }

.jq-select-multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #FFF;
  color: #333;
  font: 14px/18px Arial, sans-serif;
  cursor: default; }

.jq-select-multiple.focused {
  border: 1px solid #5794BF; }

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.jq-select-multiple ul {
  margin: 0;
  padding: 0; }

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none; }

.jq-select-multiple li:first-child {
  -webkit-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0; }

.jq-select-multiple li:last-child {
  -webkit-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px; }

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF; }

.jq-select-multiple li.disabled {
  color: #AAA; }

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF; }

.jq-select-multiple li.optgroup {
  font-weight: bold; }

.jq-select-multiple li.option {
  padding-left: 25px; }

/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%;
  min-width: 320px;
  padding-top: 24px;
  text-align: left;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-order: 1; }
  header.bot_menu-open .bot_logo {
    z-index: 102; }
  header.bot_menu-open .bot_button-nav {
    z-index: 102; }

.bot_header-left {
  position: relative; }

.bot_header-right {
  position: relative;
  text-align: right; }

.bot_header-row {
  padding-top: 15px; }

.bot_header-row_sec {
  padding-top: 6px; }

.bot_logo {
  position: relative;
  display: block;
  width: 48px;
  min-width: 48px;
  margin-right: 20px; }
  .bot_logo img {
    display: block;
    max-width: 100%; }
.bot_logo_footer {
  position: relative;
  display: inline-block;
  height: 71px;
  min-height: 71px;
  margin-right: 30px; }
  .bot_logo_footer img {
    display: block;
    max-width: 100%; }

.bot_text-logo {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  margin-right: 42px;
  vertical-align: middle;
  letter-spacing: .45px;
  text-transform: uppercase;
  color: #fffefe; }
  .bot_text-logo:hover {
    color: #fdc300; }

.bot_social-top-btn {
  margin-right: 16px;
  color: #fff;
  font-size: 18px;
  position: relative;
  top: 5px;
  display: none; }

.bot_header-inner .bot_social-top-btn {
  color: #1a1a1a; }

.bot_button-nav {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle; }
  .bot_button-nav:hover span {
    background-color: #fdc300; }
  .bot_button-nav span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto 4px auto;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    background-color: #fff; }
  .bot_button-nav.active span:first-child {
    position: absolute;
    top: 9px;
    top: 14px;
    left: 1px;
    left: -2px;
    width: 28px;
    margin: 0 0 0 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .bot_button-nav.active span:nth-child(2) {
    background-color: transparent; }
  .bot_button-nav.active span:nth-child(3) {
    position: absolute;
    top: 14px;
    right: -2px;
    width: 28px;
    margin: 0 0 0 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.bot_main-nav {
  padding-top: 11px;
  padding-right: 49px; }

.bot_root-nav {
  margin-top: -20px; }

.bot_main-nav-list {
  text-align: right; }
  .bot_main-nav-list__item {
    position: relative;
    display: inline-block;
    margin-bottom: 11px;
    vertical-align: top; }
	.bot_main-nav-list__item:not(:first-child) {
      margin-left: 19px; }
    .bot_main-nav-list__item.active .bot_main-nav-list__link:before {
      position: absolute;
      bottom: -8px;
      left: 0;
      display: block;
      width: 41px;
      height: 2px;
      content: '';
      background-color: #fdc300; }
    .bot_main-nav-list__item:hover .bot_main-nav-list__link:before {
      position: absolute;
      bottom: -8px;
      left: 0;
      display: block;
      width: 41px;
      height: 2px;
      content: '';
      background-color: #fdc300; }
    .bot_main-nav-list__item:hover > div {
      z-index: 100;
      left: 0;
      opacity: 1; }
  .bot_main-nav-list__link {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    position: relative;
    color: #fffefe; }
    .bot_main-nav-list__link:hover {
      color: #fdc300; }

.bot_header-inner .bot_main-nav-list__link {
  color: #1a1a1a;
  text-shadow: 0 0; }

.bot_header-inner .bot_root-nav-list__link {
  color: #1a1a1a;
  text-shadow: 0 0; }

.bot_header-inner .bot_text-logo {
  color: #1a1a1a; }

.bot_header-inner .bot_button-nav span {
  background-color: #1a1a1a; }

.bot_main-subnav-wrapper {
  position: absolute;
  left: -10000px;
  padding-top: 7px;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0; }

.bot_main-subnav-list {
  padding: 18px 28px 2px 28px;
  -webkit-border-radius: 0 8px;
          border-radius: 0 8px; }
  .bot_main-subnav-list__item {
    margin-bottom: 15px;
    text-align: left; }
  .bot_main-subnav-list__link {
    white-space: nowrap; }

.bot_root-nav-list {
  text-align: right; }
  .bot_root-nav-list__item {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 11px;
    vertical-align: top; }
  .bot_root-nav-list__link {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    letter-spacing: .45px;
    text-transform: uppercase;
    color: #fffefe; }
    @media screen and (max-width: 1023px) {
      .bot_root-nav-list__link {
        margin-left: 4px;
      }
    }
    .bot_root-nav-list__link:hover {
      color: #fdc300; }


.bot_header-city {
	font-size: 18px;
	color: #fff;
	font-weight: 800;
	margin: -3px 20px 3px 4px;;
	line-height: 27px;
	position: relative;
	display: inline-block; }
  .bot_header-city:before {
  	content: "";
  	position: absolute;
  	width: 100%;
  	height: 2px;
  	bottom: 0;
  	left: 0;
  	background-color: #fff;
  	visibility: hidden;
  	-webkit-transform: scaleX(0);
  	transform: scaleX(0);
  	-webkit-transition: all .1s ease-in-out 0s;
  	transition: all .1s ease-in-out 0s;
  }
  .bot_header-city.active:before,
  .bot_header-city:hover:before {
  	visibility: visible;
  	-webkit-transform: scaleX(1);
  	transform: scaleX(1);
  }
  .bot_header-inner .bot_header-city {
    color: #8d8d8d; }
  .bot_header-inner .bot_header-city:before {
    background-color: #8d8d8d; }

.bot_header-path {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: .45px;
  text-transform: uppercase;
  color: #fff; }
  .bot_header-path:not(:last-child) {
    margin-right: 42px; }
  .bot_header-path:hover {
    color: #fdc300; }
.bot_header-inner  .bot_header-path {
  color: #1a1a1a; }

.bot_header-menu {
	position: absolute;
	top: 12px;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.bot_header-nav {
	margin-right: 70px;
}
.bot_locale {
	position: relative;
	display: inline-block;
}
.bot_locale_button {
	background: transparent;
	border: 0;
	color: #fff;
	border-bottom: 1px dashed #fff;
	padding: 5px 0;
	font-size: 16px;
	cursor: pointer;
}
.bot_locale_content {
	display: none;
	position: absolute;
	background-color: rgba(0,0,0,.6);
	z-index: 1;
	right: 0;
	text-align: right;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.bot_locale_content.show {
	display: flex;
}
.bot_locale:hover .bot_locale_content {
	display: flex;
}
.bot_locale_content button {
	width: 100%;
	text-decoration: none;
	background: transparent;
	color: #fff;
	border: 0;
	font-size: 16px;
	padding: 8px 16px;
	cursor: pointer;
}
.bot_header-inner .bot_locale_button {
  border-color: #1a1a1a;
  color: #1a1a1a; }

.bot_header-btn {
	position: relative;
	display: inline-block;
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	margin-top: 8px;
}
.bot_header-btn.bot_header-btn_opt {
	display: none;
}
.bot_header-inner .bot_header-btn {
  color: #1a1a1a; }


@media screen and (max-width: 1023px) {
  .bot_text-logo {
    margin-right: 20px; }
  .bot_header-path:not(:last-child) {
    margin-right: 20px; }
  .bot_main-nav {
    padding-right: 0; }
  .bot_root-nav {
    padding-right: 22px; }
  .bot_main-nav-list__item:not(:first-child) {
    margin-left: 5px; }
  .bot_main-nav-list__link {
    font-size: 14px; }
  .bot_root-nav-list__item {
    margin-bottom: 5px; }
  .bot_root-nav-list__link {
    font-size: 14px;
    margin-right: 0; } }

@media screen and (max-width: 767px) {
  .bot_header-nav {
    display: none; }
  .bot_header-menu {
	flex-direction: row-reverse;
	align-items: flex-end; }
  .bot_header-btn {
    margin-top: 0;
	margin-right: 20px; }
	.bot_header-btn.bot_header-btn_opt {
		display: inline-block;
	}

  .bot_social-top-btn {
    display: inline-block; }
  .bot_main-nav {
    margin: 15px 0 25px;
    padding-top: 0;
    display: none; }
  .bot_root-nav {
    display: none; }
  .bot_main-nav-list {
    text-align: left; }
  .bot_main-nav-list__item {
    width: 50%;
    margin-bottom: 10px; }
	.bot_main-nav-list__item:not(:last-child) {
      margin-right: -4px; }
  .bot_menu-open {
    z-index: 101;
    background: #252525; }
  .bot_text-logo {
    display: none; }
  .bot_header-path {
    display: none; }
  .bot_main-subnav-wrapper {
    position: relative;
    left: 0;
    padding-top: 0;
    opacity: 1; }
  .bot_main-subnav-list {
    background-color: transparent; } }

/*
================================================================================
|                                      COMMON                                  |
================================================================================
*/
.bot_hl-before:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 41px;
  height: 2px;
  content: ''; }

.bot_hl-before_lg:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 64px;
  height: 6px;
  content: ''; }

.bot_hl-after:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  display: block;
  width: 41px;
  height: 2px;
  content: ''; }

.bot_hl-after_lg:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  display: block;
  width: 64px;
  height: 6px;
  content: ''; }

.bot_size_compact .bot_hl-after_lg:after {
  bottom: 2px; }

@media screen and (max-width: 1023px) {
  .bot_hl-before_lg:before,
  .bot_hl-after_lg:after {
    width: 54px;
    height: 4px; } }

@media screen and (max-width: 767px) {
  .bot_hl-after_lg:after {
    bottom: 0; } }

/*
================================================================================
|                                     FOOTER2                                  |
================================================================================
*/
.bot_footer-menu {
  position: relative; }
.bot_footer-wrapper {
  height: 64px; }

.bot_footer-menu-row {
  position: relative;
  height: 64px;
  z-index: 99; }

.bot_footer-menu-list {
  padding-top: 26px; }
  .bot_footer-menu-list__item {
    display: table-cell;
	padding-right: 52px;
    vertical-align: top;

    vertical-align: top; }
    .bot_footer-menu-list__item:last-child {
      padding-right: 20px; }
    .bot_footer-menu-list__item.active {
      _background-color: rgb(255, 255, 255, 0.15); }
    .bot_footer-menu-list__item.active > .bot_footer-menu-list__link {
      color: #fff; }
  .bot_footer-menu-list__link {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    display: block;
    margin-bottom: 20px;
    padding: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    white-space: nowrap;
    letter-spacing: .48px;
    text-transform: uppercase;
    color: #1a1a1a;
    border: none;
    background-color: transparent; }
    .bot_footer-menu-list__link:hover {
      color: #fff; }

.bot_footer-select {
  padding: 5px 0;
}

.bot_footer-menu-expandable {
  position: relative;
  _display: none;
  max-height: 0;
  overflow: hidden;
  background-color: #e7e7e7;
  -webkit-transition: max-height .3s linear;
       -o-transition: max-height .3s linear;
          transition: max-height .3s linear; }
  .bot_footer-menu-expandable.opened {
    max-height: 640px;
    _display: block; }
  .bot_footer-menu-expandable__content {
    position: relative;
    padding-top: 20px;
    padding-bottom: 36px;
    padding-right: 24px; }

.bot_footer-expandable-close {
  display: none;
  position: absolute;
  top: 16px;
  right: 4px;
  width: 20px;
  height: 20px; }
  .bot_footer-expandable-close span {
    position: absolute;
    top: 11px;
    display: block;
    width: 22px;
    height: 2px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #b9b9b9; }
    .bot_footer-expandable-close span:first-child {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .bot_footer-expandable-close span:last-child {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .bot_footer-expandable-close:hover span {
    background-color: #fdc300; }
.bot_footer-menu-expandable.opened .bot_footer-expandable-close {
  display: block; }

.bot_footer-submenu-list {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3; }

.bot_footer-margin {
  height: 24px; }

.bot_footer-menu__panel {
  display: none;
  position: relative;
  padding-right: 24px; }

.bot_scroll-up-row {
  display: block;
  position: fixed !important;
  bottom: 0 !important;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  z-index: 99;
}
.bot_scroll-up-btn {
  position: absolute;
  right: 8px;
  bottom: 8px;
  height: 56px;
  width: 56px;
  border: 1px solid #eee;
  border-radius: 50px;
  border-color: #d9d9d9;
  background-color: #fff;
  font-size: 20px;
  padding-top: 14px;
  text-align: center;
  z-index: 99;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0; }
  .bot_scroll-up-btn.bot_visible {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 0.8; }
  .bot_scroll-up-btn:hover {
    opacity: 1;
	color: #fff;
    border-color: #ee8124;
    background-color: #ee8124; }
  .bot_scroll-up-btn  i {
    color: #1a1a1a; }
  .bot_scroll-up-btn:hover  i {
    color: #fff; }

@media screen and (max-width: 1023px) {
  .bot_footer-menu {
    overflow: auto; }
  .bot_footer-menu .bot_wrapper {
    _min-width: 1000px; }
}
@media screen and (max-width: 767px) {
  .bot_footer-submenu-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2; }
}
@media screen and (max-width: 480px) {
  .bot_footer-submenu-list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1; }
}

/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
footer {
  width: 100%;
  min-width: 320px;
  text-align: left;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-order: 3; }

.bot_footer-nav {
  position: relative;
  margin-bottom: 18px;
  padding: 5px 0;
  z-index: 99; }
  .bot_footer-nav:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    min-width: 1000px;
    height: 64px;
    content: '';
    background-color: #fdc300; }
  .bot_footer-nav.bot_subnav-open {
    background-color: #e7e7e7; }
    .bot_footer-nav.bot_subnav-open .bot_footer-nav-list__link {
      color: #fff; }
    .bot_footer-nav.bot_subnav-open .bot_footer-subnav-close {
      display: block; }
    .bot_footer-nav.bot_subnav-open .jq-selectbox__select {
      color: #fff; }
  .bot_footer-nav .jq-selectbox__select {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .bot_footer-nav .bot_choice-town {
    margin-bottom: 0; }

.bot_footer-nav-list {
  padding-top: 21px;
  padding-bottom: 35px; }
  .bot_footer-nav-list__item {
    display: inline-block;
    margin-right: 52px;
    vertical-align: top; }
    .bot_footer-nav-list__item:last-child {
      margin-right: 0; }
  .bot_footer-nav-list__link {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    display: block;
    margin-bottom: 20px;
    padding: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    white-space: nowrap;
    letter-spacing: .48px;
    text-transform: uppercase;
    color: #1a1a1a;
    border: none;
    background-color: transparent; }
    .bot_footer-nav-list__link:hover {
      color: #fff; }

.bot_footer-subnav-list {
  display: none;
  padding-top: 20px; }
  .bot_footer-subnav-list__item {
    margin-bottom: 10px; }
    .bot_footer-subnav-list__item:last-child {
      margin-bottom: 0; }
  .bot_footer-subnav-list__link {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px; }
    .bot_footer-subnav-list__link:hover {
      color: #fdc300; }

.bot_footer-subnav-close {
  position: absolute;
  top: 68px;
  right: 50px;
  display: none;
  width: 20px;
  height: 20px; }
  .bot_footer-subnav-close span {
    position: absolute;
    top: 11px;
    display: block;
    width: 22px;
    height: 2px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #b9b9b9; }
    .bot_footer-subnav-close span:first-child {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .bot_footer-subnav-close span:last-child {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .bot_footer-subnav-close:hover span {
    background-color: #fdc300; }

.bot_footer-col {
  display: inline-block;
  width: 50%;
  margin-right: -4px;
  vertical-align: top; }
  .bot_footer-col p {
    padding: 4px 0;
    text-shadow: 0 0; }
  .bot_footer-col .bot_logo {
    margin-bottom: 31px; }
  .bot_footer-col .bot_logo_footer {
    margin-bottom: 31px; }

.bot_big-phone {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  margin-top: 11px;
  color: #1a1a1a;
  text-shadow: 0 0; }

.bot_social-footer {
  margin-top: 24px;
  margin-bottom: 32px; }
.bot_social-block { }
  .bot_social-block__ico {
    display: flex;
    line-height: 48px;
    width: 48px;
    height: 48px;
    text-align: center;
    opacity: .32;
    color: #252525; }
    .bot_social-block__ico img {
      width: 40%;
      height: 40%;
      margin: auto; }
  .bot_social-block__item {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    -webkit-transition: all .3s  cubic-bezier(0.2,0,0,1);
    -o-transition: all .3s  cubic-bezier(0.2,0,0,1);
    transition: all .3s  cubic-bezier(0.2,0,0,1);
    vertical-align: middle; }
    .bot_social-block__item:last-child {
      margin-right: 0; }
  .bot_social-block__link {
    line-height: 48px;
    display: inline-block;
    width: 48px;
    height: 48px;
    text-align: center;
    opacity: .32;
    color: #252525; }
    .bot_social-block__link::after {
      content: '';
      display: block;
      height: 0;
      position: absolute;
      bottom: 0;
      right: 1.25rem;
      left: 1.25rem;
      -webkit-transition: all .35s cubic-bezier(0.2,0,0,1);
      transition: all .35s cubic-bezier(0.2,0,0,1);
      -webkit-transform-origin: bottom center;
      transform-origin: bottom center;
      z-index: -1; }
      .bot_social-block__link:hover::after {
        right: 0;
        left: 0;
        height: 100%; }
    .bot_social-block__link i {
      font-size: 25px; }
      .bot_social-block__link i:before {
        line-height: 48px; }
    .bot_social-block__link .icon-vk {
      font-size: 18px; }
    .bot_social-block__link .icon-fb {
      font-size: 28px; }
    .bot_social-block__link .icon-yuotube {
      font-size: 23px; }
    .bot_social-block__link .icon-tw {
      font-size: 23px; }
    .bot_social-block__link:hover {
      opacity: 1; }

.bot_footer-nav-sm {
  margin-top: 6px;
  margin-bottom: 34px; }
  .bot_footer-nav-sm__item {
    margin-bottom: 11px; }
    .bot_footer-nav-sm__item:last-child {
      margin-bottom: 0; }
  .bot_footer-nav-sm__link {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    display: inline;
    color: #1a1a1a;
    border-bottom: 1px solid rgba(26, 26, 26, 0.2);
    text-shadow: 0 0; }
    .bot_footer-nav-sm__link:hover {
      border-bottom-color: transparent; }

.bot_footer-subnav {
  background-color: #e7e7e7; }

.bot_share__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
  vertical-align: middle;
  color: #1a1a1a;
  text-shadow: 0 0; }

.bot_share__link {
  font-size: 16px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  color: #919192; }

.bot_share p {
  font-size: 14px;
  line-height: 20px;
  max-width: 520px;
  padding: 8px 0; }

.bot_app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  text-shadow: 0 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .bot_app__title {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-right: 25px;
    letter-spacing: .28px;
    text-transform: uppercase;
    color: #1a1a1a; }

.bot_app-item {
  margin-right: 20px; }
  .bot_app-item:last-child {
    margin-right: 0; }
  .bot_app-item i {
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    color: #acadad; }
  .bot_app-item span {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    vertical-align: middle; }
  .bot_app-item:hover .bot_app-item__text {
    color: #fdc300; }

.bot_underline-text {
  line-height: 14px;
  display: inline-block;
  display: inline;
  padding-bottom: 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.2);
  text-shadow: 0 0; }
  .bot_underline-text:hover {
    border-bottom-color: transparent; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bot_footer-nav-list__link {
    white-space: nowrap; } }

@media screen and (max-width: 1200px) {
  .bot_footer .bot_footer-select {
    display: none; }
  .bot_footer-nav-list__item {
    margin-right: 22px; }
    .bot_footer-nav-list__item:last-child {
      margin-right: 0; } }

@media screen and (max-width: 1023px) {
  .bot_footer-nav-list__item {
    margin-right: 10px; }
    .bot_footer-nav-list__item:last-child {
      margin-right: 0; }
  .bot_footer-nav {
    overflow: auto; }
    .bot_footer-nav .bot_wrapper-justify {
      min-width: 1000px; }
  .bot_footer-subnav-list__link {
    font-size: 12px;
    line-height: 16px; } }

@media screen and (max-width: 767px) {
  .bot_footer .bot_footer-select {
    display: none; }
  .bot_footer-col {
    width: 100%;
    margin: 0; }
  .bot_footer-col .bot_logo {
    margin-bottom: 10px; }
  .bot_big-phone {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px; }
  .bot_social-footer {
    margin: 20px 0 24px 0; }
  .bot_social-block__item  {
	margin-right: 0; }
  .bot_app {
    margin-bottom: 15px; }
  .bot_footer-nav-sm {
    margin-bottom: 10px; }
  .bot_share {
    margin-bottom: 15px; }
  .bot_underline-text {
    line-height: 18px; }
  .bot_share p {
    max-width: 100%; }
  .bot_big-phone {
    margin-bottom: 13px; }
  .bot_app {
    display: block;
    margin-bottom: 20px; }
  .bot_app__title {
    width: 100%;
    margin: 0 0 15px 0; } }

.bot_main-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  min-width: 320px;
  height: 100%;
  min-height: 100%;
  padding: 0 0 0 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start; }

.bot_second-wrapper {
  position: relative; }

.bot_second-wrapper_fullscreen {
  position: relative;
  height: 100%;
  overflow: auto; }

.bot_wrapper {
  position: relative;
  min-width: 320px;
  max-width: 1304px;
  margin: 0 auto;
  padding: 0 40px 0 40px; }

.bot_wrapper-justify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .bot_wrapper-justify:after {
    display: none; }

/* titles */
p {
  font-weight: 400;
  margin: 15px 0 15px 0;
  font-size: 14px;
  line-height: 20px;
  color: #1a1a1a; }

h1,
.h1 {
  font-family: "ProximaNova", sans-serif;
  font-weight: 400;
  /*padding: 15px 0 15px 0;*/
  font-size: 28px;
  /*line-height: 64px;*/
  color: #1a1a1a;
  line-height: 30px;
  padding: 32px 0 32px 0;
}
  .bot_lang_tt h1 {
    font-family: Helvetica, sans-serif; }

h2 {
  font-family: "ProximaNova", sans-serif;
  font-weight: 400;
  padding: 15px 0 15px 0;
  font-size: 24px;
  line-height: 54px;
  color: #1a1a1a; }
  .bot_lang_tt h2 {
    font-family: Helvetica, sans-serif; }

h3 {
  font-family: "ProximaNova", sans-serif;
  font-weight: 400;
  padding: 15px 0 15px 0;
  font-size: 32px;
  line-height: 36px;
  color: #1a1a1a; }
  .bot_lang_tt h3 {
    font-family: Helvetica, sans-serif; }

.bot_size_compact h1,
.bot_size_compact .h1 {
  font-size: 46px;
  line-height: 54px; }

.bot_size_compact h2 {
  font-size: 38px;
  line-height: 34px; }

/* text position */
.bot_text-left {
  text-align: left !important; }

.bot_text-center {
  text-align: center !important; }

.bot_text-right {
  text-align: right !important; }

.bot_nowrap {
  white-space: nowrap !important; }

/* loader */
.bot_loading .bot_main-wrapper {
  display: none;
  visibility: hidden; }

.bot_icon-load {
  display: none; }

.bot_loading .bot_icon-load {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-left: -20px;
  background: url(/local/templates/root/static/css/../img/loader.gif) no-repeat left top; }

ul {
  list-style: none; }

ul.list-mark {
    list-style: disc;
    margin-left: 20px;
}

ul.list-mark li {
    font-weight: 400;
    margin: 15px 0 15px 0;
    font-size: 14px;
    line-height: 20px;
    color: #1a1a1a;
}

/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.bot_content {
  width: 100%;
  min-width: 320px;
  text-align: left;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-order: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-grow: 1; }

.bot_choice-town {
  max-width: 224px;
  margin-bottom: 32px; }
  .bot_choice-town .jq-selectbox__trigger-arrow {
    font-family: 'icomoon' !important;
    font-size: 8px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    top: 50%;
    right: 24px;
    width: auto;
    height: auto;
    margin-top: -3px;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .bot_choice-town .jq-selectbox__trigger-arrow:before {
      content: '\e90e'; }
  .bot_choice-town.jq-selectbox li.selected {
    color: #f48222;
    background-color: transparent; }
  .bot_choice-town.jq-selectbox li {
    font-size: 13px;
    text-transform: uppercase; }

.dropdown .jq-selectbox__trigger-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.bot_inf-list__item {
  display: inline-block;
  margin-right: 17px;
  vertical-align: top; }
  .bot_inf-list__item:last-child {
    margin-right: 0; }
  .bot_inf-list__item i {
    font-size: 16px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    color: #fdc300; }
  .bot_inf-list__item span {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #1a1a1a;
    text-shadow: 0 0; }

.bot_link-pdf {
  display: inline-block; }
  .bot_link-pdf:hover .bot_link-pdf__text {
    border-bottom-color: transparent; }
  .bot_link-pdf span {
    display: inline-block;
    vertical-align: middle;
    color: #1a1a1a;
    text-shadow: 0 0; }
  .bot_link-pdf__icon {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    height: 20px;
    margin-right: 3px;
    padding: 1px 8px 0;
    text-transform: uppercase;
    background-color: #fdc300; }
  .bot_link-pdf__text {
    font-size: 16px;
    line-height: 20px;
    margin-right: 4px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-bottom: 1px solid rgba(26, 26, 26, 0.16); }
  .bot_link-pdf__size {
    font-size: 13px;
    line-height: 20px;
    opacity: .6; }

.bot_hide-tab {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0; }

.bot_social-aside {
  position: fixed;
  z-index: 101;
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
          transform: translateY(-40%); }
  .bot_social-aside__item {
    width: 56px;
    margin-bottom: 7px;
    text-align: center; }
    .bot_social-aside__item:first-child {
      position: absolute;
      top: -63px; }
      .bot_social-aside__nav .bot_social-aside__link {
        width: 56px;
        height: 56px;
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0);
        opacity: 0; }
	  .bot_social-aside__cta .bot_social-aside__link {
        width: 56px;
        height: 56px;
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0);
        opacity: 0; }
    .bot_social-aside__item:last-child {
      margin-bottom: 0; }
  .bot_social-aside__link {
    font-size: 14px;
    font-weight: 600;
    line-height: 42px;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #1a1a1a;
    border: 1px solid white;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: white; }
    .bot_social-aside__link:hover {
      color: #fff;
      border-color: #ee8124; }
    .bot_social-aside__link i {
	  line-height: 38px;
      font-size: 18px;
      display: inline-block; }
    .bot_social-aside__cta .bot_social-aside__link i {
	  line-height: 54px;
      font-size: 24px;
      display: inline-block; }
    .bot_social-aside__link .icon-chat {
      margin-top: 11px; }
  .bot_social-aside .bot_button-nav {
    margin-top: 16px; }
  .bot_social-aside .bot_button-nav span {
    background-color: #1a1a1a; }
  .bot_social-aside.bot_social-nav .bot_social-aside__nav .bot_social-aside__link {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  .bot_social-aside.bot_social-cta .bot_social-aside__cta .bot_social-aside__link {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  .bot_social-aside.bot_social-nav .bot_social-aside__link {
    border-color: #d9d9d9;
    background-color: #f1f2f3; }
    .bot_social-aside.bot_social-nav .bot_social-aside__link:hover {
      color: #fff;
      border-color: #ee8124;
      background-color: #ee8124; }
      .bot_social-aside.bot_social-nav .bot_social-aside__link:hover .bot_button-nav span {
        background-color: #fff; }

.opened .jq-selectbox__select,
.jq-selectbox__dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16); }

.bot_select-transparent .jq-selectbox__select {
  -webkit-box-shadow: none;
          box-shadow: none; }

.bot_select-transparent {
  width: auto;
  max-width: 100%;
  margin-right: 25px;
  margin-bottom: 0; }
  .bot_select-transparent:last-child {
    margin-right: 0; }
  .bot_select-transparent .jq-selectbox__select {
    font-size: 13px;
    font-weight: 600;
    height: 48px;
    padding-right: 20px;
    padding-left: 0;
    text-transform: uppercase;
    background-color: transparent !important; }
  .bot_select-transparent .jq-selectbox__select-text {
    width: auto !important; }
  .bot_select-transparent .jq-selectbox__trigger-arrow {
    font-size: 6px;
    right: 0;
    margin-top: 0; }
  .bot_select-transparent .jq-selectbox__trigger {
    width: 20px; }
  .bot_select-transparent .jq-selectbox__dropdown {
    top: 48px;
    left: -24px;
    width: auto;
    min-width: -webkit-calc(100% + 48px);
    min-width: calc(100% + 48px);
    max-width: -webkit-calc(100% + 64px);
    max-width: calc(100% + 64px);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06); }
  .bot_select-transparent.jq-selectbox li {
    font-weight: 600;
    padding-right: 24px;
    padding-left: 24px; }

.bot_main-inner {
  padding-top: 170px; }
  .bot_main-inner h1 {
    margin-bottom: 20px; }

.bot_search_courses {
  max-width: 100%;
  margin-bottom: 25px; }
  .bot_search_courses .bot_search__row {
    height: 64px;
    border-bottom: none;
    background-color: white;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06); }
  .bot_search_courses .bot_form-control {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    height: 64px;
    padding: 0 24px;
    color: #1a1a1a; }
    .bot_search_courses .bot_form-control:-moz-placeholder, .bot_search_courses .bot_form-control::-moz-placeholder {
      opacity: .5;
      color: #1a1a1a; }
    .bot_search_courses .bot_form-control::-webkit-input-placeholder {
      opacity: .5;
      color: #1a1a1a; }
  .bot_search_courses .bot_search__btn {
    width: 72px;
    padding: 0; }
  .bot_search_courses .bot_search__input {
    width: -webkit-calc(100% - 72px);
    width: calc(100% - 72px); }
  .bot_search_courses button {
    width: 72px;
    height: 64px;
    background-color: #fdc300; }

@media screen and (min-width: 2400px) {
  .bot_choice-town .jq-selectbox__trigger-arrow {
    -webkit-transform: scale(0.7) translate(0px, -3px);
        -ms-transform: scale(0.7) translate(0px, -3px);
            transform: scale(0.7) translate(0px, -3px); } }

@media screen and (min-width: 3200px) {
  .bot_choice-town .jq-selectbox__trigger-arrow {
    -webkit-transform: scale(0.4) translate(10px, -16px);
        -ms-transform: scale(0.4) translate(10px, -16px);
            transform: scale(0.4) translate(10px, -16px); }
  .bot_footer-nav-list {
    white-space: nowrap; }
  .bot_footer-select {
    white-space: nowrap; } }

@media screen and (max-width: 1366px) {
  .bot_social-aside {
    right: 8px; } }
@media screen and (max-width: 1023px) {
  .bot_wrapper {
    padding: 0 20px; }
  h1,
  .h1 {
    font-size: 42px;
    line-height: 45px; }
  .bot_main-slider__cont p {
    font-size: 16px;
    line-height: 24px; }
  h2 {
    font-size: 38px;
    line-height: 42px; }
  .bot_size_compact h1,
  .bot_size_compact .h1 {
    font-size: 36px;
    line-height: 40px; }
  .bot_size_compact h2 {
    font-size: 32px;
    line-height: 36px; }
  /* .bot_title-line:before{
        width: 54px;
        height: 4px;
    } */ }

@media screen and (max-width: 767px) {
  .bot_social-aside {
    display: none; }
  h1,
  .h1 {
    padding: 8px 0 8px 0; }
  h2 {
    padding: 8px 0 8px 0; }
  h3 {
    padding: 8px 0 8px 0; }
  .bot_size_compact h1,
  .bot_size_compact .h1 {
    font-size: 32px;
    line-height: 38px; }
  .bot_size_compact h2 {
    font-size: 26px;
    line-height: 30px; }

  /* h2{
        font-size: 30px;
        line-height: 34px;
    }
    .bot_title-date{
        padding-top: 8px;
    } */ }

@media screen and (max-width: 480px) {
  h1,
  .h1 {
    font-size: 34px;
    line-height: 36px; }
  .bot_size_compact h1,
  .bot_size_compact .h1 {
    font-size: 28px;
    line-height: 34px; }
  .bot_size_compact h2 {
    font-size: 22px;
    line-height: 26px; }
  .bot_inf-list__item span {
    font-size: 14px; }
  .bot_inf-list__item {
    margin-right: 7px; }
    .bot_inf-list__item:last-child {
      margin-right: 0; }
  .bot_link-pdf__text {
    font-size: 14px; } }

.bot_superuser-panel {
  background-color: #000; }

.bot_superuser-panel__text {
  line-height: 27px;
  color: #eee; }
  .bot_superuser-panel__text a {
    line-height: inherit;
    color: inherit; }

/* ➤➤➤ Hint ➤➤➤ */
	.bot_hint-container { background-color: #FF8800; color: #111; }
	.bot_hint-margin { margin: 15px 0 25px; }
	.bot_hint { padding: 20px; display: flex; align-items: center; }
	.bot_hint i { font-size: 30px; margin-right: 10px; }
	.bot_hint span { font-size: 16px; font-weight: 400; line-height: 1.2; }
/* ▲▲▲ Hint ▲▲▲ */

/* ➤➤➤ Side Popup ➤➤➤ */
.bot_sidePopUp {
  position: fixed;
  z-index: 100;
  right: 100px;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  -o-transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  background: #fff;
  border: 1px solid;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06); }
  .bot_sidePopUp__content {
    padding: 0 50px 50px;
    width: 100%;
    max-width: 100%;
	min-height: 100%; }
  .bot_sidePopUp__frame {
    width: 100%; }
  .bot_sidePopUp.active {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  .bot_sidePopUp__dialog {
    position: relative;
    overflow: hidden; }
  .bot_sidePopUp__header {
    line-height: 50px;
    position: relative;
    height: 50px;
    padding: 0 32px 0 12px; }
  .bot_sidePopUp__title {
    font-size: 22px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
  .bot_sidePopUp__close {
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    position: absolute;
    top: -2px;
    right: 4px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff;
    border: 0;
    background-color: transparent;
    text-shadow: 0 1px 0 #fff; }
    .bot_sidePopUp__close span {
      line-height: 50px; }

  .bot_sidePopUp.fullscreen {
    bottom: 2vh !important;
	top: initial !important;
    height: 96vh !important; }
    .bot_sidePopUp.fullscreen .bot_sidePopUp__container {
      height: 100% !important; }
    .bot_sidePopUp.fullscreen .bot_sidePopUp__dialog {
      height: calc(100% - 50px) !important; }
    .bot_sidePopUp.fullscreen iframe {
      height: 100% !important; }
    .bot_sidePopUp.fullscreen .bot_sidePopUp__content {
      height: 100% !important; }

@media screen and (max-width: 767px) {
  .bot_sidePopUp {
    right: 3vw !important;
    bottom: 2vh !important;
	top: initial !important;
    width: 94vw !important;
    /*height: 96vh !important;*/
    _max-width: 94vw !important;
    _max-height: 96vh !important; }
    .bot_sidePopUp__container {
      height: 100% !important; }
    .bot_sidePopUp__dialog {
      height: calc(100% - 50px) !important; }
    .bot_sidePopUp iframe {
      width: 100% !important;
      height: 100% !important; }
    .bot_sidePopUp__content {
      width: 100% !important;
      height: 100% !important; } }

/* ▲▲▲ Side Popup ▲▲▲ */

/* ➤➤➤ Be true to yourself. What matters is the size of your heart and the strength of your character. ➤➤➤ */

img.it,
p.it img,
div.it img {
  max-width: 100%;
  height: auto;
}
ul.it,
div.it ul{
  list-style: inside;
  font-size: inherit;
  line-height: 1.3;
}

/* ▲▲▲ Be true to yourself. What matters is the size of your heart and the strength of your character. ▲▲▲ */

.bot_poweredby p,
.bot_poweredby a,
.bot_poweredby a:hover {
  font-size: 10px;
  color: #888; }
.bot_poweredby a:hover {
  border-bottom: 1px solid rgba(26, 26, 26, 0.2); }

/*
Developed by Soft-Universe Labs, LLC
https://botast.com?portfolio=itpark
*/

/* End */


/* Start:/local/templates/root/static/css/it_menu.css?15554354818351*/
/*
================================================================================
|                                      MENU                                    |
================================================================================
*/
.bot_no-scroll {
  overflow: hidden; }

.bot_menu {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  display: none;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  background-color: #252525; }
.bot_menu.bot_menu-open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.bot_menu p,
.bot_menu .bot_big-phone,
.bot_menu .bot_footer-nav-sm__link,
.bot_menu .bot_share__title,
.bot_menu .bot_app__title,
.bot_menu .bot_app-item,
.bot_menu .bot_social-list__link,
.bot_menu .bot_underline-text {
  color: white;
  text-shadow: none; }
.bot_menu__cont {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
.bot_menu a {
  color: #fff; }
.bot_menu .bot_share__link {
  opacity: .4; }
.bot_menu .jq-selectbox__select {
  font-weight: 600;
  text-transform: uppercase;
  color: white; }
.bot_menu .bot_menu__header + .bot_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%; }
.bot_menu .bot_footer-col {
  padding-right: 15px; }
.bot_menu .bot_footer-col p {
  text-shadow: none; }

.bot_menu-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 43px;
  padding-left: 33.96%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.bot_menu-title .bot_footer-select {
  margin-top: -3px; }

.bot_search {
  width: 100%;
  max-width: 392px; }
.bot_search__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8); }
.bot_search__input {
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px); }
.bot_search__btn {
  width: 32px;
  padding-top: 8px;
  opacity: 0.3; }
.bot_search__btn button {
  font-size: 23px;
  padding: 0;
  color: #fff;
  border: none;
  background-color: transparent; }

.bot_form-control {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  width: 100%;
  height: 44px;
  padding: 0 8px;
  color: white;
  border: none;
  background-color: transparent; }
.bot_form-control:-moz-placeholder, .bot_form-control::-moz-placeholder {
  opacity: .16;
  color: white; }
.bot_form-control::-webkit-input-placeholder {
  opacity: .16;
  color: white; }

.bot_menu-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.bot_menu-nav-list {
  margin-left: -15px; }
.bot_menu-nav-list__item {
  width: 100%;
  margin-bottom: 4px; }
.bot_menu-nav-list__link {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  height: 36px;
  padding: 6px 15px 0;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #fffefe; }

.bot_menu-subnav-list {
  display: none;
  width: 100%;
  padding-left: 15px; }
.bot_menu-subnav-list__link {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  display: block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #fffefe; }
.bot_menu-subnav-list__link:after {
  bottom: -2px !important; }
.bot_menu-subnav-list__item {
  margin-bottom: 5px;
  margin-left: 20px; }

.bot_menu-nav {
  width: -webkit-calc(66% - 348px);
  width: calc(66% - 348px); }
.bot_menu-nav.bot_menu_fullsize {
  width: -webkit-calc(66%);
  width: calc(66%); }

.bot_menu-img {
  position: absolute;
  right: 0;
  top: 88px;
  overflow: hidden;
  width: 348px;
  max-height: -webkit-calc(100% + 160px);
  max-height: calc(100% + 160px);
  padding-left: 16px;
  text-align: left; }
.bot_menu-img:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 64px;
  content: '';
  background-image: -webkit-gradient(linear, left bottom, left top, from(#252525), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #252525 0%, transparent 100%);
  background-image: -o-linear-gradient(bottom, #252525 0%, transparent 100%);
  background-image: linear-gradient(to top, #252525 0%, transparent 100%); }
.bot_menu-img img {
  display: inline-block;
  width: 100%; }

.bot_menu__footer {
  padding-top: 32px;
  padding-right: 391px;
  padding-bottom: 38px; }
.bot_menu__footer .bot_app {
  margin-bottom: 0; }
.bot_menu__footer .bot_big-phone {
  font-size: 24px;
  line-height: 28px;
  margin-top: 5px;
  margin-bottom: 65px; }
.bot_menu__footer .bot_share p {
  padding-bottom: 0; }

.bot_menu-card {
  width: 33.96%;
  text-align: center;
  color: #fff; }
.bot_menu-card > span,
.bot_menu-card > div,
.bot_menu-card > a {
  display: inline-block;
  height: auto;
  margin-bottom: 32px; }

@media screen and (max-width: 1200px) {
  .bot_menu-img {
    width: 40%;
    height: -webkit-calc(100% - 88px);
    height: calc(100% - 88px); }
  .bot_menu__footer {
    padding-right: 0; }
  .bot_menu-card {
    width: 20%; }
  .bot_menu-nav {
    width: 40%;
    max-width: 392px; }
  .bot_menu-nav.bot_menu_fullsize {
    width: 80%;
    max-width: 784px; }
  /* */
  .bot_menu-row {
    padding-left: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .bot_menu-title {
    padding-left: 20%; } }

@media screen and (max-width: 1023px) {
  .bot_menu-title {
    padding-left: 0; }
  .bot_menu__cont {
    padding-left: 0; }
  .bot_menu-card {
    width: 100%;
    text-align: left; }
  .bot_menu-nav {
    width: 50%;
    max-width: 392px; }
  .bot_menu-nav.bot_menu_fullsize {
    width: 100%;
    max-width: 100%; }

  .bot_menu-img {
    width: -webkit-calc(100% - 392px);
    width: calc(100% - 392px); } }

@media screen and (max-width: 767px) {
  .bot_menu-img {
    display: none; }
  .bot_menu-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .bot_search {
    max-width: 100%;
    margin-bottom: 9px; }
  .bot_menu {
    padding-top: 130px; }
  .bot_menu .bot_footer-col {
    padding-right: 0; }
  .bot_menu-card {
    width: 100%; }
  .bot_menu-nav-list__link {
    height: auto;
    padding-bottom: 6px; }
  .bot_menu__footer footer {
    min-width: 0; }
  .bot_menu__footer p {
    margin-bottom: 5px; }
  .bot_menu__footer .bot_big-phone {
    margin-bottom: 33px; }
  .bot_menu__footer .bot_app {
    display: block;
    margin-bottom: 47px; }
  .bot_menu__footer .bot_app__title {
    width: 100%;
    margin: 0 0 15px 0; }
  .bot_menu-nav {
    width: 100%;
    max-width: 100%; }
  .bot_menu-nav-list__item {
    width: 100%; }
  .bot_menu-nav-list__link {
    width: 100%; }
  .bot_menu-subnav-list {
    position: relative;
    right: auto;
    left: 0;
    display: none;
    visibility: visible;
    width: 100%;
    padding-top: 8px;
    padding-left: 32px;
    opacity: 1; } }

@media screen and (max-width: 480px) {
  .bot_menu__footer {
    min-height: 561px; } }

@media screen and (min-width: 768px) {
  .bot_menu-subnav-list {
    display: none !important; } }

/* End */


/* Start:/local/templates/root/static/css/it_tabber.css?15554354812134*/
.bot_check-wrapper {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.bot_check-wrapper__item {
  position: relative;
  _margin-right: auto;
  left: 70px;}
.bot_check-wrapper__label {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  margin-right: 12px; }
.bot_check-wrapper__label.active {
  color: #76b82a; }

.bot_checkbox {
  z-index: -1;
  margin: 10px 0 0 20px;
  opacity: 0; }
.bot_checkbox__all {
  position: absolute;
  left: -80px;
  top: -2px; }

.bot_checkbox + label {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  padding: 0 0 0 60px;
  cursor: pointer; }
.bot_checkbox + label .bot_checkbox__event {
  color: #eee; }

.bot_checkbox + label:before {
  position: absolute;
  top: -4px;
  left: 0;
  width: 46px;
  height: 24px;
  content: '';
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-border-radius: 12px;
  border-radius: 12px; }

.bot_checkbox + label:after {
  position: absolute;
  top: -1px;
  left: 3px;
  width: 18px;
  height: 18px;
  content: '';
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background: #fff; }

.bot_checkbox:checked + label .bot_checkbox__all {
  color: #eee; }

.bot_checkbox:checked + label:after {
  left: 26px; }

.bot_switcher-tabs {
  position: relative;}
.bot_switcher-tabs__item {
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
    opacity: 0;
    left: -10000px;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
.bot_switcher-tabs__item.active {
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    position: relative;
    left: 0;
    opacity: 1; }

/* End */


/* Start:/local/templates/root/static/css/it_services.css?15554354812461*/
.bot_blockservices__black .bot_blockservices__item{
  background-color: initial;
}
.bot_blockservices__black .bot_blockservices__label {
  font-size: 16px;
}

.bot_blockservices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.bot_blockservices__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: -webkit-calc(33% - 12px);
  width: calc(33% - 12px);
  height: 99px;
  margin-bottom: 21px;
  padding: 15px 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.bot_blockservices__item:hover {
  color: #fff;
  background-color: #f48222; }
.bot_blockservices__item:hover .bot_blockservices__ico_main {
  opacity: 0; }
.bot_blockservices__item:hover .bot_blockservices__ico_hover {
  opacity: 1; }
.bot_blockservices__imgcontainer {
  position: relative;
  width: 99px;
  height: 100%; }
.bot_blockservices__ico {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }
.bot_blockservices__ico_hover {
  opacity: 0; }
.bot_blockservices__img {
  max-width: 90%;
  max-height: 100%;
  margin: auto; }
.bot_blockservices__label {
  font-size: 18px;
  overflow: hidden;
  width: -webkit-calc(100% - 99px);
  width: calc(100% - 99px);
  max-height: 100%;
  padding: 0 15px; }

@media screen and (max-width: 1023px) {
  .bot_blockservices__item {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    margin-right: 0 !important; } }

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 576px) {
  .bot_blockservices__item {
    width: 100%;
    height: 83px; }
  .bot_blockservices__imgcontainer {
    position: relative;
    width: 83px; }
  .bot_blockservices__label {
    width: -webkit-calc(100% - 83px);
    width: calc(100% - 83px); } }

/* End */


/* Start:/local/templates/root/static/css/it_frame.css?15554354813764*/
.bot_page-title {
  position: relative;
  display: block;
  margin-bottom: 50px; }
  .bot_page-title h1 {
    position: relative; }

.bot_page-title__tab {
  font-size: 32px;
  line-height: 36px;
  position: relative;
  display: inline-block;
  margin-right: 24px;
  padding: 0;
  padding: 15px 0 15px 0; }

.bot_frame-wrapper {
  margin: -50px 0; }

.bot_size_compact .bot_frame-wrapper {
  margin: -32px 0; }

.bot_frame {
  margin-top: 50px;
  margin-bottom: 50px; }

.bot_title-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.bot_size_compact .bot_frame {
  margin-top: 32px;
  margin-bottom: 32px; }

.bot_size_compact .bot_title-row {
  margin-bottom: 32px; }

.bot_size_compact .bot_page-title {
  margin-bottom: 32px; }

.bot_size_compact .bot_page-title__tab {
  font-size: 22px;
  line-height: 26px; }

.bot_size_compact .bot_title-btn__link {
  font-size: 16px;
  line-height: 16px; }

.bot_title-line {
  position: relative; }

.bot_title-line:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  display: block;
  width: 64px;
  height: 6px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: ''; }

.bot_title-row:hover > .bot_title-line_clickable:after {
  width: 100%; }

.bot_title-btn__link {
  font-size: 18px;
  line-height: 18px;
  position: relative; }

.bot_title-date {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  padding-top: 21px;
  opacity: .6;
  color: #1a1a1a; }

.bot_title-row h3 {
  margin-bottom: 35px;
  text-align: center;
  text-shadow: 0 0; }

@media screen and (max-width: 1023px) {
  .bot_title-line:after {
    width: 54px;
    height: 4px; }
  .bot_page-title__tab {
    font-size: 28px;
    line-height: 32px; }
  .bot_size_compact .bot_page-title__tab {
    font-size: 20px;
    line-height: 24px; } }

@media screen and (max-width: 767px) {
  .bot_frame-wrapper {
    margin: -25px 0; }
  .bot_frame {
    margin-top: 25px;
    margin-bottom: 25px; }
  .bot_page-title {
    margin-bottom: 25px; }
  .bot_title-row {
    margin-bottom: 8px; }
  .bot_size_compact .bot_frame-wrapper {
    margin: -18px 0; }
  .bot_size_compact .bot_frame {
    margin-top: 18px;
    margin-bottom: 18px; }
  .bot_size_compact .bot_title-row {
    margin-bottom: 4px; }
  .bot_size_compact .bot_page-title {
    margin-bottom: 18px; }
  .bot_size_compact .bot_title-btn__link {
    font-size: 14px;
    line-height: 14px; }
  h2 {
    font-size: 30px;
    line-height: 34px; }
  .bot_title-date {
    padding-top: 8px; }
  .bot_title-row h3 {
    margin-bottom: 15px; }
  .bot_page-title__tab {
    font-size: 24px;
    line-height: 28px;
    padding: 8px 0 8px 0; }
  .bot_size_compact .bot_page-title__tab {
    font-size: 18px;
    line-height: 22px; } }

@media screen and (max-width: 480px) {
  h1,
  .h1 {
    font-size: 34px;
    line-height: 36px; }
  .bot_page-title__tab {
    font-size: 20px;
    line-height: 24px; }
  .bot_size_compact .bot_page-title__tab {
    font-size: 16px;
    line-height: 18px; }
  .bot_title-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .bot_title-btn {
    margin-top: 8px; }
  .bot_hidden-480 {
    display: none; } }

/* End */


/* Start:/local/templates/root/static/css/it_crumbs.css?1555435481317*/
@charset "UTF-8";
/* ➤➤➤ Breadcrumbs ➤➤➤ */
.bot_crumbs {
    font-size: 15px;
	margin-top: 16px;
}
.bot_crumb {
	color: #777;
}
.bot_crumb:not(:last-child):after {
    content: ">";
    margin: 0 8px;
}

@media screen and (max-width: 767px) {
	.bot_crumbs {

	}
	.bot_crumb {

	}
}

/* End */


/* Start:/local/templates/root/static/css/it_buttons.css?15554354817153*/
@charset "UTF-8";
/* ➤➤➤ BUTTONS ➤➤➤ */
.bot_btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  padding: 15px 25px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  letter-spacing: .7px;
  color: #333;
  border: none;
  background-color: #e0e1e2;
  text-shadow: 0 0; }
  .bot_btn_animated {
    position: relative; }
    .bot_btn_animated:hover {
      background-color: transparent !important; }
    .bot_btn_animated::before, .bot_btn_animated::after {
      position: absolute !important;
      content: '';
      display: block;
      width: 0;
      height: 2px;
      -webkit-transition: width .6s;
      -o-transition: width .6s;
      transition: width .6s; }
    .bot_btn_animated::before {
      right: 0;
      top: 0; }
    .bot_btn_animated::after {
      left: 0;
      bottom: 0; }
    .bot_btn_animated:hover::before, .bot_btn_animated:hover::after {
      width: 100%; }
  .bot_btn:hover {
    background-color: #cacbcd; }
  .bot_btn.bot_branded-btn {
    border: none; }
  .bot_btn_lg {
    font-size: 16px;
    line-height: 22px;
    padding: 21px 31px; }
    .bot_btn_lg.bot_btn_rounded {
      -webkit-border-radius: 32px;
              border-radius: 32px; }
  .bot_btn_sm {
    font-size: 14px;
    line-height: 18px;
    padding: 9px 18px;
    font-family: "Segoe UI", sans-serif; }
    .bot_btn_sm.bot_btn_rounded {
      -webkit-border-radius: 18px;
              border-radius: 18px; }
  .bot_btn_transparent {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: transparent; }
    .bot_btn_transparent:hover {
      border-color: rgba(255, 255, 255, 0.9);
      background-color: transparent; }
  .bot_btn_rounded {
    -webkit-border-radius: 24px;
            border-radius: 24px; }

.bot_btn-panel {
  overflow: hidden; }
  .bot_btn-panel__inner {
    display: inline-block;
    margin-right: -8px;
    margin-bottom: -8px; }
  .bot_btn-panel_responsive .bot_btn-panel__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .bot_btn-panel_responsive .bot_btn {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .bot_btn-panel .bot_btn {
    margin-right: 8px;
    margin-bottom: 8px; }

@media screen and (max-width: 767px) {
  .bot_btn-panel_responsive .bot_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc(50% - 4px);
    width: calc(50% - 4px);
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .bot_btn-panel_responsive .bot_btn:nth-child(odd) {
      margin-right: 4px; }
    .bot_btn-panel_responsive .bot_btn:nth-child(even) {
      margin-right: 0;
      margin-left: 4px; }
  .bot_btn-panel_responsive .bot_btn-panel__inner {
    margin-right: 0; } }

@media screen and (max-width: 480px) {
  .bot_btn-panel_responsive .bot_btn {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .bot_btn-panel__inner {
    margin-right: 0; } }

/* ▲▲▲ BUTTONS ▲▲▲ */
/* ➤➤➤ ITEM-NAV ➤➤➤ */
.bot_flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.bot_item-nav {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  margin-bottom: 40px; }
  @media (max-width: 424px) {
    .bot_item-nav {
      overflow-y: auto; } }
  .bot_item-nav__btn {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #f48222;
    padding: 8px 16px; }
  .bot_item-nav__prev::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-bottom: solid 2px #f48222;
    border-left: solid 2px #f48222;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .bot_item-nav__prev_disabled {
    color: #aaa; }
    .bot_item-nav__prev_disabled::before {
      content: "";
      position: absolute;
      top: 11px;
      left: 2px;
      width: 8px;
      height: 8px;
      border-bottom: solid 2px #aaa;
      border-left: solid 2px #aaa;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .bot_item-nav__next_disabled {
    color: #aaa; }
    .bot_item-nav__next_disabled::before {
      content: "";
      position: absolute;
      top: 11px;
      right: 0px;
      width: 8px;
      height: 8px;
      border-bottom: solid 2px #aaa;
      border-right: solid 2px #aaa;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .bot_item-nav__next::before {
    content: "";
    position: absolute;
    top: 11px;
    right: 0px;
    width: 8px;
    height: 8px;
    border-bottom: solid 2px #f48222;
    border-right: solid 2px #f48222;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .bot_item-nav__separator {
    position: relative;
    text-align: center;
    width: 100%; }
    .bot_item-nav__separator::before, .bot_item-nav__separator::after {
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 2px;
      background-color: rgba(244, 130, 34, 0.2); }
    .bot_item-nav__separator::before {
      left: 0; }
    .bot_item-nav__separator::after {
      right: 0; }
    @media (max-width: 767px) {
      .bot_item-nav__separator::before, .bot_item-nav__separator::after {
        content: none; } }
    @media (min-width: 768px) {
      .bot_item-nav__separator::before, .bot_item-nav__separator::after {
        width: 38%; } }
    @media (min-width: 992px) {
      .bot_item-nav__separator::before, .bot_item-nav__separator::after {
        width: 40%; } }
    @media (min-width: 1200px) {
      .bot_item-nav__separator::before, .bot_item-nav__separator::after {
        width: 43%; } }

/* ▲▲▲ BUTTONS ▲▲▲ */

/* End */


/* Start:/local/templates/root/static/css/it_root-slider.css?16184701547356*/
.bot_first-screen {
  background-position: center top;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative; }
  .bot_first-screen:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: .7;
    background-image: -webkit-linear-gradient(45deg, #1f2126 0, #302f2d 100%);
    background-image: -o-linear-gradient(45deg, #1f2126 0, #302f2d 100%);
    background-image: linear-gradient(45deg, #1f2126 0, #302f2d 100%); }
.swiper-container {
  -webkit-transition: opacity .6s ease, -webkit-transform .3s ease;
  transition: opacity .6s ease, -webkit-transform .3s ease;
  -o-transition: opacity .6s ease, transform .3s ease;
  transition: opacity .6s ease, transform .3s ease;
  transition: opacity .6s ease, transform .3s ease, -webkit-transform .3s ease; }

.swiper-container.loading {
  visibility: hidden;
  opacity: 0; }

.bot_root-slider {
  width: 100%;
  height: -webkit-calc(100vw * (16 / 9));
  height: calc(100vw * (16 / 9));
  min-height: 40rem;
  max-height: 100vh; }
  .bot_root-slider__item {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background-color: #000; }
  .bot_root-slider__item_video {
    cursor: pointer; }
  .bot_root-slider__video {
    position: absolute;
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	object-fit: cover; }
  .bot_root-slider__play-btn {
	background-image: url(/local/templates/root/static/css/img/play.svg); 
	background-position: center; 
	background-repeat: no-repeat; 
	content: ''; 
	cursor: pointer; 
	display: block; 
	width: 100px; 
	height: 100px; 
	margin: 0 auto; 
	border: 2px solid #fff; 
	border-radius: 50%;
  }
  .bot_root-slider__bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
            background-size: cover; }
    .bot_root-slider__bgimg:after {
      position: absolute;
      _z-index: 10;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      opacity: .7;
      background-image: -webkit-linear-gradient(45deg, #1f2126 0, #302f2d 100%);
      background-image: -o-linear-gradient(45deg, #1f2126 0, #302f2d 100%);
      background-image: linear-gradient(45deg, #1f2126 0, #302f2d 100%); }
	  .playing .bot_root-slider__bgimg:after {
	    display: none;
	  }
  .bot_root-slider__entity-img {
    display: none; }
  .bot_root-slider__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .bot_root-slider__inner {
    width: 100%;
    max-width: 809px;
    margin: 0 auto; }
    .playing .bot_root-slider__inner {
	  display: none; 
    }	
  .bot_root-slider__title {
    font-size: 56px;
    font-weight: 400;
    line-height: 64px;
    padding: 15px 0 15px 0;
    color: white; }
  .bot_root-slider .bot_btn {
    margin-right: 28px;
    margin-bottom: 12px;
    min-width: 178.3px }
  .bot_root-slider__btn .btn:hover {
    color: #fff; }
  .bot_root-slider__btn:empty {
    display: none; }
  .bot_root-slider__pagination {
    right: 50%;
    display: block;
    width: 100%;
    max-width: 1224px;
    margin: 0 auto;
    padding: 0 1.14286rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    text-align: right; }
  .bot_root-slider__pagination .swiper-pagination-bullet {
    position: relative;
    width: 16px;
    height: 16px;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    opacity: 1;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
            border-radius: 0;
    background-color: transparent; }
  .bot_root-slider__caption {
    font-size: 18px;
    line-height: 26px;
    display: block;
    max-width: 610px;
    padding: 6px 0 38px;
    -webkit-transition: opacity .3s ease, -webkit-transform .7s ease;
    transition: opacity .3s ease, -webkit-transform .7s ease;
    -o-transition: opacity .3s ease, transform .7s ease;
    transition: opacity .3s ease, transform .7s ease;
    transition: opacity .3s ease, transform .7s ease, -webkit-transform .7s ease;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
        transform: translateX(50px);
    opacity: 0;
    color: white; }

.bot_root-slider__pagination .swiper-pagination-bullet::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  content: '';
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  -o-transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
  background-color: #fff; }

.bot_root-slider__pagination .swiper-pagination-bullet-active::before {
  -webkit-animation: animateScale .4s linear forwards;
  animation: animateScale .4s linear forwards; }

.bot_root-slider__caption.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0);
  opacity: 1; }

[class^=swiper-button-] {
  visibility: hidden;
  width: 44px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0; }

.swiper-button-prev {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
      transform: translateX(50px); }

.swiper-button-next {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
      transform: translateX(-50px); }

@-webkit-keyframes animateScale {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes animateScale {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 25px;
  left: 50%; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child) {
  margin-right: 6px; }

@media (min-width: 768px) {
  .bot_root-slider__pagination {
    padding: 0 2.14286rem; } }

@media (min-width: 992px) {
  .bot_root-slider__inner {
    padding: 0; } }

@media (max-width: 1023px) {
  .bot_root-slider__title {
    font-size: 42px;
    line-height: 45px; } }

@media (max-width: 480px) {
  .bot_root-slider__title {
    font-size: 34px;
    line-height: 36px; } }

/* End */


/* Start:/local/templates/root/static/css/it_modal.css?15554354813408*/
@charset "UTF-8";
/* ➤➤➤ Side Modal ➤➤➤ */
.bot_modal-container {
  position: fixed;
  top: 50%;
  left: 50%;
  visibility: hidden;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  width: 630px;
  max-width: 100%;
  height: 406px;
  max-height: 100%;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.bot_modal-container.bot_opened {
  z-index: 1010;
  visibility: visible;
  pointer-events: auto;
  opacity: 1; }

.bot_modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 630px;
  min-width: 300px !important;
  height: 405px;
  border: 1px solid;
  background-color: #eee;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  border-color: #f48222; }
.bot_modal.bot_freeze iframe {
  pointer-events: none; }
.bot_modal__frame {
  border: none;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%; }
.bot_modal__header {
  line-height: 50px;
  position: relative;
  height: 50px;
  padding: 0 12px;
  cursor: move;
  background-color: #fff; }
.bot_modal__title {
  font-size: 24px;
  overflow: hidden;
  min-width: 300px;
  padding-right: 50px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #f48222; }
.bot_modal__body {
  height: -webkit-calc(100% - 70px);
  height: calc(100% - 70px); }
.bot_modal__footer {
  height: 20px;
  margin-top: auto;
  cursor: move;
  background-color: #fff; }
.bot_modal__close {
  font-size: 24px;
  font-weight: 700;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #f48222;
  border: 0;
  background-color: transparent;
  text-shadow: 0 1px 0 #fff; }
.bot_modal__close span {
  line-height: 50px; }
.bot_modal__close:hover {
  color: #dc821c; }

.bot_modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-color: #777; }
.bot_modal-overlay.bot_opened {
  visibility: visible;
  z-index: 1000;
  opacity: .7; }

.ui-resizable-se {
  width: 16px;
  height: 16px;
  opacity: .6;
  background-image: url(/local/templates/root/static/css/../img/resize.png);
  -webkit-background-size: 16px auto;
  background-size: 16px auto; }

.bot_no-scroll-modal,
.bot_no-scroll-aside {
  overflow: hidden; }

@media screen and (max-width: 767px) {
  .bot_modal-container {
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .bot_modal {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important; } }

/* End */


/* Start:/local/templates/root/static/css/it_colours.css?15617241076719*/

/* Branded colors */
.bot_styled-bg,
.bot_styled-bg-after:after,
.bot_styled-bg-before:before,
.bot_branded-bg,
.bot_branded-bg-after:after,
.bot_branded-bg-before:before
{
    background-color: #f48222 !important;
}
.bot_styled-bdr,
.bot_styled-bdr-after:after,
.bot_styled-bdr-before:before,
.bot_branded-bdr,
.bot_branded-bdr-after:after,
.bot_branded-bdr-before:before
{
    border-color: #f48222 !important;
}
.bot_styled-txt,
.bot_styled-txt-after:after,
.bot_styled-txt-before:before,
.bot_branded-txt,
.bot_branded-txt-after:after,
.bot_branded-txt-before:before
{
    color: #f48222 !important;
}

.bot_hover-bg:hover,
.bot_hover-bg-after:hover:after,
.bot_hover-bg-before:hover:before,
.bot_branded-bg:hover,
.bot_branded-bg-after:hover:after,
.bot_branded-bg-before:hover:before
{
    background-color: #dc821c !important;
}
.bot_hover-bdr:hover,
.bot_hover-bdr-after:hover:after,
.bot_hover-bdr-before:hover:before,
.bot_branded-bdr:hover,
.bot_branded-bdr-after:hover:after,
.bot_branded-bdr-before:hover:before
{
    border-color: #dc821c !important;
}
.bot_hover-txt:hover,
.bot_hover-txt-after:hover:after,
.bot_hover-txt-before:hover:before,
.bot_branded-txt:hover,
.bot_branded-txt-after:hover:after,
.bot_branded-txt-before:hover:before
{
    color: #dc821c !important;
}

.bot_lighthover-bg:hover,
.bot_lighthover-bg-after:hover:after,
.bot_lighthover-bg-before:hover:before
{
    background-color: #f48222 !important;
}
.bot_lighthover-bdr:hover,
.bot_lighthover-bdr-after:hover:after,
.bot_lighthover-bdr-before:hover:before
{
    border-color: #f48222 !important;
}
.bot_lighthover-txt:hover,
.bot_lighthover-txt-after:hover:after,
.bot_lighthover-txt-before:hover:before
{
    color: #f48222 !important;
}

.bot_styled-btn,
.bot_branded-btn
{
    color: #fff !important;
    background-color: #f48222 !important;
}
.bot_hover-btn:hover,
.bot_branded-btn:hover
{
    color: #fff !important;
    background-color: #dc821c !important;
}

/* Inverted branded colors */
.bot_restyled-bg,
.bot_restyled-bg-after:after,
.bot_restyled-bg-before:before,
.bot_rebranded-bg,
.bot_rebranded-bg-after:after,
.bot_rebranded-bg-before:before
{
    background-color: #fff !important;
}
.bot_restyled-bdr,
.bot_restyled-bdr-after:after,
.bot_restyled-bdr-before:before,
.bot_rebranded-bdr,
.bot_rebranded-bdr-after:after,
.bot_rebranded-bdr-before:before
{
    border-color: #fff !important;
}
.bot_restyled-txt,
.bot_restyled-txt-after:after,
.bot_restyled-txt-before:before,
.bot_rebranded-txt,
.bot_rebranded-txt-after:after,
.bot_rebranded-txt-before:before
{
    color: #fff !important;
}

.bot_rehover-bg:hover,
.bot_rehover-bg-after:hover:after,
.bot_rehover-bg-before:hover:before,
.bot_rebranded-bg:hover,
.bot_rebranded-bg-after:hover:after,
.bot_rebranded-bg-before:hover:before
{
    background-color: #fff !important;
}
.bot_rehover-bdr:hover,
.bot_rehover-bdr-after:hover:after,
.bot_rehover-bdr-before:hover:before,
.bot_rebranded-bdr:hover,
.bot_rebranded-bdr-after:hover:after,
.bot_rebranded-bdr-before:hover:before
{
    border-color: #fff !important;
}
.bot_rehover-txt:hover,
.bot_rehover-txt-after:hover:after,
.bot_rehover-txt-before:hover:before,
.bot_rebranded-txt:hover,
.bot_rebranded-txt-after:hover:after,
.bot_rebranded-txt-before:hover:before
{
    color: #fff !important;
}

.bot_relighthover-bg:hover,
.bot_relighthover-bg-after:hover:after,
.bot_relighthover-bg-before:hover:before
{
    background-color: #fff !important;
}
.bot_relighthover-bdr:hover,
.bot_relighthover-bdr-after:hover:after,
.bot_relighthover-bdr-before:hover:before
{
    border-color: #fff !important;
}
.bot_relighthover-txt:hover,
.bot_relighthover-txt-after:hover:after,
.bot_relighthover-txt-before:hover:before
{
    color: #fff !important;
}

.bot_restyled-btn,
.bot_rebranded-btn
{
    color: #f48222 !important;
    background-color: #f48222 !important;
}
.bot_rehover-btn:hover,
.bot_rebranded-btn:hover
{
    color: #dc821c !important;
    background-color: #dc821c !important;
}

/* AVOID */
.bot_branded_invlink
{
    color: #fff !important;
}
.bot_branded_invlink:hover
{
    color: #fff !important;
}


.bot_main-nav-list__item.active .bot_main-nav-list__link::before
{
    background-color: #f48222;
}
.bot_main-nav-list__item:hover .bot_main-nav-list__link::before
{
    background-color: #f48222;
}
.bot_nav-tab-list__link:hover
{
    background-color: #dc821c;
}


.bot_tabs > input:nth-of-type(1):checked ~ label:nth-of-type(1),
.bot_tabs > input:nth-of-type(2):checked ~ label:nth-of-type(2),
.bot_tabs > input:nth-of-type(3):checked ~ label:nth-of-type(3)
{
    background-color: #f48222;
}


.bot_calendar-slider .slick-arrow
{
    background-color: #f48222;
}
.bot_calendar-slider .slick-arrow:hover
{
    background-color: #dc821c;
}
.bot_calendar-slider .slick-arrow::before
{
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.bot_calendar-slider .slick-arrow:hover:before
{
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}


.bot_checkbox + label:before
{
    background: #f48222;
}
.bot_checkbox + label .bot_checkbox__all
{
    color: #f48222;
}
.bot_checkbox:checked + label .bot_checkbox__event
{
    color: #f48222;
}


.bot_tabbed-cards__nav-item.ui-state-active a
{
    color: #fff;
    background-color: #f48222;
}
.bot_ourrooms__nav-item.ui-state-active
{
    background-color: #f48222;
}

.bot_root-slider__pagination .swiper-pagination-bullet-active
{
    border-color: #f48222 !important;
}

.bot_root-slider__pagination .swiper-pagination-bullet-active::before
{

    background-color: #f48222 !important;
}

.bot_root-slider__pagination .swiper-pagination-bullet-active:hover::before
{

    background-color: #dc821c !important;
}


.bot_action-slider__panel:hover .bot_action-slider__arrow
{
    background-color: #f48222;
}

.bot_card__clickable-area:hover .bot_card__title{

    color: #f48222;
}

.slick-current .bot_card-photogallery-subslider__item:after{

    border-color: #f48222 !important;
}

.slick-current .bot_card-photogallery-subslider__item:Hover:after{

    border-color: #dc821c !important;
}

.field-checkbox__name:hover svg {
    stroke: #dc821c !important;
}

.field-checkbox__input:checked+.field-checkbox__name svg {
    stroke: #f48222 !important;
}


.bot_card-photogallery-subslider .slick-current .bot_card-photogallery-subslider__item:after {
    border: 2px solid #f48222 !important; }

/* End */


/* Start:/local/css/controls/bot-subscribe.css?15554354811266*/
.bot_card_subscribe {
	padding: 24px;
	position: relative;
}

.bot_card_subscribe_success{
	z-index: 10;
	position: absolute;
	width: 100%;
	height: 0%;
	top: 0;
	left: 0;
	overflow: hidden;
	text-align: center;
	color: #ffffff;
	vertical-align: middle;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.bot_card_subscribe_fail::before {
		bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(244, 130, 34, 0);
	border-bottom-color: #f48222;
	border-width: 10px;
	margin-left: -20px;
}
.bot_card_subscribe_fail{
		position: relative;
		line-height: 20px;
		max-height: 40px;
		text-align: center;
		padding: 1px 0;
		display: none;
		margin-bottom: 5px;
}

.bot_card_subscribe_success-mark{
			font-size: 60px;
}


.bot_card_social {
	padding: 0; }
	.bot_card_social .bot_social-list {
		margin-bottom: 0; }
	.bot_card_social .bot_social-list__item {
		margin-bottom: 8px; }
	.bot_card_social .bot_card__sub-title {
		margin-left: 3px; }

.bot_social-content {
	margin: 16px 16px 0 16px; }

@media screen and (max-width: 767px) {
	.bot_social-content {
		margin: 16px 0 0 0; } }

/* End */


/* Start:/local/templates/root/static/css/it_notice.css?15591404261301*/
@charset "UTF-8";
/* ➤➤➤ CookieNotice ➤➤➤ */
.bot_cookie-notice {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    padding: 0;
    min-width: 320px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: bottom .7s, opacity .8s;
    transition: bottom .7s, opacity .8s;
}
.bot_cookie-warning .bot_cookie-notice  {
    display: block;
    opacity: 0.9;
    bottom: 0;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.bot_cookie-notice__msg {
}
.bot_cookie-notice__desc {
    display: inline-block;
    padding-left: 20px;
    padding-right: 30px;
}
.bot_cookie-notice__link {
    font-weight: 600;
    text-decoration: underline;
}
.bot_cookie-notice__close {
    position: absolute;
    top: 2px;
    right: 10px;
}
.bot_cookie-notice__close-cta {
    padding: 16px;
    font-size: 0;
    cursor: pointer;
    border: 0;
    background: none;
}
.bot_cookie-notice__close-cta:after {
    content: '';
    display: block;
    overflow: hidden;
    width: 13px;
    height: 13px;
    background-image: url(/local/templates/root/static/css/../img/svg-close.svg);
}

/* ▲▲▲ CookieNotice ▲▲▲ */

/* End */


/* Start:/local/templates/root/styles.css?1695369275158*/
.bot_action-page__desc{
	padding-bottom: 25px;
}
.companies__card_attach {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/* End */


/* Start:/local/templates/root/template_styles.css?169565575515530*/
.roster__banner {
    height: 665px;
    margin-bottom: 104px;
    margin-top: 20px;
}
.roster__title {
    font-size: 56px;
    font-weight: 600;
    line-height: 68px;
    letter-spacing: -0.028em;
    text-align: left;
    padding-top: 126px;
    width: 560px;
    padding-bottom: 39px;
	color: #FFFFFF;
}
.roster__banner_text {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.063em;
    text-align: left;
    width: 560px;
    margin-bottom: 89px;
	color: #FFFFFF;
}
.roster__banner_btn, .roster__request_btn {
	width: 180px;
	height: 64px;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
}
.roster__about_title, .roster__demands_title, .roster__request_title, .roster__explanation_title, .roster__companies-search_title, .roster__documents_title, .roster__contacts_title {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.644px;
    width: fit-content;
}
.roster__tite:hover.bot_title-line_clickable:after {
	width: 100%;
}
.roster__about_title {
	margin-bottom: 71px;
}
.roster__about_right {
    width: 400px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.roster__demands_title, .roster__documents_title {
    margin-bottom: 45px;
    padding: 0;
    display: flex;
    align-items: center;
}
.roster__contacts_title {
	margin-bottom: 60px;
}
.roster__demands_title img {
	margin-right: 16px;
}
.roster__explanation_title {
	margin-bottom: 42px;
}
.roster__companies-search_title {
    font-size: 56px;
    font-weight: 400;
    letter-spacing: -1.288px;
    margin-bottom: 60px;
}
.roster__about_h3 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -0.552px;
}
.roster__about_text ul, .roster__demands_right ul, .roster__request_card ul, .roster__explanation_left ul {
    list-style: disc;
    color: #353535;
    font-size: 16px;
    font-weight: 400;
    line-height: 137%;
    letter-spacing: -1.008px;
    padding-left: 65px;
}
.roster__about_text li, .roster__demands_right li, .roster__request_card li {
    margin-bottom: 10px;
}
.roster__demands_right ul {
	padding-left: 0px;
}
.roster__request_card ul {
    padding-left: 28px;
}
.roster__explanation_left ul {
    padding-left: 50px;
    margin-bottom: 14px;
    margin-left: 62px;
    font-size: 18px;
}
.roster__about_benefits, .roster__about_base, .roster__about_accreditation {
    color: #353535;
    font-size: 18px;
    font-weight: 700;
    line-height: 137%;
    letter-spacing: -1.134px;
    width: 150px;
    height: 150px;
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.25);
}
.roster__about_accreditation {
	margin: 0 auto;
    align-self: flex-end;
}
.roster__about_benefits img, .roster__about_base img, .roster__about_accreditation img{
    width: 100px;
    height: 100px;
}
.roster__about_left {
	max-width: 585px;
}
.roster__about, .roster__demands, .roster__request {
    display: flex;
    justify-content: space-between;
    margin-bottom: 104px;
}
.roster__demands_right {
	width: 606px;
}
.roster__demands_left {
	display: flex;
    align-items: flex-end;
}
.roster__demands_left img{
	width: 253px;
    height: 221px;
}
.roster__demands {
    padding: 37px 103px 19px 82px;
    height: 378px;
    background-color: #FFFFFF;
    box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.25);
}
.roster__request_card {
    width: 550px;
    min-height: 233px;
    padding: 22px 56px 0 48px;
	background: #FFFFFF;
	box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.25);
}
.roster__request {
	height: 401px;
}
.roster__request_left, .roster__request_right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.roster__request_right {
	align-items: flex-end;
}
.roster__request_title {
	padding: 0;
}
.request-card span, .roster__explanation_text span {
    border-radius: 30px;
    background: #F48222;
    display: flex;
    height: 54px;
    min-width: 54px;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    margin-right: 14px;
}
.roster__explanation_text span {
    border-radius: 15px;
    height: 27px;
    min-width: 27px;
    margin-right: 5px;
}
.roster__explanation_text {
    display: flex;
    margin-bottom: 16px;
    align-items: center;
    margin-left: 62px;
    font-size: 18px;
    letter-spacing: -0.414px;
    max-width: 619px;
}
.request-card__title {
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.644px;
    padding: 0;
	margin-bottom: 20px;
}
.request-card__text {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.414px;
    padding-left: 11px;
}
.roster__explanation_summary {
    padding-left: 33px;
    margin-left: 62px;
    display: inline-block;
	font-size: 18px;
	letter-spacing: -0.414px;
}
.roster__explanation {
    display: flex;
    margin-bottom: 104px;
    justify-content: space-between;
}
.roster__explanation_left {
    max-width: 619px;
}
.roster__explanation_right {
	width: 460px;
    display: flex;
    align-items: center;
}
.roster__explanation_right img{
	width: 322px;
    height: 305px;
    margin-left: 31px;
}
.roster__documents_cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.roster__card {
    width: 276px;
    padding: 19px 28px 16px;
    height: 107px;
    background: #FFFFFF;
    box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    margin-bottom: 28px;
}
.roster__card_body {
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.roster__card_title {
	color: #353535;
	font-size: 16px;
	font-weight: 400;
	line-height: 137%;
	letter-spacing: -1.008px;
}
.roster__card_btn {
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    line-height: 102.8%;
    letter-spacing: -0.368px;
    text-decoration-line: underline;
    cursor: pointer;
}
.roster__card_format {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.023em;
    padding: 3px 12px 3px 12px;
    background: #F48222;
    color: #FFFFFF;
    position: absolute;
    right: 20px;
    bottom: -12px;
}
.roster__documents, .roster__contacts, .roster__companies-search {
	margin-bottom: 104px;
}
.roster__contacts_name {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: -0.063em;
    text-align: left;
    margin-bottom: 24px;
    display: inline-block;
}
.roster__contacts_props {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.063em;
    text-align: left;
    margin-bottom: 24px;
}
.roster__contacts_tel, .roster__contacts_socials {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.roster__contacts_tel {
	margin-right: 60px;
}
.roster__contacts_QR {
    color: #353535;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 137%;
    letter-spacing: -1.008px;
    display: flex;
    flex-direction: column;
}
.roster__companies-search .search-form {
    width: 100%;
    margin-bottom: 17px;
}
.roster__companies-search table {
    width: 100%;
    position: relative;
}
.roster__companies-search input[type="text"] {
	width: 100%;
    border: none;
    height: 74px;
	background: #FFFFFF;
	box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.25);
	padding: 0 16px;
}
.roster__companies-search input[type="submit"] {
	position: absolute;
    right: 0;
    top: 0;
    width: 94px;
    height: 74px;
    border: none;
    background-color: #F48222;
	color: #F48222;
}
.roster__companies-search_sample {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: -0.023em;
    text-align: center;
    padding-left: 40px;
    margin-bottom: 38px;
    align-self: flex-start;
    display: flex;
}
.companies-card {
    display: flex;
    justify-content: space-between;
    padding: 24px 91px 30px 42px;
	background: #FFFFFF;
	box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 38px;
}
.companies__card_left, .companies__card_right {
	display: flex;
	flex-direction: column
}
.companies__card_left {
	width: 467px;
}
.companies__card_right {
	width: 279px;
}
.companies__card_name {
	font-size: 36px;
	font-weight: 400;
	line-height: 44px;
	letter-spacing: -0.023em;
	text-align: left;
	margin-bottom: 18px;
}
.companies__card_text, .companies__card_inn {
	font-size: 18px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: -0.023em;
	text-align: left;
}
.companies__card_text {
	margin-bottom: 37px;
}
.companies__card_adress {
    display: flex;
    flex-direction: column;
    color: #353535;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.414px;
    margin-bottom: 23px;
    text-align: left;
}
.companies__card_adress > span{
	color: #1A1A1A;
	font-weight: 600;
	line-height: 102.8%;
	margin-bottom: 9px;
}
.companies__card_status {
    color: #1A1A1A;
    font-size: 18px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.023em;
    text-align: right;
    margin-bottom: 28px;
}
.roster__companies-search_btn {
	width: 181px;
	height: 64px;
	font-size: 18px;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: -0.023em;
}
.roster__companies-search {
	text-align: center;
}
.roster__contacts_QR img {
	width: 96px;
	height: 96px;
}
.roster__documents_title img {
	margin-right: 16px;
}
.roster__contacts_QR span {
	margin-bottom: 8px;
}
@media screen and (max-width:1220px) {
	.roster__about_left {
		max-width: 52%;
	}
	.roster__demands {
		height: auto;
	}
	.roster__demands_right {
		width: 63%;
	}
	.roster__request_left, .roster__request_right {
		width: 48%;
	}
	.roster__request_card {
		width: 100%;
	}
	.roster__request {
		position: relative;
	}
}
@media screen and (max-width:940px) {
	.roster__title {
		width: 593px;
	}
	.roster__about, .roster__demands, .roster__request {
		flex-direction: column;
	}
	.roster__about_right {
		align-self: center;
	}
	.roster__about_title {
		margin-bottom: 42px;
	}
	.roster__about_left {
		max-width: 585px;
		margin-bottom: 100px;
	}
	.roster__demands_left {
		margin-bottom: 40px;
		align-self: center;
	}
	.roster__explanation_left {
		margin-bottom: 82px;
	}
	.roster__explanation_right {
		align-self: center;
		justify-content: center;
	}
	.roster__about_h3 {
		padding: 0;
	}
	.roster__demands_right {
		width: 100%;
	}
	.roster__request_btn {
		position: absolute;
		top: 0;
		right: 0;
	}
	.roster__request {
		height: auto;
	}
	.roster__request_left, .roster__request_right {
		width: 550px;
	}
	.roster__request_title {
		margin-bottom: 60px;
	}
	.roster__request_left {
		margin-bottom: 60px;
	}
	.roster__explanation {
		display: flex;
		margin-bottom: 104px;
		flex-direction: column;
	}
	.companies-card {
		padding: 24px 34px 24px 42px;
		position: relative;
	}
	.companies__card_left, .companies__card_right {
		padding-top: 56px;
	}
	.companies__card_name {
		position: absolute;
		top: 24px;
	}
	.companies__card_right {
		text-align: end;
	}
	.roster__about, .roster__demands, .roster__request, .roster__explanation, .roster__companies-search, .roster__documents, .roster__contacts {
		margin-left: 20px;
		margin-right: 20px;
	}
	.companies__card_status {
		text-align: right;
	}

}
@media screen and (max-width:768px) {
	.companies__card_left {
		width: 43%;
	}
	.companies__card_right {
		width: 41%;
	}
	.roster__title {
		margin-right: 30px;
		margin-left: 30px;
	}
	.roster__banner_text {
		margin-left: 30px;
	}
	.roster__banner_btn, .roster__request_btn {
		margin-left: 30px;
	}
}
@media screen and (max-width:620px) {
	.roster__title {
		font-size: 48px;
		font-weight: 600;
		line-height: 58px;
		width: 100%;
	}
	.roster__banner_text {
		width: 93%;
	}
	.roster__banner {
		margin-bottom: 50px;
	}
	.roster__about_title, .roster__demands_title, .roster__request_title, .roster__explanation_title, .roster__companies-search_title, .roster__documents_title, .roster__contacts_title {
		font-size: 24px;
		line-height: 29px;
	}
	.roster__title {
		margin-right: 23px;
		margin-left: 23px;
	}
	.roster__about, .roster__demands, .roster__request, .roster__explanation, .roster__companies-search, .roster__documents, .roster__contacts {
		margin-left: 0px;
		margin-right: 0px;
	}
	.roster__about_title {
		margin-bottom: 40px;
		padding-bottom: 28px;
	}
	.roster__about_h3 {
		font-size: 20px;
		line-height: 24px;
    	margin-bottom: 16px;
	}
	.roster__about, .roster__demands, .roster__request {
		margin-bottom: 50px;
	}
	.roster__demands {
		padding: 37px 17px 50px 17px;
	}
	.roster__demands_right ul {
		padding-left: 20px;
	}
	.roster__about_text ul, .roster__demands_right ul, .roster__request_card ul, .roster__explanation_left ul {
		line-height: 22px;
	}
	.roster__request_title {
		margin-bottom: 165px;
		padding-bottom: 28px;
	}
	.roster__request_btn {
		top: 100px;
		right: unset;
		left: 0;
		margin-left: 0;
	}
	.roster__request_card {
		padding: 18px 24px 23px 29px;
		width: 100%;
	}
	.request-card span {
		height: 41px;
		min-width: 41px;
		border-radius: 22.5px;
	}
	.request-card__title {
		font-size: 24px;
		line-height: 29px;
	}
	.roster__request_left, .roster__request_right {
		width: 100%;
	}
	.roster__explanation_title {
		padding-bottom: 28px;
	}
	.roster__explanation_text {
		margin-left: 30px;
	}
	.roster__explanation_text span {
		height: 27px;
		min-width: 27px;
		border-radius: 15px;
	}
	.roster__explanation_left ul {
		padding-left: 15px;
	}
	.roster__explanation_summary {
		padding-left: 0px;
		margin-left: 51px;
	}
	.roster__explanation {
		margin-bottom: 50px;
	}
	.roster__companies-search_title {
		font-size: 44px;
		margin-bottom: 60px;
		line-height: 54px;
		text-align: left;
	}
	.roster__companies-search input[type="text"] {
		height: 54px;
	}
	.roster__companies-search input[type="submit"] {
		width: 69px;
		height: 54px;
	}
	.roster__companies-search_sample {
		display: block;
		text-align: center;
		width: 100%;
	}
	.companies-card {
		flex-direction: column;
	}
	.companies__card_right, .companies__card_right {
		width: 100%;
	}
	.companies__card_name {
		font-size: 24px;
		line-height: 29px;
		position: initial;
	}
	.companies__card_left, .companies__card_right {
		padding-top: 0px;
		width: 100%;
	}
	.companies-card {
		padding: 24px 23px 24px 23px;
	}
	.companies__card_right {
		text-align: start;
	}
	.companies__card_status {
		text-align: left;
	}
	.companies__card_left {
		margin-bottom: 19px;
	}
	.companies__card_text {
		margin-bottom: 22px;
	}
	.roster__documents, .roster__contacts, .roster__companies-search {
		margin-bottom: 50px;
	}
	.roster__documents_cards {
		justify-content: center;
	}
	.roster__contacts_title {
		padding-bottom: 28px;
	}
	.roster__contacts_props {
		flex-direction: column;
	}
	.roster__contacts_tel {
		margin-bottom: 40px;
	}
}
@media screen and (max-width:500px) {
	.roster__about_right {
		width: 220px;
		background-size: contain;
		height: 186px;
	}
	.roster__about_benefits, .roster__about_base, .roster__about_accreditation {
		font-size: 10px;
		line-height: 14px;
		width: 75px;
		height: 75px;
	}
	.roster__about_benefits img, .roster__about_base img, .roster__about_accreditation img {
		width: 48px;
		height: 48px;
	}
	.roster__about_left {
		margin-bottom: 40px;
	}
	.roster__demands_left img {
		width: 244px;
		height: 212px;
	}
	.roster__explanation_right img {
		width: 161px;
		height: 153px;
		margin-left: 0px;
	}
	.roster__explanation_left {
		margin-bottom: 60px;
	}
}
/* End */
/* /local/templates/root/static/css/components/font-awesome.min.css?156068157640113 */
/* /local/templates/root/static/css/components/jquery-ui.min.css?15554354815676 */
/* /local/templates/root/static/css/components/swiper.min.css?155543548119790 */
/* /local/css/components/fm.revealator.jquery.css?155757448510983 */
/* /local/templates/root/static/css/it_style.css?161555124056841 */
/* /local/templates/root/static/css/it_menu.css?15554354818351 */
/* /local/templates/root/static/css/it_tabber.css?15554354812134 */
/* /local/templates/root/static/css/it_services.css?15554354812461 */
/* /local/templates/root/static/css/it_frame.css?15554354813764 */
/* /local/templates/root/static/css/it_crumbs.css?1555435481317 */
/* /local/templates/root/static/css/it_buttons.css?15554354817153 */
/* /local/templates/root/static/css/it_root-slider.css?16184701547356 */
/* /local/templates/root/static/css/it_modal.css?15554354813408 */
/* /local/templates/root/static/css/it_colours.css?15617241076719 */
/* /local/css/controls/bot-subscribe.css?15554354811266 */
/* /local/templates/root/static/css/it_notice.css?15591404261301 */
/* /local/templates/root/styles.css?1695369275158 */
/* /local/templates/root/template_styles.css?169565575515530 */
