@charset "UTF-8";
@font-face {
  font-family: "roboto-regular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "roboto-bold";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "roboto-light";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.ttf") format("truetype"); }

@font-face {
  font-family: "roboto-medium";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.ttf") format("truetype"); }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-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: 0.14285714em;
  text-align: center; }

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  -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; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

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

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

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

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

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

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

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

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

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

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

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

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

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

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

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

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

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

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

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

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

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

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

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

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

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

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

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

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

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

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

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

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

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

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

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

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

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

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

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

.fa-bookmark-o:before {
  content: "\f097"; }

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

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

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

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

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

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

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

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

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

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

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

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

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

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

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

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

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

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

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

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

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

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

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

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

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

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

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

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

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

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

.fa-external-link-square:before {
  content: "\f14c"; }

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

.fa-compass:before {
  content: "\f14e"; }

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

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

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

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

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

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

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

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

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

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

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

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

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

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

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

.fa-tumblr:before {
  content: "\f173"; }

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

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

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

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

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

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

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

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

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

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

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

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

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

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

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

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

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

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

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

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

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

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

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

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

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

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

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

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

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

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

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

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

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {


  display: block;
}

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*! jQuery UI - v1.12.1 - 2017-09-11
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=ui-darkness&cornerRadiusShadow=8px&offsetLeftShadow=-7px&offsetTopShadow=-7px&thicknessShadow=7px&opacityShadow=60&bgImgOpacityShadow=30&bgTextureShadow=flat&bgColorShadow=cccccc&opacityOverlay=80&bgImgOpacityOverlay=50&bgTextureOverlay=flat&bgColorOverlay=5c5c5c&iconColorError=a83300&fcError=111111&borderColorError=ffb73d&bgImgOpacityError=40&bgTextureError=glass&bgColorError=ffc73d&iconColorHighlight=4b8e0b&fcHighlight=2e7db2&borderColorHighlight=cccccc&bgImgOpacityHighlight=80&bgTextureHighlight=highlight_soft&bgColorHighlight=eeeeee&iconColorActive=222222&fcActive=ffffff&borderColorActive=ffaf0f&bgImgOpacityActive=30&bgTextureActive=inset_soft&bgColorActive=f58400&iconColorHover=ffffff&fcHover=ffffff&borderColorHover=59b4d4&bgImgOpacityHover=40&bgTextureHover=glass&bgColorHover=0078a3&iconColorDefault=cccccc&fcDefault=eeeeee&borderColorDefault=666666&bgImgOpacityDefault=20&bgTextureDefault=glass&bgColorDefault=555555&iconColorContent=cccccc&fcContent=ffffff&borderColorContent=666666&bgImgOpacityContent=25&bgTextureContent=inset_soft&bgColorContent=000000&iconColorHeader=ffffff&fcHeader=ffffff&borderColorHeader=333333&bgImgOpacityHeader=25&bgTextureHeader=gloss_wave&bgColorHeader=333333&cornerRadius=6px&fsDefault=1.1em&fwDefault=bold&ffDefault=Segoe%20UI%2CArial%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.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); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

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

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-widget {
  font-family: Segoe UI,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Segoe UI,Arial,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #666; }

.ui-widget-content {
  border: 1px solid #666;
  background: #000 url("images/ui-bg_inset-soft_25_000000_1x100.png") 50% bottom repeat-x;
  color: #fff; }

.ui-widget-content a {
  color: #fff; }

.ui-widget-header {
  border: 1px solid #333;
  background: #333 url("images/ui-bg_gloss-wave_25_333333_500x100.png") 50% 50% repeat-x;
  color: #fff;
  font-weight: bold; }

.ui-widget-header a {
  color: #fff; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #666;
  background: #555 url("images/ui-bg_glass_20_555555_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eee; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #eee;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #59b4d4;
  background: #0078a3 url("images/ui-bg_glass_40_0078a3_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #fff; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #fff;
  text-decoration: none; }

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
          box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #ffaf0f;
  background: #f58400 url("images/ui-bg_inset-soft_30_f58400_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #fff; }

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #ffaf0f;
  background-color: #fff; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #ccc;
  background: #eee url("images/ui-bg_highlight-soft_80_eeeeee_1x100.png") 50% top repeat-x;
  color: #2e7db2; }

.ui-state-checked {
  border: 1px solid #ccc;
  background: #eee; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #2e7db2; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #ffb73d;
  background: #ffc73d url("images/ui-bg_glass_40_ffc73d_1x400.png") 50% 50% repeat-x;
  color: #111; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #111; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #111; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_cccccc_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png"); }

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_4b8e0b_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_a83300_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_cccccc_256x240.png"); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px; }

.ui-widget-overlay {
  background: #5c5c5c;
  opacity: .8;
  filter: Alpha(Opacity=80); }

.ui-widget-shadow {
  -webkit-box-shadow: -7px -7px 7px #ccc;
  box-shadow: -7px -7px 7px #ccc; }

/*! jQuery UI - v1.12.1 - 2017-09-11
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.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); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

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

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

/*! jQuery UI - v1.12.1 - 2017-09-11
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-widget {
  font-family: Segoe UI,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Segoe UI,Arial,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #666; }

.ui-widget-content {
  border: 1px solid #666;
  background: #000 url("images/ui-bg_inset-soft_25_000000_1x100.png") 50% bottom repeat-x;
  color: #fff; }

.ui-widget-content a {
  color: #fff; }

.ui-widget-header {
  border: 1px solid #333;
  background: #333 url("images/ui-bg_gloss-wave_25_333333_500x100.png") 50% 50% repeat-x;
  color: #fff;
  font-weight: bold; }

.ui-widget-header a {
  color: #fff; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #666;
  background: #555 url("images/ui-bg_glass_20_555555_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eee; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #eee;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #59b4d4;
  background: #0078a3 url("images/ui-bg_glass_40_0078a3_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #fff; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #fff;
  text-decoration: none; }

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
          box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #ffaf0f;
  background: #f58400 url("images/ui-bg_inset-soft_30_f58400_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #fff; }

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #ffaf0f;
  background-color: #fff; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #ccc;
  background: #eee url("images/ui-bg_highlight-soft_80_eeeeee_1x100.png") 50% top repeat-x;
  color: #2e7db2; }

.ui-state-checked {
  border: 1px solid #ccc;
  background: #eee; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #2e7db2; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #ffb73d;
  background: #ffc73d url("images/ui-bg_glass_40_ffc73d_1x400.png") 50% 50% repeat-x;
  color: #111; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #111; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #111; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_cccccc_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png"); }

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_4b8e0b_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_a83300_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_cccccc_256x240.png"); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px; }

.ui-widget-overlay {
  background: #5c5c5c;
  opacity: .8;
  filter: Alpha(Opacity=80); }

.ui-widget-shadow {
  -webkit-box-shadow: -7px -7px 7px #ccc;
  box-shadow: -7px -7px 7px #ccc; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden; }

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em; }

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block; }

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.jq-selectbox {
  z-index: 10; }

.jq-selectbox__select {
  position: relative; }

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  /*-o-text-overflow: ellipsis;*/
     /*text-overflow: ellipsis; */
}

.jq-selectbox__dropdown {
  position: absolute; }

.jq-selectbox__search input {
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch; }

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.jq-number {
  display: inline-block; }

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */ }

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none; }

.jq-checkbox,
.jq-radio {
  vertical-align: -4px;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -o-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer; }

.jq-checkbox.focused,
.jq-radio.focused {
  border: 1px solid #08C; }

.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: .55; }

.jq-checkbox {
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.jq-checkbox.checked .jq-checkbox__div {
  width: 12px;
  height: 12px;
  margin: 2px 0 0 2px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background: #666;
  -webkit-box-shadow: inset 0 -3px 6px #AAA;
          box-shadow: inset 0 -3px 6px #AAA; }

.jq-radio {
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #777;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
          box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7); }

.jq-file {
  width: 270px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

.jq-file input {
  cursor: pointer; }

.jq-file__name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
          box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial, sans-serif;
  color: #333; }

.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: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -o-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -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);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF; }

.jq-file:hover .jq-file__browse {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -o-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6); }

.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.focused .jq-file__name {
  border: 1px solid #5794BF; }

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 36px 0 0; }

.jq-number__field {
  width: 100px;
  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); }

.jq-number__field:hover {
  border-color: #B3B3B3; }

.jq-number__field input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333; }

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -o-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -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);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer; }

.jq-number__spin.minus {
  top: auto;
  bottom: 0; }

.jq-number__spin:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -o-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6); }

.jq-number__spin:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD; }

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent; }

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent; }

.jq-number__spin.minus:hover:after {
  border-top-color: #000; }

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000; }

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF; }

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA; }

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA; }

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  
}

.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -o-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -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);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF; }

.jq-selectbox__select:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -o-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6); }

.jq-selectbox__select:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD; }

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794BF; }

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.jq-selectbox__select-text {
	text-align:center;
  display: block;
  width: 100%!important; }

.jq-selectbox .placeholder {
  color: #888; }

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #CCC; }

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000; }

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA; }

.jq-selectbox__dropdown {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #CCC;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 14px/18px Arial, sans-serif; }

.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;
  border: 1px solid #CCC;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  outline: none;
  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; }

.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 10px 6px;
  color: #231F20; }

.jq-selectbox li.selected {
  background-color:  #fef7f2;
  color: #a87d61; }

.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF; }

.jq-selectbox li.disabled {
  color: #AAA; }

.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;
  background: #FFF;
  -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);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  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 li.optgroup {
  font-weight: bold; }

.jq-select-multiple li.option {
  padding-left: 25px; }

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF; }

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
  padding: 8px 9px;
  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);
  font: 14px Arial, sans-serif;
  color: #333; }

input[type='search'].styler {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea.styler {
  overflow: auto; }

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3; }

input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  outline: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -o-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -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);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer; }

button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -o-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6); }

button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD; }

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

@font-face {
  font-family: "roboto-regular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "roboto-bold";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "roboto-light";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.ttf") format("truetype"); }

@font-face {
  font-family: "roboto-medium";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.ttf") format("truetype"); }

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

*:-moz-placeholder {
  color: #666;
  opacity: 1; }

*::-moz-placeholder {
  color: #666;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666; }

body input:required:valid,
body textarea:required:valid {
  color: #666; }

html, body {
  height: 100%; }

img {
  max-width: 100%;
  display: block; }
  img:focus {
    outline: none; }

html {
  overflow-x: hidden; }

body {
  font-size: 16px;
  min-width: 300px;
  position: relative;
  line-height: 1.75;
  font-family: "roboto-regular";
  margin: 0;
  display: flex;
  flex-direction: column;}
.img-new{
  width: 590px;
  margin-left: 75px;
  margin-bottom: 15px;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 800px) {
    .container {
      padding: 0 15px; } }

ul, h1, h2, h3, p, h4 {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: inherit;
    cursor: pointer; }
  a:focus {
    outline: none; }

.header-banner {
  padding-top: 82px; }
  @media only screen and (max-width: 840px) {
    .header-banner {
      padding-top: 52px; } }

.header-top-line {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ac8063), to(#7e5943));
  background-image: -webkit-linear-gradient(bottom, #ac8063 0%, #7e5943 100%);
  background-image: -o-linear-gradient(bottom, #ac8063 0%, #7e5943 100%);
  background-image: linear-gradient(to top, #ac8063 0%, #7e5943 100%);
  -webkit-box-shadow: 0px 1px 39.69px 9.31px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 1px 39.69px 9.31px rgba(0, 0, 0, 0.35);
  position: relative;
  position: fixed;
  z-index: 13; }

[class^="line-"] {
  display: block;
  height: 4px;
  width: 40px;
  background: white;
  -webkit-border-radius: 1px;
          border-radius: 1px; }

.burger-menu-clicked .line-1 {
  -webkit-animation: menu-top .4s forwards ease-in-out;
          animation: menu-top .4s forwards ease-in-out; }

.burger-menu-clicked .line-2 {
  opacity: 0; }

.burger-menu-clicked .line-3 {
  -webkit-animation: menu-bottom .4s forwards ease-in-out;
          animation: menu-bottom .4s forwards ease-in-out; }

.burger-menu-closing .line-1 {
  -webkit-animation: menu-top-reverse .5s forwards ease-in-out;
          animation: menu-top-reverse .5s forwards ease-in-out; }

.burger-menu-closing .line-2 {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 1; }

.burger-menu-closing .line-3 {
  -webkit-animation: menu-bottom-reverse .5s forwards ease-in-out;
          animation: menu-bottom-reverse .5s forwards ease-in-out; }

@-webkit-keyframes menu-top {
  0% {
    -webkit-transform: rotate(0deg) translateY(0px);
            transform: rotate(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotate(0deg) translateY(20px);
            transform: rotate(0deg) translateY(20px); }
  100% {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg); } }

@keyframes menu-top {
  0% {
    -webkit-transform: rotate(0deg) translateY(0px);
            transform: rotate(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotate(0deg) translateY(20px);
            transform: rotate(0deg) translateY(20px); }
  100% {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg); } }

@-webkit-keyframes menu-top-reverse {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg);
            transform: translateY(20px) rotate(45deg); }
  50% {
    -webkit-transform: rotate(0deg) translateY(20px);
            transform: rotate(0deg) translateY(20px); }
  100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg); } }

@keyframes menu-top-reverse {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg);
            transform: translateY(20px) rotate(45deg); }
  50% {
    -webkit-transform: rotate(0deg) translateY(20px);
            transform: rotate(0deg) translateY(20px); }
  100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg); } }

@-webkit-keyframes menu-bottom {
  0% {
    -webkit-transform: rotate(0deg) translateY(0px);
            transform: rotate(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotate(0deg) translateY(-19px);
            transform: rotate(0deg) translateY(-19px); }
  100% {
    -webkit-transform: translateY(-13px) rotate(-45deg);
            transform: translateY(-13px) rotate(-45deg); } }

@keyframes menu-bottom {
  0% {
    -webkit-transform: rotate(0deg) translateY(0px);
            transform: rotate(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotate(0deg) translateY(-19px);
            transform: rotate(0deg) translateY(-19px); }
  100% {
    -webkit-transform: translateY(-13px) rotate(-45deg);
            transform: translateY(-13px) rotate(-45deg); } }

@-webkit-keyframes menu-bottom-reverse {
  0% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
            transform: translateY(-20px) rotate(-45deg); }
  50% {
    -webkit-transform: rotate(0deg) translateY(-19px);
            transform: rotate(0deg) translateY(-19px); }
  100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg); } }

@keyframes menu-bottom-reverse {
  0% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
            transform: translateY(-20px) rotate(-45deg); }
  50% {
    -webkit-transform: rotate(0deg) translateY(-19px);
            transform: rotate(0deg) translateY(-19px); }
  100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg); } }

.burger-menu {
  display: inline-block;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-align: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid transparent; }
  .burger-menu:hover {
    cursor: pointer; }
  .burger-menu .line-2 {
    margin: 7px 0; }

.header-banner-item a {
  display: block; }

.main__title {
  font-family: "roboto-light";
  font-size: 48px;
  color: #3d3d3d;
  text-align: center; }
  @media only screen and (max-width: 550px) {
    .main__title {
      font-size: 38px;
      line-height: 40px; } }

.main__txt {
  font-size: 20px;
  font-family: "roboto-light";
  text-align: center;
  color: #7b7b7b; }

.delivery-block-items {
  font-size: 0;
  margin: 14px -16px; }
  @media only screen and (max-width: 586px) {
    .delivery-block-items {
      margin: 14px 0; } }
div .banket-show-scheme__slide img{
    width: 70%;
    margin-left: 110px;
	padding-bottom: 40px;
}
.delivery-block-item {
  border: 1px solid #f6f6f6;
  width: -webkit-calc(16.66% - 32px);
  width: calc(16.66% - 32px);
  /*height: 285px;*/
  display: inline-block;
  vertical-align: middle;
  margin: 16px;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .delivery-block-item:hover {
    -webkit-box-shadow: 0px 11px 19.92px 4.08px rgba(0, 0, 0, 0.17);
            box-shadow: 0px 11px 19.92px 4.08px rgba(0, 0, 0, 0.17); }
  @media only screen and (max-width: 1440px) {
    .delivery-block-item {
      width: -webkit-calc(25% - 32px);
      width: calc(25% - 32px); } }
  @media only screen and (max-width: 1075px) {
    .delivery-block-item {
      width: -webkit-calc(33.333% - 32px)!important;
      width: calc(33.333% - 32px); } }
  @media only screen and (max-width: 800px) {
    .delivery-block-item {
      width: -webkit-calc(50% - 32px)!important;
      width: calc(50% - 32px); } }
  @media only screen and (max-width: 585px) {
    .delivery-block-item {
      width: 100%!important;
      margin: 16px 0; } }

.delivery-block-item__img {
  margin: auto;
  display: inline-block;
  vertical-align: middle; }

.delivery-block-item-img {
  display: block;
  /*height: 245px;*/
  text-align: center;
  font-size: 0; }
  .delivery-block-item-img:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%; }

.delivery-block-item__title {
  font-size: 29px;
  color: #7e5943;     margin-top: 10px;
  font-family: "roboto-medium";
  text-align: center;
  line-height: 29px; }

.adversing-block-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 95px; }
  @media only screen and (max-width: 1075px) {
    .adversing-block-item {
      display: block;
      text-align: center;
      margin-bottom: 0; } }

.adversing-block-item__link {
  display: inline-block;
  margin: 0 59px; }
  @media only screen and (max-width: 1075px) {
    .adversing-block-item__link {
      margin-bottom: 35px; } }

.disabled {
  pointer-events: none;
  cursor: default; }

.adversing-block-item__link-long {
  margin: 0 37px 0 0; }
  .adversing-block-item__link-long:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 1075px) {
    .adversing-block-item__link-long {
      margin-right: 0;
      margin-bottom: 35px; } }

.footer-block {
  background: #32343b; }

.header-top-line {
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 40px; }
  @media only screen and (max-width: 800px) {
    .header-top-line {
      padding: 8px 15px; } }

.header-btn__link, .header-profile-image {
  -webkit-border-radius: 21.5px;
          border-radius: 21.5px;
  border: 1px solid #c09378;
  background: #845e47;
  display: block;
  font-family: "roboto-medium";
  font-size: 16px;
  height: 43px;
  line-height: 41px;
  text-transform: uppercase;
  padding: 0 25px;
  color: #fefefe;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .header-btn__link:hover, .header-profile-image:hover {
    color: #fefefe;
    background: #5f4535; }

.header-btn__img, .phone-block__img {
  display: inline-block;
  vertical-align: sub;
  margin-right: 15px; }

.phone-block__link {
  font-family: "roboto-medium";
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .phone-block__link:hover {
    color: #fff; }

.header-btn__txt {
  display: inline-block;
  vertical-align: top; }

.header-btn__img {
  width: 35px; }

.phone-block__txt {
  color: #f5d5be;
  font-size: 14px;
  font-family: "roboto-regular";
  line-height: 14px;
  margin-left:2px; }

.phone-block__img {
  margin-right: 12px;
  width: 39px; }

.tooltip {
  position: absolute;
  width: 145px;
  bottom: -90px;
  left: 60px;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #5f4535;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 10px 10px; }
  .tooltip__arrow {
    width: 50px;
    height: 25px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    overflow: hidden; }
  .tooltip::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #5f4535;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
    top: 0;
    left: 20%; }

.header-profile {
  position: relative; }

.header-profile-hover__txt {
  font-size: 16px;
  color: #fff;
  font-family: "roboto-regular"; }

.header-profile-hover {
  display: none; }

.basket-amount__img {
  width: 27px;
  height: 36px; }

.header-profile-image {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 5px 10px;
  width: 43px;
  font-size: 0;
  line-height: 0;
  text-align: center; }
  .header-profile-image:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .header-profile-image img {
    display: inline-block;
    vertical-align: middle; }

.header-profile:hover .header-profile-hover {
  display: block; }

.header-basket {
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.basket-amount, .basket-amount2 {
  position: relative;
  margin: 0 10px; }

.basket-amount__txt {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  line-height: 41px;
  font-size: 9.55px;
  text-align: center;
  font-family: "roboto-bold";
  color: #f5d5be; }

.basket-price__txt {
  font-size: 12.17px;
  font-family: "roboto-medium";
  color: #fff;
  padding: 0 8px; }

.basket-price {
  background: #82a74c;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  line-height: initial;
  margin-top: 8px;}

.basket-link__link {
  font-family: "roboto-medium";
  font-size: 16px;
  color: #fff;
  text-decoration: underline; }
  .basket-link__link:hover {
    color: #fff;
    text-decoration: underline; }

.slick-dots {
  bottom: -35px; }
  .slick-dots li button {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #f5d5be; }
    .slick-dots li button:before {
      content: ""; }
    .slick-dots li button:hover {
      cursor: pointer; }
  .slick-dots .slick-active button {
    background: #a97e61; }



.footer-block-inner {
  padding: 75px 40px 30px; }
  @media only screen and (max-width: 800px) {
    .footer-block-inner {
      padding: 35px 15px; } }

.footer-block-items {
  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; }
  @media only screen and (max-width: 985px) {

	.footer-block__title-txt,.footer-block__txt{
		display:inline-block!important;
	    width: calc(50% - 11px)!important;
}
	 }
.footer-block-item:nth-of-type(2){margin-top: -11px;}
.footer-block-item:nth-of-type(3){margin-top: -11px;}
.footer-contact{margin-top: -17px;}
.footer-menu__link {
  font-family: "roboto-regular";
  font-size: 16px;
  color: #e1e1e1;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  line-height: 48px; }
  .footer-menu__link:hover {
    color: #fff;
    text-decoration: underline; }

.footer-corporation__txt {
  font-size: 14px;
  font-family: "roboto-medium";
  color: #e1e1e1;
  text-transform: uppercase;
  padding-top: 20px; }

.social-block__link {
  width: 31px;
  height: 31px;
  line-height: 31px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin-right: 22px; }
  .social-block__link:last-child {
    margin-right: 0; }

.footer-social__link {
  color: #32343b;
  background: #fff; }
  .footer-social__link:hover {
    color: #32343b; }

.footer-social {
  margin-top: 31px; }

.footer-block__addr, .footer-block__timetable, .footer-block__title-addr, .footer-block__title-timetable {
  display: inline-block;
  vertical-align: top; }

.footer-block__addr, .footer-block__title-addr {
  width: 315px; }
  @media only screen and (max-width: 550px) {
    .footer-block__addr, .footer-block__title-addr {
      width: 215px; } }

.footer-block__txt {
  font-size: 20px;
  line-height: 48px;
  font-family: "roboto-regular";
  color: #fefefe; }
  @media only screen and (max-width: 550px) {
    .footer-block__txt {
      font-size: 16px; } }

.footer-block__timetable-2 {
  line-height: 30px; }

.footer-block__item {
  border-bottom: 1px solid #515255; }

.footer-block__title-txt {
  font-size: 16px;
  color: #e1e1e1;
  font-family: "roboto-regular"; }

.header-menu-block {
  width: 372px;
  background: #fef7f2;
  padding: 102px 24px 38px 54px;
  font-size: 0;
  top: 0;
  left: 0;
  display: none;
  z-index: 12;
  position: fixed; 
max-height: 100vh;
    overflow: auto;
}
  @media only screen and (max-width: 840px) {
    .header-menu-block {
      width: 100%;
      padding-top: 62px; } }

.header-app__link {
  display: inline-block;
  vertical-align: middle;
  width: 50%; }

.header-app {
  margin-top: 32px; }
  .header-app .header-app__link:last-child .header-app__img {
    margin-left: auto; }

.header-social__link {
  color: #fef7f2;
  background: #845e47; }
  .header-social__link:hover {
    color: #fef7f2;
    background: #845e47; }
.header-new-opacity.active{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    position: fixed;
    z-index: 11;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.header-menu-item__list {
  color: #7e5943;
  font-size: 18px;
  line-height: 44px;
  font-family: "roboto-medium";
  position: relative; }
  .header-menu-item__list:after {
    content: '';
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 0;
    background-color: #7e5943;
    height: 1px;
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075); }
  .header-menu-item__list:hover {
    color: #7e5943; }
    .header-menu-item__list:hover:after {
      width: 100%; }

@media only screen and (max-width: 1440px) {
  .footer-logo, .footer-contact {
    display: none; } }

.footer-block-item-min {
  display: none;
  margin-top: 35px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 1440px) {
    .footer-block-item-min {
      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: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (max-width: 550px) {
    .footer-block-item-min {
      display: block; } }

@media only screen and (max-width: 1250px) {
  .header-btn {
    display: none; } }

@media only screen and (max-width: 840px) {
  .header-phone, .header-profile {
    display: none; } }

@media only screen and (max-width: 580px) {
  .basket-link, .basket-price {
    display: none; } }

/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0; }

/* padding for main container */
.mfp-no-margins .mfp-container {
  padding: 0; }

.header-food-block {
  background: #fef7f2;
  padding-top: 82px; }
  @media only screen and (max-width: 840px) {
    .header-food-block {
      padding-top: 52px; } }

.header-food-block-inner {
  padding: 32px 15px 15px; }

.header-food-block-items {
  text-align: center;
  font-size: 0; 
    display: flex;
justify-content: space-around;
}

.header-food-block-item {
  display: inline-block;
  vertical-align: bottom;
       margin: 0 0px;}

.header-food-block__link {
  /*width: 85px;*/
    padding: 0 5px;
  height: 135px;
  display: block;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .header-food-block__link:hover {
    -webkit-border-radius: 2px;
            border-radius: 2px;
    -webkit-box-shadow: 0px 5px 17.43px 3.57px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 5px 17.43px 3.57px rgba(0, 0, 0, 0.06); }
  .header-food-block__link:active, .header-food-block__link.active {
    border: 1px dotted #845e47;
    -webkit-border-radius: 2px;
            border-radius: 2px; }

.header-food-block__title {
  font-size: 16px;
  color: #000;
  font-family: "roboto-medium";
  font-weight: normal;
  line-height: 18px; }

.header-food-block__img {
  margin: auto;
  display: inline-block;
  vertical-align: middle; }

.header-food-block-image {
  height: 90px;
  font-size: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
  vertical-align: middle; }
  .header-food-block-image:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle; }

.food-menu-items {
  font-size: 0;
  margin: 30px -23px; }
  @media only screen and (max-width: 775px) {
    .food-menu-items {
      margin: 0 0 8px; } }

.food-menu-item {
  display: inline-block;
  width: -webkit-calc(25% - 46px);
  width: calc(25% - 46px);
  vertical-align: top;
  margin: 27px 23px;
  border: 1px solid #f6f6f6;
  padding: 25px 16px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
@media only screen and (max-width: 1700px) {

	.header-food-block-item{
margin: 0 5px;
} }
  @media only screen and (max-width: 1440px) {
    .food-menu-item {
      width: -webkit-calc(33.333% - 46px);
      width: calc(33.333% - 46px); 
}
	.header-food-block-item{
margin: 0;
} }

  @media only screen and (max-width: 1080px) {
    .food-menu-item {
      width: -webkit-calc(50% - 46px);
      width: calc(50% - 46px); } }
  @media only screen and (max-width: 775px) {
    .food-menu-item {
      max-width: 413px;
      width: 100%;
      display: block;
      margin: 27px auto; } }
  .food-menu-item:hover {
    -webkit-box-shadow: 0px 5px 17.43px 3.57px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 5px 17.43px 3.57px rgba(0, 0, 0, 0.06); }

.food-menu-blanking {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: -1;
  top: 0;
  background: rgba(50, 52, 59, 0);
  left: 0; }
  .food-menu-blanking.active {
    z-index: 1;
    background: rgba(50, 52, 59, 0.502); }

.food-menu__img {
  margin: auto; }

.food-menu__title {
  font-family: "roboto-medium";
  font-size: 28px;
  color: #7e5943;
  text-align: center;
  
  height: 57px;
  line-height: 27px; }

.food-menu__desc {
  text-transform: uppercase;
  font-family: "roboto-regular";
  font-size: 18px;
  line-height: 20px;
  color: #7b7b7b;
  text-align: center;
  height: 71px;
  overflow:hidden;
  padding-top: 10px;}

.food-menu-w, .food-menu-d {
  background: #f1e0d3;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  height: 27px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px; }

.food-menu-w__txt, .food-menu-d__txt {
  font-size: 14.75px;
  line-height: 27px;
  display: inline-block;
  font-family: "roboto-regular";
  color: #7e5943; }

.food-menu-w__span {
  font-family: "roboto-bold"; }

.food-menu-info-item {
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 23px; }
  .food-menu-info-item:last-child {
    margin-bottom: 0; }

.food-menu-d {
  padding-right: 0; }
  .food-menu-d:hover {
    cursor: pointer; }

.food-menu-d__txt span {
  display: inline-block;
  vertical-align: middle; }

.food-menu-d__span {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  background: #7e5943;
  margin-left: 12px;
  font-size: 24px;
  color: #eec4a5; }
  .food-menu-d__span:hover {
    cursor: pointer; }

.food-menu-p {
  font-size: 26px;
  font-family: "roboto-medium";
  color: #7e5943; }
  @media only screen and (max-width: 375px) {
    .food-menu-p {
      padding-left: 0; } }

.jq-checkbox, .jq-radio {
  width: 27px;
  height: 27px;
  border: 1px solid #7e5943; }

.jq-radio.checked .jq-radio__div {
  width: 14px;
  height: 14px;
  margin: 6px 0 0 6px;
  background: #82a74c;
  -webkit-box-shadow: none;
          box-shadow: none; }

.jq-checkbox.focused, .jq-radio.focused {
  border: 1px solid #7e5943; }

.food-menu-info-form__item {
  margin-bottom: 17px; }
  .food-menu-info-form__item:last-child {
    margin-bottom: 0; }
  .food-menu-info-form__item label {
    font-family: "roboto-regular";
    font-size: 14.9px;
    color: #7e5943; }

.food-menu-info-form__item-bs {
  width: 121px; }

.food-menu-info-form__item-b, .food-menu-info-form__item-bs {
  display: inline-block;
  vertical-align: top; }

.food-menu-info-form__item-b {
  width: -webkit-calc(100% - 121px);
  width: calc(100% - 121px); }

.food-menu-info-form {
  width: 100%;
height: 79px;}

.food-menu-buy__link {
  font-family: "roboto-bold";
  font-size: 14.38px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  line-height: 37px;
  background-image: -webkit-linear-gradient(86deg, #82a74c 0%, #91ba55 100%);
  background-image: -o-linear-gradient(86deg, #82a74c 0%, #91ba55 100%);
  background-image: linear-gradient(4deg, #82a74c 0%, #91ba55 100%);
  height: 37px;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  padding: 0 41px;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .food-menu-buy__link.disabled {
    pointer-events: none; }
  .food-menu-buy__link:hover {
    color: #fff; }
.class-food-menu__title{
    height: 60px;
line-height: 30px;
}
.class-food-menu-info-items{
	magrin-top:35px;
}
.class-food-menu__desc{
    height: 66px;
}
.food-menu-a__plus-link.disabled {
  pointer-events: none; }

.food-menu-info-items {
    margin-top: 5px;
   }

.food-menu-a__control-link {
  display: block;
  font-size: 25.68px;
  font-family: "roboto-regular";
  color: #e8bfa0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: #7e5943; }
  .food-menu-a__control-link:hover {
    color: #e8bfa0; }

.food-menu-a__value span {
  font-size: 25.68px;
  font-family: "roboto-medium";
  display: inline-block;
  line-height: 37px; }

.food-menu-a__control, .food-menu-a__value {
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

.food-menu-amount {
  background: #f1e0d3;
  -webkit-border-radius: 25px;
          border-radius: 25px; }

.food-menu-amount-hover {
  display: none;
  height: 37px;
  position: absolute;
  right: 20px; }

.food-menu-amount-additive {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 78px; }
  .food-menu-amount-additive .food-menu-a__control-link {
    width: 24px;
    height: 24px;
    line-height: 24px; }
  .food-menu-amount-additive .food-menu-a__value span {
    font-size: 16.55px;
    line-height: 24px; }


.owl_dobavki .top_tovar_info .top_info_img{}
.owl_dobavki .top_tovar_info .text_info{width: calc(100% - 90px);
    line-height: normal;  margin-left: 10px;}
.owl_dobavki .top_tovar_info .top_info_ves{    margin-top: 5px;}

@media only screen and (min-width: 1300px)
{
	.owl_dobavki .aditional_wrap .name
	{
	    overflow: hidden;
	    white-space: nowrap;
	}
}
@media only screen and (min-width: 1400px)
{
.add_prod_aditional .food-menu-amount {

    width: 75%;
}}

.offers_variant_line_prop td+td
{
    width: 50%;
}

.food-menu-additive__txt {
  font-family: "roboto-regular";
  font-size: 14.38px;
  color: #7e5943;
  display: inline-block;
  vertical-align: middle;
  padding-left: 6px;
  width: -webkit-calc(100% - 117px);
  width: calc(100% - 117px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.food-menu-additive__price {
  font-family: "roboto-bold";
  font-size: 14.38px;
  color: #7e5943;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  height: 21.5px;
  margin: auto;
  width: 39px; }

.food-menu-additive-main-item {
  padding: 10px 4px 6px;
  border-bottom: 1px solid #f6f6f6;
  position: relative; }
  .food-menu-additive-main-item:last-child {
    border-bottom: none;
    padding: 17px 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    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; }

.food-menu-additive__link {
  font-family: "roboto-bold";
  font-size: 14.38px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  line-height: 37px;
  background-image: -webkit-linear-gradient(86deg, #82a74c 0%, #91ba55 100%);
  background-image: -o-linear-gradient(86deg, #82a74c 0%, #91ba55 100%);
  background-image: linear-gradient(4deg, #82a74c 0%, #91ba55 100%);
  height: 37px;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  padding: 0 16px;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .food-menu-additive__link:hover {
    color: #fff; }

.food-menu-additive-price {
  font-size: 26px;
  font-family: "roboto-medium";
  color: #7e5943;
  float: right; }

.food-menu-additive-apply, .food-menu-additive-price {
  display: inline-block;
  vertical-align: middle; }

.food-menu-additive {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  right: -100%;
  padding-top: 42px;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .food-menu-additive.active {
    right: 0; }

.food-menu-additive-main {
  max-width: 308px;
  width: -webkit-calc(100% - 47px);
  width: calc(100% - 47px);
  background: #fff;
  margin-left: auto;
  border: 1px solid #f6f6f6;
  padding-left: 11px;
  position: relative; }

.food-menu-additive-close {
  background: #e8e8e8;
  width: 67px;
  height: 49px;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  position: absolute;
  top: -1px;
  left: -47px;
  z-index: -1; }

.aditional_wrap .add_prod_aditional .food-menu-amount{height: 24px;}
.aditional_wrap .food-menu-a__minus{    float: left;}
.aditional_wrap .food-menu-a__plus{    float: right;}
.aditional_wrap .name{    line-height: normal;}
.aditional_wrap .add_prod_aditional .food-menu-additive__price.price_dop_and_add{/*
padding: 0px 10px; margin: 0 auto; position: inherit; display: inline-block;*/}
.food-menu-info-items .food-menu-buy .food-menu-buy__link2{min-width: 160px;}

.food-menu-additive__close {
  display: inline-block;
  background: url("../img/cancel.png");
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 67px;
  height: 24px;
  background-repeat: no-repeat;
  margin-left: 12px;
  margin-top: 12px; }
  .food-menu-additive__close:hover {
    background: url("../img/cancel-hover.png");
    background-repeat: no-repeat;
    cursor: pointer; }

.mfp-title {
  font-size: 30px;
  text-align: center;
  font-family: "roboto-medium";
  padding-right: 0;
  color: #7e5943;
  line-height: 1.75; }

.mfp-bottom-bar {
  margin-top: 0;
  position: relative; }

.mfp-figure figure {
  padding: 50px; }

.mfp-figure:after {
  background: #fff; }

.mfp-bg {
  background: rgba(255, 255, 255, 0.902); }

.mfp-content {
  top: 50px; }

.mfp-container:before {
  display: none; }

.mfp-close {
  width: 48px !important;
  -webkit-border-radius: 25px 25px 0 0;
          border-radius: 25px 25px 0 0;
  text-align: center !important;
  color: #fff !important;
  background: #484848 !important;
  opacity: 1;
  right: 0 !important;
  z-index: 0 !important;
  padding: 0 !important;
  font-family: "roboto-light" !important;
  cursor: pointer !important;
  top: -4px; }
  .mfp-close:active {
    top: -4px; }
  .mfp-close:hover {
    color: red !important; }

.popup-sushi-block {
  max-width: 540px;
  width: 100%;
  height: 277px;
  background: #32343b;
  -webkit-border-radius: 26px;
          border-radius: 26px;.
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 12;
  text-align: center;}

.popup-sushi-block__link {
  height: 49px;
  line-height: 49px;
  background: #83a84d;
  -webkit-border-radius: 23px;
          border-radius: 23px;
  max-width: 441px;
  width: 100%;
  display: block;
  margin: auto;
  font-family: "roboto-bold";
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .popup-sushi-block__link:hover {
    color: #fff;
    cursor: pointer;}

.popup-sushi-block__txt {
  font-family: "roboto-regular";
  font-size: 36px;
  color: #fff;
  padding: 50px 0 40px;
  line-height: 45px; }

.popup-sushi {
  background: rgba(0, 0, 0, 0.569);
  position: relative;
  display: none; }

.white-popup {
  position: relative;
  background: #FFF;
  margin: 0 auto; }

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.food-menu-head {
  text-align: center;
  font-size: 0;
  background-color: #e64f24;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 65px;
  padding: 18px 20px; }

.food-menu-head__text {
  display: inline-block;
  vertical-align: middle;
  font-family: "roboto-medium";
  font-size: 30px;
  color: #fff;
  width: 100%;
  line-height: 30px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.food-menu-item__combo {
  padding-top: 100px; }

.food-menu-info__combo-set {
  text-align: center;
  margin: 15px 0; }

.food-menu-info__combo-set-name {
  color: #7b7b7b;
  font-size: 18px;
  line-height: 20px;
  display: block; }

.discount-banners {
  margin: 100px 0; }

.discount-banners__big-banners {
  text-align: center;
  font-size: 0;
  margin: 20px -20px 100px; }
  @media only screen and (max-width: 1300px) {
    .discount-banners__big-banners {
      margin: 20px 0; } }
  .discount-banners__big-banners a {
    font-size: 16px;
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    margin: 20px 20px 0 20px;
    display: inline-block;
    vertical-align: middle; }
    .discount-banners__big-banners a img {
      margin: 0 auto; }
    @media only screen and (max-width: 1300px) {
      .discount-banners__big-banners a {
        width: 100%;
        margin: 0 0 20px 0; } }

.discount-banners__small-banners {
  text-align: center;
  font-size: 0; }
  .discount-banners__small-banners a {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 20px 60px 0 60px; }

.big-title {
  color: #3d3d3d;
  font-size: 48px;
  font-family: "roboto-light";
  font-weight: normal;
  margin-top: 40px;
  line-height: 48px; }
.new{
  margin-top: 40px;
}
.for-celebration__wrap, .order-banket__wrap, .banket-order__wrap, .reviews__wrap, .default__wrap {
  padding-top: 60px;
  text-align: center; }

.for-celebration__container, .order-banket__container, .banket-order__container, .reviews__container, .default__container {
  max-width: 1380px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto; }

.for-celebration__item {
  border: 2px solid #f6f6f6;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(25% - 60px);
  width: calc(25% - 60px);
  margin: 0 30px 30px 30px;
  font-size: 16px;
  padding: 10px;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .for-celebration__item:hover {
    -webkit-box-shadow: 0.5px 0.866px 18.06px 2.94px rgba(0, 0, 0, 0.04);
            box-shadow: 0.5px 0.866px 18.06px 2.94px rgba(0, 0, 0, 0.04); }
  @media only screen and (max-width: 1250px) {
    .for-celebration__item {
      width: -webkit-calc(50% - 60px);
      width: calc(50% - 60px); } }
  @media only screen and (max-width: 700px) {
    .for-celebration__item {
      width: -webkit-calc(100% - 60px);
      width: calc(100% - 60px); } }

.for-celebration__menu {
  font-size: 0;
  margin: 70px 0 0;
  
  align-items: center;}

.for-celebration__item-title {
  font-size: 28px;
  color: #7e5943;
  font-family: "roboto-medium"; }

.for-celebration__item-img {
  height: 200px;
  font-size: 0;
  display: inline-block;
  width: 100%; }
  .for-celebration__item-img:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .for-celebration__item-img img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto; }

.for-celebration__photos {
  font-size: 0;
  margin: 50px 0; }

.for-celebration__photo {
  font-size: 16px;
  width: -webkit-calc(16.6666% - 20px);
  width: calc(16.6666% - 20px);
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 20px 10px;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  @media only screen and (max-width: 1200px) {
    .for-celebration__photo {
      width: -webkit-calc(20% - 20px);
      width: calc(20% - 20px); } }
  @media only screen and (max-width: 1000px) {
    .for-celebration__photo {
      width: -webkit-calc(25% - 20px);
      width: calc(25% - 20px); } }
  @media only screen and (max-width: 800px) {
    .for-celebration__photo {
      width: -webkit-calc(33.3333% - 20px);
      width: calc(33.3333% - 20px); } }
  @media only screen and (max-width: 600px) {
    .for-celebration__photo {
      width: -webkit-calc(50% - 20px);
      width: calc(50% - 20px); } }
  @media only screen and (max-width: 400px) {
    .for-celebration__photo {
      width: -webkit-calc(100% - 20px);
      width: calc(100% - 20px); } }
  .for-celebration__photo:hover {
    -webkit-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer; }
    .for-celebration__photo:hover .for-celebration__photo-hover-block {
      opacity: 1; }

.for-celebration__photo-img {
  width: 100%; }

.for-celebration__photo-hover-block {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0; }
  .for-celebration__photo-hover-block:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    height: 100%; }

.for-celebration__photo-hover {
  display: inline-block;
  vertical-align: middle; }

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #a87d61; }

.jq-selectbox li {
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .jq-selectbox li:hover {
    background-color: #fef7f2;
    color: #3d3d3d; }

.default__select {
margin-top:20px;
    min-width: 270px;
  }
  .default__select .jq-selectbox__select {
    -webkit-border-radius: 18px;
            border-radius: 18px;
    border: 1px solid #a87d61;
    background: #fff;
    font-size: 17px;
    color: #3d3d3d;
    font-family: "roboto-medium";
    padding: 0 60px 0 40px;
    height: 37px;
    line-height: 37px;
    z-index: 20; }
  .default__select .jq-selectbox__trigger {
    height: 37px;
    width: 37px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #a87d61;
    border: 0;
    top: -1px;
    right: -5px;
    text-align: center; }
    .default__select .jq-selectbox__trigger:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
  .default__select .jq-selectbox__trigger-arrow {
    border: none;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    position: relative;
    top: initial;
    right: initial;
    height: 10px;
    background-image: url("../img/default-select-arrow.png");
    background-repeat: no-repeat; }
  .default__select .jq-selectbox__dropdown {
    text-align: left;
    width: calc(100% - 35px) !important;
    margin-left: 15px;
    height: auto;
    bottom: auto!important;
    top: 36.9965px!important;
    border: 0; }
  .default__select li {
    color: #a87d61;
    border-bottom: 1px solid #cecece;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
    .default__select li:last-child {
      border-bottom: 0; }
  .default__select .jq-selectbox__dropdown {
    -webkit-border-radius: 18px 18px 4px 4px;
            border-radius: 18px 18px 4px 4px;
    z-index: 10;
    margin-top: -30px; }
  .default__select .jq-selectbox__dropdown ul {
    -webkit-border-radius: 18px 18px 4px 4px;
            border-radius: 18px 18px 4px 4px;
    padding-top: 40px; }

.for-celebration__light-box .mfp-figure figure {
  padding: 0; }

.for-celebration__light-box .mfp-counter {
  display: none; }

.food-menu-banners {
  margin-top: 100px; }

.header-basket-block {
  background-color: #fff;
  position: absolute;
  display: none;
  top: 82px;
  right: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 5px 17.43px 3.57px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 5px 17.43px 3.57px rgba(0, 0, 0, 0.06);
  padding: 30px 40px;
  max-width: 565px;
  width: 100%;
  z-index: 12; }

.header-basket__items {
  height: 360px;
  overflow-y: auto;
  position: relative; }
  .header-basket__items::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #acacac;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    height: 100px; }
  .header-basket__items::-webkit-scrollbar {
    width: 8px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    height: 100px; }

.header-basket__item {
  padding: 20px 10px 20px 0;
  font-size: 0;
  border-top: 1px solid #dcdcdc; }

.header-basket__title {
  font-size: 26px;
  color: #7e5943;
  display: block; }
div.header-basket__content{
  margin-left: 0px;
}
div.header-basket-content__delete{
  right: -58px;
}
div .header-basket-content__foot span.header-basket-content__price{
  position: absolute;
  width: 100px;
  right: -63px;
}
div .header-basket-content__foot .food-menu-amount{
  margin-left: 0;
}
.header-basket-item__img {
  display: inline-block;
  vertical-align: top;
  width: 143px;
   }
  .header-basket-item__img img {
    margin: 0 0 0 auto;
    max-width: 140px;
    width: 100%; }

.header-basket__content {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(100% - 205px);
  width: calc(100% - 205px);
  position: relative;
  font-size: 12px;
  text-align: center;
}

.header-basket-content__title {
  font-size: 18px;
  color: #845e47;
  font-family: "roboto-medium";
  line-height: 25px;
  display: block;
  }

.header-basket-content__delete {
  position: absolute;
  top: -3px;
  right: 0; }
  .header-basket-content__delete:hover {
    cursor: pointer; }
.basket-link2{
  margin-top: 10px;
}
.basket-link{
  margin-top: 10px;
}
.header-basket-content__size {
  display: inline-block;
  text-align: center;
  margin-top: 15px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 7px 10px;
  line-height: 16px;
  background-color: #f1e0d3; }

.header-basket-content__size-text {
  color: #7e5943;
  line-height: 16px; }

.header-basket-content__state {
  display: block;
  width: 100px;
  text-align: center;
  margin-top: 10px; }

.header-basket-content__state-text {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  padding: 5px 15px;
  color: #fff; }

.header-basket-content__state-text-add {
  background-color: #82a74c;
  display: none;}

.header-basket-content__state-text-delete {
  background-color: #f16631;
  display: none;
  }

.header-basket-content__foot {
  margin-top: 10px; }
  .header-basket-content__foot .food-menu-amount {
    display: inline-block;
    vertical-align: middle; }
    .header-basket-content__foot .food-menu-amount .food-menu-a__value span {
      color: #856149;
      font-family: "roboto-medium";
      font-size: 16px; }
.food-menu-amount{
  margin-left: 55px;
}
.header-basket-content__price {
  color: #82a74c;
  font-size: 23px;
  font-family: "roboto-medium";
  float: right; }
  @media only screen and (max-width: 600px) {
    .header-basket-content__price {
      float: none; } }

.header-basket__foot {
 /* margin-top: 50px;*/
  padding-right: 25px; }

.header-basket-foot__total {
  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;
  margin-bottom: 10px; }

.header-basket-total__text {
  font-size: 26px;
  color: #7e5943; }

.header-basket-total__price {
  color: #82a74c;
  font-family: "roboto-bold";
  font-size: 26px; }

.header-basket__button {
  font-size: 18px;
  font-family: "roboto-bold";
  text-transform: uppercase;
  background-color: #90b954;
  color: #fff;
  display: block;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  text-align: center;
  border: 2px solid #90b954;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .header-basket__button:hover {
    background-color: #fff;
    color: #90b954; }

.header-basket-opacity, .header-menu-opacity {
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.header-basket-opacity.active, .header-menu-opacity.active {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 11;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

.food-menu__types {
  margin: 40px 0 15px;
  text-align: center; }

.food-menu-types__link {
  color: #845e47;
  font-size: 18px;
  font-family: "roboto-light";
  padding: 10px 15px;
  line-height: 18px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  display: inline-block;
  vertical-align: middle; }
  .food-menu-types__link.active {
    border: 1px dotted #845e47;
    font-family: "roboto-bold"; }
  .food-menu-types__link:hover {
    -webkit-box-shadow: 0px 5px 17.43px 3.57px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 5px 17.43px 3.57px rgba(0, 0, 0, 0.06); }

.food-menu-info-item__center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px; }

.order-banket__description {
  color: #7b7b7b;
  font-size: 20px;
  line-height: 20px;
  font-family: "roboto-light";
  display: block;
  margin: 15px 0; }

.order-banket__items {
  margin: 70px 0 200px;
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 1200px) {
    .order-banket__items {
      display: block; } }

.interior-cafe__items .order-banket__item:nth-child(1) {
  background-image: url("../img/interior-choose-img1.png"); }

.interior-cafe__items .order-banket__item:nth-child(2) {
  background-image: url("../img/interior-choose-img2.png"); }

.interior-cafe__items .order-banket__item:nth-child(3) {
  background-image: url("../img/interior-choose-img3.png"); }

.order-banket__item {
  max-width: 360px;
  width: 100%;
  padding: 20px;
  height: 360px;
  font-size: 0;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-background-size: cover;
          background-size: cover; }
  @media only screen and (max-width: 1200px) {
    .order-banket__item {
      display: inline-block;
      vertical-align: middle;
      margin: 0 25px 50px 25px; } }
  @media only screen and (max-width: 500px) {
    .order-banket__item {
      margin: 0 0 50px 0;
      max-width: 260px;
      height: 260px; } }
  .order-banket__item:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
  .order-banket__item:nth-child(1) {
    background-image: url("../img/order-banket-img1.png"); }
  .order-banket__item:nth-child(2) {
    background-image: url("../img/order-banket-img2.png"); }
  .order-banket__item:nth-child(3) {
    background-image: url("../img/order-banket-img3.png"); }
  /*.order-banket__item:hover .order-banket__item-hover {*/
    /*-webkit-box-shadow: 3.5px 6.062px 14.58px 3.42px rgba(0, 0, 0, 0.15);*/
            /*box-shadow: 3.5px 6.062px 14.58px 3.42px rgba(0, 0, 0, 0.15);*/
    /*background-color: rgba(21, 188, 233, 0.15); }*/
  .order-banket__item:hover .order-banket-item__title {
    text-shadow: 0px 5px 17.43px rgba(0, 0, 0, 0.43); }
.order-banket__item:hover{
  -webkit-box-shadow: 3.5px 6.062px 14.58px 3.42px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.order-banket__item-hover {
  background-color: rgba(21, 188, 233, 0);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.order-banket-item__title {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-family: "roboto-light";
  line-height: 27px;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: #fff;
  position: relative;
  z-index: 10; }
  @media only screen and (max-width: 500px) {
    .order-banket-item__title {
      font-size: 18px;
      line-height: 22px; } }

.banket-order__wrap {
  padding-top: 70px;
  padding-bottom: 70px; }

.banket-order-products__container {
  max-width: 880px;
  width: 100%;
  margin: 40px auto 0; }

.banket-order__products {
  width: 100%;
  border-collapse: collapse; }

.banket-order__product {
  position: relative;
  border-bottom: 1px solid #dcdcdc; }
  .banket-order__product td {
    padding: 30px 0; }
    @media only screen and (max-width: 900px) {
      .banket-order__product td {

        margin: 0 auto;
        text-align: center;
        padding: 5px 0; }
	.header-basket-content__size{
	width:150px;} }
.banket-order-product__price{
  width: 139px;
}
.banket-order-product__title {
  text-align: left;
  width: 190px;}
  .banket-order-product__title .header-basket-content__title {
    font-size: 24px; }

.banket-order-product__img {
  padding: 30px 15px !important;
  width: 100px; }
  .banket-order-product__img img {
    width: 65px; }

.banket-order-product__size {
  text-align: center;
  padding-left: 0 !important; }
  @media only screen and (max-width: 900px) {
    .banket-order-product__size {
      padding-right: 0 !important; } }
  .banket-order-product__size .header-basket-content__size {

    margin: 0;
    font-size: initial; }

.header-basket__content .food-menu-amount {
  font-size: 0; }
  .header-basket__content .food-menu-amount .food-menu-a__value span {
    color: #856149;
    font-family: "roboto-medium";
    font-size: 16px;
    line-height: 29px; }
  .header-basket__content .food-menu-amount .food-menu-a__control-link {
    width: 29px;
    height: 29px;
    line-height: 29px; }

.banket-order-product__amount {
  width: 100px;
  position: relative; }
  .banket-order-product__amount .food-menu-amount {
    font-size: 0;
  width: 100px;}
    .banket-order-product__amount .food-menu-amount .food-menu-a__value span {
      color: #856149;
      font-family: "roboto-medium";
      font-size: 16px;
      line-height: 29px; }
    .banket-order-product__amount .food-menu-amount .food-menu-a__control-link {
      width: 29px;
      height: 29px;
      line-height: 29px; }
  .banket-order-product__amount .header-basket-content__state {
    position: absolute;
    top: 3px;
    margin: 0 auto;
    left: 50px;
    right: 0;
    font-size: 12px; }
    @media only screen and (max-width: 900px) {
      .banket-order-product__amount .header-basket-content__state {

        top: -7px; } }

.banket-order-product__close {
  padding-right: 30px !important;
  padding-left: 60px !important;
  width: 120px; }
  @media only screen and (max-width: 900px) {
    .banket-order-product__close {
      padding-right: 0px !important;
      padding-left: 0px !important; }
      .banket-order-product__close img {
        margin: 0 auto; } }
  .banket-order-product__close .header-basket-content__delete {
    position: initial; }

.banket-order-products__foot {
  margin: 10px 0 40px;
  padding: 0 30px 0 20px;
  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;
  text-align: left; }
  

.banket-order__back-to-list {
  display: inline-block;
  vertical-align: middle; }
  .banket-order__back-to-list img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  .banket-order__back-to-list span {
    color: #7e5943;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle; }

.banket-order-foot__info {
  display: inline-block;
  vertical-align: middle; }

.banket-order-foot__prop {
  font-size: 26px;
  color: #7e5943;
  margin-right: 5px; }

.banket-order-foot__value {
  color: #82a74c;
  font-size: 26px; }


  .institution__select .jq-selectbox__select {
    padding: 0 40px 0 20px;
    text-align: left; }

.banket-order__show-scheme-wrap {
  margin-top: 40px;
  text-align: center; }

.banket-order__show-scheme {
  display: inline-block;
  font-size: 18px;
  color: #1d1d1d;
  background-color: #e8e8e8;
  padding: 10px 25px;
  line-height: 18px;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-border-radius: 18px;
          border-radius: 18px; }
  .banket-order__show-scheme:hover {
    background-color: #a87d61;
    color: #fff; }

.banket-order__form {
  margin-top: 50px; }

.order-form__half-field {
  width: -webkit-calc(50% - 50px);
  width: calc(50% - 50px);
  margin: 0 25px;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  position: relative;
  margin-bottom: 45px; }
  @media only screen and (max-width: 600px) {
    .order-form__half-field {
      width: 100%;
      margin: 0 0 15px; } }

.banket-order-form__half {
  font-size: 0;
  margin: 0 -25px; }
  @media only screen and (max-width: 600px) {
    .banket-order-form__half {
      margin: 0; } }

.order-form__time .new-select__current-field {
  background-image: url("../img/alarm-clock.svg");
  -webkit-background-size: 18px 18px;
          background-size: 18px; }

.order-form__parents .new-select__current-field {
  background-image: url("../img/couple.svg");
  -webkit-background-size: 18px 18px;
          background-size: 18px; }

.order-form__children .new-select__current-field {
  -webkit-background-size: 18px 18px;
          background-size: 18px;
  background-image: url("../img/children.svg"); }

.new-select__current-field {
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-family: "roboto-light";
  font-size: 18px;
  color: #3d3d3d;
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0 35px;
  background-position: 5px center;
  background-repeat: no-repeat;
  height: 35px; }
  .new-select__current-field:hover {
    cursor: pointer; }

.new-select__dropdown {
  width: 50%;
  margin-top: 10px;
  display: none;
  position: absolute;
  z-index: 8;
  left: 0; }

.new-select__current-value {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

.new-select-dropdown__option {
  font-size: 11.5px;
  color: #7e5943;
  line-height: 12px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  top: 0;
  position: relative;
  padding: 6px 0;
  border-bottom: 1px solid #7e5943; }
  .new-select-dropdown__option:hover {
    cursor: pointer; }

.new-select-dropdown__options {
  max-height: 125px;
  overflow-y: hidden;
  overflow-x: hidden;
  background-color: #fff;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb; }

.new-select-dropdown__control-down {
  -webkit-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
  top: -1px; }

.new-select-dropdown__control-up {
  -webkit-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  bottom: -1px; }
  .new-select-dropdown__control-up img {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.new-select-dropdown__control {
  position: relative;
  padding: 5px 0;
  background-color: #7e5943; }
  .new-select-dropdown__control:hover {
    cursor: pointer; }
  .new-select-dropdown__control img {
    margin: 0 auto; }

.order-form__name {
  background-image: url("../img/user_one.svg");
  -webkit-background-size: 18px 18px;
          background-size: 18px; }

.order-form__phone {
  background-image: url("../img/smartphone.svg");
  -webkit-background-size: 18px 18px;
          background-size: 18px; }

.order-form__email {
  background-image: url("../img/email.svg");
  -webkit-background-size: 18px 18px;
          background-size: 18px; }

.default-form input {
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-family: "roboto-light";
  font-size: 18px;
  color: #3d3d3d;
  padding: 0 10px 0 35px;
  background-position: 5px center;
  height: 35px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .default-form input:focus {
    outline: 0;
     }

.banket-order__form .order-form__submit {
  max-width: 440px;
  border: 2px solid #90b954;
  font-size: 18px;
  font-family: "roboto-bold";
  margin-top: 80px;
  width: 100%;
  -webkit-border-radius: 24px;
          border-radius: 24px;
  background-color: #90b954;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .banket-order__form .order-form__submit:hover {
    color: #90b954;
    background-color: #fff;
    cursor: pointer;}

.banket-order__conditions {
  text-align: left;
  height: 35px; }
  .banket-order__conditions img {
    display: inline-block;
    vertical-align: middle; }

.banket-order-conditions__text {
  color: #83a84c;
  vertical-align: middle;
  line-height: 35px;
  display: inline-block; }

.banket-order-conditions__link:hover .banket-order-conditions__text {
  text-decoration: underline; }

.banket-order-conditions__popup {
  position: relative;
  background: #FFF;
  padding: 45px 30px;
  width: auto;
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 5px 17.43px 3.57px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 5px 17.43px 3.57px rgba(0, 0, 0, 0.06); }
  .banket-order-conditions__popup .mfp-close {
    top: -44px; }

.order-form__comment {
  width: 100%;
  -webkit-background-size: 18px 18px;
          background-size: 18px;
  background-image: url("../img/chat.svg"); }

.ui-widget.ui-widget-content {
  border: 1px solid #f6f6f6;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #fff;
  padding: 0;
  background-image: none; }

.ui-datepicker .ui-datepicker-header {
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #a87c60;
  border: 0;
  background-image: none; }

.ui-datepicker .ui-datepicker-title {
  font-size: 15px;
  font-family: "roboto-regular";
  font-weight: normal; }

.ui-datepicker-calendar thead {
  background-color: #fef7f2;
  background-image: none; }

.ui-datepicker th {
  color: #3d3d3d;
  font-family: "roboto-regular";
  font-size: 12px;
  background-image: none;
  font-weight: normal; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background-color: #fff;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 0;
  text-align: center;
  color: #7e5943;
  font-family: "roboto-regular";
  font-size: 12px;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-image: none; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  color: #7b7b7b;
  background-image: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background-color: #7e5943;
  background-image: none;
  color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  line-height: 22px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  background-image: url("../img/datepicker-arrow.png");
  background-position: center center; }

.ui-datepicker .ui-datepicker-prev span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
  border: none;
  right: 0;
  top: 0;
  background: none;
  color: #fff;
  background-color: #7e5943; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 0;
  right: 0;
  width: 1.9em;
  height: 100%; }

.ui-datepicker .ui-datepicker-prev {
  left: 0; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 0; }

.order-form__date {
  background-image: url("../img/calendar.svg");
  -webkit-background-size: 18px 18px;
          background-size: 18px; }

.reviews__textarea {
  background-image: url("../img/chat.svg");
  -webkit-background-size: 18px 18px;
          background-size: 18px;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-family: "roboto-light";
  font-size: 18px;
  color: #3d3d3d;
  height: 90px;
  width: 100%;
  padding: 10px 10px 0 35px;
  background-position: 5px 10px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  resize: none; }
  .reviews__textarea:focus {
    outline: 0;
    border: 1px solid #7e5943; }

.reviews__inner {
  margin: 50px 0;
	margin-bottom: 120px;
  position: relative; }

.reviews__content {
  max-width: 760px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  padding-top: 40px; }
  @media only screen and (max-width: 1350px) {
    .reviews__content {
      display: block; } }

.reviews__widget {
  top: 0;
  right: 0;
  position: absolute; }
  @media only screen and (max-width: 1350px) {
    .reviews__widget {
      position: initial;
      display: block;
      max-width: 760px;
      margin: 0 auto; } }

.reviews__inputs {
  font-size: 0;
  margin: 0 -10px 40px -10px; }
  @media only screen and (max-width: 650px) {
    .reviews__inputs {
      margin: 0; } }
  .reviews__inputs input {
    width: -webkit-calc(33.333% - 20px);
    width: calc(33.333% - 20px);
    margin: 0 10px; }
    @media only screen and (max-width: 650px) {
      .reviews__inputs input {
        width: 100%;
        margin: 0 0 15px 0; } }

input.reviews__submit {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  background-color: #83a94d;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border: 2px solid #83a94d;
  max-width: 320px;
  width: 100%;
  display: block;
  margin: 40px auto 0;
  font-family: "roboto-bold"; }
  input.reviews__submit:hover {
    background-color: #fff;
    color: #83a94d;
    cursor: pointer; }

.reviews__items {
  margin-top: 50px; }

.review__item {
  border: 1px solid #f1e0d3;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 15px 10px;
  margin-bottom: 25px;
  text-align: left; }

.review-item__date {
  color: #3d3d3d;
  font-size: 12px;
  font-family: "roboto-light"; }

.review-item__author {
  font-size: 20px;
  color: #83a84d; }

.review-item__text {
  color: #272727;
  font-size: 18px;
  line-height: 20px; }

.banket-show-scheme__slider-wrap {
  background: rgba(255, 255, 255, 0.902);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  display: none; }

.banket-show-scheme__slider {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  max-width: 1000px;
  -webkit-box-shadow: 3px 3px 15px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 15px 4px rgba(0, 0, 0, 0.3); }
@media only screen and (max-width: 1024px){
	.banket-show-scheme__slider{
	max-width: 700px!important;
	}
	.banket-show-scheme-slider__container{
max-width: 700px!important;
}
}
.slick-slide:focus {
  outline: 0; }

.banket-show-scheme__arrow {
  width: 65px;
  height: 48px;
  background-color: #484848;
  text-align: center;
  bottom: 7px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0;
  z-index: 10; }
  .banket-show-scheme__arrow:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .banket-show-scheme__arrow img {
    display: inline-block;
    vertical-align: middle; }
  .banket-show-scheme__arrow:hover {
    cursor: pointer; }

.banket-show-scheme__arrow-next {
  -webkit-border-radius: 0 24px 24px 0;
          border-radius: 0 24px 24px 0;
  right: -65px; }

.banket-show-scheme__arrow-prev {
  -webkit-border-radius: 24px 0 0 24px;
          border-radius: 24px 0 0 24px;
  left: -65px;
  border-right: 1px solid #414141; }
  .banket-show-scheme__arrow-prev img {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.banket-show-scheme-slider__close {
  width: 50px;
  height: 50px;
  background-color: #474747;
  -webkit-border-radius: 24px 24px 0 0;
          border-radius: 24px 24px 0 0;
  text-align: center;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 10; }
  .banket-show-scheme-slider__close:hover {
    cursor: pointer; }
  .banket-show-scheme-slider__close:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .banket-show-scheme-slider__close img {
    display: inline-block;
    vertical-align: middle; }

.banket-show-scheme-slider__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto; }

.children-online__videos {
  margin: 50px 0 150px;
  font-size: 0; }

.video__container-half {
  width: 50%;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  padding: 10px; }
  @media only screen and (max-width: 850px) {
    .video__container-half {
      display: block;
      width: 100%;
      margin-bottom: 20px; } }
  .video__container-half iframe {
    max-width: 100%; }

.small-title {
  color: #845e47;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
margin-top:40px;
  font-weight: normal; }

.small-description {
  color: #7b7b7b;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px; }

.franchise-block {
  text-align: left;
  margin-bottom: 150px; }

.franchise-video {
  margin-top: 50px; }
  .franchise-video iframe {
    width: 100%;
    height: 700px; }

button.mfp-arrow {
  bottom: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: initial;
  width: 65px;
  height: 50px;
  background-color: #484848;
  background-image: url("../img/slider-arrow-next.png");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  z-index: 10; }
  @media only screen and (max-width: 900px) {
    button.mfp-arrow {
      -webkit-transform-origin: initial;
          -ms-transform-origin: initial;
              transform-origin: initial;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); } }
  button.mfp-arrow:before, button.mfp-arrow:after {
    content: none; }

button.mfp-arrow-left {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-border-radius: 0 24px 24px 0;
          border-radius: 0 24px 24px 0;
  left: -65px; }

button.mfp-arrow-right {
  -webkit-border-radius: 0 24px 24px 0;
          border-radius: 0 24px 24px 0;
  right: -65px;
  border-left: 1px solid #414141; }

.calendar__wrap {
  margin: 30px auto 80px auto;
  max-width: 1280px;
  width: 100%; }

#calendar .ui-datepicker-inline {
  width: 500px;
  margin: 0 auto; }

#calendar .ui-datepicker .ui-datepicker-prev span, #calendar .ui-datepicker .ui-datepicker-next span {
  background-image: url("../img/datepicker-big-arrow.png"); }

#calendar .ui-datepicker td {
  padding: 5px; }

#calendar .ui-datepicker th {
  font-size: 24px; }

#calendar .ui-datepicker .ui-datepicker-prev, #calendar .ui-datepicker .ui-datepicker-next {
  width: 3.5em; }

#calendar .ui-state-default, #calendar .ui-widget-content .ui-state-default, #calendar .ui-widget-header .ui-state-default, #calendar .ui-button, #calendar html .ui-button.ui-state-disabled:hover, #calendar html .ui-button.ui-state-disabled:active {
  font-size: 24px;
  width: 50px;
  height: 50px;
  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; }

#calendar .ui-datepicker .ui-datepicker-title {
  font-size: 32px; }

#calendar .ui-datepicker .ui-datepicker-title {
  line-height: 80px; }

#calendar .ui-state-active, #calendar .ui-widget-content .ui-state-active, #calendar .ui-widget-header .ui-state-active, #calendar a.ui-button:active, #calendar .ui-button:active, #calendar .ui-button.ui-state-active:hover {
  background-color: #fff;
  color: #7e5943;
  border: 5px solid #82a74c; }



.calendar__button {
  max-width: 450px;
  width: 100%;
  height: 50px;
  background-color: #83a94d;
  -webkit-border-radius: 24px;
          border-radius: 24px;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  display: block;
  margin: 50px auto 0;
  line-height: 50px;
  font-family: "roboto-bold";
  border: 2px solid #83a94d;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .calendar__button:hover {
    color: #83a94d;
    background-color: #fff; }

.calendar-active {
  display: inline-block;
  vertical-align: top;
  }
  @media only screen and (max-width: 1350px) {
    .calendar-active {
      margin: 20px 0; } }

.calendar__info-block {
  display: none;
  vertical-align: top;
  max-width: 665px;
  width: 100%; }
  @media only screen and (max-width: 1350px) {
    .calendar__info-block {
      max-width: 100%;
      display: block;
      margin: 20px 0; } }
  .calendar__info-block table {
    border-collapse: collapse; }
  .calendar__info-block thead {
    background-color: #a87c60; }
.calendar__info-block thead tr{
    height: 87px!important;
}
    .calendar__info-block thead th {
      color: #fff;
      font-size: 20px;
      font-family: "roboto-bold";
      font-weight: normal;
      padding: 20px 0;
      width: 33.333%; }
      .calendar__info-block thead th:first-child {
        text-align: left;
        padding-left: 15px; }
      .calendar__info-block thead th:last-child {
        text-align: right;
        padding-right: 15px; }
  .calendar__info-block tbody tr:nth-child(odd) {
    background-color: #fff; }
  .calendar__info-block tbody tr:nth-child(even) {
    background-color: #fef7f2; }
  .calendar__info-block tbody td {
    font-family: "roboto-light";
    font-size: 20px;
    color: #3d3d3d;
    line-height: 20px;
    padding: 15px; }
    .calendar__info-block tbody td:first-child {
      text-align: left;
      padding: 15px; }
    .calendar__info-block tbody td:last-child {
      text-align: right;
      padding: 15px; }

.food-menu-a__value {
  width: 40px;
  text-align: center; }

.food-menu-info-item .food-menu-a__value {
  width: 50px;
  text-align: center;
  color: #7e5943; }

.food-menu-additive-main-item .food-menu-a__value {
  width: 30px; }
.food-menu-additive-main-item .food-menu-amount{
  margin-left: 0;
}
main{
  flex-grow: 1;
  padding-top: 10px;
}

.new-margin-container{
  margin-top: 40px;
  font-size: 0;
}
.delivery, .pickup{
  font-size: 17.02px;
  background: #f1e0d3;
  padding: 8px 30px;   
  color:#8d6c55!important;
}
.wrapper-time{
  display: flex;
  width: 50%;
}
/*.delivery:hover{
  background: #99c45a;
  color: white;
}
.pickup:hover{
  background: #99c45a;
  color: white;
}*/
/*.delivery:active{
  background: #99c45a;
}
.pickup:active{
  background: #99c45a;
}*/

.delivery:focus{
  background: #99c45a;
  color: white;
}
.pickup:focus{
  background: #99c45a;
  color: white;
}

.delivery{
  border-radius: 20px 0 0 20px;
  padding: 8px 41px;
}
.pickup{
  border-radius: 0 20px 20px 0;
  padding: 8px 12px;
}
.new-delivery{
  padding: 8px 32px;
}
.new-pickup{
  padding: 8px 51px;
}
.add-order{
  font-size: 24px;
}
.description-item{
  font-size: 16.79px;
  color: #82a74c;
}
.order-height, .order{
  height: auto;
  
}
.order{
  width: calc(25% - 32px);
}
.order-height{
  height: 145px;
}
.inline-img{
  display: inline-block;
}
.to-top{
  margin-top: -5px;
}
.to-bottom{
  margin-top: 50px;
}
.inline-input{
  display: inline-block;
  width: 50%;
}
.new-input-margin{
  margin: 0;
  width: 30%;
  margin-right: 1px;
}
.new-wrapper-input{
  width: 45%;
}
.new-display{
  display: flex;
}
.new-to-bottom{
  margin-top: 100px;
}
.small-to-top{
  margin-top: 40px!important;
}
.align-mid{
  text-align: center!important;
  margin-bottom: 0;
}
.active{
/*  display: none;*/
}
.current{
  background: #99c45a;
  color:white!important;
}
.new-bg{
  background-image: url("../img/placeholder.svg")!important;
  background-size: 18px;
}
.banket-order-container-ty{
  display: none;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  width: 500px;
  padding: 50px;
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 18;
  background: #99c45a;

}
.banket-order-container-ty-close{
  position: absolute;
  right: 0;
  top: -39px;
  width: 40px;
  height: 40px;
  background: #81aa45;
  border-radius: 20px 20px 0 0;
  cursor: pointer;
}
.banket-order-container-ty-inner{
  text-align: center;
  width: 400px;
/* border: 1px solid #fff;//81aa45*/
  /*padding: 40px 450px;*/

}

.banket-order-container-ty-close img{
  margin: 8px;
}
.banket-order-container-ty-inner p{
color: #fff;
  padding: 20px 0;
  font-size: 20px;
}
.bg-opacity{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 11;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
}
.text-for-ty-inner{
font-size:14px!important;
}
.text-for-ty-inner{
 padding:0px!important;
}
.child-online-img{
margin: 0 auto;
}
.img-new{
    width: 100%!important;
    margin-left: 0!important;
    padding-bottom: 40px;
}
.add-scroll{
height:600px;
overflow:auto;
}
.calendar__info thead tr{
    height: 87px!important;
}